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 |
|---|---|---|---|---|
.content-section-post-detail {
padding-top: 5%;
}
.content-section-post-detail hr {
margin-top: 24px;
margin-bottom: 24px;
}
.user-image {
border-radius: 100%;
}
.article-user-info-options {
vertical-align: top;
}
.user-name {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-stretch: normal;
font-style: normal;
font-weight: bold;
line-height: 1.34;
letter-spacing: normal;
color: #348ac7;
text-decoration: none;
}
.user-posted-date {
display: table-row;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.34;
letter-spacing: normal;
color: #000000;
padding-left: 14px;
}
.button-post-container {
padding-top: 24px;
}
.button-update-post {
display: inline-block;
}
.button-delete-post {
display: inline-block;
padding-left: 12px;
}
.button-update-post a {
opacity: 0.8;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.34;
letter-spacing: normal;
color: #000000;
text-decoration: none;
}
.button-delete-post a {
opacity: 0.8;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.34;
letter-spacing: normal;
text-decoration: none;
color: #ff0000;
}
.post-detail-title {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 28px;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
text-align: left;
color: #ffffff;
margin-top: 12px;
margin-bottom: 12px;
}
.post-detail-content {
opacity: 0.8;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.88;
letter-spacing: normal;
text-align: left;
color: #000000;
word-break: break-all;
word-wrap: break-word;
padding-bottom: 24px;
}
@media screen and (min-width: 950px) {
.user-image {
display: inline-block;
width: 8%;
height: 8%;
}
.article-user-info-options {
display: inline-block;
padding-left: 16px;
}
.user-name {
font-size: 36px;
}
.button-update-post a {
font-size: 18px;
}
.button-delete-post a {
font-size: 18px;
}
.user-posted-date {
font-size: 18px;
}
.post-detail-title {
font-size: 28px;
}
.post-detail-content {
font-size: 18px;
}
.content-section-post-detail {
width: 60%;
margin-left: 20%;
margin-right: 20%;
}
}
@media screen and (max-width: 950px) {
.user-image {
width: 16%;
height: 16%;
}
.button-update-post a {
font-size: 14px;
}
.button-delete-post a {
font-size: 14px;
}
.user-name {
font-size: 20px;
}
.post-detail-title {
font-size: 18px;
}
.post-detail-content {
font-size: 12px;
}
.content-section-post-detail {
width: 86%;
margin-left: 7%;
margin-right: 7%;
}
} | project_code_helpers/code_helpers/static/code_helpers/post_detail.css | .content-section-post-detail {
padding-top: 5%;
}
.content-section-post-detail hr {
margin-top: 24px;
margin-bottom: 24px;
}
.user-image {
border-radius: 100%;
}
.article-user-info-options {
vertical-align: top;
}
.user-name {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-stretch: normal;
font-style: normal;
font-weight: bold;
line-height: 1.34;
letter-spacing: normal;
color: #348ac7;
text-decoration: none;
}
.user-posted-date {
display: table-row;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.34;
letter-spacing: normal;
color: #000000;
padding-left: 14px;
}
.button-post-container {
padding-top: 24px;
}
.button-update-post {
display: inline-block;
}
.button-delete-post {
display: inline-block;
padding-left: 12px;
}
.button-update-post a {
opacity: 0.8;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.34;
letter-spacing: normal;
color: #000000;
text-decoration: none;
}
.button-delete-post a {
opacity: 0.8;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.34;
letter-spacing: normal;
text-decoration: none;
color: #ff0000;
}
.post-detail-title {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 28px;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
text-align: left;
color: #ffffff;
margin-top: 12px;
margin-bottom: 12px;
}
.post-detail-content {
opacity: 0.8;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.88;
letter-spacing: normal;
text-align: left;
color: #000000;
word-break: break-all;
word-wrap: break-word;
padding-bottom: 24px;
}
@media screen and (min-width: 950px) {
.user-image {
display: inline-block;
width: 8%;
height: 8%;
}
.article-user-info-options {
display: inline-block;
padding-left: 16px;
}
.user-name {
font-size: 36px;
}
.button-update-post a {
font-size: 18px;
}
.button-delete-post a {
font-size: 18px;
}
.user-posted-date {
font-size: 18px;
}
.post-detail-title {
font-size: 28px;
}
.post-detail-content {
font-size: 18px;
}
.content-section-post-detail {
width: 60%;
margin-left: 20%;
margin-right: 20%;
}
}
@media screen and (max-width: 950px) {
.user-image {
width: 16%;
height: 16%;
}
.button-update-post a {
font-size: 14px;
}
.button-delete-post a {
font-size: 14px;
}
.user-name {
font-size: 20px;
}
.post-detail-title {
font-size: 18px;
}
.post-detail-content {
font-size: 12px;
}
.content-section-post-detail {
width: 86%;
margin-left: 7%;
margin-right: 7%;
}
} | 0.575349 | 0.111483 |
body {
background-color: #f4f5f6;
font-family:
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
}
h1 {
font-size: 1.2rem;
}
h2 {
font-size: 1rem;
font-weight: bold;
color: #9a9a9a;
}
h3 {
font-size: 1.1rem;
font-weight: bold;
}
h4 {
font-size: 0.9rem;
font-weight: bold;
}
p {
font-size: 0.8rem;
}
.more-stories figure,
.latest-news figure {
border-bottom: 0.5px solid #d9d9d9;
}
.img-thumbnail {
width: 150px !important;
height: 120px !important;
border: none;
}
main img,
h3,
h4 {
cursor: pointer;
}
@media only screen and (min-width: 768px) {
.w-md-50 {
width: 50%;
margin: 0 auto;
}
.w-md-60 {
width: 60%;
}
.border-md-bottom {
border-bottom: 2px solid #eee;
padding-bottom: 0.5rem;
}
}
main h3:hover,
main h4:hover {
text-decoration: underline;
text-decoration-color: red;
}
.line {
border-top: 2px solid #d9d9d9;
border-bottom: 2px solid #d9d9d9;
}
.newsletter-signup {
max-width: 300px;
margin: 0 auto 30px;
border: 1px solid #e5e5e5;
background-color: #f4f5f6;
padding: 20px;
}
.newsletter-signup .free-signup input {
width: 100%;
height: 32px;
line-height: 32px;
}
.free-signup .form-submit {
color: white;
text-transform: uppercase;
cursor: pointer;
font-weight: bold;
font-size: 0;
font-family: "Roboto Condensed", sans-serif;
background:
url(https://web.archive.org/web/20210120130223im_/https://g.newsweek.com/www/images/free-sign-up.svg)
center/108px no-repeat #f61602;
border-radius: 3px;
}
.newsletter-signup .free-signup .form-submit {
margin-top: 8px;
}
.n-title .icon-n {
-webkit-flex: none;
flex: none;
display: block;
width: 29px;
height: 28px;
background:
url(https://web.archive.org/web/20210120125445im_/https://g.newsweek.com/www/images/logo-n1.svg)
center/contain no-repeat #f72210;
margin-right: 10px;
}
.free-signup .form-text {
color: #555;
font-size: 14px;
font-family: inherit;
background-color: white;
border: 1px solid #e0e1e1;
text-indent: 9px;
}
@media only screen and (min-width: 992px) {
.md-nav {
position: absolute;
left: -999999px;
}
}
main .btn-danger {
background-color: #ff0500;
}
main .subscribe .top-image {
top: 10%;
left: 10%;
}
@media only screen and (max-width: 992px) {
.lg-nav {
position: absolute;
left: -999999px;
}
.whitespace {
position: absolute;
left: -999999px;
}
}
.newsletter .btn {
width: 150px;
}
.newsletter form {
margin-left: 5px !important;
}
.page-header .logo {
display: block;
width: 132px;
height: 20px;
fill: white;
}
.page-header .big-logo {
display: block;
width: 350px;
height: 90px;
padding: 20px;
fill: white;
}
header nav {
background-color: #ff0500;
}
header nav .trapezoid {
border-bottom: 27px solid white;
border-right: 25px solid transparent;
height: 0;
width: 25px;
}
.border-top {
border-bottom: 1px solid #dee2e6 !important;
margin-top: 20px;
}
@media only screen and (min-width: 992px) {
header nav .main-links-lg {
width: 93%;
position: absolute;
bottom: -15px;
}
}
.d-lg-block {
display: block !important;
}
.border,
.about-us ul li {
border-right: 0.5px solid #d9d9d9 !important;
height: 50%;
}
.icon-input {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.main-links-lg,
.secondary-links {
white-space: nowrap;
}
/* this is just for markup */
.footer-logo {
width: 250px;
height: 70px;
fill: red;
}
footer .right-side {
position: absolute;
right: 10px;
font-size: 2rem;
}
footer .right-side a:hover {
color: blue;
} | css/style.css | body {
background-color: #f4f5f6;
font-family:
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
}
h1 {
font-size: 1.2rem;
}
h2 {
font-size: 1rem;
font-weight: bold;
color: #9a9a9a;
}
h3 {
font-size: 1.1rem;
font-weight: bold;
}
h4 {
font-size: 0.9rem;
font-weight: bold;
}
p {
font-size: 0.8rem;
}
.more-stories figure,
.latest-news figure {
border-bottom: 0.5px solid #d9d9d9;
}
.img-thumbnail {
width: 150px !important;
height: 120px !important;
border: none;
}
main img,
h3,
h4 {
cursor: pointer;
}
@media only screen and (min-width: 768px) {
.w-md-50 {
width: 50%;
margin: 0 auto;
}
.w-md-60 {
width: 60%;
}
.border-md-bottom {
border-bottom: 2px solid #eee;
padding-bottom: 0.5rem;
}
}
main h3:hover,
main h4:hover {
text-decoration: underline;
text-decoration-color: red;
}
.line {
border-top: 2px solid #d9d9d9;
border-bottom: 2px solid #d9d9d9;
}
.newsletter-signup {
max-width: 300px;
margin: 0 auto 30px;
border: 1px solid #e5e5e5;
background-color: #f4f5f6;
padding: 20px;
}
.newsletter-signup .free-signup input {
width: 100%;
height: 32px;
line-height: 32px;
}
.free-signup .form-submit {
color: white;
text-transform: uppercase;
cursor: pointer;
font-weight: bold;
font-size: 0;
font-family: "Roboto Condensed", sans-serif;
background:
url(https://web.archive.org/web/20210120130223im_/https://g.newsweek.com/www/images/free-sign-up.svg)
center/108px no-repeat #f61602;
border-radius: 3px;
}
.newsletter-signup .free-signup .form-submit {
margin-top: 8px;
}
.n-title .icon-n {
-webkit-flex: none;
flex: none;
display: block;
width: 29px;
height: 28px;
background:
url(https://web.archive.org/web/20210120125445im_/https://g.newsweek.com/www/images/logo-n1.svg)
center/contain no-repeat #f72210;
margin-right: 10px;
}
.free-signup .form-text {
color: #555;
font-size: 14px;
font-family: inherit;
background-color: white;
border: 1px solid #e0e1e1;
text-indent: 9px;
}
@media only screen and (min-width: 992px) {
.md-nav {
position: absolute;
left: -999999px;
}
}
main .btn-danger {
background-color: #ff0500;
}
main .subscribe .top-image {
top: 10%;
left: 10%;
}
@media only screen and (max-width: 992px) {
.lg-nav {
position: absolute;
left: -999999px;
}
.whitespace {
position: absolute;
left: -999999px;
}
}
.newsletter .btn {
width: 150px;
}
.newsletter form {
margin-left: 5px !important;
}
.page-header .logo {
display: block;
width: 132px;
height: 20px;
fill: white;
}
.page-header .big-logo {
display: block;
width: 350px;
height: 90px;
padding: 20px;
fill: white;
}
header nav {
background-color: #ff0500;
}
header nav .trapezoid {
border-bottom: 27px solid white;
border-right: 25px solid transparent;
height: 0;
width: 25px;
}
.border-top {
border-bottom: 1px solid #dee2e6 !important;
margin-top: 20px;
}
@media only screen and (min-width: 992px) {
header nav .main-links-lg {
width: 93%;
position: absolute;
bottom: -15px;
}
}
.d-lg-block {
display: block !important;
}
.border,
.about-us ul li {
border-right: 0.5px solid #d9d9d9 !important;
height: 50%;
}
.icon-input {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.main-links-lg,
.secondary-links {
white-space: nowrap;
}
/* this is just for markup */
.footer-logo {
width: 250px;
height: 70px;
fill: red;
}
footer .right-side {
position: absolute;
right: 10px;
font-size: 2rem;
}
footer .right-side a:hover {
color: blue;
} | 0.590543 | 0.11187 |
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #73cdc0;
}
canvas#snow {
width: 100vw;
height: 100vh;
position: absolute;
pointer-events:none;
}
.container {
width: 600px;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
font-family: 'Microsoft Yahei', sans-serif;
}
.intro {
margin: 5% auto;
color: #e16f97;
letter-spacing: 1px;
word-spacing: 12px;
}
.intro span {
font-size: 40px;
font-family: 'Microsoft Yahei', cursive;
}
.countdown-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
margin: 5% auto;
color: #fff;
}
label,
output,
.time-el span {
display: block;
}
.time-el {
position: relative;
}
.time-el:not(:last-child):after {
content: ":";
position: absolute;
right: -30px;
top: 28%;
font-size: 30px;
color: #e16f97;
}
.time-el .digit{
position: relative;
width: 100px;
height: 90px;
display: inline-block;
font-size: 50px;
line-height: 90px;
font-family: 'Microsoft Yahei', cursive;
}
.inner {
height: 200%;
width: 100%;
position: absolute;
}
.time-el .top, .time-el .bottom {
position: absolute;
height: 50%;
width: 100%;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.time-el .bottom {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.time-el label{
font-size: 18px;
letter-spacing: 1px;
color: #e16f97;
}
.current .top {
z-index: 3;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: perspective(150px);
transform: perspective(150px);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: #036161;
color: #dcdcd6;
}
.next .top {
z-index: 4;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: perspective(150px) rotateX(180deg);
transform: perspective(150px) rotateX(180deg);
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background: teal;
}
.next .top .inner {
position: absolute;
top: -100%;
left: 0;
right: 0;
margin: auto;
}
.current .bottom {
z-index: 1;
top: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: #036161;
color: #dcdcd6;
}
.next .bottom {
z-index: 2;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background: teal;
}
.next .bottom .inner {
position: absolute;
top: -100%;
left: 0;
right: 0;
margin: auto;
}
.result {
display: flex;
gap: 10px;
font-size: 1.5em;
}
.result p {
display: flex;
flex-direction: column;
align-items: center;
}
.result p span {
font-size: 0.3em;
color: rgb(102, 102, 102);
}
.daojishi{
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%); /* IE 9 */
-moz-transform:translate(-50%, -50%); /* Firefox */
-webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
-o-transform:translate(-50%, -50%); /* Opera */
width: 600px;
text-align: center;
font-family: 'Microsoft Yahei', sans-serif;
}
.juzhon {position: absolute;width:400px;height:200px;left:50%;top:40%;
margin-left:-200px;margin-top:-100px}
.kys-madestyle-hover{transition:.5s;}
.kys-madestyle-hover:hover{background:#f7f7f7;} | public/static/css/jiaozy.css | *,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #73cdc0;
}
canvas#snow {
width: 100vw;
height: 100vh;
position: absolute;
pointer-events:none;
}
.container {
width: 600px;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
font-family: 'Microsoft Yahei', sans-serif;
}
.intro {
margin: 5% auto;
color: #e16f97;
letter-spacing: 1px;
word-spacing: 12px;
}
.intro span {
font-size: 40px;
font-family: 'Microsoft Yahei', cursive;
}
.countdown-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
margin: 5% auto;
color: #fff;
}
label,
output,
.time-el span {
display: block;
}
.time-el {
position: relative;
}
.time-el:not(:last-child):after {
content: ":";
position: absolute;
right: -30px;
top: 28%;
font-size: 30px;
color: #e16f97;
}
.time-el .digit{
position: relative;
width: 100px;
height: 90px;
display: inline-block;
font-size: 50px;
line-height: 90px;
font-family: 'Microsoft Yahei', cursive;
}
.inner {
height: 200%;
width: 100%;
position: absolute;
}
.time-el .top, .time-el .bottom {
position: absolute;
height: 50%;
width: 100%;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.time-el .bottom {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.time-el label{
font-size: 18px;
letter-spacing: 1px;
color: #e16f97;
}
.current .top {
z-index: 3;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: perspective(150px);
transform: perspective(150px);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: #036161;
color: #dcdcd6;
}
.next .top {
z-index: 4;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: perspective(150px) rotateX(180deg);
transform: perspective(150px) rotateX(180deg);
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background: teal;
}
.next .top .inner {
position: absolute;
top: -100%;
left: 0;
right: 0;
margin: auto;
}
.current .bottom {
z-index: 1;
top: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: #036161;
color: #dcdcd6;
}
.next .bottom {
z-index: 2;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background: teal;
}
.next .bottom .inner {
position: absolute;
top: -100%;
left: 0;
right: 0;
margin: auto;
}
.result {
display: flex;
gap: 10px;
font-size: 1.5em;
}
.result p {
display: flex;
flex-direction: column;
align-items: center;
}
.result p span {
font-size: 0.3em;
color: rgb(102, 102, 102);
}
.daojishi{
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%); /* IE 9 */
-moz-transform:translate(-50%, -50%); /* Firefox */
-webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
-o-transform:translate(-50%, -50%); /* Opera */
width: 600px;
text-align: center;
font-family: 'Microsoft Yahei', sans-serif;
}
.juzhon {position: absolute;width:400px;height:200px;left:50%;top:40%;
margin-left:-200px;margin-top:-100px}
.kys-madestyle-hover{transition:.5s;}
.kys-madestyle-hover:hover{background:#f7f7f7;} | 0.31785 | 0.041793 |
.youtube-video {
background-color: #000;
margin-bottom: 30px;
position: relative;
padding-top: 56.25%;
overflow: hidden;
cursor: pointer;
}
.youtube-video img.standart {
width: 100%;
top: -16%;
left: 0;
opacity: 0.7;
}
.youtube-video img.max-result {
width: 100%;
top: 0;
left: 0;
opacity: 0.7;
}
.youtube-video .play-button {
width: 90px;
height: 60px;
background-color: #333;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
z-index: 1;
opacity: 0.8;
border-radius: 6px;
}
.youtube-video .play-button:before {
content: "";
border-style: solid;
border-width: 15px 0 15px 26.0px;
border-color: transparent transparent transparent #fff;
}
.youtube-video img,
.youtube-video .play-button {
cursor: pointer;
}
.youtube-video img,
.youtube-video iframe,
.youtube-video .play-button,
.youtube-video .play-button:before {
position: absolute;
}
.youtube-video .play-button,
.youtube-video .play-button:before {
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.youtube-video iframe {
height: 100%;
width: 100%;
top: 0;
left: 0;
}
#cookie .cookie-popup {
font-size: 0.875rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: -6.25rem;
left: 1.25rem;
right: 1.25rem;
padding: 0.625rem 0.9375rem;
box-shadow: 0 0 0.625rem 0 rgba(0,0,0,0.15);
line-height: 150%;
transition: opacity .5s;
opacity: 0;
}
#cookie .cookie-popup--short {
right: none;
width: 21.875rem;
}
#cookie .cookie-popup--dark {
background: #000;
color: #fff;
}
#cookie .cookie-popup--not-accepted {
opacity: 1;
animation: cookie-popup-in .5s ease forwards;
}
#cookie .cookie-popup--accepted {
opacity: 0;
}
#cookie .cookie-popup a {
color: skyblue;
}
#cookie .cookie-popup a:visited {
color: skyblue;
text-decoration: none;
}
#cookie .cookie-popup-actions {
flex: 1;
text-align: right;
}
#cookie .cookie-popup-actions button {
color: orange;
border: none;
background: none;
font-family: inherit;
font-style: inherit;
font-size: inherit;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75rem;
padding: 0;
cursor: pointer;
}
#cookie .cookie-popup-actions button:hover {
text-decoration: underline;
}
@keyframes cookie-popup-in {
from {
bottom: -6.25rem;
}
to {
bottom: 1.25rem;
}
}
.hasValidation .form-control{
border-color: green;
}
.hasValidation label,.hasValidation span{
color: green;
}
.invalid .form-control{
border-color: red;
}
.invalid label,.invalid span{
color: red;
}
.s-soft{
position: fixed;
top: 100px ;
left: 0;
z-index: 1000; transition:all linear 0.2s ;
}
.s-soft.sagda_efektli{
right: 0!important;
left: inherit!important;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{
border-radius: 0 0 5px 0;
}
.s-item {
display:block;
width: 60px;
height: 60px;
color: white;
font-size: 25px;
line-height: 60px;
text-align:center;
transition:all linear 0.2s ;}
.s-item:hover {
width:110px;
border-radius:0px 20px 20px 0px;
}
#so-open {
position: fixed;
top: 100px ;
left: -90px;
border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook {background-color: #3b5999;}
.whatsapp {background-color: #009687;}
.twitter {background-color: #3AAFD6;}
.print {background-color: #de3c7d;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color: #c32aa3;}
.so-collapse{left: -60px; } | frontend/frontend.css | .youtube-video {
background-color: #000;
margin-bottom: 30px;
position: relative;
padding-top: 56.25%;
overflow: hidden;
cursor: pointer;
}
.youtube-video img.standart {
width: 100%;
top: -16%;
left: 0;
opacity: 0.7;
}
.youtube-video img.max-result {
width: 100%;
top: 0;
left: 0;
opacity: 0.7;
}
.youtube-video .play-button {
width: 90px;
height: 60px;
background-color: #333;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
z-index: 1;
opacity: 0.8;
border-radius: 6px;
}
.youtube-video .play-button:before {
content: "";
border-style: solid;
border-width: 15px 0 15px 26.0px;
border-color: transparent transparent transparent #fff;
}
.youtube-video img,
.youtube-video .play-button {
cursor: pointer;
}
.youtube-video img,
.youtube-video iframe,
.youtube-video .play-button,
.youtube-video .play-button:before {
position: absolute;
}
.youtube-video .play-button,
.youtube-video .play-button:before {
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.youtube-video iframe {
height: 100%;
width: 100%;
top: 0;
left: 0;
}
#cookie .cookie-popup {
font-size: 0.875rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: -6.25rem;
left: 1.25rem;
right: 1.25rem;
padding: 0.625rem 0.9375rem;
box-shadow: 0 0 0.625rem 0 rgba(0,0,0,0.15);
line-height: 150%;
transition: opacity .5s;
opacity: 0;
}
#cookie .cookie-popup--short {
right: none;
width: 21.875rem;
}
#cookie .cookie-popup--dark {
background: #000;
color: #fff;
}
#cookie .cookie-popup--not-accepted {
opacity: 1;
animation: cookie-popup-in .5s ease forwards;
}
#cookie .cookie-popup--accepted {
opacity: 0;
}
#cookie .cookie-popup a {
color: skyblue;
}
#cookie .cookie-popup a:visited {
color: skyblue;
text-decoration: none;
}
#cookie .cookie-popup-actions {
flex: 1;
text-align: right;
}
#cookie .cookie-popup-actions button {
color: orange;
border: none;
background: none;
font-family: inherit;
font-style: inherit;
font-size: inherit;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75rem;
padding: 0;
cursor: pointer;
}
#cookie .cookie-popup-actions button:hover {
text-decoration: underline;
}
@keyframes cookie-popup-in {
from {
bottom: -6.25rem;
}
to {
bottom: 1.25rem;
}
}
.hasValidation .form-control{
border-color: green;
}
.hasValidation label,.hasValidation span{
color: green;
}
.invalid .form-control{
border-color: red;
}
.invalid label,.invalid span{
color: red;
}
.s-soft{
position: fixed;
top: 100px ;
left: 0;
z-index: 1000; transition:all linear 0.2s ;
}
.s-soft.sagda_efektli{
right: 0!important;
left: inherit!important;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{
border-radius: 0 0 5px 0;
}
.s-item {
display:block;
width: 60px;
height: 60px;
color: white;
font-size: 25px;
line-height: 60px;
text-align:center;
transition:all linear 0.2s ;}
.s-item:hover {
width:110px;
border-radius:0px 20px 20px 0px;
}
#so-open {
position: fixed;
top: 100px ;
left: -90px;
border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook {background-color: #3b5999;}
.whatsapp {background-color: #009687;}
.twitter {background-color: #3AAFD6;}
.print {background-color: #de3c7d;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color: #c32aa3;}
.so-collapse{left: -60px; } | 0.500244 | 0.106877 |
@import url(fonts/clear-sans.css);
/* Team Phobos */
html, body {
margin: 0;
padding: 0;
background: #faefef;
color: #776565;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px; }
body {
margin: 80px 0; }
.heading:after {
content: "";
display: block;
clear: both; }
h1.title {
font-size: 80px;
font-weight: bold;
margin: 0;
display: block;
float: left; }
button {
color: white;
background: #bba0a0;
padding: 15px;
border-radius: 15px;
font-size: 20px;
font-weight: bold;
width: 220px;
}
@-webkit-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@-moz-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
.scores-container {
float: right;
text-align: right; }
.score-container, .best-container {
position: relative;
display: inline-block;
background: #bba0a0;
padding: 15px 25px;
font-size: 25px;
height: 25px;
line-height: 47px;
font-weight: bold;
border-radius: 3px;
color: white;
margin-top: 8px;
text-align: center; }
.score-container:after, .best-container:after {
position: absolute;
width: 100%;
top: 10px;
left: 0;
text-transform: uppercase;
font-size: 13px;
line-height: 13px;
text-align: center;
color: #eedada; }
.score-container .score-addition, .best-container .score-addition {
position: absolute;
right: 30px;
color: red;
font-size: 25px;
line-height: 25px;
font-weight: bold;
color: rgba(119, 101, 101, 0.9);
z-index: 100;
-webkit-animation: move-up 600ms ease-in;
-moz-animation: move-up 600ms ease-in;
animation: move-up 600ms ease-in;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.score-container:after {
content: "Score"; }
.best-container:after {
content: "Best"; }
p {
margin-top: 0;
margin-bottom: 10px;
line-height: 1.65; }
a {
color: #776565;
font-weight: bold;
text-decoration: underline;
cursor: pointer; }
strong.important {
text-transform: uppercase; }
hr {
border: none;
border-bottom: 1px solid #d8d0d0;
margin-top: 20px;
margin-bottom: 30px; }
.container {
width: 1955px;
margin: 0 auto; }
@-webkit-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.game-container {
margin-top: 40px;
position: relative;
padding: 15px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bba0a0;
border-radius: 6px;
width: 1955px;
height: 1955px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(218, 228, 238, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 46, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 15px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 106.25px;
height: 106.25px;
margin-right: 15px;
float: left;
border-radius: 3px;
background: rgba(238, 218, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 107px;
height: 107px;
line-height: 116.25px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 847px);
transform: translate(0px, 847px); }
.tile.tile-position-1-9 {
-webkit-transform: translate(0px, 968px);
-moz-transform: translate(0px, 968px);
transform: translate(0px, 968px); }
.tile.tile-position-1-10 {
-webkit-transform: translate(0px, 1089px);
-moz-transform: translate(0px, 1089px);
transform: translate(0px, 1089px); }
.tile.tile-position-1-11 {
-webkit-transform: translate(0px, 1210px);
-moz-transform: translate(0px, 1210px);
transform: translate(0px, 1210px); }
.tile.tile-position-1-12 {
-webkit-transform: translate(0px, 1331px);
-moz-transform: translate(0px, 1331px);
transform: translate(0px, 1331px); }
.tile.tile-position-1-13 {
-webkit-transform: translate(0px, 1452px);
-moz-transform: translate(0px, 1452px);
transform: translate(0px, 1452px); }
.tile.tile-position-1-14 {
-webkit-transform: translate(0px, 1573px);
-moz-transform: translate(0px, 1573px);
transform: translate(0px, 1573px); }
.tile.tile-position-1-15 {
-webkit-transform: translate(0px, 1694px);
-moz-transform: translate(0px, 1694px);
transform: translate(0px, 1694px); }
.tile.tile-position-1-16 {
-webkit-transform: translate(0px, 1815px);
-moz-transform: translate(0px, 1815px);
transform: translate(0px, 1815px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-2-9 {
-webkit-transform: translate(121px, 968px);
-moz-transform: translate(121px, 968px);
transform: translate(121px, 968px); }
.tile.tile-position-2-10 {
-webkit-transform: translate(121px, 1089px);
-moz-transform: translate(121px, 1089px);
transform: translate(121px, 1089px); }
.tile.tile-position-2-11 {
-webkit-transform: translate(121px, 1210px);
-moz-transform: translate(121px, 1210px);
transform: translate(121px, 1210px); }
.tile.tile-position-2-12 {
-webkit-transform: translate(121px, 1331px);
-moz-transform: translate(121px, 1331px);
transform: translate(121px, 1331px); }
.tile.tile-position-2-13 {
-webkit-transform: translate(121px, 1452px);
-moz-transform: translate(121px, 1452px);
transform: translate(121px, 1452px); }
.tile.tile-position-2-14 {
-webkit-transform: translate(121px, 1573px);
-moz-transform: translate(121px, 1573px);
transform: translate(121px, 1573px); }
.tile.tile-position-2-15 {
-webkit-transform: translate(121px, 1694px);
-moz-transform: translate(121px, 1694px);
transform: translate(121px, 1694px); }
.tile.tile-position-2-16 {
-webkit-transform: translate(121px, 1815px);
-moz-transform: translate(121px, 1815px);
transform: translate(121px, 1815px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-3-9 {
-webkit-transform: translate(242px, 968px);
-moz-transform: translate(242px, 968px);
transform: translate(242px, 968px); }
.tile.tile-position-3-10 {
-webkit-transform: translate(242px, 1089px);
-moz-transform: translate(242px, 1089px);
transform: translate(242px, 1089px); }
.tile.tile-position-3-11 {
-webkit-transform: translate(242px, 1210px);
-moz-transform: translate(242px, 1210px);
transform: translate(242px, 1210px); }
.tile.tile-position-3-12 {
-webkit-transform: translate(242px, 1331px);
-moz-transform: translate(242px, 1331px);
transform: translate(242px, 1331px); }
.tile.tile-position-3-13 {
-webkit-transform: translate(242px, 1452px);
-moz-transform: translate(242px, 1452px);
transform: translate(242px, 1452px); }
.tile.tile-position-3-14 {
-webkit-transform: translate(242px, 1573px);
-moz-transform: translate(242px, 1573px);
transform: translate(242px, 1573px); }
.tile.tile-position-3-15 {
-webkit-transform: translate(242px, 1694px);
-moz-transform: translate(242px, 1694px);
transform: translate(242px, 1694px); }
.tile.tile-position-3-16 {
-webkit-transform: translate(242px, 1815px);
-moz-transform: translate(242px, 1815px);
transform: translate(242px, 1815px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-4-9 {
-webkit-transform: translate(363px, 968px);
-moz-transform: translate(363px, 968px);
transform: translate(363px, 968px); }
.tile.tile-position-4-10 {
-webkit-transform: translate(363px, 1089px);
-moz-transform: translate(363px, 1089px);
transform: translate(363px, 1089px); }
.tile.tile-position-4-11 {
-webkit-transform: translate(363px, 1210px);
-moz-transform: translate(363px, 1210px);
transform: translate(363px, 1210px); }
.tile.tile-position-4-12 {
-webkit-transform: translate(363px, 1331px);
-moz-transform: translate(363px, 1331px);
transform: translate(363px, 1331px); }
.tile.tile-position-4-13 {
-webkit-transform: translate(363px, 1452px);
-moz-transform: translate(363px, 1452px);
transform: translate(363px, 1452px); }
.tile.tile-position-4-14 {
-webkit-transform: translate(363px, 1573px);
-moz-transform: translate(363px, 1573px);
transform: translate(363px, 1573px); }
.tile.tile-position-4-15 {
-webkit-transform: translate(363px, 1694px);
-moz-transform: translate(363px, 1694px);
transform: translate(363px, 1694px); }
.tile.tile-position-4-16 {
-webkit-transform: translate(363px, 1815px);
-moz-transform: translate(363px, 1815px);
transform: translate(363px, 1815px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-5-9 {
-webkit-transform: translate(484px, 968px);
-moz-transform: translate(484px, 968px);
transform: translate(484px, 968px); }
.tile.tile-position-5-10 {
-webkit-transform: translate(484px, 1089px);
-moz-transform: translate(484px, 1089px);
transform: translate(484px, 1089px); }
.tile.tile-position-5-11 {
-webkit-transform: translate(484px, 1210px);
-moz-transform: translate(484px, 1210px);
transform: translate(484px, 1210px); }
.tile.tile-position-5-12 {
-webkit-transform: translate(484px, 1331px);
-moz-transform: translate(484px, 1331px);
transform: translate(484px, 1331px); }
.tile.tile-position-5-13 {
-webkit-transform: translate(484px, 1452px);
-moz-transform: translate(484px, 1452px);
transform: translate(484px, 1452px); }
.tile.tile-position-5-14 {
-webkit-transform: translate(484px, 1573px);
-moz-transform: translate(484px, 1573px);
transform: translate(484px, 1573px); }
.tile.tile-position-5-15 {
-webkit-transform: translate(484px, 1694px);
-moz-transform: translate(484px, 1694px);
transform: translate(484px, 1694px); }
.tile.tile-position-5-16 {
-webkit-transform: translate(484px, 1815px);
-moz-transform: translate(484px, 1815px);
transform: translate(484px, 1815px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-6-9 {
-webkit-transform: translate(605px, 968px);
-moz-transform: translate(605px, 968px);
transform: translate(605px, 968px); }
.tile.tile-position-6-10 {
-webkit-transform: translate(605px, 1089px);
-moz-transform: translate(605px, 1089px);
transform: translate(605px, 1089px); }
.tile.tile-position-6-11 {
-webkit-transform: translate(605px, 1210px);
-moz-transform: translate(605px, 1210px);
transform: translate(605px, 1210px); }
.tile.tile-position-6-12 {
-webkit-transform: translate(605px, 1331px);
-moz-transform: translate(605px, 1331px);
transform: translate(605px, 1331px); }
.tile.tile-position-6-13 {
-webkit-transform: translate(605px, 1452px);
-moz-transform: translate(605px, 1452px);
transform: translate(605px, 1452px); }
.tile.tile-position-6-14 {
-webkit-transform: translate(605px, 1573px);
-moz-transform: translate(605px, 1573px);
transform: translate(605px, 1573px); }
.tile.tile-position-6-15 {
-webkit-transform: translate(605px, 1694px);
-moz-transform: translate(605px, 1694px);
transform: translate(605px, 1694px); }
.tile.tile-position-6-16 {
-webkit-transform: translate(605px, 1815px);
-moz-transform: translate(605px, 1815px);
transform: translate(605px, 1815px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 605px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-7-9 {
-webkit-transform: translate(726px, 968px);
-moz-transform: translate(726px, 968px);
transform: translate(726px, 968px); }
.tile.tile-position-7-10 {
-webkit-transform: translate(726px, 1089px);
-moz-transform: translate(726px, 1089px);
transform: translate(726px, 1089px); }
.tile.tile-position-7-11 {
-webkit-transform: translate(726px, 1210px);
-moz-transform: translate(726px, 1210px);
transform: translate(726px, 1210px); }
.tile.tile-position-7-12 {
-webkit-transform: translate(726px, 1331px);
-moz-transform: translate(726px, 1331px);
transform: translate(726px, 1331px); }
.tile.tile-position-7-13 {
-webkit-transform: translate(726px, 1452px);
-moz-transform: translate(726px, 1452px);
transform: translate(726px, 1452px); }
.tile.tile-position-7-14 {
-webkit-transform: translate(726px, 1573px);
-moz-transform: translate(726px, 1573px);
transform: translate(726px, 1573px); }
.tile.tile-position-7-15 {
-webkit-transform: translate(726px, 1694px);
-moz-transform: translate(726px, 1694px);
transform: translate(726px, 1694px); }
.tile.tile-position-7-16 {
-webkit-transform: translate(726px, 1815px);
-moz-transform: translate(726px, 1815px);
transform: translate(726px, 1815px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(847px, 0px);
-moz-transform: translate(847px, 0px);
transform: translate(847px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(847px, 121px);
-moz-transform: translate(847px, 121px);
transform: translate(847px, 121px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(847px, 242px);
-moz-transform: translate(847px, 242px);
transform: translate(847px, 242px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(847px, 363px);
-moz-transform: translate(847px, 363px);
transform: translate(847px, 363px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(847px, 484px);
-moz-transform: translate(847px, 484px);
transform: translate(847px, 484px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(847px, 605px);
-moz-transform: translate(847px, 605px);
transform: translate(847px, 605px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(847px, 726px);
-moz-transform: translate(847px, 726px);
transform: translate(847px, 726px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(847px, 847px);
-moz-transform: translate(847px, 847px);
transform: translate(847px, 847px); }
.tile.tile-position-8-9 {
-webkit-transform: translate(847px, 968px);
-moz-transform: translate(847px, 968px);
transform: translate(847px, 968px); }
.tile.tile-position-8-10 {
-webkit-transform: translate(847px, 1089px);
-moz-transform: translate(847px, 1089px);
transform: translate(847px, 1089px); }
.tile.tile-position-8-11 {
-webkit-transform: translate(847px, 1210px);
-moz-transform: translate(847px, 1210px);
transform: translate(847px, 1210px); }
.tile.tile-position-8-12 {
-webkit-transform: translate(847px, 1331px);
-moz-transform: translate(847px, 1331px);
transform: translate(847px, 1331px); }
.tile.tile-position-8-13 {
-webkit-transform: translate(847px, 1452px);
-moz-transform: translate(847px, 1452px);
transform: translate(847px, 1452px); }
.tile.tile-position-8-14 {
-webkit-transform: translate(847px, 1573px);
-moz-transform: translate(847px, 1573px);
transform: translate(847px, 1573px); }
.tile.tile-position-8-15 {
-webkit-transform: translate(847px, 1694px);
-moz-transform: translate(847px, 1694px);
transform: translate(847px, 1694px); }
.tile.tile-position-8-16 {
-webkit-transform: translate(847px, 1815px);
-moz-transform: translate(847px, 1815px);
transform: translate(847px, 1815px); }
.tile.tile-position-9-1 {
-webkit-transform: translate(968px, 0px);
-moz-transform: translate(968px, 0px);
transform: translate(968px, 0px); }
.tile.tile-position-9-2 {
-webkit-transform: translate(968px, 121px);
-moz-transform: translate(968px, 121px);
transform: translate(968px, 121px); }
.tile.tile-position-9-3 {
-webkit-transform: translate(968px, 242px);
-moz-transform: translate(968px, 242px);
transform: translate(968px, 242px); }
.tile.tile-position-9-4 {
-webkit-transform: translate(968px, 363px);
-moz-transform: translate(968px, 363px);
transform: translate(968px, 363px); }
.tile.tile-position-9-5 {
-webkit-transform: translate(968px, 484px);
-moz-transform: translate(968px, 484px);
transform: translate(968px, 484px); }
.tile.tile-position-9-6 {
-webkit-transform: translate(968px, 605px);
-moz-transform: translate(968px, 605px);
transform: translate(968px, 605px); }
.tile.tile-position-9-7 {
-webkit-transform: translate(968px, 726px);
-moz-transform: translate(968px, 726px);
transform: translate(968px, 726px); }
.tile.tile-position-9-8 {
-webkit-transform: translate(968px, 847px);
-moz-transform: translate(968px, 847px);
transform: translate(968px, 847px); }
.tile.tile-position-9-9 {
-webkit-transform: translate(968px, 968px);
-moz-transform: translate(968px, 968px);
transform: translate(968px, 968px); }
.tile.tile-position-9-10 {
-webkit-transform: translate(968px, 1089px);
-moz-transform: translate(968px, 1089px);
transform: translate(968px, 1089px); }
.tile.tile-position-9-11 {
-webkit-transform: translate(968px, 1210px);
-moz-transform: translate(968px, 1210px);
transform: translate(968px, 1210px); }
.tile.tile-position-9-12 {
-webkit-transform: translate(968px, 1331px);
-moz-transform: translate(968px, 1331px);
transform: translate(968px, 1331px); }
.tile.tile-position-9-13 {
-webkit-transform: translate(968px, 1452px);
-moz-transform: translate(968px, 1452px);
transform: translate(968px, 1452px); }
.tile.tile-position-9-14 {
-webkit-transform: translate(968px, 1573px);
-moz-transform: translate(968px, 1573px);
transform: translate(968px, 1573px); }
.tile.tile-position-9-15 {
-webkit-transform: translate(968px, 1694px);
-moz-transform: translate(968px, 1694px);
transform: translate(968px, 1694px); }
.tile.tile-position-9-16 {
-webkit-transform: translate(968px, 1815px);
-moz-transform: translate(968px, 1815px);
transform: translate(968px, 1815px); }
.tile.tile-position-10-1 {
-webkit-transform: translate(1089px, 0px);
-moz-transform: translate(1089px, 0px);
transform: translate(1089px, 0px); }
.tile.tile-position-10-2 {
-webkit-transform: translate(1089px, 121px);
-moz-transform: translate(1089px, 121px);
transform: translate(1089px, 121px); }
.tile.tile-position-10-3 {
-webkit-transform: translate(1089px, 242px);
-moz-transform: translate(1089px, 242px);
transform: translate(1089px, 242px); }
.tile.tile-position-10-4 {
-webkit-transform: translate(1089px, 363px);
-moz-transform: translate(1089px, 363px);
transform: translate(1089px, 363px); }
.tile.tile-position-10-5 {
-webkit-transform: translate(1089px, 484px);
-moz-transform: translate(1089px, 484px);
transform: translate(1089px, 484px); }
.tile.tile-position-10-6 {
-webkit-transform: translate(1089px, 605px);
-moz-transform: translate(1089px, 605px);
transform: translate(1089px, 605px); }
.tile.tile-position-10-7 {
-webkit-transform: translate(1089px, 726px);
-moz-transform: translate(1089px, 726px);
transform: translate(1089px, 726px); }
.tile.tile-position-10-8 {
-webkit-transform: translate(1089px, 847px);
-moz-transform: translate(1089px, 847px);
transform: translate(1089px, 847px); }
.tile.tile-position-10-9 {
-webkit-transform: translate(1089px, 968px);
-moz-transform: translate(1089px, 968px);
transform: translate(1089px, 968px); }
.tile.tile-position-10-10 {
-webkit-transform: translate(1089px, 1089px);
-moz-transform: translate(1089px, 1089px);
transform: translate(1089px, 1089px); }
.tile.tile-position-10-11 {
-webkit-transform: translate(1089px, 1210px);
-moz-transform: translate(1089px, 1210px);
transform: translate(1089px, 1210px); }
.tile.tile-position-10-12 {
-webkit-transform: translate(1089px, 1331px);
-moz-transform: translate(1089px, 1331px);
transform: translate(1089px, 1331px); }
.tile.tile-position-10-13 {
-webkit-transform: translate(1089px, 1452px);
-moz-transform: translate(1089px, 1452px);
transform: translate(1089px, 1452px); }
.tile.tile-position-10-14 {
-webkit-transform: translate(1089px, 1573px);
-moz-transform: translate(1089px, 1573px);
transform: translate(1089px, 1573px); }
.tile.tile-position-10-15 {
-webkit-transform: translate(1089px, 1694px);
-moz-transform: translate(1089px, 1694px);
transform: translate(1089px, 1694px); }
.tile.tile-position-10-16 {
-webkit-transform: translate(1089px, 1815px);
-moz-transform: translate(1089px, 1815px);
transform: translate(1089px, 1815px); }
.tile.tile-position-11-1 {
-webkit-transform: translate(1210px, 0px);
-moz-transform: translate(1210px, 0px);
transform: translate(1210px, 0px); }
.tile.tile-position-11-2 {
-webkit-transform: translate(1210px, 121px);
-moz-transform: translate(1210px, 121px);
transform: translate(1210px, 121px); }
.tile.tile-position-11-3 {
-webkit-transform: translate(1210px, 242px);
-moz-transform: translate(1210px, 242px);
transform: translate(1210px, 242px); }
.tile.tile-position-11-4 {
-webkit-transform: translate(1210px, 363px);
-moz-transform: translate(1210px, 363px);
transform: translate(1210px, 363px); }
.tile.tile-position-11-5 {
-webkit-transform: translate(1210px, 484px);
-moz-transform: translate(1210px, 484px);
transform: translate(1210px, 484px); }
.tile.tile-position-11-6 {
-webkit-transform: translate(1210px, 605px);
-moz-transform: translate(1210px, 605px);
transform: translate(1210px, 605px); }
.tile.tile-position-11-7 {
-webkit-transform: translate(1210px, 726px);
-moz-transform: translate(1210px, 726px);
transform: translate(1210px, 726px); }
.tile.tile-position-11-8 {
-webkit-transform: translate(1210px, 847px);
-moz-transform: translate(1210px, 847px);
transform: translate(1210px, 847px); }
.tile.tile-position-11-9 {
-webkit-transform: translate(1210px, 968px);
-moz-transform: translate(1210px, 968px);
transform: translate(1210px, 968px); }
.tile.tile-position-11-10 {
-webkit-transform: translate(1210px, 1089px);
-moz-transform: translate(1210px, 1089px);
transform: translate(1210px, 1089px); }
.tile.tile-position-11-11 {
-webkit-transform: translate(1210px, 1210px);
-moz-transform: translate(1210px, 1210px);
transform: translate(1210px, 1210px); }
.tile.tile-position-11-12 {
-webkit-transform: translate(1210px, 1331px);
-moz-transform: translate(1210px, 1331px);
transform: translate(1210px, 1331px); }
.tile.tile-position-11-13 {
-webkit-transform: translate(1210px, 1452px);
-moz-transform: translate(1210px, 1452px);
transform: translate(1210px, 1452px); }
.tile.tile-position-11-14 {
-webkit-transform: translate(1210px, 1573px);
-moz-transform: translate(1210px, 1573px);
transform: translate(1210px, 1573px); }
.tile.tile-position-11-15 {
-webkit-transform: translate(1210px, 1694px);
-moz-transform: translate(1210px, 1694px);
transform: translate(1210px, 1694px); }
.tile.tile-position-11-16 {
-webkit-transform: translate(1210px, 1815px);
-moz-transform: translate(1210px, 1815px);
transform: translate(1210px, 1815px); }
.tile.tile-position-12-1 {
-webkit-transform: translate(1331px, 0px);
-moz-transform: translate(1331px, 0px);
transform: translate(1331px, 0px); }
.tile.tile-position-12-2 {
-webkit-transform: translate(1331px, 121px);
-moz-transform: translate(1331px, 121px);
transform: translate(1331px, 121px); }
.tile.tile-position-12-3 {
-webkit-transform: translate(1331px, 242px);
-moz-transform: translate(1331px, 242px);
transform: translate(1331px, 242px); }
.tile.tile-position-12-4 {
-webkit-transform: translate(1331px, 363px);
-moz-transform: translate(1331px, 363px);
transform: translate(1331px, 363px); }
.tile.tile-position-12-5 {
-webkit-transform: translate(1331px, 484px);
-moz-transform: translate(1331px, 484px);
transform: translate(1331px, 484px); }
.tile.tile-position-12-6 {
-webkit-transform: translate(1331px, 605px);
-moz-transform: translate(1331px, 605px);
transform: translate(1331px, 605px); }
.tile.tile-position-12-7 {
-webkit-transform: translate(1331px, 726px);
-moz-transform: translate(1331px, 726px);
transform: translate(1331px, 726px); }
.tile.tile-position-12-8 {
-webkit-transform: translate(1331px, 847px);
-moz-transform: translate(1331px, 847px);
transform: translate(1331px, 847px); }
.tile.tile-position-12-9 {
-webkit-transform: translate(1331px, 968px);
-moz-transform: translate(1331px, 968px);
transform: translate(1331px, 968px); }
.tile.tile-position-12-10 {
-webkit-transform: translate(1331px, 1089px);
-moz-transform: translate(1331px, 1089px);
transform: translate(1331px, 1089px); }
.tile.tile-position-12-11 {
-webkit-transform: translate(1331px, 1210px);
-moz-transform: translate(1331px, 1210px);
transform: translate(1331px, 1210px); }
.tile.tile-position-12-12 {
-webkit-transform: translate(1331px, 1331px);
-moz-transform: translate(1331px, 1331px);
transform: translate(1331px, 1331px); }
.tile.tile-position-12-13 {
-webkit-transform: translate(1331px, 1452px);
-moz-transform: translate(1331px, 1452px);
transform: translate(1331px, 1452px); }
.tile.tile-position-12-14 {
-webkit-transform: translate(1331px, 1573px);
-moz-transform: translate(1331px, 1573px);
transform: translate(1331px, 1573px); }
.tile.tile-position-12-15 {
-webkit-transform: translate(1331px, 1694px);
-moz-transform: translate(1331px, 1694px);
transform: translate(1331px, 1694px); }
.tile.tile-position-12-16 {
-webkit-transform: translate(1331px, 1815px);
-moz-transform: translate(1331px, 1815px);
transform: translate(1331px, 1815px); }
.tile.tile-position-13-1 {
-webkit-transform: translate(1452px, 0px);
-moz-transform: translate(1452px, 0px);
transform: translate(1452px, 0px); }
.tile.tile-position-13-2 {
-webkit-transform: translate(1452px, 121px);
-moz-transform: translate(1452px, 121px);
transform: translate(1452px, 121px); }
.tile.tile-position-13-3 {
-webkit-transform: translate(1452px, 242px);
-moz-transform: translate(1452px, 242px);
transform: translate(1452px, 242px); }
.tile.tile-position-13-4 {
-webkit-transform: translate(1452px, 363px);
-moz-transform: translate(1452px, 363px);
transform: translate(1452px, 363px); }
.tile.tile-position-13-5 {
-webkit-transform: translate(1452px, 484px);
-moz-transform: translate(1452px, 484px);
transform: translate(1452px, 484px); }
.tile.tile-position-13-6 {
-webkit-transform: translate(1452px, 605px);
-moz-transform: translate(1452px, 605px);
transform: translate(1452px, 605px); }
.tile.tile-position-13-7 {
-webkit-transform: translate(1452px, 726px);
-moz-transform: translate(1452px, 726px);
transform: translate(1452px, 726px); }
.tile.tile-position-13-8 {
-webkit-transform: translate(1452px, 847px);
-moz-transform: translate(1452px, 847px);
transform: translate(1452px, 847px); }
.tile.tile-position-13-9 {
-webkit-transform: translate(1452px, 968px);
-moz-transform: translate(1452px, 968px);
transform: translate(1452px, 968px); }
.tile.tile-position-13-10 {
-webkit-transform: translate(1452px, 1089px);
-moz-transform: translate(1452px, 1089px);
transform: translate(1452px, 1089px); }
.tile.tile-position-13-11 {
-webkit-transform: translate(1452px, 1210px);
-moz-transform: translate(1452px, 1210px);
transform: translate(1452px, 1210px); }
.tile.tile-position-13-12 {
-webkit-transform: translate(1452px, 1331px);
-moz-transform: translate(1452px, 1331px);
transform: translate(1452px, 1331px); }
.tile.tile-position-13-13 {
-webkit-transform: translate(1452px, 1452px);
-moz-transform: translate(1452px, 1452px);
transform: translate(1452px, 1452px); }
.tile.tile-position-13-14 {
-webkit-transform: translate(1452px, 1573px);
-moz-transform: translate(1452px, 1573px);
transform: translate(1452px, 1573px); }
.tile.tile-position-13-15 {
-webkit-transform: translate(1452px, 1694px);
-moz-transform: translate(1452px, 1694px);
transform: translate(1452px, 1694px); }
.tile.tile-position-13-16 {
-webkit-transform: translate(1452px, 1815px);
-moz-transform: translate(1452px, 1815px);
transform: translate(1452px, 1815px); }
.tile.tile-position-14-1 {
-webkit-transform: translate(1573px, 0px);
-moz-transform: translate(1573px, 0px);
transform: translate(1573px, 0px); }
.tile.tile-position-14-2 {
-webkit-transform: translate(1573px, 121px);
-moz-transform: translate(1573px, 121px);
transform: translate(1573px, 121px); }
.tile.tile-position-14-3 {
-webkit-transform: translate(1573px, 242px);
-moz-transform: translate(1573px, 242px);
transform: translate(1573px, 242px); }
.tile.tile-position-14-4 {
-webkit-transform: translate(1573px, 363px);
-moz-transform: translate(1573px, 363px);
transform: translate(1573px, 363px); }
.tile.tile-position-14-5 {
-webkit-transform: translate(1573px, 484px);
-moz-transform: translate(1573px, 484px);
transform: translate(1573px, 484px); }
.tile.tile-position-14-6 {
-webkit-transform: translate(1573px, 605px);
-moz-transform: translate(1573px, 605px);
transform: translate(1573px, 605px); }
.tile.tile-position-14-7 {
-webkit-transform: translate(1573px, 726px);
-moz-transform: translate(1573px, 726px);
transform: translate(1573px, 726px); }
.tile.tile-position-14-8 {
-webkit-transform: translate(1573px, 847px);
-moz-transform: translate(1573px, 847px);
transform: translate(1573px, 847px); }
.tile.tile-position-14-9 {
-webkit-transform: translate(1573px, 968px);
-moz-transform: translate(1573px, 968px);
transform: translate(1573px, 968px); }
.tile.tile-position-14-10 {
-webkit-transform: translate(1573px, 1089px);
-moz-transform: translate(1573px, 1089px);
transform: translate(1573px, 1089px); }
.tile.tile-position-14-11 {
-webkit-transform: translate(1573px, 1210px);
-moz-transform: translate(1573px, 1210px);
transform: translate(1573px, 1210px); }
.tile.tile-position-14-12 {
-webkit-transform: translate(1573px, 1331px);
-moz-transform: translate(1573px, 1331px);
transform: translate(1573px, 1331px); }
.tile.tile-position-14-13 {
-webkit-transform: translate(1573px, 1452px);
-moz-transform: translate(1573px, 1452px);
transform: translate(1573px, 1452px); }
.tile.tile-position-14-14 {
-webkit-transform: translate(1573px, 1573px);
-moz-transform: translate(1573px, 1573px);
transform: translate(1573px, 1573px); }
.tile.tile-position-14-15 {
-webkit-transform: translate(1573px, 1694px);
-moz-transform: translate(1573px, 1694px);
transform: translate(1573px, 1694px); }
.tile.tile-position-14-16 {
-webkit-transform: translate(1573px, 1815px);
-moz-transform: translate(1573px, 1815px);
transform: translate(1573px, 1815px); }
.tile.tile-position-15-1 {
-webkit-transform: translate(1694px, 0px);
-moz-transform: translate(1694px, 0px);
transform: translate(1694px, 0px); }
.tile.tile-position-15-2 {
-webkit-transform: translate(1694px, 121px);
-moz-transform: translate(1694px, 121px);
transform: translate(1694px, 121px); }
.tile.tile-position-15-3 {
-webkit-transform: translate(1694px, 242px);
-moz-transform: translate(1694px, 242px);
transform: translate(1694px, 242px); }
.tile.tile-position-15-4 {
-webkit-transform: translate(1694px, 363px);
-moz-transform: translate(1694px, 363px);
transform: translate(1694px, 363px); }
.tile.tile-position-15-5 {
-webkit-transform: translate(1694px, 484px);
-moz-transform: translate(1694px, 484px);
transform: translate(1694px, 484px); }
.tile.tile-position-15-6 {
-webkit-transform: translate(1694px, 605px);
-moz-transform: translate(1694px, 605px);
transform: translate(1694px, 605px); }
.tile.tile-position-15-7 {
-webkit-transform: translate(1694px, 726px);
-moz-transform: translate(1694px, 726px);
transform: translate(1694px, 726px); }
.tile.tile-position-15-8 {
-webkit-transform: translate(1694px, 847px);
-moz-transform: translate(1694px, 847px);
transform: translate(1694px, 847px); }
.tile.tile-position-15-9 {
-webkit-transform: translate(1694px, 968px);
-moz-transform: translate(1694px, 968px);
transform: translate(1694px, 968px); }
.tile.tile-position-15-10 {
-webkit-transform: translate(1694px, 1089px);
-moz-transform: translate(1694px, 1089px);
transform: translate(1694px, 1089px); }
.tile.tile-position-15-11 {
-webkit-transform: translate(1694px, 1210px);
-moz-transform: translate(1694px, 1210px);
transform: translate(1694px, 1210px); }
.tile.tile-position-15-12 {
-webkit-transform: translate(1694px, 1331px);
-moz-transform: translate(1694px, 1331px);
transform: translate(1694px, 1331px); }
.tile.tile-position-15-13 {
-webkit-transform: translate(1694px, 1452px);
-moz-transform: translate(1694px, 1452px);
transform: translate(1694px, 1452px); }
.tile.tile-position-15-14 {
-webkit-transform: translate(1694px, 1573px);
-moz-transform: translate(1694px, 1573px);
transform: translate(1694px, 1573px); }
.tile.tile-position-15-15 {
-webkit-transform: translate(1694px, 1694px);
-moz-transform: translate(1694px, 1694px);
transform: translate(1694px, 1694px); }
.tile.tile-position-15-16 {
-webkit-transform: translate(1694px, 1815px);
-moz-transform: translate(1694px, 1815px);
transform: translate(1694px, 1815px); }
.tile.tile-position-16-1 {
-webkit-transform: translate(1815px, 0px);
-moz-transform: translate(1815px, 0px);
transform: translate(1815px, 0px); }
.tile.tile-position-16-2 {
-webkit-transform: translate(1815px, 121px);
-moz-transform: translate(1815px, 121px);
transform: translate(1815px, 121px); }
.tile.tile-position-16-3 {
-webkit-transform: translate(1815px, 242px);
-moz-transform: translate(1815px, 242px);
transform: translate(1815px, 242px); }
.tile.tile-position-16-4 {
-webkit-transform: translate(1815px, 363px);
-moz-transform: translate(1815px, 363px);
transform: translate(1815px, 363px); }
.tile.tile-position-16-5 {
-webkit-transform: translate(1815px, 484px);
-moz-transform: translate(1815px, 484px);
transform: translate(1815px, 484px); }
.tile.tile-position-16-6 {
-webkit-transform: translate(1815px, 605px);
-moz-transform: translate(1815px, 605px);
transform: translate(1815px, 605px); }
.tile.tile-position-16-7 {
-webkit-transform: translate(1815px, 726px);
-moz-transform: translate(1815px, 726px);
transform: translate(1815px, 726px); }
.tile.tile-position-16-8 {
-webkit-transform: translate(1815px, 847px);
-moz-transform: translate(1815px, 847px);
transform: translate(1815px, 847px); }
.tile.tile-position-16-9 {
-webkit-transform: translate(1815px, 968px);
-moz-transform: translate(1815px, 968px);
transform: translate(1815px, 968px); }
.tile.tile-position-16-10 {
-webkit-transform: translate(1815px, 1089px);
-moz-transform: translate(1815px, 1089px);
transform: translate(1815px, 1089px); }
.tile.tile-position-16-11 {
-webkit-transform: translate(1815px, 1210px);
-moz-transform: translate(1815px, 1210px);
transform: translate(1815px, 1210px); }
.tile.tile-position-16-12 {
-webkit-transform: translate(1815px, 1331px);
-moz-transform: translate(1815px, 1331px);
transform: translate(1815px, 1331px); }
.tile.tile-position-16-13 {
-webkit-transform: translate(1815px, 1452px);
-moz-transform: translate(1815px, 1452px);
transform: translate(1815px, 1452px); }
.tile.tile-position-16-14 {
-webkit-transform: translate(1815px, 1573px);
-moz-transform: translate(1815px, 1573px);
transform: translate(1815px, 1573px); }
.tile.tile-position-16-15 {
-webkit-transform: translate(1815px, 1694px);
-moz-transform: translate(1815px, 1694px);
transform: translate(1815px, 1694px); }
.tile.tile-position-16-16 {
-webkit-transform: translate(1815px, 1815px);
-moz-transform: translate(1815px, 1815px);
transform: translate(1815px, 1815px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 726px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 847px);
transform: translate(0px, 847px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 605px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(847px, 0px);
-moz-transform: translate(847px, 0px);
transform: translate(847px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(847px, 121px);
-moz-transform: translate(847px, 121px);
transform: translate(847px, 121px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(847px, 242px);
-moz-transform: translate(847px, 242px);
transform: translate(847px, 242px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(847px, 363px);
-moz-transform: translate(847px, 363px);
transform: translate(847px, 363px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(847px, 484px);
-moz-transform: translate(847px, 484px);
transform: translate(847px, 484px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(847px, 605px);
-moz-transform: translate(847px, 605px);
transform: translate(847px, 605px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(847px, 726px);
-moz-transform: translate(847px, 726px);
transform: translate(847px, 726px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(847px, 847px);
-moz-transform: translate(847px, 847px);
transform: translate(847px, 847px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 847px);
transform: translate(0px, 847px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 605px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(847px, 0px);
-moz-transform: translate(847px, 0px);
transform: translate(847px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(847px, 121px);
-moz-transform: translate(847px, 121px);
transform: translate(847px, 121px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(847px, 242px);
-moz-transform: translate(847px, 242px);
transform: translate(847px, 242px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(847px, 363px);
-moz-transform: translate(847px, 363px);
transform: translate(847px, 363px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(847px, 484px);
-moz-transform: translate(847px, 484px);
transform: translate(847px, 484px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(847px, 605px);
-moz-transform: translate(847px, 605px);
transform: translate(847px, 605px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(847px, 726px);
-moz-transform: translate(847px, 726px);
transform: translate(847px, 726px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(847px, 847px);
-moz-transform: translate(847px, 847px);
transform: translate(847px, 847px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484x, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605x, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile {
position: absolute;
-webkit-transition: 100ms ease-in-out;
-moz-transition: 100ms ease-in-out;
transition: 100ms ease-in-out;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform; }
.tile .tile-inner {
border-radius: 3px;
background: #eee4da;
text-align: center;
font-weight: bold;
z-index: 10;
font-size: 55px; }
/* <NAME>
2048 Color Scheme */
/* Note that every number in this list has been grouped to their various sequences */
/* Main Tiles */
.tile.tile-0 .tile-inner {
color: #f9f2f2;
background: #3d3d3d; }
.tile.tile-Infinity .tile-inner {
color: black;
background: white;
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-Infinity .tile-inner {
font-size: 10px; } }
.tile.tile-super .tile-inner {
color: white;
background: black;
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-super .tile-inner {
font-size: 10px; } }
.tile.tile-1 .tile-inner {
background: #eee4da; }
.tile.tile-2 .tile-inner {
background: #ede0c8;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-4 .tile-inner {
background: #f0d7aa;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-8 .tile-inner {
color: #f9f2f2;
background: #f2b179; }
.tile.tile-16 .tile-inner {
color: #f9f2f2;
background: #f59563; }
.tile.tile-32 .tile-inner {
color: #f9f2f2;
background: #f67c5f; }
.tile.tile-64 .tile-inner {
color: #f9f2f2;
background: #f65e3b; }
.tile.tile-128 .tile-inner {
color: #f9f2f2;
background: #ed7171;
box-shadow: 0 0 30px 10px rgba(237, 113, 113, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 25px; } }
.tile.tile-256 .tile-inner {
color: #f9f2f2;
background: #ed8661;
box-shadow: 0 0 30px 10px rgba(237, 134, 97, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 25px; } }
.tile.tile-512 .tile-inner {
color: #f9f2f2;
background: #ed954f;
box-shadow: 0 0 30px 10px rgba(237, 149, 79, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-512 .tile-inner {
font-size: 25px; } }
.tile.tile-1024 .tile-inner {
color: #f9f2f2;
background: #eda93f;
box-shadow: 0 0 30px 10px rgba(237, 169, 63, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1024 .tile-inner {
font-size: 15px; } }
.tile.tile-2048 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2048 .tile-inner {
font-size: 15px; } }
.tile.tile-4096 .tile-inner {
color: #f9f2f2;
background: #edc44f;
box-shadow: 0 0 30px 10px rgba(237, 196, 79, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-4096 .tile-inner {
font-size: 15px; } }
.tile.tile-8192 .tile-inner {
color: #f9f2f2;
background: #edc77f;
box-shadow: 0 0 30px 10px rgba(237, 199, 127, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-8192 .tile-inner {
font-size: 15px; } }
.tile.tile-16384 .tile-inner {
color: #f9f2f2;
background: #edc1a6;
box-shadow: 0 0 30px 10px rgba(237, 193, 166, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-16384 .tile-inner {
font-size: 12px; } }
.tile.tile-32768 .tile-inner {
color: #f9f2f2;
background: #f2a599;
box-shadow: 0 0 30px 10px rgba(242, 165, 163, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-32768 .tile-inner {
font-size: 12px; } }
.tile.tile-65536 .tile-inner {
color: #f9f2f2;
background: #ffa6a9;
box-shadow: 0 0 30px 10px rgba(255, 166, 169, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-65536 .tile-inner {
font-size: 12px; } }
.tile.tile-131072 .tile-inner {
color: #f9f2f2;
background: #ff3000;
box-shadow: 0 0 30px 10px rgba(255, 64, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-131072 .tile-inner {
font-size: 10px; } }
.tile.tile-262144 .tile-inner {
color: #f9f2f2;
background: #f27511;
box-shadow: 0 0 30px 10px rgba(250, 128, 50, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-262144 .tile-inner {
font-size: 10px; } }
.tile.tile-524288 .tile-inner {
color: #f9f2f2;
background: #efa020;
box-shadow: 0 0 30px 10px rgba(239, 160, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-524288 .tile-inner {
font-size: 10px; } }
.tile.tile-1048576 .tile-inner {
color: #f9f2f2;
background: #d1a153;
box-shadow: 0 0 30px 10px rgba(209, 161, 83, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1048576 .tile-inner {
font-size: 8px; } }
.tile.tile-2097152 .tile-inner {
color: #f9f2f2;
background: #bf9f7f;
box-shadow: 0 0 30px 10px rgba(191, 159, 127, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-2097152 .tile-inner {
font-size: 8px; } }
.tile.tile-4194304 .tile-inner {
color: #f9f2f2;
background: #77a136;
box-shadow: 0 0 30px 10px rgba(119, 161, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-4194304 .tile-inner {
font-size: 8px; } }
.tile.tile-8388608 .tile-inner {
color: #f9f2f2;
background: #2db388;
box-shadow: 0 0 30px 10px rgba(45, 179, 136, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-8388608 .tile-inner {
font-size: 8px; } }
.tile.tile-16777216 .tile-inner {
color: #f9f2f2;
background: #2d83b3;
box-shadow: 0 0 30px 10px rgba(45, 131, 179, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-16777216 .tile-inner {
font-size: 7px; } }
.tile.tile-33554432 .tile-inner {
color: #f9f2f2;
background: #ffafaf;
box-shadow: 0 0 30px 10px rgba(255, 175, 175, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-33554432 .tile-inner {
font-size: 7px; } }
.tile.tile-67108864 .tile-inner {
color: #f9f2f2;
background: #ff5f5f;
box-shadow: 0 0 30px 10px rgba(255, 95, 95, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-67108864 .tile-inner {
font-size: 7px; } }
.tile.tile-134217728 .tile-inner {
color: #f9f2f2;
background: #ff0000;
box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-134217728 .tile-inner {
font-size: 7px; } }
.tile.tile-268435456 .tile-inner {
color: #f9f2f2;
background: #ff4500;
box-shadow: 0 0 30px 10px rgba(255, 69, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-268435456 .tile-inner {
font-size: 7px; } }
.tile.tile-536870912 .tile-inner {
color: #f9f2f2;
background: #ff8c00;
box-shadow: 0 0 30px 10px rgba(255, 140, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-536870912 .tile-inner {
font-size: 7px; } }
.tile.tile-1073741824 .tile-inner {
color: #f9f2f2;
background: #ffa500;
box-shadow: 0 0 30px 10px rgba(255, 165, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1073741824 .tile-inner {
font-size: 7px; } }
.tile.tile-2147483648 .tile-inner {
color: #f9f2f2;
background: #f79f2a;
box-shadow: 0 0 30px 10px rgba(247, 159, 42, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-2147483648 .tile-inner {
font-size: 7px; } }
.tile.tile-4294967296 .tile-inner {
color: #f9f2f2;
background: #ff7f3f;
box-shadow: 0 0 30px 10px rgba(255, 127, 63, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-4294967296 .tile-inner {
font-size: 7px; } }
.tile.tile-8589934592 .tile-inner {
color: #f9f9f2;
background: #ff9f3f;
box-shadow: 0 0 30px 10px rgba(255, 159, 63, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-8589934592 .tile-inner {
font-size: 7px; } }
.tile.tile-17179869184 .tile-inner {
color: #f9f9f2;
background: #d5d514;
box-shadow: 0 0 30px 10px rgba(213, 213, 20, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-17179869184 .tile-inner {
font-size: 7px; } }
.tile.tile-34359738368 .tile-inner {
color: #f9f2f2;
background: #cccc00;
box-shadow: 0 0 30px 10px rgba(204, 204, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-34359738368 .tile-inner {
font-size: 7px; } }
.tile.tile-68719476736 .tile-inner {
color: #f9f2f2;
background: #cc9900;
box-shadow: 0 0 30px 10px rgba(204, 153, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-68719476736 .tile-inner {
font-size: 7px; } }
.tile.tile-137438953472 .tile-inner {
color: #f9f2f2;
background: #7c7c40;
box-shadow: 0 0 30px 10px rgba(124, 124, 64, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-137438953472 .tile-inner {
font-size: 7px; } }
.tile.tile-274877906944 .tile-inner {
color: #f9f2f2;
background: #407c57;
box-shadow: 0 0 30px 10px rgba(64, 124, 87, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-274877906944 .tile-inner {
font-size: 7px; } }
.tile.tile-549755813888 .tile-inner {
color: #f9f2f2;
background: #40577c;
box-shadow: 0 0 30px 10px rgba(64, 87, 124, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-549755813888 .tile-inner {
font-size: 7px; } }
.tile.tile-1099511627776 .tile-inner {
color: #fffeff;
background: #57407c;
box-shadow: 0 0 30px 10px rgba(87, 64, 124, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-1099511627776 .tile-inner {
font-size: 6px; } }
.tile.tile-2199023255552 .tile-inner {
color: #fffeff;
background: #506C8F;
box-shadow: 0 0 30px 10px rgba(80, 108, 143, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-2199023255552 .tile-inner {
font-size: 6px; } }
.tile.tile-4398046511104 .tile-inner {
color: #fffeff;
background: #00b1a0;
box-shadow: 0 0 30px 10px rgba(0, 177, 160, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-4398046511104 .tile-inner {
font-size: 6px; } }
.tile.tile-8796093022208 .tile-inner {
color: #fffeff;
background: #087074;
box-shadow: 0 0 30px 10px rgba(8, 112, 116, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-8796093022208 .tile-inner {
font-size: 6px; } }
.tile.tile-17592186044416 .tile-inner {
color: #fffeff;
background: #ed5471;
box-shadow: 0 0 30px 10px rgba(237, 84, 113, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-17592186044416 .tile-inner {
font-size: 5px; } }
.tile.tile-35184372088832 .tile-inner {
color: #fffeff;
background: #d23769;
box-shadow: 0 0 30px 10px rgba(210, 55, 105, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-35184372088832 .tile-inner {
font-size: 5px; } }
.tile.tile-70368744177664 .tile-inner {
color: #fffeff;
background: #b11562;
box-shadow: 0 0 30px 10px rgba(177, 21, 98, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-70368744177664 .tile-inner {
font-size: 5px; } }
.tile.tile-140737488355328 .tile-inner {
color: #fffeff;
background: #ffb33c;
box-shadow: 0 0 30px 10px rgba(255, 179, 60, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-140737488355328 .tile-inner {
font-size: 5px; } }
.tile.tile-281474976710656 .tile-inner {
color: #fffeff;
background: #f68731;
box-shadow: 0 0 30px 10px rgba(246, 135, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-281474976710656 .tile-inner {
font-size: 5px; } }
.tile.tile-562949953421312 .tile-inner {
color: #fffeff;
background: #e85938;
box-shadow: 0 0 30px 10px rgba(232, 89, 56, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-562949953421312 .tile-inner {
font-size: 5px; } }
.tile.tile-1125899906842624 .tile-inner {
color: #f9f2f2;
background: #e83838;
box-shadow: 0 0 30px 10px rgba(232, 56, 56, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-1125899906842624 .tile-inner {
font-size: 5px; } }
.tile.tile-2251799813685248 .tile-inner {
color: #f9f2f2;
background: #e83800;
box-shadow: 0 0 30px 10px rgba(232, 56, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-2251799813685248 .tile-inner {
font-size: 5px; } }
.tile.tile-4503599627370496 .tile-inner {
color: #f9f2f2;
background: #e80000;
box-shadow: 0 0 30px 10px rgba(232, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-4503599627370496 .tile-inner {
font-size: 5px; } }
.tile.tile-9007199254740992 .tile-inner {
color: #f9f2f2;
background: #990000;
box-shadow: 0 0 30px 10px rgba(153, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-9007199254740992 .tile-inner {
font-size: 5px; } }
.tile.tile-18014398509481984 .tile-inner {
color: #f9f2f2;
background: #2e0000;
box-shadow: 0 0 30px 10px rgba(46, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-18014398509481984 .tile-inner {
font-size: 4px; } }
.tile.tile-36028797018963970 .tile-inner {
color: #f9f2f2;
background: #000000;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-36028797018963970 .tile-inner {
font-size: 4px; } }
.tile.tile-72057594037927940 .tile-inner {
color: #f9f2f2;
background: #120d0c;
box-shadow: 0 0 30px 10px rgba(18, 13, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-72057594037927940 .tile-inner {
font-size: 4px; } }
.tile.tile-144115188075855870 .tile-inner {
color: #f9f2f2;
background: #261612;
box-shadow: 0 0 30px 10px rgba(38, 22, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-144115188075855870 .tile-inner {
font-size: 4px; } }
.tile.tile-288230376151711740 .tile-inner {
color: #f9f2f2;
background: #402b26;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-288230376151711740 .tile-inner {
font-size: 4px; } }
.tile.tile-576460752303423500 .tile-inner {
color: #f9f2f2;
background: #b95b2c;
box-shadow: 0 0 30px 10px rgba(185, 91, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-576460752303423500 .tile-inner {
font-size: 4px; } }
.tile.tile-1152921504606847000 .tile-inner {
color: #f9f2f2;
background: #553730;
box-shadow: 0 0 30px 10px rgba(85, 55, 48, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1152921504606847000 .tile-inner {
font-size: 3px; } }
.tile.tile-2305843009213694000 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-2305843009213694000 .tile-inner {
font-size: 3px; } }
.tile.tile-4611686018427388000 .tile-inner {
color: #f9f2f2;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-4611686018427388000 .tile-inner {
font-size: 3px; } }
.tile.tile-9223372036854776000 .tile-inner {
color: #f9f2f2;
background: #8b4331;
box-shadow: 0 0 30px 10px rgba(139, 67, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-9223372036854776000 .tile-inner {
font-size: 3px; } }
.tile.tile-18446744073709552000 .tile-inner {
color: #f9f2f2;
background: #b54d35;
box-shadow: 0 0 30px 10px rgba(181, 77, 53, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile-18446744073709552000 .tile-inner {
font-size: 2px; } }
.tile.tile-36893488147419103000 .tile-inner {
color: #f9f2f2;
background: #c34a2f;
box-shadow: 0 0 30px 10px rgba(195, 74, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile-36893488147419103000 .tile-inner {
font-size: 2px; } }
.tile.tile-73786976294838210000 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile-73786976294838210000 .tile-inner {
font-size: 2px; } }
.tile.tile-147573952589676410000 .tile-inner {
color: #f9f2f2;
background: #D9411F;
box-shadow: 0 0 30px 10px rgba(217, 65, 31, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile-147573952589676410000 .tile-inner {
font-size: 1px; } }
.tile.tile-295147905179352830000 .tile-inner {
color: #f9f2f2;
background: #E7502D;
box-shadow: 0 0 30px 10px rgba(231, 80, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile-295147905179352830000 .tile-inner {
font-size: 1px; } }
.tile.tile-590295810358705700000 .tile-inner {
color: #f9f2f2;
background: #F45C39;
box-shadow: 0 0 30px 10px rgba(244, 92, 57, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile-590295810358705700000 .tile-inner {
font-size: 1px; } }
/* Fibonacci Sequence */
.tile.tile-5 .tile-inner {
background: #efc098;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-13 .tile-inner {
color: #f9f2f2;
background: #f3a872; }
.tile.tile-21 .tile-inner {
color: #f9f2f2;
background: #f4a163; }
.tile.tile-34 .tile-inner {
color: #f9f2f2;
background: #f59563; }
.tile.tile-55 .tile-inner {
color: #f9f2f2;
background: #f68c60; }
.tile.tile-89 .tile-inner {
color: #f9f2f2;
background: #f67c5f; }
.tile.tile-144 .tile-inner {
color: #f9f2f2;
background: #f66e4b;
box-shadow: 0 0 30px 10px rgba(246, 110, 75, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-144 .tile-inner {
font-size: 25px; } }
.tile.tile-233 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-233 .tile-inner {
font-size: 25px; } }
.tile.tile-377 .tile-inner {
color: #f9f2f2;
background: #ef9f92;
box-shadow: 0 0 30px 10px rgba(239, 159, 146, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-377 .tile-inner {
font-size: 25px; } }
.tile.tile-610 .tile-inner {
color: #f9f2f2;
background: #edcf72;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-610 .tile-inner {
font-size: 25px; } }
.tile.tile-987 .tile-inner {
color: #f9f2f2;
background: #edce67;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-987 .tile-inner {
font-size: 25px; } }
.tile.tile-1597 .tile-inner {
color: #f9f2f2;
background: #edcc61;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-1597 .tile-inner {
font-size: 25px; } }
.tile.tile-2584 .tile-inner {
color: #f9f2f2;
background: #edca55;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-2584 .tile-inner {
font-size: 25px; } }
.tile.tile-4181 .tile-inner {
color: #f9f2f2;
background: #edc850;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-4181 .tile-inner {
font-size: 25px; } }
.tile.tile-6765 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-6765 .tile-inner {
font-size: 25px; } }
.tile.tile-10946 .tile-inner {
color: #f9f2f2;
background: #edbc0c;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1597 .tile-inner {
font-size: 15px; } }
.tile.tile-17711 .tile-inner {
color: #f9f2f2;
background: #edb5ea;
box-shadow: 0 0 30px 10px rgba(237, 181, 234, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1597 .tile-inner {
font-size: 15px; } }
.tile.tile-28657 .tile-inner {
color: #f9f2f2;
background: #edafc8;
box-shadow: 0 0 30px 10px rgba(237, 175, 200, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-28657 .tile-inner {
font-size: 12px; } }
.tile.tile-46368 .tile-inner {
color: #f9f2f2;
background: #eda9a6;
box-shadow: 0 0 30px 10px rgba(237, 169, 166, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-46368 .tile-inner {
font-size: 12px; } }
.tile.tile-75025 .tile-inner {
color: #f9f2f2;
background: #eda384;
box-shadow: 0 0 30px 10px rgba(237, 163, 132, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-75025 .tile-inner {
font-size: 12px; } }
.tile.tile-121393 .tile-inner {
color: #f9f2f2;
background: #9ddb31;
box-shadow: 0 0 30px 10px rgba(157, 219, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-121393 .tile-inner {
font-size: 10px; } }
.tile.tile-196418 .tile-inner {
color: #f9f2f2;
background: #8ADB26;
box-shadow: 0 0 30px 10px rgba(138, 219, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-196418 .tile-inner {
font-size: 10px; } }
.tile.tile-317811 .tile-inner {
color: #f9f2f2;
background: #77db1c;
box-shadow: 0 0 30px 10px rgba(119, 219, 28, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-317811 .tile-inner {
font-size: 10px; } }
.tile.tile-514229 .tile-inner {
color: #f9f2f2;
background: #72E425;
box-shadow: 0 0 30px 10px rgba(114, 228, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-514229 .tile-inner {
font-size: 10px; } }
.tile.tile-832040 .tile-inner {
color: #f9f2f2;
background: #6EED2E;
box-shadow: 0 0 30px 10px rgba(110, 237, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-832040 .tile-inner {
font-size: 10px; } }
.tile.tile-1346269 .tile-inner {
color: #f9f2f2;
background: #4EED68;
box-shadow: 0 0 30px 10px rgba(78, 237, 104, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1346269 .tile-inner {
font-size: 8px; } }
.tile.tile-2178309 .tile-inner {
color: #f9f2f2;
background: #2EEDA1;
box-shadow: 0 0 30px 10px rgba(46, 237, 161, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-2178309 .tile-inner {
font-size: 8px; } }
.tile.tile-3524578 .tile-inner {
color: #f9f2f2;
background: #2EEDC1;
box-shadow: 0 0 30px 10px rgba(46, 237, 193, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-3524578 .tile-inner {
font-size: 8px; } }
.tile.tile-5702887 .tile-inner {
color: #f9f2f2;
background: #2EEDED;
box-shadow: 0 0 30px 10px rgba(46, 237, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-5702887 .tile-inner {
font-size: 8px; } }
.tile.tile-9227465 .tile-inner {
color: #f9f2f2;
background: #2EC1ED;
font-size: 21px;
box-shadow: 0 0 30px 10px rgba(46, 193, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-9227465 .tile-inner {
font-size: 8px; } }
.tile.tile-14930352 .tile-inner {
color: #f9f2f2;
background: #2EA0ED;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(46, 160, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-14930352 .tile-inner {
font-size: 7px; } }
.tile.tile-24157817 .tile-inner {
color: #f9f2f2;
background: #2E80ED;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(46, 128, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-24157817 .tile-inner {
font-size: 7px; } }
.tile.tile-39088169 .tile-inner {
color: #f9f2f2;
background: #2E50ED;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(46, 80, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-39088169 .tile-inner {
font-size: 7px; } }
.tile.tile-63245986 .tile-inner {
color: #f9f2f2;
background: #1239E0;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(18, 57, 224, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-63245986 .tile-inner {
font-size: 7px; } }
.tile.tile-102334155 .tile-inner {
color: #f9f2f2;
background: #123dd1;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 61, 209, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-102334155 .tile-inner {
font-size: 7px; } }
.tile.tile-165580141 .tile-inner {
color: #f9f2f2;
background: #123ac0;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 58, 192, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-165580141 .tile-inner {
font-size: 7px; } }
.tile.tile-267914296 .tile-inner {
color: #f9f2f2;
background: #1237af;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 55, 175, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-267914296 .tile-inner {
font-size: 7px; } }
.tile.tile-433494437 .tile-inner {
color: #f9f2f2;
background: #12339e;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 51, 158, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-433494437 .tile-inner {
font-size: 7px; } }
.tile.tile-701408733 .tile-inner {
color: #f9f2f2;
background: #12308d;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 48, 141, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-701408733 .tile-inner {
font-size: 7px; } }
.tile.tile-1134903170 .tile-inner {
color: #f9f2f2;
background: #0C288B;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1134903170 .tile-inner {
font-size: 7px; } }
.tile.tile-1836311903 .tile-inner {
color: #f9f2f2;
background: #092173;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(9, 33, 115, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-1836311903 .tile-inner {
font-size: 25px; } }
.tile.tile-2971215073 .tile-inner {
color: #f9f2f2;
background: #071A5C;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(7, 26, 92, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-2971215073 .tile-inner {
font-size: 25px; } }
.tile.tile-4807526976 .tile-inner {
color: #f9f2f2;
background: #051344;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(5, 19, 68, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-4807526976 .tile-inner {
font-size: 25px; } }
.tile.tile-7778742049 .tile-inner {
color: #f9f2f2;
background: #030C2D;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(3, 12, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-7778742049 .tile-inner {
font-size: 15px; } }
.tile.tile-12586269025 .tile-inner {
color: #f9f2f2;
background: #010615;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(1, 6, 21, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-12586269025 .tile-inner {
font-size: 7px; } }
.tile.tile-20365011074 .tile-inner {
color: #f9f2f2;
background: #000000;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-20365011074 .tile-inner {
font-size: 7px; } }
.tile.tile-32951280099 .tile-inner {
color: #f9f2f2;
background: #120d0c;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(18, 13, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-32951280099 .tile-inner {
font-size: 7px; } }
.tile.tile-53316291173 .tile-inner {
color: #f9f2f2;
background: #261612;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(38, 22, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-53316291173 .tile-inner {
font-size: 7px; } }
.tile.tile-86267571272 .tile-inner {
color: #f9f2f2;
background: #402b26;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-86267571272 .tile-inner {
font-size: 7px; } }
.tile.tile-139583862445 .tile-inner {
color: #f9f2f2;
background: #553730;
box-shadow: 0 0 30px 10px rgba(85, 55, 48, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-139583862445 .tile-inner {
font-size: 7px; } }
.tile.tile-225851433717 .tile-inner {
color: #f9f2f2;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-225851433717 .tile-inner {
font-size: 7px; } }
.tile.tile-365435296162 .tile-inner {
color: #f9f2f2;
background: #8b4331;
box-shadow: 0 0 30px 10px rgba(139, 67, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-365435296162 .tile-inner {
font-size: 7px; } }
.tile.tile-591286729879 .tile-inner {
color: #f9f2f2;
background: #b54d35;
box-shadow: 0 0 30px 10px rgba(181, 77, 53, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-591286729879 .tile-inner {
font-size: 7px; } }
.tile.tile-956722026041 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-956722026041 .tile-inner {
font-size: 7px; } }
.tile.tile-1548008755920 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-1548008755920 .tile-inner {
font-size: 6px; } }
.tile.tile-2504730781961 .tile-inner {
color: #f9f2f2;
background: #b3952d;
box-shadow: 0 0 30px 10px rgba(179, 149, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-2504730781961 .tile-inner {
font-size: 6px; } }
.tile.tile-4052739537881 .tile-inner {
color: #f9f2f2;
background: #c7a42d;
box-shadow: 0 0 30px 10px rgba(199, 164, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-4052739537881 .tile-inner {
font-size: 6px; } }
.tile.tile-6557470319842 .tile-inner {
color: #f9f2f2;
background: #dab32d;
font-size: 13px; }
box-shadow: 0 0 30px 10px rgba(218, 179, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
@media screen and (max-width: 520px) {
.tile.tile-6557470319842 .tile-inner {
font-size: 6px; } }
.tile.tile-10610209857723 .tile-inner {
color: #f9f2f2;
background: #ED9171;
box-shadow: 0 0 30px 10px rgba(237, 145, 113, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-10610209857723 .tile-inner {
font-size: 6px; } }
.tile.tile-17167680177565 .tile-inner {
color: #f9f2f2;
background: #ED8661;
box-shadow: 0 0 30px 10px rgba(237, 194, 97, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-17167680177565 .tile-inner {
font-size: 6px; } }
.tile.tile-27777890035288 .tile-inner {
color: #f9f2f2;
background: #ED794F;
font-size: 11px;
box-shadow: 0 0 30px 10px rgba(237, 121, 79, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-27777890035288 .tile-inner {
font-size: 6px; } }
.tile.tile-44945570212853 .tile-inner {
color: #f9f2f2;
background: #ED6E3F;
font-size: 11px;
box-shadow: 0 0 30px 10px rgba(237, 110, 63, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-44945570212853 .tile-inner {
font-size: 6px; } }
.tile.tile-72723460248141 .tile-inner {
color: #f9f2f2;
background: #ED622E;
box-shadow: 0 0 30px 10px rgba(237, 98, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-72723460248141 .tile-inner {
font-size: 6px; } }
.tile.tile-117669030460994 .tile-inner {
color: #f9f2f2;
background: #DA5C2C;
box-shadow: 0 0 30px 10px rgba(218, 92, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-117669030460994 .tile-inner {
font-size: 5px; } }
.tile.tile-190392490709135 .tile-inner {
color: #f9f2f2;
background: #C7572D;
box-shadow: 0 0 30px 10px rgba(199, 87, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-190392490709135 .tile-inner {
font-size: 25px; } }
.tile.tile-308061521170129 .tile-inner {
color: #f9f2f2;
background: #B3522D;
box-shadow: 0 0 30px 10px rgba(179, 82, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-308061521170129 .tile-inner {
font-size: 5px; } }
.tile.tile-498454011879264 .tile-inner {
color: #f9f2f2;
background: #A14B2B;
box-shadow: 0 0 30px 10px rgba(179, 69, 11, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-498454011879264 .tile-inner {
font-size: 5px; } }
.tile.tile-806515533049393 .tile-inner {
color: #f9f2f2;
background: #8C4125;
box-shadow: 0 0 30px 10px rgba(140, 65, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-806515533049393 .tile-inner {
font-size: 5px; } }
.tile.tile-1304969544928657 .tile-inner {
color: #f9f2f2;
background: #783820;
box-shadow: 0 0 30px 10px rgba(120, 56, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1304969544928657 .tile-inner {
font-size: 5px; } }
.tile.tile-2111485077978050 .tile-inner {
color: #f9f2f2;
background: #642E1A;
box-shadow: 0 0 30px 10px rgba(100, 46, 26, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-2111485077978050 .tile-inner {
font-size: 5px; } }
.tile.tile-3416454622906707 .tile-inner {
color: #f9f2f2;
background: #502515;
box-shadow: 0 0 30px 10px rgba(80, 37, 21, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-3416454622906707 .tile-inner {
font-size: 5px; } }
.tile.tile-5527939700884757 .tile-inner {
color: #f9f2f2;
background: #3C1C10;
box-shadow: 0 0 30px 10px rgba(60, 28, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-5527939700884757 .tile-inner {
font-size: 25px; } }
.tile.tile-8944394323791464 .tile-inner {
color: #f9f2f2;
background: #28120A;
box-shadow: 0 0 30px 10px rgba(40, 18, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-8944394323791464 .tile-inner {
font-size: 5px; } }
/* Powers of 3 */
.tile.tile-3 .tile-inner {
background: #ecdcb0;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-9 .tile-inner {
color: #f9f2f2;
background: #F3AB75;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-27 .tile-inner {
color: #f9f2f2;
background: #ca96c3; }
.tile.tile-81 .tile-inner {
color: #f9f2f2;
background: #83aec1; }
.tile.tile-243 .tile-inner {
color: #f9f2f2;
background: #ae7ca9;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 25px; } }
.tile.tile-729 .tile-inner {
color: #f9f2f2;
background: #6dcdb5;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 25px; } }
.tile.tile-2187 .tile-inner {
color: #f9f2f2;
background: #d239e4;
box-shadow: 0 0 30px 10px rgba(210, 57, 228, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2187 .tile-inner {
font-size: 15px; } }
.tile.tile-6561 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-6561 .tile-inner {
font-size: 15px; } }
.tile.tile-19683 .tile-inner {
color: #f9f2f2;
background: #f67c5f;
box-shadow: 0 0 30px 10px rgba(246, 124, 95, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-19683 .tile-inner {
font-size: 15px; } }
.tile.tile-59049 .tile-inner {
color: #f9f2f2;
background: #f60563;
box-shadow: 0 0 30px 10px rgba(246, 5, 99, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-59049 .tile-inner {
font-size: 15px; } }
.tile.tile-177147 .tile-inner {
color: #f9f2f2;
background: #f2b179;
box-shadow: 0 0 30px 10px rgba(242, 177, 121, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-177147 .tile-inner {
font-size: 12px; } }
.tile.tile-531441 .tile-inner {
color: #f9f2f2;
background: #5999df;
box-shadow: 0 0 30px 10px rgba(89, 153, 223, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-531441 .tile-inner {
font-size: 10px; } }
.tile.tile-1594323 .tile-inner {
color: #f9f2f2;
background: #5fa6e0;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1594323 .tile-inner {
font-size: 8px; } }
.tile.tile-4782969 .tile-inner {
color: #f9f2f2;
background: #479ce1;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-4782969 .tile-inner {
font-size: 8px; } }
.tile.tile-14348907 .tile-inner {
color: #f9f2f2;
background: #2f92e2;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-14348907 .tile-inner {
font-size: 7px; } }
.tile.tile-43046721 .tile-inner {
color: #f9f2f2;
background: #1788e3;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-43046721 .tile-inner {
font-size: 7px; } }
.tile.tile-129140163 .tile-inner {
color: #f9f2f2;
background: #9272ed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-129140163 .tile-inner {
font-size: 7px; } }
.tile.tile-387420489 .tile-inner {
color: #f9f2f2;
background: #8661ed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-387420489 .tile-inner {
font-size: 7px; } }
.tile.tile-1162261467 .tile-inner {
color: #f9f2f2;
background: #7a50ed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1162261467 .tile-inner {
font-size: 7px; } }
.tile.tile-3486784401 .tile-inner {
color: #f9f2f2;
background: #6e3fed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-3486784401 .tile-inner {
font-size: 7px; } }
.tile.tile-10460353203 .tile-inner {
color: #f9f2f2;
background: #797df2;
box-shadow: 0 0 30px 10px rgba(121, 125, 242, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-10460353203 .tile-inner {
font-size: 7px; } }
.tile.tile-31381059609 .tile-inner {
color: #f9f2f2;
background: #637af5;
box-shadow: 0 0 30px 10px rgba(99, 122, 245, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-31381059609 .tile-inner {
font-size: 7px; } }
.tile.tile-94143178827 .tile-inner {
color: #f9f2f2;
background: #5f8ef6;
box-shadow: 0 0 30px 10px rgba(95, 142, 246, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-94143178827 .tile-inner {
font-size: 7px; } }
.tile.tile-282429536481 .tile-inner {
color: #f9f2f2;
background: #3b75f6;
box-shadow: 0 0 30px 10px rgba(59, 117, 246, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-282429536481 .tile-inner {
font-size: 7px; } }
.tile.tile-847288609443 .tile-inner {
color: #f9f2f2;
background: #2b6ff6;
box-shadow: 0 0 30px 10px rgba(43, 111, 246, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-847288609443 .tile-inner {
font-size: 7px; } }
.tile.tile-2541865828329 .tile-inner {
color: #f9f2f2;
background: #12308d;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-2541865828329 .tile-inner {
font-size: 7px; } }
.tile.tile-7625597484987 .tile-inner {
color: #f9f2f2;
background: #12339e;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-7625597484987 .tile-inner {
font-size: 7px; } }
.tile.tile-22876792454961 .tile-inner {
color: #f9f2f2;
background: #1237af;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-22876792454961 .tile-inner {
font-size: 7px; } }
.tile.tile-68630377364883 .tile-inner {
color: #f9f2f2;
background: #123ac0;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-68630377364883 .tile-inner {
font-size: 7px; } }
.tile.tile-205891132094649 .tile-inner {
color: #f9f2f2;
background: #003f7f;
box-shadow: 0 0 30px 10px rgba(0, 63, 127, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-205891132094649 .tile-inner {
font-size: 7px; } }
.tile.tile-617673396283947 .tile-inner {
color: #f9f2f2;
background: #00007f;
box-shadow: 0 0 30px 10px rgba(0, 0, 127, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-617673396283947 .tile-inner {
font-size: 7px; } }
.tile.tile-1853020188851841 .tile-inner {
color: #f9f2f2;
background: #004096;
box-shadow: 0 0 30px 10px rgba(0, 64, 150, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-1853020188851841 .tile-inner {
font-size: 4px; } }
.tile.tile-5559060566555523 .tile-inner {
color: #f9f2f2;
background: #002048;
box-shadow: 0 0 30px 10px rgba(0, 32, 72, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-5559060566555523 .tile-inner {
font-size: 4px; } }
/* Threes */
.tile.tile-6 .tile-inner {
color: #f9f2f2;
background: #f0c189; }
.tile.tile-12 .tile-inner {
color: #f9f2f2;
background: #DBBBA8; }
.tile.tile-24 .tile-inner {
color: #f9f2f2;
background: #D98676; }
.tile.tile-48 .tile-inner {
color: #f9f2f2;
background: #DEA398; }
.tile.tile-96 .tile-inner {
color: #f9f2f2;
background: #DF5C59; }
.tile.tile-192 .tile-inner {
color: #f9f2f2;
background: #E0995F;
box-shadow: 0 0 30px 10px rgba(224, 153, 95, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-192 .tile-inner {
font-size: 25px; } }
.tile.tile-384 .tile-inner {
color: #f9f2f2;
background: #E18C46;
box-shadow: 0 0 30px 10px rgba(225, 140, 70, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-384 .tile-inner {
font-size: 25px; } }
.tile.tile-768 .tile-inner {
color: #f9f2f2;
background: #E17F2F;
box-shadow: 0 0 30px 10px rgba(225, 127, 47, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-768 .tile-inner {
font-size: 25px; } }
.tile.tile-1536 .tile-inner {
color: #f9f2f2;
background: #E27217;
box-shadow: 0 0 30px 10px rgba(226, 114, 23, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1536 .tile-inner {
font-size: 15px; } }
.tile.tile-3072 .tile-inner {
color: #f9f2f2;
background: #E56700;
box-shadow: 0 0 30px 10px rgba(229, 103, 0, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-3072 .tile-inner {
font-size: 15px; } }
.tile.tile-6144 .tile-inner {
color: #f9f2f2;
background: #ee8144;
box-shadow: 0 0 30px 10px rgba(238, 129, 68, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-6144 .tile-inner {
font-size: 15px; } }
.tile.tile-12288 .tile-inner {
color: #f9f2f2;
background: #ff5c27;
box-shadow: 0 0 30px 10px rgba(255, 92, 39, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-12288 .tile-inner {
font-size: 12px; } }
.tile.tile-24576 .tile-inner {
color: #f9f2f2;
background: #ff2727;
box-shadow: 0 0 30px 10px rgba(255, 39, 39, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-24576 .tile-inner {
font-size: 12px; } }
.tile.tile-49152 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-49152 .tile-inner {
font-size: 12px; } }
.tile.tile-98304 .tile-inner {
color: #f9f2f2;
background: #F44922;
box-shadow: 0 0 30px 10px rgba(244, 73, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-98304 .tile-inner {
font-size: 12px; } }
.tile.tile-196608 .tile-inner {
color: #f9f2f2;
background: #F2360B;
box-shadow: 0 0 30px 10px rgba(242, 54, 11, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-196608 .tile-inner {
font-size: 10px; } }
.tile.tile-393216 .tile-inner {
color: #f9f2f2;
background: #DA310A;
box-shadow: 0 0 30px 10px rgba(218, 49, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-393216 .tile-inner {
font-size: 10px; } }
.tile.tile-786432 .tile-inner {
color: #f9f2f2;
background: #C22B08;
box-shadow: 0 0 30px 10px rgba(194, 43, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-786432 .tile-inner {
font-size: 10px; } }
.tile.tile-1572864 .tile-inner {
color: #f9f2f2;
background: #A92607;
box-shadow: 0 0 30px 10px rgba(169, 38, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1572864 .tile-inner {
font-size: 8px; } }
.tile.tile-3145728 .tile-inner {
color: #f9f2f2;
background: #912006;
box-shadow: 0 0 30px 10px rgba(145, 32, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-3145728 .tile-inner {
font-size: 8px; } }
.tile.tile-6291456 .tile-inner {
color: #f9f2f2;
background: #781B05;
box-shadow: 0 0 30px 10px rgba(120, 27, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-6291456 .tile-inner {
font-size: 8px; } }
.tile.tile-12582912 .tile-inner {
color: #f9f2f2;
background: #6a1903;
box-shadow: 0 0 30px 10px rgba(106, 25, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-12582912 .tile-inner {
font-size: 7px; } }
.tile.tile-25165824 .tile-inner {
color: #f9f2f2;
background: #601504;
box-shadow: 0 0 30px 10px rgba(96, 21, 4, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-25165824 .tile-inner {
font-size: 7px; } }
.tile.tile-50331648 .tile-inner {
color: #f9f2f2;
background: #481003;
box-shadow: 0 0 30px 10px rgba(72, 16, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-50331648 .tile-inner {
font-size: 7px; } }
.tile.tile-100663296 .tile-inner {
color: #f9f2f2;
background: #2F0A02;
box-shadow: 0 0 30px 10px rgba(47, 10, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-100663296 .tile-inner {
font-size: 7px; } }
.tile.tile-201326592 .tile-inner {
color: #f9f2f2;
background: #170501;
box-shadow: 0 0 30px 10px rgba(23, 5, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-201326592 .tile-inner {
font-size: 7px; } }
.tile.tile-402653184 .tile-inner {
color: #f9f2f2;
background: #120d0c;
box-shadow: 0 0 30px 10px rgba(18, 13, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-402653184 .tile-inner {
font-size: 7px; } }
.tile.tile-805306368 .tile-inner {
color: #f9f2f2;
background: #402b26;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-805306368 .tile-inner {
font-size: 7px; } }
.tile.tile-1610612736 .tile-inner {
color: #f9f2f2;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1.0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1610612736 .tile-inner {
font-size: 7px; } }
.tile.tile-3221225472 .tile-inner {
color: #f9f2f2;
background: #653c2f;
box-shadow: 0 0 30px 10px rgba(101, 60, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-3221225472 .tile-inner {
font-size: 7px; } }
.tile.tile-6442450944 .tile-inner {
color: #f9f2f2;
background: #654a2f;
box-shadow: 0 0 30px 10px rgba(101, 74, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-6442450944 .tile-inner {
font-size: 7px; } }
.tile.tile-12884901888 .tile-inner {
color: #f9f2f2;
background: #65572f;
box-shadow: 0 0 30px 10px rgba(101, 87, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-12884901888 .tile-inner {
font-size: 7px; } }
.tile.tile-25769803776 .tile-inner {
color: #f9f2f2;
background: #65652f;
box-shadow: 0 0 30px 10px rgba(101, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-25769803776 .tile-inner {
font-size: 7px; } }
.tile.tile-51539607552 .tile-inner {
color: #f9f2f2;
background: #57652f;
box-shadow: 0 0 30px 10px rgba(87, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-51539607552 .tile-inner {
font-size: 7px; } }
.tile.tile-103079215104 .tile-inner {
color: #f9f2f2;
background: #4a652f;
box-shadow: 0 0 30px 10px rgba(74, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-103079215104 .tile-inner {
font-size: 7px; } }
.tile.tile-206158430208 .tile-inner {
color: #f9f2f2;
background: #3c652f;
box-shadow: 0 0 30px 10px rgba(60, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-206158430208 .tile-inner {
font-size: 7px; } }
.tile.tile-412316860416 .tile-inner {
color: #f9f2f2;
background: #2f652f;
box-shadow: 0 0 30px 10px rgba(47, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-412316860416 .tile-inner {
font-size: 7px; } }
.tile.tile-824633720832 .tile-inner {
color: #f9f2f2;
background: #2f653c;
box-shadow: 0 0 30px 10px rgba(47, 101, 60, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-824633720832 .tile-inner {
font-size: 7px; } }
.tile.tile-1649267441664 .tile-inner {
color: #f9f2f2;
background: #2f654a;
box-shadow: 0 0 30px 10px rgba(47, 101, 74, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-1649267441664 .tile-inner {
font-size: 6px; } }
.tile.tile-3298534883328 .tile-inner {
color: #f9f2f2;
background: #2f6557;
box-shadow: 0 0 30px 10px rgba(47, 101, 87, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-3298534883328 .tile-inner {
font-size: 6px; } }
.tile.tile-6597069766656 .tile-inner {
color: #f9f2f2;
background: #2f6565;
box-shadow: 0 0 30px 10px rgba(47, 101, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-6597069766656 .tile-inner {
font-size: 6px; } }
.tile.tile-13194139533312 .tile-inner {
color: #f9f2f2;
background: #2f5765;
box-shadow: 0 0 30px 10px rgba(47, 87, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-13194139533312 .tile-inner {
font-size: 5px; } }
.tile.tile-26388279066624 .tile-inner {
color: #f9f2f2;
background: #2f4a65;
box-shadow: 0 0 30px 10px rgba(47, 74, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-26388279066624 .tile-inner {
font-size: 5px; } }
.tile.tile-52776558133248 .tile-inner {
color: #f9f2f2;
background: #2f3c65;
box-shadow: 0 0 30px 10px rgba(47, 60, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-52776558133248 .tile-inner {
font-size: 5px; } }
.tile.tile-105553116266496 .tile-inner {
color: #f9f2f2;
background: #2f2f65;
box-shadow: 0 0 30px 10px rgba(47, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-105553116266496 .tile-inner {
font-size: 5px; } }
.tile.tile-211106232532992 .tile-inner {
color: #f9f2f2;
background: #3c2f65;
box-shadow: 0 0 30px 10px rgba(60, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-211106232532992 .tile-inner {
font-size: 5px; } }
.tile.tile-422212465065984 .tile-inner {
color: #f9f2f2;
background: #4a2f65;
box-shadow: 0 0 30px 10px rgba(74, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-422212465065984 .tile-inner {
font-size: 5px; } }
.tile.tile-844424930131968 .tile-inner {
color: #f9f2f2;
background: #572f65;
box-shadow: 0 0 30px 10px rgba(87, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-844424930131968 .tile-inner {
font-size: 5px; } }
.tile.tile-1688849860263936 .tile-inner {
color: #f9f2f2;
background: #652f65;
box-shadow: 0 0 30px 10px rgba(101, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-1688849860263936 .tile-inner {
font-size: 5px; } }
.tile.tile-3377699720527872 .tile-inner {
color: #f9f2f2;
background: #652f57;
box-shadow: 0 0 30px 10px rgba(101, 47, 87, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-3377699720527872 .tile-inner {
font-size: 5px; } }
.tile.tile-6755399441055744 .tile-inner {
color: #f9f2f2;
background: #652f4a;
box-shadow: 0 0 30px 10px rgba(101, 47, 74, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-6755399441055744 .tile-inner {
font-size: 5px; } }
/* Lucas Sequence */
.tile.tile-7 .tile-inner {
color: #f9f2f2;
background: #F1B981; }
.tile.tile-11 .tile-inner {
color: #f9f2f2;
background: #f3a872; }
.tile.tile-18 .tile-inner {
color: #f9f2f2;
background: #f49e6a; }
.tile.tile-29 .tile-inner {
color: #f9f2f2;
background: #f59563; }
.tile.tile-47 .tile-inner {
color: #f9f2f2;
background: #f58961; }
.tile.tile-76 .tile-inner {
color: #f9f2f2;
background: #f67c5f; }
.tile.tile-123 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-123 .tile-inner {
font-size: 25px; } }
.tile.tile-199 .tile-inner {
color: #f9f2f2;
background: #edcc61;
box-shadow: 0 0 30px 10px rgba(237, 204, 97, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-199 .tile-inner {
font-size: 25px; } }
.tile.tile-322 .tile-inner {
color: #f9f2f2;
background: #edc850;
box-shadow: 0 0 30px 10px rgba(237, 200, 80, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-322 .tile-inner {
font-size: 25px; } }
.tile.tile-521 .tile-inner {
color: #f9f2f2;
background: #edc53f;
box-shadow: 0 0 30px 10px rgba(237, 197, 63, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-521 .tile-inner {
font-size: 25px; } }
.tile.tile-843 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-843 .tile-inner {
font-size: 25px; } }
.tile.tile-1364 .tile-inner {
color: #f9f2f2;
background: #ebb914;
box-shadow: 0 0 30px 10px rgba(235, 185, 20, 0.66666), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1364 .tile-inner {
font-size: 15px; } }
.tile.tile-2207 .tile-inner {
color: #f9f2f2;
background: #dab32d;
box-shadow: 0 0 30px 10px rgba(218, 179, 45, 0.77777), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2207 .tile-inner {
font-size: 15px; } }
.tile.tile-3571 .tile-inner {
color: #f9f2f2;
background: #d3a612;
box-shadow: 0 0 30px 10px rgba(211, 166, 18, 0.88888), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-3571 .tile-inner {
font-size: 15px; } }
.tile.tile-5778 .tile-inner {
color: #f9f2f2;
background: #c7a42d;
box-shadow: 0 0 30px 10px rgba(199, 164, 45, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-5778 .tile-inner {
font-size: 15px; } }
.tile.tile-9349 .tile-inner {
color: #f9f2f2;
background: #bc9410;
box-shadow: 0 0 30px 10px rgba(188, 148, 16, 1.00000), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-9349 .t ile-inner {
font-size: 15px; } }
.tile.tile-15127 .tile-inner {
color: #f9f2f2;
background: #b3952d;
box-shadow: 0 0 30px 10px rgba(179, 149, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-15127 .tile-inner {
font-size: 12px; } }
.tile.tile-24476 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-24476 .tile-inner {
font-size: 12px; } }
.tile.tile-39603 .tile-inner {
color: #f9f2f2;
background: #8C7526;
box-shadow: 0 0 30px 10px rgba(140, 117, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-39603 .tile-inner {
font-size: 12px; } }
.tile.tile-64079 .tile-inner {
color: #f9f2f2;
background: #786421;
box-shadow: 0 0 30px 10px rgba(120, 100, 33, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-64079 .tile-inner {
font-size: 12px; } }
.tile.tile-103682 .tile-inner {
color: #f9f2f2;
background: #64531B;
box-shadow: 0 0 30px 10px rgba(100, 83, 27, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-103682 .tile-inner {
font-size: 10px; } }
.tile.tile-167761 .tile-inner {
color: #f9f2f2;
background: #504316;
box-shadow: 0 0 30px 10px rgba(80, 67, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-167761 .tile-inner {
font-size: 10px; } }
.tile.tile-271443 .tile-inner {
color: #f9f2f2;
background: #3C3210;
box-shadow: 0 0 30px 10px rgba(60, 50, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-271443 .tile-inner {
font-size: 10px; } }
.tile.tile-439204 .tile-inner {
color: #f9f2f2;
background: #28210B;
box-shadow: 0 0 30px 10px rgba(40, 33, 11, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-439204 .tile-inner {
font-size: 10px; } }
.tile.tile-710647 .tile-inner {
color: #f9f2f2;
background: #141105;
box-shadow: 0 0 30px 10px rgba(20, 17, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-710647 .tile-inner {
font-size: 10px; } }
.tile.tile-1149851 .tile-inner {
color: #f9f2f2;
background: #070606;
box-shadow: 0 0 30px 10px rgba(7, 6, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1149851 .tile-inner {
font-size: 8px; } }
.tile.tile-1860498 .tile-inner {
color: #f9f2f2;
background: #141312;
box-shadow: 0 0 30px 10px rgba(20, 19, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1860498 .tile-inner {
font-size: 8px; } }
.tile.tile-3010349 .tile-inner {
color: #f9f2f2;
background: #21201E;
box-shadow: 0 0 30px 10px rgba(33, 32, 30, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-3010349 .tile-inner {
font-size: 8px; } }
.tile.tile-4870847 .tile-inner {
color: #f9f2f2;
background: #2F2D2B;
box-shadow: 0 0 30px 10px rgba(47, 45, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-4870847 .tile-inner {
font-size: 8px; } }
.tile.tile-7881196 .tile-inner {
color: #f9f2f2;
background: #38342B;
box-shadow: 0 0 30px 10px rgba(56, 52, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-7881196 .tile-inner {
font-size: 7px; } }
.tile.tile-12752043 .tile-inner {
color: #f9f2f2;
background: #423b2b;
box-shadow: 0 0 30px 10px rgba(66, 59, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-12752043 .tile-inner {
font-size: 7px; } }
.tile.tile-20633239 .tile-inner {
color: #f9f2f2;
background: #5D482F;
box-shadow: 0 0 30px 10px rgba(93, 72, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-20633239 .tile-inner {
font-size: 7px; } }
.tile.tile-33385282 .tile-inner {
color: #f9f2f2;
background: #735232;
box-shadow: 0 0 30px 10px rgba(115, 82, 50, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-33385282 .tile-inner {
font-size: 7px; } }
.tile.tile-54018521 .tile-inner {
color: #f9f2f2;
background: #8E5F36;
box-shadow: 0 0 30px 10px rgba(142, 95, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-54018521 .tile-inner {
font-size: 7px; } }
.tile.tile-87403803 .tile-inner {
color: #f9f2f2;
background: #ae6f3a;
box-shadow: 0 0 30px 10px rgba(174, 111, 58, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-87403803 .tile-inner {
font-size: 7px; } }
.tile.tile-141422324 .tile-inner {
color: #f9f2f2;
background: #B46533;
box-shadow: 0 0 30px 10px rgba(180, 101, 51, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-141422324 .tile-inner {
font-size: 7px; } }
.tile.tile-228826127 .tile-inner {
color: #f9f2f2;
background: #b95b2c;
box-shadow: 0 0 30px 10px rgba(185, 91, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-228826127 .tile-inner {
font-size: 7px; } }
.tile.tile-370248451 .tile-inner {
color: #f9f2f2;
background: #BE522E;
box-shadow: 0 0 30px 10px rgba(190, 82, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-370248451 .tile-inner {
font-size: 7px; } }
.tile.tile-599074578 .tile-inner {
color: #f9f2f2;
background: #c34a2f;
box-shadow: 0 0 30px 10px rgba(195, 74, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-599074578 .tile-inner {
font-size: 7px; } }
.tile.tile-969323029 .tile-inner {
color: #f9f2f2;
background: #C84021;
box-shadow: 0 0 30px 10px rgba(200, 64, 33, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-969323029 .tile-inner {
font-size: 7px; } }
.tile.tile-1568397607 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1568397607 .tile-inner {
font-size: 7px; } }
.tile.tile-2537720636 .tile-inner {
color: #f9f2f2;
background: #D72D07;
box-shadow: 0 0 30px 10px rgba(215, 45, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-2537720636 .tile-inner {
font-size: 7px; } }
.tile.tile-4106118243 .tile-inner {
color: #f9f2f2;
background: #BE2706;
box-shadow: 0 0 30px 10px rgba(190, 39, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-4106118243 .tile-inner {
font-size: 7px; } }
.tile.tile-6643838879 .tile-inner {
color: #f9f2f2;
background: #A52205;
box-shadow: 0 0 30px 10px rgba(165, 34, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-6643838879 .tile-inner {
font-size: 7px; } }
.tile.tile-10749957122 .tile-inner {
color: #968e69;
background: #8C1D04;
box-shadow: 0 0 30px 10px rgba(140, 29, 4, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-10749957122 .tile-inner {
font-size: 7px; } }
.tile.tile-17393796001 .tile-inner {
color: #968e69;
background: #741803;
box-shadow: 0 0 30px 10px rgba(116, 24, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-17393796001 .tile-inner {
font-size: 7px; } }
.tile.tile-28143753123 .tile-inner {
color: #968e69;
background: #5B1302;
box-shadow: 0 0 30px 10px rgba(91, 19, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-28143753123 .tile-inner {
font-size: 7px; } }
.tile.tile-45537549124 .tile-inner {
color: #968e69;
background: #420D02;
box-shadow: 0 0 30px 10px rgba(66, 13, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-45537549124 .tile-inner {
font-size: 7px; } }
.tile.tile-73681302247 .tile-inner {
color: #968e69;
background: #2A0801;
box-shadow: 0 0 30px 10px rgba(42, 8, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-73681302247 .tile-inner {
font-size: 7px; } }
.tile.tile-119218851371 .tile-inner {
color: #f9f2f2;
background: #110300;
box-shadow: 0 0 30px 10px rgba(17, 3, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-119218851371 .tile-inner {
font-size: 7px; } }
.tile.tile-192900153618 .tile-inner {
color: #f9f2f2;
background: #140505;
box-shadow: 0 0 30px 10px rgba(20, 5, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-192900153618 .tile-inner {
font-size: 7px; } }
.tile.tile-312119004989 .tile-inner {
color: #f9f2f2;
background: #280A0A;
box-shadow: 0 0 30px 10px rgba(40, 10, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-312119004989 .tile-inner {
font-size: 7px; } }
.tile.tile-505019158607 .tile-inner {
color: #f9f2f2;
background: #3C1010;
box-shadow: 0 0 30px 10px rgba(60, 16, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-505019158607 .tile-inner {
font-size: 7px; } }
.tile.tile-817138163596 .tile-inner {
color: #f9f2f2;
background: #501515;
box-shadow: 0 0 30px 10px rgba(80, 21, 21, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-817138163596 .tile-inner {
font-size: 7px; } }
.tile.tile-1322157322203 .tile-inner {
color: #f9f2f2;
background: #641A1A;
box-shadow: 0 0 30px 10px rgba(100, 26, 26, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-1322157322203 .tile-inner {
font-size: 6px; } }
.tile.tile-2139295485799 .tile-inner {
color: #f9f2f2;
background: #782020;
box-shadow: 0 0 30px 10px rgba(120, 32, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-2139295485799 .tile-inner {
font-size: 6px; } }
.tile.tile-3461452808002 .tile-inner {
color: #f9f2f2;
background: #8C2525;
box-shadow: 0 0 30px 10px rgba(140, 37, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-3461452808002 .tile-inner {
font-size: 6px; } }
.tile.tile-5600748293801 .tile-inner {
color: #f9f2f2;
background: #A12B2B;
box-shadow: 0 0 30px 10px rgba(161, 43, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-5600748293801 .tile-inner {
font-size: 6px; } }
.tile.tile-9062201101803 .tile-inner {
color: #f9f2f2;
background: #B32D2D;
box-shadow: 0 0 30px 10px rgba(179, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-9062201101803 .tile-inner {
font-size: 6px; } }
.tile.tile-14662949395604 .tile-inner {
color: #f9f2f2;
background: #C72D2D;
box-shadow: 0 0 30px 10px rgba(199, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-14662949395604 .tile-inner {
font-size: 6px; } }
.tile.tile-23725150497407 .tile-inner {
color: #f9f2f2;
background: #DA2C2C;
box-shadow: 0 0 30px 10px rgba(218, 44, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-23725150497407 .tile-inner {
font-size: 6px; } }
.tile.tile-38388099893011 .tile-inner {
color: #f9f2f2;
background: #ED2E2E;
box-shadow: 0 0 30px 10px rgba(237, 46, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-38388099893011 .tile-inner {
font-size: 6px; } }
.tile.tile-62113250390418 .tile-inner {
color: #f9f2f2;
background: #F62A34;
box-shadow: 0 0 30px 10px rgba(246, 42, 52, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-62113250390418 .tile-inner {
font-size: 6px; } }
.tile.tile-100501350283429 .tile-inner {
color: #f9f2f2;
background: #ff273b;
box-shadow: 0 0 30px 10px rgba(255, 39, 59, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-100501350283429 .tile-inner {
font-size: 5px; } }
.tile.tile-162614600673847 .tile-inner {
color: #f9f2f2;
background: #F30016;
box-shadow: 0 0 30px 10px rgba(243, 0, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-162614600673847 .tile-inner {
font-size: 5px; } }
.tile.tile-263115950957276 .tile-inner {
color: #f9f2f2;
background: #D90014;
box-shadow: 0 0 30px 10px rgba(217, 0, 20, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-263115950957276 .tile-inner {
font-size: 5px; } }
.tile.tile-425730551631123 .tile-inner {
color: #f9f2f2;
background: #C00011;
box-shadow: 0 0 30px 10px rgba(192, 0, 17, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-425730551631123 .tile-inner {
font-size: 5px; } }
.tile.tile-688846502588399 .tile-inner {
color: #f9f2f2;
background: #A6000F;
box-shadow: 0 0 30px 10px rgba(166, 0, 15, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-688846502588399 .tile-inner {
font-size: 5px; } }
.tile.tile-1114577054219522 .tile-inner {
color: #f9f2f2;
background: #8D000D;
box-shadow: 0 0 30px 10px rgba(141, 0, 13, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1114577054219522 .tile-inner {
font-size: 4px; } }
.tile.tile-1803423556807921 .tile-inner {
color: #f9f2f2;
background: #73000A;
box-shadow: 0 0 30px 10px rgba(115, 0, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1803423556807921 .tile-inner {
font-size: 4px; } }
.tile.tile-2918000611027443 .tile-inner {
color: #f9f2f2;
background: #5A0008;
box-shadow: 0 0 30px 10px rgba(90, 0, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-2918000611027443 .tile-inner {
font-size: 25px; } }
.tile.tile-4721424167835364 .tile-inner {
color: #f9f2f2;
background: #400005;
box-shadow: 0 0 30px 10px rgba(64, 0, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-4721424167835364 .tile-inner {
font-size: 4px; } }
.tile.tile-7639424778862807 .tile-inner {
color: #f9f2f2;
background: #270003;
box-shadow: 0 0 30px 10px rgba(39, 0, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-7639424778862807 .tile-inner {
font-size: 4px; } }
/* Negative 2048 */
.tile.tile--1 .tile-inner {
color: #f9f2f2;
background: #000000; }
.tile.tile--2 .tile-inner {
color: #f9f2f2;
background: #2f2d2b;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile--4 .tile-inner {
color: #f9f2f2;
background: #423b2b;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile--8 .tile-inner {
color: #f9f2f2;
background: #ae6f3a; }
.tile.tile--16 .tile-inner {
color: #f9f2f2;
background: #b95b2c; }
.tile.tile--32 .tile-inner {
color: #f9f2f2;
background: #c34a2f; }
.tile.tile--64 .tile-inner {
color: #f9f2f2;
background: #cc3513; }
.tile.tile--128 .tile-inner {
color: #f9f2f2;
background: #a10000;
box-shadow: 0 0 30px 10px rgba(161, 0, 0, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--128 .tile-inner {
font-size: 25px; } }
.tile.tile--256 .tile-inner {
color: #f9f2f2;
background: #B3522D;
box-shadow: 0 0 30px 10px rgba(179, 82, 45, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--256 .tile-inner {
font-size: 25px; } }
.tile.tile--512 .tile-inner {
color: #f9f2f2;
background: #BB4D10;
box-shadow: 0 0 30px 10px rgba(187, 77, 16, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--512 .tile-inner {
font-size: 25px; } }
.tile.tile--1024 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--1024 .tile-inner {
font-size: 15px; } }
.tile.tile--2048 .tile-inner {
color: #f9f2f2;
background: #d3a612;
box-shadow: 0 0 30px 10px rgba(211, 166, 18, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--2048 .tile-inner {
font-size: 15px; } }
.tile.tile--4096 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.5);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--4096 .tile-inner {
font-size: 15px; } }
.tile.tile--8192 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.6);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--8192 .tile-inner {
font-size: 15px; } }
.tile.tile--16384 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.8);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--16384 .tile-inner {
font-size: 10px; } }
.tile.tile--32768 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.9);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--32768 .tile-inner {
font-size: 10px; } }
.tile.tile--65536 .tile-inner {
color: #f9f2f2;
background: #a349a4;
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--65536 .tile-inner {
font-size: 10px; } }
.tile.tile--131072 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.6);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--131072 .tile-inner {
font-size: 10px; } }
.tile.tile--262144 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.7);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--262144 .tile-inner {
font-size: 10px; } }
.tile.tile--524288 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.8);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--524288 .tile-inner {
font-size: 10px; } }
.tile.tile--1048576 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.9);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--1048576 .tile-inner {
font-size: 8px; } }
.tile.tile--2097152 .tile-inner {
color: #f9f2f2;
background: #3f48cc;
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--2097152 .tile-inner {
font-size: 8px; } }
.tile.tile--4194304 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.55);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--4194304 .tile-inner {
font-size: 8px; } }
.tile.tile--8388608 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--8388608 .tile-inner {
font-size: 8px; } }
.tile.tile--16777216 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.65);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--16777216 .tile-inner {
font-size: 7px; } }
.tile.tile--33554432 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.70);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--33554432 .tile-inner {
font-size: 7px; } }
.tile.tile--67108864 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.75);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--67108864 .tile-inner {
font-size: 7px; } }
.tile.tile--134217728 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.80);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--134217728 .tile-inner {
font-size: 7px; } }
.tile.tile--268435456 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.85);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--268435456 .tile-inner {
font-size: 7px; } }
.tile.tile--536870912 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.90);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--536870912 .tile-inner {
font-size: 7px; } }
.tile.tile--1073741824 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.95);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--1073741824 .tile-inner {
font-size: 7px; } }
.tile.tile--2147483648 .tile-inner {
color: #f9f2f2;
background: black;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--2147483648 .tile-inner {
font-size: 7px; } }
.tile.tile--4294967296 .tile-inner {
color: #f9f2f2;
background: #4C0000;
box-shadow: 0 0 30px 10px rgba(76, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--4294967296 .tile-inner {
font-size: 7px; } }
.tile.tile--8589934592 .tile-inner {
color: #f9f2f2;
background: #B20000;
box-shadow: 0 0 30px 10px rgba(178, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--8589934592 .tile-inner {
font-size: 7px; } }
.tile.tile--17179869184 .tile-inner {
color: #f9f2f2;
background: #A12B2B;
box-shadow: 0 0 30px 10px rgba(161, 43, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--17179869184 .tile-inner {
font-size: 7px; } }
.tile.tile--34359738368 .tile-inner {
color: #f9f2f2;
background: #B32D2D;
box-shadow: 0 0 30px 10px rgba(179, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--34359738368 .tile-inner {
font-size: 7px; } }
.tile.tile--68719476736 .tile-inner {
color: #f9f2f2;
background: #C72D2D;
box-shadow: 0 0 30px 10px rgba(199, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--68719476736 .tile-inner {
font-size: 7px; } }
.tile.tile--137438953472 .tile-inner {
color: #f9f2f2;
background: #DA2C2C;
box-shadow: 0 0 30px 10px rgba(218, 44, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--137438953472 .tile-inner {
font-size: 7px; } }
.tile.tile--274877906944 .tile-inner {
color: #f9f2f2;
background: #ED2E2E;
box-shadow: 0 0 30px 10px rgba(237, 46, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--274877906944 .tile-inner {
font-size: 7px; } }
.tile.tile--549755813888 .tile-inner {
color: #f9f2f2;
background: #EF4545;
box-shadow: 0 0 30px 10px rgba(239, 69, 69, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--549755813888 .tile-inner {
font-size: 7px; } }
.tile.tile--1099511627776 .tile-inner {
color: #f9f2f2;
background: #B42E10;
box-shadow: 0 0 30px 10px rgba(180, 46, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--1099511627776 .tile-inner {
font-size: 6px; } }
.tile.tile--2199023255552 .tile-inner {
color: #f9f2f2;
background: #9D280E;
box-shadow: 0 0 30px 10px rgba(157, 40, 14, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--2199023255552 .tile-inner {
font-size: 6px; } }
.tile.tile--4398046511104 .tile-inner {
color: #f9f2f2;
background: #86220C;
box-shadow: 0 0 30px 10px rgba(134, 34, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--4398046511104 .tile-inner {
font-size: 6px; } }
.tile.tile--8796093022208 .tile-inner {
color: #f9f2f2;
background: #6E1C0A;
box-shadow: 0 0 30px 10px rgba(110, 28, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--8796093022208 .tile-inner {
font-size: 6px; } }
.tile.tile--17592186044416 .tile-inner {
color: #f9f2f2;
background: #571608;
box-shadow: 0 0 30px 10px rgba(87, 22, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--17592186044416 .tile-inner {
font-size: 6px; } }
.tile.tile--35184372088832 .tile-inner {
color: #f9f2f2;
background: #401005;
box-shadow: 0 0 30px 10px rgba(64, 16, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--35184372088832 .tile-inner {
font-size: 6px; } }
.tile.tile--70368744177664 .tile-inner {
color: #f9f2f2;
background: #280A03;
box-shadow: 0 0 30px 10px rgba(40, 10, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--70368744177664 .tile-inner {
font-size: 6px; } }
.tile.tile--140737488355328 .tile-inner {
color: #f9f2f2;
background: #110401;
box-shadow: 0 0 30px 10px rgba(17, 4, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--140737488355328 .tile-inner {
font-size: 5px; } }
.tile.tile--281474976710656 .tile-inner {
color: #f9f2f2;
background: #0A0302;
box-shadow: 0 0 30px 10px rgba(10, 3, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--281474976710656 .tile-inner {
font-size: 5px; } }
.tile.tile--562949953421312 .tile-inner {
color: #f9f2f2;
background: #1E0B07;
box-shadow: 0 0 30px 10px rgba(30, 11, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--562949953421312 .tile-inner {
font-size: 5px; } }
.tile.tile--1125899906842624 .tile-inner {
color: #f9f2f2;
background: #33130C;
box-shadow: 0 0 30px 10px rgba(51, 19, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--1125899906842624 .tile-inner {
font-size: 5px; } }
.tile.tile--2251799813685248 .tile-inner {
color: #f9f2f2;
background: #471B11;
box-shadow: 0 0 30px 10px rgba(7, 27, 17, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--2251799813685248 .tile-inner {
font-size: 5px; } }
.tile.tile--4503599627370496 .tile-inner {
color: #f9f2f2;
background: #5C2316;
box-shadow: 0 0 30px 10px rgba(92, 35, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--4503599627370496 .tile-inner {
font-size: 5px; } }
.tile.tile--9007199254740992 .tile-inner {
color: #f9f2f2;
background: #702A1B;
box-shadow: 0 0 30px 10px rgba(112, 42, 27, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--9007199254740992 .tile-inner {
font-size: 5px; } }
.tile.tile--18014398509481984 .tile-inner {
color: #f9f2f2;
background: #853220;
box-shadow: 0 0 30px 10px rgba(133, 50, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--18014398509481984 .tile-inner {
font-size: 4px; } }
.tile.tile--36028797018963970 .tile-inner {
color: #f9f2f2;
background: #993A25;
box-shadow: 0 0 30px 10px rgba(153, 58, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--36028797018963970 .tile-inner {
font-size: 4px; } }
.tile.tile--72057594037927940 .tile-inner {
color: #f9f2f2;
background: #AE422A;
box-shadow: 0 0 30px 10px rgba(174, 66, 42, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--72057594037927940 .tile-inner {
font-size: 4px; } }
.tile.tile--144115188075855870 .tile-inner {
color: #f9f2f2;
background: #CF4222;
box-shadow: 0 0 30px 10px rgba(207, 66, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--144115188075855870 .tile-inner {
font-size: 4px; } }
.tile.tile--288230376151711740 .tile-inner {
color: #f9f2f2;
background: #DB3A16;
box-shadow: 0 0 30px 10px rgba(219, 58, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--288230376151711740 .tile-inner {
font-size: 4px; } }
.tile.tile--576460752303423500 .tile-inner {
color: #f9f2f2;
background: #E7320A;
box-shadow: 0 0 30px 10px rgba(231, 50, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--576460752303423500 .tile-inner {
font-size: 4px; } }
.tile.tile--1152921504606847000 .tile-inner {
color: #f9f2f2;
background: #CE2C08;
box-shadow: 0 0 30px 10px rgba(206, 44, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--1152921504606847000 .tile-inner {
font-size: 3px; } }
.tile.tile--2305843009213694000 .tile-inner {
color: #f9f2f2;
background: #B62707;
box-shadow: 0 0 30px 10px rgba(182, 39, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--2305843009213694000 .tile-inner {
font-size: 3px; } }
.tile.tile--4611686018427388000 .tile-inner {
color: #f9f2f2;
background: #9D2206;
box-shadow: 0 0 30px 10px rgba(157, 34, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--4611686018427388000 .tile-inner {
font-size: 3px; } }
.tile.tile--9223372036854776000 .tile-inner {
color: #f9f2f2;
background: #851C05;
box-shadow: 0 0 30px 10px rgba(133, 28, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--9223372036854776000 .tile-inner {
font-size: 3px; } }
.tile.tile--18446744073709552000 .tile-inner {
color: #f9f2f2;
background: #6C1704;
box-shadow: 0 0 30px 10px rgba(108, 23, 4 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--18446744073709552000 .tile-inner {
font-size: 2px; } }
.tile.tile--36893488147419103000 .tile-inner {
color: #f9f2f2;
background: #541203;
box-shadow: 0 0 30px 10px rgba(84, 18, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--36893488147419103000 .tile-inner {
font-size: 2px; } }
.tile.tile--73786976294838210000 .tile-inner {
color: #f9f2f2;
background: #3B0C02;
box-shadow: 0 0 30px 10px rgba(59, 12, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--73786976294838210000 .tile-inner {
font-size: 2px; } }
.tile.tile--147573952589676410000 .tile-inner {
color: #f9f2f2;
background: #230701;
box-shadow: 0 0 30px 10px rgba(35, 7, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile--147573952589676410000 .tile-inner {
font-size: 1px; } }
.tile.tile--295147905179352830000 .tile-inner {
color: #f9f2f2;
background: #0B0200;
box-shadow: 0 0 30px 10px rgba(11, 2, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile--295147905179352830000 .tile-inner {
font-size: 1px; } }
.tile.tile--590295810358705700000 .tile-inner {
color: #f9f2f2;
background: #040000;
box-shadow: 0 0 30px 10px rgba(4, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile--590295810358705700000 .tile-inner {
font-size: 1px; } }
/* Negative Threes */
.tile.tile--3 .tile-inner {
color: #f9f2f2;
background: #251110; }
.tile.tile--6 .tile-inner {
color: #f9f2f2;
background: #361712; }
.tile.tile--12 .tile-inner {
color: #f9f2f2;
background: #860D11; }
.tile.tile--24 .tile-inner {
color: #f9f2f2;
background: #9C1009; }
.tile.tile--48 .tile-inner {
color: #f9f2f2;
background: #A01208; }
.tile.tile--96 .tile-inner {
color: #f9f2f2;
background: #C41408; }
.tile.tile--192 .tile-inner {
color: #f9f2f2;
background: #8D1111;
box-shadow: 0 0 30px 10px rgba(141, 17, 17, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--192 .tile-inner {
font-size: 25px; } }
.tile.tile--384 .tile-inner {
color: #f9f2f2;
background: #9E1111;
box-shadow: 0 0 30px 10px rgba(158, 17, 17, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--384 .tile-inner {
font-size: 25px; } }
.tile.tile--768 .tile-inner {
color: #f9f2f2;
background: #AF1111;
box-shadow: 0 0 30px 10px rgba(175, 59, 17, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--768 .tile-inner {
font-size: 25px; } }
.tile.tile--1536 .tile-inner {
color: #f9f2f2;
background: #C01111;
box-shadow: 0 0 30px 10px rgba(192, 17, 17, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--1536 .tile-inner {
font-size: 15px; } }
.tile.tile--3072 .tile-inner {
color: #f9f2f2;
background: #D11111;
box-shadow: 0 0 30px 10px rgba(209, 17, 17, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--3072 .tile-inner {
font-size: 15px; } }
.tile.tile--6144 .tile-inner {
color: #f9f2f2;
background: #E11111;
box-shadow: 0 0 30px 10px rgba(225, 17, 17, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--6144 .tile-inner {
font-size: 15px; } }
.tile.tile--12288 .tile-inner {
color: #f9f2f2;
background: #A12B2B;
box-shadow: 0 0 30px 10px rgba(161, 43, 43, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--12288 .tile-inner {
font-size: 12px; } }
.tile.tile--24576 .tile-inner {
color: #f9f2f2;
background: #B53030;
box-shadow: 0 0 30px 10px rgba(181, 48, 48, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--24576 .tile-inner {
font-size: 12px; } }
.tile.tile--49152 .tile-inner {
color: #f9f2f2;
background: #C93535;
box-shadow: 0 0 30px 10px rgba(201, 53, 53, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--49152 .tile-inner {
font-size: 12px; } }
.tile.tile--98304 .tile-inner {
color: #f9f2f2;
background: #CE4949;
box-shadow: 0 0 30px 10px rgba(206, 73, 73, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--98304 .tile-inner {
font-size: 12px; } }
.tile.tile--196608 .tile-inner {
color: #f9f2f2;
background: #A3440E;
box-shadow: 0 0 30px 10px rgba(163, 68, 14, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--196608 .tile-inner {
font-size: 10px; } }
.tile.tile--393216 .tile-inner {
color: #f9f2f2;
background: #BB4D10;
box-shadow: 0 0 30px 10px rgba(187, 77, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--393216 .tile-inner {
font-size: 10px; } }
.tile.tile--786432 .tile-inner {
color: #f9f2f2;
background: #D25713;
box-shadow: 0 0 30px 10px rgba(210, 87, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--786432 .tile-inner {
font-size: 10px; } }
.tile.tile--1572864 .tile-inner {
color: #f9f2f2;
background: #8D6822;
box-shadow: 0 0 30px 10px rgba(141, 104, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--1572864 .tile-inner {
font-size: 8px; } }
.tile.tile--3145728 .tile-inner {
color: #f9f2f2;
background: #A27727;
box-shadow: 0 0 30px 10px rgba(162, 119, 39, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--3145728 .tile-inner {
font-size: 8px; } }
.tile.tile--6291456 .tile-inner {
color: #f9f2f2;
background: #B6872C;
box-shadow: 0 0 30px 10px rgba(182, 135, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--6291456 .tile-inner {
font-size: 8px; } }
.tile.tile--12582912 .tile-inner {
color: #f9f2f2;
background: #A6840E;
box-shadow: 0 0 30px 10px rgba(166, 132, 14, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--12582912 .tile-inner {
font-size: 7px; } }
.tile.tile--25165824 .tile-inner {
color: #f9f2f2;
background: #BE9710;
box-shadow: 0 0 30px 10px rgba(190, 151, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--25165824 .tile-inner {
font-size: 7px; } }
.tile.tile--50331648 .tile-inner {
color: #f9f2f2;
background: #D5A912;
box-shadow: 0 0 30px 10px rgba(213, 169, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--50331648 .tile-inner {
font-size: 7px; } }
.tile.tile--100663296 .tile-inner {
color: #f9f2f2;
background: #EABB16;
box-shadow: 0 0 30px 10px rgba(234, 187, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--100663296 .tile-inner {
font-size: 7px; } }
.tile.tile--201326592 .tile-inner {
color: #f9f2f2;
background: #F8C822;
box-shadow: 0 0 30px 10px rgba(248, 200, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--201326592 .tile-inner {
font-size: 7px; } }
.tile.tile--402653184 .tile-inner {
color: #f9f2f2;
background: #F7C109;
box-shadow: 0 0 30px 10px rgba(247, 193, 9, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--402653184 .tile-inner {
font-size: 7px; } }
.tile.tile--805306368 .tile-inner {
color: #f9f2f2;
background: #DFAF07;
box-shadow: 0 0 30px 10px rgba(223, 175, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--805306368 .tile-inner {
font-size: 7px; } }
.tile.tile--1610612736 .tile-inner {
color: #f9f2f2;
background: #C79B06;
box-shadow: 0 0 30px 10px rgba(199, 155, 6, 1.0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--1610612736 .tile-inner {
font-size: 7px; } }
.tile.tile--3221225472 .tile-inner {
color: #f9f2f2;
background: #c7c706;
box-shadow: 0 0 30px 10px rgba(199, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--3221225472 .tile-inner {
font-size: 7px; } }
.tile.tile--6442450944 .tile-inner {
color: #f9f2f2;
background: #6f00df;
box-shadow: 0 0 30px 10px rgba(111, 0, 223, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--6442450944 .tile-inner {
font-size: 7px; } }
.tile.tile--12884901888 .tile-inner {
color: #f9f2f2;
background: #97c706;
box-shadow: 0 0 30px 10px rgba(151, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--12884901888 .tile-inner {
font-size: 7px; } }
.tile.tile--25769803776 .tile-inner {
color: #f9f2f2;
background: #66c706;
box-shadow: 0 0 30px 10px rgba(102, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--25769803776 .tile-inner {
font-size: 7px; } }
.tile.tile--51539607552 .tile-inner {
color: #f9f2f2;
background: #36c706;
box-shadow: 0 0 30px 10px rgba(54, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--51539607552 .tile-inner {
font-size: 7px; } }
.tile.tile--103079215104 .tile-inner {
color: #f9f2f2;
background: #06c706;
box-shadow: 0 0 30px 10px rgba(6, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--103079215104 .tile-inner {
font-size: 7px; } }
.tile.tile--206158430208 .tile-inner {
color: #f9f2f2;
background: #06c736;
box-shadow: 0 0 30px 10px rgba(6, 199, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--206158430208 .tile-inner {
font-size: 7px; } }
.tile.tile--412316860416 .tile-inner {
color: #f9f2f2;
background: #06c766;
box-shadow: 0 0 30px 10px rgba(6, 199, 102, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--412316860416 .tile-inner {
font-size: 7px; } }
.tile.tile--824633720832 .tile-inner {
color: #f9f2f2;
background: #06c797;
box-shadow: 0 0 30px 10px rgba(6, 199, 151, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--824633720832 .tile-inner {
font-size: 7px; } }
.tile.tile--1649267441664 .tile-inner {
color: #f9f2f2;
background: #06c7c7;
box-shadow: 0 0 30px 10px rgba(6, 199, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--1649267441664 .tile-inner {
font-size: 6px; } }
.tile.tile--3298534883328 .tile-inner {
color: #f9f2f2;
background: #0697c7;
box-shadow: 0 0 30px 10px rgba(6, 151, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--3298534883328 .tile-inner {
font-size: 6px; } }
.tile.tile--6597069766656 .tile-inner {
color: #f9f2f2;
background: #0666c7;
box-shadow: 0 0 30px 10px rgba(6, 102, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--6597069766656 .tile-inner {
font-size: 6px; } }
.tile.tile--13194139533312 .tile-inner {
color: #f9f2f2;
background: #0636c7;
box-shadow: 0 0 30px 10px rgba(6, 54, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--13194139533312 .tile-inner {
font-size: 5px; } }
.tile.tile--26388279066624 .tile-inner {
color: #f9f2f2;
background: #0606c7;
box-shadow: 0 0 30px 10px rgba(6, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--26388279066624 .tile-inner {
font-size: 5px; } }
.tile.tile--52776558133248 .tile-inner {
color: #f9f2f2;
background: #3606c7;
box-shadow: 0 0 30px 10px rgba(54, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--52776558133248 .tile-inner {
font-size: 5px; } }
.tile.tile--105553116266496 .tile-inner {
color: #f9f2f2;
background: #6606c7;
box-shadow: 0 0 30px 10px rgba(102, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--105553116266496 .tile-inner {
font-size: 5px; } }
.tile.tile--211106232532992 .tile-inner {
color: #f9f2f2;
background: #9706c7;
box-shadow: 0 0 30px 10px rgba(151, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--211106232532992 .tile-inner {
font-size: 5px; } }
.tile.tile--422212465065984 .tile-inner {
color: #f9f2f2;
background: #c706c7;
box-shadow: 0 0 30px 10px rgba(199, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--422212465065984 .tile-inner {
font-size: 5px; } }
.tile.tile--844424930131968 .tile-inner {
color: #f9f2f2;
background: #c70697;
box-shadow: 0 0 30px 10px rgba(199, 6, 151, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--844424930131968 .tile-inner {
font-size: 5px; } }
.tile.tile--1688849860263936 .tile-inner {
color: #f9f2f2;
background: #c70666;
box-shadow: 0 0 30px 10px rgba(199, 6, 102, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--1688849860263936 .tile-inner {
font-size: 5px; } }
.tile.tile--3377699720527872 .tile-inner {
color: #f9f2f2;
background: #c70636;
box-shadow: 0 0 30px 10px rgba(199, 6, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--3377699720527872 .tile-inner {
font-size: 5px; } }
.tile.tile--6755399441055744 .tile-inner {
color: #f9f2f2;
background: #c70606;
box-shadow: 0 0 30px 10px rgba(199, 6, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--6755399441055744 .tile-inner {
font-size: 5px; } }
/* Negative Powers of 3 */
.tile.tile--9 .tile-inner {
color: #f9f2f2;
background: #362A12; }
.tile.tile--27 .tile-inner {
color: #f9f2f2;
background: #86450D; }
.tile.tile--81 .tile-inner {
color: #f9f2f2;
background: #9E2048; }
.tile.tile--243 .tile-inner {
color: #f9f2f2;
background: #A02608;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--243 .tile-inner {
font-size: 25px; } }
.tile.tile--729 .tile-inner {
color: #f9f2f2;
background: #C42C08;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--729 .tile-inner {
font-size: 25px; } }
.tile.tile--2187 .tile-inner {
color: #f9f2f2;
background: #8D6F11;
box-shadow: 0 0 30px 10px rgba(141, 111, 17, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--2187 .tile-inner {
font-size: 15px; } }
.tile.tile--6561 .tile-inner {
color: #f9f2f2;
background: #9E7D11;
box-shadow: 0 0 30px 10px rgba(158, 125, 17, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--6561 .tile-inner {
font-size: 15px; } }
.tile.tile--19683 .tile-inner {
color: #f9f2f2;
background: #AF8911;
box-shadow: 0 0 30px 10px rgba(175, 137, 17, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--19683 .tile-inner {
font-size: 12px; } }
.tile.tile--59049 .tile-inner {
color: #f9f2f2;
background: #C09811;
box-shadow: 0 0 30px 10px rgba(192, 152, 17, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--59049 .tile-inner {
font-size: 12px; } }
.tile.tile--177147 .tile-inner {
color: #f9f2f2;
background: #D1A611;
box-shadow: 0 0 30px 10px rgba(209, 166, 17, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--177147 .tile-inner {
font-size: 10px; } }
.tile.tile--531441 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(237, 194, 46, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--531441 .tile-inner {
font-size: 10px; } }
.tile.tile--1594323 .tile-inner {
color: #f9f2f2;
background: #dab32d;
box-shadow: 0 0 30px 10px rgba(218, 179, 45, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--1594323 .tile-inner {
font-size: 8px; } }
.tile.tile--4782969 .tile-inner {
color: #f9f2f2;
background: #c7a42d;
box-shadow: 0 0 30px 10px rgba(199, 164, 45, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--4782969 .tile-inner {
font-size: 8px; } }
.tile.tile--14348907 .tile-inner {
color: #f9f2f2;
background: #b3952d;
box-shadow: 0 0 30px 10px rgba(179, 149, 45, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-14348907 .tile-inner {
font-size: 7px; } }
.tile.tile--43046721 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--43046721 .tile-inner {
font-size: 7px; } }
.tile.tile--129140163 .tile-inner {
color: #f9f2f2;
background: #bc9410;
box-shadow: 0 0 30px 10px rgba(188, 148, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--129140163 .tile-inner {
font-size: 7px; } }
.tile.tile--387420489 .tile-inner {
color: #f9f2f2;
background: #d3a612;
box-shadow: 0 0 30px 10px rgba(211, 166, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--387420489 .tile-inner {
font-size: 7px; } }
.tile.tile--1162261467 .tile-inner {
color: #f9f2f2;
background: #ebb914;
box-shadow: 0 0 30px 10px rgba(235, 185, 20, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--1162261467 .tile-inner {
font-size: 7px; } }
.tile.tile--3486784401 .tile-inner {
color: #f9f2f2;
background: #efa020;
box-shadow: 0 0 30px 10px rgba(239, 160, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--3486784401 .tile-inner {
font-size: 7px; } }
.tile.tile--10460353203 .tile-inner {
color: #f9f2f2;
background: #f27511;
box-shadow: 0 0 30px 10px rgba(242, 117, 17, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--10460353203 .tile-inner {
font-size: 7px; } }
.tile.tile--31381059609 .tile-inner {
color: #f9f2f2;
background: #ff3000;
box-shadow: 0 0 30px 10px rgba(255, 48, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--31381059609 .tile-inner {
font-size: 7px; } }
.tile.tile--94143178827 .tile-inner {
color: #f9f2f2;
background: #CE3410;
box-shadow: 0 0 30px 10px rgba(206, 52, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--94143178827 .tile-inner {
font-size: 7px; } }
.tile.tile--282429536481 .tile-inner {
color: #f9f2f2;
background: #9E3720;
box-shadow: 0 0 30px 10px rgba(158, 55, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--282429536481 .tile-inner {
font-size: 7px; } }
.tile.tile--847288609443 .tile-inner {
color: #f9f2f2;
background: #B33E24;
box-shadow: 0 0 30px 10px rgba(179, 62, 36, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--847288609443 .tile-inner {
font-size: 7px; } }
.tile.tile--2541865828329 .tile-inner {
color: #d4ceb5;
background: #b54d35;
box-shadow: 0 0 30px 10px rgba(181, 77, 53, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--2541865828329 .tile-inner {
font-size: 7px; } }
.tile.tile--7625597484987.tile-inner {
color: #b6b096;
background: #8b4331;
box-shadow: 0 0 30px 10px rgba(139, 67, 49, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--7625597484987 .tile-inner {
font-size: 7px; } }
.tile.tile--22876792454961 .tile-inner {
color: #968e69;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--22876792454961 .tile-inner {
font-size: 7px; } }
.tile.tile--68630377364883 .tile-inner {
color: #968e69;
background: #553730;
box-shadow: 0 0 30px 10px rgba(85, 55, 48, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--68630377364883 .tile-inner {
font-size: 7px; } }
.tile.tile--205891132094649 .tile-inner {
color: #6c674b;
background: #402b26;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--205891132094649 .tile-inner {
font-size: 7px; } }
.tile.tile--617673396283947 .tile-inner {
color: #6c674b;
background: #261612;
box-shadow: 0 0 30px 10px rgba(38, 22, 18, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--617673396283947 .tile-inner {
font-size: 7px; } }
.tile.tile--1853020188851841 .tile-inner {
color: #f9f2f2;
background: #B60033;
box-shadow: 0 0 30px 10px rgba(182, 0, 51, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--1853020188851841 .tile-inner {
font-size: 4px; } }
.tile.tile--5559060566555523 .tile-inner {
color: #f9f2f2;
background: #801638;
box-shadow: 0 0 30px 10px rgba(128, 22, 56, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--5559060566555523 .tile-inner {
font-size: 4px; } }
@-webkit-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
.tile-new .tile-inner {
-webkit-animation: appear 200ms ease 100ms;
-moz-animation: appear 200ms ease 100ms;
animation: appear 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
.tile-merged .tile-inner {
z-index: 20;
-webkit-animation: pop 200ms ease 100ms;
-moz-animation: pop 200ms ease 100ms;
animation: pop 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
.above-game:after {
content: "";
display: block;
clear: both; }
.game-intro {
float: left;
line-height: 42px;
margin-bottom: 0; }
.restart-button {
display: inline-block;
background: #8f6666;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f2f2;
height: 40px;
line-height: 42px;
display: block;
text-align: center;
float: right; }
.game-explanation {
margin-top: 50px; }
@media screen and (max-width: 520px) {
html, body {
font-size: 15px; }
body {
margin: 20px 0;
padding: 0 20px; }
h1.title {
font-size: 27px;
margin-top: 15px; }
.container {
width: 1092px;
margin: 0 auto; }
button {
color: white;
background: #bba0a0;
padding: 2px;
border-radius: 2px;
font-size: 20px;
font-weight: bold;
width: 220px; }
.score-container, .best-container {
margin-top: 0;
padding: 15px 10px;
min-width: 40px; }
.heading {
margin-bottom: 10px; }
.game-intro {
width: 55%;
display: block;
box-sizing: border-box;
line-height: 1.65; }
.restart-button {
width: 42%;
padding: 0;
display: block;
box-sizing: border-box;
margin-top: 2px; }
.game-container {
margin-top: 40px;
position: relative;
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bba0a0;
border-radius: 6px;
width: 1092px;
height: 1092px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(238, 218, 218, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f6666;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f2f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 46, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 10px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 57.5px;
height: 57.5px;
margin-right: 10px;
float: left;
border-radius: 3px;
background: rgba(238, 218, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 58px;
height: 58px;
line-height: 67.5px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 68px);
-moz-transform: translate(0px, 68px);
transform: translate(0px, 68px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 136px);
-moz-transform: translate(0px, 136px);
transform: translate(0px, 136px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 204px);
-moz-transform: translate(0px, 204px);
transform: translate(0px, 204px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 340px);
-moz-transform: translate(0px, 340px);
transform: translate(0px, 340px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 408px);
-moz-transform: translate(0px, 408px);
transform: translate(0px, 408px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 476px);
-moz-transform: translate(0px, 476px);
transform: translate(0px, 476px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 544px);
-moz-transform: translate(0px, 544px);
transform: translate(0px, 544px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(68px, 0px);
-moz-transform: translate(68px, 0px);
transform: translate(68px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(68px, 68px);
-moz-transform: translate(68px, 68px);
transform: translate(68px, 68px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(68px, 136px);
-moz-transform: translate(68px, 136px);
transform: translate(68px, 136px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(68px, 204px);
-moz-transform: translate(68px, 204px);
transform: translate(68px, 204px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(68px, 340px);
-moz-transform: translate(68px, 340px);
transform: translate(68px, 340px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(68px, 408px);
-moz-transform: translate(68px, 408px);
transform: translate(68px, 408px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(68px, 476px);
-moz-transform: translate(68px, 476px);
transform: translate(68px, 476px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(68px, 544px);
-moz-transform: translate(68px, 544px);
transform: translate(68px, 544px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(136px, 0px);
-moz-transform: translate(136px, 0px);
transform: translate(136px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(136px, 68px);
-moz-transform: translate(136px, 68px);
transform: translate(136px, 68px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(136px, 136px);
-moz-transform: translate(136px, 136px);
transform: translate(136px, 136px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(136px, 204px);
-moz-transform: translate(136px, 204px);
transform: translate(136px, 204px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(136px, 340px);
-moz-transform: translate(136px, 340px);
transform: translate(136px, 340px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(136px, 408px);
-moz-transform: translate(136px, 408px);
transform: translate(136px, 408px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(136px, 476px);
-moz-transform: translate(136px, 476px);
transform: translate(136px, 476px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(136px, 544px);
-moz-transform: translate(136px, 544px);
transform: translate(136px, 544px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(204px, 0px);
-moz-transform: translate(204px, 0px);
transform: translate(204px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(204px, 68px);
-moz-transform: translate(204px, 68px);
transform: translate(204px, 68px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(204px, 136px);
-moz-transform: translate(204px, 136px);
transform: translate(204px, 136px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(204px, 204px);
-moz-transform: translate(204px, 204px);
transform: translate(204px, 204px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(204px, 340px);
-moz-transform: translate(204px, 340px);
transform: translate(204px, 340px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(204px, 408px);
-moz-transform: translate(204px, 408px);
transform: translate(204px, 408px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(204px, 476px);
-moz-transform: translate(204px, 476px);
transform: translate(204px, 476px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(204px, 544px);
-moz-transform: translate(204px, 544px);
transform: translate(204px, 544px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(272px, 0px);
-moz-transform: translate(272px, 0px);
transform: translate(272px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(272px, 68px);
-moz-transform: translate(272px, 68px);
transform: translate(272px, 68px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(272px, 136px);
-moz-transform: translate(272px, 136px);
transform: translate(272px, 136px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(272px, 204px);
-moz-transform: translate(272px, 204px);
transform: translate(272px, 204px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(272px, 340px);
-moz-transform: translate(272px, 340px);
transform: translate(272px, 340px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(272px, 408px);
-moz-transform: translate(272px, 408px);
transform: translate(272px, 408px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(272px, 476px);
-moz-transform: translate(272px, 476px);
transform: translate(272px, 476px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(272px, 544px);
-moz-transform: translate(272px, 544px);
transform: translate(272px, 544px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(340px, 0px);
-moz-transform: translate(340px, 0px);
transform: translate(340px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(340px, 68px);
-moz-transform: translate(340px, 68px);
transform: translate(340px, 68px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(340px, 136px);
-moz-transform: translate(340px, 136px);
transform: translate(340px, 136px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(340px, 204px);
-moz-transform: translate(340px, 204px);
transform: translate(340px, 204px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(340px, 340px);
-moz-transform: translate(340px, 340px);
transform: translate(340px, 340px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(340px, 408px);
-moz-transform: translate(340px, 408px);
transform: translate(340px, 408px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(340px, 476px);
-moz-transform: translate(340px, 476px);
transform: translate(340px, 476px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(340px, 544px);
-moz-transform: translate(340px, 544px);
transform: translate(340px, 544px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(408px, 0px);
-moz-transform: translate(408px, 0px);
transform: translate(408px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(408px, 68px);
-moz-transform: translate(408px, 68px);
transform: translate(408px, 68px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(408px, 136px);
-moz-transform: translate(408px, 136px);
transform: translate(408px, 136px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(408px, 204px);
-moz-transform: translate(408px, 204px);
transform: translate(408px, 204px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(408px, 340px);
-moz-transform: translate(408px, 340px);
transform: translate(408px, 340px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(408px, 408px);
-moz-transform: translate(408px, 408px);
transform: translate(408px, 408px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(408px, 476px);
-moz-transform: translate(408px, 476px);
transform: translate(408px, 476px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(408px, 544px);
-moz-transform: translate(408px, 544px);
transform: translate(408px, 544px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(476px, 0px);
-moz-transform: translate(476px, 0px);
transform: translate(476px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(476px, 68px);
-moz-transform: translate(476px, 68px);
transform: translate(476px, 68px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(476px, 136px);
-moz-transform: translate(476px, 136px);
transform: translate(476px, 136px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(476px, 204px);
-moz-transform: translate(476px, 204px);
transform: translate(476px, 204px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(476px, 340px);
-moz-transform: translate(476px, 340px);
transform: translate(476px, 340px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(476px, 408px);
-moz-transform: translate(476px, 408px);
transform: translate(476px, 408px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(476px, 476px);
-moz-transform: translate(476px, 476px);
transform: translate(476px, 476px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(476px, 544px);
-moz-transform: translate(476px, 544px);
transform: translate(476px, 544px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 68px);
-moz-transform: translate(0px, 68px);
transform: translate(0px, 68px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 136px);
-moz-transform: translate(0px, 136px);
transform: translate(0px, 136px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 204px);
-moz-transform: translate(0px, 204px);
transform: translate(0px, 204px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 272px);
-moz-transform: translate(0px, 272px);
transform: translate(0px, 272px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 340px);
-moz-transform: translate(0px, 340px);
transform: translate(0px, 340px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 408px);
-moz-transform: translate(0px, 408px);
transform: translate(0px, 408px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 476px);
-moz-transform: translate(0px, 476px);
transform: translate(0px, 476px); }
.tile.tile-position-1-9 {
-webkit-transform: translate(0px, 544px);
-moz-transform: translate(0px, 544px);
transform: translate(0px, 544px); }
.tile.tile-position-1-10 {
-webkit-transform: translate(0px, 612px);
-moz-transform: translate(0px, 612px);
transform: translate(0px, 612px); }
.tile.tile-position-1-11 {
-webkit-transform: translate(0px, 680px);
-moz-transform: translate(0px, 680px);
transform: translate(0px, 680px); }
.tile.tile-position-1-12 {
-webkit-transform: translate(0px, 748px);
-moz-transform: translate(0px, 748px);
transform: translate(0px, 748px); }
.tile.tile-position-1-13 {
-webkit-transform: translate(0px, 816px);
-moz-transform: translate(0px, 816px);
transform: translate(0px, 816px); }
.tile.tile-position-1-14 {
-webkit-transform: translate(0px, 884px);
-moz-transform: translate(0px, 884px);
transform: translate(0px, 884px); }
.tile.tile-position-1-15 {
-webkit-transform: translate(0px, 952px);
-moz-transform: translate(0px, 952px);
transform: translate(0px, 952px); }
.tile.tile-position-1-16 {
-webkit-transform: translate(0px, 1020px);
-moz-transform: translate(0px, 1020px);
transform: translate(0px, 1020px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(68px, 0px);
-moz-transform: translate(68px, 0px);
transform: translate(68px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(68px, 68px);
-moz-transform: translate(68px, 68px);
transform: translate(68px, 68px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(68px, 136px);
-moz-transform: translate(68px, 136px);
transform: translate(68px, 136px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(68px, 204px);
-moz-transform: translate(68px, 204px);
transform: translate(68px, 204px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(68px, 272px);
-moz-transform: translate(68px, 272px);
transform: translate(68px, 272px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(68px, 340px);
-moz-transform: translate(68px, 340px);
transform: translate(68px, 340px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(68px, 408px);
-moz-transform: translate(68px, 408px);
transform: translate(68px, 408px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(68px, 476px);
-moz-transform: translate(68px, 476px);
transform: translate(68px, 476px); }
.tile.tile-position-2-9 {
-webkit-transform: translate(68px, 544px);
-moz-transform: translate(68px, 544px);
transform: translate(68px, 544px); }
.tile.tile-position-2-10 {
-webkit-transform: translate(68px, 612px);
-moz-transform: translate(68px, 612px);
transform: translate(68px, 612px); }
.tile.tile-position-2-11 {
-webkit-transform: translate(68px, 680px);
-moz-transform: translate(68px, 680px);
transform: translate(68px, 680px); }
.tile.tile-position-2-12 {
-webkit-transform: translate(68px, 748px);
-moz-transform: translate(68px, 748px);
transform: translate(68px, 748px); }
.tile.tile-position-2-13 {
-webkit-transform: translate(68px, 816px);
-moz-transform: translate(68px, 816px);
transform: translate(68px, 816px); }
.tile.tile-position-2-14 {
-webkit-transform: translate(68px, 884px);
-moz-transform: translate(68px, 884px);
transform: translate(68px, 884px); }
.tile.tile-position-2-15 {
-webkit-transform: translate(68px, 952px);
-moz-transform: translate(68px, 952px);
transform: translate(68px, 952px); }
.tile.tile-position-2-16 {
-webkit-transform: translate(68px, 1020px);
-moz-transform: translate(68px, 1020px);
transform: translate(68px, 1020px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(136px, 0px);
-moz-transform: translate(136px, 0px);
transform: translate(136px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(136px, 68px);
-moz-transform: translate(136px, 68px);
transform: translate(136px, 68px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(136px, 136px);
-moz-transform: translate(136px, 136px);
transform: translate(136px, 136px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(136px, 204px);
-moz-transform: translate(136px, 204px);
transform: translate(136px, 204px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(136px, 272px);
-moz-transform: translate(136px, 272px);
transform: translate(136px, 272px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(136px, 340px);
-moz-transform: translate(136px, 340px);
transform: translate(136px, 340px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(136px, 408px);
-moz-transform: translate(136px, 408px);
transform: translate(136px, 408px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(136px, 476px);
-moz-transform: translate(136px, 476px);
transform: translate(136px, 476px); }
.tile.tile-position-3-9 {
-webkit-transform: translate(136px, 544px);
-moz-transform: translate(136px, 544px);
transform: translate(136px, 544px); }
.tile.tile-position-3-10 {
-webkit-transform: translate(136px, 612px);
-moz-transform: translate(136px, 612px);
transform: translate(136px, 612px); }
.tile.tile-position-3-11 {
-webkit-transform: translate(136px, 680px);
-moz-transform: translate(136px, 680px);
transform: translate(136px, 680px); }
.tile.tile-position-3-12 {
-webkit-transform: translate(136px, 748px);
-moz-transform: translate(136px, 748px);
transform: translate(136px, 748px); }
.tile.tile-position-3-13 {
-webkit-transform: translate(136px, 816px);
-moz-transform: translate(136px, 816px);
transform: translate(136px, 816px); }
.tile.tile-position-3-14 {
-webkit-transform: translate(136px, 884px);
-moz-transform: translate(136px, 884px);
transform: translate(136px, 884px); }
.tile.tile-position-3-15 {
-webkit-transform: translate(136px, 952px);
-moz-transform: translate(136px, 952px);
transform: translate(136px, 952px); }
.tile.tile-position-3-16 {
-webkit-transform: translate(136px, 1020px);
-moz-transform: translate(136px, 1020px);
transform: translate(136px, 1020px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(204px, 0px);
-moz-transform: translate(204px, 0px);
transform: translate(204px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(204px, 68px);
-moz-transform: translate(204px, 68px);
transform: translate(204px, 68px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(204px, 136px);
-moz-transform: translate(204px, 136px);
transform: translate(204px, 136px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(204px, 204px);
-moz-transform: translate(204px, 204px);
transform: translate(204px, 204px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(204px, 272px);
-moz-transform: translate(204px, 272px);
transform: translate(204px, 272px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(204px, 340px);
-moz-transform: translate(204px, 340px);
transform: translate(204px, 340px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(204px, 408px);
-moz-transform: translate(204px, 408px);
transform: translate(204px, 408px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(204px, 476px);
-moz-transform: translate(204px, 476px);
transform: translate(204px, 476px); }
.tile.tile-position-4-9 {
-webkit-transform: translate(204px, 544px);
-moz-transform: translate(204px, 544px);
transform: translate(204px, 544px); }
.tile.tile-position-4-10 {
-webkit-transform: translate(204px, 612px);
-moz-transform: translate(204px, 612px);
transform: translate(204px, 612px); }
.tile.tile-position-4-11 {
-webkit-transform: translate(204px, 680px);
-moz-transform: translate(204px, 680px);
transform: translate(204px, 680px); }
.tile.tile-position-4-12 {
-webkit-transform: translate(204px, 748px);
-moz-transform: translate(204px, 748px);
transform: translate(204px, 748px); }
.tile.tile-position-4-13 {
-webkit-transform: translate(204px, 816px);
-moz-transform: translate(204px, 816px);
transform: translate(204px, 816px); }
.tile.tile-position-4-14 {
-webkit-transform: translate(204px, 884px);
-moz-transform: translate(204px, 884px);
transform: translate(204px, 884px); }
.tile.tile-position-4-15 {
-webkit-transform: translate(204px, 952px);
-moz-transform: translate(204px, 952px);
transform: translate(204px, 952px); }
.tile.tile-position-4-16 {
-webkit-transform: translate(204px, 1020px);
-moz-transform: translate(204px, 1020px);
transform: translate(204px, 1020px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(272px, 0px);
-moz-transform: translate(272px, 0px);
transform: translate(272px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(272px, 68px);
-moz-transform: translate(272px, 68px);
transform: translate(272px, 68px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(272px, 136px);
-moz-transform: translate(272px, 136px);
transform: translate(272px, 136px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(272px, 204px);
-moz-transform: translate(272px, 204px);
transform: translate(272px, 204px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(272px, 272px);
-moz-transform: translate(272px, 272px);
transform: translate(272px, 272px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(272px, 340px);
-moz-transform: translate(272px, 340px);
transform: translate(272px, 340px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(272px, 408px);
-moz-transform: translate(272px, 408px);
transform: translate(272px, 408px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(272px, 476px);
-moz-transform: translate(272px, 476px);
transform: translate(272px, 476px); }
.tile.tile-position-5-9 {
-webkit-transform: translate(272px, 544px);
-moz-transform: translate(272px, 544px);
transform: translate(272px, 544px); }
.tile.tile-position-5-10 {
-webkit-transform: translate(272px, 612px);
-moz-transform: translate(272px, 612px);
transform: translate(272px, 612px); }
.tile.tile-position-5-11 {
-webkit-transform: translate(272px, 680px);
-moz-transform: translate(272px, 680px);
transform: translate(272px, 680px); }
.tile.tile-position-5-12 {
-webkit-transform: translate(272px, 748px);
-moz-transform: translate(272px, 748px);
transform: translate(272px, 748px); }
.tile.tile-position-5-13 {
-webkit-transform: translate(272px, 816px);
-moz-transform: translate(272px, 816px);
transform: translate(272px, 816px); }
.tile.tile-position-5-14 {
-webkit-transform: translate(272px, 884px);
-moz-transform: translate(272px, 884px);
transform: translate(272px, 884px); }
.tile.tile-position-5-15 {
-webkit-transform: translate(272px, 952px);
-moz-transform: translate(272px, 952px);
transform: translate(272px, 952px); }
.tile.tile-position-5-16 {
-webkit-transform: translate(272px, 1020px);
-moz-transform: translate(272px, 1020px);
transform: translate(272px, 1020px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(340px, 0px);
-moz-transform: translate(340px, 0px);
transform: translate(340px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(340px, 68px);
-moz-transform: translate(340px, 68px);
transform: translate(340px, 68px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(340px, 136px);
-moz-transform: translate(340px, 136px);
transform: translate(340px, 136px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(340px, 204px);
-moz-transform: translate(340px, 204px);
transform: translate(340px, 204px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(340px, 272px);
-moz-transform: translate(340px, 272px);
transform: translate(340px, 272px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(340px, 340px);
-moz-transform: translate(340px, 340px);
transform: translate(340px, 340px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(340px, 408px);
-moz-transform: translate(340px, 408px);
transform: translate(340px, 408px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(340px, 476px);
-moz-transform: translate(340px, 476px);
transform: translate(340px, 476px); }
.tile.tile-position-6-9 {
-webkit-transform: translate(340px, 544px);
-moz-transform: translate(340px, 544px);
transform: translate(340px, 544px); }
.tile.tile-position-6-10 {
-webkit-transform: translate(340px, 612px);
-moz-transform: translate(340px, 612px);
transform: translate(340px, 612px); }
.tile.tile-position-6-11 {
-webkit-transform: translate(340px, 680px);
-moz-transform: translate(340px, 680px);
transform: translate(340px, 680px); }
.tile.tile-position-6-12 {
-webkit-transform: translate(340px, 748px);
-moz-transform: translate(340px, 748px);
transform: translate(340px, 748px); }
.tile.tile-position-6-13 {
-webkit-transform: translate(340px, 816px);
-moz-transform: translate(340px, 816px);
transform: translate(340px, 816px); }
.tile.tile-position-6-14 {
-webkit-transform: translate(340px, 884px);
-moz-transform: translate(340px, 884px);
transform: translate(340px, 884px); }
.tile.tile-position-6-15 {
-webkit-transform: translate(340px, 952px);
-moz-transform: translate(340px, 952px);
transform: translate(340px, 952px); }
.tile.tile-position-6-16 {
-webkit-transform: translate(340px, 1020px);
-moz-transform: translate(340px, 1020px);
transform: translate(340px, 1020px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(408px, 0px);
-moz-transform: translate(408px, 0px);
transform: translate(408px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(408px, 68px);
-moz-transform: translate(408px, 68px);
transform: translate(408px, 68px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(408px, 136px);
-moz-transform: translate(408px, 136px);
transform: translate(408px, 136px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(408px, 204px);
-moz-transform: translate(408px, 204px);
transform: translate(408px, 204px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(408px, 272px);
-moz-transform: translate(408px, 272px);
transform: translate(408px, 272px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(408px, 340px);
-moz-transform: translate(408px, 340px);
transform: translate(408px, 340px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(408px, 408px);
-moz-transform: translate(408px, 408px);
transform: translate(408px, 408px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(408px, 476px);
-moz-transform: translate(408px, 476px);
transform: translate(408px, 476px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(408px, 476px);
-moz-transform: translate(408px, 476px);
transform: translate(408px, 476px); }
.tile.tile-position-7-9 {
-webkit-transform: translate(408px, 544px);
-moz-transform: translate(408px, 544px);
transform: translate(408px, 544px); }
.tile.tile-position-7-10 {
-webkit-transform: translate(408px, 612px);
-moz-transform: translate(408px, 612px);
transform: translate(408px, 612px); }
.tile.tile-position-7-11 {
-webkit-transform: translate(408px, 680px);
-moz-transform: translate(408px, 680px);
transform: translate(408px, 680px); }
.tile.tile-position-7-12 {
-webkit-transform: translate(408px, 748px);
-moz-transform: translate(408px, 748px);
transform: translate(408px, 748px); }
.tile.tile-position-7-13 {
-webkit-transform: translate(408px, 816px);
-moz-transform: translate(408px, 816px);
transform: translate(408px, 816px); }
.tile.tile-position-7-14 {
-webkit-transform: translate(408px, 884px);
-moz-transform: translate(408px, 884px);
transform: translate(408px, 884px); }
.tile.tile-position-7-15 {
-webkit-transform: translate(408px, 952px);
-moz-transform: translate(408px, 952px);
transform: translate(408px, 952px); }
.tile.tile-position-7-16 {
-webkit-transform: translate(408px, 1020px);
-moz-transform: translate(408px, 1020px);
transform: translate(408px, 1020px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(476px, 0px);
-moz-transform: translate(476px, 0px);
transform: translate(476px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(476px, 68px);
-moz-transform: translate(476px, 68px);
transform: translate(476px, 68px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(476px, 136px);
-moz-transform: translate(476px, 136px);
transform: translate(476px, 136px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(476px, 204px);
-moz-transform: translate(476px, 204px);
transform: translate(476px, 204px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(476px, 272px);
-moz-transform: translate(476px, 272px);
transform: translate(476px, 272px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(476px, 340px);
-moz-transform: translate(476px, 340px);
transform: translate(476px, 340px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(476px, 408px);
-moz-transform: translate(476px, 408px);
transform: translate(476px, 408px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(476px, 476px);
-moz-transform: translate(476px, 476px);
transform: translate(476px, 476px); }
.tile.tile-position-8-9 {
-webkit-transform: translate(476px, 544px);
-moz-transform: translate(476px, 544px);
transform: translate(476px, 544px); }
.tile.tile-position-8-10 {
-webkit-transform: translate(476px, 612px);
-moz-transform: translate(476px, 612px);
transform: translate(476px, 612px); }
.tile.tile-position-8-11 {
-webkit-transform: translate(476px, 680px);
-moz-transform: translate(476px, 680px);
transform: translate(476px, 680px); }
.tile.tile-position-8-12 {
-webkit-transform: translate(476px, 748px);
-moz-transform: translate(476px, 748px);
transform: translate(476px, 748px); }
.tile.tile-position-8-13 {
-webkit-transform: translate(476px, 816px);
-moz-transform: translate(476px, 816px);
transform: translate(476px, 816px); }
.tile.tile-position-8-14 {
-webkit-transform: translate(476px, 884px);
-moz-transform: translate(476px, 884px);
transform: translate(476px, 884px); }
.tile.tile-position-8-15 {
-webkit-transform: translate(476px, 952px);
-moz-transform: translate(476px, 952px);
transform: translate(476px, 952px); }
.tile.tile-position-8-16 {
-webkit-transform: translate(476px, 1020px);
-moz-transform: translate(476px, 1020px);
transform: translate(476px, 1020px); }
.tile.tile-position-9-1 {
-webkit-transform: translate(544px, 0px);
-moz-transform: translate(544px, 0px);
transform: translate(544px, 0px); }
.tile.tile-position-9-2 {
-webkit-transform: translate(544px, 68px);
-moz-transform: translate(544px, 68px);
transform: translate(544px, 68px); }
.tile.tile-position-9-3 {
-webkit-transform: translate(544px, 136px);
-moz-transform: translate(544px, 136px);
transform: translate(544px, 136px); }
.tile.tile-position-9-4 {
-webkit-transform: translate(544px, 204px);
-moz-transform: translate(544px, 204px);
transform: translate(544px, 204px); }
.tile.tile-position-9-5 {
-webkit-transform: translate(544px, 272px);
-moz-transform: translate(544px, 272px);
transform: translate(544px, 272px); }
.tile.tile-position-9-6 {
-webkit-transform: translate(544px, 340px);
-moz-transform: translate(544px, 340px);
transform: translate(544px, 340px); }
.tile.tile-position-9-7 {
-webkit-transform: translate(544px, 408px);
-moz-transform: translate(544px, 408px);
transform: translate(544px, 408px); }
.tile.tile-position-9-8 {
-webkit-transform: translate(544px, 476px);
-moz-transform: translate(544px, 476px);
transform: translate(544px, 476px); }
.tile.tile-position-9-9 {
-webkit-transform: translate(544px, 544px);
-moz-transform: translate(544px, 544px);
transform: translate(544px, 544px); }
.tile.tile-position-9-10 {
-webkit-transform: translate(544px, 612px);
-moz-transform: translate(544px, 612px);
transform: translate(544px, 612px); }
.tile.tile-position-9-11 {
-webkit-transform: translate(544px, 680px);
-moz-transform: translate(544px, 680px);
transform: translate(544px, 680px); }
.tile.tile-position-9-12 {
-webkit-transform: translate(544px, 748px);
-moz-transform: translate(544px, 748px);
transform: translate(544px, 748px); }
.tile.tile-position-9-13 {
-webkit-transform: translate(544px, 816px);
-moz-transform: translate(544px, 816px);
transform: translate(544px, 816px); }
.tile.tile-position-9-14 {
-webkit-transform: translate(544px, 884px);
-moz-transform: translate(544px, 884px);
transform: translate(544px, 884px); }
.tile.tile-position-9-15 {
-webkit-transform: translate(544px, 952px);
-moz-transform: translate(544px, 952px);
transform: translate(544px, 952px); }
.tile.tile-position-9-16 {
-webkit-transform: translate(544px, 1020px);
-moz-transform: translate(544px, 1020px);
transform: translate(544px, 1020px); }
.tile.tile-position-10-1 {
-webkit-transform: translate(612px, 0px);
-moz-transform: translate(612px, 0px);
transform: translate(612px, 0px); }
.tile.tile-position-10-2 {
-webkit-transform: translate(612px, 68px);
-moz-transform: translate(612px, 68px);
transform: translate(612px, 68px); }
.tile.tile-position-10-3 {
-webkit-transform: translate(612px, 136px);
-moz-transform: translate(612px, 136px);
transform: translate(612px, 136px); }
.tile.tile-position-10-4 {
-webkit-transform: translate(612px, 204px);
-moz-transform: translate(612px, 204px);
transform: translate(612px, 204px); }
.tile.tile-position-10-5 {
-webkit-transform: translate(612px, 272px);
-moz-transform: translate(612px, 272px);
transform: translate(612px, 272px); }
.tile.tile-position-10-6 {
-webkit-transform: translate(612px, 340px);
-moz-transform: translate(612px, 340px);
transform: translate(612px, 340px); }
.tile.tile-position-10-7 {
-webkit-transform: translate(612px, 408px);
-moz-transform: translate(612px, 408px);
transform: translate(612px, 408px); }
.tile.tile-position-10-8 {
-webkit-transform: translate(612px, 476px);
-moz-transform: translate(612px, 476px);
transform: translate(612px, 476px); }
.tile.tile-position-10-9 {
-webkit-transform: translate(612px, 544px);
-moz-transform: translate(612px, 544px);
transform: translate(612px, 544px); }
.tile.tile-position-10-10 {
-webkit-transform: translate(612px, 612px);
-moz-transform: translate(612px, 612px);
transform: translate(612px, 612px); }
.tile.tile-position-10-11 {
-webkit-transform: translate(612px, 680px);
-moz-transform: translate(612px, 680px);
transform: translate(612px, 680px); }
.tile.tile-position-10-12 {
-webkit-transform: translate(612px, 748px);
-moz-transform: translate(612px, 748px);
transform: translate(612px, 748px); }
.tile.tile-position-10-13 {
-webkit-transform: translate(612px, 816px);
-moz-transform: translate(612px, 816px);
transform: translate(612px, 816px); }
.tile.tile-position-10-14 {
-webkit-transform: translate(612px, 884px);
-moz-transform: translate(612px, 884px);
transform: translate(612px, 884px); }
.tile.tile-position-10-15 {
-webkit-transform: translate(612px, 952px);
-moz-transform: translate(612px, 952px);
transform: translate(612px, 952px); }
.tile.tile-position-10-16 {
-webkit-transform: translate(612px, 1020px);
-moz-transform: translate(612px, 1020px);
transform: translate(612px, 1020px); }
.tile.tile-position-11-1 {
-webkit-transform: translate(680px, 0px);
-moz-transform: translate(680px, 0px);
transform: translate(680px, 0px); }
.tile.tile-position-11-2 {
-webkit-transform: translate(680px, 68px);
-moz-transform: translate(680px, 68px);
transform: translate(680px, 68px); }
.tile.tile-position-11-3 {
-webkit-transform: translate(680px, 136px);
-moz-transform: translate(680px, 136px);
transform: translate(680px, 136px); }
.tile.tile-position-11-4 {
-webkit-transform: translate(680px, 204px);
-moz-transform: translate(680px, 204px);
transform: translate(680px, 204px); }
.tile.tile-position-11-5 {
-webkit-transform: translate(680px, 272px);
-moz-transform: translate(680px, 272px);
transform: translate(680px, 272px); }
.tile.tile-position-11-6 {
-webkit-transform: translate(680px, 340px);
-moz-transform: translate(680px, 340px);
transform: translate(680px, 340px); }
.tile.tile-position-11-7 {
-webkit-transform: translate(680px, 408px);
-moz-transform: translate(680px, 408px);
transform: translate(680px, 408px); }
.tile.tile-position-11-8 {
-webkit-transform: translate(680px, 476px);
-moz-transform: translate(680px, 476px);
transform: translate(680px, 476px); }
.tile.tile-position-11-9 {
-webkit-transform: translate(680px, 544px);
-moz-transform: translate(680px, 544px);
transform: translate(680px, 544px); }
.tile.tile-position-11-10 {
-webkit-transform: translate(680px, 612px);
-moz-transform: translate(680px, 612px);
transform: translate(680px, 612px); }
.tile.tile-position-11-11 {
-webkit-transform: translate(680px, 680px);
-moz-transform: translate(680px, 680px);
transform: translate(680px, 680px); }
.tile.tile-position-11-12 {
-webkit-transform: translate(680px, 748px);
-moz-transform: translate(680px, 748px);
transform: translate(680px, 748px); }
.tile.tile-position-11-13 {
-webkit-transform: translate(680px, 816px);
-moz-transform: translate(680px, 816px);
transform: translate(680px, 816px); }
.tile.tile-position-11-14 {
-webkit-transform: translate(680px, 884px);
-moz-transform: translate(680px, 884px);
transform: translate(680px, 884px); }
.tile.tile-position-11-15 {
-webkit-transform: translate(680px, 952px);
-moz-transform: translate(680px, 952px);
transform: translate(680px, 952px); }
.tile.tile-position-11-16 {
-webkit-transform: translate(680px, 1020px);
-moz-transform: translate(680px, 1020px);
transform: translate(680px, 1020px); }
.tile.tile-position-12-1 {
-webkit-transform: translate(748px, 0px);
-moz-transform: translate(748px, 0px);
transform: translate(748px, 0px); }
.tile.tile-position-12-2 {
-webkit-transform: translate(748px, 68px);
-moz-transform: translate(748px, 68px);
transform: translate(748px, 68px); }
.tile.tile-position-12-3 {
-webkit-transform: translate(748px, 136px);
-moz-transform: translate(748px, 136px);
transform: translate(748px, 136px); }
.tile.tile-position-12-4 {
-webkit-transform: translate(748px, 204px);
-moz-transform: translate(748px, 204px);
transform: translate(748px, 204px); }
.tile.tile-position-12-5 {
-webkit-transform: translate(748px, 272px);
-moz-transform: translate(748px, 272px);
transform: translate(748px, 272px); }
.tile.tile-position-12-6 {
-webkit-transform: translate(748px, 340px);
-moz-transform: translate(748px, 340px);
transform: translate(748px, 340px); }
.tile.tile-position-12-7 {
-webkit-transform: translate(748px, 408px);
-moz-transform: translate(748px, 408px);
transform: translate(748px, 408px); }
.tile.tile-position-12-8 {
-webkit-transform: translate(748px, 476px);
-moz-transform: translate(748px, 476px);
transform: translate(748px, 476px); }
.tile.tile-position-12-9 {
-webkit-transform: translate(748px, 544px);
-moz-transform: translate(748px, 544px);
transform: translate(748px, 544px); }
.tile.tile-position-12-10 {
-webkit-transform: translate(748px, 612px);
-moz-transform: translate(748px, 612px);
transform: translate(748px, 612px); }
.tile.tile-position-12-11 {
-webkit-transform: translate(748px, 680px);
-moz-transform: translate(748px, 680px);
transform: translate(748px, 680px); }
.tile.tile-position-12-12 {
-webkit-transform: translate(748px, 748px);
-moz-transform: translate(748px, 748px);
transform: translate(748px, 748px); }
.tile.tile-position-12-13 {
-webkit-transform: translate(748px, 816px);
-moz-transform: translate(748px, 816px);
transform: translate(748px, 816px); }
.tile.tile-position-12-14 {
-webkit-transform: translate(748px, 884px);
-moz-transform: translate(748px, 884px);
transform: translate(748px, 884px); }
.tile.tile-position-12-15 {
-webkit-transform: translate(748px, 952px);
-moz-transform: translate(748px, 952px);
transform: translate(748px, 952px); }
.tile.tile-position-12-16 {
-webkit-transform: translate(748px, 1020px);
-moz-transform: translate(748px, 1020px);
transform: translate(748px, 1020px); }
.tile.tile-position-13-1 {
-webkit-transform: translate(816px, 0px);
-moz-transform: translate(816px, 0px);
transform: translate(816px, 0px); }
.tile.tile-position-13-2 {
-webkit-transform: translate(816px, 68px);
-moz-transform: translate(816px, 68px);
transform: translate(816px, 68px); }
.tile.tile-position-13-3 {
-webkit-transform: translate(816px, 136px);
-moz-transform: translate(816px, 136px);
transform: translate(816px, 136px); }
.tile.tile-position-13-4 {
-webkit-transform: translate(816px, 204px);
-moz-transform: translate(816px, 204px);
transform: translate(816px, 204px); }
.tile.tile-position-13-5 {
-webkit-transform: translate(816px, 272px);
-moz-transform: translate(816px, 272px);
transform: translate(816px, 272px); }
.tile.tile-position-13-6 {
-webkit-transform: translate(816px, 340px);
-moz-transform: translate(816px, 340px);
transform: translate(816px, 340px); }
.tile.tile-position-13-7 {
-webkit-transform: translate(816px, 408px);
-moz-transform: translate(816px, 408px);
transform: translate(816px, 408px); }
.tile.tile-position-13-8 {
-webkit-transform: translate(816px, 476px);
-moz-transform: translate(816px, 476px);
transform: translate(816px, 476px); }
.tile.tile-position-13-9 {
-webkit-transform: translate(816px, 544px);
-moz-transform: translate(816px, 544px);
transform: translate(816px, 544px); }
.tile.tile-position-13-10 {
-webkit-transform: translate(816px, 612px);
-moz-transform: translate(816px, 612px);
transform: translate(816px, 612px); }
.tile.tile-position-13-11 {
-webkit-transform: translate(816px, 680px);
-moz-transform: translate(816px, 680px);
transform: translate(816px, 680px); }
.tile.tile-position-13-12 {
-webkit-transform: translate(816px, 748px);
-moz-transform: translate(816px, 748px);
transform: translate(816px, 748px); }
.tile.tile-position-13-13 {
-webkit-transform: translate(816px, 816px);
-moz-transform: translate(816px, 816px);
transform: translate(816px, 816px); }
.tile.tile-position-13-14 {
-webkit-transform: translate(816px, 884px);
-moz-transform: translate(816px, 884px);
transform: translate(816px, 884px); }
.tile.tile-position-13-15 {
-webkit-transform: translate(816px, 952px);
-moz-transform: translate(816px, 952px);
transform: translate(816px, 952px); }
.tile.tile-position-13-16 {
-webkit-transform: translate(816px, 1020px);
-moz-transform: translate(816px, 1020px);
transform: translate(816px, 1020px); }
.tile.tile-position-14-1 {
-webkit-transform: translate(884px, 0px);
-moz-transform: translate(884px, 0px);
transform: translate(884px, 0px); }
.tile.tile-position-14-2 {
-webkit-transform: translate(884px, 68px);
-moz-transform: translate(884px, 68px);
transform: translate(884px, 68px); }
.tile.tile-position-14-3 {
-webkit-transform: translate(884px, 136px);
-moz-transform: translate(884px, 136px);
transform: translate(884px, 136px); }
.tile.tile-position-14-4 {
-webkit-transform: translate(884px, 204px);
-moz-transform: translate(884px, 204px);
transform: translate(884px, 204px); }
.tile.tile-position-14-5 {
-webkit-transform: translate(884px, 272px);
-moz-transform: translate(884px, 272px);
transform: translate(884px, 272px); }
.tile.tile-position-14-6 {
-webkit-transform: translate(884px, 340px);
-moz-transform: translate(884px, 340px);
transform: translate(884px, 340px); }
.tile.tile-position-14-7 {
-webkit-transform: translate(884px, 408px);
-moz-transform: translate(884px, 408px);
transform: translate(884px, 408px); }
.tile.tile-position-14-8 {
-webkit-transform: translate(884px, 476px);
-moz-transform: translate(884px, 476px);
transform: translate(884px, 476px); }
.tile.tile-position-14-9 {
-webkit-transform: translate(884px, 544px);
-moz-transform: translate(884px, 544px);
transform: translate(884px, 544px); }
.tile.tile-position-14-10 {
-webkit-transform: translate(884px, 612px);
-moz-transform: translate(884px, 612px);
transform: translate(884px, 612px); }
.tile.tile-position-14-11 {
-webkit-transform: translate(884px, 680px);
-moz-transform: translate(884px, 680px);
transform: translate(884px, 680px); }
.tile.tile-position-14-12 {
-webkit-transform: translate(884px, 748px);
-moz-transform: translate(884px, 748px);
transform: translate(884px, 748px); }
.tile.tile-position-14-13 {
-webkit-transform: translate(884px, 816px);
-moz-transform: translate(884px, 816px);
transform: translate(884px, 816px); }
.tile.tile-position-14-14 {
-webkit-transform: translate(884px, 884px);
-moz-transform: translate(884px, 884px);
transform: translate(884px, 884px); }
.tile.tile-position-14-15 {
-webkit-transform: translate(884px, 952px);
-moz-transform: translate(884px, 952px);
transform: translate(884px, 952px); }
.tile.tile-position-14-16 {
-webkit-transform: translate(884px, 1020px);
-moz-transform: translate(884px, 1020px);
transform: translate(884px, 1020px); }
.tile.tile-position-15-1 {
-webkit-transform: translate(952px, 0px);
-moz-transform: translate(952px, 0px);
transform: translate(952px, 0px); }
.tile.tile-position-15-2 {
-webkit-transform: translate(952px, 68px);
-moz-transform: translate(952px, 68px);
transform: translate(952px, 68px); }
.tile.tile-position-15-3 {
-webkit-transform: translate(952px, 136px);
-moz-transform: translate(952px, 136px);
transform: translate(952px, 136px); }
.tile.tile-position-15-4 {
-webkit-transform: translate(952px, 204px);
-moz-transform: translate(952px, 204px);
transform: translate(952px, 204px); }
.tile.tile-position-15-5 {
-webkit-transform: translate(952px, 272px);
-moz-transform: translate(952px, 272px);
transform: translate(952px, 272px); }
.tile.tile-position-15-6 {
-webkit-transform: translate(952px, 340px);
-moz-transform: translate(952px, 340px);
transform: translate(952px, 340px); }
.tile.tile-position-15-7 {
-webkit-transform: translate(952px, 408px);
-moz-transform: translate(952px, 408px);
transform: translate(952px, 408px); }
.tile.tile-position-15-8 {
-webkit-transform: translate(952px, 476px);
-moz-transform: translate(952px, 476px);
transform: translate(952px, 476px); }
.tile.tile-position-15-9 {
-webkit-transform: translate(952px, 544px);
-moz-transform: translate(952px, 544px);
transform: translate(952px, 544px); }
.tile.tile-position-15-10 {
-webkit-transform: translate(952px, 612px);
-moz-transform: translate(952px, 612px);
transform: translate(952px, 612px); }
.tile.tile-position-15-11 {
-webkit-transform: translate(952px, 680px);
-moz-transform: translate(952px, 680px);
transform: translate(952px, 680px); }
.tile.tile-position-15-12 {
-webkit-transform: translate(952px, 748px);
-moz-transform: translate(952px, 748px);
transform: translate(952px, 748px); }
.tile.tile-position-15-13 {
-webkit-transform: translate(952px, 816px);
-moz-transform: translate(952px, 816px);
transform: translate(952px, 816px); }
.tile.tile-position-15-14 {
-webkit-transform: translate(952px, 884px);
-moz-transform: translate(952px, 884px);
transform: translate(952px, 884px); }
.tile.tile-position-15-15 {
-webkit-transform: translate(952px, 952px);
-moz-transform: translate(952px, 952px);
transform: translate(952px, 952px); }
.tile.tile-position-15-16 {
-webkit-transform: translate(952px, 1020px);
-moz-transform: translate(952px, 1020px);
transform: translate(952px, 1020px); }
.tile.tile-position-16-1 {
-webkit-transform: translate(1020px, 0px);
-moz-transform: translate(1020px, 0px);
transform: translate(1020px, 0px); }
.tile.tile-position-16-2 {
-webkit-transform: translate(1020px, 68px);
-moz-transform: translate(1020px, 68px);
transform: translate(1020px, 68px); }
.tile.tile-position-16-3 {
-webkit-transform: translate(1020px, 136px);
-moz-transform: translate(1020px, 136px);
transform: translate(1020px, 136px); }
.tile.tile-position-16-4 {
-webkit-transform: translate(1020px, 204px);
-moz-transform: translate(1020px, 204px);
transform: translate(1020px, 204px); }
.tile.tile-position-16-5 {
-webkit-transform: translate(1020px, 272px);
-moz-transform: translate(1020px, 272px);
transform: translate(1020px, 272px); }
.tile.tile-position-16-6 {
-webkit-transform: translate(1020px, 340px);
-moz-transform: translate(1020px, 340px);
transform: translate(1020px, 340px); }
.tile.tile-position-16-7 {
-webkit-transform: translate(1020px, 408px);
-moz-transform: translate(1020px, 408px);
transform: translate(1020px, 408px); }
.tile.tile-position-16-8 {
-webkit-transform: translate(1020px, 476px);
-moz-transform: translate(1020px, 476px);
transform: translate(1020px, 476px); }
.tile.tile-position-16-9 {
-webkit-transform: translate(1020px, 544px);
-moz-transform: translate(1020px, 544px);
transform: translate(1020px, 544px); }
.tile.tile-position-16-10 {
-webkit-transform: translate(1020px, 612px);
-moz-transform: translate(1020px, 612px);
transform: translate(1020px, 612px); }
.tile.tile-position-16-11 {
-webkit-transform: translate(1020px, 680px);
-moz-transform: translate(1020px, 680px);
transform: translate(1020px, 680px); }
.tile.tile-position-16-12 {
-webkit-transform: translate(1020px, 748px);
-moz-transform: translate(1020px, 748px);
transform: translate(1020px, 748px); }
.tile.tile-position-16-13 {
-webkit-transform: translate(1020px, 816px);
-moz-transform: translate(1020px, 816px);
transform: translate(1020px, 816px); }
.tile.tile-position-16-14 {
-webkit-transform: translate(1020px, 884px);
-moz-transform: translate(1020px, 884px);
transform: translate(1020px, 884px); }
.tile.tile-position-16-15 {
-webkit-transform: translate(1020px, 952px);
-moz-transform: translate(1020px, 952px);
transform: translate(1020px, 952px); }
.tile.tile-position-16-16 {
-webkit-transform: translate(1020px, 1020px);
-moz-transform: translate(1020px, 1020px);
transform: translate(1020px, 1020px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 67px);
-moz-transform: translate(0px, 67px);
transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 135px);
-moz-transform: translate(0px, 135px);
transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 202px);
-moz-transform: translate(0px, 202px);
transform: translate(0px, 202px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(67px, 0px);
-moz-transform: translate(67px, 0px);
transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(67px, 67px);
-moz-transform: translate(67px, 67px);
transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(67px, 135px);
-moz-transform: translate(67px, 135px);
transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(67px, 202px);
-moz-transform: translate(67px, 202px);
transform: translate(67px, 202px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(135px, 0px);
-moz-transform: translate(135px, 0px);
transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(135px, 67px);
-moz-transform: translate(135px, 67px);
transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(135px, 135px);
-moz-transform: translate(135px, 135px);
transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(135px, 202px);
-moz-transform: translate(135px, 202px);
transform: translate(135px, 202px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(202px, 0px);
-moz-transform: translate(202px, 0px);
transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(202px, 67px);
-moz-transform: translate(202px, 67px);
transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(202px, 135px);
-moz-transform: translate(202px, 135px);
transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(202px, 202px);
-moz-transform: translate(202px, 202px);
transform: translate(202px, 202px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 67px);
-moz-transform: translate(0px, 67px);
transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 135px);
-moz-transform: translate(0px, 135px);
transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 202px);
-moz-transform: translate(0px, 202px);
transform: translate(0px, 202px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 269px);
-moz-transform: translate(0px, 269px);
transform: translate(0px, 269px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 336px);
-moz-transform: translate(0px, 336px);
transform: translate(0px, 336px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(67px, 0px);
-moz-transform: translate(67px, 0px);
transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(67px, 67px);
-moz-transform: translate(67px, 67px);
transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(67px, 135px);
-moz-transform: translate(67px, 135px);
transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(67px, 202px);
-moz-transform: translate(67px, 202px);
transform: translate(67px, 202px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(67px, 269px);
-moz-transform: translate(67px, 269px);
transform: translate(67px, 269px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(67px, 336px);
-moz-transform: translate(67px, 336px);
transform: translate(67px, 336px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(135px, 0px);
-moz-transform: translate(135px, 0px);
transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(135px, 67px);
-moz-transform: translate(135px, 67px);
transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(135px, 135px);
-moz-transform: translate(135px, 135px);
transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(135px, 202px);
-moz-transform: translate(135px, 202px);
transform: translate(135px, 202px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(135px, 269px);
-moz-transform: translate(135px, 269px);
transform: translate(135px, 269px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(135px, 336px);
-moz-transform: translate(135px, 336px);
transform: translate(135px, 336px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(202px, 0px);
-moz-transform: translate(202px, 0px);
transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(202px, 67px);
-moz-transform: translate(202px, 67px);
transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(202px, 135px);
-moz-transform: translate(202px, 135px);
transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(202px, 202px);
-moz-transform: translate(202px, 202px);
transform: translate(202px, 202px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(202px, 269px);
-moz-transform: translate(202px, 269px);
transform: translate(202px, 269px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(202px, 336px);
-moz-transform: translate(202px, 336px);
transform: translate(202px, 336px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(269px, 0px);
-moz-transform: translate(269px, 0px);
transform: translate(269px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(269px, 67px);
-moz-transform: translate(269px, 67px);
transform: translate(269px, 67px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(269px, 135px);
-moz-transform: translate(269px, 135px);
transform: translate(269px, 135px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(269px, 202px);
-moz-transform: translate(269px, 202px);
transform: translate(269px, 202px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(269px, 269px);
-moz-transform: translate(269px, 269px);
transform: translate(269px, 269px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(269px, 336px);
-moz-transform: translate(269px, 336px);
transform: translate(269px, 336px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(336px, 0px);
-moz-transform: translate(336px, 0px);
transform: translate(336px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(336px, 67px);
-moz-transform: translate(336px, 67px);
transform: translate(336px, 67px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(336px, 135px);
-moz-transform: translate(336px, 135px);
transform: translate(336px, 135px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(336px, 202px);
-moz-transform: translate(336px, 202px);
transform: translate(336px, 202px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(336px, 269px);
-moz-transform: translate(336px, 269px);
transform: translate(336px, 269px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(336px, 336px);
-moz-transform: translate(336px, 336px);
transform: translate(336px, 336px); }
.game-container {
margin-top: 20px; }
.tile .tile-inner {
font-size: 35px; }
.game-message p {
font-size: 30px !important;
height: 30px !important;
line-height: 30px !important;
margin-top: 90px !important; }
.game-message .lower {
margin-top: 30px !important; } } | style/2147483648-16x16.css | @import url(fonts/clear-sans.css);
/* Team Phobos */
html, body {
margin: 0;
padding: 0;
background: #faefef;
color: #776565;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px; }
body {
margin: 80px 0; }
.heading:after {
content: "";
display: block;
clear: both; }
h1.title {
font-size: 80px;
font-weight: bold;
margin: 0;
display: block;
float: left; }
button {
color: white;
background: #bba0a0;
padding: 15px;
border-radius: 15px;
font-size: 20px;
font-weight: bold;
width: 220px;
}
@-webkit-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@-moz-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
.scores-container {
float: right;
text-align: right; }
.score-container, .best-container {
position: relative;
display: inline-block;
background: #bba0a0;
padding: 15px 25px;
font-size: 25px;
height: 25px;
line-height: 47px;
font-weight: bold;
border-radius: 3px;
color: white;
margin-top: 8px;
text-align: center; }
.score-container:after, .best-container:after {
position: absolute;
width: 100%;
top: 10px;
left: 0;
text-transform: uppercase;
font-size: 13px;
line-height: 13px;
text-align: center;
color: #eedada; }
.score-container .score-addition, .best-container .score-addition {
position: absolute;
right: 30px;
color: red;
font-size: 25px;
line-height: 25px;
font-weight: bold;
color: rgba(119, 101, 101, 0.9);
z-index: 100;
-webkit-animation: move-up 600ms ease-in;
-moz-animation: move-up 600ms ease-in;
animation: move-up 600ms ease-in;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.score-container:after {
content: "Score"; }
.best-container:after {
content: "Best"; }
p {
margin-top: 0;
margin-bottom: 10px;
line-height: 1.65; }
a {
color: #776565;
font-weight: bold;
text-decoration: underline;
cursor: pointer; }
strong.important {
text-transform: uppercase; }
hr {
border: none;
border-bottom: 1px solid #d8d0d0;
margin-top: 20px;
margin-bottom: 30px; }
.container {
width: 1955px;
margin: 0 auto; }
@-webkit-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.game-container {
margin-top: 40px;
position: relative;
padding: 15px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bba0a0;
border-radius: 6px;
width: 1955px;
height: 1955px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(218, 228, 238, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 46, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 15px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 106.25px;
height: 106.25px;
margin-right: 15px;
float: left;
border-radius: 3px;
background: rgba(238, 218, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 107px;
height: 107px;
line-height: 116.25px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 847px);
transform: translate(0px, 847px); }
.tile.tile-position-1-9 {
-webkit-transform: translate(0px, 968px);
-moz-transform: translate(0px, 968px);
transform: translate(0px, 968px); }
.tile.tile-position-1-10 {
-webkit-transform: translate(0px, 1089px);
-moz-transform: translate(0px, 1089px);
transform: translate(0px, 1089px); }
.tile.tile-position-1-11 {
-webkit-transform: translate(0px, 1210px);
-moz-transform: translate(0px, 1210px);
transform: translate(0px, 1210px); }
.tile.tile-position-1-12 {
-webkit-transform: translate(0px, 1331px);
-moz-transform: translate(0px, 1331px);
transform: translate(0px, 1331px); }
.tile.tile-position-1-13 {
-webkit-transform: translate(0px, 1452px);
-moz-transform: translate(0px, 1452px);
transform: translate(0px, 1452px); }
.tile.tile-position-1-14 {
-webkit-transform: translate(0px, 1573px);
-moz-transform: translate(0px, 1573px);
transform: translate(0px, 1573px); }
.tile.tile-position-1-15 {
-webkit-transform: translate(0px, 1694px);
-moz-transform: translate(0px, 1694px);
transform: translate(0px, 1694px); }
.tile.tile-position-1-16 {
-webkit-transform: translate(0px, 1815px);
-moz-transform: translate(0px, 1815px);
transform: translate(0px, 1815px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-2-9 {
-webkit-transform: translate(121px, 968px);
-moz-transform: translate(121px, 968px);
transform: translate(121px, 968px); }
.tile.tile-position-2-10 {
-webkit-transform: translate(121px, 1089px);
-moz-transform: translate(121px, 1089px);
transform: translate(121px, 1089px); }
.tile.tile-position-2-11 {
-webkit-transform: translate(121px, 1210px);
-moz-transform: translate(121px, 1210px);
transform: translate(121px, 1210px); }
.tile.tile-position-2-12 {
-webkit-transform: translate(121px, 1331px);
-moz-transform: translate(121px, 1331px);
transform: translate(121px, 1331px); }
.tile.tile-position-2-13 {
-webkit-transform: translate(121px, 1452px);
-moz-transform: translate(121px, 1452px);
transform: translate(121px, 1452px); }
.tile.tile-position-2-14 {
-webkit-transform: translate(121px, 1573px);
-moz-transform: translate(121px, 1573px);
transform: translate(121px, 1573px); }
.tile.tile-position-2-15 {
-webkit-transform: translate(121px, 1694px);
-moz-transform: translate(121px, 1694px);
transform: translate(121px, 1694px); }
.tile.tile-position-2-16 {
-webkit-transform: translate(121px, 1815px);
-moz-transform: translate(121px, 1815px);
transform: translate(121px, 1815px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-3-9 {
-webkit-transform: translate(242px, 968px);
-moz-transform: translate(242px, 968px);
transform: translate(242px, 968px); }
.tile.tile-position-3-10 {
-webkit-transform: translate(242px, 1089px);
-moz-transform: translate(242px, 1089px);
transform: translate(242px, 1089px); }
.tile.tile-position-3-11 {
-webkit-transform: translate(242px, 1210px);
-moz-transform: translate(242px, 1210px);
transform: translate(242px, 1210px); }
.tile.tile-position-3-12 {
-webkit-transform: translate(242px, 1331px);
-moz-transform: translate(242px, 1331px);
transform: translate(242px, 1331px); }
.tile.tile-position-3-13 {
-webkit-transform: translate(242px, 1452px);
-moz-transform: translate(242px, 1452px);
transform: translate(242px, 1452px); }
.tile.tile-position-3-14 {
-webkit-transform: translate(242px, 1573px);
-moz-transform: translate(242px, 1573px);
transform: translate(242px, 1573px); }
.tile.tile-position-3-15 {
-webkit-transform: translate(242px, 1694px);
-moz-transform: translate(242px, 1694px);
transform: translate(242px, 1694px); }
.tile.tile-position-3-16 {
-webkit-transform: translate(242px, 1815px);
-moz-transform: translate(242px, 1815px);
transform: translate(242px, 1815px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-4-9 {
-webkit-transform: translate(363px, 968px);
-moz-transform: translate(363px, 968px);
transform: translate(363px, 968px); }
.tile.tile-position-4-10 {
-webkit-transform: translate(363px, 1089px);
-moz-transform: translate(363px, 1089px);
transform: translate(363px, 1089px); }
.tile.tile-position-4-11 {
-webkit-transform: translate(363px, 1210px);
-moz-transform: translate(363px, 1210px);
transform: translate(363px, 1210px); }
.tile.tile-position-4-12 {
-webkit-transform: translate(363px, 1331px);
-moz-transform: translate(363px, 1331px);
transform: translate(363px, 1331px); }
.tile.tile-position-4-13 {
-webkit-transform: translate(363px, 1452px);
-moz-transform: translate(363px, 1452px);
transform: translate(363px, 1452px); }
.tile.tile-position-4-14 {
-webkit-transform: translate(363px, 1573px);
-moz-transform: translate(363px, 1573px);
transform: translate(363px, 1573px); }
.tile.tile-position-4-15 {
-webkit-transform: translate(363px, 1694px);
-moz-transform: translate(363px, 1694px);
transform: translate(363px, 1694px); }
.tile.tile-position-4-16 {
-webkit-transform: translate(363px, 1815px);
-moz-transform: translate(363px, 1815px);
transform: translate(363px, 1815px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-5-9 {
-webkit-transform: translate(484px, 968px);
-moz-transform: translate(484px, 968px);
transform: translate(484px, 968px); }
.tile.tile-position-5-10 {
-webkit-transform: translate(484px, 1089px);
-moz-transform: translate(484px, 1089px);
transform: translate(484px, 1089px); }
.tile.tile-position-5-11 {
-webkit-transform: translate(484px, 1210px);
-moz-transform: translate(484px, 1210px);
transform: translate(484px, 1210px); }
.tile.tile-position-5-12 {
-webkit-transform: translate(484px, 1331px);
-moz-transform: translate(484px, 1331px);
transform: translate(484px, 1331px); }
.tile.tile-position-5-13 {
-webkit-transform: translate(484px, 1452px);
-moz-transform: translate(484px, 1452px);
transform: translate(484px, 1452px); }
.tile.tile-position-5-14 {
-webkit-transform: translate(484px, 1573px);
-moz-transform: translate(484px, 1573px);
transform: translate(484px, 1573px); }
.tile.tile-position-5-15 {
-webkit-transform: translate(484px, 1694px);
-moz-transform: translate(484px, 1694px);
transform: translate(484px, 1694px); }
.tile.tile-position-5-16 {
-webkit-transform: translate(484px, 1815px);
-moz-transform: translate(484px, 1815px);
transform: translate(484px, 1815px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-6-9 {
-webkit-transform: translate(605px, 968px);
-moz-transform: translate(605px, 968px);
transform: translate(605px, 968px); }
.tile.tile-position-6-10 {
-webkit-transform: translate(605px, 1089px);
-moz-transform: translate(605px, 1089px);
transform: translate(605px, 1089px); }
.tile.tile-position-6-11 {
-webkit-transform: translate(605px, 1210px);
-moz-transform: translate(605px, 1210px);
transform: translate(605px, 1210px); }
.tile.tile-position-6-12 {
-webkit-transform: translate(605px, 1331px);
-moz-transform: translate(605px, 1331px);
transform: translate(605px, 1331px); }
.tile.tile-position-6-13 {
-webkit-transform: translate(605px, 1452px);
-moz-transform: translate(605px, 1452px);
transform: translate(605px, 1452px); }
.tile.tile-position-6-14 {
-webkit-transform: translate(605px, 1573px);
-moz-transform: translate(605px, 1573px);
transform: translate(605px, 1573px); }
.tile.tile-position-6-15 {
-webkit-transform: translate(605px, 1694px);
-moz-transform: translate(605px, 1694px);
transform: translate(605px, 1694px); }
.tile.tile-position-6-16 {
-webkit-transform: translate(605px, 1815px);
-moz-transform: translate(605px, 1815px);
transform: translate(605px, 1815px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 605px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-7-9 {
-webkit-transform: translate(726px, 968px);
-moz-transform: translate(726px, 968px);
transform: translate(726px, 968px); }
.tile.tile-position-7-10 {
-webkit-transform: translate(726px, 1089px);
-moz-transform: translate(726px, 1089px);
transform: translate(726px, 1089px); }
.tile.tile-position-7-11 {
-webkit-transform: translate(726px, 1210px);
-moz-transform: translate(726px, 1210px);
transform: translate(726px, 1210px); }
.tile.tile-position-7-12 {
-webkit-transform: translate(726px, 1331px);
-moz-transform: translate(726px, 1331px);
transform: translate(726px, 1331px); }
.tile.tile-position-7-13 {
-webkit-transform: translate(726px, 1452px);
-moz-transform: translate(726px, 1452px);
transform: translate(726px, 1452px); }
.tile.tile-position-7-14 {
-webkit-transform: translate(726px, 1573px);
-moz-transform: translate(726px, 1573px);
transform: translate(726px, 1573px); }
.tile.tile-position-7-15 {
-webkit-transform: translate(726px, 1694px);
-moz-transform: translate(726px, 1694px);
transform: translate(726px, 1694px); }
.tile.tile-position-7-16 {
-webkit-transform: translate(726px, 1815px);
-moz-transform: translate(726px, 1815px);
transform: translate(726px, 1815px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(847px, 0px);
-moz-transform: translate(847px, 0px);
transform: translate(847px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(847px, 121px);
-moz-transform: translate(847px, 121px);
transform: translate(847px, 121px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(847px, 242px);
-moz-transform: translate(847px, 242px);
transform: translate(847px, 242px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(847px, 363px);
-moz-transform: translate(847px, 363px);
transform: translate(847px, 363px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(847px, 484px);
-moz-transform: translate(847px, 484px);
transform: translate(847px, 484px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(847px, 605px);
-moz-transform: translate(847px, 605px);
transform: translate(847px, 605px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(847px, 726px);
-moz-transform: translate(847px, 726px);
transform: translate(847px, 726px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(847px, 847px);
-moz-transform: translate(847px, 847px);
transform: translate(847px, 847px); }
.tile.tile-position-8-9 {
-webkit-transform: translate(847px, 968px);
-moz-transform: translate(847px, 968px);
transform: translate(847px, 968px); }
.tile.tile-position-8-10 {
-webkit-transform: translate(847px, 1089px);
-moz-transform: translate(847px, 1089px);
transform: translate(847px, 1089px); }
.tile.tile-position-8-11 {
-webkit-transform: translate(847px, 1210px);
-moz-transform: translate(847px, 1210px);
transform: translate(847px, 1210px); }
.tile.tile-position-8-12 {
-webkit-transform: translate(847px, 1331px);
-moz-transform: translate(847px, 1331px);
transform: translate(847px, 1331px); }
.tile.tile-position-8-13 {
-webkit-transform: translate(847px, 1452px);
-moz-transform: translate(847px, 1452px);
transform: translate(847px, 1452px); }
.tile.tile-position-8-14 {
-webkit-transform: translate(847px, 1573px);
-moz-transform: translate(847px, 1573px);
transform: translate(847px, 1573px); }
.tile.tile-position-8-15 {
-webkit-transform: translate(847px, 1694px);
-moz-transform: translate(847px, 1694px);
transform: translate(847px, 1694px); }
.tile.tile-position-8-16 {
-webkit-transform: translate(847px, 1815px);
-moz-transform: translate(847px, 1815px);
transform: translate(847px, 1815px); }
.tile.tile-position-9-1 {
-webkit-transform: translate(968px, 0px);
-moz-transform: translate(968px, 0px);
transform: translate(968px, 0px); }
.tile.tile-position-9-2 {
-webkit-transform: translate(968px, 121px);
-moz-transform: translate(968px, 121px);
transform: translate(968px, 121px); }
.tile.tile-position-9-3 {
-webkit-transform: translate(968px, 242px);
-moz-transform: translate(968px, 242px);
transform: translate(968px, 242px); }
.tile.tile-position-9-4 {
-webkit-transform: translate(968px, 363px);
-moz-transform: translate(968px, 363px);
transform: translate(968px, 363px); }
.tile.tile-position-9-5 {
-webkit-transform: translate(968px, 484px);
-moz-transform: translate(968px, 484px);
transform: translate(968px, 484px); }
.tile.tile-position-9-6 {
-webkit-transform: translate(968px, 605px);
-moz-transform: translate(968px, 605px);
transform: translate(968px, 605px); }
.tile.tile-position-9-7 {
-webkit-transform: translate(968px, 726px);
-moz-transform: translate(968px, 726px);
transform: translate(968px, 726px); }
.tile.tile-position-9-8 {
-webkit-transform: translate(968px, 847px);
-moz-transform: translate(968px, 847px);
transform: translate(968px, 847px); }
.tile.tile-position-9-9 {
-webkit-transform: translate(968px, 968px);
-moz-transform: translate(968px, 968px);
transform: translate(968px, 968px); }
.tile.tile-position-9-10 {
-webkit-transform: translate(968px, 1089px);
-moz-transform: translate(968px, 1089px);
transform: translate(968px, 1089px); }
.tile.tile-position-9-11 {
-webkit-transform: translate(968px, 1210px);
-moz-transform: translate(968px, 1210px);
transform: translate(968px, 1210px); }
.tile.tile-position-9-12 {
-webkit-transform: translate(968px, 1331px);
-moz-transform: translate(968px, 1331px);
transform: translate(968px, 1331px); }
.tile.tile-position-9-13 {
-webkit-transform: translate(968px, 1452px);
-moz-transform: translate(968px, 1452px);
transform: translate(968px, 1452px); }
.tile.tile-position-9-14 {
-webkit-transform: translate(968px, 1573px);
-moz-transform: translate(968px, 1573px);
transform: translate(968px, 1573px); }
.tile.tile-position-9-15 {
-webkit-transform: translate(968px, 1694px);
-moz-transform: translate(968px, 1694px);
transform: translate(968px, 1694px); }
.tile.tile-position-9-16 {
-webkit-transform: translate(968px, 1815px);
-moz-transform: translate(968px, 1815px);
transform: translate(968px, 1815px); }
.tile.tile-position-10-1 {
-webkit-transform: translate(1089px, 0px);
-moz-transform: translate(1089px, 0px);
transform: translate(1089px, 0px); }
.tile.tile-position-10-2 {
-webkit-transform: translate(1089px, 121px);
-moz-transform: translate(1089px, 121px);
transform: translate(1089px, 121px); }
.tile.tile-position-10-3 {
-webkit-transform: translate(1089px, 242px);
-moz-transform: translate(1089px, 242px);
transform: translate(1089px, 242px); }
.tile.tile-position-10-4 {
-webkit-transform: translate(1089px, 363px);
-moz-transform: translate(1089px, 363px);
transform: translate(1089px, 363px); }
.tile.tile-position-10-5 {
-webkit-transform: translate(1089px, 484px);
-moz-transform: translate(1089px, 484px);
transform: translate(1089px, 484px); }
.tile.tile-position-10-6 {
-webkit-transform: translate(1089px, 605px);
-moz-transform: translate(1089px, 605px);
transform: translate(1089px, 605px); }
.tile.tile-position-10-7 {
-webkit-transform: translate(1089px, 726px);
-moz-transform: translate(1089px, 726px);
transform: translate(1089px, 726px); }
.tile.tile-position-10-8 {
-webkit-transform: translate(1089px, 847px);
-moz-transform: translate(1089px, 847px);
transform: translate(1089px, 847px); }
.tile.tile-position-10-9 {
-webkit-transform: translate(1089px, 968px);
-moz-transform: translate(1089px, 968px);
transform: translate(1089px, 968px); }
.tile.tile-position-10-10 {
-webkit-transform: translate(1089px, 1089px);
-moz-transform: translate(1089px, 1089px);
transform: translate(1089px, 1089px); }
.tile.tile-position-10-11 {
-webkit-transform: translate(1089px, 1210px);
-moz-transform: translate(1089px, 1210px);
transform: translate(1089px, 1210px); }
.tile.tile-position-10-12 {
-webkit-transform: translate(1089px, 1331px);
-moz-transform: translate(1089px, 1331px);
transform: translate(1089px, 1331px); }
.tile.tile-position-10-13 {
-webkit-transform: translate(1089px, 1452px);
-moz-transform: translate(1089px, 1452px);
transform: translate(1089px, 1452px); }
.tile.tile-position-10-14 {
-webkit-transform: translate(1089px, 1573px);
-moz-transform: translate(1089px, 1573px);
transform: translate(1089px, 1573px); }
.tile.tile-position-10-15 {
-webkit-transform: translate(1089px, 1694px);
-moz-transform: translate(1089px, 1694px);
transform: translate(1089px, 1694px); }
.tile.tile-position-10-16 {
-webkit-transform: translate(1089px, 1815px);
-moz-transform: translate(1089px, 1815px);
transform: translate(1089px, 1815px); }
.tile.tile-position-11-1 {
-webkit-transform: translate(1210px, 0px);
-moz-transform: translate(1210px, 0px);
transform: translate(1210px, 0px); }
.tile.tile-position-11-2 {
-webkit-transform: translate(1210px, 121px);
-moz-transform: translate(1210px, 121px);
transform: translate(1210px, 121px); }
.tile.tile-position-11-3 {
-webkit-transform: translate(1210px, 242px);
-moz-transform: translate(1210px, 242px);
transform: translate(1210px, 242px); }
.tile.tile-position-11-4 {
-webkit-transform: translate(1210px, 363px);
-moz-transform: translate(1210px, 363px);
transform: translate(1210px, 363px); }
.tile.tile-position-11-5 {
-webkit-transform: translate(1210px, 484px);
-moz-transform: translate(1210px, 484px);
transform: translate(1210px, 484px); }
.tile.tile-position-11-6 {
-webkit-transform: translate(1210px, 605px);
-moz-transform: translate(1210px, 605px);
transform: translate(1210px, 605px); }
.tile.tile-position-11-7 {
-webkit-transform: translate(1210px, 726px);
-moz-transform: translate(1210px, 726px);
transform: translate(1210px, 726px); }
.tile.tile-position-11-8 {
-webkit-transform: translate(1210px, 847px);
-moz-transform: translate(1210px, 847px);
transform: translate(1210px, 847px); }
.tile.tile-position-11-9 {
-webkit-transform: translate(1210px, 968px);
-moz-transform: translate(1210px, 968px);
transform: translate(1210px, 968px); }
.tile.tile-position-11-10 {
-webkit-transform: translate(1210px, 1089px);
-moz-transform: translate(1210px, 1089px);
transform: translate(1210px, 1089px); }
.tile.tile-position-11-11 {
-webkit-transform: translate(1210px, 1210px);
-moz-transform: translate(1210px, 1210px);
transform: translate(1210px, 1210px); }
.tile.tile-position-11-12 {
-webkit-transform: translate(1210px, 1331px);
-moz-transform: translate(1210px, 1331px);
transform: translate(1210px, 1331px); }
.tile.tile-position-11-13 {
-webkit-transform: translate(1210px, 1452px);
-moz-transform: translate(1210px, 1452px);
transform: translate(1210px, 1452px); }
.tile.tile-position-11-14 {
-webkit-transform: translate(1210px, 1573px);
-moz-transform: translate(1210px, 1573px);
transform: translate(1210px, 1573px); }
.tile.tile-position-11-15 {
-webkit-transform: translate(1210px, 1694px);
-moz-transform: translate(1210px, 1694px);
transform: translate(1210px, 1694px); }
.tile.tile-position-11-16 {
-webkit-transform: translate(1210px, 1815px);
-moz-transform: translate(1210px, 1815px);
transform: translate(1210px, 1815px); }
.tile.tile-position-12-1 {
-webkit-transform: translate(1331px, 0px);
-moz-transform: translate(1331px, 0px);
transform: translate(1331px, 0px); }
.tile.tile-position-12-2 {
-webkit-transform: translate(1331px, 121px);
-moz-transform: translate(1331px, 121px);
transform: translate(1331px, 121px); }
.tile.tile-position-12-3 {
-webkit-transform: translate(1331px, 242px);
-moz-transform: translate(1331px, 242px);
transform: translate(1331px, 242px); }
.tile.tile-position-12-4 {
-webkit-transform: translate(1331px, 363px);
-moz-transform: translate(1331px, 363px);
transform: translate(1331px, 363px); }
.tile.tile-position-12-5 {
-webkit-transform: translate(1331px, 484px);
-moz-transform: translate(1331px, 484px);
transform: translate(1331px, 484px); }
.tile.tile-position-12-6 {
-webkit-transform: translate(1331px, 605px);
-moz-transform: translate(1331px, 605px);
transform: translate(1331px, 605px); }
.tile.tile-position-12-7 {
-webkit-transform: translate(1331px, 726px);
-moz-transform: translate(1331px, 726px);
transform: translate(1331px, 726px); }
.tile.tile-position-12-8 {
-webkit-transform: translate(1331px, 847px);
-moz-transform: translate(1331px, 847px);
transform: translate(1331px, 847px); }
.tile.tile-position-12-9 {
-webkit-transform: translate(1331px, 968px);
-moz-transform: translate(1331px, 968px);
transform: translate(1331px, 968px); }
.tile.tile-position-12-10 {
-webkit-transform: translate(1331px, 1089px);
-moz-transform: translate(1331px, 1089px);
transform: translate(1331px, 1089px); }
.tile.tile-position-12-11 {
-webkit-transform: translate(1331px, 1210px);
-moz-transform: translate(1331px, 1210px);
transform: translate(1331px, 1210px); }
.tile.tile-position-12-12 {
-webkit-transform: translate(1331px, 1331px);
-moz-transform: translate(1331px, 1331px);
transform: translate(1331px, 1331px); }
.tile.tile-position-12-13 {
-webkit-transform: translate(1331px, 1452px);
-moz-transform: translate(1331px, 1452px);
transform: translate(1331px, 1452px); }
.tile.tile-position-12-14 {
-webkit-transform: translate(1331px, 1573px);
-moz-transform: translate(1331px, 1573px);
transform: translate(1331px, 1573px); }
.tile.tile-position-12-15 {
-webkit-transform: translate(1331px, 1694px);
-moz-transform: translate(1331px, 1694px);
transform: translate(1331px, 1694px); }
.tile.tile-position-12-16 {
-webkit-transform: translate(1331px, 1815px);
-moz-transform: translate(1331px, 1815px);
transform: translate(1331px, 1815px); }
.tile.tile-position-13-1 {
-webkit-transform: translate(1452px, 0px);
-moz-transform: translate(1452px, 0px);
transform: translate(1452px, 0px); }
.tile.tile-position-13-2 {
-webkit-transform: translate(1452px, 121px);
-moz-transform: translate(1452px, 121px);
transform: translate(1452px, 121px); }
.tile.tile-position-13-3 {
-webkit-transform: translate(1452px, 242px);
-moz-transform: translate(1452px, 242px);
transform: translate(1452px, 242px); }
.tile.tile-position-13-4 {
-webkit-transform: translate(1452px, 363px);
-moz-transform: translate(1452px, 363px);
transform: translate(1452px, 363px); }
.tile.tile-position-13-5 {
-webkit-transform: translate(1452px, 484px);
-moz-transform: translate(1452px, 484px);
transform: translate(1452px, 484px); }
.tile.tile-position-13-6 {
-webkit-transform: translate(1452px, 605px);
-moz-transform: translate(1452px, 605px);
transform: translate(1452px, 605px); }
.tile.tile-position-13-7 {
-webkit-transform: translate(1452px, 726px);
-moz-transform: translate(1452px, 726px);
transform: translate(1452px, 726px); }
.tile.tile-position-13-8 {
-webkit-transform: translate(1452px, 847px);
-moz-transform: translate(1452px, 847px);
transform: translate(1452px, 847px); }
.tile.tile-position-13-9 {
-webkit-transform: translate(1452px, 968px);
-moz-transform: translate(1452px, 968px);
transform: translate(1452px, 968px); }
.tile.tile-position-13-10 {
-webkit-transform: translate(1452px, 1089px);
-moz-transform: translate(1452px, 1089px);
transform: translate(1452px, 1089px); }
.tile.tile-position-13-11 {
-webkit-transform: translate(1452px, 1210px);
-moz-transform: translate(1452px, 1210px);
transform: translate(1452px, 1210px); }
.tile.tile-position-13-12 {
-webkit-transform: translate(1452px, 1331px);
-moz-transform: translate(1452px, 1331px);
transform: translate(1452px, 1331px); }
.tile.tile-position-13-13 {
-webkit-transform: translate(1452px, 1452px);
-moz-transform: translate(1452px, 1452px);
transform: translate(1452px, 1452px); }
.tile.tile-position-13-14 {
-webkit-transform: translate(1452px, 1573px);
-moz-transform: translate(1452px, 1573px);
transform: translate(1452px, 1573px); }
.tile.tile-position-13-15 {
-webkit-transform: translate(1452px, 1694px);
-moz-transform: translate(1452px, 1694px);
transform: translate(1452px, 1694px); }
.tile.tile-position-13-16 {
-webkit-transform: translate(1452px, 1815px);
-moz-transform: translate(1452px, 1815px);
transform: translate(1452px, 1815px); }
.tile.tile-position-14-1 {
-webkit-transform: translate(1573px, 0px);
-moz-transform: translate(1573px, 0px);
transform: translate(1573px, 0px); }
.tile.tile-position-14-2 {
-webkit-transform: translate(1573px, 121px);
-moz-transform: translate(1573px, 121px);
transform: translate(1573px, 121px); }
.tile.tile-position-14-3 {
-webkit-transform: translate(1573px, 242px);
-moz-transform: translate(1573px, 242px);
transform: translate(1573px, 242px); }
.tile.tile-position-14-4 {
-webkit-transform: translate(1573px, 363px);
-moz-transform: translate(1573px, 363px);
transform: translate(1573px, 363px); }
.tile.tile-position-14-5 {
-webkit-transform: translate(1573px, 484px);
-moz-transform: translate(1573px, 484px);
transform: translate(1573px, 484px); }
.tile.tile-position-14-6 {
-webkit-transform: translate(1573px, 605px);
-moz-transform: translate(1573px, 605px);
transform: translate(1573px, 605px); }
.tile.tile-position-14-7 {
-webkit-transform: translate(1573px, 726px);
-moz-transform: translate(1573px, 726px);
transform: translate(1573px, 726px); }
.tile.tile-position-14-8 {
-webkit-transform: translate(1573px, 847px);
-moz-transform: translate(1573px, 847px);
transform: translate(1573px, 847px); }
.tile.tile-position-14-9 {
-webkit-transform: translate(1573px, 968px);
-moz-transform: translate(1573px, 968px);
transform: translate(1573px, 968px); }
.tile.tile-position-14-10 {
-webkit-transform: translate(1573px, 1089px);
-moz-transform: translate(1573px, 1089px);
transform: translate(1573px, 1089px); }
.tile.tile-position-14-11 {
-webkit-transform: translate(1573px, 1210px);
-moz-transform: translate(1573px, 1210px);
transform: translate(1573px, 1210px); }
.tile.tile-position-14-12 {
-webkit-transform: translate(1573px, 1331px);
-moz-transform: translate(1573px, 1331px);
transform: translate(1573px, 1331px); }
.tile.tile-position-14-13 {
-webkit-transform: translate(1573px, 1452px);
-moz-transform: translate(1573px, 1452px);
transform: translate(1573px, 1452px); }
.tile.tile-position-14-14 {
-webkit-transform: translate(1573px, 1573px);
-moz-transform: translate(1573px, 1573px);
transform: translate(1573px, 1573px); }
.tile.tile-position-14-15 {
-webkit-transform: translate(1573px, 1694px);
-moz-transform: translate(1573px, 1694px);
transform: translate(1573px, 1694px); }
.tile.tile-position-14-16 {
-webkit-transform: translate(1573px, 1815px);
-moz-transform: translate(1573px, 1815px);
transform: translate(1573px, 1815px); }
.tile.tile-position-15-1 {
-webkit-transform: translate(1694px, 0px);
-moz-transform: translate(1694px, 0px);
transform: translate(1694px, 0px); }
.tile.tile-position-15-2 {
-webkit-transform: translate(1694px, 121px);
-moz-transform: translate(1694px, 121px);
transform: translate(1694px, 121px); }
.tile.tile-position-15-3 {
-webkit-transform: translate(1694px, 242px);
-moz-transform: translate(1694px, 242px);
transform: translate(1694px, 242px); }
.tile.tile-position-15-4 {
-webkit-transform: translate(1694px, 363px);
-moz-transform: translate(1694px, 363px);
transform: translate(1694px, 363px); }
.tile.tile-position-15-5 {
-webkit-transform: translate(1694px, 484px);
-moz-transform: translate(1694px, 484px);
transform: translate(1694px, 484px); }
.tile.tile-position-15-6 {
-webkit-transform: translate(1694px, 605px);
-moz-transform: translate(1694px, 605px);
transform: translate(1694px, 605px); }
.tile.tile-position-15-7 {
-webkit-transform: translate(1694px, 726px);
-moz-transform: translate(1694px, 726px);
transform: translate(1694px, 726px); }
.tile.tile-position-15-8 {
-webkit-transform: translate(1694px, 847px);
-moz-transform: translate(1694px, 847px);
transform: translate(1694px, 847px); }
.tile.tile-position-15-9 {
-webkit-transform: translate(1694px, 968px);
-moz-transform: translate(1694px, 968px);
transform: translate(1694px, 968px); }
.tile.tile-position-15-10 {
-webkit-transform: translate(1694px, 1089px);
-moz-transform: translate(1694px, 1089px);
transform: translate(1694px, 1089px); }
.tile.tile-position-15-11 {
-webkit-transform: translate(1694px, 1210px);
-moz-transform: translate(1694px, 1210px);
transform: translate(1694px, 1210px); }
.tile.tile-position-15-12 {
-webkit-transform: translate(1694px, 1331px);
-moz-transform: translate(1694px, 1331px);
transform: translate(1694px, 1331px); }
.tile.tile-position-15-13 {
-webkit-transform: translate(1694px, 1452px);
-moz-transform: translate(1694px, 1452px);
transform: translate(1694px, 1452px); }
.tile.tile-position-15-14 {
-webkit-transform: translate(1694px, 1573px);
-moz-transform: translate(1694px, 1573px);
transform: translate(1694px, 1573px); }
.tile.tile-position-15-15 {
-webkit-transform: translate(1694px, 1694px);
-moz-transform: translate(1694px, 1694px);
transform: translate(1694px, 1694px); }
.tile.tile-position-15-16 {
-webkit-transform: translate(1694px, 1815px);
-moz-transform: translate(1694px, 1815px);
transform: translate(1694px, 1815px); }
.tile.tile-position-16-1 {
-webkit-transform: translate(1815px, 0px);
-moz-transform: translate(1815px, 0px);
transform: translate(1815px, 0px); }
.tile.tile-position-16-2 {
-webkit-transform: translate(1815px, 121px);
-moz-transform: translate(1815px, 121px);
transform: translate(1815px, 121px); }
.tile.tile-position-16-3 {
-webkit-transform: translate(1815px, 242px);
-moz-transform: translate(1815px, 242px);
transform: translate(1815px, 242px); }
.tile.tile-position-16-4 {
-webkit-transform: translate(1815px, 363px);
-moz-transform: translate(1815px, 363px);
transform: translate(1815px, 363px); }
.tile.tile-position-16-5 {
-webkit-transform: translate(1815px, 484px);
-moz-transform: translate(1815px, 484px);
transform: translate(1815px, 484px); }
.tile.tile-position-16-6 {
-webkit-transform: translate(1815px, 605px);
-moz-transform: translate(1815px, 605px);
transform: translate(1815px, 605px); }
.tile.tile-position-16-7 {
-webkit-transform: translate(1815px, 726px);
-moz-transform: translate(1815px, 726px);
transform: translate(1815px, 726px); }
.tile.tile-position-16-8 {
-webkit-transform: translate(1815px, 847px);
-moz-transform: translate(1815px, 847px);
transform: translate(1815px, 847px); }
.tile.tile-position-16-9 {
-webkit-transform: translate(1815px, 968px);
-moz-transform: translate(1815px, 968px);
transform: translate(1815px, 968px); }
.tile.tile-position-16-10 {
-webkit-transform: translate(1815px, 1089px);
-moz-transform: translate(1815px, 1089px);
transform: translate(1815px, 1089px); }
.tile.tile-position-16-11 {
-webkit-transform: translate(1815px, 1210px);
-moz-transform: translate(1815px, 1210px);
transform: translate(1815px, 1210px); }
.tile.tile-position-16-12 {
-webkit-transform: translate(1815px, 1331px);
-moz-transform: translate(1815px, 1331px);
transform: translate(1815px, 1331px); }
.tile.tile-position-16-13 {
-webkit-transform: translate(1815px, 1452px);
-moz-transform: translate(1815px, 1452px);
transform: translate(1815px, 1452px); }
.tile.tile-position-16-14 {
-webkit-transform: translate(1815px, 1573px);
-moz-transform: translate(1815px, 1573px);
transform: translate(1815px, 1573px); }
.tile.tile-position-16-15 {
-webkit-transform: translate(1815px, 1694px);
-moz-transform: translate(1815px, 1694px);
transform: translate(1815px, 1694px); }
.tile.tile-position-16-16 {
-webkit-transform: translate(1815px, 1815px);
-moz-transform: translate(1815px, 1815px);
transform: translate(1815px, 1815px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 726px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 847px);
transform: translate(0px, 847px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 605px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(847px, 0px);
-moz-transform: translate(847px, 0px);
transform: translate(847px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(847px, 121px);
-moz-transform: translate(847px, 121px);
transform: translate(847px, 121px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(847px, 242px);
-moz-transform: translate(847px, 242px);
transform: translate(847px, 242px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(847px, 363px);
-moz-transform: translate(847px, 363px);
transform: translate(847px, 363px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(847px, 484px);
-moz-transform: translate(847px, 484px);
transform: translate(847px, 484px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(847px, 605px);
-moz-transform: translate(847px, 605px);
transform: translate(847px, 605px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(847px, 726px);
-moz-transform: translate(847px, 726px);
transform: translate(847px, 726px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(847px, 847px);
-moz-transform: translate(847px, 847px);
transform: translate(847px, 847px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 726px);
-moz-transform: translate(0px, 726px);
transform: translate(0px, 726px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 847px);
-moz-transform: translate(0px, 847px);
transform: translate(0px, 847px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(121px, 726px);
-moz-transform: translate(121px, 726px);
transform: translate(121px, 726px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(121px, 847px);
-moz-transform: translate(121px, 847px);
transform: translate(121px, 847px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(242px, 726px);
-moz-transform: translate(242px, 726px);
transform: translate(242px, 726px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(242px, 847px);
-moz-transform: translate(242px, 847px);
transform: translate(242px, 847px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(363px, 726px);
-moz-transform: translate(363px, 726px);
transform: translate(363px, 726px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(363px, 847px);
-moz-transform: translate(363px, 847px);
transform: translate(363px, 847px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484px, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(484px, 726px);
-moz-transform: translate(484px, 726px);
transform: translate(484px, 726px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(484px, 847px);
-moz-transform: translate(484px, 847px);
transform: translate(484px, 847px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605px, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(605px, 726px);
-moz-transform: translate(605px, 726px);
transform: translate(605px, 726px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(605px, 847px);
-moz-transform: translate(605px, 847px);
transform: translate(605px, 847px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(726px, 0px);
-moz-transform: translate(726px, 0px);
transform: translate(726px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(726px, 121px);
-moz-transform: translate(726px, 121px);
transform: translate(726px, 121px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(726px, 242px);
-moz-transform: translate(726px, 242px);
transform: translate(726px, 242px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(726px, 363px);
-moz-transform: translate(726px, 363px);
transform: translate(726px, 363px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(726px, 484px);
-moz-transform: translate(726px, 484px);
transform: translate(726px, 484px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(726px, 605px);
-moz-transform: translate(726px, 605px);
transform: translate(726px, 605px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(726px, 726px);
-moz-transform: translate(726px, 726px);
transform: translate(726px, 726px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(726px, 847px);
-moz-transform: translate(726px, 847px);
transform: translate(726px, 847px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(847px, 0px);
-moz-transform: translate(847px, 0px);
transform: translate(847px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(847px, 121px);
-moz-transform: translate(847px, 121px);
transform: translate(847px, 121px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(847px, 242px);
-moz-transform: translate(847px, 242px);
transform: translate(847px, 242px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(847px, 363px);
-moz-transform: translate(847px, 363px);
transform: translate(847px, 363px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(847px, 484px);
-moz-transform: translate(847px, 484px);
transform: translate(847px, 484px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(847px, 605px);
-moz-transform: translate(847px, 605px);
transform: translate(847px, 605px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(847px, 726px);
-moz-transform: translate(847px, 726px);
transform: translate(847px, 726px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(847px, 847px);
-moz-transform: translate(847px, 847px);
transform: translate(847px, 847px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 484px);
-moz-transform: translate(0px, 484px);
transform: translate(0px, 484px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 605px);
-moz-transform: translate(0px, 605px);
transform: translate(0px, 605px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(121px, 484px);
-moz-transform: translate(121px, 484px);
transform: translate(121px, 484px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(121px, 605px);
-moz-transform: translate(121px, 605px);
transform: translate(121px, 605px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(242px, 484px);
-moz-transform: translate(242px, 484px);
transform: translate(242px, 484px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(242px, 605px);
-moz-transform: translate(242px, 605px);
transform: translate(242px, 605px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(363px, 484px);
-moz-transform: translate(363px, 484px);
transform: translate(363px, 484px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(363px, 605px);
-moz-transform: translate(363px, 605px);
transform: translate(363px, 605px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(484x, 0px);
-moz-transform: translate(484px, 0px);
transform: translate(484px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(484px, 121px);
-moz-transform: translate(484px, 121px);
transform: translate(484px, 121px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(484px, 242px);
-moz-transform: translate(484px, 242px);
transform: translate(484px, 242px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(484px, 363px);
-moz-transform: translate(484px, 363px);
transform: translate(484px, 363px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(484px, 484px);
-moz-transform: translate(484px, 484px);
transform: translate(484px, 484px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(484px, 605px);
-moz-transform: translate(484px, 605px);
transform: translate(484px, 605px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(605x, 0px);
-moz-transform: translate(605px, 0px);
transform: translate(605px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(605px, 121px);
-moz-transform: translate(605px, 121px);
transform: translate(605px, 121px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(605px, 242px);
-moz-transform: translate(605px, 242px);
transform: translate(605px, 242px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(605px, 363px);
-moz-transform: translate(605px, 363px);
transform: translate(605px, 363px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(605px, 484px);
-moz-transform: translate(605px, 484px);
transform: translate(605px, 484px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(605px, 605px);
-moz-transform: translate(605px, 605px);
transform: translate(605px, 605px); }
.tile {
position: absolute;
-webkit-transition: 100ms ease-in-out;
-moz-transition: 100ms ease-in-out;
transition: 100ms ease-in-out;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform; }
.tile .tile-inner {
border-radius: 3px;
background: #eee4da;
text-align: center;
font-weight: bold;
z-index: 10;
font-size: 55px; }
/* <NAME>
2048 Color Scheme */
/* Note that every number in this list has been grouped to their various sequences */
/* Main Tiles */
.tile.tile-0 .tile-inner {
color: #f9f2f2;
background: #3d3d3d; }
.tile.tile-Infinity .tile-inner {
color: black;
background: white;
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-Infinity .tile-inner {
font-size: 10px; } }
.tile.tile-super .tile-inner {
color: white;
background: black;
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-super .tile-inner {
font-size: 10px; } }
.tile.tile-1 .tile-inner {
background: #eee4da; }
.tile.tile-2 .tile-inner {
background: #ede0c8;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-4 .tile-inner {
background: #f0d7aa;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-8 .tile-inner {
color: #f9f2f2;
background: #f2b179; }
.tile.tile-16 .tile-inner {
color: #f9f2f2;
background: #f59563; }
.tile.tile-32 .tile-inner {
color: #f9f2f2;
background: #f67c5f; }
.tile.tile-64 .tile-inner {
color: #f9f2f2;
background: #f65e3b; }
.tile.tile-128 .tile-inner {
color: #f9f2f2;
background: #ed7171;
box-shadow: 0 0 30px 10px rgba(237, 113, 113, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 25px; } }
.tile.tile-256 .tile-inner {
color: #f9f2f2;
background: #ed8661;
box-shadow: 0 0 30px 10px rgba(237, 134, 97, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 25px; } }
.tile.tile-512 .tile-inner {
color: #f9f2f2;
background: #ed954f;
box-shadow: 0 0 30px 10px rgba(237, 149, 79, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-512 .tile-inner {
font-size: 25px; } }
.tile.tile-1024 .tile-inner {
color: #f9f2f2;
background: #eda93f;
box-shadow: 0 0 30px 10px rgba(237, 169, 63, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1024 .tile-inner {
font-size: 15px; } }
.tile.tile-2048 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2048 .tile-inner {
font-size: 15px; } }
.tile.tile-4096 .tile-inner {
color: #f9f2f2;
background: #edc44f;
box-shadow: 0 0 30px 10px rgba(237, 196, 79, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-4096 .tile-inner {
font-size: 15px; } }
.tile.tile-8192 .tile-inner {
color: #f9f2f2;
background: #edc77f;
box-shadow: 0 0 30px 10px rgba(237, 199, 127, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-8192 .tile-inner {
font-size: 15px; } }
.tile.tile-16384 .tile-inner {
color: #f9f2f2;
background: #edc1a6;
box-shadow: 0 0 30px 10px rgba(237, 193, 166, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-16384 .tile-inner {
font-size: 12px; } }
.tile.tile-32768 .tile-inner {
color: #f9f2f2;
background: #f2a599;
box-shadow: 0 0 30px 10px rgba(242, 165, 163, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-32768 .tile-inner {
font-size: 12px; } }
.tile.tile-65536 .tile-inner {
color: #f9f2f2;
background: #ffa6a9;
box-shadow: 0 0 30px 10px rgba(255, 166, 169, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-65536 .tile-inner {
font-size: 12px; } }
.tile.tile-131072 .tile-inner {
color: #f9f2f2;
background: #ff3000;
box-shadow: 0 0 30px 10px rgba(255, 64, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-131072 .tile-inner {
font-size: 10px; } }
.tile.tile-262144 .tile-inner {
color: #f9f2f2;
background: #f27511;
box-shadow: 0 0 30px 10px rgba(250, 128, 50, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-262144 .tile-inner {
font-size: 10px; } }
.tile.tile-524288 .tile-inner {
color: #f9f2f2;
background: #efa020;
box-shadow: 0 0 30px 10px rgba(239, 160, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-524288 .tile-inner {
font-size: 10px; } }
.tile.tile-1048576 .tile-inner {
color: #f9f2f2;
background: #d1a153;
box-shadow: 0 0 30px 10px rgba(209, 161, 83, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1048576 .tile-inner {
font-size: 8px; } }
.tile.tile-2097152 .tile-inner {
color: #f9f2f2;
background: #bf9f7f;
box-shadow: 0 0 30px 10px rgba(191, 159, 127, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-2097152 .tile-inner {
font-size: 8px; } }
.tile.tile-4194304 .tile-inner {
color: #f9f2f2;
background: #77a136;
box-shadow: 0 0 30px 10px rgba(119, 161, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-4194304 .tile-inner {
font-size: 8px; } }
.tile.tile-8388608 .tile-inner {
color: #f9f2f2;
background: #2db388;
box-shadow: 0 0 30px 10px rgba(45, 179, 136, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-8388608 .tile-inner {
font-size: 8px; } }
.tile.tile-16777216 .tile-inner {
color: #f9f2f2;
background: #2d83b3;
box-shadow: 0 0 30px 10px rgba(45, 131, 179, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-16777216 .tile-inner {
font-size: 7px; } }
.tile.tile-33554432 .tile-inner {
color: #f9f2f2;
background: #ffafaf;
box-shadow: 0 0 30px 10px rgba(255, 175, 175, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-33554432 .tile-inner {
font-size: 7px; } }
.tile.tile-67108864 .tile-inner {
color: #f9f2f2;
background: #ff5f5f;
box-shadow: 0 0 30px 10px rgba(255, 95, 95, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-67108864 .tile-inner {
font-size: 7px; } }
.tile.tile-134217728 .tile-inner {
color: #f9f2f2;
background: #ff0000;
box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-134217728 .tile-inner {
font-size: 7px; } }
.tile.tile-268435456 .tile-inner {
color: #f9f2f2;
background: #ff4500;
box-shadow: 0 0 30px 10px rgba(255, 69, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-268435456 .tile-inner {
font-size: 7px; } }
.tile.tile-536870912 .tile-inner {
color: #f9f2f2;
background: #ff8c00;
box-shadow: 0 0 30px 10px rgba(255, 140, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-536870912 .tile-inner {
font-size: 7px; } }
.tile.tile-1073741824 .tile-inner {
color: #f9f2f2;
background: #ffa500;
box-shadow: 0 0 30px 10px rgba(255, 165, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1073741824 .tile-inner {
font-size: 7px; } }
.tile.tile-2147483648 .tile-inner {
color: #f9f2f2;
background: #f79f2a;
box-shadow: 0 0 30px 10px rgba(247, 159, 42, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-2147483648 .tile-inner {
font-size: 7px; } }
.tile.tile-4294967296 .tile-inner {
color: #f9f2f2;
background: #ff7f3f;
box-shadow: 0 0 30px 10px rgba(255, 127, 63, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-4294967296 .tile-inner {
font-size: 7px; } }
.tile.tile-8589934592 .tile-inner {
color: #f9f9f2;
background: #ff9f3f;
box-shadow: 0 0 30px 10px rgba(255, 159, 63, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-8589934592 .tile-inner {
font-size: 7px; } }
.tile.tile-17179869184 .tile-inner {
color: #f9f9f2;
background: #d5d514;
box-shadow: 0 0 30px 10px rgba(213, 213, 20, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-17179869184 .tile-inner {
font-size: 7px; } }
.tile.tile-34359738368 .tile-inner {
color: #f9f2f2;
background: #cccc00;
box-shadow: 0 0 30px 10px rgba(204, 204, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-34359738368 .tile-inner {
font-size: 7px; } }
.tile.tile-68719476736 .tile-inner {
color: #f9f2f2;
background: #cc9900;
box-shadow: 0 0 30px 10px rgba(204, 153, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-68719476736 .tile-inner {
font-size: 7px; } }
.tile.tile-137438953472 .tile-inner {
color: #f9f2f2;
background: #7c7c40;
box-shadow: 0 0 30px 10px rgba(124, 124, 64, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-137438953472 .tile-inner {
font-size: 7px; } }
.tile.tile-274877906944 .tile-inner {
color: #f9f2f2;
background: #407c57;
box-shadow: 0 0 30px 10px rgba(64, 124, 87, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-274877906944 .tile-inner {
font-size: 7px; } }
.tile.tile-549755813888 .tile-inner {
color: #f9f2f2;
background: #40577c;
box-shadow: 0 0 30px 10px rgba(64, 87, 124, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-549755813888 .tile-inner {
font-size: 7px; } }
.tile.tile-1099511627776 .tile-inner {
color: #fffeff;
background: #57407c;
box-shadow: 0 0 30px 10px rgba(87, 64, 124, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-1099511627776 .tile-inner {
font-size: 6px; } }
.tile.tile-2199023255552 .tile-inner {
color: #fffeff;
background: #506C8F;
box-shadow: 0 0 30px 10px rgba(80, 108, 143, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-2199023255552 .tile-inner {
font-size: 6px; } }
.tile.tile-4398046511104 .tile-inner {
color: #fffeff;
background: #00b1a0;
box-shadow: 0 0 30px 10px rgba(0, 177, 160, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-4398046511104 .tile-inner {
font-size: 6px; } }
.tile.tile-8796093022208 .tile-inner {
color: #fffeff;
background: #087074;
box-shadow: 0 0 30px 10px rgba(8, 112, 116, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-8796093022208 .tile-inner {
font-size: 6px; } }
.tile.tile-17592186044416 .tile-inner {
color: #fffeff;
background: #ed5471;
box-shadow: 0 0 30px 10px rgba(237, 84, 113, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-17592186044416 .tile-inner {
font-size: 5px; } }
.tile.tile-35184372088832 .tile-inner {
color: #fffeff;
background: #d23769;
box-shadow: 0 0 30px 10px rgba(210, 55, 105, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-35184372088832 .tile-inner {
font-size: 5px; } }
.tile.tile-70368744177664 .tile-inner {
color: #fffeff;
background: #b11562;
box-shadow: 0 0 30px 10px rgba(177, 21, 98, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-70368744177664 .tile-inner {
font-size: 5px; } }
.tile.tile-140737488355328 .tile-inner {
color: #fffeff;
background: #ffb33c;
box-shadow: 0 0 30px 10px rgba(255, 179, 60, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-140737488355328 .tile-inner {
font-size: 5px; } }
.tile.tile-281474976710656 .tile-inner {
color: #fffeff;
background: #f68731;
box-shadow: 0 0 30px 10px rgba(246, 135, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-281474976710656 .tile-inner {
font-size: 5px; } }
.tile.tile-562949953421312 .tile-inner {
color: #fffeff;
background: #e85938;
box-shadow: 0 0 30px 10px rgba(232, 89, 56, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-562949953421312 .tile-inner {
font-size: 5px; } }
.tile.tile-1125899906842624 .tile-inner {
color: #f9f2f2;
background: #e83838;
box-shadow: 0 0 30px 10px rgba(232, 56, 56, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-1125899906842624 .tile-inner {
font-size: 5px; } }
.tile.tile-2251799813685248 .tile-inner {
color: #f9f2f2;
background: #e83800;
box-shadow: 0 0 30px 10px rgba(232, 56, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-2251799813685248 .tile-inner {
font-size: 5px; } }
.tile.tile-4503599627370496 .tile-inner {
color: #f9f2f2;
background: #e80000;
box-shadow: 0 0 30px 10px rgba(232, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-4503599627370496 .tile-inner {
font-size: 5px; } }
.tile.tile-9007199254740992 .tile-inner {
color: #f9f2f2;
background: #990000;
box-shadow: 0 0 30px 10px rgba(153, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-9007199254740992 .tile-inner {
font-size: 5px; } }
.tile.tile-18014398509481984 .tile-inner {
color: #f9f2f2;
background: #2e0000;
box-shadow: 0 0 30px 10px rgba(46, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-18014398509481984 .tile-inner {
font-size: 4px; } }
.tile.tile-36028797018963970 .tile-inner {
color: #f9f2f2;
background: #000000;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-36028797018963970 .tile-inner {
font-size: 4px; } }
.tile.tile-72057594037927940 .tile-inner {
color: #f9f2f2;
background: #120d0c;
box-shadow: 0 0 30px 10px rgba(18, 13, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-72057594037927940 .tile-inner {
font-size: 4px; } }
.tile.tile-144115188075855870 .tile-inner {
color: #f9f2f2;
background: #261612;
box-shadow: 0 0 30px 10px rgba(38, 22, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-144115188075855870 .tile-inner {
font-size: 4px; } }
.tile.tile-288230376151711740 .tile-inner {
color: #f9f2f2;
background: #402b26;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-288230376151711740 .tile-inner {
font-size: 4px; } }
.tile.tile-576460752303423500 .tile-inner {
color: #f9f2f2;
background: #b95b2c;
box-shadow: 0 0 30px 10px rgba(185, 91, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-576460752303423500 .tile-inner {
font-size: 4px; } }
.tile.tile-1152921504606847000 .tile-inner {
color: #f9f2f2;
background: #553730;
box-shadow: 0 0 30px 10px rgba(85, 55, 48, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1152921504606847000 .tile-inner {
font-size: 3px; } }
.tile.tile-2305843009213694000 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-2305843009213694000 .tile-inner {
font-size: 3px; } }
.tile.tile-4611686018427388000 .tile-inner {
color: #f9f2f2;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-4611686018427388000 .tile-inner {
font-size: 3px; } }
.tile.tile-9223372036854776000 .tile-inner {
color: #f9f2f2;
background: #8b4331;
box-shadow: 0 0 30px 10px rgba(139, 67, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-9223372036854776000 .tile-inner {
font-size: 3px; } }
.tile.tile-18446744073709552000 .tile-inner {
color: #f9f2f2;
background: #b54d35;
box-shadow: 0 0 30px 10px rgba(181, 77, 53, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile-18446744073709552000 .tile-inner {
font-size: 2px; } }
.tile.tile-36893488147419103000 .tile-inner {
color: #f9f2f2;
background: #c34a2f;
box-shadow: 0 0 30px 10px rgba(195, 74, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile-36893488147419103000 .tile-inner {
font-size: 2px; } }
.tile.tile-73786976294838210000 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile-73786976294838210000 .tile-inner {
font-size: 2px; } }
.tile.tile-147573952589676410000 .tile-inner {
color: #f9f2f2;
background: #D9411F;
box-shadow: 0 0 30px 10px rgba(217, 65, 31, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile-147573952589676410000 .tile-inner {
font-size: 1px; } }
.tile.tile-295147905179352830000 .tile-inner {
color: #f9f2f2;
background: #E7502D;
box-shadow: 0 0 30px 10px rgba(231, 80, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile-295147905179352830000 .tile-inner {
font-size: 1px; } }
.tile.tile-590295810358705700000 .tile-inner {
color: #f9f2f2;
background: #F45C39;
box-shadow: 0 0 30px 10px rgba(244, 92, 57, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile-590295810358705700000 .tile-inner {
font-size: 1px; } }
/* Fibonacci Sequence */
.tile.tile-5 .tile-inner {
background: #efc098;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-13 .tile-inner {
color: #f9f2f2;
background: #f3a872; }
.tile.tile-21 .tile-inner {
color: #f9f2f2;
background: #f4a163; }
.tile.tile-34 .tile-inner {
color: #f9f2f2;
background: #f59563; }
.tile.tile-55 .tile-inner {
color: #f9f2f2;
background: #f68c60; }
.tile.tile-89 .tile-inner {
color: #f9f2f2;
background: #f67c5f; }
.tile.tile-144 .tile-inner {
color: #f9f2f2;
background: #f66e4b;
box-shadow: 0 0 30px 10px rgba(246, 110, 75, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-144 .tile-inner {
font-size: 25px; } }
.tile.tile-233 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-233 .tile-inner {
font-size: 25px; } }
.tile.tile-377 .tile-inner {
color: #f9f2f2;
background: #ef9f92;
box-shadow: 0 0 30px 10px rgba(239, 159, 146, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-377 .tile-inner {
font-size: 25px; } }
.tile.tile-610 .tile-inner {
color: #f9f2f2;
background: #edcf72;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-610 .tile-inner {
font-size: 25px; } }
.tile.tile-987 .tile-inner {
color: #f9f2f2;
background: #edce67;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-987 .tile-inner {
font-size: 25px; } }
.tile.tile-1597 .tile-inner {
color: #f9f2f2;
background: #edcc61;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-1597 .tile-inner {
font-size: 25px; } }
.tile.tile-2584 .tile-inner {
color: #f9f2f2;
background: #edca55;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-2584 .tile-inner {
font-size: 25px; } }
.tile.tile-4181 .tile-inner {
color: #f9f2f2;
background: #edc850;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-4181 .tile-inner {
font-size: 25px; } }
.tile.tile-6765 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-6765 .tile-inner {
font-size: 25px; } }
.tile.tile-10946 .tile-inner {
color: #f9f2f2;
background: #edbc0c;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1597 .tile-inner {
font-size: 15px; } }
.tile.tile-17711 .tile-inner {
color: #f9f2f2;
background: #edb5ea;
box-shadow: 0 0 30px 10px rgba(237, 181, 234, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1597 .tile-inner {
font-size: 15px; } }
.tile.tile-28657 .tile-inner {
color: #f9f2f2;
background: #edafc8;
box-shadow: 0 0 30px 10px rgba(237, 175, 200, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-28657 .tile-inner {
font-size: 12px; } }
.tile.tile-46368 .tile-inner {
color: #f9f2f2;
background: #eda9a6;
box-shadow: 0 0 30px 10px rgba(237, 169, 166, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-46368 .tile-inner {
font-size: 12px; } }
.tile.tile-75025 .tile-inner {
color: #f9f2f2;
background: #eda384;
box-shadow: 0 0 30px 10px rgba(237, 163, 132, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-75025 .tile-inner {
font-size: 12px; } }
.tile.tile-121393 .tile-inner {
color: #f9f2f2;
background: #9ddb31;
box-shadow: 0 0 30px 10px rgba(157, 219, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-121393 .tile-inner {
font-size: 10px; } }
.tile.tile-196418 .tile-inner {
color: #f9f2f2;
background: #8ADB26;
box-shadow: 0 0 30px 10px rgba(138, 219, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-196418 .tile-inner {
font-size: 10px; } }
.tile.tile-317811 .tile-inner {
color: #f9f2f2;
background: #77db1c;
box-shadow: 0 0 30px 10px rgba(119, 219, 28, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-317811 .tile-inner {
font-size: 10px; } }
.tile.tile-514229 .tile-inner {
color: #f9f2f2;
background: #72E425;
box-shadow: 0 0 30px 10px rgba(114, 228, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-514229 .tile-inner {
font-size: 10px; } }
.tile.tile-832040 .tile-inner {
color: #f9f2f2;
background: #6EED2E;
box-shadow: 0 0 30px 10px rgba(110, 237, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-832040 .tile-inner {
font-size: 10px; } }
.tile.tile-1346269 .tile-inner {
color: #f9f2f2;
background: #4EED68;
box-shadow: 0 0 30px 10px rgba(78, 237, 104, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1346269 .tile-inner {
font-size: 8px; } }
.tile.tile-2178309 .tile-inner {
color: #f9f2f2;
background: #2EEDA1;
box-shadow: 0 0 30px 10px rgba(46, 237, 161, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-2178309 .tile-inner {
font-size: 8px; } }
.tile.tile-3524578 .tile-inner {
color: #f9f2f2;
background: #2EEDC1;
box-shadow: 0 0 30px 10px rgba(46, 237, 193, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-3524578 .tile-inner {
font-size: 8px; } }
.tile.tile-5702887 .tile-inner {
color: #f9f2f2;
background: #2EEDED;
box-shadow: 0 0 30px 10px rgba(46, 237, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-5702887 .tile-inner {
font-size: 8px; } }
.tile.tile-9227465 .tile-inner {
color: #f9f2f2;
background: #2EC1ED;
font-size: 21px;
box-shadow: 0 0 30px 10px rgba(46, 193, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-9227465 .tile-inner {
font-size: 8px; } }
.tile.tile-14930352 .tile-inner {
color: #f9f2f2;
background: #2EA0ED;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(46, 160, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-14930352 .tile-inner {
font-size: 7px; } }
.tile.tile-24157817 .tile-inner {
color: #f9f2f2;
background: #2E80ED;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(46, 128, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-24157817 .tile-inner {
font-size: 7px; } }
.tile.tile-39088169 .tile-inner {
color: #f9f2f2;
background: #2E50ED;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(46, 80, 237, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-39088169 .tile-inner {
font-size: 7px; } }
.tile.tile-63245986 .tile-inner {
color: #f9f2f2;
background: #1239E0;
font-size: 18px;
box-shadow: 0 0 30px 10px rgba(18, 57, 224, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-63245986 .tile-inner {
font-size: 7px; } }
.tile.tile-102334155 .tile-inner {
color: #f9f2f2;
background: #123dd1;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 61, 209, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-102334155 .tile-inner {
font-size: 7px; } }
.tile.tile-165580141 .tile-inner {
color: #f9f2f2;
background: #123ac0;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 58, 192, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-165580141 .tile-inner {
font-size: 7px; } }
.tile.tile-267914296 .tile-inner {
color: #f9f2f2;
background: #1237af;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 55, 175, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-267914296 .tile-inner {
font-size: 7px; } }
.tile.tile-433494437 .tile-inner {
color: #f9f2f2;
background: #12339e;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 51, 158, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-433494437 .tile-inner {
font-size: 7px; } }
.tile.tile-701408733 .tile-inner {
color: #f9f2f2;
background: #12308d;
font-size: 16px;
box-shadow: 0 0 30px 10px rgba(18, 48, 141, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-701408733 .tile-inner {
font-size: 7px; } }
.tile.tile-1134903170 .tile-inner {
color: #f9f2f2;
background: #0C288B;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1134903170 .tile-inner {
font-size: 7px; } }
.tile.tile-1836311903 .tile-inner {
color: #f9f2f2;
background: #092173;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(9, 33, 115, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-1836311903 .tile-inner {
font-size: 25px; } }
.tile.tile-2971215073 .tile-inner {
color: #f9f2f2;
background: #071A5C;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(7, 26, 92, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-2971215073 .tile-inner {
font-size: 25px; } }
.tile.tile-4807526976 .tile-inner {
color: #f9f2f2;
background: #051344;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(5, 19, 68, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-4807526976 .tile-inner {
font-size: 25px; } }
.tile.tile-7778742049 .tile-inner {
color: #f9f2f2;
background: #030C2D;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(3, 12, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-7778742049 .tile-inner {
font-size: 15px; } }
.tile.tile-12586269025 .tile-inner {
color: #f9f2f2;
background: #010615;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(1, 6, 21, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-12586269025 .tile-inner {
font-size: 7px; } }
.tile.tile-20365011074 .tile-inner {
color: #f9f2f2;
background: #000000;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-20365011074 .tile-inner {
font-size: 7px; } }
.tile.tile-32951280099 .tile-inner {
color: #f9f2f2;
background: #120d0c;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(18, 13, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-32951280099 .tile-inner {
font-size: 7px; } }
.tile.tile-53316291173 .tile-inner {
color: #f9f2f2;
background: #261612;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(38, 22, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-53316291173 .tile-inner {
font-size: 7px; } }
.tile.tile-86267571272 .tile-inner {
color: #f9f2f2;
background: #402b26;
font-size: 15px;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-86267571272 .tile-inner {
font-size: 7px; } }
.tile.tile-139583862445 .tile-inner {
color: #f9f2f2;
background: #553730;
box-shadow: 0 0 30px 10px rgba(85, 55, 48, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-139583862445 .tile-inner {
font-size: 7px; } }
.tile.tile-225851433717 .tile-inner {
color: #f9f2f2;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-225851433717 .tile-inner {
font-size: 7px; } }
.tile.tile-365435296162 .tile-inner {
color: #f9f2f2;
background: #8b4331;
box-shadow: 0 0 30px 10px rgba(139, 67, 49, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-365435296162 .tile-inner {
font-size: 7px; } }
.tile.tile-591286729879 .tile-inner {
color: #f9f2f2;
background: #b54d35;
box-shadow: 0 0 30px 10px rgba(181, 77, 53, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-591286729879 .tile-inner {
font-size: 7px; } }
.tile.tile-956722026041 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-956722026041 .tile-inner {
font-size: 7px; } }
.tile.tile-1548008755920 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-1548008755920 .tile-inner {
font-size: 6px; } }
.tile.tile-2504730781961 .tile-inner {
color: #f9f2f2;
background: #b3952d;
box-shadow: 0 0 30px 10px rgba(179, 149, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-2504730781961 .tile-inner {
font-size: 6px; } }
.tile.tile-4052739537881 .tile-inner {
color: #f9f2f2;
background: #c7a42d;
box-shadow: 0 0 30px 10px rgba(199, 164, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-4052739537881 .tile-inner {
font-size: 6px; } }
.tile.tile-6557470319842 .tile-inner {
color: #f9f2f2;
background: #dab32d;
font-size: 13px; }
box-shadow: 0 0 30px 10px rgba(218, 179, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
@media screen and (max-width: 520px) {
.tile.tile-6557470319842 .tile-inner {
font-size: 6px; } }
.tile.tile-10610209857723 .tile-inner {
color: #f9f2f2;
background: #ED9171;
box-shadow: 0 0 30px 10px rgba(237, 145, 113, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-10610209857723 .tile-inner {
font-size: 6px; } }
.tile.tile-17167680177565 .tile-inner {
color: #f9f2f2;
background: #ED8661;
box-shadow: 0 0 30px 10px rgba(237, 194, 97, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-17167680177565 .tile-inner {
font-size: 6px; } }
.tile.tile-27777890035288 .tile-inner {
color: #f9f2f2;
background: #ED794F;
font-size: 11px;
box-shadow: 0 0 30px 10px rgba(237, 121, 79, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-27777890035288 .tile-inner {
font-size: 6px; } }
.tile.tile-44945570212853 .tile-inner {
color: #f9f2f2;
background: #ED6E3F;
font-size: 11px;
box-shadow: 0 0 30px 10px rgba(237, 110, 63, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333); }
@media screen and (max-width: 520px) {
.tile.tile-44945570212853 .tile-inner {
font-size: 6px; } }
.tile.tile-72723460248141 .tile-inner {
color: #f9f2f2;
background: #ED622E;
box-shadow: 0 0 30px 10px rgba(237, 98, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-72723460248141 .tile-inner {
font-size: 6px; } }
.tile.tile-117669030460994 .tile-inner {
color: #f9f2f2;
background: #DA5C2C;
box-shadow: 0 0 30px 10px rgba(218, 92, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-117669030460994 .tile-inner {
font-size: 5px; } }
.tile.tile-190392490709135 .tile-inner {
color: #f9f2f2;
background: #C7572D;
box-shadow: 0 0 30px 10px rgba(199, 87, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-190392490709135 .tile-inner {
font-size: 25px; } }
.tile.tile-308061521170129 .tile-inner {
color: #f9f2f2;
background: #B3522D;
box-shadow: 0 0 30px 10px rgba(179, 82, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-308061521170129 .tile-inner {
font-size: 5px; } }
.tile.tile-498454011879264 .tile-inner {
color: #f9f2f2;
background: #A14B2B;
box-shadow: 0 0 30px 10px rgba(179, 69, 11, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-498454011879264 .tile-inner {
font-size: 5px; } }
.tile.tile-806515533049393 .tile-inner {
color: #f9f2f2;
background: #8C4125;
box-shadow: 0 0 30px 10px rgba(140, 65, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-806515533049393 .tile-inner {
font-size: 5px; } }
.tile.tile-1304969544928657 .tile-inner {
color: #f9f2f2;
background: #783820;
box-shadow: 0 0 30px 10px rgba(120, 56, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1304969544928657 .tile-inner {
font-size: 5px; } }
.tile.tile-2111485077978050 .tile-inner {
color: #f9f2f2;
background: #642E1A;
box-shadow: 0 0 30px 10px rgba(100, 46, 26, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-2111485077978050 .tile-inner {
font-size: 5px; } }
.tile.tile-3416454622906707 .tile-inner {
color: #f9f2f2;
background: #502515;
box-shadow: 0 0 30px 10px rgba(80, 37, 21, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-3416454622906707 .tile-inner {
font-size: 5px; } }
.tile.tile-5527939700884757 .tile-inner {
color: #f9f2f2;
background: #3C1C10;
box-shadow: 0 0 30px 10px rgba(60, 28, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-5527939700884757 .tile-inner {
font-size: 25px; } }
.tile.tile-8944394323791464 .tile-inner {
color: #f9f2f2;
background: #28120A;
box-shadow: 0 0 30px 10px rgba(40, 18, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-8944394323791464 .tile-inner {
font-size: 5px; } }
/* Powers of 3 */
.tile.tile-3 .tile-inner {
background: #ecdcb0;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-9 .tile-inner {
color: #f9f2f2;
background: #F3AB75;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-27 .tile-inner {
color: #f9f2f2;
background: #ca96c3; }
.tile.tile-81 .tile-inner {
color: #f9f2f2;
background: #83aec1; }
.tile.tile-243 .tile-inner {
color: #f9f2f2;
background: #ae7ca9;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 25px; } }
.tile.tile-729 .tile-inner {
color: #f9f2f2;
background: #6dcdb5;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 25px; } }
.tile.tile-2187 .tile-inner {
color: #f9f2f2;
background: #d239e4;
box-shadow: 0 0 30px 10px rgba(210, 57, 228, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2187 .tile-inner {
font-size: 15px; } }
.tile.tile-6561 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-6561 .tile-inner {
font-size: 15px; } }
.tile.tile-19683 .tile-inner {
color: #f9f2f2;
background: #f67c5f;
box-shadow: 0 0 30px 10px rgba(246, 124, 95, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-19683 .tile-inner {
font-size: 15px; } }
.tile.tile-59049 .tile-inner {
color: #f9f2f2;
background: #f60563;
box-shadow: 0 0 30px 10px rgba(246, 5, 99, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-59049 .tile-inner {
font-size: 15px; } }
.tile.tile-177147 .tile-inner {
color: #f9f2f2;
background: #f2b179;
box-shadow: 0 0 30px 10px rgba(242, 177, 121, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-177147 .tile-inner {
font-size: 12px; } }
.tile.tile-531441 .tile-inner {
color: #f9f2f2;
background: #5999df;
box-shadow: 0 0 30px 10px rgba(89, 153, 223, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-531441 .tile-inner {
font-size: 10px; } }
.tile.tile-1594323 .tile-inner {
color: #f9f2f2;
background: #5fa6e0;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1594323 .tile-inner {
font-size: 8px; } }
.tile.tile-4782969 .tile-inner {
color: #f9f2f2;
background: #479ce1;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-4782969 .tile-inner {
font-size: 8px; } }
.tile.tile-14348907 .tile-inner {
color: #f9f2f2;
background: #2f92e2;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-14348907 .tile-inner {
font-size: 7px; } }
.tile.tile-43046721 .tile-inner {
color: #f9f2f2;
background: #1788e3;
box-shadow: 0 0 30px 10px rgba(51, 163, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-43046721 .tile-inner {
font-size: 7px; } }
.tile.tile-129140163 .tile-inner {
color: #f9f2f2;
background: #9272ed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-129140163 .tile-inner {
font-size: 7px; } }
.tile.tile-387420489 .tile-inner {
color: #f9f2f2;
background: #8661ed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-387420489 .tile-inner {
font-size: 7px; } }
.tile.tile-1162261467 .tile-inner {
color: #f9f2f2;
background: #7a50ed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1162261467 .tile-inner {
font-size: 7px; } }
.tile.tile-3486784401 .tile-inner {
color: #f9f2f2;
background: #6e3fed;
box-shadow: 0 0 30px 10px rgba(151, 116, 243, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-3486784401 .tile-inner {
font-size: 7px; } }
.tile.tile-10460353203 .tile-inner {
color: #f9f2f2;
background: #797df2;
box-shadow: 0 0 30px 10px rgba(121, 125, 242, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-10460353203 .tile-inner {
font-size: 7px; } }
.tile.tile-31381059609 .tile-inner {
color: #f9f2f2;
background: #637af5;
box-shadow: 0 0 30px 10px rgba(99, 122, 245, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-31381059609 .tile-inner {
font-size: 7px; } }
.tile.tile-94143178827 .tile-inner {
color: #f9f2f2;
background: #5f8ef6;
box-shadow: 0 0 30px 10px rgba(95, 142, 246, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-94143178827 .tile-inner {
font-size: 7px; } }
.tile.tile-282429536481 .tile-inner {
color: #f9f2f2;
background: #3b75f6;
box-shadow: 0 0 30px 10px rgba(59, 117, 246, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-282429536481 .tile-inner {
font-size: 7px; } }
.tile.tile-847288609443 .tile-inner {
color: #f9f2f2;
background: #2b6ff6;
box-shadow: 0 0 30px 10px rgba(43, 111, 246, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-847288609443 .tile-inner {
font-size: 7px; } }
.tile.tile-2541865828329 .tile-inner {
color: #f9f2f2;
background: #12308d;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-2541865828329 .tile-inner {
font-size: 7px; } }
.tile.tile-7625597484987 .tile-inner {
color: #f9f2f2;
background: #12339e;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-7625597484987 .tile-inner {
font-size: 7px; } }
.tile.tile-22876792454961 .tile-inner {
color: #f9f2f2;
background: #1237af;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-22876792454961 .tile-inner {
font-size: 7px; } }
.tile.tile-68630377364883 .tile-inner {
color: #f9f2f2;
background: #123ac0;
box-shadow: 0 0 30px 10px rgba(12, 40, 139, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-68630377364883 .tile-inner {
font-size: 7px; } }
.tile.tile-205891132094649 .tile-inner {
color: #f9f2f2;
background: #003f7f;
box-shadow: 0 0 30px 10px rgba(0, 63, 127, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-205891132094649 .tile-inner {
font-size: 7px; } }
.tile.tile-617673396283947 .tile-inner {
color: #f9f2f2;
background: #00007f;
box-shadow: 0 0 30px 10px rgba(0, 0, 127, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-617673396283947 .tile-inner {
font-size: 7px; } }
.tile.tile-1853020188851841 .tile-inner {
color: #f9f2f2;
background: #004096;
box-shadow: 0 0 30px 10px rgba(0, 64, 150, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-1853020188851841 .tile-inner {
font-size: 4px; } }
.tile.tile-5559060566555523 .tile-inner {
color: #f9f2f2;
background: #002048;
box-shadow: 0 0 30px 10px rgba(0, 32, 72, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-5559060566555523 .tile-inner {
font-size: 4px; } }
/* Threes */
.tile.tile-6 .tile-inner {
color: #f9f2f2;
background: #f0c189; }
.tile.tile-12 .tile-inner {
color: #f9f2f2;
background: #DBBBA8; }
.tile.tile-24 .tile-inner {
color: #f9f2f2;
background: #D98676; }
.tile.tile-48 .tile-inner {
color: #f9f2f2;
background: #DEA398; }
.tile.tile-96 .tile-inner {
color: #f9f2f2;
background: #DF5C59; }
.tile.tile-192 .tile-inner {
color: #f9f2f2;
background: #E0995F;
box-shadow: 0 0 30px 10px rgba(224, 153, 95, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-192 .tile-inner {
font-size: 25px; } }
.tile.tile-384 .tile-inner {
color: #f9f2f2;
background: #E18C46;
box-shadow: 0 0 30px 10px rgba(225, 140, 70, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-384 .tile-inner {
font-size: 25px; } }
.tile.tile-768 .tile-inner {
color: #f9f2f2;
background: #E17F2F;
box-shadow: 0 0 30px 10px rgba(225, 127, 47, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-768 .tile-inner {
font-size: 25px; } }
.tile.tile-1536 .tile-inner {
color: #f9f2f2;
background: #E27217;
box-shadow: 0 0 30px 10px rgba(226, 114, 23, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1536 .tile-inner {
font-size: 15px; } }
.tile.tile-3072 .tile-inner {
color: #f9f2f2;
background: #E56700;
box-shadow: 0 0 30px 10px rgba(229, 103, 0, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-3072 .tile-inner {
font-size: 15px; } }
.tile.tile-6144 .tile-inner {
color: #f9f2f2;
background: #ee8144;
box-shadow: 0 0 30px 10px rgba(238, 129, 68, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-6144 .tile-inner {
font-size: 15px; } }
.tile.tile-12288 .tile-inner {
color: #f9f2f2;
background: #ff5c27;
box-shadow: 0 0 30px 10px rgba(255, 92, 39, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-12288 .tile-inner {
font-size: 12px; } }
.tile.tile-24576 .tile-inner {
color: #f9f2f2;
background: #ff2727;
box-shadow: 0 0 30px 10px rgba(255, 39, 39, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-24576 .tile-inner {
font-size: 12px; } }
.tile.tile-49152 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-49152 .tile-inner {
font-size: 12px; } }
.tile.tile-98304 .tile-inner {
color: #f9f2f2;
background: #F44922;
box-shadow: 0 0 30px 10px rgba(244, 73, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-98304 .tile-inner {
font-size: 12px; } }
.tile.tile-196608 .tile-inner {
color: #f9f2f2;
background: #F2360B;
box-shadow: 0 0 30px 10px rgba(242, 54, 11, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-196608 .tile-inner {
font-size: 10px; } }
.tile.tile-393216 .tile-inner {
color: #f9f2f2;
background: #DA310A;
box-shadow: 0 0 30px 10px rgba(218, 49, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-393216 .tile-inner {
font-size: 10px; } }
.tile.tile-786432 .tile-inner {
color: #f9f2f2;
background: #C22B08;
box-shadow: 0 0 30px 10px rgba(194, 43, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-786432 .tile-inner {
font-size: 10px; } }
.tile.tile-1572864 .tile-inner {
color: #f9f2f2;
background: #A92607;
box-shadow: 0 0 30px 10px rgba(169, 38, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1572864 .tile-inner {
font-size: 8px; } }
.tile.tile-3145728 .tile-inner {
color: #f9f2f2;
background: #912006;
box-shadow: 0 0 30px 10px rgba(145, 32, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-3145728 .tile-inner {
font-size: 8px; } }
.tile.tile-6291456 .tile-inner {
color: #f9f2f2;
background: #781B05;
box-shadow: 0 0 30px 10px rgba(120, 27, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-6291456 .tile-inner {
font-size: 8px; } }
.tile.tile-12582912 .tile-inner {
color: #f9f2f2;
background: #6a1903;
box-shadow: 0 0 30px 10px rgba(106, 25, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-12582912 .tile-inner {
font-size: 7px; } }
.tile.tile-25165824 .tile-inner {
color: #f9f2f2;
background: #601504;
box-shadow: 0 0 30px 10px rgba(96, 21, 4, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-25165824 .tile-inner {
font-size: 7px; } }
.tile.tile-50331648 .tile-inner {
color: #f9f2f2;
background: #481003;
box-shadow: 0 0 30px 10px rgba(72, 16, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-50331648 .tile-inner {
font-size: 7px; } }
.tile.tile-100663296 .tile-inner {
color: #f9f2f2;
background: #2F0A02;
box-shadow: 0 0 30px 10px rgba(47, 10, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-100663296 .tile-inner {
font-size: 7px; } }
.tile.tile-201326592 .tile-inner {
color: #f9f2f2;
background: #170501;
box-shadow: 0 0 30px 10px rgba(23, 5, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-201326592 .tile-inner {
font-size: 7px; } }
.tile.tile-402653184 .tile-inner {
color: #f9f2f2;
background: #120d0c;
box-shadow: 0 0 30px 10px rgba(18, 13, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-402653184 .tile-inner {
font-size: 7px; } }
.tile.tile-805306368 .tile-inner {
color: #f9f2f2;
background: #402b26;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-805306368 .tile-inner {
font-size: 7px; } }
.tile.tile-1610612736 .tile-inner {
color: #f9f2f2;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1.0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1610612736 .tile-inner {
font-size: 7px; } }
.tile.tile-3221225472 .tile-inner {
color: #f9f2f2;
background: #653c2f;
box-shadow: 0 0 30px 10px rgba(101, 60, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-3221225472 .tile-inner {
font-size: 7px; } }
.tile.tile-6442450944 .tile-inner {
color: #f9f2f2;
background: #654a2f;
box-shadow: 0 0 30px 10px rgba(101, 74, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-6442450944 .tile-inner {
font-size: 7px; } }
.tile.tile-12884901888 .tile-inner {
color: #f9f2f2;
background: #65572f;
box-shadow: 0 0 30px 10px rgba(101, 87, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-12884901888 .tile-inner {
font-size: 7px; } }
.tile.tile-25769803776 .tile-inner {
color: #f9f2f2;
background: #65652f;
box-shadow: 0 0 30px 10px rgba(101, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-25769803776 .tile-inner {
font-size: 7px; } }
.tile.tile-51539607552 .tile-inner {
color: #f9f2f2;
background: #57652f;
box-shadow: 0 0 30px 10px rgba(87, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-51539607552 .tile-inner {
font-size: 7px; } }
.tile.tile-103079215104 .tile-inner {
color: #f9f2f2;
background: #4a652f;
box-shadow: 0 0 30px 10px rgba(74, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-103079215104 .tile-inner {
font-size: 7px; } }
.tile.tile-206158430208 .tile-inner {
color: #f9f2f2;
background: #3c652f;
box-shadow: 0 0 30px 10px rgba(60, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-206158430208 .tile-inner {
font-size: 7px; } }
.tile.tile-412316860416 .tile-inner {
color: #f9f2f2;
background: #2f652f;
box-shadow: 0 0 30px 10px rgba(47, 101, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-412316860416 .tile-inner {
font-size: 7px; } }
.tile.tile-824633720832 .tile-inner {
color: #f9f2f2;
background: #2f653c;
box-shadow: 0 0 30px 10px rgba(47, 101, 60, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-824633720832 .tile-inner {
font-size: 7px; } }
.tile.tile-1649267441664 .tile-inner {
color: #f9f2f2;
background: #2f654a;
box-shadow: 0 0 30px 10px rgba(47, 101, 74, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-1649267441664 .tile-inner {
font-size: 6px; } }
.tile.tile-3298534883328 .tile-inner {
color: #f9f2f2;
background: #2f6557;
box-shadow: 0 0 30px 10px rgba(47, 101, 87, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-3298534883328 .tile-inner {
font-size: 6px; } }
.tile.tile-6597069766656 .tile-inner {
color: #f9f2f2;
background: #2f6565;
box-shadow: 0 0 30px 10px rgba(47, 101, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile-6597069766656 .tile-inner {
font-size: 6px; } }
.tile.tile-13194139533312 .tile-inner {
color: #f9f2f2;
background: #2f5765;
box-shadow: 0 0 30px 10px rgba(47, 87, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-13194139533312 .tile-inner {
font-size: 5px; } }
.tile.tile-26388279066624 .tile-inner {
color: #f9f2f2;
background: #2f4a65;
box-shadow: 0 0 30px 10px rgba(47, 74, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-26388279066624 .tile-inner {
font-size: 5px; } }
.tile.tile-52776558133248 .tile-inner {
color: #f9f2f2;
background: #2f3c65;
box-shadow: 0 0 30px 10px rgba(47, 60, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-52776558133248 .tile-inner {
font-size: 5px; } }
.tile.tile-105553116266496 .tile-inner {
color: #f9f2f2;
background: #2f2f65;
box-shadow: 0 0 30px 10px rgba(47, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-105553116266496 .tile-inner {
font-size: 5px; } }
.tile.tile-211106232532992 .tile-inner {
color: #f9f2f2;
background: #3c2f65;
box-shadow: 0 0 30px 10px rgba(60, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-211106232532992 .tile-inner {
font-size: 5px; } }
.tile.tile-422212465065984 .tile-inner {
color: #f9f2f2;
background: #4a2f65;
box-shadow: 0 0 30px 10px rgba(74, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-422212465065984 .tile-inner {
font-size: 5px; } }
.tile.tile-844424930131968 .tile-inner {
color: #f9f2f2;
background: #572f65;
box-shadow: 0 0 30px 10px rgba(87, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-844424930131968 .tile-inner {
font-size: 5px; } }
.tile.tile-1688849860263936 .tile-inner {
color: #f9f2f2;
background: #652f65;
box-shadow: 0 0 30px 10px rgba(101, 47, 101, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-1688849860263936 .tile-inner {
font-size: 5px; } }
.tile.tile-3377699720527872 .tile-inner {
color: #f9f2f2;
background: #652f57;
box-shadow: 0 0 30px 10px rgba(101, 47, 87, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-3377699720527872 .tile-inner {
font-size: 5px; } }
.tile.tile-6755399441055744 .tile-inner {
color: #f9f2f2;
background: #652f4a;
box-shadow: 0 0 30px 10px rgba(101, 47, 74, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-6755399441055744 .tile-inner {
font-size: 5px; } }
/* Lucas Sequence */
.tile.tile-7 .tile-inner {
color: #f9f2f2;
background: #F1B981; }
.tile.tile-11 .tile-inner {
color: #f9f2f2;
background: #f3a872; }
.tile.tile-18 .tile-inner {
color: #f9f2f2;
background: #f49e6a; }
.tile.tile-29 .tile-inner {
color: #f9f2f2;
background: #f59563; }
.tile.tile-47 .tile-inner {
color: #f9f2f2;
background: #f58961; }
.tile.tile-76 .tile-inner {
color: #f9f2f2;
background: #f67c5f; }
.tile.tile-123 .tile-inner {
color: #f9f2f2;
background: #f65e3b;
box-shadow: 0 0 30px 10px rgba(246, 94, 59, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-123 .tile-inner {
font-size: 25px; } }
.tile.tile-199 .tile-inner {
color: #f9f2f2;
background: #edcc61;
box-shadow: 0 0 30px 10px rgba(237, 204, 97, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-199 .tile-inner {
font-size: 25px; } }
.tile.tile-322 .tile-inner {
color: #f9f2f2;
background: #edc850;
box-shadow: 0 0 30px 10px rgba(237, 200, 80, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-322 .tile-inner {
font-size: 25px; } }
.tile.tile-521 .tile-inner {
color: #f9f2f2;
background: #edc53f;
box-shadow: 0 0 30px 10px rgba(237, 197, 63, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-521 .tile-inner {
font-size: 25px; } }
.tile.tile-843 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-843 .tile-inner {
font-size: 25px; } }
.tile.tile-1364 .tile-inner {
color: #f9f2f2;
background: #ebb914;
box-shadow: 0 0 30px 10px rgba(235, 185, 20, 0.66666), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1364 .tile-inner {
font-size: 15px; } }
.tile.tile-2207 .tile-inner {
color: #f9f2f2;
background: #dab32d;
box-shadow: 0 0 30px 10px rgba(218, 179, 45, 0.77777), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2207 .tile-inner {
font-size: 15px; } }
.tile.tile-3571 .tile-inner {
color: #f9f2f2;
background: #d3a612;
box-shadow: 0 0 30px 10px rgba(211, 166, 18, 0.88888), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-3571 .tile-inner {
font-size: 15px; } }
.tile.tile-5778 .tile-inner {
color: #f9f2f2;
background: #c7a42d;
box-shadow: 0 0 30px 10px rgba(199, 164, 45, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-5778 .tile-inner {
font-size: 15px; } }
.tile.tile-9349 .tile-inner {
color: #f9f2f2;
background: #bc9410;
box-shadow: 0 0 30px 10px rgba(188, 148, 16, 1.00000), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-9349 .t ile-inner {
font-size: 15px; } }
.tile.tile-15127 .tile-inner {
color: #f9f2f2;
background: #b3952d;
box-shadow: 0 0 30px 10px rgba(179, 149, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-15127 .tile-inner {
font-size: 12px; } }
.tile.tile-24476 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-24476 .tile-inner {
font-size: 12px; } }
.tile.tile-39603 .tile-inner {
color: #f9f2f2;
background: #8C7526;
box-shadow: 0 0 30px 10px rgba(140, 117, 38, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-39603 .tile-inner {
font-size: 12px; } }
.tile.tile-64079 .tile-inner {
color: #f9f2f2;
background: #786421;
box-shadow: 0 0 30px 10px rgba(120, 100, 33, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-64079 .tile-inner {
font-size: 12px; } }
.tile.tile-103682 .tile-inner {
color: #f9f2f2;
background: #64531B;
box-shadow: 0 0 30px 10px rgba(100, 83, 27, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-103682 .tile-inner {
font-size: 10px; } }
.tile.tile-167761 .tile-inner {
color: #f9f2f2;
background: #504316;
box-shadow: 0 0 30px 10px rgba(80, 67, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-167761 .tile-inner {
font-size: 10px; } }
.tile.tile-271443 .tile-inner {
color: #f9f2f2;
background: #3C3210;
box-shadow: 0 0 30px 10px rgba(60, 50, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-271443 .tile-inner {
font-size: 10px; } }
.tile.tile-439204 .tile-inner {
color: #f9f2f2;
background: #28210B;
box-shadow: 0 0 30px 10px rgba(40, 33, 11, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-439204 .tile-inner {
font-size: 10px; } }
.tile.tile-710647 .tile-inner {
color: #f9f2f2;
background: #141105;
box-shadow: 0 0 30px 10px rgba(20, 17, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile-710647 .tile-inner {
font-size: 10px; } }
.tile.tile-1149851 .tile-inner {
color: #f9f2f2;
background: #070606;
box-shadow: 0 0 30px 10px rgba(7, 6, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1149851 .tile-inner {
font-size: 8px; } }
.tile.tile-1860498 .tile-inner {
color: #f9f2f2;
background: #141312;
box-shadow: 0 0 30px 10px rgba(20, 19, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-1860498 .tile-inner {
font-size: 8px; } }
.tile.tile-3010349 .tile-inner {
color: #f9f2f2;
background: #21201E;
box-shadow: 0 0 30px 10px rgba(33, 32, 30, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-3010349 .tile-inner {
font-size: 8px; } }
.tile.tile-4870847 .tile-inner {
color: #f9f2f2;
background: #2F2D2B;
box-shadow: 0 0 30px 10px rgba(47, 45, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile-4870847 .tile-inner {
font-size: 8px; } }
.tile.tile-7881196 .tile-inner {
color: #f9f2f2;
background: #38342B;
box-shadow: 0 0 30px 10px rgba(56, 52, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-7881196 .tile-inner {
font-size: 7px; } }
.tile.tile-12752043 .tile-inner {
color: #f9f2f2;
background: #423b2b;
box-shadow: 0 0 30px 10px rgba(66, 59, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-12752043 .tile-inner {
font-size: 7px; } }
.tile.tile-20633239 .tile-inner {
color: #f9f2f2;
background: #5D482F;
box-shadow: 0 0 30px 10px rgba(93, 72, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-20633239 .tile-inner {
font-size: 7px; } }
.tile.tile-33385282 .tile-inner {
color: #f9f2f2;
background: #735232;
box-shadow: 0 0 30px 10px rgba(115, 82, 50, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-33385282 .tile-inner {
font-size: 7px; } }
.tile.tile-54018521 .tile-inner {
color: #f9f2f2;
background: #8E5F36;
box-shadow: 0 0 30px 10px rgba(142, 95, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-54018521 .tile-inner {
font-size: 7px; } }
.tile.tile-87403803 .tile-inner {
color: #f9f2f2;
background: #ae6f3a;
box-shadow: 0 0 30px 10px rgba(174, 111, 58, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-87403803 .tile-inner {
font-size: 7px; } }
.tile.tile-141422324 .tile-inner {
color: #f9f2f2;
background: #B46533;
box-shadow: 0 0 30px 10px rgba(180, 101, 51, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-141422324 .tile-inner {
font-size: 7px; } }
.tile.tile-228826127 .tile-inner {
color: #f9f2f2;
background: #b95b2c;
box-shadow: 0 0 30px 10px rgba(185, 91, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-228826127 .tile-inner {
font-size: 7px; } }
.tile.tile-370248451 .tile-inner {
color: #f9f2f2;
background: #BE522E;
box-shadow: 0 0 30px 10px rgba(190, 82, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-370248451 .tile-inner {
font-size: 7px; } }
.tile.tile-599074578 .tile-inner {
color: #f9f2f2;
background: #c34a2f;
box-shadow: 0 0 30px 10px rgba(195, 74, 47, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-599074578 .tile-inner {
font-size: 7px; } }
.tile.tile-969323029 .tile-inner {
color: #f9f2f2;
background: #C84021;
box-shadow: 0 0 30px 10px rgba(200, 64, 33, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile-969323029 .tile-inner {
font-size: 7px; } }
.tile.tile-1568397607 .tile-inner {
color: #f9f2f2;
background: #cc3513;
box-shadow: 0 0 30px 10px rgba(204, 53, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1568397607 .tile-inner {
font-size: 7px; } }
.tile.tile-2537720636 .tile-inner {
color: #f9f2f2;
background: #D72D07;
box-shadow: 0 0 30px 10px rgba(215, 45, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-2537720636 .tile-inner {
font-size: 7px; } }
.tile.tile-4106118243 .tile-inner {
color: #f9f2f2;
background: #BE2706;
box-shadow: 0 0 30px 10px rgba(190, 39, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-4106118243 .tile-inner {
font-size: 7px; } }
.tile.tile-6643838879 .tile-inner {
color: #f9f2f2;
background: #A52205;
box-shadow: 0 0 30px 10px rgba(165, 34, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-6643838879 .tile-inner {
font-size: 7px; } }
.tile.tile-10749957122 .tile-inner {
color: #968e69;
background: #8C1D04;
box-shadow: 0 0 30px 10px rgba(140, 29, 4, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-10749957122 .tile-inner {
font-size: 7px; } }
.tile.tile-17393796001 .tile-inner {
color: #968e69;
background: #741803;
box-shadow: 0 0 30px 10px rgba(116, 24, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-17393796001 .tile-inner {
font-size: 7px; } }
.tile.tile-28143753123 .tile-inner {
color: #968e69;
background: #5B1302;
box-shadow: 0 0 30px 10px rgba(91, 19, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-28143753123 .tile-inner {
font-size: 7px; } }
.tile.tile-45537549124 .tile-inner {
color: #968e69;
background: #420D02;
box-shadow: 0 0 30px 10px rgba(66, 13, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-45537549124 .tile-inner {
font-size: 7px; } }
.tile.tile-73681302247 .tile-inner {
color: #968e69;
background: #2A0801;
box-shadow: 0 0 30px 10px rgba(42, 8, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-73681302247 .tile-inner {
font-size: 7px; } }
.tile.tile-119218851371 .tile-inner {
color: #f9f2f2;
background: #110300;
box-shadow: 0 0 30px 10px rgba(17, 3, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-119218851371 .tile-inner {
font-size: 7px; } }
.tile.tile-192900153618 .tile-inner {
color: #f9f2f2;
background: #140505;
box-shadow: 0 0 30px 10px rgba(20, 5, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-192900153618 .tile-inner {
font-size: 7px; } }
.tile.tile-312119004989 .tile-inner {
color: #f9f2f2;
background: #280A0A;
box-shadow: 0 0 30px 10px rgba(40, 10, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-312119004989 .tile-inner {
font-size: 7px; } }
.tile.tile-505019158607 .tile-inner {
color: #f9f2f2;
background: #3C1010;
box-shadow: 0 0 30px 10px rgba(60, 16, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-505019158607 .tile-inner {
font-size: 7px; } }
.tile.tile-817138163596 .tile-inner {
color: #f9f2f2;
background: #501515;
box-shadow: 0 0 30px 10px rgba(80, 21, 21, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile-817138163596 .tile-inner {
font-size: 7px; } }
.tile.tile-1322157322203 .tile-inner {
color: #f9f2f2;
background: #641A1A;
box-shadow: 0 0 30px 10px rgba(100, 26, 26, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-1322157322203 .tile-inner {
font-size: 6px; } }
.tile.tile-2139295485799 .tile-inner {
color: #f9f2f2;
background: #782020;
box-shadow: 0 0 30px 10px rgba(120, 32, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-2139295485799 .tile-inner {
font-size: 6px; } }
.tile.tile-3461452808002 .tile-inner {
color: #f9f2f2;
background: #8C2525;
box-shadow: 0 0 30px 10px rgba(140, 37, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-3461452808002 .tile-inner {
font-size: 6px; } }
.tile.tile-5600748293801 .tile-inner {
color: #f9f2f2;
background: #A12B2B;
box-shadow: 0 0 30px 10px rgba(161, 43, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-5600748293801 .tile-inner {
font-size: 6px; } }
.tile.tile-9062201101803 .tile-inner {
color: #f9f2f2;
background: #B32D2D;
box-shadow: 0 0 30px 10px rgba(179, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile-9062201101803 .tile-inner {
font-size: 6px; } }
.tile.tile-14662949395604 .tile-inner {
color: #f9f2f2;
background: #C72D2D;
box-shadow: 0 0 30px 10px rgba(199, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-14662949395604 .tile-inner {
font-size: 6px; } }
.tile.tile-23725150497407 .tile-inner {
color: #f9f2f2;
background: #DA2C2C;
box-shadow: 0 0 30px 10px rgba(218, 44, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-23725150497407 .tile-inner {
font-size: 6px; } }
.tile.tile-38388099893011 .tile-inner {
color: #f9f2f2;
background: #ED2E2E;
box-shadow: 0 0 30px 10px rgba(237, 46, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-38388099893011 .tile-inner {
font-size: 6px; } }
.tile.tile-62113250390418 .tile-inner {
color: #f9f2f2;
background: #F62A34;
box-shadow: 0 0 30px 10px rgba(246, 42, 52, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile-62113250390418 .tile-inner {
font-size: 6px; } }
.tile.tile-100501350283429 .tile-inner {
color: #f9f2f2;
background: #ff273b;
box-shadow: 0 0 30px 10px rgba(255, 39, 59, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-100501350283429 .tile-inner {
font-size: 5px; } }
.tile.tile-162614600673847 .tile-inner {
color: #f9f2f2;
background: #F30016;
box-shadow: 0 0 30px 10px rgba(243, 0, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-162614600673847 .tile-inner {
font-size: 5px; } }
.tile.tile-263115950957276 .tile-inner {
color: #f9f2f2;
background: #D90014;
box-shadow: 0 0 30px 10px rgba(217, 0, 20, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-263115950957276 .tile-inner {
font-size: 5px; } }
.tile.tile-425730551631123 .tile-inner {
color: #f9f2f2;
background: #C00011;
box-shadow: 0 0 30px 10px rgba(192, 0, 17, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-425730551631123 .tile-inner {
font-size: 5px; } }
.tile.tile-688846502588399 .tile-inner {
color: #f9f2f2;
background: #A6000F;
box-shadow: 0 0 30px 10px rgba(166, 0, 15, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-688846502588399 .tile-inner {
font-size: 5px; } }
.tile.tile-1114577054219522 .tile-inner {
color: #f9f2f2;
background: #8D000D;
box-shadow: 0 0 30px 10px rgba(141, 0, 13, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1114577054219522 .tile-inner {
font-size: 4px; } }
.tile.tile-1803423556807921 .tile-inner {
color: #f9f2f2;
background: #73000A;
box-shadow: 0 0 30px 10px rgba(115, 0, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-1803423556807921 .tile-inner {
font-size: 4px; } }
.tile.tile-2918000611027443 .tile-inner {
color: #f9f2f2;
background: #5A0008;
box-shadow: 0 0 30px 10px rgba(90, 0, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-2918000611027443 .tile-inner {
font-size: 25px; } }
.tile.tile-4721424167835364 .tile-inner {
color: #f9f2f2;
background: #400005;
box-shadow: 0 0 30px 10px rgba(64, 0, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-4721424167835364 .tile-inner {
font-size: 4px; } }
.tile.tile-7639424778862807 .tile-inner {
color: #f9f2f2;
background: #270003;
box-shadow: 0 0 30px 10px rgba(39, 0, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile-7639424778862807 .tile-inner {
font-size: 4px; } }
/* Negative 2048 */
.tile.tile--1 .tile-inner {
color: #f9f2f2;
background: #000000; }
.tile.tile--2 .tile-inner {
color: #f9f2f2;
background: #2f2d2b;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile--4 .tile-inner {
color: #f9f2f2;
background: #423b2b;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile--8 .tile-inner {
color: #f9f2f2;
background: #ae6f3a; }
.tile.tile--16 .tile-inner {
color: #f9f2f2;
background: #b95b2c; }
.tile.tile--32 .tile-inner {
color: #f9f2f2;
background: #c34a2f; }
.tile.tile--64 .tile-inner {
color: #f9f2f2;
background: #cc3513; }
.tile.tile--128 .tile-inner {
color: #f9f2f2;
background: #a10000;
box-shadow: 0 0 30px 10px rgba(161, 0, 0, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--128 .tile-inner {
font-size: 25px; } }
.tile.tile--256 .tile-inner {
color: #f9f2f2;
background: #B3522D;
box-shadow: 0 0 30px 10px rgba(179, 82, 45, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--256 .tile-inner {
font-size: 25px; } }
.tile.tile--512 .tile-inner {
color: #f9f2f2;
background: #BB4D10;
box-shadow: 0 0 30px 10px rgba(187, 77, 16, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--512 .tile-inner {
font-size: 25px; } }
.tile.tile--1024 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--1024 .tile-inner {
font-size: 15px; } }
.tile.tile--2048 .tile-inner {
color: #f9f2f2;
background: #d3a612;
box-shadow: 0 0 30px 10px rgba(211, 166, 18, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--2048 .tile-inner {
font-size: 15px; } }
.tile.tile--4096 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.5);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--4096 .tile-inner {
font-size: 15px; } }
.tile.tile--8192 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.6);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--8192 .tile-inner {
font-size: 15px; } }
.tile.tile--16384 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.8);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--16384 .tile-inner {
font-size: 10px; } }
.tile.tile--32768 .tile-inner {
color: #f9f2f2;
background: rgba(163, 73, 164, 0.9);
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--32768 .tile-inner {
font-size: 10px; } }
.tile.tile--65536 .tile-inner {
color: #f9f2f2;
background: #a349a4;
box-shadow: 0 0 30px 10px rgba(163, 73, 164, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--65536 .tile-inner {
font-size: 10px; } }
.tile.tile--131072 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.6);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--131072 .tile-inner {
font-size: 10px; } }
.tile.tile--262144 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.7);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--262144 .tile-inner {
font-size: 10px; } }
.tile.tile--524288 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.8);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--524288 .tile-inner {
font-size: 10px; } }
.tile.tile--1048576 .tile-inner {
color: #f9f2f2;
background: rgba(63, 72, 204, 0.9);
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--1048576 .tile-inner {
font-size: 8px; } }
.tile.tile--2097152 .tile-inner {
color: #f9f2f2;
background: #3f48cc;
box-shadow: 0 0 30px 10px rgba(63, 72, 204, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--2097152 .tile-inner {
font-size: 8px; } }
.tile.tile--4194304 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.55);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--4194304 .tile-inner {
font-size: 8px; } }
.tile.tile--8388608 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--8388608 .tile-inner {
font-size: 8px; } }
.tile.tile--16777216 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.65);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--16777216 .tile-inner {
font-size: 7px; } }
.tile.tile--33554432 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.70);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--33554432 .tile-inner {
font-size: 7px; } }
.tile.tile--67108864 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.75);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--67108864 .tile-inner {
font-size: 7px; } }
.tile.tile--134217728 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.80);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--134217728 .tile-inner {
font-size: 7px; } }
.tile.tile--268435456 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.85);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--268435456 .tile-inner {
font-size: 7px; } }
.tile.tile--536870912 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.90);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--536870912 .tile-inner {
font-size: 7px; } }
.tile.tile--1073741824 .tile-inner {
color: #f9f2f2;
background: rgba(0, 0, 0, 0.95);
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--1073741824 .tile-inner {
font-size: 7px; } }
.tile.tile--2147483648 .tile-inner {
color: #f9f2f2;
background: black;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--2147483648 .tile-inner {
font-size: 7px; } }
.tile.tile--4294967296 .tile-inner {
color: #f9f2f2;
background: #4C0000;
box-shadow: 0 0 30px 10px rgba(76, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--4294967296 .tile-inner {
font-size: 7px; } }
.tile.tile--8589934592 .tile-inner {
color: #f9f2f2;
background: #B20000;
box-shadow: 0 0 30px 10px rgba(178, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--8589934592 .tile-inner {
font-size: 7px; } }
.tile.tile--17179869184 .tile-inner {
color: #f9f2f2;
background: #A12B2B;
box-shadow: 0 0 30px 10px rgba(161, 43, 43, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--17179869184 .tile-inner {
font-size: 7px; } }
.tile.tile--34359738368 .tile-inner {
color: #f9f2f2;
background: #B32D2D;
box-shadow: 0 0 30px 10px rgba(179, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--34359738368 .tile-inner {
font-size: 7px; } }
.tile.tile--68719476736 .tile-inner {
color: #f9f2f2;
background: #C72D2D;
box-shadow: 0 0 30px 10px rgba(199, 45, 45, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--68719476736 .tile-inner {
font-size: 7px; } }
.tile.tile--137438953472 .tile-inner {
color: #f9f2f2;
background: #DA2C2C;
box-shadow: 0 0 30px 10px rgba(218, 44, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--137438953472 .tile-inner {
font-size: 7px; } }
.tile.tile--274877906944 .tile-inner {
color: #f9f2f2;
background: #ED2E2E;
box-shadow: 0 0 30px 10px rgba(237, 46, 46, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--274877906944 .tile-inner {
font-size: 7px; } }
.tile.tile--549755813888 .tile-inner {
color: #f9f2f2;
background: #EF4545;
box-shadow: 0 0 30px 10px rgba(239, 69, 69, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--549755813888 .tile-inner {
font-size: 7px; } }
.tile.tile--1099511627776 .tile-inner {
color: #f9f2f2;
background: #B42E10;
box-shadow: 0 0 30px 10px rgba(180, 46, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--1099511627776 .tile-inner {
font-size: 6px; } }
.tile.tile--2199023255552 .tile-inner {
color: #f9f2f2;
background: #9D280E;
box-shadow: 0 0 30px 10px rgba(157, 40, 14, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--2199023255552 .tile-inner {
font-size: 6px; } }
.tile.tile--4398046511104 .tile-inner {
color: #f9f2f2;
background: #86220C;
box-shadow: 0 0 30px 10px rgba(134, 34, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--4398046511104 .tile-inner {
font-size: 6px; } }
.tile.tile--8796093022208 .tile-inner {
color: #f9f2f2;
background: #6E1C0A;
box-shadow: 0 0 30px 10px rgba(110, 28, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--8796093022208 .tile-inner {
font-size: 6px; } }
.tile.tile--17592186044416 .tile-inner {
color: #f9f2f2;
background: #571608;
box-shadow: 0 0 30px 10px rgba(87, 22, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--17592186044416 .tile-inner {
font-size: 6px; } }
.tile.tile--35184372088832 .tile-inner {
color: #f9f2f2;
background: #401005;
box-shadow: 0 0 30px 10px rgba(64, 16, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--35184372088832 .tile-inner {
font-size: 6px; } }
.tile.tile--70368744177664 .tile-inner {
color: #f9f2f2;
background: #280A03;
box-shadow: 0 0 30px 10px rgba(40, 10, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--70368744177664 .tile-inner {
font-size: 6px; } }
.tile.tile--140737488355328 .tile-inner {
color: #f9f2f2;
background: #110401;
box-shadow: 0 0 30px 10px rgba(17, 4, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--140737488355328 .tile-inner {
font-size: 5px; } }
.tile.tile--281474976710656 .tile-inner {
color: #f9f2f2;
background: #0A0302;
box-shadow: 0 0 30px 10px rgba(10, 3, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--281474976710656 .tile-inner {
font-size: 5px; } }
.tile.tile--562949953421312 .tile-inner {
color: #f9f2f2;
background: #1E0B07;
box-shadow: 0 0 30px 10px rgba(30, 11, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--562949953421312 .tile-inner {
font-size: 5px; } }
.tile.tile--1125899906842624 .tile-inner {
color: #f9f2f2;
background: #33130C;
box-shadow: 0 0 30px 10px rgba(51, 19, 12, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--1125899906842624 .tile-inner {
font-size: 5px; } }
.tile.tile--2251799813685248 .tile-inner {
color: #f9f2f2;
background: #471B11;
box-shadow: 0 0 30px 10px rgba(7, 27, 17, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--2251799813685248 .tile-inner {
font-size: 5px; } }
.tile.tile--4503599627370496 .tile-inner {
color: #f9f2f2;
background: #5C2316;
box-shadow: 0 0 30px 10px rgba(92, 35, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--4503599627370496 .tile-inner {
font-size: 5px; } }
.tile.tile--9007199254740992 .tile-inner {
color: #f9f2f2;
background: #702A1B;
box-shadow: 0 0 30px 10px rgba(112, 42, 27, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--9007199254740992 .tile-inner {
font-size: 5px; } }
.tile.tile--18014398509481984 .tile-inner {
color: #f9f2f2;
background: #853220;
box-shadow: 0 0 30px 10px rgba(133, 50, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--18014398509481984 .tile-inner {
font-size: 4px; } }
.tile.tile--36028797018963970 .tile-inner {
color: #f9f2f2;
background: #993A25;
box-shadow: 0 0 30px 10px rgba(153, 58, 37, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--36028797018963970 .tile-inner {
font-size: 4px; } }
.tile.tile--72057594037927940 .tile-inner {
color: #f9f2f2;
background: #AE422A;
box-shadow: 0 0 30px 10px rgba(174, 66, 42, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--72057594037927940 .tile-inner {
font-size: 4px; } }
.tile.tile--144115188075855870 .tile-inner {
color: #f9f2f2;
background: #CF4222;
box-shadow: 0 0 30px 10px rgba(207, 66, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--144115188075855870 .tile-inner {
font-size: 4px; } }
.tile.tile--288230376151711740 .tile-inner {
color: #f9f2f2;
background: #DB3A16;
box-shadow: 0 0 30px 10px rgba(219, 58, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--288230376151711740 .tile-inner {
font-size: 4px; } }
.tile.tile--576460752303423500 .tile-inner {
color: #f9f2f2;
background: #E7320A;
box-shadow: 0 0 30px 10px rgba(231, 50, 10, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--576460752303423500 .tile-inner {
font-size: 4px; } }
.tile.tile--1152921504606847000 .tile-inner {
color: #f9f2f2;
background: #CE2C08;
box-shadow: 0 0 30px 10px rgba(206, 44, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--1152921504606847000 .tile-inner {
font-size: 3px; } }
.tile.tile--2305843009213694000 .tile-inner {
color: #f9f2f2;
background: #B62707;
box-shadow: 0 0 30px 10px rgba(182, 39, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--2305843009213694000 .tile-inner {
font-size: 3px; } }
.tile.tile--4611686018427388000 .tile-inner {
color: #f9f2f2;
background: #9D2206;
box-shadow: 0 0 30px 10px rgba(157, 34, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--4611686018427388000 .tile-inner {
font-size: 3px; } }
.tile.tile--9223372036854776000 .tile-inner {
color: #f9f2f2;
background: #851C05;
box-shadow: 0 0 30px 10px rgba(133, 28, 5, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--9223372036854776000 .tile-inner {
font-size: 3px; } }
.tile.tile--18446744073709552000 .tile-inner {
color: #f9f2f2;
background: #6C1704;
box-shadow: 0 0 30px 10px rgba(108, 23, 4 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--18446744073709552000 .tile-inner {
font-size: 2px; } }
.tile.tile--36893488147419103000 .tile-inner {
color: #f9f2f2;
background: #541203;
box-shadow: 0 0 30px 10px rgba(84, 18, 3, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--36893488147419103000 .tile-inner {
font-size: 2px; } }
.tile.tile--73786976294838210000 .tile-inner {
color: #f9f2f2;
background: #3B0C02;
box-shadow: 0 0 30px 10px rgba(59, 12, 2, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 8px; }
@media screen and (max-width: 520px) {
.tile.tile--73786976294838210000 .tile-inner {
font-size: 2px; } }
.tile.tile--147573952589676410000 .tile-inner {
color: #f9f2f2;
background: #230701;
box-shadow: 0 0 30px 10px rgba(35, 7, 1, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile--147573952589676410000 .tile-inner {
font-size: 1px; } }
.tile.tile--295147905179352830000 .tile-inner {
color: #f9f2f2;
background: #0B0200;
box-shadow: 0 0 30px 10px rgba(11, 2, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile--295147905179352830000 .tile-inner {
font-size: 1px; } }
.tile.tile--590295810358705700000 .tile-inner {
color: #f9f2f2;
background: #040000;
box-shadow: 0 0 30px 10px rgba(4, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 7px; }
@media screen and (max-width: 520px) {
.tile.tile--590295810358705700000 .tile-inner {
font-size: 1px; } }
/* Negative Threes */
.tile.tile--3 .tile-inner {
color: #f9f2f2;
background: #251110; }
.tile.tile--6 .tile-inner {
color: #f9f2f2;
background: #361712; }
.tile.tile--12 .tile-inner {
color: #f9f2f2;
background: #860D11; }
.tile.tile--24 .tile-inner {
color: #f9f2f2;
background: #9C1009; }
.tile.tile--48 .tile-inner {
color: #f9f2f2;
background: #A01208; }
.tile.tile--96 .tile-inner {
color: #f9f2f2;
background: #C41408; }
.tile.tile--192 .tile-inner {
color: #f9f2f2;
background: #8D1111;
box-shadow: 0 0 30px 10px rgba(141, 17, 17, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--192 .tile-inner {
font-size: 25px; } }
.tile.tile--384 .tile-inner {
color: #f9f2f2;
background: #9E1111;
box-shadow: 0 0 30px 10px rgba(158, 17, 17, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--384 .tile-inner {
font-size: 25px; } }
.tile.tile--768 .tile-inner {
color: #f9f2f2;
background: #AF1111;
box-shadow: 0 0 30px 10px rgba(175, 59, 17, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--768 .tile-inner {
font-size: 25px; } }
.tile.tile--1536 .tile-inner {
color: #f9f2f2;
background: #C01111;
box-shadow: 0 0 30px 10px rgba(192, 17, 17, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--1536 .tile-inner {
font-size: 15px; } }
.tile.tile--3072 .tile-inner {
color: #f9f2f2;
background: #D11111;
box-shadow: 0 0 30px 10px rgba(209, 17, 17, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--3072 .tile-inner {
font-size: 15px; } }
.tile.tile--6144 .tile-inner {
color: #f9f2f2;
background: #E11111;
box-shadow: 0 0 30px 10px rgba(225, 17, 17, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--6144 .tile-inner {
font-size: 15px; } }
.tile.tile--12288 .tile-inner {
color: #f9f2f2;
background: #A12B2B;
box-shadow: 0 0 30px 10px rgba(161, 43, 43, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--12288 .tile-inner {
font-size: 12px; } }
.tile.tile--24576 .tile-inner {
color: #f9f2f2;
background: #B53030;
box-shadow: 0 0 30px 10px rgba(181, 48, 48, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--24576 .tile-inner {
font-size: 12px; } }
.tile.tile--49152 .tile-inner {
color: #f9f2f2;
background: #C93535;
box-shadow: 0 0 30px 10px rgba(201, 53, 53, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--49152 .tile-inner {
font-size: 12px; } }
.tile.tile--98304 .tile-inner {
color: #f9f2f2;
background: #CE4949;
box-shadow: 0 0 30px 10px rgba(206, 73, 73, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--98304 .tile-inner {
font-size: 12px; } }
.tile.tile--196608 .tile-inner {
color: #f9f2f2;
background: #A3440E;
box-shadow: 0 0 30px 10px rgba(163, 68, 14, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--196608 .tile-inner {
font-size: 10px; } }
.tile.tile--393216 .tile-inner {
color: #f9f2f2;
background: #BB4D10;
box-shadow: 0 0 30px 10px rgba(187, 77, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--393216 .tile-inner {
font-size: 10px; } }
.tile.tile--786432 .tile-inner {
color: #f9f2f2;
background: #D25713;
box-shadow: 0 0 30px 10px rgba(210, 87, 19, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--786432 .tile-inner {
font-size: 10px; } }
.tile.tile--1572864 .tile-inner {
color: #f9f2f2;
background: #8D6822;
box-shadow: 0 0 30px 10px rgba(141, 104, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--1572864 .tile-inner {
font-size: 8px; } }
.tile.tile--3145728 .tile-inner {
color: #f9f2f2;
background: #A27727;
box-shadow: 0 0 30px 10px rgba(162, 119, 39, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--3145728 .tile-inner {
font-size: 8px; } }
.tile.tile--6291456 .tile-inner {
color: #f9f2f2;
background: #B6872C;
box-shadow: 0 0 30px 10px rgba(182, 135, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--6291456 .tile-inner {
font-size: 8px; } }
.tile.tile--12582912 .tile-inner {
color: #f9f2f2;
background: #A6840E;
box-shadow: 0 0 30px 10px rgba(166, 132, 14, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--12582912 .tile-inner {
font-size: 7px; } }
.tile.tile--25165824 .tile-inner {
color: #f9f2f2;
background: #BE9710;
box-shadow: 0 0 30px 10px rgba(190, 151, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--25165824 .tile-inner {
font-size: 7px; } }
.tile.tile--50331648 .tile-inner {
color: #f9f2f2;
background: #D5A912;
box-shadow: 0 0 30px 10px rgba(213, 169, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--50331648 .tile-inner {
font-size: 7px; } }
.tile.tile--100663296 .tile-inner {
color: #f9f2f2;
background: #EABB16;
box-shadow: 0 0 30px 10px rgba(234, 187, 22, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--100663296 .tile-inner {
font-size: 7px; } }
.tile.tile--201326592 .tile-inner {
color: #f9f2f2;
background: #F8C822;
box-shadow: 0 0 30px 10px rgba(248, 200, 34, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--201326592 .tile-inner {
font-size: 7px; } }
.tile.tile--402653184 .tile-inner {
color: #f9f2f2;
background: #F7C109;
box-shadow: 0 0 30px 10px rgba(247, 193, 9, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--402653184 .tile-inner {
font-size: 7px; } }
.tile.tile--805306368 .tile-inner {
color: #f9f2f2;
background: #DFAF07;
box-shadow: 0 0 30px 10px rgba(223, 175, 7, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--805306368 .tile-inner {
font-size: 7px; } }
.tile.tile--1610612736 .tile-inner {
color: #f9f2f2;
background: #C79B06;
box-shadow: 0 0 30px 10px rgba(199, 155, 6, 1.0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--1610612736 .tile-inner {
font-size: 7px; } }
.tile.tile--3221225472 .tile-inner {
color: #f9f2f2;
background: #c7c706;
box-shadow: 0 0 30px 10px rgba(199, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--3221225472 .tile-inner {
font-size: 7px; } }
.tile.tile--6442450944 .tile-inner {
color: #f9f2f2;
background: #6f00df;
box-shadow: 0 0 30px 10px rgba(111, 0, 223, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--6442450944 .tile-inner {
font-size: 7px; } }
.tile.tile--12884901888 .tile-inner {
color: #f9f2f2;
background: #97c706;
box-shadow: 0 0 30px 10px rgba(151, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--12884901888 .tile-inner {
font-size: 7px; } }
.tile.tile--25769803776 .tile-inner {
color: #f9f2f2;
background: #66c706;
box-shadow: 0 0 30px 10px rgba(102, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--25769803776 .tile-inner {
font-size: 7px; } }
.tile.tile--51539607552 .tile-inner {
color: #f9f2f2;
background: #36c706;
box-shadow: 0 0 30px 10px rgba(54, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--51539607552 .tile-inner {
font-size: 7px; } }
.tile.tile--103079215104 .tile-inner {
color: #f9f2f2;
background: #06c706;
box-shadow: 0 0 30px 10px rgba(6, 199, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--103079215104 .tile-inner {
font-size: 7px; } }
.tile.tile--206158430208 .tile-inner {
color: #f9f2f2;
background: #06c736;
box-shadow: 0 0 30px 10px rgba(6, 199, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--206158430208 .tile-inner {
font-size: 7px; } }
.tile.tile--412316860416 .tile-inner {
color: #f9f2f2;
background: #06c766;
box-shadow: 0 0 30px 10px rgba(6, 199, 102, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--412316860416 .tile-inner {
font-size: 7px; } }
.tile.tile--824633720832 .tile-inner {
color: #f9f2f2;
background: #06c797;
box-shadow: 0 0 30px 10px rgba(6, 199, 151, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--824633720832 .tile-inner {
font-size: 7px; } }
.tile.tile--1649267441664 .tile-inner {
color: #f9f2f2;
background: #06c7c7;
box-shadow: 0 0 30px 10px rgba(6, 199, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--1649267441664 .tile-inner {
font-size: 6px; } }
.tile.tile--3298534883328 .tile-inner {
color: #f9f2f2;
background: #0697c7;
box-shadow: 0 0 30px 10px rgba(6, 151, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--3298534883328 .tile-inner {
font-size: 6px; } }
.tile.tile--6597069766656 .tile-inner {
color: #f9f2f2;
background: #0666c7;
box-shadow: 0 0 30px 10px rgba(6, 102, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 14px; }
@media screen and (max-width: 520px) {
.tile.tile--6597069766656 .tile-inner {
font-size: 6px; } }
.tile.tile--13194139533312 .tile-inner {
color: #f9f2f2;
background: #0636c7;
box-shadow: 0 0 30px 10px rgba(6, 54, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--13194139533312 .tile-inner {
font-size: 5px; } }
.tile.tile--26388279066624 .tile-inner {
color: #f9f2f2;
background: #0606c7;
box-shadow: 0 0 30px 10px rgba(6, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--26388279066624 .tile-inner {
font-size: 5px; } }
.tile.tile--52776558133248 .tile-inner {
color: #f9f2f2;
background: #3606c7;
box-shadow: 0 0 30px 10px rgba(54, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--52776558133248 .tile-inner {
font-size: 5px; } }
.tile.tile--105553116266496 .tile-inner {
color: #f9f2f2;
background: #6606c7;
box-shadow: 0 0 30px 10px rgba(102, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--105553116266496 .tile-inner {
font-size: 5px; } }
.tile.tile--211106232532992 .tile-inner {
color: #f9f2f2;
background: #9706c7;
box-shadow: 0 0 30px 10px rgba(151, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--211106232532992 .tile-inner {
font-size: 5px; } }
.tile.tile--422212465065984 .tile-inner {
color: #f9f2f2;
background: #c706c7;
box-shadow: 0 0 30px 10px rgba(199, 6, 199, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--422212465065984 .tile-inner {
font-size: 5px; } }
.tile.tile--844424930131968 .tile-inner {
color: #f9f2f2;
background: #c70697;
box-shadow: 0 0 30px 10px rgba(199, 6, 151, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--844424930131968 .tile-inner {
font-size: 5px; } }
.tile.tile--1688849860263936 .tile-inner {
color: #f9f2f2;
background: #c70666;
box-shadow: 0 0 30px 10px rgba(199, 6, 102, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--1688849860263936 .tile-inner {
font-size: 5px; } }
.tile.tile--3377699720527872 .tile-inner {
color: #f9f2f2;
background: #c70636;
box-shadow: 0 0 30px 10px rgba(199, 6, 54, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--3377699720527872 .tile-inner {
font-size: 5px; } }
.tile.tile--6755399441055744 .tile-inner {
color: #f9f2f2;
background: #c70606;
box-shadow: 0 0 30px 10px rgba(199, 6, 6, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--6755399441055744 .tile-inner {
font-size: 5px; } }
/* Negative Powers of 3 */
.tile.tile--9 .tile-inner {
color: #f9f2f2;
background: #362A12; }
.tile.tile--27 .tile-inner {
color: #f9f2f2;
background: #86450D; }
.tile.tile--81 .tile-inner {
color: #f9f2f2;
background: #9E2048; }
.tile.tile--243 .tile-inner {
color: #f9f2f2;
background: #A02608;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--243 .tile-inner {
font-size: 25px; } }
.tile.tile--729 .tile-inner {
color: #f9f2f2;
background: #C42C08;
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile--729 .tile-inner {
font-size: 25px; } }
.tile.tile--2187 .tile-inner {
color: #f9f2f2;
background: #8D6F11;
box-shadow: 0 0 30px 10px rgba(141, 111, 17, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--2187 .tile-inner {
font-size: 15px; } }
.tile.tile--6561 .tile-inner {
color: #f9f2f2;
background: #9E7D11;
box-shadow: 0 0 30px 10px rgba(158, 125, 17, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile--6561 .tile-inner {
font-size: 15px; } }
.tile.tile--19683 .tile-inner {
color: #f9f2f2;
background: #AF8911;
box-shadow: 0 0 30px 10px rgba(175, 137, 17, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--19683 .tile-inner {
font-size: 12px; } }
.tile.tile--59049 .tile-inner {
color: #f9f2f2;
background: #C09811;
box-shadow: 0 0 30px 10px rgba(192, 152, 17, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile--59049 .tile-inner {
font-size: 12px; } }
.tile.tile--177147 .tile-inner {
color: #f9f2f2;
background: #D1A611;
box-shadow: 0 0 30px 10px rgba(209, 166, 17, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--177147 .tile-inner {
font-size: 10px; } }
.tile.tile--531441 .tile-inner {
color: #f9f2f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(237, 194, 46, 0.66667), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 25px; }
@media screen and (max-width: 520px) {
.tile.tile--531441 .tile-inner {
font-size: 10px; } }
.tile.tile--1594323 .tile-inner {
color: #f9f2f2;
background: #dab32d;
box-shadow: 0 0 30px 10px rgba(218, 179, 45, 0.77778), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--1594323 .tile-inner {
font-size: 8px; } }
.tile.tile--4782969 .tile-inner {
color: #f9f2f2;
background: #c7a42d;
box-shadow: 0 0 30px 10px rgba(199, 164, 45, 0.88889), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 21px; }
@media screen and (max-width: 520px) {
.tile.tile--4782969 .tile-inner {
font-size: 8px; } }
.tile.tile--14348907 .tile-inner {
color: #f9f2f2;
background: #b3952d;
box-shadow: 0 0 30px 10px rgba(179, 149, 45, 0.99999), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile-14348907 .tile-inner {
font-size: 7px; } }
.tile.tile--43046721 .tile-inner {
color: #f9f2f2;
background: #a1862c;
box-shadow: 0 0 30px 10px rgba(161, 134, 44, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 18px; }
@media screen and (max-width: 520px) {
.tile.tile--43046721 .tile-inner {
font-size: 7px; } }
.tile.tile--129140163 .tile-inner {
color: #f9f2f2;
background: #bc9410;
box-shadow: 0 0 30px 10px rgba(188, 148, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--129140163 .tile-inner {
font-size: 7px; } }
.tile.tile--387420489 .tile-inner {
color: #f9f2f2;
background: #d3a612;
box-shadow: 0 0 30px 10px rgba(211, 166, 18, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 16px; }
@media screen and (max-width: 520px) {
.tile.tile--387420489 .tile-inner {
font-size: 7px; } }
.tile.tile--1162261467 .tile-inner {
color: #f9f2f2;
background: #ebb914;
box-shadow: 0 0 30px 10px rgba(235, 185, 20, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--1162261467 .tile-inner {
font-size: 7px; } }
.tile.tile--3486784401 .tile-inner {
color: #f9f2f2;
background: #efa020;
box-shadow: 0 0 30px 10px rgba(239, 160, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile--3486784401 .tile-inner {
font-size: 7px; } }
.tile.tile--10460353203 .tile-inner {
color: #f9f2f2;
background: #f27511;
box-shadow: 0 0 30px 10px rgba(242, 117, 17, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--10460353203 .tile-inner {
font-size: 7px; } }
.tile.tile--31381059609 .tile-inner {
color: #f9f2f2;
background: #ff3000;
box-shadow: 0 0 30px 10px rgba(255, 48, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--31381059609 .tile-inner {
font-size: 7px; } }
.tile.tile--94143178827 .tile-inner {
color: #f9f2f2;
background: #CE3410;
box-shadow: 0 0 30px 10px rgba(206, 52, 16, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 13px; }
@media screen and (max-width: 520px) {
.tile.tile--94143178827 .tile-inner {
font-size: 7px; } }
.tile.tile--282429536481 .tile-inner {
color: #f9f2f2;
background: #9E3720;
box-shadow: 0 0 30px 10px rgba(158, 55, 32, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--282429536481 .tile-inner {
font-size: 7px; } }
.tile.tile--847288609443 .tile-inner {
color: #f9f2f2;
background: #B33E24;
box-shadow: 0 0 30px 10px rgba(179, 62, 36, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 12px; }
@media screen and (max-width: 520px) {
.tile.tile--847288609443 .tile-inner {
font-size: 7px; } }
.tile.tile--2541865828329 .tile-inner {
color: #d4ceb5;
background: #b54d35;
box-shadow: 0 0 30px 10px rgba(181, 77, 53, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--2541865828329 .tile-inner {
font-size: 7px; } }
.tile.tile--7625597484987.tile-inner {
color: #b6b096;
background: #8b4331;
box-shadow: 0 0 30px 10px rgba(139, 67, 49, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 11px; }
@media screen and (max-width: 520px) {
.tile.tile--7625597484987 .tile-inner {
font-size: 7px; } }
.tile.tile--22876792454961 .tile-inner {
color: #968e69;
background: #653b2f;
box-shadow: 0 0 30px 10px rgba(101, 59, 47, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--22876792454961 .tile-inner {
font-size: 7px; } }
.tile.tile--68630377364883 .tile-inner {
color: #968e69;
background: #553730;
box-shadow: 0 0 30px 10px rgba(85, 55, 48, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--68630377364883 .tile-inner {
font-size: 7px; } }
.tile.tile--205891132094649 .tile-inner {
color: #6c674b;
background: #402b26;
box-shadow: 0 0 30px 10px rgba(64, 43, 38, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--205891132094649 .tile-inner {
font-size: 7px; } }
.tile.tile--617673396283947 .tile-inner {
color: #6c674b;
background: #261612;
box-shadow: 0 0 30px 10px rgba(38, 22, 18, 1), inset 0 0 0 1px rgba(0, 0, 0, 0.33333);
font-size: 9px; }
@media screen and (max-width: 520px) {
.tile.tile--617673396283947 .tile-inner {
font-size: 7px; } }
.tile.tile--1853020188851841 .tile-inner {
color: #f9f2f2;
background: #B60033;
box-shadow: 0 0 30px 10px rgba(182, 0, 51, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--1853020188851841 .tile-inner {
font-size: 4px; } }
.tile.tile--5559060566555523 .tile-inner {
color: #f9f2f2;
background: #801638;
box-shadow: 0 0 30px 10px rgba(128, 22, 56, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile--5559060566555523 .tile-inner {
font-size: 4px; } }
@-webkit-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
.tile-new .tile-inner {
-webkit-animation: appear 200ms ease 100ms;
-moz-animation: appear 200ms ease 100ms;
animation: appear 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
.tile-merged .tile-inner {
z-index: 20;
-webkit-animation: pop 200ms ease 100ms;
-moz-animation: pop 200ms ease 100ms;
animation: pop 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
.above-game:after {
content: "";
display: block;
clear: both; }
.game-intro {
float: left;
line-height: 42px;
margin-bottom: 0; }
.restart-button {
display: inline-block;
background: #8f6666;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f2f2;
height: 40px;
line-height: 42px;
display: block;
text-align: center;
float: right; }
.game-explanation {
margin-top: 50px; }
@media screen and (max-width: 520px) {
html, body {
font-size: 15px; }
body {
margin: 20px 0;
padding: 0 20px; }
h1.title {
font-size: 27px;
margin-top: 15px; }
.container {
width: 1092px;
margin: 0 auto; }
button {
color: white;
background: #bba0a0;
padding: 2px;
border-radius: 2px;
font-size: 20px;
font-weight: bold;
width: 220px; }
.score-container, .best-container {
margin-top: 0;
padding: 15px 10px;
min-width: 40px; }
.heading {
margin-bottom: 10px; }
.game-intro {
width: 55%;
display: block;
box-sizing: border-box;
line-height: 1.65; }
.restart-button {
width: 42%;
padding: 0;
display: block;
box-sizing: border-box;
margin-top: 2px; }
.game-container {
margin-top: 40px;
position: relative;
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bba0a0;
border-radius: 6px;
width: 1092px;
height: 1092px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(238, 218, 218, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f6666;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f2f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 46, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 10px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 57.5px;
height: 57.5px;
margin-right: 10px;
float: left;
border-radius: 3px;
background: rgba(238, 218, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 58px;
height: 58px;
line-height: 67.5px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 68px);
-moz-transform: translate(0px, 68px);
transform: translate(0px, 68px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 136px);
-moz-transform: translate(0px, 136px);
transform: translate(0px, 136px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 204px);
-moz-transform: translate(0px, 204px);
transform: translate(0px, 204px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 340px);
-moz-transform: translate(0px, 340px);
transform: translate(0px, 340px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 408px);
-moz-transform: translate(0px, 408px);
transform: translate(0px, 408px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 476px);
-moz-transform: translate(0px, 476px);
transform: translate(0px, 476px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 544px);
-moz-transform: translate(0px, 544px);
transform: translate(0px, 544px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(68px, 0px);
-moz-transform: translate(68px, 0px);
transform: translate(68px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(68px, 68px);
-moz-transform: translate(68px, 68px);
transform: translate(68px, 68px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(68px, 136px);
-moz-transform: translate(68px, 136px);
transform: translate(68px, 136px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(68px, 204px);
-moz-transform: translate(68px, 204px);
transform: translate(68px, 204px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(68px, 340px);
-moz-transform: translate(68px, 340px);
transform: translate(68px, 340px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(68px, 408px);
-moz-transform: translate(68px, 408px);
transform: translate(68px, 408px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(68px, 476px);
-moz-transform: translate(68px, 476px);
transform: translate(68px, 476px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(68px, 544px);
-moz-transform: translate(68px, 544px);
transform: translate(68px, 544px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(136px, 0px);
-moz-transform: translate(136px, 0px);
transform: translate(136px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(136px, 68px);
-moz-transform: translate(136px, 68px);
transform: translate(136px, 68px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(136px, 136px);
-moz-transform: translate(136px, 136px);
transform: translate(136px, 136px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(136px, 204px);
-moz-transform: translate(136px, 204px);
transform: translate(136px, 204px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(136px, 340px);
-moz-transform: translate(136px, 340px);
transform: translate(136px, 340px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(136px, 408px);
-moz-transform: translate(136px, 408px);
transform: translate(136px, 408px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(136px, 476px);
-moz-transform: translate(136px, 476px);
transform: translate(136px, 476px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(136px, 544px);
-moz-transform: translate(136px, 544px);
transform: translate(136px, 544px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(204px, 0px);
-moz-transform: translate(204px, 0px);
transform: translate(204px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(204px, 68px);
-moz-transform: translate(204px, 68px);
transform: translate(204px, 68px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(204px, 136px);
-moz-transform: translate(204px, 136px);
transform: translate(204px, 136px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(204px, 204px);
-moz-transform: translate(204px, 204px);
transform: translate(204px, 204px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(204px, 340px);
-moz-transform: translate(204px, 340px);
transform: translate(204px, 340px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(204px, 408px);
-moz-transform: translate(204px, 408px);
transform: translate(204px, 408px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(204px, 476px);
-moz-transform: translate(204px, 476px);
transform: translate(204px, 476px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(204px, 544px);
-moz-transform: translate(204px, 544px);
transform: translate(204px, 544px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(272px, 0px);
-moz-transform: translate(272px, 0px);
transform: translate(272px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(272px, 68px);
-moz-transform: translate(272px, 68px);
transform: translate(272px, 68px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(272px, 136px);
-moz-transform: translate(272px, 136px);
transform: translate(272px, 136px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(272px, 204px);
-moz-transform: translate(272px, 204px);
transform: translate(272px, 204px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(272px, 340px);
-moz-transform: translate(272px, 340px);
transform: translate(272px, 340px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(272px, 408px);
-moz-transform: translate(272px, 408px);
transform: translate(272px, 408px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(272px, 476px);
-moz-transform: translate(272px, 476px);
transform: translate(272px, 476px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(272px, 544px);
-moz-transform: translate(272px, 544px);
transform: translate(272px, 544px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(340px, 0px);
-moz-transform: translate(340px, 0px);
transform: translate(340px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(340px, 68px);
-moz-transform: translate(340px, 68px);
transform: translate(340px, 68px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(340px, 136px);
-moz-transform: translate(340px, 136px);
transform: translate(340px, 136px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(340px, 204px);
-moz-transform: translate(340px, 204px);
transform: translate(340px, 204px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(340px, 340px);
-moz-transform: translate(340px, 340px);
transform: translate(340px, 340px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(340px, 408px);
-moz-transform: translate(340px, 408px);
transform: translate(340px, 408px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(340px, 476px);
-moz-transform: translate(340px, 476px);
transform: translate(340px, 476px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(340px, 544px);
-moz-transform: translate(340px, 544px);
transform: translate(340px, 544px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(408px, 0px);
-moz-transform: translate(408px, 0px);
transform: translate(408px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(408px, 68px);
-moz-transform: translate(408px, 68px);
transform: translate(408px, 68px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(408px, 136px);
-moz-transform: translate(408px, 136px);
transform: translate(408px, 136px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(408px, 204px);
-moz-transform: translate(408px, 204px);
transform: translate(408px, 204px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(408px, 340px);
-moz-transform: translate(408px, 340px);
transform: translate(408px, 340px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(408px, 408px);
-moz-transform: translate(408px, 408px);
transform: translate(408px, 408px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(408px, 476px);
-moz-transform: translate(408px, 476px);
transform: translate(408px, 476px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(408px, 544px);
-moz-transform: translate(408px, 544px);
transform: translate(408px, 544px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(476px, 0px);
-moz-transform: translate(476px, 0px);
transform: translate(476px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(476px, 68px);
-moz-transform: translate(476px, 68px);
transform: translate(476px, 68px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(476px, 136px);
-moz-transform: translate(476px, 136px);
transform: translate(476px, 136px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(476px, 204px);
-moz-transform: translate(476px, 204px);
transform: translate(476px, 204px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(476px, 340px);
-moz-transform: translate(476px, 340px);
transform: translate(476px, 340px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(476px, 408px);
-moz-transform: translate(476px, 408px);
transform: translate(476px, 408px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(476px, 476px);
-moz-transform: translate(476px, 476px);
transform: translate(476px, 476px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(476px, 544px);
-moz-transform: translate(476px, 544px);
transform: translate(476px, 544px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 68px);
-moz-transform: translate(0px, 68px);
transform: translate(0px, 68px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 136px);
-moz-transform: translate(0px, 136px);
transform: translate(0px, 136px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 204px);
-moz-transform: translate(0px, 204px);
transform: translate(0px, 204px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 272px);
-moz-transform: translate(0px, 272px);
transform: translate(0px, 272px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 340px);
-moz-transform: translate(0px, 340px);
transform: translate(0px, 340px); }
.tile.tile-position-1-7 {
-webkit-transform: translate(0px, 408px);
-moz-transform: translate(0px, 408px);
transform: translate(0px, 408px); }
.tile.tile-position-1-8 {
-webkit-transform: translate(0px, 476px);
-moz-transform: translate(0px, 476px);
transform: translate(0px, 476px); }
.tile.tile-position-1-9 {
-webkit-transform: translate(0px, 544px);
-moz-transform: translate(0px, 544px);
transform: translate(0px, 544px); }
.tile.tile-position-1-10 {
-webkit-transform: translate(0px, 612px);
-moz-transform: translate(0px, 612px);
transform: translate(0px, 612px); }
.tile.tile-position-1-11 {
-webkit-transform: translate(0px, 680px);
-moz-transform: translate(0px, 680px);
transform: translate(0px, 680px); }
.tile.tile-position-1-12 {
-webkit-transform: translate(0px, 748px);
-moz-transform: translate(0px, 748px);
transform: translate(0px, 748px); }
.tile.tile-position-1-13 {
-webkit-transform: translate(0px, 816px);
-moz-transform: translate(0px, 816px);
transform: translate(0px, 816px); }
.tile.tile-position-1-14 {
-webkit-transform: translate(0px, 884px);
-moz-transform: translate(0px, 884px);
transform: translate(0px, 884px); }
.tile.tile-position-1-15 {
-webkit-transform: translate(0px, 952px);
-moz-transform: translate(0px, 952px);
transform: translate(0px, 952px); }
.tile.tile-position-1-16 {
-webkit-transform: translate(0px, 1020px);
-moz-transform: translate(0px, 1020px);
transform: translate(0px, 1020px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(68px, 0px);
-moz-transform: translate(68px, 0px);
transform: translate(68px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(68px, 68px);
-moz-transform: translate(68px, 68px);
transform: translate(68px, 68px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(68px, 136px);
-moz-transform: translate(68px, 136px);
transform: translate(68px, 136px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(68px, 204px);
-moz-transform: translate(68px, 204px);
transform: translate(68px, 204px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(68px, 272px);
-moz-transform: translate(68px, 272px);
transform: translate(68px, 272px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(68px, 340px);
-moz-transform: translate(68px, 340px);
transform: translate(68px, 340px); }
.tile.tile-position-2-7 {
-webkit-transform: translate(68px, 408px);
-moz-transform: translate(68px, 408px);
transform: translate(68px, 408px); }
.tile.tile-position-2-8 {
-webkit-transform: translate(68px, 476px);
-moz-transform: translate(68px, 476px);
transform: translate(68px, 476px); }
.tile.tile-position-2-9 {
-webkit-transform: translate(68px, 544px);
-moz-transform: translate(68px, 544px);
transform: translate(68px, 544px); }
.tile.tile-position-2-10 {
-webkit-transform: translate(68px, 612px);
-moz-transform: translate(68px, 612px);
transform: translate(68px, 612px); }
.tile.tile-position-2-11 {
-webkit-transform: translate(68px, 680px);
-moz-transform: translate(68px, 680px);
transform: translate(68px, 680px); }
.tile.tile-position-2-12 {
-webkit-transform: translate(68px, 748px);
-moz-transform: translate(68px, 748px);
transform: translate(68px, 748px); }
.tile.tile-position-2-13 {
-webkit-transform: translate(68px, 816px);
-moz-transform: translate(68px, 816px);
transform: translate(68px, 816px); }
.tile.tile-position-2-14 {
-webkit-transform: translate(68px, 884px);
-moz-transform: translate(68px, 884px);
transform: translate(68px, 884px); }
.tile.tile-position-2-15 {
-webkit-transform: translate(68px, 952px);
-moz-transform: translate(68px, 952px);
transform: translate(68px, 952px); }
.tile.tile-position-2-16 {
-webkit-transform: translate(68px, 1020px);
-moz-transform: translate(68px, 1020px);
transform: translate(68px, 1020px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(136px, 0px);
-moz-transform: translate(136px, 0px);
transform: translate(136px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(136px, 68px);
-moz-transform: translate(136px, 68px);
transform: translate(136px, 68px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(136px, 136px);
-moz-transform: translate(136px, 136px);
transform: translate(136px, 136px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(136px, 204px);
-moz-transform: translate(136px, 204px);
transform: translate(136px, 204px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(136px, 272px);
-moz-transform: translate(136px, 272px);
transform: translate(136px, 272px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(136px, 340px);
-moz-transform: translate(136px, 340px);
transform: translate(136px, 340px); }
.tile.tile-position-3-7 {
-webkit-transform: translate(136px, 408px);
-moz-transform: translate(136px, 408px);
transform: translate(136px, 408px); }
.tile.tile-position-3-8 {
-webkit-transform: translate(136px, 476px);
-moz-transform: translate(136px, 476px);
transform: translate(136px, 476px); }
.tile.tile-position-3-9 {
-webkit-transform: translate(136px, 544px);
-moz-transform: translate(136px, 544px);
transform: translate(136px, 544px); }
.tile.tile-position-3-10 {
-webkit-transform: translate(136px, 612px);
-moz-transform: translate(136px, 612px);
transform: translate(136px, 612px); }
.tile.tile-position-3-11 {
-webkit-transform: translate(136px, 680px);
-moz-transform: translate(136px, 680px);
transform: translate(136px, 680px); }
.tile.tile-position-3-12 {
-webkit-transform: translate(136px, 748px);
-moz-transform: translate(136px, 748px);
transform: translate(136px, 748px); }
.tile.tile-position-3-13 {
-webkit-transform: translate(136px, 816px);
-moz-transform: translate(136px, 816px);
transform: translate(136px, 816px); }
.tile.tile-position-3-14 {
-webkit-transform: translate(136px, 884px);
-moz-transform: translate(136px, 884px);
transform: translate(136px, 884px); }
.tile.tile-position-3-15 {
-webkit-transform: translate(136px, 952px);
-moz-transform: translate(136px, 952px);
transform: translate(136px, 952px); }
.tile.tile-position-3-16 {
-webkit-transform: translate(136px, 1020px);
-moz-transform: translate(136px, 1020px);
transform: translate(136px, 1020px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(204px, 0px);
-moz-transform: translate(204px, 0px);
transform: translate(204px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(204px, 68px);
-moz-transform: translate(204px, 68px);
transform: translate(204px, 68px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(204px, 136px);
-moz-transform: translate(204px, 136px);
transform: translate(204px, 136px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(204px, 204px);
-moz-transform: translate(204px, 204px);
transform: translate(204px, 204px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(204px, 272px);
-moz-transform: translate(204px, 272px);
transform: translate(204px, 272px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(204px, 340px);
-moz-transform: translate(204px, 340px);
transform: translate(204px, 340px); }
.tile.tile-position-4-7 {
-webkit-transform: translate(204px, 408px);
-moz-transform: translate(204px, 408px);
transform: translate(204px, 408px); }
.tile.tile-position-4-8 {
-webkit-transform: translate(204px, 476px);
-moz-transform: translate(204px, 476px);
transform: translate(204px, 476px); }
.tile.tile-position-4-9 {
-webkit-transform: translate(204px, 544px);
-moz-transform: translate(204px, 544px);
transform: translate(204px, 544px); }
.tile.tile-position-4-10 {
-webkit-transform: translate(204px, 612px);
-moz-transform: translate(204px, 612px);
transform: translate(204px, 612px); }
.tile.tile-position-4-11 {
-webkit-transform: translate(204px, 680px);
-moz-transform: translate(204px, 680px);
transform: translate(204px, 680px); }
.tile.tile-position-4-12 {
-webkit-transform: translate(204px, 748px);
-moz-transform: translate(204px, 748px);
transform: translate(204px, 748px); }
.tile.tile-position-4-13 {
-webkit-transform: translate(204px, 816px);
-moz-transform: translate(204px, 816px);
transform: translate(204px, 816px); }
.tile.tile-position-4-14 {
-webkit-transform: translate(204px, 884px);
-moz-transform: translate(204px, 884px);
transform: translate(204px, 884px); }
.tile.tile-position-4-15 {
-webkit-transform: translate(204px, 952px);
-moz-transform: translate(204px, 952px);
transform: translate(204px, 952px); }
.tile.tile-position-4-16 {
-webkit-transform: translate(204px, 1020px);
-moz-transform: translate(204px, 1020px);
transform: translate(204px, 1020px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(272px, 0px);
-moz-transform: translate(272px, 0px);
transform: translate(272px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(272px, 68px);
-moz-transform: translate(272px, 68px);
transform: translate(272px, 68px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(272px, 136px);
-moz-transform: translate(272px, 136px);
transform: translate(272px, 136px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(272px, 204px);
-moz-transform: translate(272px, 204px);
transform: translate(272px, 204px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(272px, 272px);
-moz-transform: translate(272px, 272px);
transform: translate(272px, 272px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(272px, 340px);
-moz-transform: translate(272px, 340px);
transform: translate(272px, 340px); }
.tile.tile-position-5-7 {
-webkit-transform: translate(272px, 408px);
-moz-transform: translate(272px, 408px);
transform: translate(272px, 408px); }
.tile.tile-position-5-8 {
-webkit-transform: translate(272px, 476px);
-moz-transform: translate(272px, 476px);
transform: translate(272px, 476px); }
.tile.tile-position-5-9 {
-webkit-transform: translate(272px, 544px);
-moz-transform: translate(272px, 544px);
transform: translate(272px, 544px); }
.tile.tile-position-5-10 {
-webkit-transform: translate(272px, 612px);
-moz-transform: translate(272px, 612px);
transform: translate(272px, 612px); }
.tile.tile-position-5-11 {
-webkit-transform: translate(272px, 680px);
-moz-transform: translate(272px, 680px);
transform: translate(272px, 680px); }
.tile.tile-position-5-12 {
-webkit-transform: translate(272px, 748px);
-moz-transform: translate(272px, 748px);
transform: translate(272px, 748px); }
.tile.tile-position-5-13 {
-webkit-transform: translate(272px, 816px);
-moz-transform: translate(272px, 816px);
transform: translate(272px, 816px); }
.tile.tile-position-5-14 {
-webkit-transform: translate(272px, 884px);
-moz-transform: translate(272px, 884px);
transform: translate(272px, 884px); }
.tile.tile-position-5-15 {
-webkit-transform: translate(272px, 952px);
-moz-transform: translate(272px, 952px);
transform: translate(272px, 952px); }
.tile.tile-position-5-16 {
-webkit-transform: translate(272px, 1020px);
-moz-transform: translate(272px, 1020px);
transform: translate(272px, 1020px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(340px, 0px);
-moz-transform: translate(340px, 0px);
transform: translate(340px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(340px, 68px);
-moz-transform: translate(340px, 68px);
transform: translate(340px, 68px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(340px, 136px);
-moz-transform: translate(340px, 136px);
transform: translate(340px, 136px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(340px, 204px);
-moz-transform: translate(340px, 204px);
transform: translate(340px, 204px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(340px, 272px);
-moz-transform: translate(340px, 272px);
transform: translate(340px, 272px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(340px, 340px);
-moz-transform: translate(340px, 340px);
transform: translate(340px, 340px); }
.tile.tile-position-6-7 {
-webkit-transform: translate(340px, 408px);
-moz-transform: translate(340px, 408px);
transform: translate(340px, 408px); }
.tile.tile-position-6-8 {
-webkit-transform: translate(340px, 476px);
-moz-transform: translate(340px, 476px);
transform: translate(340px, 476px); }
.tile.tile-position-6-9 {
-webkit-transform: translate(340px, 544px);
-moz-transform: translate(340px, 544px);
transform: translate(340px, 544px); }
.tile.tile-position-6-10 {
-webkit-transform: translate(340px, 612px);
-moz-transform: translate(340px, 612px);
transform: translate(340px, 612px); }
.tile.tile-position-6-11 {
-webkit-transform: translate(340px, 680px);
-moz-transform: translate(340px, 680px);
transform: translate(340px, 680px); }
.tile.tile-position-6-12 {
-webkit-transform: translate(340px, 748px);
-moz-transform: translate(340px, 748px);
transform: translate(340px, 748px); }
.tile.tile-position-6-13 {
-webkit-transform: translate(340px, 816px);
-moz-transform: translate(340px, 816px);
transform: translate(340px, 816px); }
.tile.tile-position-6-14 {
-webkit-transform: translate(340px, 884px);
-moz-transform: translate(340px, 884px);
transform: translate(340px, 884px); }
.tile.tile-position-6-15 {
-webkit-transform: translate(340px, 952px);
-moz-transform: translate(340px, 952px);
transform: translate(340px, 952px); }
.tile.tile-position-6-16 {
-webkit-transform: translate(340px, 1020px);
-moz-transform: translate(340px, 1020px);
transform: translate(340px, 1020px); }
.tile.tile-position-7-1 {
-webkit-transform: translate(408px, 0px);
-moz-transform: translate(408px, 0px);
transform: translate(408px, 0px); }
.tile.tile-position-7-2 {
-webkit-transform: translate(408px, 68px);
-moz-transform: translate(408px, 68px);
transform: translate(408px, 68px); }
.tile.tile-position-7-3 {
-webkit-transform: translate(408px, 136px);
-moz-transform: translate(408px, 136px);
transform: translate(408px, 136px); }
.tile.tile-position-7-4 {
-webkit-transform: translate(408px, 204px);
-moz-transform: translate(408px, 204px);
transform: translate(408px, 204px); }
.tile.tile-position-7-5 {
-webkit-transform: translate(408px, 272px);
-moz-transform: translate(408px, 272px);
transform: translate(408px, 272px); }
.tile.tile-position-7-6 {
-webkit-transform: translate(408px, 340px);
-moz-transform: translate(408px, 340px);
transform: translate(408px, 340px); }
.tile.tile-position-7-7 {
-webkit-transform: translate(408px, 408px);
-moz-transform: translate(408px, 408px);
transform: translate(408px, 408px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(408px, 476px);
-moz-transform: translate(408px, 476px);
transform: translate(408px, 476px); }
.tile.tile-position-7-8 {
-webkit-transform: translate(408px, 476px);
-moz-transform: translate(408px, 476px);
transform: translate(408px, 476px); }
.tile.tile-position-7-9 {
-webkit-transform: translate(408px, 544px);
-moz-transform: translate(408px, 544px);
transform: translate(408px, 544px); }
.tile.tile-position-7-10 {
-webkit-transform: translate(408px, 612px);
-moz-transform: translate(408px, 612px);
transform: translate(408px, 612px); }
.tile.tile-position-7-11 {
-webkit-transform: translate(408px, 680px);
-moz-transform: translate(408px, 680px);
transform: translate(408px, 680px); }
.tile.tile-position-7-12 {
-webkit-transform: translate(408px, 748px);
-moz-transform: translate(408px, 748px);
transform: translate(408px, 748px); }
.tile.tile-position-7-13 {
-webkit-transform: translate(408px, 816px);
-moz-transform: translate(408px, 816px);
transform: translate(408px, 816px); }
.tile.tile-position-7-14 {
-webkit-transform: translate(408px, 884px);
-moz-transform: translate(408px, 884px);
transform: translate(408px, 884px); }
.tile.tile-position-7-15 {
-webkit-transform: translate(408px, 952px);
-moz-transform: translate(408px, 952px);
transform: translate(408px, 952px); }
.tile.tile-position-7-16 {
-webkit-transform: translate(408px, 1020px);
-moz-transform: translate(408px, 1020px);
transform: translate(408px, 1020px); }
.tile.tile-position-8-1 {
-webkit-transform: translate(476px, 0px);
-moz-transform: translate(476px, 0px);
transform: translate(476px, 0px); }
.tile.tile-position-8-2 {
-webkit-transform: translate(476px, 68px);
-moz-transform: translate(476px, 68px);
transform: translate(476px, 68px); }
.tile.tile-position-8-3 {
-webkit-transform: translate(476px, 136px);
-moz-transform: translate(476px, 136px);
transform: translate(476px, 136px); }
.tile.tile-position-8-4 {
-webkit-transform: translate(476px, 204px);
-moz-transform: translate(476px, 204px);
transform: translate(476px, 204px); }
.tile.tile-position-8-5 {
-webkit-transform: translate(476px, 272px);
-moz-transform: translate(476px, 272px);
transform: translate(476px, 272px); }
.tile.tile-position-8-6 {
-webkit-transform: translate(476px, 340px);
-moz-transform: translate(476px, 340px);
transform: translate(476px, 340px); }
.tile.tile-position-8-7 {
-webkit-transform: translate(476px, 408px);
-moz-transform: translate(476px, 408px);
transform: translate(476px, 408px); }
.tile.tile-position-8-8 {
-webkit-transform: translate(476px, 476px);
-moz-transform: translate(476px, 476px);
transform: translate(476px, 476px); }
.tile.tile-position-8-9 {
-webkit-transform: translate(476px, 544px);
-moz-transform: translate(476px, 544px);
transform: translate(476px, 544px); }
.tile.tile-position-8-10 {
-webkit-transform: translate(476px, 612px);
-moz-transform: translate(476px, 612px);
transform: translate(476px, 612px); }
.tile.tile-position-8-11 {
-webkit-transform: translate(476px, 680px);
-moz-transform: translate(476px, 680px);
transform: translate(476px, 680px); }
.tile.tile-position-8-12 {
-webkit-transform: translate(476px, 748px);
-moz-transform: translate(476px, 748px);
transform: translate(476px, 748px); }
.tile.tile-position-8-13 {
-webkit-transform: translate(476px, 816px);
-moz-transform: translate(476px, 816px);
transform: translate(476px, 816px); }
.tile.tile-position-8-14 {
-webkit-transform: translate(476px, 884px);
-moz-transform: translate(476px, 884px);
transform: translate(476px, 884px); }
.tile.tile-position-8-15 {
-webkit-transform: translate(476px, 952px);
-moz-transform: translate(476px, 952px);
transform: translate(476px, 952px); }
.tile.tile-position-8-16 {
-webkit-transform: translate(476px, 1020px);
-moz-transform: translate(476px, 1020px);
transform: translate(476px, 1020px); }
.tile.tile-position-9-1 {
-webkit-transform: translate(544px, 0px);
-moz-transform: translate(544px, 0px);
transform: translate(544px, 0px); }
.tile.tile-position-9-2 {
-webkit-transform: translate(544px, 68px);
-moz-transform: translate(544px, 68px);
transform: translate(544px, 68px); }
.tile.tile-position-9-3 {
-webkit-transform: translate(544px, 136px);
-moz-transform: translate(544px, 136px);
transform: translate(544px, 136px); }
.tile.tile-position-9-4 {
-webkit-transform: translate(544px, 204px);
-moz-transform: translate(544px, 204px);
transform: translate(544px, 204px); }
.tile.tile-position-9-5 {
-webkit-transform: translate(544px, 272px);
-moz-transform: translate(544px, 272px);
transform: translate(544px, 272px); }
.tile.tile-position-9-6 {
-webkit-transform: translate(544px, 340px);
-moz-transform: translate(544px, 340px);
transform: translate(544px, 340px); }
.tile.tile-position-9-7 {
-webkit-transform: translate(544px, 408px);
-moz-transform: translate(544px, 408px);
transform: translate(544px, 408px); }
.tile.tile-position-9-8 {
-webkit-transform: translate(544px, 476px);
-moz-transform: translate(544px, 476px);
transform: translate(544px, 476px); }
.tile.tile-position-9-9 {
-webkit-transform: translate(544px, 544px);
-moz-transform: translate(544px, 544px);
transform: translate(544px, 544px); }
.tile.tile-position-9-10 {
-webkit-transform: translate(544px, 612px);
-moz-transform: translate(544px, 612px);
transform: translate(544px, 612px); }
.tile.tile-position-9-11 {
-webkit-transform: translate(544px, 680px);
-moz-transform: translate(544px, 680px);
transform: translate(544px, 680px); }
.tile.tile-position-9-12 {
-webkit-transform: translate(544px, 748px);
-moz-transform: translate(544px, 748px);
transform: translate(544px, 748px); }
.tile.tile-position-9-13 {
-webkit-transform: translate(544px, 816px);
-moz-transform: translate(544px, 816px);
transform: translate(544px, 816px); }
.tile.tile-position-9-14 {
-webkit-transform: translate(544px, 884px);
-moz-transform: translate(544px, 884px);
transform: translate(544px, 884px); }
.tile.tile-position-9-15 {
-webkit-transform: translate(544px, 952px);
-moz-transform: translate(544px, 952px);
transform: translate(544px, 952px); }
.tile.tile-position-9-16 {
-webkit-transform: translate(544px, 1020px);
-moz-transform: translate(544px, 1020px);
transform: translate(544px, 1020px); }
.tile.tile-position-10-1 {
-webkit-transform: translate(612px, 0px);
-moz-transform: translate(612px, 0px);
transform: translate(612px, 0px); }
.tile.tile-position-10-2 {
-webkit-transform: translate(612px, 68px);
-moz-transform: translate(612px, 68px);
transform: translate(612px, 68px); }
.tile.tile-position-10-3 {
-webkit-transform: translate(612px, 136px);
-moz-transform: translate(612px, 136px);
transform: translate(612px, 136px); }
.tile.tile-position-10-4 {
-webkit-transform: translate(612px, 204px);
-moz-transform: translate(612px, 204px);
transform: translate(612px, 204px); }
.tile.tile-position-10-5 {
-webkit-transform: translate(612px, 272px);
-moz-transform: translate(612px, 272px);
transform: translate(612px, 272px); }
.tile.tile-position-10-6 {
-webkit-transform: translate(612px, 340px);
-moz-transform: translate(612px, 340px);
transform: translate(612px, 340px); }
.tile.tile-position-10-7 {
-webkit-transform: translate(612px, 408px);
-moz-transform: translate(612px, 408px);
transform: translate(612px, 408px); }
.tile.tile-position-10-8 {
-webkit-transform: translate(612px, 476px);
-moz-transform: translate(612px, 476px);
transform: translate(612px, 476px); }
.tile.tile-position-10-9 {
-webkit-transform: translate(612px, 544px);
-moz-transform: translate(612px, 544px);
transform: translate(612px, 544px); }
.tile.tile-position-10-10 {
-webkit-transform: translate(612px, 612px);
-moz-transform: translate(612px, 612px);
transform: translate(612px, 612px); }
.tile.tile-position-10-11 {
-webkit-transform: translate(612px, 680px);
-moz-transform: translate(612px, 680px);
transform: translate(612px, 680px); }
.tile.tile-position-10-12 {
-webkit-transform: translate(612px, 748px);
-moz-transform: translate(612px, 748px);
transform: translate(612px, 748px); }
.tile.tile-position-10-13 {
-webkit-transform: translate(612px, 816px);
-moz-transform: translate(612px, 816px);
transform: translate(612px, 816px); }
.tile.tile-position-10-14 {
-webkit-transform: translate(612px, 884px);
-moz-transform: translate(612px, 884px);
transform: translate(612px, 884px); }
.tile.tile-position-10-15 {
-webkit-transform: translate(612px, 952px);
-moz-transform: translate(612px, 952px);
transform: translate(612px, 952px); }
.tile.tile-position-10-16 {
-webkit-transform: translate(612px, 1020px);
-moz-transform: translate(612px, 1020px);
transform: translate(612px, 1020px); }
.tile.tile-position-11-1 {
-webkit-transform: translate(680px, 0px);
-moz-transform: translate(680px, 0px);
transform: translate(680px, 0px); }
.tile.tile-position-11-2 {
-webkit-transform: translate(680px, 68px);
-moz-transform: translate(680px, 68px);
transform: translate(680px, 68px); }
.tile.tile-position-11-3 {
-webkit-transform: translate(680px, 136px);
-moz-transform: translate(680px, 136px);
transform: translate(680px, 136px); }
.tile.tile-position-11-4 {
-webkit-transform: translate(680px, 204px);
-moz-transform: translate(680px, 204px);
transform: translate(680px, 204px); }
.tile.tile-position-11-5 {
-webkit-transform: translate(680px, 272px);
-moz-transform: translate(680px, 272px);
transform: translate(680px, 272px); }
.tile.tile-position-11-6 {
-webkit-transform: translate(680px, 340px);
-moz-transform: translate(680px, 340px);
transform: translate(680px, 340px); }
.tile.tile-position-11-7 {
-webkit-transform: translate(680px, 408px);
-moz-transform: translate(680px, 408px);
transform: translate(680px, 408px); }
.tile.tile-position-11-8 {
-webkit-transform: translate(680px, 476px);
-moz-transform: translate(680px, 476px);
transform: translate(680px, 476px); }
.tile.tile-position-11-9 {
-webkit-transform: translate(680px, 544px);
-moz-transform: translate(680px, 544px);
transform: translate(680px, 544px); }
.tile.tile-position-11-10 {
-webkit-transform: translate(680px, 612px);
-moz-transform: translate(680px, 612px);
transform: translate(680px, 612px); }
.tile.tile-position-11-11 {
-webkit-transform: translate(680px, 680px);
-moz-transform: translate(680px, 680px);
transform: translate(680px, 680px); }
.tile.tile-position-11-12 {
-webkit-transform: translate(680px, 748px);
-moz-transform: translate(680px, 748px);
transform: translate(680px, 748px); }
.tile.tile-position-11-13 {
-webkit-transform: translate(680px, 816px);
-moz-transform: translate(680px, 816px);
transform: translate(680px, 816px); }
.tile.tile-position-11-14 {
-webkit-transform: translate(680px, 884px);
-moz-transform: translate(680px, 884px);
transform: translate(680px, 884px); }
.tile.tile-position-11-15 {
-webkit-transform: translate(680px, 952px);
-moz-transform: translate(680px, 952px);
transform: translate(680px, 952px); }
.tile.tile-position-11-16 {
-webkit-transform: translate(680px, 1020px);
-moz-transform: translate(680px, 1020px);
transform: translate(680px, 1020px); }
.tile.tile-position-12-1 {
-webkit-transform: translate(748px, 0px);
-moz-transform: translate(748px, 0px);
transform: translate(748px, 0px); }
.tile.tile-position-12-2 {
-webkit-transform: translate(748px, 68px);
-moz-transform: translate(748px, 68px);
transform: translate(748px, 68px); }
.tile.tile-position-12-3 {
-webkit-transform: translate(748px, 136px);
-moz-transform: translate(748px, 136px);
transform: translate(748px, 136px); }
.tile.tile-position-12-4 {
-webkit-transform: translate(748px, 204px);
-moz-transform: translate(748px, 204px);
transform: translate(748px, 204px); }
.tile.tile-position-12-5 {
-webkit-transform: translate(748px, 272px);
-moz-transform: translate(748px, 272px);
transform: translate(748px, 272px); }
.tile.tile-position-12-6 {
-webkit-transform: translate(748px, 340px);
-moz-transform: translate(748px, 340px);
transform: translate(748px, 340px); }
.tile.tile-position-12-7 {
-webkit-transform: translate(748px, 408px);
-moz-transform: translate(748px, 408px);
transform: translate(748px, 408px); }
.tile.tile-position-12-8 {
-webkit-transform: translate(748px, 476px);
-moz-transform: translate(748px, 476px);
transform: translate(748px, 476px); }
.tile.tile-position-12-9 {
-webkit-transform: translate(748px, 544px);
-moz-transform: translate(748px, 544px);
transform: translate(748px, 544px); }
.tile.tile-position-12-10 {
-webkit-transform: translate(748px, 612px);
-moz-transform: translate(748px, 612px);
transform: translate(748px, 612px); }
.tile.tile-position-12-11 {
-webkit-transform: translate(748px, 680px);
-moz-transform: translate(748px, 680px);
transform: translate(748px, 680px); }
.tile.tile-position-12-12 {
-webkit-transform: translate(748px, 748px);
-moz-transform: translate(748px, 748px);
transform: translate(748px, 748px); }
.tile.tile-position-12-13 {
-webkit-transform: translate(748px, 816px);
-moz-transform: translate(748px, 816px);
transform: translate(748px, 816px); }
.tile.tile-position-12-14 {
-webkit-transform: translate(748px, 884px);
-moz-transform: translate(748px, 884px);
transform: translate(748px, 884px); }
.tile.tile-position-12-15 {
-webkit-transform: translate(748px, 952px);
-moz-transform: translate(748px, 952px);
transform: translate(748px, 952px); }
.tile.tile-position-12-16 {
-webkit-transform: translate(748px, 1020px);
-moz-transform: translate(748px, 1020px);
transform: translate(748px, 1020px); }
.tile.tile-position-13-1 {
-webkit-transform: translate(816px, 0px);
-moz-transform: translate(816px, 0px);
transform: translate(816px, 0px); }
.tile.tile-position-13-2 {
-webkit-transform: translate(816px, 68px);
-moz-transform: translate(816px, 68px);
transform: translate(816px, 68px); }
.tile.tile-position-13-3 {
-webkit-transform: translate(816px, 136px);
-moz-transform: translate(816px, 136px);
transform: translate(816px, 136px); }
.tile.tile-position-13-4 {
-webkit-transform: translate(816px, 204px);
-moz-transform: translate(816px, 204px);
transform: translate(816px, 204px); }
.tile.tile-position-13-5 {
-webkit-transform: translate(816px, 272px);
-moz-transform: translate(816px, 272px);
transform: translate(816px, 272px); }
.tile.tile-position-13-6 {
-webkit-transform: translate(816px, 340px);
-moz-transform: translate(816px, 340px);
transform: translate(816px, 340px); }
.tile.tile-position-13-7 {
-webkit-transform: translate(816px, 408px);
-moz-transform: translate(816px, 408px);
transform: translate(816px, 408px); }
.tile.tile-position-13-8 {
-webkit-transform: translate(816px, 476px);
-moz-transform: translate(816px, 476px);
transform: translate(816px, 476px); }
.tile.tile-position-13-9 {
-webkit-transform: translate(816px, 544px);
-moz-transform: translate(816px, 544px);
transform: translate(816px, 544px); }
.tile.tile-position-13-10 {
-webkit-transform: translate(816px, 612px);
-moz-transform: translate(816px, 612px);
transform: translate(816px, 612px); }
.tile.tile-position-13-11 {
-webkit-transform: translate(816px, 680px);
-moz-transform: translate(816px, 680px);
transform: translate(816px, 680px); }
.tile.tile-position-13-12 {
-webkit-transform: translate(816px, 748px);
-moz-transform: translate(816px, 748px);
transform: translate(816px, 748px); }
.tile.tile-position-13-13 {
-webkit-transform: translate(816px, 816px);
-moz-transform: translate(816px, 816px);
transform: translate(816px, 816px); }
.tile.tile-position-13-14 {
-webkit-transform: translate(816px, 884px);
-moz-transform: translate(816px, 884px);
transform: translate(816px, 884px); }
.tile.tile-position-13-15 {
-webkit-transform: translate(816px, 952px);
-moz-transform: translate(816px, 952px);
transform: translate(816px, 952px); }
.tile.tile-position-13-16 {
-webkit-transform: translate(816px, 1020px);
-moz-transform: translate(816px, 1020px);
transform: translate(816px, 1020px); }
.tile.tile-position-14-1 {
-webkit-transform: translate(884px, 0px);
-moz-transform: translate(884px, 0px);
transform: translate(884px, 0px); }
.tile.tile-position-14-2 {
-webkit-transform: translate(884px, 68px);
-moz-transform: translate(884px, 68px);
transform: translate(884px, 68px); }
.tile.tile-position-14-3 {
-webkit-transform: translate(884px, 136px);
-moz-transform: translate(884px, 136px);
transform: translate(884px, 136px); }
.tile.tile-position-14-4 {
-webkit-transform: translate(884px, 204px);
-moz-transform: translate(884px, 204px);
transform: translate(884px, 204px); }
.tile.tile-position-14-5 {
-webkit-transform: translate(884px, 272px);
-moz-transform: translate(884px, 272px);
transform: translate(884px, 272px); }
.tile.tile-position-14-6 {
-webkit-transform: translate(884px, 340px);
-moz-transform: translate(884px, 340px);
transform: translate(884px, 340px); }
.tile.tile-position-14-7 {
-webkit-transform: translate(884px, 408px);
-moz-transform: translate(884px, 408px);
transform: translate(884px, 408px); }
.tile.tile-position-14-8 {
-webkit-transform: translate(884px, 476px);
-moz-transform: translate(884px, 476px);
transform: translate(884px, 476px); }
.tile.tile-position-14-9 {
-webkit-transform: translate(884px, 544px);
-moz-transform: translate(884px, 544px);
transform: translate(884px, 544px); }
.tile.tile-position-14-10 {
-webkit-transform: translate(884px, 612px);
-moz-transform: translate(884px, 612px);
transform: translate(884px, 612px); }
.tile.tile-position-14-11 {
-webkit-transform: translate(884px, 680px);
-moz-transform: translate(884px, 680px);
transform: translate(884px, 680px); }
.tile.tile-position-14-12 {
-webkit-transform: translate(884px, 748px);
-moz-transform: translate(884px, 748px);
transform: translate(884px, 748px); }
.tile.tile-position-14-13 {
-webkit-transform: translate(884px, 816px);
-moz-transform: translate(884px, 816px);
transform: translate(884px, 816px); }
.tile.tile-position-14-14 {
-webkit-transform: translate(884px, 884px);
-moz-transform: translate(884px, 884px);
transform: translate(884px, 884px); }
.tile.tile-position-14-15 {
-webkit-transform: translate(884px, 952px);
-moz-transform: translate(884px, 952px);
transform: translate(884px, 952px); }
.tile.tile-position-14-16 {
-webkit-transform: translate(884px, 1020px);
-moz-transform: translate(884px, 1020px);
transform: translate(884px, 1020px); }
.tile.tile-position-15-1 {
-webkit-transform: translate(952px, 0px);
-moz-transform: translate(952px, 0px);
transform: translate(952px, 0px); }
.tile.tile-position-15-2 {
-webkit-transform: translate(952px, 68px);
-moz-transform: translate(952px, 68px);
transform: translate(952px, 68px); }
.tile.tile-position-15-3 {
-webkit-transform: translate(952px, 136px);
-moz-transform: translate(952px, 136px);
transform: translate(952px, 136px); }
.tile.tile-position-15-4 {
-webkit-transform: translate(952px, 204px);
-moz-transform: translate(952px, 204px);
transform: translate(952px, 204px); }
.tile.tile-position-15-5 {
-webkit-transform: translate(952px, 272px);
-moz-transform: translate(952px, 272px);
transform: translate(952px, 272px); }
.tile.tile-position-15-6 {
-webkit-transform: translate(952px, 340px);
-moz-transform: translate(952px, 340px);
transform: translate(952px, 340px); }
.tile.tile-position-15-7 {
-webkit-transform: translate(952px, 408px);
-moz-transform: translate(952px, 408px);
transform: translate(952px, 408px); }
.tile.tile-position-15-8 {
-webkit-transform: translate(952px, 476px);
-moz-transform: translate(952px, 476px);
transform: translate(952px, 476px); }
.tile.tile-position-15-9 {
-webkit-transform: translate(952px, 544px);
-moz-transform: translate(952px, 544px);
transform: translate(952px, 544px); }
.tile.tile-position-15-10 {
-webkit-transform: translate(952px, 612px);
-moz-transform: translate(952px, 612px);
transform: translate(952px, 612px); }
.tile.tile-position-15-11 {
-webkit-transform: translate(952px, 680px);
-moz-transform: translate(952px, 680px);
transform: translate(952px, 680px); }
.tile.tile-position-15-12 {
-webkit-transform: translate(952px, 748px);
-moz-transform: translate(952px, 748px);
transform: translate(952px, 748px); }
.tile.tile-position-15-13 {
-webkit-transform: translate(952px, 816px);
-moz-transform: translate(952px, 816px);
transform: translate(952px, 816px); }
.tile.tile-position-15-14 {
-webkit-transform: translate(952px, 884px);
-moz-transform: translate(952px, 884px);
transform: translate(952px, 884px); }
.tile.tile-position-15-15 {
-webkit-transform: translate(952px, 952px);
-moz-transform: translate(952px, 952px);
transform: translate(952px, 952px); }
.tile.tile-position-15-16 {
-webkit-transform: translate(952px, 1020px);
-moz-transform: translate(952px, 1020px);
transform: translate(952px, 1020px); }
.tile.tile-position-16-1 {
-webkit-transform: translate(1020px, 0px);
-moz-transform: translate(1020px, 0px);
transform: translate(1020px, 0px); }
.tile.tile-position-16-2 {
-webkit-transform: translate(1020px, 68px);
-moz-transform: translate(1020px, 68px);
transform: translate(1020px, 68px); }
.tile.tile-position-16-3 {
-webkit-transform: translate(1020px, 136px);
-moz-transform: translate(1020px, 136px);
transform: translate(1020px, 136px); }
.tile.tile-position-16-4 {
-webkit-transform: translate(1020px, 204px);
-moz-transform: translate(1020px, 204px);
transform: translate(1020px, 204px); }
.tile.tile-position-16-5 {
-webkit-transform: translate(1020px, 272px);
-moz-transform: translate(1020px, 272px);
transform: translate(1020px, 272px); }
.tile.tile-position-16-6 {
-webkit-transform: translate(1020px, 340px);
-moz-transform: translate(1020px, 340px);
transform: translate(1020px, 340px); }
.tile.tile-position-16-7 {
-webkit-transform: translate(1020px, 408px);
-moz-transform: translate(1020px, 408px);
transform: translate(1020px, 408px); }
.tile.tile-position-16-8 {
-webkit-transform: translate(1020px, 476px);
-moz-transform: translate(1020px, 476px);
transform: translate(1020px, 476px); }
.tile.tile-position-16-9 {
-webkit-transform: translate(1020px, 544px);
-moz-transform: translate(1020px, 544px);
transform: translate(1020px, 544px); }
.tile.tile-position-16-10 {
-webkit-transform: translate(1020px, 612px);
-moz-transform: translate(1020px, 612px);
transform: translate(1020px, 612px); }
.tile.tile-position-16-11 {
-webkit-transform: translate(1020px, 680px);
-moz-transform: translate(1020px, 680px);
transform: translate(1020px, 680px); }
.tile.tile-position-16-12 {
-webkit-transform: translate(1020px, 748px);
-moz-transform: translate(1020px, 748px);
transform: translate(1020px, 748px); }
.tile.tile-position-16-13 {
-webkit-transform: translate(1020px, 816px);
-moz-transform: translate(1020px, 816px);
transform: translate(1020px, 816px); }
.tile.tile-position-16-14 {
-webkit-transform: translate(1020px, 884px);
-moz-transform: translate(1020px, 884px);
transform: translate(1020px, 884px); }
.tile.tile-position-16-15 {
-webkit-transform: translate(1020px, 952px);
-moz-transform: translate(1020px, 952px);
transform: translate(1020px, 952px); }
.tile.tile-position-16-16 {
-webkit-transform: translate(1020px, 1020px);
-moz-transform: translate(1020px, 1020px);
transform: translate(1020px, 1020px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 67px);
-moz-transform: translate(0px, 67px);
transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 135px);
-moz-transform: translate(0px, 135px);
transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 202px);
-moz-transform: translate(0px, 202px);
transform: translate(0px, 202px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(67px, 0px);
-moz-transform: translate(67px, 0px);
transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(67px, 67px);
-moz-transform: translate(67px, 67px);
transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(67px, 135px);
-moz-transform: translate(67px, 135px);
transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(67px, 202px);
-moz-transform: translate(67px, 202px);
transform: translate(67px, 202px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(135px, 0px);
-moz-transform: translate(135px, 0px);
transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(135px, 67px);
-moz-transform: translate(135px, 67px);
transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(135px, 135px);
-moz-transform: translate(135px, 135px);
transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(135px, 202px);
-moz-transform: translate(135px, 202px);
transform: translate(135px, 202px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(202px, 0px);
-moz-transform: translate(202px, 0px);
transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(202px, 67px);
-moz-transform: translate(202px, 67px);
transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(202px, 135px);
-moz-transform: translate(202px, 135px);
transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(202px, 202px);
-moz-transform: translate(202px, 202px);
transform: translate(202px, 202px); }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 67px);
-moz-transform: translate(0px, 67px);
transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 135px);
-moz-transform: translate(0px, 135px);
transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 202px);
-moz-transform: translate(0px, 202px);
transform: translate(0px, 202px); }
.tile.tile-position-1-5 {
-webkit-transform: translate(0px, 269px);
-moz-transform: translate(0px, 269px);
transform: translate(0px, 269px); }
.tile.tile-position-1-6 {
-webkit-transform: translate(0px, 336px);
-moz-transform: translate(0px, 336px);
transform: translate(0px, 336px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(67px, 0px);
-moz-transform: translate(67px, 0px);
transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(67px, 67px);
-moz-transform: translate(67px, 67px);
transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(67px, 135px);
-moz-transform: translate(67px, 135px);
transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(67px, 202px);
-moz-transform: translate(67px, 202px);
transform: translate(67px, 202px); }
.tile.tile-position-2-5 {
-webkit-transform: translate(67px, 269px);
-moz-transform: translate(67px, 269px);
transform: translate(67px, 269px); }
.tile.tile-position-2-6 {
-webkit-transform: translate(67px, 336px);
-moz-transform: translate(67px, 336px);
transform: translate(67px, 336px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(135px, 0px);
-moz-transform: translate(135px, 0px);
transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(135px, 67px);
-moz-transform: translate(135px, 67px);
transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(135px, 135px);
-moz-transform: translate(135px, 135px);
transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(135px, 202px);
-moz-transform: translate(135px, 202px);
transform: translate(135px, 202px); }
.tile.tile-position-3-5 {
-webkit-transform: translate(135px, 269px);
-moz-transform: translate(135px, 269px);
transform: translate(135px, 269px); }
.tile.tile-position-3-6 {
-webkit-transform: translate(135px, 336px);
-moz-transform: translate(135px, 336px);
transform: translate(135px, 336px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(202px, 0px);
-moz-transform: translate(202px, 0px);
transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(202px, 67px);
-moz-transform: translate(202px, 67px);
transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(202px, 135px);
-moz-transform: translate(202px, 135px);
transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(202px, 202px);
-moz-transform: translate(202px, 202px);
transform: translate(202px, 202px); }
.tile.tile-position-4-5 {
-webkit-transform: translate(202px, 269px);
-moz-transform: translate(202px, 269px);
transform: translate(202px, 269px); }
.tile.tile-position-4-6 {
-webkit-transform: translate(202px, 336px);
-moz-transform: translate(202px, 336px);
transform: translate(202px, 336px); }
.tile.tile-position-5-1 {
-webkit-transform: translate(269px, 0px);
-moz-transform: translate(269px, 0px);
transform: translate(269px, 0px); }
.tile.tile-position-5-2 {
-webkit-transform: translate(269px, 67px);
-moz-transform: translate(269px, 67px);
transform: translate(269px, 67px); }
.tile.tile-position-5-3 {
-webkit-transform: translate(269px, 135px);
-moz-transform: translate(269px, 135px);
transform: translate(269px, 135px); }
.tile.tile-position-5-4 {
-webkit-transform: translate(269px, 202px);
-moz-transform: translate(269px, 202px);
transform: translate(269px, 202px); }
.tile.tile-position-5-5 {
-webkit-transform: translate(269px, 269px);
-moz-transform: translate(269px, 269px);
transform: translate(269px, 269px); }
.tile.tile-position-5-6 {
-webkit-transform: translate(269px, 336px);
-moz-transform: translate(269px, 336px);
transform: translate(269px, 336px); }
.tile.tile-position-6-1 {
-webkit-transform: translate(336px, 0px);
-moz-transform: translate(336px, 0px);
transform: translate(336px, 0px); }
.tile.tile-position-6-2 {
-webkit-transform: translate(336px, 67px);
-moz-transform: translate(336px, 67px);
transform: translate(336px, 67px); }
.tile.tile-position-6-3 {
-webkit-transform: translate(336px, 135px);
-moz-transform: translate(336px, 135px);
transform: translate(336px, 135px); }
.tile.tile-position-6-4 {
-webkit-transform: translate(336px, 202px);
-moz-transform: translate(336px, 202px);
transform: translate(336px, 202px); }
.tile.tile-position-6-5 {
-webkit-transform: translate(336px, 269px);
-moz-transform: translate(336px, 269px);
transform: translate(336px, 269px); }
.tile.tile-position-6-6 {
-webkit-transform: translate(336px, 336px);
-moz-transform: translate(336px, 336px);
transform: translate(336px, 336px); }
.game-container {
margin-top: 20px; }
.tile .tile-inner {
font-size: 35px; }
.game-message p {
font-size: 30px !important;
height: 30px !important;
line-height: 30px !important;
margin-top: 90px !important; }
.game-message .lower {
margin-top: 30px !important; } } | 0.304972 | 0.065128 |
.container {
max-width: 900px;
}
.inbox_people {
background: #fff;
float: left;
overflow: hidden;
width: 30%;
border-right: 1px solid #ddd;
}
.inbox_msg {
border: 1px solid #ddd;
clear: both;
overflow: hidden;
}
.top_spac {
margin: 20px 0 0;
}
.recent_heading {
float: left;
width: 40%;
}
.srch_bar {
display: inline-block;
text-align: right;
width: 60%;
padding:
}
.headind_srch {
padding: 10px 29px 10px 20px;
overflow: hidden;
border-bottom: 1px solid #c4c4c4;
}
.recent_heading h4 {
color: #0465ac;
font-size: 16px;
margin: auto;
line-height: 29px;
}
.srch_bar input {
outline: none;
border: 1px solid #cdcdcd;
border-width: 0 0 1px 0;
width: 80%;
padding: 2px 0 4px 6px;
background: none;
}
.srch_bar .input-group-addon button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
padding: 0;
color: #707070;
font-size: 18px;
}
.srch_bar .input-group-addon {
margin: 0 0 0 -27px;
}
.chat_ib h5 {
font-size: 15px;
color: #464646;
margin: 0 0 8px 0;
}
.chat_ib h5 span {
font-size: 13px;
margin-left: 5px;
}
.chat_ib p {
font-size: 12px;
color: #989898;
margin: auto;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chat_img {
float: left;
width: 40px;
}
.chat_img img {
width: 40px;
border-radius: 50%;
}
.chat_ib {
padding: 0 0 0 15px;
width: 88%;
display: flex;
justify-content: space-between;
}
.callingBox {
display: none;
width: 300px;
height: 300px;
position: absolute;
z-index: 99999999;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
background: #242524;
text-align: center;
padding-top: 50px;
}
.callingBoxPhone {
width: 50px;
height: 50px;
margin: 65px auto;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: #ff0c09;
border-radius: 50%;
transform: rotate(220deg);
}
.callingBoxPhone:hover {
background: #ff3c0d;
}
.callingBoxPhone2{
background: #4ccc4c !important;
transform: rotate(0deg) !important;
}
.callingBoxFlex{
width: 100%;
display: flex;
justify-content: space-around;
}
.callingBoxPhone button {
font-size: 18px;
color: white;
background: inherit;
}
.callingBoxTitle {
font-size: 18px;
font-weight: bold;
}
.chat_people {
overflow: hidden;
clear: both;
}
.chat_list {
border-bottom: 1px solid #ddd;
margin: 0;
padding: 18px 16px 10px;
cursor: pointer;
}
.chat_list:hover {
background: #ddd;
}
.inbox_chat {
height: 550px;
overflow-y: auto;
}
.active_chat {
background: #e8f6ff;
}
.incoming_msg_img {
display: inline-block;
width: 4%;
}
.incoming_msg_img img {
width: 100%;
border-radius: 50%;
}
.received_msg {
display: inline-block;
padding: 0 0 0 10px;
vertical-align: top;
width: 92%;
}
.received_withd_msg p {
background: #ebebeb none repeat scroll 0 0;
border-radius: 0 15px 15px 15px;
color: #646464;
font-size: 14px;
margin: 0;
padding: 5px 10px 5px 12px;
width: 100%;
white-space: pre-line;
word-break: break-all;
}
.time_date {
color: #747474;
display: block;
font-size: 12px;
margin: 8px 0 0;
}
.received_withd_msg {
width: 57%;
}
.mesgs {
float: left;
padding: 30px 15px 0 25px;
width: 70%;
}
.sent_msg p {
background: #ff9c00;
border-radius: 12px 15px 15px 0;
font-size: 14px;
margin: 0;
color: #fff;
padding: 5px 10px 5px 12px;
width: 100%;
}
.outgoing_msg {
overflow: hidden;
margin: 26px 0 26px;
display: flex;
justify-content: flex-end;
}
.sent_msg {
width: 46%;
margin-left: 15px;
}
.input_msg_write input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4c4c4c;
font-size: 15px;
min-height: 48px;
width: 100%;
outline: none;
}
.type_msg {
border-top: 1px solid #c4c4c4;
position: relative;
display: none;
}
.msg_send_btn {
background: #05728f none repeat scroll 0 0;
border: none;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-size: 15px;
height: 33px;
position: absolute;
right: 22px;
top: 11px;
width: 33px;
}
.messaging {
padding: 0 0 50px 0;
}
.video-container {
width: 40%;
height: 500px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto ;
z-index: 999;
}
.video-container:hover .video_containerBlockBottomControls{
display: flex;
justify-content: center;
}
.videoCallIcon{
background: #242524;
transform: rotate(0deg);
margin-left: 15px;
}
.videoCallIcon:hover{
background: #151515;
}
.video_containerBlockBottomControls{
display: none;
}
.video_containerBlockBottomControls{
}
.video-containerBlock{
position: relative;
width: 100%;
height: 100%;
}
.my-video{
width: 20%;
/*height: 33%;*/
}
.user-video{
width: 100%;
height: 100%;
background-image: url("http://globbos.com/wp-content/uploads/2010/02/megan-fox-militar-casual.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.video_containerBlockBottom{
position: absolute;
bottom: 0px;
z-index: 9999;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.msg_history {
height: 516px;
overflow-y: auto;
}
.msg_history .spinner {
color: #ff9c00;
font-size: 60px;
}
.load-messages {
visibility: hidden;
}
.onlineBox {
display: flex;
align-items: center;
justify-content: flex-end;
}
.onlineBox .make-call {
width: 30px;
height: 30px;
background: #4ccc4c;
color: white;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 15px;
}
.onlineOrOffline {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #27de35;
} | public/css/dashboard_message.css | .container {
max-width: 900px;
}
.inbox_people {
background: #fff;
float: left;
overflow: hidden;
width: 30%;
border-right: 1px solid #ddd;
}
.inbox_msg {
border: 1px solid #ddd;
clear: both;
overflow: hidden;
}
.top_spac {
margin: 20px 0 0;
}
.recent_heading {
float: left;
width: 40%;
}
.srch_bar {
display: inline-block;
text-align: right;
width: 60%;
padding:
}
.headind_srch {
padding: 10px 29px 10px 20px;
overflow: hidden;
border-bottom: 1px solid #c4c4c4;
}
.recent_heading h4 {
color: #0465ac;
font-size: 16px;
margin: auto;
line-height: 29px;
}
.srch_bar input {
outline: none;
border: 1px solid #cdcdcd;
border-width: 0 0 1px 0;
width: 80%;
padding: 2px 0 4px 6px;
background: none;
}
.srch_bar .input-group-addon button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
padding: 0;
color: #707070;
font-size: 18px;
}
.srch_bar .input-group-addon {
margin: 0 0 0 -27px;
}
.chat_ib h5 {
font-size: 15px;
color: #464646;
margin: 0 0 8px 0;
}
.chat_ib h5 span {
font-size: 13px;
margin-left: 5px;
}
.chat_ib p {
font-size: 12px;
color: #989898;
margin: auto;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chat_img {
float: left;
width: 40px;
}
.chat_img img {
width: 40px;
border-radius: 50%;
}
.chat_ib {
padding: 0 0 0 15px;
width: 88%;
display: flex;
justify-content: space-between;
}
.callingBox {
display: none;
width: 300px;
height: 300px;
position: absolute;
z-index: 99999999;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
background: #242524;
text-align: center;
padding-top: 50px;
}
.callingBoxPhone {
width: 50px;
height: 50px;
margin: 65px auto;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: #ff0c09;
border-radius: 50%;
transform: rotate(220deg);
}
.callingBoxPhone:hover {
background: #ff3c0d;
}
.callingBoxPhone2{
background: #4ccc4c !important;
transform: rotate(0deg) !important;
}
.callingBoxFlex{
width: 100%;
display: flex;
justify-content: space-around;
}
.callingBoxPhone button {
font-size: 18px;
color: white;
background: inherit;
}
.callingBoxTitle {
font-size: 18px;
font-weight: bold;
}
.chat_people {
overflow: hidden;
clear: both;
}
.chat_list {
border-bottom: 1px solid #ddd;
margin: 0;
padding: 18px 16px 10px;
cursor: pointer;
}
.chat_list:hover {
background: #ddd;
}
.inbox_chat {
height: 550px;
overflow-y: auto;
}
.active_chat {
background: #e8f6ff;
}
.incoming_msg_img {
display: inline-block;
width: 4%;
}
.incoming_msg_img img {
width: 100%;
border-radius: 50%;
}
.received_msg {
display: inline-block;
padding: 0 0 0 10px;
vertical-align: top;
width: 92%;
}
.received_withd_msg p {
background: #ebebeb none repeat scroll 0 0;
border-radius: 0 15px 15px 15px;
color: #646464;
font-size: 14px;
margin: 0;
padding: 5px 10px 5px 12px;
width: 100%;
white-space: pre-line;
word-break: break-all;
}
.time_date {
color: #747474;
display: block;
font-size: 12px;
margin: 8px 0 0;
}
.received_withd_msg {
width: 57%;
}
.mesgs {
float: left;
padding: 30px 15px 0 25px;
width: 70%;
}
.sent_msg p {
background: #ff9c00;
border-radius: 12px 15px 15px 0;
font-size: 14px;
margin: 0;
color: #fff;
padding: 5px 10px 5px 12px;
width: 100%;
}
.outgoing_msg {
overflow: hidden;
margin: 26px 0 26px;
display: flex;
justify-content: flex-end;
}
.sent_msg {
width: 46%;
margin-left: 15px;
}
.input_msg_write input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4c4c4c;
font-size: 15px;
min-height: 48px;
width: 100%;
outline: none;
}
.type_msg {
border-top: 1px solid #c4c4c4;
position: relative;
display: none;
}
.msg_send_btn {
background: #05728f none repeat scroll 0 0;
border: none;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-size: 15px;
height: 33px;
position: absolute;
right: 22px;
top: 11px;
width: 33px;
}
.messaging {
padding: 0 0 50px 0;
}
.video-container {
width: 40%;
height: 500px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto ;
z-index: 999;
}
.video-container:hover .video_containerBlockBottomControls{
display: flex;
justify-content: center;
}
.videoCallIcon{
background: #242524;
transform: rotate(0deg);
margin-left: 15px;
}
.videoCallIcon:hover{
background: #151515;
}
.video_containerBlockBottomControls{
display: none;
}
.video_containerBlockBottomControls{
}
.video-containerBlock{
position: relative;
width: 100%;
height: 100%;
}
.my-video{
width: 20%;
/*height: 33%;*/
}
.user-video{
width: 100%;
height: 100%;
background-image: url("http://globbos.com/wp-content/uploads/2010/02/megan-fox-militar-casual.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.video_containerBlockBottom{
position: absolute;
bottom: 0px;
z-index: 9999;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.msg_history {
height: 516px;
overflow-y: auto;
}
.msg_history .spinner {
color: #ff9c00;
font-size: 60px;
}
.load-messages {
visibility: hidden;
}
.onlineBox {
display: flex;
align-items: center;
justify-content: flex-end;
}
.onlineBox .make-call {
width: 30px;
height: 30px;
background: #4ccc4c;
color: white;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 15px;
}
.onlineOrOffline {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #27de35;
} | 0.561696 | 0.123921 |
.user-form-wrapper {
width: 50%;
padding-top: 80px;
margin: auto;
}
.user-wrapper {
width: 100%;
}
.form-header {
width: 100%;
height: 120px;
text-align: center;
font-size: 22px;
}
.form-header-text {
line-height: 100px;
border-bottom: 1px solid #f5f5f5;
font-weight: bold;
font-family: fantasy;
}
.form-group {
width: 100%;
display: flex;
flex-direction: column;
/*margin: 0 auto;*/
padding-top: 20px;
}
.form-group:first-child {
padding: 0;
}
.form-text-wrap {
width: 100%;
height: 20%;
}
.form-text {
font-size: 14px;
font-weight: bold;
}
.input-default {
width: 90%;
margin-top: 5px;
height: 28px;
padding: 10px 16px 8px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 16px;
resize: none;
}
.info-text {
color: #888;
font-size: 15px;
margin-top: 3px;
}
.form-info-header {
font-weight: bold;
}
.form-info-text {
font-size: 15px;
}
.input-name-wrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.input-name {
width: 130px;
margin: 5px 20px 0 20px;
height: 28px;
line-height: 30px;
padding: 10px 16px 8px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
resize: none;
}
.input-birth-wrap {
display: flex;
flex-wrap: wrap;
}
.input-birth-wrap select {
width: 75px;
margin-top: 5px;
height: 45px;
padding-left: 10px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 12px;
cursor: pointer;
}
.input-birth-wrap p {
line-height: 60px;
padding: 0 5px;
}
.field_with_errors {
display: contents;
}
.form-bottom-text {
font-size: 15px;
margin-top: 10px;
text-align: center;
}
.form-bottom-text:last-child {
margin: 0;
padding-bottom: 50px;
}
.form-bottom-text>span {
color: #0099e8;
cursor: pointer;
}
.register-btn {
width: 50%;
margin: 0 auto;
}
.register-red-btn {
width: 100%;
background: #ea352d;
border: 1px solid #ea352d;
color: #fff;
line-height: 48px;
font-size: 14px;
cursor: pointer;
border-radius: 10px;
}
.register-info {
color: #0099e8;
text-align: center;
cursor: pointer;
}
.register-info-2 {
text-decoration: none;
padding: auto;
}
.indispensable {
background-color: #e47676;
color: #f5f5f5;
padding: 4px;
border-radius: 10px;
}
.angular-footer {
text-align: center;
}
.hoge {
height: 30px;
}
.profile-input {
color: #888;
font-size: 14px;
} | app/assets/stylesheets/registration.css | .user-form-wrapper {
width: 50%;
padding-top: 80px;
margin: auto;
}
.user-wrapper {
width: 100%;
}
.form-header {
width: 100%;
height: 120px;
text-align: center;
font-size: 22px;
}
.form-header-text {
line-height: 100px;
border-bottom: 1px solid #f5f5f5;
font-weight: bold;
font-family: fantasy;
}
.form-group {
width: 100%;
display: flex;
flex-direction: column;
/*margin: 0 auto;*/
padding-top: 20px;
}
.form-group:first-child {
padding: 0;
}
.form-text-wrap {
width: 100%;
height: 20%;
}
.form-text {
font-size: 14px;
font-weight: bold;
}
.input-default {
width: 90%;
margin-top: 5px;
height: 28px;
padding: 10px 16px 8px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 16px;
resize: none;
}
.info-text {
color: #888;
font-size: 15px;
margin-top: 3px;
}
.form-info-header {
font-weight: bold;
}
.form-info-text {
font-size: 15px;
}
.input-name-wrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.input-name {
width: 130px;
margin: 5px 20px 0 20px;
height: 28px;
line-height: 30px;
padding: 10px 16px 8px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
resize: none;
}
.input-birth-wrap {
display: flex;
flex-wrap: wrap;
}
.input-birth-wrap select {
width: 75px;
margin-top: 5px;
height: 45px;
padding-left: 10px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 12px;
cursor: pointer;
}
.input-birth-wrap p {
line-height: 60px;
padding: 0 5px;
}
.field_with_errors {
display: contents;
}
.form-bottom-text {
font-size: 15px;
margin-top: 10px;
text-align: center;
}
.form-bottom-text:last-child {
margin: 0;
padding-bottom: 50px;
}
.form-bottom-text>span {
color: #0099e8;
cursor: pointer;
}
.register-btn {
width: 50%;
margin: 0 auto;
}
.register-red-btn {
width: 100%;
background: #ea352d;
border: 1px solid #ea352d;
color: #fff;
line-height: 48px;
font-size: 14px;
cursor: pointer;
border-radius: 10px;
}
.register-info {
color: #0099e8;
text-align: center;
cursor: pointer;
}
.register-info-2 {
text-decoration: none;
padding: auto;
}
.indispensable {
background-color: #e47676;
color: #f5f5f5;
padding: 4px;
border-radius: 10px;
}
.angular-footer {
text-align: center;
}
.hoge {
height: 30px;
}
.profile-input {
color: #888;
font-size: 14px;
} | 0.374905 | 0.069069 |
* {
margin: 0;
}
body,
html {
height: 100%;
margin: 0;
}
body {
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
}
.container {
padding: 0 4em 0 4em;
padding-top: 70px;
}
.container * {
margin-top: 1em;
}
.container h2 {
margin-top: 2em;
}
/* header image block */
.header-image {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("assets/car-on-road.jpg");
/* https: //www.pexels.com/photo/top-view-photo-of-curved-road-surrounded-by-trees-1834403/ */
height: 50%;
padding: 2em;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
/* align h1 vertically and horizontally */
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.header-image h1 {
color: white;
}
/* navbar styles */
.topnav {
position: fixed;
z-index: 10;
right: 0;
width: 100%;
background-color: #212121;
padding: 0 2em 0 0;
}
.topnav ul {
list-style-type: none;
margin: 0;
}
.topnav li {
float: left;
}
.topnav li a {
display: block;
text-align: center;
text-decoration: none;
padding: 1em;
}
.topnav a {
display: block;
color: white;
text-decoration: none;
}
a {
color: #2e7d32;
text-decoration: none;
}
a:hover {
color: #4caf50;
}
.team-card-container {
display: flex;
flex-wrap: wrap;
}
.team-card {
/* this looked nice so I threw it in https://codepen.io/sdthornton/pen/wBZdXq */
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
border-radius: 10px;
width: 250px;
text-align: center;
margin: 2em 2em 0 0;
padding: 2em;
}
.team-card img {
border-radius: 50%;
height: 200px;
}
/* Resources container */
.row {
display: flex;
flex-wrap: wrap;
}
.col-50 {
width: 50%;
}
footer {
background-color: #212121;
color: #ffffff;
padding: 4em;
margin-top: 4em;
}
footer p {
margin-top: 2em;
}
footer a {
text-decoration: none;
color: white;
}
/* table styles */
table,
th,
td {
border: 1px solid #424242;
border-collapse: collapse;
}
th,
td {
text-align: left;
padding: 1em;
}
/* form styles */
input {
width: 300px;
height: 25px;
border-radius: 5px;
background-color: #ffffff;
font-size: 16px;
padding: 0.5em;
}
button {
color: #ffffff;
background-color: #2e7d32;
border: none;
border-radius: 5px;
padding: 1em 2em 1em 2em;
margin: 1em 0 0 0;
font-size: 16px;
}
/* dark mode users rejoice */
@media (prefers-color-scheme: dark) {
body {
background-color: #424242;
color: white;
}
a {
color: #81c784;
}
.team-card {
background-color: #212121;
}
.header-image {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url("assets/car-on-road.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
img {
filter: grayscale(20%);
}
table,
th,
td {
border: 1px solid #ffffff;
}
}
@media (max-width: 700px) {
.col-50 {
width: 100%;
}
} | styles.css | * {
margin: 0;
}
body,
html {
height: 100%;
margin: 0;
}
body {
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
}
.container {
padding: 0 4em 0 4em;
padding-top: 70px;
}
.container * {
margin-top: 1em;
}
.container h2 {
margin-top: 2em;
}
/* header image block */
.header-image {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("assets/car-on-road.jpg");
/* https: //www.pexels.com/photo/top-view-photo-of-curved-road-surrounded-by-trees-1834403/ */
height: 50%;
padding: 2em;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
/* align h1 vertically and horizontally */
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.header-image h1 {
color: white;
}
/* navbar styles */
.topnav {
position: fixed;
z-index: 10;
right: 0;
width: 100%;
background-color: #212121;
padding: 0 2em 0 0;
}
.topnav ul {
list-style-type: none;
margin: 0;
}
.topnav li {
float: left;
}
.topnav li a {
display: block;
text-align: center;
text-decoration: none;
padding: 1em;
}
.topnav a {
display: block;
color: white;
text-decoration: none;
}
a {
color: #2e7d32;
text-decoration: none;
}
a:hover {
color: #4caf50;
}
.team-card-container {
display: flex;
flex-wrap: wrap;
}
.team-card {
/* this looked nice so I threw it in https://codepen.io/sdthornton/pen/wBZdXq */
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
border-radius: 10px;
width: 250px;
text-align: center;
margin: 2em 2em 0 0;
padding: 2em;
}
.team-card img {
border-radius: 50%;
height: 200px;
}
/* Resources container */
.row {
display: flex;
flex-wrap: wrap;
}
.col-50 {
width: 50%;
}
footer {
background-color: #212121;
color: #ffffff;
padding: 4em;
margin-top: 4em;
}
footer p {
margin-top: 2em;
}
footer a {
text-decoration: none;
color: white;
}
/* table styles */
table,
th,
td {
border: 1px solid #424242;
border-collapse: collapse;
}
th,
td {
text-align: left;
padding: 1em;
}
/* form styles */
input {
width: 300px;
height: 25px;
border-radius: 5px;
background-color: #ffffff;
font-size: 16px;
padding: 0.5em;
}
button {
color: #ffffff;
background-color: #2e7d32;
border: none;
border-radius: 5px;
padding: 1em 2em 1em 2em;
margin: 1em 0 0 0;
font-size: 16px;
}
/* dark mode users rejoice */
@media (prefers-color-scheme: dark) {
body {
background-color: #424242;
color: white;
}
a {
color: #81c784;
}
.team-card {
background-color: #212121;
}
.header-image {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url("assets/car-on-road.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
img {
filter: grayscale(20%);
}
table,
th,
td {
border: 1px solid #ffffff;
}
}
@media (max-width: 700px) {
.col-50 {
width: 100%;
}
} | 0.631822 | 0.112503 |
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 1.375em;
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll;
/* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
@media screen and (max-width: 767px) {
html {
font-size: 1.125em;
}
}
*,
*:before,
*:after {
/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: white;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table {
/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
::selection {
background: #e06d5e;
color: white;
}
::-moz-selection {
background: #e06d5e;
color: white;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #7f8d8c;
font-family: "Source Sans Pro", sans-serif;
line-height: 1.5;
}
body {
font-size: 1em;
}
input,
select,
textarea {
font-size: 0.73em;
}
@media screen and (max-width: 767px) {
input,
select,
textarea {
font-size: 1em;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom: 20px;
color: #24282d;
font-family: "Source Sans Pro", sans-serif;
font-weight: bold;
}
h1 {
font-size: 1.8em;
line-height: 1.2;
}
h2 {
font-size: 1.6em;
line-height: 1.3;
}
h3 {
font-size: 1.4em;
line-height: 1.4;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.8em;
}
p {
margin-bottom: 20px;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
padding-left: 40px;
margin: 0;
font-family: "PT Serif", serif;
font-size: 1.2em;
border-left: 2px solid #e06d5e;
}
@media screen and (max-width: 767px) {
blockquote {
padding-left: 20px;
}
}
address {
margin: 0 0 20px;
}
pre,
code,
kbd,
tt,
var {
padding: 0 5px;
background: #f1f2f3;
font-family: "Source Code Pro", monospace;
letter-spacing: -0.05em;
}
pre {
position: relative;
overflow: auto;
padding: 20px;
margin-bottom: 20px;
max-width: 100%;
}
abbr,
acronym {
border-bottom: 1px dotted #7f8d8c;
cursor: help;
}
mark,
ins {
padding: 0 5px;
background: #e06d5e;
color: white;
text-decoration: none;
}
sup,
sub {
position: relative;
vertical-align: baseline;
height: 0;
font-size: 75%;
line-height: 0;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
margin-bottom: 20px;
height: 1px;
background: #f1f2f3;
border: 0;
}
ul,
ol {
margin: 0 0 20px;
}
ul {
list-style: disc inside;
}
ol {
list-style: decimal inside;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 40px;
}
@media screen and (max-width: 767px) {
li > ul,
li > ol {
margin-left: 20px;
}
}
dt {
font-weight: bold;
}
dd {
margin: 0 20px 20px;
}
figure {
margin: 0;
}
table {
margin: 0 0 20px;
width: 100%;
border-top: 1px solid #f1f2f3;
}
th {
background: #f1f2f3;
font-weight: bold;
}
th,
td {
padding: 10px 20px;
border-bottom: 1px solid #f1f2f3;
}
@media screen and (max-width: 767px) {
th,
td {
padding: 5px 10px;
}
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Image Captions */
.wp-caption {
padding: 10px;
margin: 0 0 20px;
max-width: 100%;
width: auto;
background: #f1f2f3;
border: none;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
margin: 10px 0 0;
text-align: center;
color: #7f8d8c;
font-family: "PT Serif", serif;
font-size: 0.73em;
line-height: 1.3;
font-style: italic;
text-align: center;
}
.wp-caption .wp-caption-text a,
.wp-caption .wp-caption-dd a {
color: inherit;
text-decoration: none;
}
.wp-caption .wp-caption-text a:hover, .wp-caption .wp-caption-text a:focus, .wp-caption .wp-caption-text a:active,
.wp-caption .wp-caption-dd a:hover,
.wp-caption .wp-caption-dd a:focus,
.wp-caption .wp-caption-dd a:active {
color: #24282d;
}
.widget .wp-caption {
background: #525a5a;
}
.widget .wp-caption .wp-caption-text {
color: inherit;
}
/* Galleries */
.gallery {
padding: 20px 10px 0 10px;
margin: 0 0 20px;
background: #f1f2f3;
}
.gallery .gallery-item {
float: left;
padding: 0 10px 20px 10px;
width: 100%;
}
.gallery .gallery-item .gallery-icon {
position: relative;
z-index: 1;
text-align: center;
line-height: 0;
}
.gallery .gallery-item .gallery-caption {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 10px 0 0;
text-align: center;
color: #7f8d8c;
font-family: "PT Serif", serif;
font-size: 0.73em;
line-height: 1.3;
font-style: italic;
text-align: center;
}
.gallery .gallery-item .gallery-caption a {
color: inherit;
text-decoration: none;
}
.gallery .gallery-item .gallery-caption a:hover, .gallery .gallery-item .gallery-caption a:focus, .gallery .gallery-item .gallery-caption a:active {
color: #24282d;
}
.gallery br {
display: none;
}
.gallery-icon {
text-align: center;
line-height: 0;
}
.gallery-icon a,
.gallery-icon img {
display: inline-block;
margin: 0 auto;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.gallery-icon a {
position: relative;
background: #e06d5e;
z-index: 0;
}
.gallery-icon a:before {
content: '';
display: block;
position: absolute;
top: 0;
z-index: 1;
padding: 20px;
height: 100%;
width: 100%;
background: #e06d5e;
opacity: 0;
-webkit-background-clip: content-box;
-moz-background-clip: content-box;
background-clip: content-box;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.gallery-icon a:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
margin-top: -5px;
margin-left: -5px;
height: 10px;
width: 10px;
background: url(img/plus.svg);
opacity: 0;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.gallery-icon a:hover:before, .gallery-icon a:focus:before, .gallery-icon a:active:before {
opacity: 0.75;
}
.gallery-icon a:hover:after, .gallery-icon a:focus:after, .gallery-icon a:active:after {
opacity: 1;
}
.gallery-icon a:hover img, .gallery-icon a:focus img, .gallery-icon a:active img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.gallery-icon img {
margin: 0 auto;
max-width: 100%;
height: auto;
border: none;
}
.tiled-gallery {
margin: 0 0 20px;
}
.tiled-gallery.type-rectangular {
background: #f1f2f3;
border: 20px solid #f1f2f3;
}
.tiled-gallery .tiled-gallery-caption {
background: #f1f2f3;
color: #7f8d8c;
font-family: "PT Serif", serif;
font-size: 0.73em;
font-weight: normal;
font-style: italic;
}
.site-main .slideshow-window {
margin: 0 0 20px;
background: #f1f2f3;
border: 20px solid #f1f2f3;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.site-main .slideshow-window .slideshow-slide {
margin: 0 auto;
}
.site-main .slideshow-window img {
display: block;
}
/* Gallery Columns */
.gallery-columns-2 .gallery-item {
margin-right: 0;
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n - 2) {
clear: right;
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
margin-right: 0;
width: 33.33333%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n - 3) {
clear: right;
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
margin-right: 0;
width: 25%;
}
.gallery-columns-4 .gallery-item:nth-of-type(4n - 4) {
clear: right;
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
margin-right: 0;
width: 20%;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n - 5) {
clear: right;
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
margin-right: 0;
width: 16.66667%;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n - 6) {
clear: right;
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
margin-right: 0;
width: 14.28571%;
}
.gallery-columns-7 .gallery-item:nth-of-type(7n - 7) {
clear: right;
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
margin-right: 0;
width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-of-type(8n - 8) {
clear: right;
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
margin-right: 0;
width: 11.11111%;
}
.gallery-columns-9 .gallery-item:nth-of-type(9n - 9) {
clear: right;
margin-right: 0;
}
/* Iframes */
embed,
iframe,
object,
video,
audio,
.mejs-audio {
margin: 0 auto 20px auto;
}
/* Audio */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: rgba(255, 255, 255, 0.25);
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
background: #e06d5e;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #e06d5e;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
}
.mejs-container .mejs-controls .mejs-button button:focus {
outline-color: #e06d5e;
}
/* Layout */
body {
margin: 40px 40px 20px;
max-width: 840px;
}
.mceItemTable,
.mceItemTable td,
.mceItemTable th,
.mceItemTable caption,
.mceItemVisualAid {
border: none;
}
img.mce-wp-nextpage,
img.mce-wp-more {
width: 100%;
margin: 20px 0;
} | public/blog/wp-content/themes/illustratr/editor-style.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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 1.375em;
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll;
/* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
@media screen and (max-width: 767px) {
html {
font-size: 1.125em;
}
}
*,
*:before,
*:after {
/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: white;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table {
/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
::selection {
background: #e06d5e;
color: white;
}
::-moz-selection {
background: #e06d5e;
color: white;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #7f8d8c;
font-family: "Source Sans Pro", sans-serif;
line-height: 1.5;
}
body {
font-size: 1em;
}
input,
select,
textarea {
font-size: 0.73em;
}
@media screen and (max-width: 767px) {
input,
select,
textarea {
font-size: 1em;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom: 20px;
color: #24282d;
font-family: "Source Sans Pro", sans-serif;
font-weight: bold;
}
h1 {
font-size: 1.8em;
line-height: 1.2;
}
h2 {
font-size: 1.6em;
line-height: 1.3;
}
h3 {
font-size: 1.4em;
line-height: 1.4;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.8em;
}
p {
margin-bottom: 20px;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
padding-left: 40px;
margin: 0;
font-family: "PT Serif", serif;
font-size: 1.2em;
border-left: 2px solid #e06d5e;
}
@media screen and (max-width: 767px) {
blockquote {
padding-left: 20px;
}
}
address {
margin: 0 0 20px;
}
pre,
code,
kbd,
tt,
var {
padding: 0 5px;
background: #f1f2f3;
font-family: "Source Code Pro", monospace;
letter-spacing: -0.05em;
}
pre {
position: relative;
overflow: auto;
padding: 20px;
margin-bottom: 20px;
max-width: 100%;
}
abbr,
acronym {
border-bottom: 1px dotted #7f8d8c;
cursor: help;
}
mark,
ins {
padding: 0 5px;
background: #e06d5e;
color: white;
text-decoration: none;
}
sup,
sub {
position: relative;
vertical-align: baseline;
height: 0;
font-size: 75%;
line-height: 0;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
margin-bottom: 20px;
height: 1px;
background: #f1f2f3;
border: 0;
}
ul,
ol {
margin: 0 0 20px;
}
ul {
list-style: disc inside;
}
ol {
list-style: decimal inside;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 40px;
}
@media screen and (max-width: 767px) {
li > ul,
li > ol {
margin-left: 20px;
}
}
dt {
font-weight: bold;
}
dd {
margin: 0 20px 20px;
}
figure {
margin: 0;
}
table {
margin: 0 0 20px;
width: 100%;
border-top: 1px solid #f1f2f3;
}
th {
background: #f1f2f3;
font-weight: bold;
}
th,
td {
padding: 10px 20px;
border-bottom: 1px solid #f1f2f3;
}
@media screen and (max-width: 767px) {
th,
td {
padding: 5px 10px;
}
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Image Captions */
.wp-caption {
padding: 10px;
margin: 0 0 20px;
max-width: 100%;
width: auto;
background: #f1f2f3;
border: none;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
margin: 10px 0 0;
text-align: center;
color: #7f8d8c;
font-family: "PT Serif", serif;
font-size: 0.73em;
line-height: 1.3;
font-style: italic;
text-align: center;
}
.wp-caption .wp-caption-text a,
.wp-caption .wp-caption-dd a {
color: inherit;
text-decoration: none;
}
.wp-caption .wp-caption-text a:hover, .wp-caption .wp-caption-text a:focus, .wp-caption .wp-caption-text a:active,
.wp-caption .wp-caption-dd a:hover,
.wp-caption .wp-caption-dd a:focus,
.wp-caption .wp-caption-dd a:active {
color: #24282d;
}
.widget .wp-caption {
background: #525a5a;
}
.widget .wp-caption .wp-caption-text {
color: inherit;
}
/* Galleries */
.gallery {
padding: 20px 10px 0 10px;
margin: 0 0 20px;
background: #f1f2f3;
}
.gallery .gallery-item {
float: left;
padding: 0 10px 20px 10px;
width: 100%;
}
.gallery .gallery-item .gallery-icon {
position: relative;
z-index: 1;
text-align: center;
line-height: 0;
}
.gallery .gallery-item .gallery-caption {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 10px 0 0;
text-align: center;
color: #7f8d8c;
font-family: "PT Serif", serif;
font-size: 0.73em;
line-height: 1.3;
font-style: italic;
text-align: center;
}
.gallery .gallery-item .gallery-caption a {
color: inherit;
text-decoration: none;
}
.gallery .gallery-item .gallery-caption a:hover, .gallery .gallery-item .gallery-caption a:focus, .gallery .gallery-item .gallery-caption a:active {
color: #24282d;
}
.gallery br {
display: none;
}
.gallery-icon {
text-align: center;
line-height: 0;
}
.gallery-icon a,
.gallery-icon img {
display: inline-block;
margin: 0 auto;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.gallery-icon a {
position: relative;
background: #e06d5e;
z-index: 0;
}
.gallery-icon a:before {
content: '';
display: block;
position: absolute;
top: 0;
z-index: 1;
padding: 20px;
height: 100%;
width: 100%;
background: #e06d5e;
opacity: 0;
-webkit-background-clip: content-box;
-moz-background-clip: content-box;
background-clip: content-box;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.gallery-icon a:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
margin-top: -5px;
margin-left: -5px;
height: 10px;
width: 10px;
background: url(img/plus.svg);
opacity: 0;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.gallery-icon a:hover:before, .gallery-icon a:focus:before, .gallery-icon a:active:before {
opacity: 0.75;
}
.gallery-icon a:hover:after, .gallery-icon a:focus:after, .gallery-icon a:active:after {
opacity: 1;
}
.gallery-icon a:hover img, .gallery-icon a:focus img, .gallery-icon a:active img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.gallery-icon img {
margin: 0 auto;
max-width: 100%;
height: auto;
border: none;
}
.tiled-gallery {
margin: 0 0 20px;
}
.tiled-gallery.type-rectangular {
background: #f1f2f3;
border: 20px solid #f1f2f3;
}
.tiled-gallery .tiled-gallery-caption {
background: #f1f2f3;
color: #7f8d8c;
font-family: "PT Serif", serif;
font-size: 0.73em;
font-weight: normal;
font-style: italic;
}
.site-main .slideshow-window {
margin: 0 0 20px;
background: #f1f2f3;
border: 20px solid #f1f2f3;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.site-main .slideshow-window .slideshow-slide {
margin: 0 auto;
}
.site-main .slideshow-window img {
display: block;
}
/* Gallery Columns */
.gallery-columns-2 .gallery-item {
margin-right: 0;
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n - 2) {
clear: right;
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
margin-right: 0;
width: 33.33333%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n - 3) {
clear: right;
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
margin-right: 0;
width: 25%;
}
.gallery-columns-4 .gallery-item:nth-of-type(4n - 4) {
clear: right;
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
margin-right: 0;
width: 20%;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n - 5) {
clear: right;
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
margin-right: 0;
width: 16.66667%;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n - 6) {
clear: right;
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
margin-right: 0;
width: 14.28571%;
}
.gallery-columns-7 .gallery-item:nth-of-type(7n - 7) {
clear: right;
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
margin-right: 0;
width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-of-type(8n - 8) {
clear: right;
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
margin-right: 0;
width: 11.11111%;
}
.gallery-columns-9 .gallery-item:nth-of-type(9n - 9) {
clear: right;
margin-right: 0;
}
/* Iframes */
embed,
iframe,
object,
video,
audio,
.mejs-audio {
margin: 0 auto 20px auto;
}
/* Audio */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: rgba(255, 255, 255, 0.25);
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
background: #e06d5e;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #e06d5e;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px inset;
}
.mejs-container .mejs-controls .mejs-button button:focus {
outline-color: #e06d5e;
}
/* Layout */
body {
margin: 40px 40px 20px;
max-width: 840px;
}
.mceItemTable,
.mceItemTable td,
.mceItemTable th,
.mceItemTable caption,
.mceItemVisualAid {
border: none;
}
img.mce-wp-nextpage,
img.mce-wp-more {
width: 100%;
margin: 20px 0;
} | 0.295433 | 0.091788 |
body {
background-color: #fff;
font-size: 14px;
line-height: 22px;
}
h1 {
font-size: 28px;
line-height: 44px;
margin-top: 44px;
margin-bottom: 22px;
}
h2 {
font-size: 22px;
line-height: 22px;
margin-top: 44px;
margin-bottom: 22px;
}
h3 {
font-size: 18px;
line-height: 22px;
margin-top: 22px;
margin-bottom: 22px;
}
h4 {
font-size: 14px;
line-height: 22px;
margin-top: 22px;
margin-bottom: 22px;
}
p {
margin-top: 22px;
margin-bottom: 22px;
}
ul {
margin-top: 22px;
margin-bottom: 22px;
}
ol {
margin-top: 22px;
margin-bottom: 22px;
}
pre {
margin-top: 22px;
margin-bottom: 22px;
}
table {
margin-top: 22px;
margin-bottom: 22px;
}
blockquote {
margin-top: 22px;
margin-bottom: 22px;
}
/* Sanitation */
hr {
border: 1px solid;
margin: -1px 0;
}
ul ul, ol ol, ul ol, ol ul {
margin-top: 0;
margin-bottom: 0;
}
b, strong, em, small, code {
line-height: 1;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub {
top: 0.4em;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
body,
html {
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #fff url('../images/base--22.png') repeat top left;
font-family: sans-serif;
}
body.-clear-background {
background: #fff;
}
h1,
h2,
h3 {
font-family: serif;
font-weight: 400;
}
footer {
background: #222 url('../images/base--22.png') repeat top left;;
color: #ccc;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 22px 0;
}
.-clear-background footer {
background: #222;
}
.clearfix:after,
.clearfix:before {
clear: both;
content: '';
display: table;
}
.hero {
margin-top: 0;
}
.hero img {
display: block;
height: auto;
width: 100%;
}
.container {
margin: 0 auto;
max-width: 960px;
padding: 0 20px;
}
.left {
display: block;
margin-bottom: 22px;
width: 100%;
}
.right {
display: block;
margin-bottom: 22px;
width: 100%;
}
@media (min-width: 600px) {
body {
font-size: 16px;
line-height: 26px;
}
h1 {
font-size: 31px;
line-height: 52px;
margin-top: 52px;
margin-bottom: 26px;
}
h2 {
font-size: 25px;
line-height: 26px;
margin-top: 52px;
margin-bottom: 26px;
}
h3 {
font-size: 20px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 26px;
}
h4 {
font-size: 16px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 26px;
}
p {
margin-top: 26px;
margin-bottom: 26px;
}
ul {
margin-top: 26px;
margin-bottom: 26px;
}
ol {
margin-top: 26px;
margin-bottom: 26px;
}
pre {
margin-top: 26px;
margin-bottom: 26px;
}
table {
margin-top: 26px;
margin-bottom: 26px;
}
blockquote {
margin-top: 26px;
margin-bottom: 26px;
}
body {
background-image: url('../images/base--26.png');
}
footer {
background-image: url('../images/base--26.png');
padding: 26px 0;
}
.left {
margin-bottom: 26px;
width: auto;
}
.right {
margin-bottom: 26px;
width: auto;
}
.left {
float: left;
margin-right: 26px;
}
.right {
float: right;
margin-left: 26px;
}
} | assets/styles/index.css | body {
background-color: #fff;
font-size: 14px;
line-height: 22px;
}
h1 {
font-size: 28px;
line-height: 44px;
margin-top: 44px;
margin-bottom: 22px;
}
h2 {
font-size: 22px;
line-height: 22px;
margin-top: 44px;
margin-bottom: 22px;
}
h3 {
font-size: 18px;
line-height: 22px;
margin-top: 22px;
margin-bottom: 22px;
}
h4 {
font-size: 14px;
line-height: 22px;
margin-top: 22px;
margin-bottom: 22px;
}
p {
margin-top: 22px;
margin-bottom: 22px;
}
ul {
margin-top: 22px;
margin-bottom: 22px;
}
ol {
margin-top: 22px;
margin-bottom: 22px;
}
pre {
margin-top: 22px;
margin-bottom: 22px;
}
table {
margin-top: 22px;
margin-bottom: 22px;
}
blockquote {
margin-top: 22px;
margin-bottom: 22px;
}
/* Sanitation */
hr {
border: 1px solid;
margin: -1px 0;
}
ul ul, ol ol, ul ol, ol ul {
margin-top: 0;
margin-bottom: 0;
}
b, strong, em, small, code {
line-height: 1;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub {
top: 0.4em;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
body,
html {
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #fff url('../images/base--22.png') repeat top left;
font-family: sans-serif;
}
body.-clear-background {
background: #fff;
}
h1,
h2,
h3 {
font-family: serif;
font-weight: 400;
}
footer {
background: #222 url('../images/base--22.png') repeat top left;;
color: #ccc;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 22px 0;
}
.-clear-background footer {
background: #222;
}
.clearfix:after,
.clearfix:before {
clear: both;
content: '';
display: table;
}
.hero {
margin-top: 0;
}
.hero img {
display: block;
height: auto;
width: 100%;
}
.container {
margin: 0 auto;
max-width: 960px;
padding: 0 20px;
}
.left {
display: block;
margin-bottom: 22px;
width: 100%;
}
.right {
display: block;
margin-bottom: 22px;
width: 100%;
}
@media (min-width: 600px) {
body {
font-size: 16px;
line-height: 26px;
}
h1 {
font-size: 31px;
line-height: 52px;
margin-top: 52px;
margin-bottom: 26px;
}
h2 {
font-size: 25px;
line-height: 26px;
margin-top: 52px;
margin-bottom: 26px;
}
h3 {
font-size: 20px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 26px;
}
h4 {
font-size: 16px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 26px;
}
p {
margin-top: 26px;
margin-bottom: 26px;
}
ul {
margin-top: 26px;
margin-bottom: 26px;
}
ol {
margin-top: 26px;
margin-bottom: 26px;
}
pre {
margin-top: 26px;
margin-bottom: 26px;
}
table {
margin-top: 26px;
margin-bottom: 26px;
}
blockquote {
margin-top: 26px;
margin-bottom: 26px;
}
body {
background-image: url('../images/base--26.png');
}
footer {
background-image: url('../images/base--26.png');
padding: 26px 0;
}
.left {
margin-bottom: 26px;
width: auto;
}
.right {
margin-bottom: 26px;
width: auto;
}
.left {
float: left;
margin-right: 26px;
}
.right {
float: right;
margin-left: 26px;
}
} | 0.437103 | 0.068009 |
/* base */
body,
table,
div,
.node text {
font-family: "Yu Gothic UI", "Meiryo UI", "メイリオ", "MS UI Gothic", sans-serif;
}
/* body */
body {
background-color:#99DDDD;
}
.body {
background-color:#FFFFFF;
padding-bottom:24px;
min-height:95vh;
}
/* tab */
.navbar .glyphicon {
margin-right:8px;
}
/* tag */
.tag-default {
font-size:xx-small;
padding-right:3px;
}
.tag-selector {
padding-right:8px;
}
.input-group ul.right {
left:auto;
right:0px;
min-width:60px;
}
/* popup */
.link-edit .popover {
max-width:800px;
left:0px;
}
/* icon */
.btn-lg .glyphicon {
margin-right: 4px;
}
/* side list */
@media screen and (max-width: 991px) {
.hide-on-narrow {
display:none;
}
}
@media screen and (min-width: 992px) {
.hide-on-narrow {
min-height:60vh;
max-height:90vh;
overflow-y:auto;
}
.hide-on-narrow + div {
min-height:60vh;
max-height:90vh;
overflow-y:auto;
}
.show-on-narrow {
display:none;
}
}
/* custom design */
.navbar,
.big-header,
.jumbotron {
color:#DDFFFF;
background-color:#008888;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
color:#88DDDD;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
background-color: #006666;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle,
.navbar-inverse {
border-color:#88CCCC;
}
.big-header {
margin-top:-20px;
width:100%;
margin-bottom:30px;
}
.jumbotron {
margin-bottom:0px;
}
.jumbotron a,
.jumbotron a:active,
.jumbotron a:focus,
.jumbotron a:hover {
color:#CCFFEE;
word-break: break-all;
}
.jumbotron .glyphicon {
margin-right:0.3em;
}
.btn-primary {
color: #DDFFFF;
background-color: #008888;
border-color: #008888;
}
.btn-primary:focus,
.btn-primary.focus {
color: #EEFFFF;
background-color: #006666;
border-color: #006666;
}
.btn-primary:hover {
color: #EEFFFF;
background-color: #006666;
border-color: #007777;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #FFFFFF;
background-color: #004444;
border-color: #004444;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #EEFFFF;
background-color: #006666;
border-color: #006666;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
/* ui.bootstrap fix */
.pull-xs-right {
float:right;
}
.label-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
/* chart */
#chart {
text-align: center;
/* その他の正しいとされるセンタリングをいくつか試してみたが正常に機能せず */
/* その後、他の修正が入ったので正しいとされるセンタリングでよくなっているかもしれないが、正常に機能してるようなのでこのままにしておく。 */
}
#chart svg {
margin-top: -20px;
margin-bottom: -28px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #FFFFFF;
}
/* tree */
.node circle {
cursor: pointer;
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.null circle {
display: none;
}
path.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
path.winner {
stroke: #6d6;
stroke-width: 3.0px;
}
/* footer */
.footer {
color:#008888;
padding-top:8px;
padding-bottom:8px;
}
.footer .separator {
margin-left: 16px;
margin-right: 16px;
color:#DDFFFF;
} | source/web/splatournament.css | /* base */
body,
table,
div,
.node text {
font-family: "Yu Gothic UI", "Meiryo UI", "メイリオ", "MS UI Gothic", sans-serif;
}
/* body */
body {
background-color:#99DDDD;
}
.body {
background-color:#FFFFFF;
padding-bottom:24px;
min-height:95vh;
}
/* tab */
.navbar .glyphicon {
margin-right:8px;
}
/* tag */
.tag-default {
font-size:xx-small;
padding-right:3px;
}
.tag-selector {
padding-right:8px;
}
.input-group ul.right {
left:auto;
right:0px;
min-width:60px;
}
/* popup */
.link-edit .popover {
max-width:800px;
left:0px;
}
/* icon */
.btn-lg .glyphicon {
margin-right: 4px;
}
/* side list */
@media screen and (max-width: 991px) {
.hide-on-narrow {
display:none;
}
}
@media screen and (min-width: 992px) {
.hide-on-narrow {
min-height:60vh;
max-height:90vh;
overflow-y:auto;
}
.hide-on-narrow + div {
min-height:60vh;
max-height:90vh;
overflow-y:auto;
}
.show-on-narrow {
display:none;
}
}
/* custom design */
.navbar,
.big-header,
.jumbotron {
color:#DDFFFF;
background-color:#008888;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
color:#88DDDD;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
background-color: #006666;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle,
.navbar-inverse {
border-color:#88CCCC;
}
.big-header {
margin-top:-20px;
width:100%;
margin-bottom:30px;
}
.jumbotron {
margin-bottom:0px;
}
.jumbotron a,
.jumbotron a:active,
.jumbotron a:focus,
.jumbotron a:hover {
color:#CCFFEE;
word-break: break-all;
}
.jumbotron .glyphicon {
margin-right:0.3em;
}
.btn-primary {
color: #DDFFFF;
background-color: #008888;
border-color: #008888;
}
.btn-primary:focus,
.btn-primary.focus {
color: #EEFFFF;
background-color: #006666;
border-color: #006666;
}
.btn-primary:hover {
color: #EEFFFF;
background-color: #006666;
border-color: #007777;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #FFFFFF;
background-color: #004444;
border-color: #004444;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #EEFFFF;
background-color: #006666;
border-color: #006666;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
/* ui.bootstrap fix */
.pull-xs-right {
float:right;
}
.label-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
/* chart */
#chart {
text-align: center;
/* その他の正しいとされるセンタリングをいくつか試してみたが正常に機能せず */
/* その後、他の修正が入ったので正しいとされるセンタリングでよくなっているかもしれないが、正常に機能してるようなのでこのままにしておく。 */
}
#chart svg {
margin-top: -20px;
margin-bottom: -28px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #FFFFFF;
}
/* tree */
.node circle {
cursor: pointer;
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.null circle {
display: none;
}
path.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
path.winner {
stroke: #6d6;
stroke-width: 3.0px;
}
/* footer */
.footer {
color:#008888;
padding-top:8px;
padding-bottom:8px;
}
.footer .separator {
margin-left: 16px;
margin-right: 16px;
color:#DDFFFF;
} | 0.281998 | 0.04736 |
.p{
background-color: rgba(137,185,223,255);
position: relative;
height: 1300px;
overflow: hidden;
}
.container2 {
padding-top: 80px;
width: 89.53%;
margin: auto;
}
.cover-about-us-01 img{
width: 60%;
height: auto;
position: absolute;
top: 50px;
left: 16%;
}
.cover-about-us-02 img{
/* width: 420px; */
position: absolute;
bottom: 127px;
right:60px;
}
.cover-about-us-03 img{
height: 1300px;
width: 100%;
}
.cover-about-us-04 img{
position: absolute;
bottom: 20px;
left:0;
}
.cover-about-us-05{
background-color: white;
position:absolute;
bottom: 9%;
height: 5px;
width: 470px;
left: 250px;
}
.cover-about-us-05::after{
content: " ";
position:absolute;
bottom: 9%;
background-color: white;
height: 50px;
width: 5px;
left: 454px;
transform: rotate(-27deg);
}
.cover-about-us-06 img{
position: absolute;
top: 10%;
right: 3%;
height: 400px;;
width: 400px;
transform: rotate(7deg);
animation-name: cover-about-us-06;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
#getting-here {
text-align: center;
color: black;
font-family: 'Century Schoolbook', sans-serif;
font-size: 48px;
}
#birds {
position: absolute;
right: 0px;
bottom: 0px;
text-align: right;
}
#line {
height: 5px;
background-color: rgb(93, 194, 235);
width: 255px;
margin: auto;
margin-bottom: 40px;
}
@keyframes cover-about-us-06 {
from {
transform: translate(0px, 0px)rotate((7deg));
}
25% {
transform: translate(5px, -5px)rotate(20deg);
}
55% {
transform:translate(0px, 0px)rotate(10deg);
}
80% {
transform:translate(-5px, -20px)rotate(2deg);
}
to {
transform: translate(0, 0px)rotate(7deg);
}
}
.cover-text{
color: white;
position: absolute;
bottom: 220px;
left: 16%;
font-size: 28px;
width: 42%;
font-family: 'Century Schoolbook', sans-serif;
font-weight: lighter;
}
.cover-text-2 h2{
position: absolute;
bottom: 100px;
left: 750px;
font-size: 50px;
font-family: 'Century Schoolbook', sans-serif;
color: white;
}
.title{
transform:rotate(270deg);
font-size: 110px;
color: white;
top: 550px;
left: -200px;
position: absolute;
font-family: 'Century Schoolbook', sans-serif;
font-stretch:narrower;
}
.p::after{
content:" ";
position: absolute;
bottom: 7.5%;
left: 350px;
width: 4px;
height: 40px;
background-color: white;
}
@media(max-width:1510px){
.cover-about-us-02 img {
width: 27%;
position: absolute;
bottom: 198px;
right: 60px;
}
}
@media(max-width:1430px){
.cover-about-us-02 img {
width: 24%;
position: absolute;
bottom: 285px;
right: 100px;
}
}
@media(max-width:1392px){
.cover-about-us-02 img {
width: 26%;
position: absolute;
bottom: 101px;
right: 60px;
}
.p{
height: 1120px;
}
.cover-about-us-03 img{
height: 1120px
}
.cover-about-us-04 img{
bottom: 80px;
left:30%;
width: 70px;
height: 80px;
}
.cover-about-us-05{
background-color: white;
position:absolute;
bottom: 4%;
height: 5px;
width: 220px;
left: 0px;
}
.cover-about-us-05::after{
content: " ";
position:absolute;
bottom: 4%;
background-color: white;
height: 50px;
width: 5px;
left: 204px;
transform: rotate(-27deg);
}
.cover-text-2 h2{
left: 244px;
bottom: 2.6%;
}
.p::after {
left: 7.5%;
bottom: 2.5%;
}
}
@media(max-width:1376px){
.cover-about-us-02 img {
width: 25%;
position: absolute;
bottom: 157px;
right: 60px;
}
}
@media(max-width:1250px){
.cover-about-us-02 img {
width: 25%;
position: absolute;
bottom: 195px;
right: 60px;
}
}
@media(max-width:1128px){
.cover-about-us-01 img{
height: auto;
width: 75%;
top: 150px;
left: 50px;
}
.cover-about-us-02 img {
width: 25%;
position: absolute;
bottom: 224px;
right: 60px;
}
.title{
transform:none;
top: 27px;
left: 50px;
}
.cover-text{
top: 70%;
left: 50px;
font-size: 26px;
width: 50%;
}
/* .cover-text-2 h2{
right: 50px;
bottom: 5%;
} */
}
@media(max-width:1076px){
.cover-about-us-02 img {
width: 27%;
position: absolute;
bottom: 242px;
right: 60px;
}
.cover-text{
/* top: 50%; */
width: 45%;
}
.cover-about-us-04 img{
bottom: 90px;
left:40%;
width: 50px;
height: 60px;
}
}
@media(max-width:996px){
.cover-text{
top: 65%;
width: 40%;
}
.cover-about-us-01 img{
top: 100px;
}
.title{
font-size: 70px;
top: 19px;
}
.cover-about-us-02 img {
width: 29%;
position: absolute;
bottom: 159px;
right: 54px;
}
.cover-about-us-05 img{
display: none;
}
title{
font-size: 25px;
}
.cover-about-us-06{
display: none;
}
}
@media(max-width:906px){
.p{
height: 1000px;
}
.p::after {
left: 7.5%;
bottom: 2.3%;
}
.cover-about-us-03 img{
height: 1000px;
}
.cover-about-us-02 img{
right: 50px;
}
.cover-text{
top: 650px;
font-size: 22px;
width: 45%;
}
}
@media(max-width:800px){
.cover-about-us-02 img {
width: 30%;
position: absolute;
bottom: 168px;
right: 54px;
}
}
@media(max-width:758px){
.p{
height: 800px;
}
.p::after {
left: 7.5%;
bottom: 1.9%;
}
.cover-about-us-03 img{
height: 800px;
}
.title{
font-size: 50px;
}
.cover-about-us-01 img{
top: 75px;
}
.cover-about-us-02 img{
right: 55px;
bottom: 130px;
left: unset;
}
.cover-text{
top: 500px;
font-size: 22px;
width: 45%;
}
.cover-text h1{
font-size: 32px;
}
.cover-about-us-04 img{
bottom: 65px;
left:55%;
width: 50px;
height: 60px;
}
}
@media(max-width:680px){
.p{
height: 750px;
}
.cover-about-us-03 img{
height: 750px;
}
.cover-about-us-02 img{
right: 45px;
bottom: 140px;
}
.cover-text{
top: unset;
bottom: 80px;
font-size: 20px;
width: 42%;
}
.cover-text h1{
font-size: 24px;
}
.cover-about-us-04 img{
bottom: 65px;
left:55%;
width: 50px;
height: 60px;
}
}
@media(max-width:592px){
.cover-about-us-02 img {
width: 29%;
right: 25px;
bottom: 213px;
}
.cover-text{
bottom: 100px;
width: 40%;
}
.cover-text h2{
font-size:20px ;
}
}
@media(max-width:570px){
.cover-about-us-02 img {
width: 30%;
right: 25px;
bottom: 168px;
}
#line {
width: 150px;
}
#birds {
right: 200px;
bottom: 0px;
z-index: -1;
}
#birds{
display: none;
}
}
@media (max-width:536px) {
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 174px;
}
.cover-about-us-04 img{
bottom: 40px;
left:25%;
width: 50px;
height: 60px;
}
.cover-text{
bottom: 85px;
width: 38%;
}
}
@media(max-width:480px){
.p{
height: 640px;
}
.p::after {
left: 7.5%;
bottom: 1.5%;
}
.cover-about-us-03 img{
height: 640px;
}
.cover-text{
bottom: 85px;
font-size: 14px;
width: 38%;
}
.cover-text h1{
font-size: 20px;
}
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 118px;
}
.cover-text-2 h2{
left: 220px;
font-size: 40px;
}
}
@media(max-width:430px){
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 165px;
}
}
@media(max-width:375px){
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 212px;
}
}
@media(max-width:340px){
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 240px;
}
} | public/css/about_us.css |
.p{
background-color: rgba(137,185,223,255);
position: relative;
height: 1300px;
overflow: hidden;
}
.container2 {
padding-top: 80px;
width: 89.53%;
margin: auto;
}
.cover-about-us-01 img{
width: 60%;
height: auto;
position: absolute;
top: 50px;
left: 16%;
}
.cover-about-us-02 img{
/* width: 420px; */
position: absolute;
bottom: 127px;
right:60px;
}
.cover-about-us-03 img{
height: 1300px;
width: 100%;
}
.cover-about-us-04 img{
position: absolute;
bottom: 20px;
left:0;
}
.cover-about-us-05{
background-color: white;
position:absolute;
bottom: 9%;
height: 5px;
width: 470px;
left: 250px;
}
.cover-about-us-05::after{
content: " ";
position:absolute;
bottom: 9%;
background-color: white;
height: 50px;
width: 5px;
left: 454px;
transform: rotate(-27deg);
}
.cover-about-us-06 img{
position: absolute;
top: 10%;
right: 3%;
height: 400px;;
width: 400px;
transform: rotate(7deg);
animation-name: cover-about-us-06;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
#getting-here {
text-align: center;
color: black;
font-family: 'Century Schoolbook', sans-serif;
font-size: 48px;
}
#birds {
position: absolute;
right: 0px;
bottom: 0px;
text-align: right;
}
#line {
height: 5px;
background-color: rgb(93, 194, 235);
width: 255px;
margin: auto;
margin-bottom: 40px;
}
@keyframes cover-about-us-06 {
from {
transform: translate(0px, 0px)rotate((7deg));
}
25% {
transform: translate(5px, -5px)rotate(20deg);
}
55% {
transform:translate(0px, 0px)rotate(10deg);
}
80% {
transform:translate(-5px, -20px)rotate(2deg);
}
to {
transform: translate(0, 0px)rotate(7deg);
}
}
.cover-text{
color: white;
position: absolute;
bottom: 220px;
left: 16%;
font-size: 28px;
width: 42%;
font-family: 'Century Schoolbook', sans-serif;
font-weight: lighter;
}
.cover-text-2 h2{
position: absolute;
bottom: 100px;
left: 750px;
font-size: 50px;
font-family: 'Century Schoolbook', sans-serif;
color: white;
}
.title{
transform:rotate(270deg);
font-size: 110px;
color: white;
top: 550px;
left: -200px;
position: absolute;
font-family: 'Century Schoolbook', sans-serif;
font-stretch:narrower;
}
.p::after{
content:" ";
position: absolute;
bottom: 7.5%;
left: 350px;
width: 4px;
height: 40px;
background-color: white;
}
@media(max-width:1510px){
.cover-about-us-02 img {
width: 27%;
position: absolute;
bottom: 198px;
right: 60px;
}
}
@media(max-width:1430px){
.cover-about-us-02 img {
width: 24%;
position: absolute;
bottom: 285px;
right: 100px;
}
}
@media(max-width:1392px){
.cover-about-us-02 img {
width: 26%;
position: absolute;
bottom: 101px;
right: 60px;
}
.p{
height: 1120px;
}
.cover-about-us-03 img{
height: 1120px
}
.cover-about-us-04 img{
bottom: 80px;
left:30%;
width: 70px;
height: 80px;
}
.cover-about-us-05{
background-color: white;
position:absolute;
bottom: 4%;
height: 5px;
width: 220px;
left: 0px;
}
.cover-about-us-05::after{
content: " ";
position:absolute;
bottom: 4%;
background-color: white;
height: 50px;
width: 5px;
left: 204px;
transform: rotate(-27deg);
}
.cover-text-2 h2{
left: 244px;
bottom: 2.6%;
}
.p::after {
left: 7.5%;
bottom: 2.5%;
}
}
@media(max-width:1376px){
.cover-about-us-02 img {
width: 25%;
position: absolute;
bottom: 157px;
right: 60px;
}
}
@media(max-width:1250px){
.cover-about-us-02 img {
width: 25%;
position: absolute;
bottom: 195px;
right: 60px;
}
}
@media(max-width:1128px){
.cover-about-us-01 img{
height: auto;
width: 75%;
top: 150px;
left: 50px;
}
.cover-about-us-02 img {
width: 25%;
position: absolute;
bottom: 224px;
right: 60px;
}
.title{
transform:none;
top: 27px;
left: 50px;
}
.cover-text{
top: 70%;
left: 50px;
font-size: 26px;
width: 50%;
}
/* .cover-text-2 h2{
right: 50px;
bottom: 5%;
} */
}
@media(max-width:1076px){
.cover-about-us-02 img {
width: 27%;
position: absolute;
bottom: 242px;
right: 60px;
}
.cover-text{
/* top: 50%; */
width: 45%;
}
.cover-about-us-04 img{
bottom: 90px;
left:40%;
width: 50px;
height: 60px;
}
}
@media(max-width:996px){
.cover-text{
top: 65%;
width: 40%;
}
.cover-about-us-01 img{
top: 100px;
}
.title{
font-size: 70px;
top: 19px;
}
.cover-about-us-02 img {
width: 29%;
position: absolute;
bottom: 159px;
right: 54px;
}
.cover-about-us-05 img{
display: none;
}
title{
font-size: 25px;
}
.cover-about-us-06{
display: none;
}
}
@media(max-width:906px){
.p{
height: 1000px;
}
.p::after {
left: 7.5%;
bottom: 2.3%;
}
.cover-about-us-03 img{
height: 1000px;
}
.cover-about-us-02 img{
right: 50px;
}
.cover-text{
top: 650px;
font-size: 22px;
width: 45%;
}
}
@media(max-width:800px){
.cover-about-us-02 img {
width: 30%;
position: absolute;
bottom: 168px;
right: 54px;
}
}
@media(max-width:758px){
.p{
height: 800px;
}
.p::after {
left: 7.5%;
bottom: 1.9%;
}
.cover-about-us-03 img{
height: 800px;
}
.title{
font-size: 50px;
}
.cover-about-us-01 img{
top: 75px;
}
.cover-about-us-02 img{
right: 55px;
bottom: 130px;
left: unset;
}
.cover-text{
top: 500px;
font-size: 22px;
width: 45%;
}
.cover-text h1{
font-size: 32px;
}
.cover-about-us-04 img{
bottom: 65px;
left:55%;
width: 50px;
height: 60px;
}
}
@media(max-width:680px){
.p{
height: 750px;
}
.cover-about-us-03 img{
height: 750px;
}
.cover-about-us-02 img{
right: 45px;
bottom: 140px;
}
.cover-text{
top: unset;
bottom: 80px;
font-size: 20px;
width: 42%;
}
.cover-text h1{
font-size: 24px;
}
.cover-about-us-04 img{
bottom: 65px;
left:55%;
width: 50px;
height: 60px;
}
}
@media(max-width:592px){
.cover-about-us-02 img {
width: 29%;
right: 25px;
bottom: 213px;
}
.cover-text{
bottom: 100px;
width: 40%;
}
.cover-text h2{
font-size:20px ;
}
}
@media(max-width:570px){
.cover-about-us-02 img {
width: 30%;
right: 25px;
bottom: 168px;
}
#line {
width: 150px;
}
#birds {
right: 200px;
bottom: 0px;
z-index: -1;
}
#birds{
display: none;
}
}
@media (max-width:536px) {
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 174px;
}
.cover-about-us-04 img{
bottom: 40px;
left:25%;
width: 50px;
height: 60px;
}
.cover-text{
bottom: 85px;
width: 38%;
}
}
@media(max-width:480px){
.p{
height: 640px;
}
.p::after {
left: 7.5%;
bottom: 1.5%;
}
.cover-about-us-03 img{
height: 640px;
}
.cover-text{
bottom: 85px;
font-size: 14px;
width: 38%;
}
.cover-text h1{
font-size: 20px;
}
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 118px;
}
.cover-text-2 h2{
left: 220px;
font-size: 40px;
}
}
@media(max-width:430px){
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 165px;
}
}
@media(max-width:375px){
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 212px;
}
}
@media(max-width:340px){
.cover-about-us-02 img {
width: 31%;
right: 25px;
bottom: 240px;
}
} | 0.59972 | 0.116714 |
@charset "UTF-8";
/* line 22, ../scss/index.scss */
.table_father { display: table; width: 100%; height: 100%; }
/* line 23, ../scss/index.scss */
.table_father > .table_child { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }
/* line 24, ../scss/index.scss */
.icon { display: inline-block; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-repeat: no-repeat; }
/* line 32, ../scss/index.scss */
.created_container { padding-top: 60px; }
/* line 35, ../scss/index.scss */
.create__icon--small { background: url("../images/icon_create_small.png"); }
/* line 38, ../scss/index.scss */
.create__icon--small--upload { width: 22px; height: 19px; background-position: -10px -10px; }
/* line 43, ../scss/index.scss */
.create__icon--small--text { width: 22px; height: 19px; background-position: -52px -10px; }
/* line 48, ../scss/index.scss */
.create__icon--small--position { width: 22px; height: 21px; background-position: -10px -49px; }
/* line 54, ../scss/index.scss */
.create__icon--small--pano { width: 22px; height: 22px; background: #fff; mask-image: url("../images/svg/icon-pano.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-pano.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-pano.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-pano.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; }
/* line 60, ../scss/index.scss */
.create__icon--small--video { width: 22px; height: 22px; background: #fff; mask-image: url("../images/svg/icon-video.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-video.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-video.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-video.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; }
/* line 66, ../scss/index.scss */
.create--guide__icon { background: url("../images/icon_create_big.png"); }
/* line 69, ../scss/index.scss */
.create--guide__icon--upload { width: 62px; height: 51px; background-position: -10px -10px; }
/* line 74, ../scss/index.scss */
.create--guide__icon--text { width: 44px; height: 44px; background-position: -74px -81px; }
/* line 79, ../scss/index.scss */
.create--guide__icon--pano { background: #484c50; mask-image: url("../images/svg/icon-pano.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-pano.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-pano.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-pano.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; width: 60px; height: 60px; }
/* line 85, ../scss/index.scss */
.create--guide__icon--video { background: #484c50; mask-image: url("../images/svg/icon-video.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-video.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-video.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-video.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; width: 60px; height: 60px; }
/* line 92, ../scss/index.scss */
.active .create--guide__icon--pano { background: #fff; }
/* line 95, ../scss/index.scss */
.active .create--guide__icon--video { background: #fff; }
/* line 100, ../scss/index.scss */
.active .create--guide__icon--upload { background-position: -92px -10px; }
/* line 103, ../scss/index.scss */
.active .create--guide__icon--text { background-position: -10px -81px; }
/* line 106, ../scss/index.scss */
.icon-myworks-bt { width: 23px; height: 17px; background: url("../images/create_bts_small.png") no-repeat center; background-size: contain; }
/* line 112, ../scss/index.scss */
.icon-views-small { width: 14px; height: 9px; background: url("../images/icon_viewsmall.png") no-repeat center; background-size: contain; }
/* line 118, ../scss/index.scss */
.create_container__main_body { width: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: start; }
/* line 125, ../scss/index.scss */
.create_container__left_bar { width: 16.521%; }
/* line 128, ../scss/index.scss */
.create_container__left_bar__ul { width: 100%; border-radius: 3px; overflow: hidden; }
/* line 133, ../scss/index.scss */
.create_container__left_bar__ul__items { width: 100%; height: 45px; background-color: #171717; color: #fff; line-height: 45px; padding-left: 9.649%; font-weight: bold; cursor: pointer; white-space: nowrap; border: 1px solid transparent; border-color: #393939 transparent transparent transparent; }
/* line 146, ../scss/index.scss */
.create_container__left_bar__ul__items:hover { opacity: 0.9; }
/* line 149, ../scss/index.scss */
.create_container__left_bar__ul__items:first-child:hover { opacity: 1; }
/* line 152, ../scss/index.scss */
.create_container__left_bar__ul__items--active { opacity: 0.9; }
/* line 155, ../scss/index.scss */
.create_container__left_bar__ul__items > .icon { vertical-align: middle; margin-top: -1px; }
/* line 159, ../scss/index.scss */
.create_container__left_bar__ul__items .create_container__left_bar__ul__link { font-weight: bold; display: inline-block; vertical-align: middle; padding-left: 15px; width: 100%; height: 100%; }
/* line 167, ../scss/index.scss */
.create_container__left_bar__ul__items--title { border-top-color: transparent; color: #717171; }
/* line 171, ../scss/index.scss */
.create_container__left_bar__need_help_bt { width: 100%; height: 45px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #fff; color: #2f2f2f; line-height: 45px; padding-left: 7.017%; font-weight: bold; margin-top: 10px; }
/* line 183, ../scss/index.scss */
.create_container__right_body { width: 100%; border: 1px solid #ececec; background-color: #fff; position: relative; }
/* line 188, ../scss/index.scss */
.create_container__right_body.--full-size { width: 100%; }
/* line 192, ../scss/index.scss */
.create_container__right_body__bts { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; position: fixed; top: 60px; left: 230px; padding: 0; z-index: 999; }
/* line 201, ../scss/index.scss */
.create_container__right_body__bts .__bt_box { width: 200px; height: 50px; line-height: 50px; color: #fff; background-color: #ff0000; text-align: center; border-radius: 3px; cursor: pointer; margin-left: 30px; }
/* line 211, ../scss/index.scss */
.create_container__right_body__bts .__bt_box:first-child { margin-left: 0; }
/* line 214, ../scss/index.scss */
.create_container__right_body__bts .__bt_box a { display: block; color: #fff; }
/* line 219, ../scss/index.scss */
.create_container__right__main_body { width: 100%; min-height: 100vh; }
/* line 223, ../scss/index.scss */
.create__guide_container { padding-top: 253px; display: -webkit-flex; justify-content: center; align-items: center; width: 80%; margin: 0 auto; }
/* line 231, ../scss/index.scss */
.create__guide_container.--hide { opacity: 0; display: none; }
/* line 235, ../scss/index.scss */
.create__guide_container__item { width: 20%; margin-left: 60px; cursor: pointer; }
/* line 240, ../scss/index.scss */
.create__guide_container__item:first-child { margin-left: 0; }
/* line 243, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon { background-color: #e20c32; }
/* line 246, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--upload { background-position: -92px -10px; }
/* line 249, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--text { background-position: -10px -81px; }
/* line 252, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--pano { background: #fff; }
/* line 255, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--video { background: #fff; }
/* line 258, ../scss/index.scss */
.create__guide_container__item__icon { width: 100%; padding-top: 100%; background-color: #f1f1f1; border-radius: 50%; position: relative; }
/* line 265, ../scss/index.scss */
.create__guide_container__item__icon .icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 275, ../scss/index.scss */
.create__guide_container__item__text { line-height: 1; color: #2f2f2f; text-align: center; padding-top: 15px; }
/*插入*/
/* line 283, ../scss/index.scss */
.insert_box_components { width: 100%; margin-top: 30px; position: relative; opacity: 0; cursor: pointer; }
/* line 290, ../scss/index.scss */
.insert_box_components.--hide { opacity: 0; display: none; }
/* line 294, ../scss/index.scss */
.insert_box_components:hover { opacity: 1; }
/* line 297, ../scss/index.scss */
.insert_box_components__insert { width: 87%; margin: 0 auto; height: 25px; position: relative; }
/* line 303, ../scss/index.scss */
.insert_box_components__insert__sign { width: 100%; height: 100%; position: relative; }
/* line 308, ../scss/index.scss */
.insert_box_components__insert__sign .__sign { position: absolute; }
/* line 311, ../scss/index.scss */
.insert_box_components__insert__sign .__sign.line { width: 2px; height: 100%; background-color: #ff0000; top: 0; }
/* line 317, ../scss/index.scss */
.insert_box_components__insert__sign .__sign:first-child { left: 0; }
/* line 320, ../scss/index.scss */
.insert_box_components__insert__sign .__sign:last-child { right: 0; }
/* line 323, ../scss/index.scss */
.insert_box_components__insert__sign .__sign.row { width: 100%; height: 1px; border-bottom: 1px dashed #ff0000; top: 12px; left: 0; }
/* line 331, ../scss/index.scss */
.insert_box_components__insert_bts { width: 50%; height: 50px; position: absolute; border-radius: 3px; background-color: #000; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: flex; display: -webkit-flex; justify-content: center; align-items: center; }
/* line 349, ../scss/index.scss */
.insert_box_components__insert_bts__item { color: #ccc; font-size: 14px; line-height: 1; border-left: 1px solid transparent; margin-left: 16px; padding-left: 16px; }
/* line 357, ../scss/index.scss */
.insert_box_components__insert_bts__item:first-child { font-size: 12px; color: #999; margin-left: 0; padding-left: 0; }
/* line 363, ../scss/index.scss */
.insert_box_components__insert_bts__item:last-child { border-left-color: #626262; }
/* line 366, ../scss/index.scss */
.insert_box_components__insert_bts__item i { display: inline-block; zoom: 1; vertical-align: middle; }
/* line 371, ../scss/index.scss */
.insert_box_components__insert_bts__item p { display: inline-block; zoom: 1; vertical-align: middle; margin: 0 0 0 5px; }
/* line 380, ../scss/index.scss */
.member_page_common_body { width: 100%; padding: 20px 32px 0; }
/* line 383, ../scss/index.scss */
.member_page_common_body.--reward { padding: 0; }
/* line 387, ../scss/index.scss */
.member_page_common_body > .__title { color: #000; font-weight: bold; line-height: 1; margin-top: 38px; }
/* line 396, ../scss/index.scss */
.self_info_form_group__img { width: 100%; height: 100%; }
/* line 400, ../scss/index.scss */
.self_info_form_group__header { width: 110px; height: 110px; border-radius: 50%; display: inline-block; margin-bottom: 12px; position: relative; overflow: hidden; cursor: pointer; }
/* line 410, ../scss/index.scss */
.self_info_form_group__header__mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; font-size: 14px; color: #fff; background-color: rgba(0, 0, 0, 0.6); display: none; }
/* line 422, ../scss/index.scss */
.self_info_form_group__header__mask p { position: absolute; top: 50%; left: 50%; white-space: nowrap; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 433, ../scss/index.scss */
.self_info_form_group__header:hover .self_info_form_group__header__mask { display: block; }
/* line 436, ../scss/index.scss */
.self_info_form_group__text { line-height: 1; }
/* line 439, ../scss/index.scss */
.self_info_form_group__text .name { position: relative; display: inline-block; }
/* line 443, ../scss/index.scss */
.self_info_form_group__text .name p { font-weight: bold; }
/* line 446, ../scss/index.scss */
.self_info_form_group__text .bts { position: absolute; bottom: 0; right: -40px; }
/* line 452, ../scss/index.scss */
.common_form_container { border-bottom: 1px solid #e8e8e8; padding-bottom: 30px; margin-top: 30px; }
/* line 457, ../scss/index.scss */
.common_form_container:first-child { margin-top: 0; }
/* line 460, ../scss/index.scss */
.common_form_container.common_form_container--header { text-align: center; padding-bottom: 20px; margin-top: 18px; }
/* line 465, ../scss/index.scss */
.common_form_container__title { color: #2f2f2f; padding-left: 12px; margin-bottom: 6px; }
/* line 470, ../scss/index.scss */
.common_form_container_group { height: 40px; line-height: 40px; font-size: 0; }
/* line 474, ../scss/index.scss */
.common_form_container_group.--textarea { height: auto; line-height: 1; }
/* line 477, ../scss/index.scss */
.common_form_container_group.--textarea .common_form_container_group__label { margin-top: 13px; }
/* line 481, ../scss/index.scss */
.common_form_container_group.--insertImg { display: flex; justify-content: flex-start; align-items: flex-start; width: 100%; height: auto; line-height: 1; position: relative; }
/* line 489, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__label { flex: 0 0 100px; }
/* line 492, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__input_control { flex: 1; }
/* line 495, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__hint, .common_form_container_group.--insertImg .common_form_container_group__error { position: absolute; left: 100px; }
/* line 499, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__hint { bottom: -17px; margin-left: 0; }
/* line 503, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__error { bottom: -30px; }
/* line 508, ../scss/index.scss */
.common_form_container_group--extend { margin-top: 20px !important; }
/* line 511, ../scss/index.scss */
.common_form_container_group--extend .common_form_container_group__label { margin-right: 16px; padding: 0 !important; display: inline-block; width: auto !important; position: relative; top: 2px; }
/* line 519, ../scss/index.scss */
.common_form_container_group__label .label_inline_box { float: left; margin-left: 17px; opacity: 0.7; }
/* line 524, ../scss/index.scss */
.common_form_container_group__label .label_inline_box label { cursor: pointer; }
/* line 527, ../scss/index.scss */
.common_form_container_group__label .label_inline_box label:hover { text-decoration: underline; }
/* line 530, ../scss/index.scss */
.common_form_container_group__label .label_inline_box:first-child { margin-left: 0; }
/* line 533, ../scss/index.scss */
.label_inline_box .common_form_container_group__label__hint { display: none; }
/* line 536, ../scss/index.scss */
.common_form_container_group__label .label_inline_box.--active { opacity: 1; }
/* line 539, ../scss/index.scss */
.common_form_container_group__label .label_inline_box.--active label { font-weight: bold; }
/* line 542, ../scss/index.scss */
.common_form_container_group__label .label_inline_box.--active .common_form_container_group__label__hint { display: inline-block; }
/* line 545, ../scss/index.scss */
.common_form_container_group--extend .common_form_container_group__input_control { display: inline-block; }
/* line 548, ../scss/index.scss */
.common_form_container_group--extend .common_form_container_group__error.common_form_container_group__error--inline { top: 4px; }
/* line 553, ../scss/index.scss */
.common_form_container__button { text-align: center; margin-top: 40px; }
/* line 557, ../scss/index.scss */
.common_form_container__button button { width: 429px; height: 50px; color: #fff; text-align: center; background-color: #df1538; border-radius: 3px; position: relative; }
/* line 566, ../scss/index.scss */
.common_form_container__button button input[type="submit"] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 0; margin: 0; opacity: 0; cursor: pointer; }
/* line 577, ../scss/index.scss */
.common_form_container__button--summary { color: #bfbfbf; line-height: 1; }
/* line 581, ../scss/index.scss */
.common_form_container__button__two_bts_container { margin-top: 21px; }
/* line 584, ../scss/index.scss */
.common_form_container__button__two_bts_container button { width: 146px; height: 38px; border-radius: 9999px; background-color: #2f2f2f; }
/* line 590, ../scss/index.scss */
.common_form_container__button__two_bts_container button:first-child { background-color: #e20c32; }
/* line 593, ../scss/index.scss */
.common_form_container_group__children { display: inline-block; zoom: 1; vertical-align: top; }
/* line 598, ../scss/index.scss */
.common_form_container_group__width91 { width: 91%; }
/* line 601, ../scss/index.scss */
.common_form_container_group__error { display: none; }
/* line 604, ../scss/index.scss */
.--wrong .common_form_container_group__error { display: inline-block; font-size: 12px; color: #e20c32; }
/* line 609, ../scss/index.scss */
.common_form_container_group--margintop { margin-top: 16px; }
/* line 614, ../scss/index.scss */
.common_form_container_group__label { color: #bfbfbf; width: 100px; position: relative; padding-right: 30px; text-align: right; }
/* line 623, ../scss/index.scss */
.common_form_container_group--required .common_form_container_group__label label { position: relative; }
/* line 626, ../scss/index.scss */
.common_form_container_group--required .common_form_container_group__label label::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background-color: #e20c32; top: 50%; left: -15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
/* line 641, ../scss/index.scss */
.common_form_container_group__selected_labels { display: -webkit-flex; display: flex; justify-content: start; align-items: start; flex-wrap: wrap; margin-top: 12px; }
/* line 649, ../scss/index.scss */
.common_form_container_group__selected_labels p { font-size: 13px; color: #2f2f2f; line-height: 30px; padding: 0 25px 0 15px; background-color: #ebebeb; position: relative; border-radius: 3px; cursor: pointer; margin-right: 12px; }
/* line 660, ../scss/index.scss */
.common_form_container_group__selected_labels p::after { content: ""; width: 7px; height: 7px; background: url("../images/labels_close.png") no-repeat center; position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
/* line 674, ../scss/index.scss */
.common_form_container_group__input_control { color: #2f2f2f; }
/* line 677, ../scss/index.scss */
.common_form_container_group__input_control.__two_ways { display: none !important; }
/* line 680, ../scss/index.scss */
.common_form_container_group__input_control.__two_ways.--active { display: block !important; }
/* line 683, ../scss/index.scss */
.common_form_container_group__input_control.--common_form_container_group__input_control--select { height: 40px; line-height: 40px; }
/* line 688, ../scss/index.scss */
.common_form_container_group__input_control .__input_control textarea { width: 336px; height: 207px; resize: none; background-color: #f6f6f6; border: 1px solid #e8e8e8; border-radius: 3px; outline: none; padding: 13px 7px 7px 13px; }
/* line 699, ../scss/index.scss */
.common_form_container_group__input_control .__bts { margin-left: 6px; }
/* line 704, ../scss/index.scss */
.__input_control.__input_control--longest .__action_html__text_layout { width: 92.565%; }
/* line 708, ../scss/index.scss */
.__input_control .__action_html__text_layout { padding: 0; }
/* line 712, ../scss/index.scss */
.__input_control input:disabled { color: #b1b1b1; }
/* line 714, ../scss/index.scss */
.__input_control input:disabled:hover { cursor: not-allowed; }
/* line 718, ../scss/index.scss */
.__input_control input[type="radio"] { width: 13px; height: 13px; border: 1px solid #c1c1c1; border-radius: 50%; vertical-align: middle; margin: -1px 7px 0 0; }
/* line 726, ../scss/index.scss */
.__input_control input[type="radio"]:checked { border: 3px solid #e20c32; }
/* line 729, ../scss/index.scss */
.__input_control input[type="text"] { width: 336px; height: 40px; border: 1px solid #e8e8e8; background-color: #f6f6f6; border-radius: 3px; padding: 0 10px; }
/* line 737, ../scss/index.scss */
.__input_control input[type="number"] { width: 336px; height: 40px; border: 1px solid #e8e8e8; background-color: #f6f6f6; border-radius: 3px; padding: 0 10px; }
/* line 745, ../scss/index.scss */
.__input_control--half { display: -webkit-flex; display: flex; justify-content: start; align-items: start; }
/* line 751, ../scss/index.scss */
.__input_control--three { display: -webkit-flex; display: flex; justify-content: start; align-items: start; }
/* line 757, ../scss/index.scss */
.__input_control_checkbox_container { display: flex; display: -webkit-flex; justify-content: start; align-items: center; flex-wrap: wrap; }
/* line 764, ../scss/index.scss */
.__input_control--version { width: 73px; }
/* line 767, ../scss/index.scss */
.__input_control_checkbox_container .checkbox-item { margin-right: 14px; margin-bottom: 7px; }
/* line 771, ../scss/index.scss */
.__input_control_checkbox_container .checkbox-item:first-child { margin-left: 0; }
/* line 774, ../scss/index.scss */
.__input_control_checkbox_container input[type="checkbox"] { background: url("../images/checkbox_bg.png") no-repeat center; width: 18px; height: 18px; display: inline-block; cursor: pointer; margin: 0; vertical-align: middle; }
/* line 783, ../scss/index.scss */
.__input_control_checkbox_container input[type="checkbox"]:checked { background-image: url("../images/checkbox_bg_selected.png"); }
/* line 786, ../scss/index.scss */
.__input_control_checkbox_container label { position: relative; top: 1px; color: #2f2f2f; font-size: 13px; }
/* line 792, ../scss/index.scss */
.__input_control.__input_control--counts .__input_control { position: relative; }
/* line 795, ../scss/index.scss */
.__input_control.__input_control--counts .counts { position: absolute; top: 50%; right: 10px; font-size: 12px; color: #bfbfbf; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
/* line 807, ../scss/index.scss */
.__input_control.__input_control--wrong input[type="text"] { border-color: #e20c32; }
/* line 810, ../scss/index.scss */
.__input_control.__input_control--wrong .counts { color: #e20c32; }
/* line 813, ../scss/index.scss */
.__input_control input[type="text"]::placeholder { color: #b2b2b2; }
/* line 816, ../scss/index.scss */
.__input_control input[type="number"]::placeholder { color: #b2b2b2; }
/* line 819, ../scss/index.scss */
.__input_control.__input_control--long input { width: 50.99%; }
/* line 822, ../scss/index.scss */
.__input_control .__select_box { width: 336px; overflow: hidden; border-radius: 3px; position: relative; }
/* line 827, ../scss/index.scss */
.__input_control .__select_box.--disabled { pointer-events: none; }
/* line 829, ../scss/index.scss */
.__input_control .__select_box.--disabled .__select_box__selected_text { color: #b1b1b1; }
/* line 834, ../scss/index.scss */
.__input_control .__select_box::before { content: ""; width: 10px; height: 9px; background: url("../images/icon_1111.png") no-repeat center; position: absolute; top: 16px; right: 12px; background-size: contain; /*-webkit-transform: translateY(-50%);*/ /*-moz-transform: translateY(-50%);*/ /*-ms-transform: translateY(-50%);*/ /*-o-transform: translateY(-50%);*/ /*transform: translateY(-50%);*/ }
/* line 849, ../scss/index.scss */
.__input_control.__input_control--half .__select_box { width: 161px; margin-left: 15px; }
/* line 853, ../scss/index.scss */
.__input_control.__input_control--half .__select_box:first-child { margin-left: 0; }
/* line 856, ../scss/index.scss */
.__input_control.__input_control--three .__select_box { width: 26.022%; margin-left: 15px; }
/* line 860, ../scss/index.scss */
.__input_control.__input_control--three .__select_box:first-child { margin-left: 0; }
/* line 863, ../scss/index.scss */
.__select_box .__select_box__selected_text { width: 100%; height: 40px; background-color: #f6f6f6; border: 1px solid #e8e8e8; padding: 0 10px; line-height: 40px; }
/* line 871, ../scss/index.scss */
.__select_box .__select_box__items { width: 100%; max-height: 200px; overflow-x: hidden; overflow-y: auto; background-color: #fff; border: 1px solid #e8e8e8; position: relative; z-index: 9; border-top: none; display: none; }
/* line 883, ../scss/index.scss */
.__select_box.__select_box__items--active .__select_box__items { display: block; }
/* line 886, ../scss/index.scss */
.__select_box.__select_box__items--active::before { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); }
/* line 893, ../scss/index.scss */
.__select_box__items .__select_box__items__option { width: 100%; height: 32px; line-height: 32px; padding: 0 10px; font-size: 14px; cursor: pointer; }
/* line 901, ../scss/index.scss */
.__select_box__items .__select_box__items__option:hover { background-color: #2f2f2f; color: #fff; }
/* line 906, ../scss/index.scss */
.common_form_container_group__hint { color: #bfbfbf; margin-left: 10px; }
/* line 911, ../scss/index.scss */
.appraise-img-box { position: relative; }
/* line 913, ../scss/index.scss */
.appraise-img-box .appraise-img-box__input { position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; }
/* line 920, ../scss/index.scss */
.appraise-img-box .upload_container__upload_box__bt_container__bt { width: 100px; height: 100px; margin-bottom: 10px; }
/* line 924, ../scss/index.scss */
.appraise-img-box .upload_container__upload_box__bt_container__bt .create--guide__icon--upload { transform: scale(0.7); }
/* line 929, ../scss/index.scss */
.appraise-img-box .__queueLists .__queueLists_temp_item { width: 100px; height: 100px; }
/* line 932, ../scss/index.scss */
.appraise-img-box .__queueLists .__queueLists_temp_item > img { max-width: 100%; max-height: 100%; }
/* line 937, ../scss/index.scss */
.appraise-img-box .__queueLists .__queueLists_temp_item .__queueLists_temp_item__progress .progress_name { font-size: 14px; }
/*上传窗口*/
/* line 946, ../scss/index.scss */
.upload_container { width: 100%; height: 100%; position: fixed; z-index: 999; background-color: rgba(0, 0, 0, 0.55); top: 0; left: 0; color: #444; display: none; }
/* line 957, ../scss/index.scss */
.upload_container .upload_container__upload_box { width: 780px; height: 445px; position: fixed; left: 50%; margin-left: -390px; top: 150px; background-color: #fff; }
/* line 966, ../scss/index.scss */
.upload_container__upload_box__close { width: 18px; height: 18px; cursor: pointer; position: absolute; top: 19px; right: 19px; }
/* line 974, ../scss/index.scss */
.upload_container__upload_box__close::before, .upload_container__upload_box__close::after { content: ""; position: absolute; width: 1px; height: 100%; background-color: #000; top: 0; left: 50%; margin-left: -1px; }
/* line 985, ../scss/index.scss */
.upload_container__upload_box__close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
/* line 992, ../scss/index.scss */
.upload_container__upload_box__close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
/* line 999, ../scss/index.scss */
.upload_container__upload_box__title { border-bottom: 1px solid #e5e5e5; font-size: 20px; line-height: 56px; text-align: center; }
/* line 1005, ../scss/index.scss */
.upload_container__upload_box__hint { background-color: #fff7e6; line-height: 1.6; font-size: 14px; text-align: left; padding-left: 13px; }
/* line 1012, ../scss/index.scss */
.upload_container__upload_box__hint .icon { width: 18px; height: 18px; background: url("../images/icon_hint.png") no-repeat; background-size: contain; vertical-align: middle; margin-right: 10px; }
/* line 1020, ../scss/index.scss */
.upload_container__upload_box__bt_container { width: 100%; margin-top: 70px; display: -webkit-flex; display: flex; justify-content: center; align-items: start; }
/*上传文本*/
/* line 1030, ../scss/index.scss */
.add_html_layout_container { width: 100%; }
/* line 1033, ../scss/index.scss */
.add_html_layout_container__add_box { border: 1px solid transparent; width: 87%; margin: 0 auto; }
/* line 1038, ../scss/index.scss */
.add_html_layout_container__add_box + .insert_box_components { margin-top: 0; }
/* line 1041, ../scss/index.scss */
.__add_box_main_body__action_html { position: relative; }
/* line 1044, ../scss/index.scss */
.__action_html__text_layout { padding: 1.5%; position: relative; z-index: 1; }
/* line 1049, ../scss/index.scss */
.__action_html__text_layout .text_temp p { margin: 0; }
/* line 1054, ../scss/index.scss */
.__action_html__img_layout { padding: 1.5%; position: relative; z-index: 1; text-align: center; }
/* line 1059, ../scss/index.scss */
.__action_html__img_layout span.imgComment { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); color: #000; }
/* line 1067, ../scss/index.scss */
.__action_html__scroll_layout { font-size: 0; padding: 13px; width: 100%; overflow-x: auto; overflow-y: hidden; }
/* line 1070, ../scss/index.scss */
.__action_html__scroll_layout .scroll_img, .__action_html__scroll_layout .assembly_img { width: 150px; height: 150px; display: inline-block; margin-left: 30px; background-repeat: no-repeat; background-position: center; -webkit-background-size: contain; background-size: contain; vertical-align: top; border: 1px solid #000; }
/* line 1079, ../scss/index.scss */
.__action_html__scroll_layout .scroll_img:first-child, .__action_html__scroll_layout .assembly_img:first-child { margin-left: 0; }
/* line 1089, ../scss/index.scss */
.__action_html__img_layout img { max-width: 90%; display: inline-block; }
/* line 1094, ../scss/index.scss */
.__action_html__video_layout { padding: 1.5%; position: relative; z-index: 1; text-align: center; }
/* line 1100, ../scss/index.scss */
.__action_html__video_layout video { max-width: 90%; display: inline-block; }
/* line 1104, ../scss/index.scss */
.__add_box_main_body__sort_bts { background-color: #000; position: absolute; left: 50%; z-index: 2; padding: 8px 24px; border-radius: 5px; top: -45px; display: none; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
/* line 1120, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body { font-size: 0; }
/* line 1123, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item { width: 28px; height: 28px; display: inline-block; zoom: 1; vertical-align: top; border: 1px solid #000; margin-left: 10px; cursor: pointer; position: relative; }
/* line 1134, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item:first-child { margin-left: 0; }
/* line 1137, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item:hover { border-color: rgba(255, 255, 255, 0.4); }
/* line 1140, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item::after { content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 1153, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--sort::after { background: url("../images/icon_create_small.png") no-repeat -4px -47px; }
/* line 1156, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editText { background: url("../images/edit_text.png") no-repeat center; background-size: 69%; }
/* line 1160, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editUpload { background: url("../images/edit_upload.png") no-repeat center; background-size: 73%; }
/* line 1164, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editComment { background: url("../images/svg/comment.svg") no-repeat center; -webkit-background-size: 90%; background-size: 90%; }
/* line 1170, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--submit { background: url("../images/svg/submit.svg") no-repeat center; -webkit-background-size: 75%; background-size: 75%; }
/* line 1176, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--delete { background: url("../images/edit_delete.png") no-repeat center; background-size: 75%; }
/* line 1180, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editCover { background: url("../images/svg/icon-cover.svg") no-repeat center; background-size: 75%; }
/* line 1185, ../scss/index.scss */
.add_html_layout_container__add_box:hover { border: 1px dashed red; background-color: #efefef; }
/* line 1189, ../scss/index.scss */
.add_html_layout_container__add_box:hover .__add_box_main_body__sort_bts { display: block; }
/*排序弹窗*/
/* line 1194, ../scss/index.scss */
.sort_container { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; display: none; padding: 0 50px; }
/* line 1205, ../scss/index.scss */
.sort_container__main_body { padding-top: 60px; position: relative; }
/* line 1211, ../scss/index.scss */
.sort_container__main_body__dad_container { font-size: 0; min-height: 600px; max-height: 80vh; overflow-y: auto; }
/* line 1218, ../scss/index.scss */
.sort_container__main_body__dad_container__item { display: inline-block; zoom: 1; vertical-align: top; margin: 0 10px 10px 0; width: 150px; height: 100px; overflow: hidden; color: #000; font-size: 13px; background-color: #eee; position: relative; }
/* line 1231, ../scss/index.scss */
.sort_container__main_body__dad_container__item img { max-width: 100%; }
/* line 1234, ../scss/index.scss */
.sort_container__main_body__dad_container__item__remove_bt { position: absolute; width: 24px; height: 24px; background: rgba(255, 255, 255, 0.3) url("../images/svg/close.svg") no-repeat center; background-size: 12px; top: 0; right: 0; cursor: pointer; }
/* line 1244, ../scss/index.scss */
.sort_container__main_body__dad_container__item .dadabel_area { width: 100%; height: 100%; }
/* line 1248, ../scss/index.scss */
.sort_container__main_body__dad_container__item .text_layout { padding: 14px 13px; }
/* line 1251, ../scss/index.scss */
.sort_container__main_body__bt_groups { position: absolute; bottom: 0; right: 0; }
/* line 1256, ../scss/index.scss */
.__page_bts { width: 80px; height: 50px; line-height: 50px; border-radius: 7px; font-size: 16px; text-align: center; color: #fff; cursor: pointer; }
/* line 1266, ../scss/index.scss */
.__page_bts--save { background-color: #ff0000; }
/* line 1269, ../scss/index.scss */
.__page_bts--cancel { background-color: #8e8e8e; }
/* line 1272, ../scss/index.scss */
.__page_bts--blr0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
/* line 1276, ../scss/index.scss */
.__page_bts--tlr0 { border-top-left-radius: 0; border-top-right-radius: 0; } | backend/web/multi-textarea/css/index.css | @charset "UTF-8";
/* line 22, ../scss/index.scss */
.table_father { display: table; width: 100%; height: 100%; }
/* line 23, ../scss/index.scss */
.table_father > .table_child { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }
/* line 24, ../scss/index.scss */
.icon { display: inline-block; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-repeat: no-repeat; }
/* line 32, ../scss/index.scss */
.created_container { padding-top: 60px; }
/* line 35, ../scss/index.scss */
.create__icon--small { background: url("../images/icon_create_small.png"); }
/* line 38, ../scss/index.scss */
.create__icon--small--upload { width: 22px; height: 19px; background-position: -10px -10px; }
/* line 43, ../scss/index.scss */
.create__icon--small--text { width: 22px; height: 19px; background-position: -52px -10px; }
/* line 48, ../scss/index.scss */
.create__icon--small--position { width: 22px; height: 21px; background-position: -10px -49px; }
/* line 54, ../scss/index.scss */
.create__icon--small--pano { width: 22px; height: 22px; background: #fff; mask-image: url("../images/svg/icon-pano.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-pano.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-pano.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-pano.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; }
/* line 60, ../scss/index.scss */
.create__icon--small--video { width: 22px; height: 22px; background: #fff; mask-image: url("../images/svg/icon-video.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-video.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-video.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-video.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; }
/* line 66, ../scss/index.scss */
.create--guide__icon { background: url("../images/icon_create_big.png"); }
/* line 69, ../scss/index.scss */
.create--guide__icon--upload { width: 62px; height: 51px; background-position: -10px -10px; }
/* line 74, ../scss/index.scss */
.create--guide__icon--text { width: 44px; height: 44px; background-position: -74px -81px; }
/* line 79, ../scss/index.scss */
.create--guide__icon--pano { background: #484c50; mask-image: url("../images/svg/icon-pano.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-pano.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-pano.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-pano.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; width: 60px; height: 60px; }
/* line 85, ../scss/index.scss */
.create--guide__icon--video { background: #484c50; mask-image: url("../images/svg/icon-video.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("../images/svg/icon-video.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; -moz-mask-image: url("../images/svg/icon-video.svg"); -moz-mask-repeat: no-repeat; -moz-mask-position: center; -moz-mask-size: contain; -ms-mask-image: url("../images/svg/icon-video.svg"); -ms-mask-repeat: no-repeat; -ms-mask-position: center; -ms-mask-size: contain; width: 60px; height: 60px; }
/* line 92, ../scss/index.scss */
.active .create--guide__icon--pano { background: #fff; }
/* line 95, ../scss/index.scss */
.active .create--guide__icon--video { background: #fff; }
/* line 100, ../scss/index.scss */
.active .create--guide__icon--upload { background-position: -92px -10px; }
/* line 103, ../scss/index.scss */
.active .create--guide__icon--text { background-position: -10px -81px; }
/* line 106, ../scss/index.scss */
.icon-myworks-bt { width: 23px; height: 17px; background: url("../images/create_bts_small.png") no-repeat center; background-size: contain; }
/* line 112, ../scss/index.scss */
.icon-views-small { width: 14px; height: 9px; background: url("../images/icon_viewsmall.png") no-repeat center; background-size: contain; }
/* line 118, ../scss/index.scss */
.create_container__main_body { width: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: start; }
/* line 125, ../scss/index.scss */
.create_container__left_bar { width: 16.521%; }
/* line 128, ../scss/index.scss */
.create_container__left_bar__ul { width: 100%; border-radius: 3px; overflow: hidden; }
/* line 133, ../scss/index.scss */
.create_container__left_bar__ul__items { width: 100%; height: 45px; background-color: #171717; color: #fff; line-height: 45px; padding-left: 9.649%; font-weight: bold; cursor: pointer; white-space: nowrap; border: 1px solid transparent; border-color: #393939 transparent transparent transparent; }
/* line 146, ../scss/index.scss */
.create_container__left_bar__ul__items:hover { opacity: 0.9; }
/* line 149, ../scss/index.scss */
.create_container__left_bar__ul__items:first-child:hover { opacity: 1; }
/* line 152, ../scss/index.scss */
.create_container__left_bar__ul__items--active { opacity: 0.9; }
/* line 155, ../scss/index.scss */
.create_container__left_bar__ul__items > .icon { vertical-align: middle; margin-top: -1px; }
/* line 159, ../scss/index.scss */
.create_container__left_bar__ul__items .create_container__left_bar__ul__link { font-weight: bold; display: inline-block; vertical-align: middle; padding-left: 15px; width: 100%; height: 100%; }
/* line 167, ../scss/index.scss */
.create_container__left_bar__ul__items--title { border-top-color: transparent; color: #717171; }
/* line 171, ../scss/index.scss */
.create_container__left_bar__need_help_bt { width: 100%; height: 45px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #fff; color: #2f2f2f; line-height: 45px; padding-left: 7.017%; font-weight: bold; margin-top: 10px; }
/* line 183, ../scss/index.scss */
.create_container__right_body { width: 100%; border: 1px solid #ececec; background-color: #fff; position: relative; }
/* line 188, ../scss/index.scss */
.create_container__right_body.--full-size { width: 100%; }
/* line 192, ../scss/index.scss */
.create_container__right_body__bts { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; position: fixed; top: 60px; left: 230px; padding: 0; z-index: 999; }
/* line 201, ../scss/index.scss */
.create_container__right_body__bts .__bt_box { width: 200px; height: 50px; line-height: 50px; color: #fff; background-color: #ff0000; text-align: center; border-radius: 3px; cursor: pointer; margin-left: 30px; }
/* line 211, ../scss/index.scss */
.create_container__right_body__bts .__bt_box:first-child { margin-left: 0; }
/* line 214, ../scss/index.scss */
.create_container__right_body__bts .__bt_box a { display: block; color: #fff; }
/* line 219, ../scss/index.scss */
.create_container__right__main_body { width: 100%; min-height: 100vh; }
/* line 223, ../scss/index.scss */
.create__guide_container { padding-top: 253px; display: -webkit-flex; justify-content: center; align-items: center; width: 80%; margin: 0 auto; }
/* line 231, ../scss/index.scss */
.create__guide_container.--hide { opacity: 0; display: none; }
/* line 235, ../scss/index.scss */
.create__guide_container__item { width: 20%; margin-left: 60px; cursor: pointer; }
/* line 240, ../scss/index.scss */
.create__guide_container__item:first-child { margin-left: 0; }
/* line 243, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon { background-color: #e20c32; }
/* line 246, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--upload { background-position: -92px -10px; }
/* line 249, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--text { background-position: -10px -81px; }
/* line 252, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--pano { background: #fff; }
/* line 255, ../scss/index.scss */
.create__guide_container__item:hover .create__guide_container__item__icon .create--guide__icon--video { background: #fff; }
/* line 258, ../scss/index.scss */
.create__guide_container__item__icon { width: 100%; padding-top: 100%; background-color: #f1f1f1; border-radius: 50%; position: relative; }
/* line 265, ../scss/index.scss */
.create__guide_container__item__icon .icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 275, ../scss/index.scss */
.create__guide_container__item__text { line-height: 1; color: #2f2f2f; text-align: center; padding-top: 15px; }
/*插入*/
/* line 283, ../scss/index.scss */
.insert_box_components { width: 100%; margin-top: 30px; position: relative; opacity: 0; cursor: pointer; }
/* line 290, ../scss/index.scss */
.insert_box_components.--hide { opacity: 0; display: none; }
/* line 294, ../scss/index.scss */
.insert_box_components:hover { opacity: 1; }
/* line 297, ../scss/index.scss */
.insert_box_components__insert { width: 87%; margin: 0 auto; height: 25px; position: relative; }
/* line 303, ../scss/index.scss */
.insert_box_components__insert__sign { width: 100%; height: 100%; position: relative; }
/* line 308, ../scss/index.scss */
.insert_box_components__insert__sign .__sign { position: absolute; }
/* line 311, ../scss/index.scss */
.insert_box_components__insert__sign .__sign.line { width: 2px; height: 100%; background-color: #ff0000; top: 0; }
/* line 317, ../scss/index.scss */
.insert_box_components__insert__sign .__sign:first-child { left: 0; }
/* line 320, ../scss/index.scss */
.insert_box_components__insert__sign .__sign:last-child { right: 0; }
/* line 323, ../scss/index.scss */
.insert_box_components__insert__sign .__sign.row { width: 100%; height: 1px; border-bottom: 1px dashed #ff0000; top: 12px; left: 0; }
/* line 331, ../scss/index.scss */
.insert_box_components__insert_bts { width: 50%; height: 50px; position: absolute; border-radius: 3px; background-color: #000; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: flex; display: -webkit-flex; justify-content: center; align-items: center; }
/* line 349, ../scss/index.scss */
.insert_box_components__insert_bts__item { color: #ccc; font-size: 14px; line-height: 1; border-left: 1px solid transparent; margin-left: 16px; padding-left: 16px; }
/* line 357, ../scss/index.scss */
.insert_box_components__insert_bts__item:first-child { font-size: 12px; color: #999; margin-left: 0; padding-left: 0; }
/* line 363, ../scss/index.scss */
.insert_box_components__insert_bts__item:last-child { border-left-color: #626262; }
/* line 366, ../scss/index.scss */
.insert_box_components__insert_bts__item i { display: inline-block; zoom: 1; vertical-align: middle; }
/* line 371, ../scss/index.scss */
.insert_box_components__insert_bts__item p { display: inline-block; zoom: 1; vertical-align: middle; margin: 0 0 0 5px; }
/* line 380, ../scss/index.scss */
.member_page_common_body { width: 100%; padding: 20px 32px 0; }
/* line 383, ../scss/index.scss */
.member_page_common_body.--reward { padding: 0; }
/* line 387, ../scss/index.scss */
.member_page_common_body > .__title { color: #000; font-weight: bold; line-height: 1; margin-top: 38px; }
/* line 396, ../scss/index.scss */
.self_info_form_group__img { width: 100%; height: 100%; }
/* line 400, ../scss/index.scss */
.self_info_form_group__header { width: 110px; height: 110px; border-radius: 50%; display: inline-block; margin-bottom: 12px; position: relative; overflow: hidden; cursor: pointer; }
/* line 410, ../scss/index.scss */
.self_info_form_group__header__mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; font-size: 14px; color: #fff; background-color: rgba(0, 0, 0, 0.6); display: none; }
/* line 422, ../scss/index.scss */
.self_info_form_group__header__mask p { position: absolute; top: 50%; left: 50%; white-space: nowrap; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 433, ../scss/index.scss */
.self_info_form_group__header:hover .self_info_form_group__header__mask { display: block; }
/* line 436, ../scss/index.scss */
.self_info_form_group__text { line-height: 1; }
/* line 439, ../scss/index.scss */
.self_info_form_group__text .name { position: relative; display: inline-block; }
/* line 443, ../scss/index.scss */
.self_info_form_group__text .name p { font-weight: bold; }
/* line 446, ../scss/index.scss */
.self_info_form_group__text .bts { position: absolute; bottom: 0; right: -40px; }
/* line 452, ../scss/index.scss */
.common_form_container { border-bottom: 1px solid #e8e8e8; padding-bottom: 30px; margin-top: 30px; }
/* line 457, ../scss/index.scss */
.common_form_container:first-child { margin-top: 0; }
/* line 460, ../scss/index.scss */
.common_form_container.common_form_container--header { text-align: center; padding-bottom: 20px; margin-top: 18px; }
/* line 465, ../scss/index.scss */
.common_form_container__title { color: #2f2f2f; padding-left: 12px; margin-bottom: 6px; }
/* line 470, ../scss/index.scss */
.common_form_container_group { height: 40px; line-height: 40px; font-size: 0; }
/* line 474, ../scss/index.scss */
.common_form_container_group.--textarea { height: auto; line-height: 1; }
/* line 477, ../scss/index.scss */
.common_form_container_group.--textarea .common_form_container_group__label { margin-top: 13px; }
/* line 481, ../scss/index.scss */
.common_form_container_group.--insertImg { display: flex; justify-content: flex-start; align-items: flex-start; width: 100%; height: auto; line-height: 1; position: relative; }
/* line 489, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__label { flex: 0 0 100px; }
/* line 492, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__input_control { flex: 1; }
/* line 495, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__hint, .common_form_container_group.--insertImg .common_form_container_group__error { position: absolute; left: 100px; }
/* line 499, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__hint { bottom: -17px; margin-left: 0; }
/* line 503, ../scss/index.scss */
.common_form_container_group.--insertImg .common_form_container_group__error { bottom: -30px; }
/* line 508, ../scss/index.scss */
.common_form_container_group--extend { margin-top: 20px !important; }
/* line 511, ../scss/index.scss */
.common_form_container_group--extend .common_form_container_group__label { margin-right: 16px; padding: 0 !important; display: inline-block; width: auto !important; position: relative; top: 2px; }
/* line 519, ../scss/index.scss */
.common_form_container_group__label .label_inline_box { float: left; margin-left: 17px; opacity: 0.7; }
/* line 524, ../scss/index.scss */
.common_form_container_group__label .label_inline_box label { cursor: pointer; }
/* line 527, ../scss/index.scss */
.common_form_container_group__label .label_inline_box label:hover { text-decoration: underline; }
/* line 530, ../scss/index.scss */
.common_form_container_group__label .label_inline_box:first-child { margin-left: 0; }
/* line 533, ../scss/index.scss */
.label_inline_box .common_form_container_group__label__hint { display: none; }
/* line 536, ../scss/index.scss */
.common_form_container_group__label .label_inline_box.--active { opacity: 1; }
/* line 539, ../scss/index.scss */
.common_form_container_group__label .label_inline_box.--active label { font-weight: bold; }
/* line 542, ../scss/index.scss */
.common_form_container_group__label .label_inline_box.--active .common_form_container_group__label__hint { display: inline-block; }
/* line 545, ../scss/index.scss */
.common_form_container_group--extend .common_form_container_group__input_control { display: inline-block; }
/* line 548, ../scss/index.scss */
.common_form_container_group--extend .common_form_container_group__error.common_form_container_group__error--inline { top: 4px; }
/* line 553, ../scss/index.scss */
.common_form_container__button { text-align: center; margin-top: 40px; }
/* line 557, ../scss/index.scss */
.common_form_container__button button { width: 429px; height: 50px; color: #fff; text-align: center; background-color: #df1538; border-radius: 3px; position: relative; }
/* line 566, ../scss/index.scss */
.common_form_container__button button input[type="submit"] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 0; margin: 0; opacity: 0; cursor: pointer; }
/* line 577, ../scss/index.scss */
.common_form_container__button--summary { color: #bfbfbf; line-height: 1; }
/* line 581, ../scss/index.scss */
.common_form_container__button__two_bts_container { margin-top: 21px; }
/* line 584, ../scss/index.scss */
.common_form_container__button__two_bts_container button { width: 146px; height: 38px; border-radius: 9999px; background-color: #2f2f2f; }
/* line 590, ../scss/index.scss */
.common_form_container__button__two_bts_container button:first-child { background-color: #e20c32; }
/* line 593, ../scss/index.scss */
.common_form_container_group__children { display: inline-block; zoom: 1; vertical-align: top; }
/* line 598, ../scss/index.scss */
.common_form_container_group__width91 { width: 91%; }
/* line 601, ../scss/index.scss */
.common_form_container_group__error { display: none; }
/* line 604, ../scss/index.scss */
.--wrong .common_form_container_group__error { display: inline-block; font-size: 12px; color: #e20c32; }
/* line 609, ../scss/index.scss */
.common_form_container_group--margintop { margin-top: 16px; }
/* line 614, ../scss/index.scss */
.common_form_container_group__label { color: #bfbfbf; width: 100px; position: relative; padding-right: 30px; text-align: right; }
/* line 623, ../scss/index.scss */
.common_form_container_group--required .common_form_container_group__label label { position: relative; }
/* line 626, ../scss/index.scss */
.common_form_container_group--required .common_form_container_group__label label::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background-color: #e20c32; top: 50%; left: -15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
/* line 641, ../scss/index.scss */
.common_form_container_group__selected_labels { display: -webkit-flex; display: flex; justify-content: start; align-items: start; flex-wrap: wrap; margin-top: 12px; }
/* line 649, ../scss/index.scss */
.common_form_container_group__selected_labels p { font-size: 13px; color: #2f2f2f; line-height: 30px; padding: 0 25px 0 15px; background-color: #ebebeb; position: relative; border-radius: 3px; cursor: pointer; margin-right: 12px; }
/* line 660, ../scss/index.scss */
.common_form_container_group__selected_labels p::after { content: ""; width: 7px; height: 7px; background: url("../images/labels_close.png") no-repeat center; position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
/* line 674, ../scss/index.scss */
.common_form_container_group__input_control { color: #2f2f2f; }
/* line 677, ../scss/index.scss */
.common_form_container_group__input_control.__two_ways { display: none !important; }
/* line 680, ../scss/index.scss */
.common_form_container_group__input_control.__two_ways.--active { display: block !important; }
/* line 683, ../scss/index.scss */
.common_form_container_group__input_control.--common_form_container_group__input_control--select { height: 40px; line-height: 40px; }
/* line 688, ../scss/index.scss */
.common_form_container_group__input_control .__input_control textarea { width: 336px; height: 207px; resize: none; background-color: #f6f6f6; border: 1px solid #e8e8e8; border-radius: 3px; outline: none; padding: 13px 7px 7px 13px; }
/* line 699, ../scss/index.scss */
.common_form_container_group__input_control .__bts { margin-left: 6px; }
/* line 704, ../scss/index.scss */
.__input_control.__input_control--longest .__action_html__text_layout { width: 92.565%; }
/* line 708, ../scss/index.scss */
.__input_control .__action_html__text_layout { padding: 0; }
/* line 712, ../scss/index.scss */
.__input_control input:disabled { color: #b1b1b1; }
/* line 714, ../scss/index.scss */
.__input_control input:disabled:hover { cursor: not-allowed; }
/* line 718, ../scss/index.scss */
.__input_control input[type="radio"] { width: 13px; height: 13px; border: 1px solid #c1c1c1; border-radius: 50%; vertical-align: middle; margin: -1px 7px 0 0; }
/* line 726, ../scss/index.scss */
.__input_control input[type="radio"]:checked { border: 3px solid #e20c32; }
/* line 729, ../scss/index.scss */
.__input_control input[type="text"] { width: 336px; height: 40px; border: 1px solid #e8e8e8; background-color: #f6f6f6; border-radius: 3px; padding: 0 10px; }
/* line 737, ../scss/index.scss */
.__input_control input[type="number"] { width: 336px; height: 40px; border: 1px solid #e8e8e8; background-color: #f6f6f6; border-radius: 3px; padding: 0 10px; }
/* line 745, ../scss/index.scss */
.__input_control--half { display: -webkit-flex; display: flex; justify-content: start; align-items: start; }
/* line 751, ../scss/index.scss */
.__input_control--three { display: -webkit-flex; display: flex; justify-content: start; align-items: start; }
/* line 757, ../scss/index.scss */
.__input_control_checkbox_container { display: flex; display: -webkit-flex; justify-content: start; align-items: center; flex-wrap: wrap; }
/* line 764, ../scss/index.scss */
.__input_control--version { width: 73px; }
/* line 767, ../scss/index.scss */
.__input_control_checkbox_container .checkbox-item { margin-right: 14px; margin-bottom: 7px; }
/* line 771, ../scss/index.scss */
.__input_control_checkbox_container .checkbox-item:first-child { margin-left: 0; }
/* line 774, ../scss/index.scss */
.__input_control_checkbox_container input[type="checkbox"] { background: url("../images/checkbox_bg.png") no-repeat center; width: 18px; height: 18px; display: inline-block; cursor: pointer; margin: 0; vertical-align: middle; }
/* line 783, ../scss/index.scss */
.__input_control_checkbox_container input[type="checkbox"]:checked { background-image: url("../images/checkbox_bg_selected.png"); }
/* line 786, ../scss/index.scss */
.__input_control_checkbox_container label { position: relative; top: 1px; color: #2f2f2f; font-size: 13px; }
/* line 792, ../scss/index.scss */
.__input_control.__input_control--counts .__input_control { position: relative; }
/* line 795, ../scss/index.scss */
.__input_control.__input_control--counts .counts { position: absolute; top: 50%; right: 10px; font-size: 12px; color: #bfbfbf; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
/* line 807, ../scss/index.scss */
.__input_control.__input_control--wrong input[type="text"] { border-color: #e20c32; }
/* line 810, ../scss/index.scss */
.__input_control.__input_control--wrong .counts { color: #e20c32; }
/* line 813, ../scss/index.scss */
.__input_control input[type="text"]::placeholder { color: #b2b2b2; }
/* line 816, ../scss/index.scss */
.__input_control input[type="number"]::placeholder { color: #b2b2b2; }
/* line 819, ../scss/index.scss */
.__input_control.__input_control--long input { width: 50.99%; }
/* line 822, ../scss/index.scss */
.__input_control .__select_box { width: 336px; overflow: hidden; border-radius: 3px; position: relative; }
/* line 827, ../scss/index.scss */
.__input_control .__select_box.--disabled { pointer-events: none; }
/* line 829, ../scss/index.scss */
.__input_control .__select_box.--disabled .__select_box__selected_text { color: #b1b1b1; }
/* line 834, ../scss/index.scss */
.__input_control .__select_box::before { content: ""; width: 10px; height: 9px; background: url("../images/icon_1111.png") no-repeat center; position: absolute; top: 16px; right: 12px; background-size: contain; /*-webkit-transform: translateY(-50%);*/ /*-moz-transform: translateY(-50%);*/ /*-ms-transform: translateY(-50%);*/ /*-o-transform: translateY(-50%);*/ /*transform: translateY(-50%);*/ }
/* line 849, ../scss/index.scss */
.__input_control.__input_control--half .__select_box { width: 161px; margin-left: 15px; }
/* line 853, ../scss/index.scss */
.__input_control.__input_control--half .__select_box:first-child { margin-left: 0; }
/* line 856, ../scss/index.scss */
.__input_control.__input_control--three .__select_box { width: 26.022%; margin-left: 15px; }
/* line 860, ../scss/index.scss */
.__input_control.__input_control--three .__select_box:first-child { margin-left: 0; }
/* line 863, ../scss/index.scss */
.__select_box .__select_box__selected_text { width: 100%; height: 40px; background-color: #f6f6f6; border: 1px solid #e8e8e8; padding: 0 10px; line-height: 40px; }
/* line 871, ../scss/index.scss */
.__select_box .__select_box__items { width: 100%; max-height: 200px; overflow-x: hidden; overflow-y: auto; background-color: #fff; border: 1px solid #e8e8e8; position: relative; z-index: 9; border-top: none; display: none; }
/* line 883, ../scss/index.scss */
.__select_box.__select_box__items--active .__select_box__items { display: block; }
/* line 886, ../scss/index.scss */
.__select_box.__select_box__items--active::before { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); }
/* line 893, ../scss/index.scss */
.__select_box__items .__select_box__items__option { width: 100%; height: 32px; line-height: 32px; padding: 0 10px; font-size: 14px; cursor: pointer; }
/* line 901, ../scss/index.scss */
.__select_box__items .__select_box__items__option:hover { background-color: #2f2f2f; color: #fff; }
/* line 906, ../scss/index.scss */
.common_form_container_group__hint { color: #bfbfbf; margin-left: 10px; }
/* line 911, ../scss/index.scss */
.appraise-img-box { position: relative; }
/* line 913, ../scss/index.scss */
.appraise-img-box .appraise-img-box__input { position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; }
/* line 920, ../scss/index.scss */
.appraise-img-box .upload_container__upload_box__bt_container__bt { width: 100px; height: 100px; margin-bottom: 10px; }
/* line 924, ../scss/index.scss */
.appraise-img-box .upload_container__upload_box__bt_container__bt .create--guide__icon--upload { transform: scale(0.7); }
/* line 929, ../scss/index.scss */
.appraise-img-box .__queueLists .__queueLists_temp_item { width: 100px; height: 100px; }
/* line 932, ../scss/index.scss */
.appraise-img-box .__queueLists .__queueLists_temp_item > img { max-width: 100%; max-height: 100%; }
/* line 937, ../scss/index.scss */
.appraise-img-box .__queueLists .__queueLists_temp_item .__queueLists_temp_item__progress .progress_name { font-size: 14px; }
/*上传窗口*/
/* line 946, ../scss/index.scss */
.upload_container { width: 100%; height: 100%; position: fixed; z-index: 999; background-color: rgba(0, 0, 0, 0.55); top: 0; left: 0; color: #444; display: none; }
/* line 957, ../scss/index.scss */
.upload_container .upload_container__upload_box { width: 780px; height: 445px; position: fixed; left: 50%; margin-left: -390px; top: 150px; background-color: #fff; }
/* line 966, ../scss/index.scss */
.upload_container__upload_box__close { width: 18px; height: 18px; cursor: pointer; position: absolute; top: 19px; right: 19px; }
/* line 974, ../scss/index.scss */
.upload_container__upload_box__close::before, .upload_container__upload_box__close::after { content: ""; position: absolute; width: 1px; height: 100%; background-color: #000; top: 0; left: 50%; margin-left: -1px; }
/* line 985, ../scss/index.scss */
.upload_container__upload_box__close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
/* line 992, ../scss/index.scss */
.upload_container__upload_box__close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
/* line 999, ../scss/index.scss */
.upload_container__upload_box__title { border-bottom: 1px solid #e5e5e5; font-size: 20px; line-height: 56px; text-align: center; }
/* line 1005, ../scss/index.scss */
.upload_container__upload_box__hint { background-color: #fff7e6; line-height: 1.6; font-size: 14px; text-align: left; padding-left: 13px; }
/* line 1012, ../scss/index.scss */
.upload_container__upload_box__hint .icon { width: 18px; height: 18px; background: url("../images/icon_hint.png") no-repeat; background-size: contain; vertical-align: middle; margin-right: 10px; }
/* line 1020, ../scss/index.scss */
.upload_container__upload_box__bt_container { width: 100%; margin-top: 70px; display: -webkit-flex; display: flex; justify-content: center; align-items: start; }
/*上传文本*/
/* line 1030, ../scss/index.scss */
.add_html_layout_container { width: 100%; }
/* line 1033, ../scss/index.scss */
.add_html_layout_container__add_box { border: 1px solid transparent; width: 87%; margin: 0 auto; }
/* line 1038, ../scss/index.scss */
.add_html_layout_container__add_box + .insert_box_components { margin-top: 0; }
/* line 1041, ../scss/index.scss */
.__add_box_main_body__action_html { position: relative; }
/* line 1044, ../scss/index.scss */
.__action_html__text_layout { padding: 1.5%; position: relative; z-index: 1; }
/* line 1049, ../scss/index.scss */
.__action_html__text_layout .text_temp p { margin: 0; }
/* line 1054, ../scss/index.scss */
.__action_html__img_layout { padding: 1.5%; position: relative; z-index: 1; text-align: center; }
/* line 1059, ../scss/index.scss */
.__action_html__img_layout span.imgComment { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); color: #000; }
/* line 1067, ../scss/index.scss */
.__action_html__scroll_layout { font-size: 0; padding: 13px; width: 100%; overflow-x: auto; overflow-y: hidden; }
/* line 1070, ../scss/index.scss */
.__action_html__scroll_layout .scroll_img, .__action_html__scroll_layout .assembly_img { width: 150px; height: 150px; display: inline-block; margin-left: 30px; background-repeat: no-repeat; background-position: center; -webkit-background-size: contain; background-size: contain; vertical-align: top; border: 1px solid #000; }
/* line 1079, ../scss/index.scss */
.__action_html__scroll_layout .scroll_img:first-child, .__action_html__scroll_layout .assembly_img:first-child { margin-left: 0; }
/* line 1089, ../scss/index.scss */
.__action_html__img_layout img { max-width: 90%; display: inline-block; }
/* line 1094, ../scss/index.scss */
.__action_html__video_layout { padding: 1.5%; position: relative; z-index: 1; text-align: center; }
/* line 1100, ../scss/index.scss */
.__action_html__video_layout video { max-width: 90%; display: inline-block; }
/* line 1104, ../scss/index.scss */
.__add_box_main_body__sort_bts { background-color: #000; position: absolute; left: 50%; z-index: 2; padding: 8px 24px; border-radius: 5px; top: -45px; display: none; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
/* line 1120, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body { font-size: 0; }
/* line 1123, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item { width: 28px; height: 28px; display: inline-block; zoom: 1; vertical-align: top; border: 1px solid #000; margin-left: 10px; cursor: pointer; position: relative; }
/* line 1134, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item:first-child { margin-left: 0; }
/* line 1137, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item:hover { border-color: rgba(255, 255, 255, 0.4); }
/* line 1140, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item::after { content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 1153, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--sort::after { background: url("../images/icon_create_small.png") no-repeat -4px -47px; }
/* line 1156, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editText { background: url("../images/edit_text.png") no-repeat center; background-size: 69%; }
/* line 1160, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editUpload { background: url("../images/edit_upload.png") no-repeat center; background-size: 73%; }
/* line 1164, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editComment { background: url("../images/svg/comment.svg") no-repeat center; -webkit-background-size: 90%; background-size: 90%; }
/* line 1170, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--submit { background: url("../images/svg/submit.svg") no-repeat center; -webkit-background-size: 75%; background-size: 75%; }
/* line 1176, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--delete { background: url("../images/edit_delete.png") no-repeat center; background-size: 75%; }
/* line 1180, ../scss/index.scss */
.__add_box_main_body__sort_bts__main_body__item--editCover { background: url("../images/svg/icon-cover.svg") no-repeat center; background-size: 75%; }
/* line 1185, ../scss/index.scss */
.add_html_layout_container__add_box:hover { border: 1px dashed red; background-color: #efefef; }
/* line 1189, ../scss/index.scss */
.add_html_layout_container__add_box:hover .__add_box_main_body__sort_bts { display: block; }
/*排序弹窗*/
/* line 1194, ../scss/index.scss */
.sort_container { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; display: none; padding: 0 50px; }
/* line 1205, ../scss/index.scss */
.sort_container__main_body { padding-top: 60px; position: relative; }
/* line 1211, ../scss/index.scss */
.sort_container__main_body__dad_container { font-size: 0; min-height: 600px; max-height: 80vh; overflow-y: auto; }
/* line 1218, ../scss/index.scss */
.sort_container__main_body__dad_container__item { display: inline-block; zoom: 1; vertical-align: top; margin: 0 10px 10px 0; width: 150px; height: 100px; overflow: hidden; color: #000; font-size: 13px; background-color: #eee; position: relative; }
/* line 1231, ../scss/index.scss */
.sort_container__main_body__dad_container__item img { max-width: 100%; }
/* line 1234, ../scss/index.scss */
.sort_container__main_body__dad_container__item__remove_bt { position: absolute; width: 24px; height: 24px; background: rgba(255, 255, 255, 0.3) url("../images/svg/close.svg") no-repeat center; background-size: 12px; top: 0; right: 0; cursor: pointer; }
/* line 1244, ../scss/index.scss */
.sort_container__main_body__dad_container__item .dadabel_area { width: 100%; height: 100%; }
/* line 1248, ../scss/index.scss */
.sort_container__main_body__dad_container__item .text_layout { padding: 14px 13px; }
/* line 1251, ../scss/index.scss */
.sort_container__main_body__bt_groups { position: absolute; bottom: 0; right: 0; }
/* line 1256, ../scss/index.scss */
.__page_bts { width: 80px; height: 50px; line-height: 50px; border-radius: 7px; font-size: 16px; text-align: center; color: #fff; cursor: pointer; }
/* line 1266, ../scss/index.scss */
.__page_bts--save { background-color: #ff0000; }
/* line 1269, ../scss/index.scss */
.__page_bts--cancel { background-color: #8e8e8e; }
/* line 1272, ../scss/index.scss */
.__page_bts--blr0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
/* line 1276, ../scss/index.scss */
.__page_bts--tlr0 { border-top-left-radius: 0; border-top-right-radius: 0; } | 0.273283 | 0.056366 |
p, ol, li {
padding: 0;
margin: 0; }
html {
background: black; }
body {
background: #333;
max-width: 2200px;
margin: auto; }
a {
display: block;
width: 100%;
text-decoration: none;
color: #994; }
h1 {
color: #444;
text-shadow: 0 1px 0 #FFF9E0, 0 1px 0 #FFF9E0, 0 0 0 #FFF9E0, 0 0 0 #FFF9E0;
font-family: Lora, serif;
padding-top: 1em;
padding-left: 0.5em; }
p, ol, li {
font-family: Lora, serif; }
/**** controls/inputs *** */
@media (max-width: 1226px) {
#content {
display: flex; } }
.controls {
background-color: #F0E9D0;
border-radius: 15px;
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
background-image: url(../images/shattered.png);
background-repeat: repeat;
/*background-color: #f1f1d9 */
box-shadow: 0px 0px 30px 20px #222; }
.controls div {
display: inline-block;
margin: 20px; }
.yellow-button {
width: 100%;
height: 30px;
padding: 0;
font-size: 22px;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
color: white;
cursor: pointer;
background: #f1c40f;
border-bottom: 2px solid #e2b607;
box-shadow: inset 0 -2px #e2b607;
box-sizing: border-box;
padding-top: 1px;
/*background: #E0BE35;
*box-shadow: inset 0px 0px 6px 4px rgba(80, 80, 80, .1);
*border-bottom: 3px solid rgba(137,124,73, .7); */ }
.yellow-button:active {
top: 1px;
outline: none;
-webkit-box-shadow: none; }
.disabled {
opacity: 0.5;
pointer-events: none; }
.input {
border: none; }
input[type="number"] {
background: #FFF9E0; }
/**** instructions *** */
.intro {
list-style-type: none;
width: 70%;
margin: auto;
border-bottom: 2px groove #EEE; }
.intro * {
font-family: Roboto, sans-serif;
font-weight: 300; }
li {
/*padding-left: 2em; */
margin: 20px;
display: inline-block; }
@media (max-width: 1600px) and (min-width: 1226px) {
.controls div, .intro p, .control {
margin-left: 0px; }
.controls {
margin-left: 0px; }
.controls p {
margin-left: 0px; }
ol, .controls li {
margin-left: 0px; }
.intro {
margin-left: 300px; }
h1 {
margin-left: 280px; }
.controls > div:nth-of-type(1) {
margin-left: 50px; } }
/**** sidebar *** */
#sidebar-container {
width: 250px;
min-height: 500px;
float: left; }
#sidebar-container {
overflow: hidden; }
#sidebar {
background: #D8D8CE;
margin: 2em;
padding: 1.2em; }
#sidebar * {
font-family: Roboto, sans-serif;
font-weight: 300; }
#sidebar-links details {
border-radius: 10px;
margin-bottom: 1em;
color: #994;
white-space: normal;
cursor: normal; }
#sidebar-links details p {
margin-left: 6px;
-webkit-text-stroke: 0.1px black;
font-size: 0.9em; }
#sidebar-links summary {
cursor: pointer; }
#sidebar-links summary::-webkit-details-marker {
float: right;
position: relative;
top: 3px; }
#sidebar-links details a {
display: inline;
color: #994;
font-weight: 400;
font-size: 0.9em; }
#sidebar-header {
padding: 2px 0;
margin: -8px -1em;
background: #222;
margin-top: 0.1em;
text-align: center;
color: #A9A9B6;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
text-stroke: 1px #000; }
#sidebar p {
margin: 0.4em 0; }
.group {
margin: 2em 0;
display: block;
white-space: nowrap;
overflow: visible; }
.group .normal-whitespace {
white-space: normal; }
.sidebar-color {
color: #664;
margin-left: 8px; }
details .group {
display: inline-block; }
#sidebar-more > summary {
display: none; }
@media (min-width: 1600px) {
#sidebar {
margin: 0; }
#content {
display: flex; } }
@media (min-width: 1226px) {
#sidebar, #sidebar-container {
height: 100%; } }
@media (max-width: 1226px) {
#sidebar {
margin: 0; }
.controls {
width: 100%; } }
@media (max-width: 1226px) and (min-width: 1000px) {
#sidebar {
margin: 0; }
#content {
display: flex; }
.controls {
margin-left: 10px; } }
@media (max-width: 1000px) {
#sidebar-container {
min-height: 200px;
width: 100%;
display: none; }
#sidebar {
padding-bottom: 1em;
min-height: 200px;
display: block; }
#sidebar * {
display: inline; }
#sidebar-links details {
width: 200px; }
#sidebar, #sidebar-container, #content, .contents {
float: none; } }
/**** some responsive stuff *** */
@media (max-width: 1600px) and (min-width: 1400px) {
.controls {
width: 100%;
border-radius: 0;
margin: 0; } }
@media (max-width: 1226px) {
li {
display: block; }
.controls {
text-align: center; }
.controls > div:nth-of-type(1), .controls > div:nth-of-type(2) {
width: 90%;
text-align: center; }
#sidebar {
position: relative;
z-index: 1; } }
@media (max-device-width: 1000px) {
#dragtext {
display: none !important; } }
@media (max-width: 550px) {
br {
display: none; }
.intro {
border: none;
margin-bottom: -20px; }
.controls div {
margin: 10px; }
h1 {
padding-top: 0; }
.controls, #content {
padding: 0;
margin: 0; } }
/**** drag and drop *** */
#dropbox2:active {
background: #E5DFC5; }
#dropbox2:hover {
background: #E9E3CA;
border-radius: 12px; }
.dropbox {
border: 3px solid #F0E9D0; }
.drag-over {
opacity: 0.75; }
h1, li, .intro, ol {
pointer-events: none; }
@media (min-width: 1226px) {
body {
margin: 0 auto; }
.controls {
border-top-left-radius: 0;
border-top-right-radius: 0; } }
@media (max-width: 1600px) and (min-width: 1226px) {
.controls {
border-bottom-left-radius: 0; } }
@media (min-width: 1600px) {
.controls {
width: 70%;
text-align: center; } }
/**** file input *** */
.fileInput {
display: none;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 100px; }
.fileInput::-webkit-file-upload-button, .fileInput::-ms-browse {
visibility: hidden; }
#dragtext {
color: #555;
display: inline; }
#amount {
width: 50px; }
#dropbox2 > .yellow-button {
height: 30px;
width: 120px; }
/**** progress bar *** */
#progress_bar {
display: block;
margin: 10px 0;
padding: 3px;
border: 1px solid #000;
font-size: 14px;
clear: both;
opacity: 0;
height: 10px;
transition: opacity 1s linear; }
#progress_bar #progress {
background-color: #99ccff;
height: auto;
width: 0;
opacity: 0; }
.loading {
opacity: 1 !important; }
progress::progress-value {
background-color: ee3; }
/***** make responsive height-wise */
@media (max-height: 900px) and (min-width: 550px) and (max-width: 1226px) {
h1 {
float: left;
padding-left: 1em;
margin: 0;
padding-top: 67px; }
.intro {
text-align: left;
margin-left: 250px;
width: 100%;
border-bottom: none; } }
@media (max-height: 700px) and (min-width: 550px) {
.controls > div {
margin-top: 0;
margin-bottom: 0; } }
@media (max-height: 700px) and (min-width: 550px) and (max-width: 1226px) {
.controls > div {
padding: 0;
margin: 0;
margin-bottom: 0.5em; } }
@media (max-height: 700px) and (min-width: 550px) {
h1, .intro {
padding: 0 inherit;
margin: 0 inherit;
display: flex; }
h1 {
padding-left: 10px;
float: left; }
.intro {
float: right; } }
@media (max-height: 700px) and (min-width: 550px) and (min-width: 1600px) {
.intro {
float: none; } }
/**** close button *** */
.x {
color: #777;
font: 14px/100% arial, sans-serif;
text-decoration: none;
text-shadow: 0 1px 0 #AAE;
cursor: pointer;
float: right;
bottom: 78px;
left: 106px;
z-index: 1; }
.thumb-x {
position: absolute;
float: none; }
.x:hover {
color: #D44; }
.x:after {
background: rgba(0, 0, 0, 0.85);
border-radius: 2px/5px;
padding-right: 2px;
padding-left: 1px;
padding-bottom: 1px;
content: "X"; }
/**** Images *** */
.thumb {
height: 75px;
border: 1px solid #000;
margin: 0px 5px 15px 5px; }
#images-container {
display: flex;
margin-top: 10px; }
/**** Messages *** */
#message-list {
max-height: 300px;
margin: 0 auto;
overflow-y: auto;
position: relative;
width: 50%; }
.message {
display: block;
text-align: center;
width: 95%;
margin: 3px auto;
border: #BBB groove 1px; }
.message h2 {
padding: 0;
margin: 0;
margin-bottom: 5px; }
.inner-message {
background: #E9E3CA;
padding: 1em;
min-height: 20px; }
.error {
background: #F0C3AF; }
/**** Misc *** */
#tickmarks {
display: none; }
/*# sourceMappingURL=style.css.map */ | CSS/style.css | p, ol, li {
padding: 0;
margin: 0; }
html {
background: black; }
body {
background: #333;
max-width: 2200px;
margin: auto; }
a {
display: block;
width: 100%;
text-decoration: none;
color: #994; }
h1 {
color: #444;
text-shadow: 0 1px 0 #FFF9E0, 0 1px 0 #FFF9E0, 0 0 0 #FFF9E0, 0 0 0 #FFF9E0;
font-family: Lora, serif;
padding-top: 1em;
padding-left: 0.5em; }
p, ol, li {
font-family: Lora, serif; }
/**** controls/inputs *** */
@media (max-width: 1226px) {
#content {
display: flex; } }
.controls {
background-color: #F0E9D0;
border-radius: 15px;
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
background-image: url(../images/shattered.png);
background-repeat: repeat;
/*background-color: #f1f1d9 */
box-shadow: 0px 0px 30px 20px #222; }
.controls div {
display: inline-block;
margin: 20px; }
.yellow-button {
width: 100%;
height: 30px;
padding: 0;
font-size: 22px;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
color: white;
cursor: pointer;
background: #f1c40f;
border-bottom: 2px solid #e2b607;
box-shadow: inset 0 -2px #e2b607;
box-sizing: border-box;
padding-top: 1px;
/*background: #E0BE35;
*box-shadow: inset 0px 0px 6px 4px rgba(80, 80, 80, .1);
*border-bottom: 3px solid rgba(137,124,73, .7); */ }
.yellow-button:active {
top: 1px;
outline: none;
-webkit-box-shadow: none; }
.disabled {
opacity: 0.5;
pointer-events: none; }
.input {
border: none; }
input[type="number"] {
background: #FFF9E0; }
/**** instructions *** */
.intro {
list-style-type: none;
width: 70%;
margin: auto;
border-bottom: 2px groove #EEE; }
.intro * {
font-family: Roboto, sans-serif;
font-weight: 300; }
li {
/*padding-left: 2em; */
margin: 20px;
display: inline-block; }
@media (max-width: 1600px) and (min-width: 1226px) {
.controls div, .intro p, .control {
margin-left: 0px; }
.controls {
margin-left: 0px; }
.controls p {
margin-left: 0px; }
ol, .controls li {
margin-left: 0px; }
.intro {
margin-left: 300px; }
h1 {
margin-left: 280px; }
.controls > div:nth-of-type(1) {
margin-left: 50px; } }
/**** sidebar *** */
#sidebar-container {
width: 250px;
min-height: 500px;
float: left; }
#sidebar-container {
overflow: hidden; }
#sidebar {
background: #D8D8CE;
margin: 2em;
padding: 1.2em; }
#sidebar * {
font-family: Roboto, sans-serif;
font-weight: 300; }
#sidebar-links details {
border-radius: 10px;
margin-bottom: 1em;
color: #994;
white-space: normal;
cursor: normal; }
#sidebar-links details p {
margin-left: 6px;
-webkit-text-stroke: 0.1px black;
font-size: 0.9em; }
#sidebar-links summary {
cursor: pointer; }
#sidebar-links summary::-webkit-details-marker {
float: right;
position: relative;
top: 3px; }
#sidebar-links details a {
display: inline;
color: #994;
font-weight: 400;
font-size: 0.9em; }
#sidebar-header {
padding: 2px 0;
margin: -8px -1em;
background: #222;
margin-top: 0.1em;
text-align: center;
color: #A9A9B6;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
text-stroke: 1px #000; }
#sidebar p {
margin: 0.4em 0; }
.group {
margin: 2em 0;
display: block;
white-space: nowrap;
overflow: visible; }
.group .normal-whitespace {
white-space: normal; }
.sidebar-color {
color: #664;
margin-left: 8px; }
details .group {
display: inline-block; }
#sidebar-more > summary {
display: none; }
@media (min-width: 1600px) {
#sidebar {
margin: 0; }
#content {
display: flex; } }
@media (min-width: 1226px) {
#sidebar, #sidebar-container {
height: 100%; } }
@media (max-width: 1226px) {
#sidebar {
margin: 0; }
.controls {
width: 100%; } }
@media (max-width: 1226px) and (min-width: 1000px) {
#sidebar {
margin: 0; }
#content {
display: flex; }
.controls {
margin-left: 10px; } }
@media (max-width: 1000px) {
#sidebar-container {
min-height: 200px;
width: 100%;
display: none; }
#sidebar {
padding-bottom: 1em;
min-height: 200px;
display: block; }
#sidebar * {
display: inline; }
#sidebar-links details {
width: 200px; }
#sidebar, #sidebar-container, #content, .contents {
float: none; } }
/**** some responsive stuff *** */
@media (max-width: 1600px) and (min-width: 1400px) {
.controls {
width: 100%;
border-radius: 0;
margin: 0; } }
@media (max-width: 1226px) {
li {
display: block; }
.controls {
text-align: center; }
.controls > div:nth-of-type(1), .controls > div:nth-of-type(2) {
width: 90%;
text-align: center; }
#sidebar {
position: relative;
z-index: 1; } }
@media (max-device-width: 1000px) {
#dragtext {
display: none !important; } }
@media (max-width: 550px) {
br {
display: none; }
.intro {
border: none;
margin-bottom: -20px; }
.controls div {
margin: 10px; }
h1 {
padding-top: 0; }
.controls, #content {
padding: 0;
margin: 0; } }
/**** drag and drop *** */
#dropbox2:active {
background: #E5DFC5; }
#dropbox2:hover {
background: #E9E3CA;
border-radius: 12px; }
.dropbox {
border: 3px solid #F0E9D0; }
.drag-over {
opacity: 0.75; }
h1, li, .intro, ol {
pointer-events: none; }
@media (min-width: 1226px) {
body {
margin: 0 auto; }
.controls {
border-top-left-radius: 0;
border-top-right-radius: 0; } }
@media (max-width: 1600px) and (min-width: 1226px) {
.controls {
border-bottom-left-radius: 0; } }
@media (min-width: 1600px) {
.controls {
width: 70%;
text-align: center; } }
/**** file input *** */
.fileInput {
display: none;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 100px; }
.fileInput::-webkit-file-upload-button, .fileInput::-ms-browse {
visibility: hidden; }
#dragtext {
color: #555;
display: inline; }
#amount {
width: 50px; }
#dropbox2 > .yellow-button {
height: 30px;
width: 120px; }
/**** progress bar *** */
#progress_bar {
display: block;
margin: 10px 0;
padding: 3px;
border: 1px solid #000;
font-size: 14px;
clear: both;
opacity: 0;
height: 10px;
transition: opacity 1s linear; }
#progress_bar #progress {
background-color: #99ccff;
height: auto;
width: 0;
opacity: 0; }
.loading {
opacity: 1 !important; }
progress::progress-value {
background-color: ee3; }
/***** make responsive height-wise */
@media (max-height: 900px) and (min-width: 550px) and (max-width: 1226px) {
h1 {
float: left;
padding-left: 1em;
margin: 0;
padding-top: 67px; }
.intro {
text-align: left;
margin-left: 250px;
width: 100%;
border-bottom: none; } }
@media (max-height: 700px) and (min-width: 550px) {
.controls > div {
margin-top: 0;
margin-bottom: 0; } }
@media (max-height: 700px) and (min-width: 550px) and (max-width: 1226px) {
.controls > div {
padding: 0;
margin: 0;
margin-bottom: 0.5em; } }
@media (max-height: 700px) and (min-width: 550px) {
h1, .intro {
padding: 0 inherit;
margin: 0 inherit;
display: flex; }
h1 {
padding-left: 10px;
float: left; }
.intro {
float: right; } }
@media (max-height: 700px) and (min-width: 550px) and (min-width: 1600px) {
.intro {
float: none; } }
/**** close button *** */
.x {
color: #777;
font: 14px/100% arial, sans-serif;
text-decoration: none;
text-shadow: 0 1px 0 #AAE;
cursor: pointer;
float: right;
bottom: 78px;
left: 106px;
z-index: 1; }
.thumb-x {
position: absolute;
float: none; }
.x:hover {
color: #D44; }
.x:after {
background: rgba(0, 0, 0, 0.85);
border-radius: 2px/5px;
padding-right: 2px;
padding-left: 1px;
padding-bottom: 1px;
content: "X"; }
/**** Images *** */
.thumb {
height: 75px;
border: 1px solid #000;
margin: 0px 5px 15px 5px; }
#images-container {
display: flex;
margin-top: 10px; }
/**** Messages *** */
#message-list {
max-height: 300px;
margin: 0 auto;
overflow-y: auto;
position: relative;
width: 50%; }
.message {
display: block;
text-align: center;
width: 95%;
margin: 3px auto;
border: #BBB groove 1px; }
.message h2 {
padding: 0;
margin: 0;
margin-bottom: 5px; }
.inner-message {
background: #E9E3CA;
padding: 1em;
min-height: 20px; }
.error {
background: #F0C3AF; }
/**** Misc *** */
#tickmarks {
display: none; }
/*# sourceMappingURL=style.css.map */ | 0.327991 | 0.07373 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
margin : 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins',sans-serif;
}
span{
color: white;
}
main{
display: flex;
flex-direction: column;
justify-content: space-evenly;
max-width: 100vw ;
height: 100vh;
display: flex;
align-items: center;
background: linear-gradient(116.82deg, rgba(133, 33, 232, 0.801) 0.49%, rgba(255, 56, 92, 0.72) 100%, rgba(255, 56, 92, 0.72) 100%);
}
.pop , .link{border-radius: 10px;}
.pop{
width:60%;
filter: blur(20);
filter: drop-shadow(0px 4px 4px rgba(238, 25, 227, 0.5));
padding: 20px;
background: linear-gradient(120.53deg, rgba(255, 255, 255, 0.4) 0.65%, rgba(255, 255, 255, 0.207) 100.75%);
}
.user{
display: flex;
align-items: center;
flex-direction: column;
}
.user img{
max-width: 100px;
max-height: 100px;
}
.user #id{
font-size: 32px;
}
.desc{
text-align: center;
font-size: 18px;
line-height: 22px;
}
.list{
margin-top: 10px;
height: 200px;
justify-content: space-around;
display: flex;
flex-direction: column;
align-items: center;
}
.link{
width: 40%;
background: rgba(255, 255, 255, 0.45);
text-align: center;
cursor: pointer;
padding: 10px 0;
}
.link a{
color: #ad28c2;
font-size: 18px;
text-decoration: none;
transition: .3s;
}
.link:hover a{
color: #ff0080;
}
/* #copyright{
position: relative;
top: 20px;
} */
@media screen and (max-width : 1300px){
.link{
width: 50%;
}
}
@media screen and (max-width : 750px){
.pop{
width:80%;
}
.pop , .link{border-radius: 5px;}
.user #id{
font-size: 24px;
}.desc{
font-size: 14px;
line-height: normal;
}
.link{
width: 60%;
border-radius: 5px;
padding: 10px 0;
}
.link a{
font-size: 16px;
}
}
@media screen and (max-width : 480px){
.user #id{
font-size: 22px;
margin-top: 5px;
}.desc{
font-size: 14px;
line-height: normal;
}
.desc{
margin-top: 10px;
}
.link{
width: 80%;
font-size: 14px;
padding: 10px 0;
}
.link a{
font-size: 16px;
}
}
@media screen and (max-width : 280px){
main{
background-color: red;
}
.link a{
font-size: 12px;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
margin : 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins',sans-serif;
}
span{
color: white;
}
main{
display: flex;
flex-direction: column;
justify-content: space-evenly;
max-width: 100vw ;
height: 100vh;
display: flex;
align-items: center;
background: linear-gradient(116.82deg, rgba(133, 33, 232, 0.801) 0.49%, rgba(255, 56, 92, 0.72) 100%, rgba(255, 56, 92, 0.72) 100%);
}
.pop , .link{border-radius: 10px;}
.pop{
width:60%;
filter: blur(20);
filter: drop-shadow(0px 4px 4px rgba(238, 25, 227, 0.5));
padding: 20px;
background: linear-gradient(120.53deg, rgba(255, 255, 255, 0.4) 0.65%, rgba(255, 255, 255, 0.207) 100.75%);
}
.user{
display: flex;
align-items: center;
flex-direction: column;
}
.user img{
max-width: 100px;
max-height: 100px;
}
.user #id{
font-size: 32px;
}
.desc{
text-align: center;
font-size: 18px;
line-height: 22px;
}
.list{
margin-top: 10px;
height: 200px;
justify-content: space-around;
display: flex;
flex-direction: column;
align-items: center;
}
.link{
width: 40%;
background: rgba(255, 255, 255, 0.45);
text-align: center;
cursor: pointer;
padding: 10px 0;
}
.link a{
color: #ad28c2;
font-size: 18px;
text-decoration: none;
transition: .3s;
}
.link:hover a{
color: #ff0080;
}
/* #copyright{
position: relative;
top: 20px;
} */
@media screen and (max-width : 1300px){
.link{
width: 50%;
}
}
@media screen and (max-width : 750px){
.pop{
width:80%;
}
.pop , .link{border-radius: 5px;}
.user #id{
font-size: 24px;
}.desc{
font-size: 14px;
line-height: normal;
}
.link{
width: 60%;
border-radius: 5px;
padding: 10px 0;
}
.link a{
font-size: 16px;
}
}
@media screen and (max-width : 480px){
.user #id{
font-size: 22px;
margin-top: 5px;
}.desc{
font-size: 14px;
line-height: normal;
}
.desc{
margin-top: 10px;
}
.link{
width: 80%;
font-size: 14px;
padding: 10px 0;
}
.link a{
font-size: 16px;
}
}
@media screen and (max-width : 280px){
main{
background-color: red;
}
.link a{
font-size: 12px;
}
} | 0.310485 | 0.073863 |
html, body {
margin : 0;
padding : 0;
height : 100%;
width : 100%;
}
.ui-page {
background: white;
}
h1{
font-size: 16px !important;
font-weight: bold;
text-shadow: none;
}
h2{
font-size: 15px;
font-weight: bold;
text-shadow: none;
}
h3{
font-size: 14px;
font-weight: bold;
text-shadow: none;
}
a:active, img:active{
box-shadow: 0px 0px 12px #ff0000 !important;
}
.error{
color: red;
}
[data-role=content]{
padding: 0;
}
div, p{
font-size: 12px;
}
.capitalise{
text-transform: capitalize;
}
#home-content .non-map-body{
background-image: url("images/home-background.png"), -moz-linear-gradient(top, #62738c, #294062);
background-image: url("images/home-background.png"), -webkit-linear-gradient(top, #62738c, #294062);
background-repeat: no-repeat;
background-position: right bottom;
}
/********* Header *************/
.ui-header {
/* vertical-align: none; */
}
.ui-header-buttons{
height: 92%;
}
.ui-header h1{
text-align: left !important;
margin: 0.6em 0 0.8em 2em !important;
width: 40%;
}
.ui-header .ui-btn{
padding: 0;
margin: 0;
top: 0.05em;
background-repeat: no-repeat;
background-color: transparent;
height: 90%;
width: 3.2em;
}
/********* Body *************/
body .ui-loader{
z-index: 2000;
background: white;
}
body #progressbar{
z-index: 10000 !important;
font-size: 62.5%;
}
/********* map Body *************/
.map{
height: 99.8%;
}
.map-zoom-buttons{
position: absolute;
top: 10%;
right: 5%;
z-index: 2000;
font-weight: bold;
}
.map-zoom-buttons .ui-btn-text{
font-size: 3em;
padding: 0;
margin: 0;
}
.map-zoom-buttons .ui-btn-inner{
padding: 0 1em;
}
#map-annotations-buttons{
z-index: 1000;
position: absolute;
bottom: 15%;
width: 98%;
padding-left: 1%;
}
#map-annotations-buttons .ui-btn-text{
font-size: 14px;
}
#map-annotations-buttons .ui-block-a{
width: 48%;
}
#map-annotations-buttons .ui-block-b{
width: 4%;
}
#map-annotations-buttons .ui-block-c{
width: 48%;
}
#map-buttons-draw .ui-slider-switch {
width: 12em;
}
#map-compass{
z-index: 1000;
position: absolute;
top: 18%;
left: 0.8%;
}
#search-content,
#save-map-name-dialog [data-role="content"] {
color: #2c3f62;
background-color: white;
}
#search-spinner{
position: relative;
float: right;
top: -3.4em;
right: 0.3em;
}
#search-spinner img{
height: 2.5em;
width: 2.5em;
}
/* force white text on menu bar */
#map-menu .ui-btn-up-a {
color: white;
}
.user-locate{
background-image: url("images/locate.png");
}
.map-search{
background: url("images/search.png");
background-size: 26px 26px;
background-position: 5px 5px;
}
.gpstrack-running{
background-image: url("images/gpsrunning.png");
background-position: 2px 0;
background-color: red !important;
}
/********* Non map page *********/
.non-map-body{
position: relative;
left: 2%;
background: #2c3f62;
background: -moz-linear-gradient(top, #62738c, #294062);
background: -webkit-linear-gradient(top, #62738c, #294062);
color: white;
min-height: 96%;
width: 96%;
border-radius: 10px;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.non-map-body-white{
position: relative;
left: 2%;
background: white;
color: #2c3f62;
min-height: 96%;
height: 96%;
width: 96%;
border-radius: 10px;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.non-map-body h2{
padding-top: 0.5em;
padding-bottom: 0.4em;
padding-left: 1em;
margin: 0;
}
.non-map-body-white h2{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #2c3f62;
color: white;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
margin-bottom: 0;
}
.non-map-content{
padding: 1em;
background: white;
color: #2c3f62;
}
.nav-icons div{
max-width: 60px;
padding-left: 1em;
}
.nav-icons img{
display: block;
margin-left: auto;
margin-right: auto;
}
.nav-icons p{
text-align: center;
font-size: 12px;
text-shadow: none;
font-weight: normal;
padding: 0;
padding-bottom: 1em;
margin: 0;
}
/********* dialog *********/
.ui-dialog .ui-content {
background: #2c3f62;
color: white;
}
/* right position dialog close button */
.ui-dialog .ui-btn-left{
left: auto;
right: 10px;
height: 2.5em;
width: 2.5em;
}
.ui-dialog .ui-btn-left .ui-btn-inner{
padding-top: 0.4em;
padding-left: 0.2em;
}
/********* popup *********/
.ui-popup{
padding: 1em;
z-index: 3000;
text-align: center;
}
.ui-popup-container{
z-index: 3000;
}
.ui-popup p{
font-size: 16px;
padding: 0.2em;
}
/********* Menu *************/
.menu{
opacity: 1;
}
.menu .ui-btn .ui-btn-inner{
padding-top: 34px !important;
padding-bottom: 5px !important;
}
.menu .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
.home-button .ui-icon{
background: url("images/home.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.map-button .ui-icon{
background: url("images/map.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.capture-button .ui-icon{
background: url("images/capture.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.download-button .ui-icon {
background: url("images/download.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
#gpscapture-stop-button .ui-icon{
background: url("images/stop.png") 50% 50% no-repeat;
background-size: 20px 20px;
}
#gpscapture-pause-play .ui-icon{
background: url("images/pause.png") 50% 50% no-repeat;
background-size: 20px 20px;
}
#gpscapture-toggle-route .ui-icon{
background: url("images/route.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.nav-icons img{
width: 48px;
height: 48px;
}
/********* Lists ******************/
.ui-listview{
padding-top: 0.2em;
padding: 0;
margin: 0 !important;
}
.ui-listview ul{
border: none;
}
.ui-listview li{
margin: 0 !important;
padding: 0 !important;
margin-left: 0.5em !important;
margin-right: 0.5em !important;
border: none;
border-bottom: #2c3f62 solid 1px;
}
.ui-listview a{
text-decoration: none;
}
.ui-listview fieldset{
padding: 0;
margin: 0;
}
/********* Annotation ******************/
#annotate-page label, #annotate-page legend{
font-size: 16px;
padding-bottom: 0.2em;
width: 100%;
}
#annotate-form{
position: relative;
padding: 0.5em 2em 0 2em;
max-height: 92%;
overflow: auto;
}
#annotate-gps-form{
padding: 2em;
}
.button-wrapper{
display: inline-block;
}
.button-wrapper img{
max-height: 8em;
height: auto;
width: auto;
}
.button-wrapper div{
padding: 0.5em;
}
.button-wrapper p{
font-size: 12px !important;
text-align: center;
margin: 0;
padding: 0;
}
.button-wrapper div{
padding-right: 1em;
}
.annotate-audio-taken{
width: 12em;
padding: 1em;
}
.annotate-audio-stopped{
background-image: url("images/play.png");
background-repeat: no-repeat;
background-position: 1em 1em;
height: 4.6em;
width: 4.6em;
}
.annotate-audio-started{
background-image: url("images/stop.png");
background-repeat: no-repeat;
background-position: 1em 1em;
height: 4.6em;
width: 4.6em;
}
#annotate-gps-form .ui-grid-a{
padding-top: 1em;
}
#annotate-gps-form .ui-block-a{
text-align: center;
width: 30%;
/* border: red solid 1px; */
/* padding-right: 2em; */
}
#annotate-gps-form .ui-block-b{
text-align: center;
width: 70%;
}
#saved-annotations-list{
position: relative;
min-height: 68%;
max-height: 68%;
overflow: auto;
margin: 0;
}
#saved-annotations-list .ui-block-a{
width: 15%;
}
#saved-annotations-list .ui-block-a img{
padding-top: 0.2em;
}
#saved-annotations-list .ui-block-b{
width: 70%;
}
#saved-annotations-list .ui-block-c{
width: 15%;
}
#annotate-preview-detail{
padding-left: 1em;
width: 96%;
max-height: 30%;
overflow: auto;
margin: 0;
}
#annotate-preview-detail-image{
padding: 1em;
float: left;
}
#annotate-preview-detail-image img{
max-height: 8em;
}
#annotate-preview-detail-meta{
padding-left: 2em;
}
#annotate-preview-detail-meta p{
font-size: 16px;
}
#annotate-preview-map {
position: absolute;
top: 40%;
height: 45%;
width: 96%;
left: 2.5%;
border: #2c3f62 solid 1px;
}
#annotate-preview-buttons{
position: absolute;
top: 88%;
left: 2.5%;
width: 96%;
}
#annotate-preview-page .map-zoom-buttons{
position: absolute;
top: 44%;
}
/************ Cache ********************/
#save-map-map{
width: 95%;
height: 77%;
z-index: 1000;
position: absolute;
left: 2.5%;
top: 10%;
border: #2c3f62 solid 1px;
}
#save-map-buttons{
z-index: 1000;
position: absolute;
bottom: 15%;
width: 98%;
}
#save-map-buttons .ui-block-a{
width: 25%;
}
#save-map-buttons .ui-block-b{
width: 25%;
}
#save-map-buttons .ui-block-c{
width: 50%;
}
#cache-controls{
z-index: 2000;
position: absolute;
left: 5%;
bottom: 15%;
width: 88%;
font-weight: bold;
border: #2c3f62 solid 0.2em;
background: white;
border-radius: 1em;
padding: 0 1% 1.2em 1%;
}
#cache-save-details-text label{
float: left;
padding-top: 1em;
padding-right: 0.5em;
}
#cache-save-details-text input{
width: 2em;
float: left;
}
#cache-save-details-text-stats{
padding: 1em;
text-align: center;
}
#cache-save-slider{
width: 100%;
}
#cache-save-slider .ui-slider-input{
display: none;
}
#cache-preview{
z-index: 20000;
width: 100%;
height: 45%;
position: absolute;
top: 7%;
border-radius: 0.2em;
border-radius: 0.2em;
}
#cache-preview-title{
height: 1.2em;
text-align: center;
font-weight: bold;
font-size: 0.9em;
}
#cache-preview-left-title{
float: left;
width: 20%;
position: relative;
top: 1em;
}
#cache-preview-centre-title{
float: left;
width: 64%;
position: relative;
top: -0.2em;
}
#cache-preview-right-title{
position: relative;
top: 1em;
}
#cache-preview-left{
border: #2c3f62 solid 1px;
width: 20%;
height: 85%;
float: left;
z-index: 1;
margin-top: 1em;
}
#cache-preview-centre{
width: 64%;
height: 100%;
border: #2c3f62 solid 1px;
position: relative;
left: 18%;
z-index: 2;
background-repeat: no-repeat;
}
#cache-preview-centre canvas{
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
#cache-preview-right{
width: 20%;
height: 85%;
max-width: 20%;
max-height: 85%;
border: #2c3f62 solid 1px;
float: right;
margin-top: 1em;
z-index: 1;
}
/************ Saved Maps ********************/
#saved-maps-page h2,
#annotate-page h2{
background-color: white;
height: 0px;
margin-bottom: 0;
padding-bottom: 0;
}
#saved-maps-list{
position: relative;
max-height: 38%;
overflow: auto;
margin: 0;
/* border: red solid 1px; */
}
#saved-maps-list-list .ui-block-a{
width: 100%;
}
#saved-maps-list-list .ui-block-b{
width: 0%;
}
#saved-maps-list-list .ui-block-c{
width: 0%;
}
#saved-maps-map {
position: absolute;
top: 48%;
height: 50%;
width: 96%;
left: 2.5%;
border: #2c3f62 solid 1px;
}
#saved-maps-page .map-zoom-buttons{
position: absolute;
top: 50%;
}
#saved-maps-list-popup{
min-width: 12em;
font-size: 16px;
}
#saved-maps-list-popup [data-role="divider"]{
padding: 1em !important;
}
#saved-maps-list-popup.ui-popup{
padding: 0;
}
#saved-maps-list-popup li{
padding: 0;
margin: 0 0 !important;
}
#saved-maps-list-popup .ui-btn-text{
font-size: 16px;
}
/************ GPS Track ********************/
#gpscapture-page .map-zoom-buttons{
top: 20%;
}
/********* OpenLayers *************/
/* display tile borders */
/* .olLayerDiv img{ */
/* border: red solid 1px; */
/* } */
.olControlAttribution {
display: none;
}
.olControlScaleLine {
display: block;
position: absolute;
left: 3%;
top: 12%;
font-size: xx-small;
}
.olControlScaleLineBottom {
border: solid 2px black;
border-bottom: none;
margin-top:-2px;
text-align: center;
}
.olControlScaleLineTop {
border: solid 2px black;
border-top: none;
text-align: center;
}
#testy{
position: absolute;
top: 20%;
z-index:4000;
background: white;
} | src/css/style.css | html, body {
margin : 0;
padding : 0;
height : 100%;
width : 100%;
}
.ui-page {
background: white;
}
h1{
font-size: 16px !important;
font-weight: bold;
text-shadow: none;
}
h2{
font-size: 15px;
font-weight: bold;
text-shadow: none;
}
h3{
font-size: 14px;
font-weight: bold;
text-shadow: none;
}
a:active, img:active{
box-shadow: 0px 0px 12px #ff0000 !important;
}
.error{
color: red;
}
[data-role=content]{
padding: 0;
}
div, p{
font-size: 12px;
}
.capitalise{
text-transform: capitalize;
}
#home-content .non-map-body{
background-image: url("images/home-background.png"), -moz-linear-gradient(top, #62738c, #294062);
background-image: url("images/home-background.png"), -webkit-linear-gradient(top, #62738c, #294062);
background-repeat: no-repeat;
background-position: right bottom;
}
/********* Header *************/
.ui-header {
/* vertical-align: none; */
}
.ui-header-buttons{
height: 92%;
}
.ui-header h1{
text-align: left !important;
margin: 0.6em 0 0.8em 2em !important;
width: 40%;
}
.ui-header .ui-btn{
padding: 0;
margin: 0;
top: 0.05em;
background-repeat: no-repeat;
background-color: transparent;
height: 90%;
width: 3.2em;
}
/********* Body *************/
body .ui-loader{
z-index: 2000;
background: white;
}
body #progressbar{
z-index: 10000 !important;
font-size: 62.5%;
}
/********* map Body *************/
.map{
height: 99.8%;
}
.map-zoom-buttons{
position: absolute;
top: 10%;
right: 5%;
z-index: 2000;
font-weight: bold;
}
.map-zoom-buttons .ui-btn-text{
font-size: 3em;
padding: 0;
margin: 0;
}
.map-zoom-buttons .ui-btn-inner{
padding: 0 1em;
}
#map-annotations-buttons{
z-index: 1000;
position: absolute;
bottom: 15%;
width: 98%;
padding-left: 1%;
}
#map-annotations-buttons .ui-btn-text{
font-size: 14px;
}
#map-annotations-buttons .ui-block-a{
width: 48%;
}
#map-annotations-buttons .ui-block-b{
width: 4%;
}
#map-annotations-buttons .ui-block-c{
width: 48%;
}
#map-buttons-draw .ui-slider-switch {
width: 12em;
}
#map-compass{
z-index: 1000;
position: absolute;
top: 18%;
left: 0.8%;
}
#search-content,
#save-map-name-dialog [data-role="content"] {
color: #2c3f62;
background-color: white;
}
#search-spinner{
position: relative;
float: right;
top: -3.4em;
right: 0.3em;
}
#search-spinner img{
height: 2.5em;
width: 2.5em;
}
/* force white text on menu bar */
#map-menu .ui-btn-up-a {
color: white;
}
.user-locate{
background-image: url("images/locate.png");
}
.map-search{
background: url("images/search.png");
background-size: 26px 26px;
background-position: 5px 5px;
}
.gpstrack-running{
background-image: url("images/gpsrunning.png");
background-position: 2px 0;
background-color: red !important;
}
/********* Non map page *********/
.non-map-body{
position: relative;
left: 2%;
background: #2c3f62;
background: -moz-linear-gradient(top, #62738c, #294062);
background: -webkit-linear-gradient(top, #62738c, #294062);
color: white;
min-height: 96%;
width: 96%;
border-radius: 10px;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.non-map-body-white{
position: relative;
left: 2%;
background: white;
color: #2c3f62;
min-height: 96%;
height: 96%;
width: 96%;
border-radius: 10px;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.non-map-body h2{
padding-top: 0.5em;
padding-bottom: 0.4em;
padding-left: 1em;
margin: 0;
}
.non-map-body-white h2{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #2c3f62;
color: white;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
margin-bottom: 0;
}
.non-map-content{
padding: 1em;
background: white;
color: #2c3f62;
}
.nav-icons div{
max-width: 60px;
padding-left: 1em;
}
.nav-icons img{
display: block;
margin-left: auto;
margin-right: auto;
}
.nav-icons p{
text-align: center;
font-size: 12px;
text-shadow: none;
font-weight: normal;
padding: 0;
padding-bottom: 1em;
margin: 0;
}
/********* dialog *********/
.ui-dialog .ui-content {
background: #2c3f62;
color: white;
}
/* right position dialog close button */
.ui-dialog .ui-btn-left{
left: auto;
right: 10px;
height: 2.5em;
width: 2.5em;
}
.ui-dialog .ui-btn-left .ui-btn-inner{
padding-top: 0.4em;
padding-left: 0.2em;
}
/********* popup *********/
.ui-popup{
padding: 1em;
z-index: 3000;
text-align: center;
}
.ui-popup-container{
z-index: 3000;
}
.ui-popup p{
font-size: 16px;
padding: 0.2em;
}
/********* Menu *************/
.menu{
opacity: 1;
}
.menu .ui-btn .ui-btn-inner{
padding-top: 34px !important;
padding-bottom: 5px !important;
}
.menu .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
.home-button .ui-icon{
background: url("images/home.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.map-button .ui-icon{
background: url("images/map.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.capture-button .ui-icon{
background: url("images/capture.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.download-button .ui-icon {
background: url("images/download.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
#gpscapture-stop-button .ui-icon{
background: url("images/stop.png") 50% 50% no-repeat;
background-size: 20px 20px;
}
#gpscapture-pause-play .ui-icon{
background: url("images/pause.png") 50% 50% no-repeat;
background-size: 20px 20px;
}
#gpscapture-toggle-route .ui-icon{
background: url("images/route.png") 50% 50% no-repeat;
background-size: 30px 30px;
}
.nav-icons img{
width: 48px;
height: 48px;
}
/********* Lists ******************/
.ui-listview{
padding-top: 0.2em;
padding: 0;
margin: 0 !important;
}
.ui-listview ul{
border: none;
}
.ui-listview li{
margin: 0 !important;
padding: 0 !important;
margin-left: 0.5em !important;
margin-right: 0.5em !important;
border: none;
border-bottom: #2c3f62 solid 1px;
}
.ui-listview a{
text-decoration: none;
}
.ui-listview fieldset{
padding: 0;
margin: 0;
}
/********* Annotation ******************/
#annotate-page label, #annotate-page legend{
font-size: 16px;
padding-bottom: 0.2em;
width: 100%;
}
#annotate-form{
position: relative;
padding: 0.5em 2em 0 2em;
max-height: 92%;
overflow: auto;
}
#annotate-gps-form{
padding: 2em;
}
.button-wrapper{
display: inline-block;
}
.button-wrapper img{
max-height: 8em;
height: auto;
width: auto;
}
.button-wrapper div{
padding: 0.5em;
}
.button-wrapper p{
font-size: 12px !important;
text-align: center;
margin: 0;
padding: 0;
}
.button-wrapper div{
padding-right: 1em;
}
.annotate-audio-taken{
width: 12em;
padding: 1em;
}
.annotate-audio-stopped{
background-image: url("images/play.png");
background-repeat: no-repeat;
background-position: 1em 1em;
height: 4.6em;
width: 4.6em;
}
.annotate-audio-started{
background-image: url("images/stop.png");
background-repeat: no-repeat;
background-position: 1em 1em;
height: 4.6em;
width: 4.6em;
}
#annotate-gps-form .ui-grid-a{
padding-top: 1em;
}
#annotate-gps-form .ui-block-a{
text-align: center;
width: 30%;
/* border: red solid 1px; */
/* padding-right: 2em; */
}
#annotate-gps-form .ui-block-b{
text-align: center;
width: 70%;
}
#saved-annotations-list{
position: relative;
min-height: 68%;
max-height: 68%;
overflow: auto;
margin: 0;
}
#saved-annotations-list .ui-block-a{
width: 15%;
}
#saved-annotations-list .ui-block-a img{
padding-top: 0.2em;
}
#saved-annotations-list .ui-block-b{
width: 70%;
}
#saved-annotations-list .ui-block-c{
width: 15%;
}
#annotate-preview-detail{
padding-left: 1em;
width: 96%;
max-height: 30%;
overflow: auto;
margin: 0;
}
#annotate-preview-detail-image{
padding: 1em;
float: left;
}
#annotate-preview-detail-image img{
max-height: 8em;
}
#annotate-preview-detail-meta{
padding-left: 2em;
}
#annotate-preview-detail-meta p{
font-size: 16px;
}
#annotate-preview-map {
position: absolute;
top: 40%;
height: 45%;
width: 96%;
left: 2.5%;
border: #2c3f62 solid 1px;
}
#annotate-preview-buttons{
position: absolute;
top: 88%;
left: 2.5%;
width: 96%;
}
#annotate-preview-page .map-zoom-buttons{
position: absolute;
top: 44%;
}
/************ Cache ********************/
#save-map-map{
width: 95%;
height: 77%;
z-index: 1000;
position: absolute;
left: 2.5%;
top: 10%;
border: #2c3f62 solid 1px;
}
#save-map-buttons{
z-index: 1000;
position: absolute;
bottom: 15%;
width: 98%;
}
#save-map-buttons .ui-block-a{
width: 25%;
}
#save-map-buttons .ui-block-b{
width: 25%;
}
#save-map-buttons .ui-block-c{
width: 50%;
}
#cache-controls{
z-index: 2000;
position: absolute;
left: 5%;
bottom: 15%;
width: 88%;
font-weight: bold;
border: #2c3f62 solid 0.2em;
background: white;
border-radius: 1em;
padding: 0 1% 1.2em 1%;
}
#cache-save-details-text label{
float: left;
padding-top: 1em;
padding-right: 0.5em;
}
#cache-save-details-text input{
width: 2em;
float: left;
}
#cache-save-details-text-stats{
padding: 1em;
text-align: center;
}
#cache-save-slider{
width: 100%;
}
#cache-save-slider .ui-slider-input{
display: none;
}
#cache-preview{
z-index: 20000;
width: 100%;
height: 45%;
position: absolute;
top: 7%;
border-radius: 0.2em;
border-radius: 0.2em;
}
#cache-preview-title{
height: 1.2em;
text-align: center;
font-weight: bold;
font-size: 0.9em;
}
#cache-preview-left-title{
float: left;
width: 20%;
position: relative;
top: 1em;
}
#cache-preview-centre-title{
float: left;
width: 64%;
position: relative;
top: -0.2em;
}
#cache-preview-right-title{
position: relative;
top: 1em;
}
#cache-preview-left{
border: #2c3f62 solid 1px;
width: 20%;
height: 85%;
float: left;
z-index: 1;
margin-top: 1em;
}
#cache-preview-centre{
width: 64%;
height: 100%;
border: #2c3f62 solid 1px;
position: relative;
left: 18%;
z-index: 2;
background-repeat: no-repeat;
}
#cache-preview-centre canvas{
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
#cache-preview-right{
width: 20%;
height: 85%;
max-width: 20%;
max-height: 85%;
border: #2c3f62 solid 1px;
float: right;
margin-top: 1em;
z-index: 1;
}
/************ Saved Maps ********************/
#saved-maps-page h2,
#annotate-page h2{
background-color: white;
height: 0px;
margin-bottom: 0;
padding-bottom: 0;
}
#saved-maps-list{
position: relative;
max-height: 38%;
overflow: auto;
margin: 0;
/* border: red solid 1px; */
}
#saved-maps-list-list .ui-block-a{
width: 100%;
}
#saved-maps-list-list .ui-block-b{
width: 0%;
}
#saved-maps-list-list .ui-block-c{
width: 0%;
}
#saved-maps-map {
position: absolute;
top: 48%;
height: 50%;
width: 96%;
left: 2.5%;
border: #2c3f62 solid 1px;
}
#saved-maps-page .map-zoom-buttons{
position: absolute;
top: 50%;
}
#saved-maps-list-popup{
min-width: 12em;
font-size: 16px;
}
#saved-maps-list-popup [data-role="divider"]{
padding: 1em !important;
}
#saved-maps-list-popup.ui-popup{
padding: 0;
}
#saved-maps-list-popup li{
padding: 0;
margin: 0 0 !important;
}
#saved-maps-list-popup .ui-btn-text{
font-size: 16px;
}
/************ GPS Track ********************/
#gpscapture-page .map-zoom-buttons{
top: 20%;
}
/********* OpenLayers *************/
/* display tile borders */
/* .olLayerDiv img{ */
/* border: red solid 1px; */
/* } */
.olControlAttribution {
display: none;
}
.olControlScaleLine {
display: block;
position: absolute;
left: 3%;
top: 12%;
font-size: xx-small;
}
.olControlScaleLineBottom {
border: solid 2px black;
border-bottom: none;
margin-top:-2px;
text-align: center;
}
.olControlScaleLineTop {
border: solid 2px black;
border-top: none;
text-align: center;
}
#testy{
position: absolute;
top: 20%;
z-index:4000;
background: white;
} | 0.311532 | 0.069101 |
header {
width: 100%;
min-height:55px;
right: 0;
left: 0;
top: 0;
position: absolute;
z-index: 50;
margin: 0;
padding: 0;
background-color: #f7f7f7;
border-bottom:1px solid #A9BBD0;
}
.headersearch{
float:left;
width:100%;
/*background-color:#fafafa;*/
text-align:center;
border-top:1px solid #d6dfe6;
padding-top:8px;
padding-bottom:8px;
}
.tabs-home #searchcontent {
text-align: center;
}
.oracle-logo {
float: left;
margin-left: 10px;
margin-top: 10px;
}
.oracle-logo-home {
float: left;
margin-left: 10px;
margin-top: 10px;
}
header a:hover {
text-decoration: underline;
}
header a:visited {
text-decoration: none;
color: #145c93;
}
.headeritem {
float: right;
position: relative;
padding: 5px 0 0 16px;
top: 13px;
}
/* new HEADER menu*/
#headernav {
float: right;
top: 0;
font-size: 12px;
position: relative;
margin-left: 5px;
padding-right: 30px;
}
#headernav ul {
margin: 0;
padding: 0;
list-style: none;
background-color: #fff;
}
#headernav a {
padding: 8px 0px 0px 10px;
color: #145c93;
text-decoration: none;
}
#headernav a:hover {
text-decoration: none;
}
#headernav li {
float: left;
margin-right: 1px;
position: relative;
height: 40px;
line-height: 40px;
margin: 0;
}
#headernav li li {
width: 100%;
min-width: 140px;
margin-top: 1px;
height: 30px;
line-height: 30px;
}
#headernav li:hover {
background-color: #f7f7f7;
}
#headernav ul ul {
position: absolute;
visibility: hidden;
padding: 0;
z-index: 400;
right: 0px;
top: 35px;
}
#headernav ul ul ul {
position: absolute;
left: 100%;
top: -2px;
border: solid 1px transparent;
}
#headernav li:hover > ul {
visibility: visible;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-top: 11px;
margin-left: 6px;
vertical-align: top;
border-top: 4px solid #1D5AAB;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
.SIname{
padding-right:5px;
display:none;
}
@media only screen and (min-width: 480px) {
header{
border-bottom: 1px solid #fff;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);}
.SIname{
display:inline;
}
.headersearch{
float:right;
width:auto;
background-color: transparent;
text-align:left;
border-top:none;
padding-top:11px;
}
#searchcontent{
margin: 0 15px 5px 15px;
}
.tabs-home #searchcontent{
margin: 0 auto;
/*padding: 5px;*/
}
}
@media only screen and (min-width: 768px) {
.oracle-logo {
margin-left:20px;
margin-top:17px;
}
.oracle-logo-home {
margin-left:30px;
margin-top:17px;
}
#headernav li {
height: 55px;
line-height: 55px;
}
#headernav ul ul {
top:42px;
}
@media only screen and (min-width: 1140px) {
header {
min-height: 55px;
min-width: 1024px;}
.headersearch{margin-left:40px;
}
.oracle-logo-home {
margin-left:20px;
margin-top:17px;
}
} | _src/Chapter 4/OSB notes/Service Management_files/header.css |
header {
width: 100%;
min-height:55px;
right: 0;
left: 0;
top: 0;
position: absolute;
z-index: 50;
margin: 0;
padding: 0;
background-color: #f7f7f7;
border-bottom:1px solid #A9BBD0;
}
.headersearch{
float:left;
width:100%;
/*background-color:#fafafa;*/
text-align:center;
border-top:1px solid #d6dfe6;
padding-top:8px;
padding-bottom:8px;
}
.tabs-home #searchcontent {
text-align: center;
}
.oracle-logo {
float: left;
margin-left: 10px;
margin-top: 10px;
}
.oracle-logo-home {
float: left;
margin-left: 10px;
margin-top: 10px;
}
header a:hover {
text-decoration: underline;
}
header a:visited {
text-decoration: none;
color: #145c93;
}
.headeritem {
float: right;
position: relative;
padding: 5px 0 0 16px;
top: 13px;
}
/* new HEADER menu*/
#headernav {
float: right;
top: 0;
font-size: 12px;
position: relative;
margin-left: 5px;
padding-right: 30px;
}
#headernav ul {
margin: 0;
padding: 0;
list-style: none;
background-color: #fff;
}
#headernav a {
padding: 8px 0px 0px 10px;
color: #145c93;
text-decoration: none;
}
#headernav a:hover {
text-decoration: none;
}
#headernav li {
float: left;
margin-right: 1px;
position: relative;
height: 40px;
line-height: 40px;
margin: 0;
}
#headernav li li {
width: 100%;
min-width: 140px;
margin-top: 1px;
height: 30px;
line-height: 30px;
}
#headernav li:hover {
background-color: #f7f7f7;
}
#headernav ul ul {
position: absolute;
visibility: hidden;
padding: 0;
z-index: 400;
right: 0px;
top: 35px;
}
#headernav ul ul ul {
position: absolute;
left: 100%;
top: -2px;
border: solid 1px transparent;
}
#headernav li:hover > ul {
visibility: visible;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-top: 11px;
margin-left: 6px;
vertical-align: top;
border-top: 4px solid #1D5AAB;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
.SIname{
padding-right:5px;
display:none;
}
@media only screen and (min-width: 480px) {
header{
border-bottom: 1px solid #fff;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);}
.SIname{
display:inline;
}
.headersearch{
float:right;
width:auto;
background-color: transparent;
text-align:left;
border-top:none;
padding-top:11px;
}
#searchcontent{
margin: 0 15px 5px 15px;
}
.tabs-home #searchcontent{
margin: 0 auto;
/*padding: 5px;*/
}
}
@media only screen and (min-width: 768px) {
.oracle-logo {
margin-left:20px;
margin-top:17px;
}
.oracle-logo-home {
margin-left:30px;
margin-top:17px;
}
#headernav li {
height: 55px;
line-height: 55px;
}
#headernav ul ul {
top:42px;
}
@media only screen and (min-width: 1140px) {
header {
min-height: 55px;
min-width: 1024px;}
.headersearch{margin-left:40px;
}
.oracle-logo-home {
margin-left:20px;
margin-top:17px;
}
} | 0.264548 | 0.047338 |
html {
font-family:'Times New Roman', Times, serif !important;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/*============================================================================================ */
/* ABOUT US PAGE
============================================================================================ */
.about-page{
height: 150vh;
width: 100%;
background: linear-gradient( rgba(26, 59, 168, 0.9),rgba(70, 62, 145, 0.9) ), url("https://c4.wallpaperflare.com/wallpaper/769/17/108/wedding-table-arrangement-formal-dinner-place-setting-wallpaper-preview.jpg");
background-size: cover;
}
#main-navbar{
background: transparent !important;
}
#main-navbar .navbar-brand{
background: transparent !important;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.navbar-nav > li{
padding-left:30px;
padding-right:30px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.header h4{
text-align: center;
font-size: 13px;
font-weight: bold;
margin-top: 20px;
color: #fff;
}
#about-description {
height: 100px;
font-size: 16px;
line-height: 2;
background-color: rgb(201, 202, 244, 0.5);
margin-bottom: 20px;
}
h2{
font-size: 14px;
font-weight: bold;
color: white;
}
#our-team{
height: 500px;
background-color: rgb(201, 202, 244, 0.5);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
#our-partners{
height: 100px;
display: flex;
flex-direction: row;
justify-content: space-evenly;
margin-top: 3px;
}
#our-partners img{
height: 100px;
width: 200px;
}
.card-container{
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-bottom: 40px;
}
.card-container .card-caption{
margin-top: 0px;
font-size: 12px;
color: black;
font-weight: bold;
margin-left: 20px;
}
.card{
height: 30vh;
width: 20vw;
background-color: grey;
border-radius: 0% !important;
border: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px !important;
margin-left: 20px;
margin-top: 40px;
}
#our-team img{
border: 1px solid rgb(69, 4, 99);
border-radius: 4px;
padding: 5px;
width: 260px;
height: 180px;
}
#text img{
height: 30vh;
width: 20vw;
} | static/css/about-us.css | html {
font-family:'Times New Roman', Times, serif !important;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/*============================================================================================ */
/* ABOUT US PAGE
============================================================================================ */
.about-page{
height: 150vh;
width: 100%;
background: linear-gradient( rgba(26, 59, 168, 0.9),rgba(70, 62, 145, 0.9) ), url("https://c4.wallpaperflare.com/wallpaper/769/17/108/wedding-table-arrangement-formal-dinner-place-setting-wallpaper-preview.jpg");
background-size: cover;
}
#main-navbar{
background: transparent !important;
}
#main-navbar .navbar-brand{
background: transparent !important;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.navbar-nav > li{
padding-left:30px;
padding-right:30px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.header h4{
text-align: center;
font-size: 13px;
font-weight: bold;
margin-top: 20px;
color: #fff;
}
#about-description {
height: 100px;
font-size: 16px;
line-height: 2;
background-color: rgb(201, 202, 244, 0.5);
margin-bottom: 20px;
}
h2{
font-size: 14px;
font-weight: bold;
color: white;
}
#our-team{
height: 500px;
background-color: rgb(201, 202, 244, 0.5);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
#our-partners{
height: 100px;
display: flex;
flex-direction: row;
justify-content: space-evenly;
margin-top: 3px;
}
#our-partners img{
height: 100px;
width: 200px;
}
.card-container{
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-bottom: 40px;
}
.card-container .card-caption{
margin-top: 0px;
font-size: 12px;
color: black;
font-weight: bold;
margin-left: 20px;
}
.card{
height: 30vh;
width: 20vw;
background-color: grey;
border-radius: 0% !important;
border: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px !important;
margin-left: 20px;
margin-top: 40px;
}
#our-team img{
border: 1px solid rgb(69, 4, 99);
border-radius: 4px;
padding: 5px;
width: 260px;
height: 180px;
}
#text img{
height: 30vh;
width: 20vw;
} | 0.300027 | 0.054777 |
table,button,header{
margin: 0;
padding: 0;
}
body {
color: #223F61;
}
.calculator {
width: 400px;
height: 450px;
background-color: #DAE5F1;
border: 1px solid #8E9CAD;
border-radius: 4px;
margin-left: 5px;
margin-top: 5px;
}
header#menu {
border-bottom: 1px solid #C1C5D1;
height: 22px;
color: black;
}
header#menu ul li {
display: inline-block;
list-style-type: none;
text-align: left;
margin-right: 8px;
}
header#menu ul li:first-letter {
text-decoration: underline;
}
header#menu ul {
text-align: left;
background: linear-gradient(#ffffff,#E3E8F8 60%);
margin: 1px 0 1px 5px;
}
table {
padding: 10px;
}
section#display {
height: 60px;
width: 93%;
margin: 7px;
}
input[type="text"] {
height: 100%;
width: 100%;
font-size: 23px;
border: 1px solid #8e9daf;
border-radius: 3px;
text-align: right;
background: linear-gradient(#E7EFFB, #ffffff);
padding-right: 10px;
}
section#binary {
border: 1px solid #8e9daf;
height: 100px;
width: 96%;
margin: 7px 7px 0 7px;
border-radius: 4px;
font-family: Consolas;
}
#binary td {
padding: 0 5px 0 3px;
}
#binary tr:nth-child(2n) {
color: #737066;
}
section.left-radios {
float: left;
padding: 5px;
border: 1px solid #8e9daf;
border-radius: 4px;
margin-left: 7px;
width: 75px;
margin: 7px 7px 0 7px;
}
.left-radios input[type="radio"] {
margin-bottom: 10px;
}
section.operations {
float: left;
width: 299px;
padding:5px 0 0 0;
}
.operations td button {
width: 30px;
height: 33px;
margin: 0 3px 3px 0;
background: linear-gradient(#E7EFFB, #ffffff);
border: 1px solid #8e9daf;
border-radius: 4px;
color: #223F61;
}
.operations table {
padding: 0;
}
.operations button[disabled="disabled"] {
background: none;
background-color: #DAE5F1;
}
#word {
float: left;
padding: 5px;
border: 1px solid #8e9daf;
border-radius: 4px;
margin-left: 7px;
width: 75px;
margin-top: 2px;
}
button.zero {
width: 100% !important;
}
button.equal {
height: 100% !important;
}
.clearfix {
zoom:1;
}
.clearfix:after {
content:"";
height:0;
clear:both;
display:block;
} | CSS/CSS Presentation/Calculator/style.css | table,button,header{
margin: 0;
padding: 0;
}
body {
color: #223F61;
}
.calculator {
width: 400px;
height: 450px;
background-color: #DAE5F1;
border: 1px solid #8E9CAD;
border-radius: 4px;
margin-left: 5px;
margin-top: 5px;
}
header#menu {
border-bottom: 1px solid #C1C5D1;
height: 22px;
color: black;
}
header#menu ul li {
display: inline-block;
list-style-type: none;
text-align: left;
margin-right: 8px;
}
header#menu ul li:first-letter {
text-decoration: underline;
}
header#menu ul {
text-align: left;
background: linear-gradient(#ffffff,#E3E8F8 60%);
margin: 1px 0 1px 5px;
}
table {
padding: 10px;
}
section#display {
height: 60px;
width: 93%;
margin: 7px;
}
input[type="text"] {
height: 100%;
width: 100%;
font-size: 23px;
border: 1px solid #8e9daf;
border-radius: 3px;
text-align: right;
background: linear-gradient(#E7EFFB, #ffffff);
padding-right: 10px;
}
section#binary {
border: 1px solid #8e9daf;
height: 100px;
width: 96%;
margin: 7px 7px 0 7px;
border-radius: 4px;
font-family: Consolas;
}
#binary td {
padding: 0 5px 0 3px;
}
#binary tr:nth-child(2n) {
color: #737066;
}
section.left-radios {
float: left;
padding: 5px;
border: 1px solid #8e9daf;
border-radius: 4px;
margin-left: 7px;
width: 75px;
margin: 7px 7px 0 7px;
}
.left-radios input[type="radio"] {
margin-bottom: 10px;
}
section.operations {
float: left;
width: 299px;
padding:5px 0 0 0;
}
.operations td button {
width: 30px;
height: 33px;
margin: 0 3px 3px 0;
background: linear-gradient(#E7EFFB, #ffffff);
border: 1px solid #8e9daf;
border-radius: 4px;
color: #223F61;
}
.operations table {
padding: 0;
}
.operations button[disabled="disabled"] {
background: none;
background-color: #DAE5F1;
}
#word {
float: left;
padding: 5px;
border: 1px solid #8e9daf;
border-radius: 4px;
margin-left: 7px;
width: 75px;
margin-top: 2px;
}
button.zero {
width: 100% !important;
}
button.equal {
height: 100% !important;
}
.clearfix {
zoom:1;
}
.clearfix:after {
content:"";
height:0;
clear:both;
display:block;
} | 0.243463 | 0.117218 |
body{
background-image: url(web_bg4.jpeg);
background-size: cover;
overflow: scroll;
}
.card {
width: 18rem;
border-radius: 15px;
height: auto;
}
.container{
max-width: 1000px;
position: centre;
margin: auto;
}
.container-blog{
column-count: 3;
column-gap: 25px;
}
.card:hover{
transform: translateY(-5px);
}
img .card-img-top{
height: 20%;
}
.container_sub{
padding: 20px;
}
div{
margin:2px;
colour: gray;
}
.fixed-footer{
background-color: #75d5ca;
}
input[type=submit] {
background-color: #deeaee;
color: black;
border: none;
text-align: center;
width: 75px;
}
input[type=submit]:hover {
opacity: 0.8;
}
input[type=email], input[type=submit] {
padding: 12px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
.main{
margin-left: 150px;
}
.Slides{
margin-top: 180px;
padding-top: 30px;
background-position: center;
background-repeat: no-repeat;
top: 25%;
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.top-line {
display: flex;
}
.topnav {
overflow: hidden;
background-size: auto;
background-color: #75d5ca;
justify-content: space-between;
}
/* Style the links inside the navigation bar */
.topnav a {
font-size:2.3vw;
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add an active class to highlight the current page */
.topnav a.active {
color: black;
}
.top-line .h3{
display: flex;
justify-content: flex-end;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px)
{
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px)
{
.topnav.responsive {position: relative;}
.topnav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
} | HealtHouse/HealtHouse/styles.css | body{
background-image: url(web_bg4.jpeg);
background-size: cover;
overflow: scroll;
}
.card {
width: 18rem;
border-radius: 15px;
height: auto;
}
.container{
max-width: 1000px;
position: centre;
margin: auto;
}
.container-blog{
column-count: 3;
column-gap: 25px;
}
.card:hover{
transform: translateY(-5px);
}
img .card-img-top{
height: 20%;
}
.container_sub{
padding: 20px;
}
div{
margin:2px;
colour: gray;
}
.fixed-footer{
background-color: #75d5ca;
}
input[type=submit] {
background-color: #deeaee;
color: black;
border: none;
text-align: center;
width: 75px;
}
input[type=submit]:hover {
opacity: 0.8;
}
input[type=email], input[type=submit] {
padding: 12px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
.main{
margin-left: 150px;
}
.Slides{
margin-top: 180px;
padding-top: 30px;
background-position: center;
background-repeat: no-repeat;
top: 25%;
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.top-line {
display: flex;
}
.topnav {
overflow: hidden;
background-size: auto;
background-color: #75d5ca;
justify-content: space-between;
}
/* Style the links inside the navigation bar */
.topnav a {
font-size:2.3vw;
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add an active class to highlight the current page */
.topnav a.active {
color: black;
}
.top-line .h3{
display: flex;
justify-content: flex-end;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px)
{
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px)
{
.topnav.responsive {position: relative;}
.topnav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
} | 0.50293 | 0.080033 |
table.itable.vertical{
border:1px solid #ccc;
border-spacing: 0px;
} table.itable.vertical tr {
} table.itable.vertical tr td{
padding: 7px;
border-bottom: 1px dotted #ddd;
border-right: 1px dotted #ddd;
color: #666;
text-align: left;
} table.itable.vertical tr th{
text-align: left;
padding: 7px;
color: #666;
} table.itable.vertical tr th:first-child{
font-weight: bold;
background: #eee;
}
table.itable.horizontal{
border:1px solid #ccc;
border-spacing: 0px;
overflow-y: scroll;
overflow-x: hidden;
display: block;
position: relative;
}
table.itable.horizontal tbody{
width: 100%;
display: table;
}
table.itable.horizontal tr{
width: 100%;
display: table;
border-bottom: 0px;
}
table.itable.horizontal tr td{
padding: 7px;
border-right: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
color: #666;
/*width: 50%;*/
}
table.itable.horizontal tr:first-child th{
font-weight: bold;
background: #eee;
color: #666;
padding: 7px;
text-align: left;
}
table.itable.horizontal tr:first-child th:not(:last-child){
border-right: 1px solid #ccc;
}
table.itable .fixed {
position: absolute;
width: 100%;
display: table;
top: 0px;
left: 0px;
}
table.itable.horizontal.selecting tr:not(:first-child):hover{
cursor: pointer;
}table.itable.horizontal.selecting tr:not(:first-child):hover{
background: #ddd;
}table.itable.horizontal.selecting tr:not(:first-child):hover th{
background: #ddd;
} table.itable.horizontal.selecting tr:not(:first-child):active{
background: #351737;
} table.itable.horizontal.selecting tr:not(:first-child):active th{
background: #351737;
} table.itable.horizontal.selecting tr:not(:first-child):active *{
color: #fff;
}
table.itable.vertical.selecting tr:hover{
cursor: pointer;
}table.itable.vertical.selecting tr:hover{
background: #ddd;
}table.itable.vertical.selecting tr:hover th{
background: #ddd;
} table.itable.vertical.selecting tr:active{
background: #351737;
} table.itable.vertical.selecting tr:active th{
background: #351737;
} table.itable.vertical.selecting tr:active *{
color: #fff;
}
table.itable.selecting tr[data-status="active"]{
background: #521B56;
} table.itable.selecting tr[data-status="active"] *{
background: #521B56 !important;
color: #fff;
}table.itable.selecting tr:active td:before {
background: #521B56;
color: #fff;
}table.itable.selecting tr[data-status="active"] td:before {
background: #521B56;
color: #fff;
}
table.itable.full{
width: 100%;
}
@media (max-width: 530px){
table.horizontal tr {
margin-top: 0px !important;
}
table.itable.horizontal tr:first-child th{
display: none;
}
table.horizontal tr td {
display: block !important;
width: 100% !important;
position: relative;
padding-left:0px !important;
}table.horizontal tr:nth-child(odd){
background: #F8F8F8;
}table.horizontal tr td:last-child {
border-bottom: 1px solid #ccc !important;
}table.horizontal tr td:before {
content:attr(data-title);
background: #eee;
left: 0px;
top: 0px;
height: 100%;
padding: 7px;
margin-right: 5px;
box-sizing: border-box;
font-weight: bold;
}
table.itable:not(.vertical) tr td,
table.itable.horizontal tr td{
border-bottom: 0px dotted #ccc;
}
} | itables.css | table.itable.vertical{
border:1px solid #ccc;
border-spacing: 0px;
} table.itable.vertical tr {
} table.itable.vertical tr td{
padding: 7px;
border-bottom: 1px dotted #ddd;
border-right: 1px dotted #ddd;
color: #666;
text-align: left;
} table.itable.vertical tr th{
text-align: left;
padding: 7px;
color: #666;
} table.itable.vertical tr th:first-child{
font-weight: bold;
background: #eee;
}
table.itable.horizontal{
border:1px solid #ccc;
border-spacing: 0px;
overflow-y: scroll;
overflow-x: hidden;
display: block;
position: relative;
}
table.itable.horizontal tbody{
width: 100%;
display: table;
}
table.itable.horizontal tr{
width: 100%;
display: table;
border-bottom: 0px;
}
table.itable.horizontal tr td{
padding: 7px;
border-right: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
color: #666;
/*width: 50%;*/
}
table.itable.horizontal tr:first-child th{
font-weight: bold;
background: #eee;
color: #666;
padding: 7px;
text-align: left;
}
table.itable.horizontal tr:first-child th:not(:last-child){
border-right: 1px solid #ccc;
}
table.itable .fixed {
position: absolute;
width: 100%;
display: table;
top: 0px;
left: 0px;
}
table.itable.horizontal.selecting tr:not(:first-child):hover{
cursor: pointer;
}table.itable.horizontal.selecting tr:not(:first-child):hover{
background: #ddd;
}table.itable.horizontal.selecting tr:not(:first-child):hover th{
background: #ddd;
} table.itable.horizontal.selecting tr:not(:first-child):active{
background: #351737;
} table.itable.horizontal.selecting tr:not(:first-child):active th{
background: #351737;
} table.itable.horizontal.selecting tr:not(:first-child):active *{
color: #fff;
}
table.itable.vertical.selecting tr:hover{
cursor: pointer;
}table.itable.vertical.selecting tr:hover{
background: #ddd;
}table.itable.vertical.selecting tr:hover th{
background: #ddd;
} table.itable.vertical.selecting tr:active{
background: #351737;
} table.itable.vertical.selecting tr:active th{
background: #351737;
} table.itable.vertical.selecting tr:active *{
color: #fff;
}
table.itable.selecting tr[data-status="active"]{
background: #521B56;
} table.itable.selecting tr[data-status="active"] *{
background: #521B56 !important;
color: #fff;
}table.itable.selecting tr:active td:before {
background: #521B56;
color: #fff;
}table.itable.selecting tr[data-status="active"] td:before {
background: #521B56;
color: #fff;
}
table.itable.full{
width: 100%;
}
@media (max-width: 530px){
table.horizontal tr {
margin-top: 0px !important;
}
table.itable.horizontal tr:first-child th{
display: none;
}
table.horizontal tr td {
display: block !important;
width: 100% !important;
position: relative;
padding-left:0px !important;
}table.horizontal tr:nth-child(odd){
background: #F8F8F8;
}table.horizontal tr td:last-child {
border-bottom: 1px solid #ccc !important;
}table.horizontal tr td:before {
content:attr(data-title);
background: #eee;
left: 0px;
top: 0px;
height: 100%;
padding: 7px;
margin-right: 5px;
box-sizing: border-box;
font-weight: bold;
}
table.itable:not(.vertical) tr td,
table.itable.horizontal tr td{
border-bottom: 0px dotted #ccc;
}
} | 0.185541 | 0.123577 |
@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
img,
section {
margin: 0;
padding: 0;
}
body,
button,
input,
select,
textarea {
font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
li {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
}
a:hover {
color: #ca151d;
}
.relative {
position: relative;
}
.left,
.fl {
float: left;
}
.right,
.fr {
float: right;
}
ins,
a {
text-decoration: none;
color: #3a3a3a;
}
.clearfix:after {
clear: both;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
font-style: normal;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: 400;
}
.span-232 {
width: 232px;
}
.span-968 {
width: 968px;
}
.hr-27 {
height: 27px;
}
.hr-13 {
height: 13px;
}
.hide,
.hidden {
display: none;
}
.show {
display: block;
}
.hr-1,
.hr-2,
.hr-3,
.hr-4,
.hr-5,
.hr-7,
.hr-9,
.hr-10,
.hr-15,
.hr-18,
.hr-20,
.hr-22,
.hr-25,
.hr-30,
.hr-32.hr-35,
.hr-40,
.hr-45,
.hr-50,
.hr-55,
.hr-60,
.hr-65,
.hr-70,
.hr-75,
.hr-80,
.hr-85,
.hr-90 {
clear: both;
font-size: 1px;
line-height: 1px;
}
img {
vertical-align: top;
}
.header-top {
height: 34px;
width: 100%;
background-color: #f9f9f9;
line-height: 34px;
}
.header-top .wrap {
width: 1200px;
height: 34px;
margin: 0 auto;
}
.header-top .wrap .left .ddnewhead_area .ddnewhead_area_a {
position: relative;
cursor: pointer;
}
.header-top .wrap .left .ddnewhead_area .ddnewhead_area_a span {
display: inline-block;
width: 4px;
height: 4px;
border: 1px solid #666;
border-top: none;
border-right: none;
transform: rotate(-45deg);
position: absolute;
left: 65px;
top: 11px;
}
.header-top .wrap .left .ddnewhead_area .menu {
width: 270px;
height: 180px;
border: 1px solid black;
box-sizing: border-box;
position: absolute;
display: none;
background-color: #fff;
padding-left: 20px;
padding-top: 6px;
box-sizing: border-box;
}
.header-top .wrap .left .ddnewhead_area .menu a {
display: inline-block;
width: 30px;
height: 20px;
}
.header-top .wrap .ddnewhead_area:hover .menu {
display: block;
}
.header-top .wrap .right {
float: right;
}
.header-top .wrap .right .ddnewhead_welcome {
float: left;
padding: 0 0 0 10px;
}
.header-top .wrap .right .ddnewhead_welcome .login {
color: red;
padding: 0 5px 0 0;
}
.header-top .wrap .right ul {
float: right;
}
.header-top .wrap .right ul li {
float: left;
padding: 0 5px 0 5px;
position: relative;
}
.header-top .wrap .right ul li em {
padding-left: 5px;
}
.header-top .wrap .right ul li .erji {
width: 48px;
background-color: white;
position: absolute;
z-index: 800;
line-height: 30px;
padding: 0 8px;
right: 8px;
border: 1px solid #ccc;
border-top: none;
display: none;
}
.right ul li:nth-child(2):hover .erji {
display: block;
}
.header-middle {
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.header-middle .logo {
float: left;
}
.header-middle .sousuo {
float: left;
position: relative;
}
.header-middle .sousuo .sousuo-top {
position: relative;
margin-top: 20px;
}
.header-middle .sousuo .sousuo-top input {
position: absolute;
width: 398px;
height: 18px;
border: 2px solid #ff2832;
border-right: none;
padding: 9px 0 9px 10px;
outline: none;
}
.header-middle .sousuo .sousuo-top .fenlei {
position: absolute;
top: 0px;
left: 410px;
border: 2px solid #ff2832;
border-left: 0px solid #dedede;
width: 92px;
height: 36px;
font: 16px/36px "Microsoft Yahei";
color: #969696;
padding: 0 0 0 14px;
cursor: pointer;
background-color: #f6f6f6;
}
.header-middle .sousuo .sousuo-top .fenlei span {
position: absolute;
left: 80px;
top: 16px;
display: inline-block;
border: 5px solid #969696;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.header-middle .sousuo .sousuo-top .button {
position: absolute;
left: 510px;
width: 48px;
height: 40px;
background: url(../img/head_sprite2.png) no-repeat 0 -350px;
}
.header-middle .sousuo .sousuo-bottom {
width: 550px;
display: inline-block;
position: absolute;
top: 70px;
}
.header-middle .sousuo .sousuo-bottom a {
padding-right: 20px;
}
.header-middle .sousuo .sousuo-bottom p {
display: inline;
}
.header-middle .sousuo .sousuo-bottom p a {
position: absolute;
right: -30px;
}
.header-middle .car {
float: right;
}
.header-middle .car .gouwuche {
float: left;
width: 107px;
height: 40px;
border-color: #ff2832;
background: url(../img/icon_cart.png) no-repeat 5px 0 #ff2832;
margin-top: 20px;
position: relative;
}
.header-middle .car .gouwuche span:nth-child(1) {
color: #f6f6f6;
font-size: 16px;
line-height: 36px;
position: absolute;
left: 36px;
}
.header-middle .car .gouwuche span:nth-child(2) {
color: #f9f9f9;
font-size: 16px;
line-height: 36px;
position: absolute;
left: 86px;
}
.header-middle .car .dingdan {
width: 82px;
height: 36px;
float: left;
background-color: f6f6f6;
border: 2px solid #666;
text-align: center;
line-height: 36px;
font-size: 16px;
color: #8c8c8c;
margin-top: 20px;
}
.header-bottom .header-bottom1 {
width: 1200px;
height: 40px;
margin: 0 auto;
overflow: hidden;
}
.header-bottom .header-bottom1 .all {
float: left;
padding-left: 20px;
width: 180px;
font: 14px/40px "Microsoft Yahei";
color: #fff;
background: url(../img/head_sprite.png) no-repeat 161px -567px #ff2832;
}
.header-bottom .header-bottom1 .fenlei {
float: left;
color: #323232;
font: 14px/40px "Microsoft Yahei";
display: block;
font-weight: bold;
}
.header-bottom .header-bottom1 .fenlei ul li {
float: left;
padding: 0 15px;
}
.header-bottom .header-bottom2 {
border-top: 2px solid #ff2832;
width: 100%;
background: #f5f5f5;
height: 30px;
}
.header-bottom .header-bottom2 ul {
width: 1200px;
margin: auto;
}
.header-bottom .header-bottom2 ul li {
float: left;
line-height: 30px;
}
.header-bottom .header-bottom2 ul li a {
padding: 0 15px;
}
.gouwuche:hover {
background: url(../img/icon_cart.png) no-repeat 5px -40px #f6f6f6 !important;
border: 2px solid #666 !important;
width: 107px !important;
height: 36px !important;
border-right: none !important;
}
.gouwuche:hover a span:nth-child(1) {
color: red !important;
}
.gouwuche:hover a span:nth-child(2) {
color: red !important;
}
.main {
overflow: hidden;
}
.main .main-topimg {
width: 1200px;
margin: 0 auto;
padding-top: 20px;
}
.main .main-nav {
width: 1200px;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.main .main-nav .nav {
float: left;
width: 180px;
height: 480px;
background-color: #fafafa;
padding-left: 18px;
}
.main .main-nav .nav div {
height: 30px;
line-height: 30px;
color: #666;
font-family: 'Microsoft YaHei';
font-size: 14px;
}
.main .main-nav .cartlist {
width: 500px;
height: 500px;
border: 1px solid black;
float: left;
position: absolute;
left: 198px;
background: white;
z-index: 1000;
}
.main .main-nav .banner {
width: 796px;
height: 480px;
float: left;
position: relative;
}
.main .main-nav .banner img {
display: inline-block;
height: 480px;
}
.main .main-nav .banner .left,
.main .main-nav .banner .right {
font-size: 100px;
color: red;
background: #ccc;
position: absolute;
text-decoration: none;
top: 50%;
cursor: pointer;
}
.main .main-nav .banner-bottom {
width: 796px;
height: 150px;
border: 1px solid blue;
float: left;
}
.main .main-nav .xxgg {
position: absolute;
right: 0;
}
.main .main-nav .xxgg .xxgg2 {
width: 202px;
height: 173px;
}
.main .main-nav .xxgg .xxgg2 p {
line-height: 24px;
text-align: center;
}
.main .main-nav .xxgg .xxgg2 ul li {
line-height: 25px;
padding-left: 10px;
width: 183px;
height: 25px;
background: url("http://img60.ddimg.cn/upload_img/00111/home/home_sprite_1507.png") no-repeat 10px -188px;
}
.main .main-nav .xxgg .xxgg3 {
width: 202px;
height: 115px;
}
.main .rybh {
width: 1200px;
height: 372px;
margin: 0 auto;
overflow: hidden;
padding-top: 20px;
}
.main .rybh .rybh-top {
border-bottom: 1px solid #ccc;
width: 100%;
height: 40px;
}
.main .rybh .rybh-top .title {
float: left;
font: bold 20px/24px "Microsoft YaHei";
color: #323232;
line-height: 40px;
padding: 0 20px 0 5px;
}
.main .rybh .rybh-top .title b {
color: #ccc;
font-weight: 100;
padding-left: 20px;
}
.main .rybh .rybh-top .afu {
float: left;
line-height: 40px;
margin-top: 5px;
}
.main .rybh .rybh-top .afu li {
float: left;
padding-right: 30px;
}
.main .rybh .rybh-top .afu li b {
background: url(../img/title_bg.png);
}
.main .rybh .rybh-top .afu li span {
font: bold 16px/20px "Microsoft YaHei";
color: #323232;
}
.main .rybh .rybh-top .afu li em {
color: #323232;
font: 14px/20px "Microsoft YaHei";
padding-left: 5px;
}
.main .rybh .rybh-middle {
overflow: hidden;
width: 1200px;
}
.main .rybh .rybh-middle .left {
width: 400px;
}
.main .rybh .rybh-middle .left img {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
float: left;
}
.main .rybh .rybh-middle .main {
float: left;
overflow: hidden;
}
.main .rybh .rybh-middle .right {
width: 400px;
}
.main .rybh .rybh-middle .right img {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
float: left;
}
.main .rwsk {
width: 1200px;
margin: 0 auto;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding: 30px 0 30px 0;
}
.main .rwsk .img2 {
margin: 0 23px 0 23px;
}
.tuiJian {
width: 1200px;
height: 36px;
margin: 0 auto;
border-bottom: 3px solid red;
line-height: 36px;
}
.tuiJian h3 {
font-size: 18px;
color: red;
font-weight: 600;
}
.project {
width: 1200px;
margin: 0 auto;
box-sizing: border-box;
padding: 10px 15px;
border: 1px solid #ccc;
margin-top: 10px;
}
.project ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.project ul li {
width: 198px;
height: 271px;
background-color: pink;
}
.project ul li img {
width: 190px;
height: 190px;
display: block;
margin-left: 4px;
}
.project ul li p {
font-size: 13px;
color: #666;
display: block;
width: 184px;
height: 40px;
overflow: hidden;
margin-left: 4px;
}
.project ul li span {
color: #ff2832;
font-size: 18px;
margin-left: 4px;
}
.footer {
border-top: 2px solid #ff2832;
}
.footer .footer-1 {
background: #fafafa;
height: 79px;
border-bottom: 1px solid #ebebeb;
}
.footer .footer-1 .footer-1-inner {
width: 940px;
margin: 0 auto;
height: 68px;
padding: 5px 0 5px 30px;
}
.footer .footer-1 .footer-1-inner a {
display: block;
height: 52px;
width: 187px;
float: left;
padding: 7px 0 7px 48px;
}
.footer .footer-1 .footer-1-inner a .pic1 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 0;
}
.footer .footer-1 .footer-1-inner a .pic2 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 -51px;
}
.footer .footer-1 .footer-1-inner a .pic3 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 -103px;
}
.footer .footer-1 .footer-1-inner a .pic4 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 -156px;
}
.footer .footer-2 {
width: 920px;
height: 140px;
margin: 0 auto;
padding-top: 30px;
}
.footer .footer-2 div {
width: 150px;
float: left;
text-align: center;
}
.footer .footer-2 div span {
display: block;
padding-left: 30px;
font-size: 14px;
font-family: "microsoft yahei";
color: #323232;
height: 36px;
line-height: 36px;
}
.footer .footer-2 div ul {
padding-left: 30px;
list-style: none;
margin: 0;
}
.footer .footer-2 div ul li {
line-height: 20px;
height: 20px;
}
.footer .footer-2 div ul li a {
text-decoration: none;
color: #7d7d7d;
font-size: 12px;
}
.footer .footer-3 {
width: 100%;
border-top: 1px solid #ebebeb;
text-align: center;
padding-top: 20px;
}
.footer .footer-3 .footer-3-top {
font-family: "Hiragino Sans GB", 瀹嬩綋, SimSun;
line-height: 20px;
color: #8c8c8c;
font-size: 12px;
}
.footer .footer-3 .footer-3-top a {
text-align: center;
}
.footer .footer-3 .footer-3-top span {
margin: 0 17px 0 19px;
}
.footer .footer-3 .footer-3-bottom {
font-family: "Hiragino Sans GB", 瀹嬩綋, SimSun;
color: #8c8c8c;
width: 960px;
margin: 0 auto;
text-align: center;
padding: 30px 0 30px 0;
} | src/sass/index.css | @charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
img,
section {
margin: 0;
padding: 0;
}
body,
button,
input,
select,
textarea {
font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
li {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
}
a:hover {
color: #ca151d;
}
.relative {
position: relative;
}
.left,
.fl {
float: left;
}
.right,
.fr {
float: right;
}
ins,
a {
text-decoration: none;
color: #3a3a3a;
}
.clearfix:after {
clear: both;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
font-style: normal;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: 400;
}
.span-232 {
width: 232px;
}
.span-968 {
width: 968px;
}
.hr-27 {
height: 27px;
}
.hr-13 {
height: 13px;
}
.hide,
.hidden {
display: none;
}
.show {
display: block;
}
.hr-1,
.hr-2,
.hr-3,
.hr-4,
.hr-5,
.hr-7,
.hr-9,
.hr-10,
.hr-15,
.hr-18,
.hr-20,
.hr-22,
.hr-25,
.hr-30,
.hr-32.hr-35,
.hr-40,
.hr-45,
.hr-50,
.hr-55,
.hr-60,
.hr-65,
.hr-70,
.hr-75,
.hr-80,
.hr-85,
.hr-90 {
clear: both;
font-size: 1px;
line-height: 1px;
}
img {
vertical-align: top;
}
.header-top {
height: 34px;
width: 100%;
background-color: #f9f9f9;
line-height: 34px;
}
.header-top .wrap {
width: 1200px;
height: 34px;
margin: 0 auto;
}
.header-top .wrap .left .ddnewhead_area .ddnewhead_area_a {
position: relative;
cursor: pointer;
}
.header-top .wrap .left .ddnewhead_area .ddnewhead_area_a span {
display: inline-block;
width: 4px;
height: 4px;
border: 1px solid #666;
border-top: none;
border-right: none;
transform: rotate(-45deg);
position: absolute;
left: 65px;
top: 11px;
}
.header-top .wrap .left .ddnewhead_area .menu {
width: 270px;
height: 180px;
border: 1px solid black;
box-sizing: border-box;
position: absolute;
display: none;
background-color: #fff;
padding-left: 20px;
padding-top: 6px;
box-sizing: border-box;
}
.header-top .wrap .left .ddnewhead_area .menu a {
display: inline-block;
width: 30px;
height: 20px;
}
.header-top .wrap .ddnewhead_area:hover .menu {
display: block;
}
.header-top .wrap .right {
float: right;
}
.header-top .wrap .right .ddnewhead_welcome {
float: left;
padding: 0 0 0 10px;
}
.header-top .wrap .right .ddnewhead_welcome .login {
color: red;
padding: 0 5px 0 0;
}
.header-top .wrap .right ul {
float: right;
}
.header-top .wrap .right ul li {
float: left;
padding: 0 5px 0 5px;
position: relative;
}
.header-top .wrap .right ul li em {
padding-left: 5px;
}
.header-top .wrap .right ul li .erji {
width: 48px;
background-color: white;
position: absolute;
z-index: 800;
line-height: 30px;
padding: 0 8px;
right: 8px;
border: 1px solid #ccc;
border-top: none;
display: none;
}
.right ul li:nth-child(2):hover .erji {
display: block;
}
.header-middle {
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.header-middle .logo {
float: left;
}
.header-middle .sousuo {
float: left;
position: relative;
}
.header-middle .sousuo .sousuo-top {
position: relative;
margin-top: 20px;
}
.header-middle .sousuo .sousuo-top input {
position: absolute;
width: 398px;
height: 18px;
border: 2px solid #ff2832;
border-right: none;
padding: 9px 0 9px 10px;
outline: none;
}
.header-middle .sousuo .sousuo-top .fenlei {
position: absolute;
top: 0px;
left: 410px;
border: 2px solid #ff2832;
border-left: 0px solid #dedede;
width: 92px;
height: 36px;
font: 16px/36px "Microsoft Yahei";
color: #969696;
padding: 0 0 0 14px;
cursor: pointer;
background-color: #f6f6f6;
}
.header-middle .sousuo .sousuo-top .fenlei span {
position: absolute;
left: 80px;
top: 16px;
display: inline-block;
border: 5px solid #969696;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.header-middle .sousuo .sousuo-top .button {
position: absolute;
left: 510px;
width: 48px;
height: 40px;
background: url(../img/head_sprite2.png) no-repeat 0 -350px;
}
.header-middle .sousuo .sousuo-bottom {
width: 550px;
display: inline-block;
position: absolute;
top: 70px;
}
.header-middle .sousuo .sousuo-bottom a {
padding-right: 20px;
}
.header-middle .sousuo .sousuo-bottom p {
display: inline;
}
.header-middle .sousuo .sousuo-bottom p a {
position: absolute;
right: -30px;
}
.header-middle .car {
float: right;
}
.header-middle .car .gouwuche {
float: left;
width: 107px;
height: 40px;
border-color: #ff2832;
background: url(../img/icon_cart.png) no-repeat 5px 0 #ff2832;
margin-top: 20px;
position: relative;
}
.header-middle .car .gouwuche span:nth-child(1) {
color: #f6f6f6;
font-size: 16px;
line-height: 36px;
position: absolute;
left: 36px;
}
.header-middle .car .gouwuche span:nth-child(2) {
color: #f9f9f9;
font-size: 16px;
line-height: 36px;
position: absolute;
left: 86px;
}
.header-middle .car .dingdan {
width: 82px;
height: 36px;
float: left;
background-color: f6f6f6;
border: 2px solid #666;
text-align: center;
line-height: 36px;
font-size: 16px;
color: #8c8c8c;
margin-top: 20px;
}
.header-bottom .header-bottom1 {
width: 1200px;
height: 40px;
margin: 0 auto;
overflow: hidden;
}
.header-bottom .header-bottom1 .all {
float: left;
padding-left: 20px;
width: 180px;
font: 14px/40px "Microsoft Yahei";
color: #fff;
background: url(../img/head_sprite.png) no-repeat 161px -567px #ff2832;
}
.header-bottom .header-bottom1 .fenlei {
float: left;
color: #323232;
font: 14px/40px "Microsoft Yahei";
display: block;
font-weight: bold;
}
.header-bottom .header-bottom1 .fenlei ul li {
float: left;
padding: 0 15px;
}
.header-bottom .header-bottom2 {
border-top: 2px solid #ff2832;
width: 100%;
background: #f5f5f5;
height: 30px;
}
.header-bottom .header-bottom2 ul {
width: 1200px;
margin: auto;
}
.header-bottom .header-bottom2 ul li {
float: left;
line-height: 30px;
}
.header-bottom .header-bottom2 ul li a {
padding: 0 15px;
}
.gouwuche:hover {
background: url(../img/icon_cart.png) no-repeat 5px -40px #f6f6f6 !important;
border: 2px solid #666 !important;
width: 107px !important;
height: 36px !important;
border-right: none !important;
}
.gouwuche:hover a span:nth-child(1) {
color: red !important;
}
.gouwuche:hover a span:nth-child(2) {
color: red !important;
}
.main {
overflow: hidden;
}
.main .main-topimg {
width: 1200px;
margin: 0 auto;
padding-top: 20px;
}
.main .main-nav {
width: 1200px;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.main .main-nav .nav {
float: left;
width: 180px;
height: 480px;
background-color: #fafafa;
padding-left: 18px;
}
.main .main-nav .nav div {
height: 30px;
line-height: 30px;
color: #666;
font-family: 'Microsoft YaHei';
font-size: 14px;
}
.main .main-nav .cartlist {
width: 500px;
height: 500px;
border: 1px solid black;
float: left;
position: absolute;
left: 198px;
background: white;
z-index: 1000;
}
.main .main-nav .banner {
width: 796px;
height: 480px;
float: left;
position: relative;
}
.main .main-nav .banner img {
display: inline-block;
height: 480px;
}
.main .main-nav .banner .left,
.main .main-nav .banner .right {
font-size: 100px;
color: red;
background: #ccc;
position: absolute;
text-decoration: none;
top: 50%;
cursor: pointer;
}
.main .main-nav .banner-bottom {
width: 796px;
height: 150px;
border: 1px solid blue;
float: left;
}
.main .main-nav .xxgg {
position: absolute;
right: 0;
}
.main .main-nav .xxgg .xxgg2 {
width: 202px;
height: 173px;
}
.main .main-nav .xxgg .xxgg2 p {
line-height: 24px;
text-align: center;
}
.main .main-nav .xxgg .xxgg2 ul li {
line-height: 25px;
padding-left: 10px;
width: 183px;
height: 25px;
background: url("http://img60.ddimg.cn/upload_img/00111/home/home_sprite_1507.png") no-repeat 10px -188px;
}
.main .main-nav .xxgg .xxgg3 {
width: 202px;
height: 115px;
}
.main .rybh {
width: 1200px;
height: 372px;
margin: 0 auto;
overflow: hidden;
padding-top: 20px;
}
.main .rybh .rybh-top {
border-bottom: 1px solid #ccc;
width: 100%;
height: 40px;
}
.main .rybh .rybh-top .title {
float: left;
font: bold 20px/24px "Microsoft YaHei";
color: #323232;
line-height: 40px;
padding: 0 20px 0 5px;
}
.main .rybh .rybh-top .title b {
color: #ccc;
font-weight: 100;
padding-left: 20px;
}
.main .rybh .rybh-top .afu {
float: left;
line-height: 40px;
margin-top: 5px;
}
.main .rybh .rybh-top .afu li {
float: left;
padding-right: 30px;
}
.main .rybh .rybh-top .afu li b {
background: url(../img/title_bg.png);
}
.main .rybh .rybh-top .afu li span {
font: bold 16px/20px "Microsoft YaHei";
color: #323232;
}
.main .rybh .rybh-top .afu li em {
color: #323232;
font: 14px/20px "Microsoft YaHei";
padding-left: 5px;
}
.main .rybh .rybh-middle {
overflow: hidden;
width: 1200px;
}
.main .rybh .rybh-middle .left {
width: 400px;
}
.main .rybh .rybh-middle .left img {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
float: left;
}
.main .rybh .rybh-middle .main {
float: left;
overflow: hidden;
}
.main .rybh .rybh-middle .right {
width: 400px;
}
.main .rybh .rybh-middle .right img {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
float: left;
}
.main .rwsk {
width: 1200px;
margin: 0 auto;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding: 30px 0 30px 0;
}
.main .rwsk .img2 {
margin: 0 23px 0 23px;
}
.tuiJian {
width: 1200px;
height: 36px;
margin: 0 auto;
border-bottom: 3px solid red;
line-height: 36px;
}
.tuiJian h3 {
font-size: 18px;
color: red;
font-weight: 600;
}
.project {
width: 1200px;
margin: 0 auto;
box-sizing: border-box;
padding: 10px 15px;
border: 1px solid #ccc;
margin-top: 10px;
}
.project ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.project ul li {
width: 198px;
height: 271px;
background-color: pink;
}
.project ul li img {
width: 190px;
height: 190px;
display: block;
margin-left: 4px;
}
.project ul li p {
font-size: 13px;
color: #666;
display: block;
width: 184px;
height: 40px;
overflow: hidden;
margin-left: 4px;
}
.project ul li span {
color: #ff2832;
font-size: 18px;
margin-left: 4px;
}
.footer {
border-top: 2px solid #ff2832;
}
.footer .footer-1 {
background: #fafafa;
height: 79px;
border-bottom: 1px solid #ebebeb;
}
.footer .footer-1 .footer-1-inner {
width: 940px;
margin: 0 auto;
height: 68px;
padding: 5px 0 5px 30px;
}
.footer .footer-1 .footer-1-inner a {
display: block;
height: 52px;
width: 187px;
float: left;
padding: 7px 0 7px 48px;
}
.footer .footer-1 .footer-1-inner a .pic1 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 0;
}
.footer .footer-1 .footer-1-inner a .pic2 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 -51px;
}
.footer .footer-1 .footer-1-inner a .pic3 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 -103px;
}
.footer .footer-1 .footer-1-inner a .pic4 {
padding: 7px 0 7px 48px;
display: inline-block;
width: 138px;
height: 38px;
background: url(../img/footer_bg.png) no-repeat 0 -156px;
}
.footer .footer-2 {
width: 920px;
height: 140px;
margin: 0 auto;
padding-top: 30px;
}
.footer .footer-2 div {
width: 150px;
float: left;
text-align: center;
}
.footer .footer-2 div span {
display: block;
padding-left: 30px;
font-size: 14px;
font-family: "microsoft yahei";
color: #323232;
height: 36px;
line-height: 36px;
}
.footer .footer-2 div ul {
padding-left: 30px;
list-style: none;
margin: 0;
}
.footer .footer-2 div ul li {
line-height: 20px;
height: 20px;
}
.footer .footer-2 div ul li a {
text-decoration: none;
color: #7d7d7d;
font-size: 12px;
}
.footer .footer-3 {
width: 100%;
border-top: 1px solid #ebebeb;
text-align: center;
padding-top: 20px;
}
.footer .footer-3 .footer-3-top {
font-family: "Hiragino Sans GB", 瀹嬩綋, SimSun;
line-height: 20px;
color: #8c8c8c;
font-size: 12px;
}
.footer .footer-3 .footer-3-top a {
text-align: center;
}
.footer .footer-3 .footer-3-top span {
margin: 0 17px 0 19px;
}
.footer .footer-3 .footer-3-bottom {
font-family: "Hiragino Sans GB", 瀹嬩綋, SimSun;
color: #8c8c8c;
width: 960px;
margin: 0 auto;
text-align: center;
padding: 30px 0 30px 0;
} | 0.433262 | 0.054099 |
@charset "UTF-8";
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face { font-family: 'Trajan Pro'; font-style: normal; font-weight: normal; src: url("../fonts/TrajanPro-Regular.woff") format("woff"); }
@font-face { font-family: 'Trajan Pro'; font-style: normal; font-weight: bold; src: url("../fonts/TrajanPro-Bold.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: normal; src: url("../fonts/UnBPro-Regular.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: italic; font-weight: normal; src: url("../fonts/UnBPro-RegularItalic.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: bold; src: url("../fonts/UnBPro-Bold.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: italic; font-weight: bold; src: url("../fonts/UnBPro-BoldItalic.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: 900; src: url("../fonts/UnBPro-Black.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: 200; src: url("../fonts/UnBPro-Light.woff") format("woff"); }
.reveal h1, .reveal h2 { font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; }
section.has-dark-background, section#title-slide { text-shadow: 0 0 20px #294469; }
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6, section#title-slide, section#title-slide h1, section#title-slide h2, section#title-slide h3, section#title-slide h4, section#title-slide h5, section#title-slide h6 { color: #f4dcb4; text-shadow: 0 0 20px #294469, 0 0 10px #294469; font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; }
section.has-dark-background p.subtitle::after, section#title-slide p.subtitle::after { content: " › "; }
section.has-dark-background p.subtitle, section.has-dark-background p.date, section#title-slide p.subtitle, section#title-slide p.date { font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; text-transform: uppercase; }
section.has-dark-background .author img, section#title-slide .author img { height: 1em; max-height: 75px; filter: invert(88%) sepia(29%) saturate(355%) hue-rotate(339deg) brightness(100%) contrast(92%); -webkit-filter: invert(88%) sepia(29%) saturate(355%) hue-rotate(339deg) brightness(100%) contrast(92%); }
.box { background: #ffffff33; }
blockquote { font-size: 1em; text-align: left; }
blockquote footer { text-align: right; }
blockquote footer cite { font-style: normal; }
figcaption, div.subfigures > p { display: none; }
/********************************************* GLOBAL STYLES */
:root { --background-color: #faecd6; --main-font: UnB Pro, Helvetica, Liberation Sans, sans-serif; --main-font-size: 36px; --main-color: #284368; --block-margin: 20px; --heading-margin: 0 0 20px 0; --heading-font: Trajan Pro, Georgia, Liberation Serif, serif; --heading-color: #284368; --heading-line-height: 1.2; --heading-letter-spacing: normal; --heading-text-transform: uppercase; --heading-text-shadow: none; --heading-font-weight: normal; --heading1-text-shadow: none; --heading1-size: 2em; --heading2-size: 1.6em; --heading3-size: 1.3em; --heading4-size: 1em; --code-font: monospace; --link-color: #9f613b; --link-color-hover: #c58762; --selection-background-color: #d2a487; --selection-color: #fff; }
.reveal-viewport { background: #faecd6; background-color: #faecd6; }
.reveal { font-family: "UnB Pro", Helvetica, "Liberation Sans", sans-serif; font-size: 36px; font-weight: normal; color: #284368; }
.reveal ::selection { color: #fff; background: #d2a487; text-shadow: none; }
.reveal ::-moz-selection { color: #fff; background: #d2a487; text-shadow: none; }
.reveal .slides section, .reveal .slides section > section { line-height: 1.3; font-weight: inherit; }
/********************************************* HEADERS */
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { margin: 0 0 20px 0; color: #284368; font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; line-height: 1.2; letter-spacing: normal; text-transform: uppercase; text-shadow: none; word-wrap: break-word; }
.reveal h1 { font-size: 2em; }
.reveal h2 { font-size: 1.6em; }
.reveal h3 { font-size: 1.3em; }
.reveal h4 { font-size: 1em; }
.reveal h1 { text-shadow: none; }
/********************************************* OTHER */
.reveal p { margin: 20px 0; line-height: 1.3; }
/* Remove trailing margins after titles */
.reveal h1:last-child, .reveal h2:last-child, .reveal h3:last-child, .reveal h4:last-child, .reveal h5:last-child, .reveal h6:last-child { margin-bottom: 0; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal video, .reveal iframe { max-width: 95%; max-height: 95%; }
.reveal strong, .reveal b { font-weight: bold; }
.reveal em { font-style: italic; }
.reveal ol, .reveal dl, .reveal ul { display: inline-block; text-align: left; margin: 0 0 0 1em; }
.reveal ol { list-style-type: decimal; }
.reveal ul { list-style-type: disc; }
.reveal ul ul { list-style-type: square; }
.reveal ul ul ul { list-style-type: circle; }
.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { display: block; margin-left: 40px; }
.reveal dt { font-weight: bold; }
.reveal dd { margin-left: 40px; }
.reveal blockquote { display: block; position: relative; width: 70%; margin: 20px auto; padding: 5px; font-style: italic; background: rgba(255, 255, 255, 0.05); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child, .reveal blockquote p:last-child { display: inline-block; }
.reveal q { font-style: italic; }
.reveal pre { display: block; position: relative; width: 90%; margin: 20px auto; text-align: left; font-size: 0.55em; font-family: monospace; line-height: 1.2em; word-wrap: break-word; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
.reveal code { font-family: monospace; text-transform: none; }
.reveal pre code { display: block; padding: 5px; overflow: auto; max-height: 400px; word-wrap: normal; }
.reveal table { margin: auto; border-collapse: collapse; border-spacing: 0; }
.reveal table th { font-weight: bold; }
.reveal table th, .reveal table td { text-align: left; padding: 0.2em 0.5em 0.2em 0.5em; border-bottom: 1px solid; }
.reveal table th[align="center"], .reveal table td[align="center"] { text-align: center; }
.reveal table th[align="right"], .reveal table td[align="right"] { text-align: right; }
.reveal table tbody tr:last-child th, .reveal table tbody tr:last-child td { border-bottom: none; }
.reveal sup { vertical-align: super; font-size: smaller; }
.reveal sub { vertical-align: sub; font-size: smaller; }
.reveal small { display: inline-block; font-size: 0.6em; line-height: 1.2em; vertical-align: top; }
.reveal small * { vertical-align: top; }
.reveal img { margin: 20px 0; }
/********************************************* LINKS */
.reveal a { color: #9f613b; text-decoration: none; transition: color .15s ease; }
.reveal a:hover { color: #c58762; text-shadow: none; border: none; }
.reveal .roll span:after { color: #fff; background: #673f26; }
/********************************************* Frame helper */
.reveal .r-frame { border: 4px solid #284368; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal a .r-frame { transition: all .15s linear; }
.reveal a:hover .r-frame { border-color: #9f613b; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/********************************************* NAVIGATION CONTROLS */
.reveal .controls { color: #9f613b; }
/********************************************* PROGRESS BAR */
.reveal .progress { background: rgba(0, 0, 0, 0.2); color: #9f613b; }
/********************************************* PRINT BACKGROUND */
@media print { .backgrounds { background-color: #faecd6; } }
/*# sourceMappingURL=slide.css.map */ | docs/assets/css/slide.css | @charset "UTF-8";
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face { font-family: 'Trajan Pro'; font-style: normal; font-weight: normal; src: url("../fonts/TrajanPro-Regular.woff") format("woff"); }
@font-face { font-family: 'Trajan Pro'; font-style: normal; font-weight: bold; src: url("../fonts/TrajanPro-Bold.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: normal; src: url("../fonts/UnBPro-Regular.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: italic; font-weight: normal; src: url("../fonts/UnBPro-RegularItalic.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: bold; src: url("../fonts/UnBPro-Bold.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: italic; font-weight: bold; src: url("../fonts/UnBPro-BoldItalic.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: 900; src: url("../fonts/UnBPro-Black.woff") format("woff"); }
@font-face { font-family: 'UnB Pro'; font-style: normal; font-weight: 200; src: url("../fonts/UnBPro-Light.woff") format("woff"); }
.reveal h1, .reveal h2 { font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; }
section.has-dark-background, section#title-slide { text-shadow: 0 0 20px #294469; }
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6, section#title-slide, section#title-slide h1, section#title-slide h2, section#title-slide h3, section#title-slide h4, section#title-slide h5, section#title-slide h6 { color: #f4dcb4; text-shadow: 0 0 20px #294469, 0 0 10px #294469; font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; }
section.has-dark-background p.subtitle::after, section#title-slide p.subtitle::after { content: " › "; }
section.has-dark-background p.subtitle, section.has-dark-background p.date, section#title-slide p.subtitle, section#title-slide p.date { font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; text-transform: uppercase; }
section.has-dark-background .author img, section#title-slide .author img { height: 1em; max-height: 75px; filter: invert(88%) sepia(29%) saturate(355%) hue-rotate(339deg) brightness(100%) contrast(92%); -webkit-filter: invert(88%) sepia(29%) saturate(355%) hue-rotate(339deg) brightness(100%) contrast(92%); }
.box { background: #ffffff33; }
blockquote { font-size: 1em; text-align: left; }
blockquote footer { text-align: right; }
blockquote footer cite { font-style: normal; }
figcaption, div.subfigures > p { display: none; }
/********************************************* GLOBAL STYLES */
:root { --background-color: #faecd6; --main-font: UnB Pro, Helvetica, Liberation Sans, sans-serif; --main-font-size: 36px; --main-color: #284368; --block-margin: 20px; --heading-margin: 0 0 20px 0; --heading-font: Trajan Pro, Georgia, Liberation Serif, serif; --heading-color: #284368; --heading-line-height: 1.2; --heading-letter-spacing: normal; --heading-text-transform: uppercase; --heading-text-shadow: none; --heading-font-weight: normal; --heading1-text-shadow: none; --heading1-size: 2em; --heading2-size: 1.6em; --heading3-size: 1.3em; --heading4-size: 1em; --code-font: monospace; --link-color: #9f613b; --link-color-hover: #c58762; --selection-background-color: #d2a487; --selection-color: #fff; }
.reveal-viewport { background: #faecd6; background-color: #faecd6; }
.reveal { font-family: "UnB Pro", Helvetica, "Liberation Sans", sans-serif; font-size: 36px; font-weight: normal; color: #284368; }
.reveal ::selection { color: #fff; background: #d2a487; text-shadow: none; }
.reveal ::-moz-selection { color: #fff; background: #d2a487; text-shadow: none; }
.reveal .slides section, .reveal .slides section > section { line-height: 1.3; font-weight: inherit; }
/********************************************* HEADERS */
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { margin: 0 0 20px 0; color: #284368; font-family: "Trajan Pro", Georgia, "Liberation Serif", serif; font-weight: normal; line-height: 1.2; letter-spacing: normal; text-transform: uppercase; text-shadow: none; word-wrap: break-word; }
.reveal h1 { font-size: 2em; }
.reveal h2 { font-size: 1.6em; }
.reveal h3 { font-size: 1.3em; }
.reveal h4 { font-size: 1em; }
.reveal h1 { text-shadow: none; }
/********************************************* OTHER */
.reveal p { margin: 20px 0; line-height: 1.3; }
/* Remove trailing margins after titles */
.reveal h1:last-child, .reveal h2:last-child, .reveal h3:last-child, .reveal h4:last-child, .reveal h5:last-child, .reveal h6:last-child { margin-bottom: 0; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal video, .reveal iframe { max-width: 95%; max-height: 95%; }
.reveal strong, .reveal b { font-weight: bold; }
.reveal em { font-style: italic; }
.reveal ol, .reveal dl, .reveal ul { display: inline-block; text-align: left; margin: 0 0 0 1em; }
.reveal ol { list-style-type: decimal; }
.reveal ul { list-style-type: disc; }
.reveal ul ul { list-style-type: square; }
.reveal ul ul ul { list-style-type: circle; }
.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { display: block; margin-left: 40px; }
.reveal dt { font-weight: bold; }
.reveal dd { margin-left: 40px; }
.reveal blockquote { display: block; position: relative; width: 70%; margin: 20px auto; padding: 5px; font-style: italic; background: rgba(255, 255, 255, 0.05); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child, .reveal blockquote p:last-child { display: inline-block; }
.reveal q { font-style: italic; }
.reveal pre { display: block; position: relative; width: 90%; margin: 20px auto; text-align: left; font-size: 0.55em; font-family: monospace; line-height: 1.2em; word-wrap: break-word; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
.reveal code { font-family: monospace; text-transform: none; }
.reveal pre code { display: block; padding: 5px; overflow: auto; max-height: 400px; word-wrap: normal; }
.reveal table { margin: auto; border-collapse: collapse; border-spacing: 0; }
.reveal table th { font-weight: bold; }
.reveal table th, .reveal table td { text-align: left; padding: 0.2em 0.5em 0.2em 0.5em; border-bottom: 1px solid; }
.reveal table th[align="center"], .reveal table td[align="center"] { text-align: center; }
.reveal table th[align="right"], .reveal table td[align="right"] { text-align: right; }
.reveal table tbody tr:last-child th, .reveal table tbody tr:last-child td { border-bottom: none; }
.reveal sup { vertical-align: super; font-size: smaller; }
.reveal sub { vertical-align: sub; font-size: smaller; }
.reveal small { display: inline-block; font-size: 0.6em; line-height: 1.2em; vertical-align: top; }
.reveal small * { vertical-align: top; }
.reveal img { margin: 20px 0; }
/********************************************* LINKS */
.reveal a { color: #9f613b; text-decoration: none; transition: color .15s ease; }
.reveal a:hover { color: #c58762; text-shadow: none; border: none; }
.reveal .roll span:after { color: #fff; background: #673f26; }
/********************************************* Frame helper */
.reveal .r-frame { border: 4px solid #284368; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal a .r-frame { transition: all .15s linear; }
.reveal a:hover .r-frame { border-color: #9f613b; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/********************************************* NAVIGATION CONTROLS */
.reveal .controls { color: #9f613b; }
/********************************************* PROGRESS BAR */
.reveal .progress { background: rgba(0, 0, 0, 0.2); color: #9f613b; }
/********************************************* PRINT BACKGROUND */
@media print { .backgrounds { background-color: #faecd6; } }
/*# sourceMappingURL=slide.css.map */ | 0.339609 | 0.076788 |
body, html {
margin: 0;
height: 100%;
font-family: 'Trebuchet MS', sans-serif;
overflow: auto;
}
.header {
display: flex;
justify-content: space-between;
}
.MuiAppBar-colorDefault {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
height: 60px;
}
.profile-button {
color: white;
font-weight: 700;
font-size: 16px;
transition: filter 0.3s;
}
.profile-button:hover {
filter: opacity(0.7);
cursor: pointer;
}
.profile-content {
display: flex;
flex-direction: column;
max-width: 200px;
align-items: center;
padding: 10px;
}
.profile-photo {
border-radius: 50%;
width: 160px;
height: 160px;
}
.profile-name {
font-size: 20px;
font-weight: bold;
margin: 13px 0;
background: -webkit-linear-gradient(#0A50AA, #1888d5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.profile-description {
text-align: justify;
font-weight: 400;
line-height: 1.45;
}
.footer {
display: flex;
position: fixed;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
height: 60px;
width: 100%;
color: white;
font-weight: bold;
align-items: center;
padding-left: 30px;
}
.content {
margin: 100px;
}
.content form {
display: flex;
width: 100%;
flex-direction: row;
}
.content form div {
margin-right: 10px;
}
.table-content {
display: flex;
flex-direction: column;
}
.table-content table {
margin-top: 15px;
width: 100%;
}
.table-content table thead tr {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
text-align: center;
font-weight: bold;
color: white;
font-size: 18px;
}
.table-content table thead tr td {
padding: 6px;
border-radius: 4px;
}
.table-content table tbody tr td {
padding: 3px;
}
.coords {
text-align: right;
}
.table-buttons {
align-self: flex-end;
margin-top: 15px;
}
.table-buttons button {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
margin-left: 9px;
color: white;
font-weight: bold;
font-size: 16px;
padding: 8px 29px;
border-radius: 3px;
text-transform: capitalize;
}
.table-buttons button:hover {
cursor: pointer;
}
.table-content table tbody tr td a {
text-decoration: none;
}
.table-detail {
font-size: 15px;
}
.table-detail tr {
height: 25px;
}
.table-detail tr th {
padding: 8px;
padding-left: 30px;
text-align: right;
background-image: linear-gradient(to right, #0A50AA, #1888d5);
color: white;
border-radius: 4px;
}
.table-detail tr td {
padding-left: 6px;
}
.perfil-popover-close:hover {
z-index: 9999;
cursor: pointer;
}
.back-btn-detail a {
text-decoration: none;
color: white;
}
.back-btn-detail {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
margin-bottom: 10px;
margin-left: 1px;
color: white;
font-weight: bold;
font-size: 12px;
padding: 6px 22px;
border-radius: 3px;
text-transform: capitalize;
}
.back-btn-detail:hover {
cursor: pointer;
} | src/assets/css/Global.css | body, html {
margin: 0;
height: 100%;
font-family: 'Trebuchet MS', sans-serif;
overflow: auto;
}
.header {
display: flex;
justify-content: space-between;
}
.MuiAppBar-colorDefault {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
height: 60px;
}
.profile-button {
color: white;
font-weight: 700;
font-size: 16px;
transition: filter 0.3s;
}
.profile-button:hover {
filter: opacity(0.7);
cursor: pointer;
}
.profile-content {
display: flex;
flex-direction: column;
max-width: 200px;
align-items: center;
padding: 10px;
}
.profile-photo {
border-radius: 50%;
width: 160px;
height: 160px;
}
.profile-name {
font-size: 20px;
font-weight: bold;
margin: 13px 0;
background: -webkit-linear-gradient(#0A50AA, #1888d5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.profile-description {
text-align: justify;
font-weight: 400;
line-height: 1.45;
}
.footer {
display: flex;
position: fixed;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
height: 60px;
width: 100%;
color: white;
font-weight: bold;
align-items: center;
padding-left: 30px;
}
.content {
margin: 100px;
}
.content form {
display: flex;
width: 100%;
flex-direction: row;
}
.content form div {
margin-right: 10px;
}
.table-content {
display: flex;
flex-direction: column;
}
.table-content table {
margin-top: 15px;
width: 100%;
}
.table-content table thead tr {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
text-align: center;
font-weight: bold;
color: white;
font-size: 18px;
}
.table-content table thead tr td {
padding: 6px;
border-radius: 4px;
}
.table-content table tbody tr td {
padding: 3px;
}
.coords {
text-align: right;
}
.table-buttons {
align-self: flex-end;
margin-top: 15px;
}
.table-buttons button {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
margin-left: 9px;
color: white;
font-weight: bold;
font-size: 16px;
padding: 8px 29px;
border-radius: 3px;
text-transform: capitalize;
}
.table-buttons button:hover {
cursor: pointer;
}
.table-content table tbody tr td a {
text-decoration: none;
}
.table-detail {
font-size: 15px;
}
.table-detail tr {
height: 25px;
}
.table-detail tr th {
padding: 8px;
padding-left: 30px;
text-align: right;
background-image: linear-gradient(to right, #0A50AA, #1888d5);
color: white;
border-radius: 4px;
}
.table-detail tr td {
padding-left: 6px;
}
.perfil-popover-close:hover {
z-index: 9999;
cursor: pointer;
}
.back-btn-detail a {
text-decoration: none;
color: white;
}
.back-btn-detail {
background-image: linear-gradient(to right, #0A50AA, #1888d5);
margin-bottom: 10px;
margin-left: 1px;
color: white;
font-weight: bold;
font-size: 12px;
padding: 6px 22px;
border-radius: 3px;
text-transform: capitalize;
}
.back-btn-detail:hover {
cursor: pointer;
} | 0.572125 | 0.10885 |
.navbar-brand {
width: 90%;
font-size: 25px;
}
.navbar-json {
font-size: 25px;
text-align: center;
height: 40px;
width: 10%;
background-color: #3e8e41;
color: white;
margin-right: 10px;
}
#logout {
font-size: 24px;
text-align: center;
color: white;
}
.container {
margin-top: 50px;
width: 85%;
}
.dropbtn {
background-color: #3e8e41;
color: white;
padding: 16px;
font-size: 16px;
border: none;
border-radius: 10px 10px 0 0;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.dropdown {
float: right;
margin-right: 50px;
}
.headline {
font-size: 70px;
margin-left: 50px;
}
.add-item-button {
background-color: #3e8e41;
border-radius: 5px;
margin-top: 50px;
margin-left: 50px;
}
.add-item-button a {
color: white;
}
.add-item-button a:hover {
color: white;
text-decoration: none;
}
.item-list {
margin-top: 50px;
padding-left: 50px;
width: 80%;
}
.item-name {
font-size: 25px;
}
.description-container {
width: 800px;
border: 1px solid black;
margin: 0 auto;
text-align: center;
}
.description-container h1 {
padding-top: 50px;
}
.description-container h3 {
padding-top: 10px;
}
.description-container p {
padding-top: 40px;
}
.form-field {
width: 100%;
}
.item-box {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid grey;
}
.no-items {
margin-left: 50px;
margin-top: 100px;
}
.flashes {
position: absolute;
left: 30%;
opacity: 0.8;
z-index: 1;
color: white;
background: #3e8e41;
font-size: 30px;
padding: 30px;
width: 450px;
margin: 0 auto;
border-radius: 10px;
list-style-type: none;
}
.home-btn {
margin-left: 50px;
} | static/style.css | .navbar-brand {
width: 90%;
font-size: 25px;
}
.navbar-json {
font-size: 25px;
text-align: center;
height: 40px;
width: 10%;
background-color: #3e8e41;
color: white;
margin-right: 10px;
}
#logout {
font-size: 24px;
text-align: center;
color: white;
}
.container {
margin-top: 50px;
width: 85%;
}
.dropbtn {
background-color: #3e8e41;
color: white;
padding: 16px;
font-size: 16px;
border: none;
border-radius: 10px 10px 0 0;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.dropdown {
float: right;
margin-right: 50px;
}
.headline {
font-size: 70px;
margin-left: 50px;
}
.add-item-button {
background-color: #3e8e41;
border-radius: 5px;
margin-top: 50px;
margin-left: 50px;
}
.add-item-button a {
color: white;
}
.add-item-button a:hover {
color: white;
text-decoration: none;
}
.item-list {
margin-top: 50px;
padding-left: 50px;
width: 80%;
}
.item-name {
font-size: 25px;
}
.description-container {
width: 800px;
border: 1px solid black;
margin: 0 auto;
text-align: center;
}
.description-container h1 {
padding-top: 50px;
}
.description-container h3 {
padding-top: 10px;
}
.description-container p {
padding-top: 40px;
}
.form-field {
width: 100%;
}
.item-box {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid grey;
}
.no-items {
margin-left: 50px;
margin-top: 100px;
}
.flashes {
position: absolute;
left: 30%;
opacity: 0.8;
z-index: 1;
color: white;
background: #3e8e41;
font-size: 30px;
padding: 30px;
width: 450px;
margin: 0 auto;
border-radius: 10px;
list-style-type: none;
}
.home-btn {
margin-left: 50px;
} | 0.478773 | 0.086401 |
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
html{
overflow-x: hidden;
font-size: 10px;
}
.flex{
display: flex;
flex-wrap: wrap;
}
.inner{
max-width: 1200px;
margin: 0 auto;
padding: 1%;
}
/* header start */
header{
background: #00243A;
padding: 1% 1%;
position: sticky;
top: 0px;
z-index: 20;
padding-bottom: 10px;
}
header nav{
justify-content: space-between;
color: white;
}
header nav .logo{
width: 150px;
}
header nav ul{
width: 500px;
justify-content: space-between;
}
header nav ul li{
font-size: 1.5rem;
font-weight: 600;
list-style: none;
margin-top: 10px;
}
header nav ul button{
padding: 10px 20px;
border: none;
background: #009BFF;
color: #fafafa;
font-weight: 700;
cursor: pointer;
transition-property: background;
transition-duration: .5s;
border-radius: 10px;
}
header nav ul button:hover{
background: #00243A;
}
.fa-navicon{
font-size:3rem;
position: absolute;
right: 5%;
color: grey;
display: none;
}
/* header ends */
/* banner start */
.banner{
width: 100%;
background: #00243A;
padding-bottom: 50px;
}
.banner-inner{
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.banner-inner .box{
width: 50%;
}
.banner-inner img{
width: 80%;
margin: 0 auto;
}
.banner-inner .text h1{
font-size: 4rem;
color: #fafafa;
margin-top: 50px;
}
.banner-inner .text p{
color: grey;
margin-top: 20px;
font-size: 1.5rem;
}
.banner-inner .text button{
padding: 15px 30px;
margin-top: 20px;
border: none;
color: #fafafa;
background: #009BFF;
font-weight: 700;
font-size: 1.2rem;
border-radius: 10px;
cursor: pointer;
transition-property:color ;
transition: 0.5s;
}
.banner-inner .text button:hover{
color: black;
}
/* banner ends */
/* section 2 start */
.section2{
padding: 5% 5%;
}
.section2 .box{
width: 32%;
text-align: center;
padding: 2% 1%;
margin-top: 30px;
cursor: pointer;
transition: 1s;
}
.section2 .box h1{
font-size: 2rem;
margin-top: 20px;
margin-bottom: 20px;
}
.section2 .box em{
font-size: 1.5rem;
}
.section2 .box p{
font-size: 1.4rem;
line-height: 25px;
color: grey;
margin-top: 20px;
}
.section2 .box:hover{
box-shadow: 0px 5px 7px 0px grey;
transform: scale(1.1);
}
/* section 2 ends */
/* number start */
.numbers-speak{
width: 100%;
background-color: #002B3C;
padding: 5% 1%;
}
.number-inner{
justify-content: space-evenly;
}
.number-inner .box{
text-align: center;
border: 2px solid white;
width: 20%;
padding-top :5%;
padding-bottom: 5%;
color: #fafafa;
}
.numbers-speak .number-inner .box h1{
font-size: 5rem;
}
.numbers-speak .number-inner .box p{
font-size: 2rem;
font-weight: 700;
}
/* number ends */
/* section3 start */
.section3{
padding: 5% 1%;
}
.section3 .head{
font-size: 5rem;
text-align: center;
}
.section3 .six-box{
justify-content: space-evenly;
}
.section3 .six-box .box{
width: 30%;
text-align: center;
padding: 5%;
margin-top: 30px;
transition: .5s;
cursor: pointer;
}
.section3 .six-box .box h1{
font-size: 2.5rem;
margin-top: 20px;
margin-bottom: 20px;
}
.section3 .six-box .box p{
font-size: 1.5rem;
color: grey;
}
.section3 .six-box .box:hover{
box-shadow: 0px 5px 7px 0px black;
transform: scale(1.1);
}
/* section 3 ends */
/* section 4 start */
.section4{
width: 100%;
padding: 5% 1%;
background: #F6FAF5;
}
.section4 .text{
justify-content: space-evenly;
flex-wrap: wrap;
}
.section4 .text .box{
width: 40%;
}
.section4 .text .head{
font-size: 3rem;
color: #2B505D;
line-height: 55px;
}
.section4 .text .para p{
font-size: 1rem;
margin-top: 20px;
}
.section4 .image{
width: 100%;
justify-content: space-evenly;
margin-top: 50px;
}
/* section 4 ends */
.last-section-inner{
justify-content: space-between;
padding: 5% 1%;
}
.last-section .map{
width: 55%;
text-align: center;
}
.last-section .text{
width: 40%;
text-align: center;
padding:10px;
}
.last-section .map iframe{
width: 100%;
height: 300px;
}
.last-section .text h1{
font-size: 4rem;
font-weight: 600;
}
.last-section .text .line1{
display: flex;
width: 100%;
justify-content: space-between;
margin-top: 50px;
font-size: 1.2rem;
color: #012944;
}
.last-section .text .line2{
display: flex;
justify-content: space-between;
margin-top: 50px;
font-size: 1.5rem;
font-weight: 500;
color: #012944;
}
/* last section ends */
/* footer start */
footer{
border-top: 1px solid grey;
justify-content: space-between;
font-size: 1.2rem;
color: rgb(136, 136, 136);
}
/* footer ends */
/* media query start */
@media only screen and (max-width:900px){
header nav{
flex-direction: column;
}
header nav ul{
margin-top: 20px;
border-top: 1px solid silver;
width: 100%;
display: none;
padding-top: 20px;
top: 50px;
display: none;
}
.fa-navicon{
display: block;
}
html{
font-size: 9px;
}
}
@media only screen and (max-width:768px){
.banner-inner .box{
width: 100%;
text-align:center;
}
.banner-inner .image{
margin-top: 50px;
}
.section2 .box{
width: 45%;
}
.number-inner .box{
width: 45%;
margin-top: 15px;
}
.section3 .six-box .box{
width: 45%;
}
.section4 .text .box{
width: 100%;
margin-top: 15px;
text-align: center;
}
.section4 .image{
flex-direction: column;
margin-top: 10px;
}
.section4 .image img{
width: 150px;
margin: 0 auto;
margin-top: 20px;
}
.last-section-inner .map{
width: 100%;
}
.last-section-inner .text{
width: 50%;
margin: 0 auto;
margin-top: 20px;
}
}
@media only screen and (max-width:640px){
.section2 .box{
width: 100%;
}
.number-inner .box{
width: 100%;
}
.section3 .six-box .box{
width: 100%;
}
}
/* media query ends */ | css/style.css | *{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
html{
overflow-x: hidden;
font-size: 10px;
}
.flex{
display: flex;
flex-wrap: wrap;
}
.inner{
max-width: 1200px;
margin: 0 auto;
padding: 1%;
}
/* header start */
header{
background: #00243A;
padding: 1% 1%;
position: sticky;
top: 0px;
z-index: 20;
padding-bottom: 10px;
}
header nav{
justify-content: space-between;
color: white;
}
header nav .logo{
width: 150px;
}
header nav ul{
width: 500px;
justify-content: space-between;
}
header nav ul li{
font-size: 1.5rem;
font-weight: 600;
list-style: none;
margin-top: 10px;
}
header nav ul button{
padding: 10px 20px;
border: none;
background: #009BFF;
color: #fafafa;
font-weight: 700;
cursor: pointer;
transition-property: background;
transition-duration: .5s;
border-radius: 10px;
}
header nav ul button:hover{
background: #00243A;
}
.fa-navicon{
font-size:3rem;
position: absolute;
right: 5%;
color: grey;
display: none;
}
/* header ends */
/* banner start */
.banner{
width: 100%;
background: #00243A;
padding-bottom: 50px;
}
.banner-inner{
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.banner-inner .box{
width: 50%;
}
.banner-inner img{
width: 80%;
margin: 0 auto;
}
.banner-inner .text h1{
font-size: 4rem;
color: #fafafa;
margin-top: 50px;
}
.banner-inner .text p{
color: grey;
margin-top: 20px;
font-size: 1.5rem;
}
.banner-inner .text button{
padding: 15px 30px;
margin-top: 20px;
border: none;
color: #fafafa;
background: #009BFF;
font-weight: 700;
font-size: 1.2rem;
border-radius: 10px;
cursor: pointer;
transition-property:color ;
transition: 0.5s;
}
.banner-inner .text button:hover{
color: black;
}
/* banner ends */
/* section 2 start */
.section2{
padding: 5% 5%;
}
.section2 .box{
width: 32%;
text-align: center;
padding: 2% 1%;
margin-top: 30px;
cursor: pointer;
transition: 1s;
}
.section2 .box h1{
font-size: 2rem;
margin-top: 20px;
margin-bottom: 20px;
}
.section2 .box em{
font-size: 1.5rem;
}
.section2 .box p{
font-size: 1.4rem;
line-height: 25px;
color: grey;
margin-top: 20px;
}
.section2 .box:hover{
box-shadow: 0px 5px 7px 0px grey;
transform: scale(1.1);
}
/* section 2 ends */
/* number start */
.numbers-speak{
width: 100%;
background-color: #002B3C;
padding: 5% 1%;
}
.number-inner{
justify-content: space-evenly;
}
.number-inner .box{
text-align: center;
border: 2px solid white;
width: 20%;
padding-top :5%;
padding-bottom: 5%;
color: #fafafa;
}
.numbers-speak .number-inner .box h1{
font-size: 5rem;
}
.numbers-speak .number-inner .box p{
font-size: 2rem;
font-weight: 700;
}
/* number ends */
/* section3 start */
.section3{
padding: 5% 1%;
}
.section3 .head{
font-size: 5rem;
text-align: center;
}
.section3 .six-box{
justify-content: space-evenly;
}
.section3 .six-box .box{
width: 30%;
text-align: center;
padding: 5%;
margin-top: 30px;
transition: .5s;
cursor: pointer;
}
.section3 .six-box .box h1{
font-size: 2.5rem;
margin-top: 20px;
margin-bottom: 20px;
}
.section3 .six-box .box p{
font-size: 1.5rem;
color: grey;
}
.section3 .six-box .box:hover{
box-shadow: 0px 5px 7px 0px black;
transform: scale(1.1);
}
/* section 3 ends */
/* section 4 start */
.section4{
width: 100%;
padding: 5% 1%;
background: #F6FAF5;
}
.section4 .text{
justify-content: space-evenly;
flex-wrap: wrap;
}
.section4 .text .box{
width: 40%;
}
.section4 .text .head{
font-size: 3rem;
color: #2B505D;
line-height: 55px;
}
.section4 .text .para p{
font-size: 1rem;
margin-top: 20px;
}
.section4 .image{
width: 100%;
justify-content: space-evenly;
margin-top: 50px;
}
/* section 4 ends */
.last-section-inner{
justify-content: space-between;
padding: 5% 1%;
}
.last-section .map{
width: 55%;
text-align: center;
}
.last-section .text{
width: 40%;
text-align: center;
padding:10px;
}
.last-section .map iframe{
width: 100%;
height: 300px;
}
.last-section .text h1{
font-size: 4rem;
font-weight: 600;
}
.last-section .text .line1{
display: flex;
width: 100%;
justify-content: space-between;
margin-top: 50px;
font-size: 1.2rem;
color: #012944;
}
.last-section .text .line2{
display: flex;
justify-content: space-between;
margin-top: 50px;
font-size: 1.5rem;
font-weight: 500;
color: #012944;
}
/* last section ends */
/* footer start */
footer{
border-top: 1px solid grey;
justify-content: space-between;
font-size: 1.2rem;
color: rgb(136, 136, 136);
}
/* footer ends */
/* media query start */
@media only screen and (max-width:900px){
header nav{
flex-direction: column;
}
header nav ul{
margin-top: 20px;
border-top: 1px solid silver;
width: 100%;
display: none;
padding-top: 20px;
top: 50px;
display: none;
}
.fa-navicon{
display: block;
}
html{
font-size: 9px;
}
}
@media only screen and (max-width:768px){
.banner-inner .box{
width: 100%;
text-align:center;
}
.banner-inner .image{
margin-top: 50px;
}
.section2 .box{
width: 45%;
}
.number-inner .box{
width: 45%;
margin-top: 15px;
}
.section3 .six-box .box{
width: 45%;
}
.section4 .text .box{
width: 100%;
margin-top: 15px;
text-align: center;
}
.section4 .image{
flex-direction: column;
margin-top: 10px;
}
.section4 .image img{
width: 150px;
margin: 0 auto;
margin-top: 20px;
}
.last-section-inner .map{
width: 100%;
}
.last-section-inner .text{
width: 50%;
margin: 0 auto;
margin-top: 20px;
}
}
@media only screen and (max-width:640px){
.section2 .box{
width: 100%;
}
.number-inner .box{
width: 100%;
}
.section3 .six-box .box{
width: 100%;
}
}
/* media query ends */ | 0.250363 | 0.048949 |
html, body {
font-family: "Open Sans", sans-serif;
font-size: 14px;
margin: 0;
min-height: 180px;
padding: 0;
width: 450px;
background-color: rgb(238, 238, 238);
}
.extension-header {
display: flex;
justify-content: center;
width: 450px;
height: 65px;
padding-top: 3px;
padding-bottom: 3px;
}
.logo-icon{
width: 65px;
}
.extension-header, h1{
font-size: 50px;
margin: 0;
text-align: center;
}
.extension-linktocode{
width: 450px;
height: 40px;
background-color: #201f1f;
display: flex;
justify-content: center;
}
.extension-linktocode, a{
text-decoration: none;
color: white;
height: 40px;
width: 450px;
text-align: center;
}
.extension-linktocode p{
height: 10px;
margin: 10px;
}
.extension-saver {
display:flex;
}
.extension-saveurl{
width: 225px;
height: 46px;
border: 1px solid #201f1f;
background-color: #D04423;
display: flex;
justify-content: center;
position: relative;
}
.extension-saveurl span{
height: 20px;
position: absolute;
top: 50%;
margin-top: -10px;
}
#saveurl:hover{
background-color: #3C99DC;
}
.extension-downloadexcel{
width: 225px;
height: 46px;
background-color: #1D6F42;
border: 1px solid #201f1f;
display: flex;
justify-content: center;
position: relative;
}
.extension-downloadexcel span{
height: 20px;
position: absolute;
top: 50%;
margin-top: -10px;
}
#downloadexcel:hover{
background-color: #3C99DC;
}
ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
li{
border-bottom: 0.5px solid #201f1f;
display: flex;
width: 450px;
height: 46.7px;
}
.item-description{
background-color:rgb(238, 238, 238);
width: 350px;
}
.item-description p{
color: #201f1f;
text-align: center;
background-color:rgb(238, 238, 238);
}
.extension-visit{
width: 50px;
background-color: #D04423;
position: relative;
border-left: 0.5px solid #201f1f;
}
.extension-visit img{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
max-width: 50%;
max-height: 50%;
}
.extension-visit:hover{
background-color: #3C99DC;
}
.extension-delete{
width: 50px;
background-color: #4b4dad;
border-left: 0.5px solid #201f1f;
position: relative;
}
.extension-delete img{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
max-width: 50%;
max-height: 50%;
}
.extension-delete:hover{
background-color: #3C99DC;
} | styles.css | html, body {
font-family: "Open Sans", sans-serif;
font-size: 14px;
margin: 0;
min-height: 180px;
padding: 0;
width: 450px;
background-color: rgb(238, 238, 238);
}
.extension-header {
display: flex;
justify-content: center;
width: 450px;
height: 65px;
padding-top: 3px;
padding-bottom: 3px;
}
.logo-icon{
width: 65px;
}
.extension-header, h1{
font-size: 50px;
margin: 0;
text-align: center;
}
.extension-linktocode{
width: 450px;
height: 40px;
background-color: #201f1f;
display: flex;
justify-content: center;
}
.extension-linktocode, a{
text-decoration: none;
color: white;
height: 40px;
width: 450px;
text-align: center;
}
.extension-linktocode p{
height: 10px;
margin: 10px;
}
.extension-saver {
display:flex;
}
.extension-saveurl{
width: 225px;
height: 46px;
border: 1px solid #201f1f;
background-color: #D04423;
display: flex;
justify-content: center;
position: relative;
}
.extension-saveurl span{
height: 20px;
position: absolute;
top: 50%;
margin-top: -10px;
}
#saveurl:hover{
background-color: #3C99DC;
}
.extension-downloadexcel{
width: 225px;
height: 46px;
background-color: #1D6F42;
border: 1px solid #201f1f;
display: flex;
justify-content: center;
position: relative;
}
.extension-downloadexcel span{
height: 20px;
position: absolute;
top: 50%;
margin-top: -10px;
}
#downloadexcel:hover{
background-color: #3C99DC;
}
ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
li{
border-bottom: 0.5px solid #201f1f;
display: flex;
width: 450px;
height: 46.7px;
}
.item-description{
background-color:rgb(238, 238, 238);
width: 350px;
}
.item-description p{
color: #201f1f;
text-align: center;
background-color:rgb(238, 238, 238);
}
.extension-visit{
width: 50px;
background-color: #D04423;
position: relative;
border-left: 0.5px solid #201f1f;
}
.extension-visit img{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
max-width: 50%;
max-height: 50%;
}
.extension-visit:hover{
background-color: #3C99DC;
}
.extension-delete{
width: 50px;
background-color: #4b4dad;
border-left: 0.5px solid #201f1f;
position: relative;
}
.extension-delete img{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
max-width: 50%;
max-height: 50%;
}
.extension-delete:hover{
background-color: #3C99DC;
} | 0.564339 | 0.064949 |
@font-face {
font-family: Tungsten-Thin;
src: url('../fonts/Tungsten-Thin.otf');
}
@font-face {
font-family: Tungsten-Light;
src: url('../fonts/Tungsten-Light.otf');
}
@font-face {
font-family: Tungsten-ExtraLight;
src: url('../fonts/Tungsten-XLight.otf');
}
@font-face {
font-family: TungstenBook;
src: url('../fonts/tungsten-book.ttf');
}
@font-face {
font-family: Landmark;
src: url('../Landmark-Regular.ttf');
}
@font-face {
font-family: Tungsten-Medium;
src: url('../fonts/Tungsten-Medium.otf');
}
html {
min-width: 320px;
font-size: 10px;
}
body {
font-family: "Tungsten";
}
a {
color: crimson;
}
#front-lead {
cursor: pointer;
}
.front-lead {
width: 100vw;
height: 100vh;
display: table;
}
.front-titleImage {
width: 100vw;
height: auto;
background-position: center;
background-size: cover;
display: table-row;
}
.front-titleBanner {
display: table-row;
height: 0;
/*background-color: crimson;*/
}
.front-titleText-wrapper {
/*background-color: crimson;*/
overflow: hidden;
}
.front-titleText {
max-width: 100rem;
color: black;
margin-top: 3rem;
margin-bottom: 2rem;
text-align: center;
}
.front-titleText a {
font-size: 3rem;
color: inherit;
line-height: 1em;
font-family: "Tungsten-Medium";
}
.front-titleText p {
font-family: "Landmark";
font-size: 4rem;
line-height: 1em;
margin-top: 2rem;
margin-bottom: 0rem;
}
@media (min-width: 750px) {
.front-titleText {
text-align: right;
}
.front-titleText a {
font-size: 5rem;
}
.front-titleText p {
font-size: 8rem;
text-align: left;
margin-top: 1rem;
}
.front-content {
margin-top: 7rem;
}
}
.navbar {
background-color: black;
font-family: "Landmark";
font-size: 2.7rem;
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
}
.categories a {
margin-left: 0.5rem;
margin-right: 0.5rem;
white-space: nowrap;
}
.social a {
margin-left: 1.5rem;
margin-right: 1.5rem;
margin-top: 2rem;
}
@media (min-width: 750px) {
.navbar a {
margin-left: 1rem;
margin-right: 1rem;
font-size: 3.5rem;
}
}
.footer {
width: 100vw;
background-color: black;
font-family: "Landmark";
font-size: 2rem;
line-height: 1em;
padding: 3rem 3rem;
box-sizing: border-box;
text-align: center;
}
@media (min-width: 750px) {
.footer {
font-size: 3rem;
}
}
.front-article-anchor {
height: 20rem;
width: 100vw;
text-align: center;
display: block;
background-color: black;
}
.front-article {
height: 100%;
width: 100%;
max-width: 110rem;
margin: 0 auto;
overflow: hidden;
}
.front-article div {
color: black;
}
.front-article-thumb {
height: 100%;
/*width: 55%;*/
padding: 0 50px;
box-sizing: border-box;
background-size: cover;
background-position: center;
background-origin: padding-box;
float: left;
position: relative;
}
.front-article-text {
height: 100%;
/*width: 45%;*/
float: left;
font-family: "Landmark";
font-size: 2rem;
display: table;
}
@media (min-width: 750px) {
.front-article-anchor {
height: 40rem;
}
.front-article-text {
font-size: 4rem;
}
}
.front-article-text p {
display: table-cell;
vertical-align: middle;
padding: 1rem;
line-height: 1.2em;
box-sizing: border-box;
}
.one .front-article-thumb {
width: 55%;
}
.one .front-article-text {
width: 45%;
text-align: left;
}
.two .front-article-thumb {
width: 55%;
}
.two .front-article-text {
width: 45%;
text-align: right;
}
.three .front-article-thumb {
width: 50%;
}
.three .front-article-text {
width: 50%;
text-align: left;
}
.four .front-article-thumb {
width: 50%;
}
.four .front-article-text {
width: 50%;
text-align: right;
}
.front-slant {
width: 120%;
height: 100%;
position: absolute;
left: -10%;
top: 0;
}
.geek {
background-color: mediumorchid;
}
.geek svg {
fill: mediumorchid;
}
.arty {
background-color: mediumseagreen;
}
.arty svg {
fill: mediumseagreen;
}
.vinyl {
background-color: orange;
}
.vinyl svg {
fill: orange;
}
.downtownbelly {
background-color: crimson;
}
.downtownbelly svg {
fill: crimson;
}
.gifitatry {
background-color: lightgrey;
}
.gifitatry svg {
fill: lightgrey;
}
.eye {
background-color: gold;
}
.eye svg {
fill: gold;
}
.wtf {
background-color: steelblue;
}
.wtf svg {
fill: steelblue;
}
.geek-text p {
color: mediumorchid;
}
.arty-text p {
color: mediumseagreen;
}
.vinyl-text p {
color: orange;
}
.downtownbelly-text p {
color: crimson;
}
.gifitatry-text p {
color: lightgrey;
}
.eye-text p {
color: gold;
}
.wtf-text p {
color: steelblue;
} | styles/front-style.css | @font-face {
font-family: Tungsten-Thin;
src: url('../fonts/Tungsten-Thin.otf');
}
@font-face {
font-family: Tungsten-Light;
src: url('../fonts/Tungsten-Light.otf');
}
@font-face {
font-family: Tungsten-ExtraLight;
src: url('../fonts/Tungsten-XLight.otf');
}
@font-face {
font-family: TungstenBook;
src: url('../fonts/tungsten-book.ttf');
}
@font-face {
font-family: Landmark;
src: url('../Landmark-Regular.ttf');
}
@font-face {
font-family: Tungsten-Medium;
src: url('../fonts/Tungsten-Medium.otf');
}
html {
min-width: 320px;
font-size: 10px;
}
body {
font-family: "Tungsten";
}
a {
color: crimson;
}
#front-lead {
cursor: pointer;
}
.front-lead {
width: 100vw;
height: 100vh;
display: table;
}
.front-titleImage {
width: 100vw;
height: auto;
background-position: center;
background-size: cover;
display: table-row;
}
.front-titleBanner {
display: table-row;
height: 0;
/*background-color: crimson;*/
}
.front-titleText-wrapper {
/*background-color: crimson;*/
overflow: hidden;
}
.front-titleText {
max-width: 100rem;
color: black;
margin-top: 3rem;
margin-bottom: 2rem;
text-align: center;
}
.front-titleText a {
font-size: 3rem;
color: inherit;
line-height: 1em;
font-family: "Tungsten-Medium";
}
.front-titleText p {
font-family: "Landmark";
font-size: 4rem;
line-height: 1em;
margin-top: 2rem;
margin-bottom: 0rem;
}
@media (min-width: 750px) {
.front-titleText {
text-align: right;
}
.front-titleText a {
font-size: 5rem;
}
.front-titleText p {
font-size: 8rem;
text-align: left;
margin-top: 1rem;
}
.front-content {
margin-top: 7rem;
}
}
.navbar {
background-color: black;
font-family: "Landmark";
font-size: 2.7rem;
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
}
.categories a {
margin-left: 0.5rem;
margin-right: 0.5rem;
white-space: nowrap;
}
.social a {
margin-left: 1.5rem;
margin-right: 1.5rem;
margin-top: 2rem;
}
@media (min-width: 750px) {
.navbar a {
margin-left: 1rem;
margin-right: 1rem;
font-size: 3.5rem;
}
}
.footer {
width: 100vw;
background-color: black;
font-family: "Landmark";
font-size: 2rem;
line-height: 1em;
padding: 3rem 3rem;
box-sizing: border-box;
text-align: center;
}
@media (min-width: 750px) {
.footer {
font-size: 3rem;
}
}
.front-article-anchor {
height: 20rem;
width: 100vw;
text-align: center;
display: block;
background-color: black;
}
.front-article {
height: 100%;
width: 100%;
max-width: 110rem;
margin: 0 auto;
overflow: hidden;
}
.front-article div {
color: black;
}
.front-article-thumb {
height: 100%;
/*width: 55%;*/
padding: 0 50px;
box-sizing: border-box;
background-size: cover;
background-position: center;
background-origin: padding-box;
float: left;
position: relative;
}
.front-article-text {
height: 100%;
/*width: 45%;*/
float: left;
font-family: "Landmark";
font-size: 2rem;
display: table;
}
@media (min-width: 750px) {
.front-article-anchor {
height: 40rem;
}
.front-article-text {
font-size: 4rem;
}
}
.front-article-text p {
display: table-cell;
vertical-align: middle;
padding: 1rem;
line-height: 1.2em;
box-sizing: border-box;
}
.one .front-article-thumb {
width: 55%;
}
.one .front-article-text {
width: 45%;
text-align: left;
}
.two .front-article-thumb {
width: 55%;
}
.two .front-article-text {
width: 45%;
text-align: right;
}
.three .front-article-thumb {
width: 50%;
}
.three .front-article-text {
width: 50%;
text-align: left;
}
.four .front-article-thumb {
width: 50%;
}
.four .front-article-text {
width: 50%;
text-align: right;
}
.front-slant {
width: 120%;
height: 100%;
position: absolute;
left: -10%;
top: 0;
}
.geek {
background-color: mediumorchid;
}
.geek svg {
fill: mediumorchid;
}
.arty {
background-color: mediumseagreen;
}
.arty svg {
fill: mediumseagreen;
}
.vinyl {
background-color: orange;
}
.vinyl svg {
fill: orange;
}
.downtownbelly {
background-color: crimson;
}
.downtownbelly svg {
fill: crimson;
}
.gifitatry {
background-color: lightgrey;
}
.gifitatry svg {
fill: lightgrey;
}
.eye {
background-color: gold;
}
.eye svg {
fill: gold;
}
.wtf {
background-color: steelblue;
}
.wtf svg {
fill: steelblue;
}
.geek-text p {
color: mediumorchid;
}
.arty-text p {
color: mediumseagreen;
}
.vinyl-text p {
color: orange;
}
.downtownbelly-text p {
color: crimson;
}
.gifitatry-text p {
color: lightgrey;
}
.eye-text p {
color: gold;
}
.wtf-text p {
color: steelblue;
} | 0.461259 | 0.087876 |
.palette-body {
z-index: 1000;
position: fixed;
background: #484848;
width: 500px;
padding: 6px;
margin-left: -256px;
top: 0;
left: 50%;
border: 1px solid rgba(0, 0, 0, 0.6);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
opacity: 0;
-webkit-transform: scale3d(0.85, 0.85, 1);
-moz-transform: scale3d(0.85, 0.85, 1);
-ms-transform: scale3d(0.85, 0.85, 1);
-o-transform: scale3d(0.85, 0.85, 1);
transform: scale3d(0.85, 0.85, 1);
visibility: hidden;
}
/* line 34, ../../styles/palette-darksoda.scss */
.palette-body form {
margin: 0;
padding: 0;
}
/* line 40, ../../styles/palette-darksoda.scss */
.palette-body.palettevisible {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
visibility: visible;
}
/* line 47, ../../styles/palette-darksoda.scss */
.palette-inner {
width: 100%;
}
/* line 51, ../../styles/palette-darksoda.scss */
input[type="text"].palette-input {
background: #383838;
color: white;
border: none;
border-bottom: 1px solid #626262;
margin: 0;
width: 495px;
padding: 3px 0;
padding-left: 5px;
font-size: 22px;
line-height: 1em;
height: auto;
-webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
/* line 69, ../../styles/palette-darksoda.scss */
.palette-results {
margin-top: 4px;
max-height: 350px;
background: #383838;
border: 1px solid rgba(26, 26, 26, 0.6);
overflow-y: auto;
}
/* line 78, ../../styles/palette-darksoda.scss */
.palette-item {
color: #d9d9d9;
border-bottom: 1px solid #1f1f1f;
border-top: 1px solid #484848;
padding: 3px 3px 10px 8px;
-webkit-transition: background 80ms ease-out;
-moz-transition: background 80ms ease-out;
-o-transition: background 80ms ease-out;
transition: background 80ms ease-out;
}
/* line 89, ../../styles/palette-darksoda.scss */
.palette-item.selected {
padding: 4px 3px 10px 8px;
color: white;
background: #181818;
border-top: none;
}
/* line 97, ../../styles/palette-darksoda.scss */
.palettematch {
color: #43c5db;
font-weight: bold;
text-decoration: underline;
}
/* line 103, ../../styles/palette-darksoda.scss */
.palette-body ::-webkit-scrollbar {
width: 13px;
padding: 0;
}
/* line 108, ../../styles/palette-darksoda.scss */
.palette-body ::-webkit-scrollbar-track {
background: #1f1f1f;
width: 5px;
padding: 0;
margin: 0;
}
/* line 117, ../../styles/palette-darksoda.scss */
.palette-body ::-webkit-scrollbar-thumb {
width: 1px;
padding: 0;
margin: 0;
border: 1px solid black;
background: #6e6e6e;
border-left: #888888;
border-right: #080808;
border-radius: 30px;
} | dist/styles/palette-darksoda.css | .palette-body {
z-index: 1000;
position: fixed;
background: #484848;
width: 500px;
padding: 6px;
margin-left: -256px;
top: 0;
left: 50%;
border: 1px solid rgba(0, 0, 0, 0.6);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
opacity: 0;
-webkit-transform: scale3d(0.85, 0.85, 1);
-moz-transform: scale3d(0.85, 0.85, 1);
-ms-transform: scale3d(0.85, 0.85, 1);
-o-transform: scale3d(0.85, 0.85, 1);
transform: scale3d(0.85, 0.85, 1);
visibility: hidden;
}
/* line 34, ../../styles/palette-darksoda.scss */
.palette-body form {
margin: 0;
padding: 0;
}
/* line 40, ../../styles/palette-darksoda.scss */
.palette-body.palettevisible {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
visibility: visible;
}
/* line 47, ../../styles/palette-darksoda.scss */
.palette-inner {
width: 100%;
}
/* line 51, ../../styles/palette-darksoda.scss */
input[type="text"].palette-input {
background: #383838;
color: white;
border: none;
border-bottom: 1px solid #626262;
margin: 0;
width: 495px;
padding: 3px 0;
padding-left: 5px;
font-size: 22px;
line-height: 1em;
height: auto;
-webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
/* line 69, ../../styles/palette-darksoda.scss */
.palette-results {
margin-top: 4px;
max-height: 350px;
background: #383838;
border: 1px solid rgba(26, 26, 26, 0.6);
overflow-y: auto;
}
/* line 78, ../../styles/palette-darksoda.scss */
.palette-item {
color: #d9d9d9;
border-bottom: 1px solid #1f1f1f;
border-top: 1px solid #484848;
padding: 3px 3px 10px 8px;
-webkit-transition: background 80ms ease-out;
-moz-transition: background 80ms ease-out;
-o-transition: background 80ms ease-out;
transition: background 80ms ease-out;
}
/* line 89, ../../styles/palette-darksoda.scss */
.palette-item.selected {
padding: 4px 3px 10px 8px;
color: white;
background: #181818;
border-top: none;
}
/* line 97, ../../styles/palette-darksoda.scss */
.palettematch {
color: #43c5db;
font-weight: bold;
text-decoration: underline;
}
/* line 103, ../../styles/palette-darksoda.scss */
.palette-body ::-webkit-scrollbar {
width: 13px;
padding: 0;
}
/* line 108, ../../styles/palette-darksoda.scss */
.palette-body ::-webkit-scrollbar-track {
background: #1f1f1f;
width: 5px;
padding: 0;
margin: 0;
}
/* line 117, ../../styles/palette-darksoda.scss */
.palette-body ::-webkit-scrollbar-thumb {
width: 1px;
padding: 0;
margin: 0;
border: 1px solid black;
background: #6e6e6e;
border-left: #888888;
border-right: #080808;
border-radius: 30px;
} | 0.275325 | 0.106458 |
body{
text-align: center;
background: #FFF;
font-family: sans-serif;
font-weight: 100;
}
#wrapper{
display: none;
}
#counter{
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
margin-top:10%;
}
#counter > div{
padding: 10px;
border-radius: 3px;
background: #00BF96;
display: inline-block;
}
#counter div > span{
padding: 15px;
border-radius: 3px;
background: #00816A;
display: inline-block;
}
.smalltext{
padding-top: 5px;
font-size: 16px;
}
.wrapper{
position: absolute;
margin-top: 10%;
}
.banner{
margin-top:5%;
float: left;
}
.ballons{
margin-top:0%;
}
.cake{
margin-top: 2%;
}
.container{
z-index: 1;
display: none;
}
.text{
z-index:1;
position: relative;
margin: 5%;
}
.message{
text-align: center;
font-family: sans-serif;
}
@-moz-keyframes rotateEvenbox /*--for firefox--*/{
from{
-moz-transform:rotate(0deg);
}
to{
-moz-transform:rotate(10deg);
}
}
@-webkit-keyframes rotateEvenbox /*--for webkit--*/{
from{
-webkit-transform:rotate(0deg);
}
to{
-webkit-transform:rotate(10deg);
}
}
@-moz-keyframes rotateOddbox /*--for firefox--*/{
from{
-moz-transform:rotate(0deg);
}
to{
-moz-transform:rotate(-10deg);
}
}
@-webkit-keyframes rotateOddbox /*--for webkit--*/{
from{
-webkit-transform:rotate(0deg);
}
to{
-webkit-transform:rotate(-10deg);
}
}
@-moz-keyframes rotatebox /*--for firefox--*/{
from{
-moz-transform:rotate(-10deg);
}
to{
-moz-transform:rotate(10deg);
}
}
@-webkit-keyframes rotatebox /*--for webkit--*/{
from{
-webkit-transform:rotate(-10deg);
}
to{
-webkit-transform:rotate(10deg);
}
}
@-moz-keyframes rotateInversebox /*--for firefox--*/{
from{
-moz-transform:rotate(10deg);
}
to{
-moz-transform:rotate(-10deg);
}
}
@-webkit-keyframes rotateInversebox /*--for webkit--*/{
from{
-webkit-transform:rotate(10deg);
}
to{
-webkit-transform:rotate(-10deg);
} | public/css/index.css | body{
text-align: center;
background: #FFF;
font-family: sans-serif;
font-weight: 100;
}
#wrapper{
display: none;
}
#counter{
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
margin-top:10%;
}
#counter > div{
padding: 10px;
border-radius: 3px;
background: #00BF96;
display: inline-block;
}
#counter div > span{
padding: 15px;
border-radius: 3px;
background: #00816A;
display: inline-block;
}
.smalltext{
padding-top: 5px;
font-size: 16px;
}
.wrapper{
position: absolute;
margin-top: 10%;
}
.banner{
margin-top:5%;
float: left;
}
.ballons{
margin-top:0%;
}
.cake{
margin-top: 2%;
}
.container{
z-index: 1;
display: none;
}
.text{
z-index:1;
position: relative;
margin: 5%;
}
.message{
text-align: center;
font-family: sans-serif;
}
@-moz-keyframes rotateEvenbox /*--for firefox--*/{
from{
-moz-transform:rotate(0deg);
}
to{
-moz-transform:rotate(10deg);
}
}
@-webkit-keyframes rotateEvenbox /*--for webkit--*/{
from{
-webkit-transform:rotate(0deg);
}
to{
-webkit-transform:rotate(10deg);
}
}
@-moz-keyframes rotateOddbox /*--for firefox--*/{
from{
-moz-transform:rotate(0deg);
}
to{
-moz-transform:rotate(-10deg);
}
}
@-webkit-keyframes rotateOddbox /*--for webkit--*/{
from{
-webkit-transform:rotate(0deg);
}
to{
-webkit-transform:rotate(-10deg);
}
}
@-moz-keyframes rotatebox /*--for firefox--*/{
from{
-moz-transform:rotate(-10deg);
}
to{
-moz-transform:rotate(10deg);
}
}
@-webkit-keyframes rotatebox /*--for webkit--*/{
from{
-webkit-transform:rotate(-10deg);
}
to{
-webkit-transform:rotate(10deg);
}
}
@-moz-keyframes rotateInversebox /*--for firefox--*/{
from{
-moz-transform:rotate(10deg);
}
to{
-moz-transform:rotate(-10deg);
}
}
@-webkit-keyframes rotateInversebox /*--for webkit--*/{
from{
-webkit-transform:rotate(10deg);
}
to{
-webkit-transform:rotate(-10deg);
} | 0.307982 | 0.071106 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz0ExlR2MysFCBK8OirNw2kM.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz2dsm03krrxlabhmVQFB99s.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59FzyJ0caWjaSBdV-xZbEgst_k.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz2MSHb9EAJwuSzGfuRChQzQ.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz-pRBTtN4E2_qSPBnw6AgMc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz9Dnm4qiMZlH5rhYv_7LI2Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz9TIkQYohD4BpHvJ3NvbHoA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY_ZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY14sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY1BW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpYwt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY9DiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY6E8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzx1iuknFNd2RHS7qIzZYzNc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz1kR6VAKjAZ1Ikp7q-CGbHQ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzzgcsvc-_65yuXk0DrKs_mM.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59FzxmC68gGJJgPtDEdj05FzjA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz6PcLl0yDmMtkG7_P3l3CDk.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy68rctvF73tXrwnoj-zJz4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3JuJo8UJJfpGKt7pXjBv4s.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59FzwXaAXup5mZlfK6xRLrhsco.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz1x-M1I1w5OMiqnVF8xBLhU.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz1T7aJLK6nKpn36IMwTcMMc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzwn6Wqxo-xwxilDXPU8chVU.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8bIQSYZnWLaWC9QNCpTK_U.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz4gd9OEPUCN3AdYW0e8tat4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz_79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
} | css/roboto.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz0ExlR2MysFCBK8OirNw2kM.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz2dsm03krrxlabhmVQFB99s.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59FzyJ0caWjaSBdV-xZbEgst_k.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz2MSHb9EAJwuSzGfuRChQzQ.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz-pRBTtN4E2_qSPBnw6AgMc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz9Dnm4qiMZlH5rhYv_7LI2Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz9TIkQYohD4BpHvJ3NvbHoA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY_ZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY14sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY1BW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpYwt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY9DiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY6E8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzx1iuknFNd2RHS7qIzZYzNc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz1kR6VAKjAZ1Ikp7q-CGbHQ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzzgcsvc-_65yuXk0DrKs_mM.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59FzxmC68gGJJgPtDEdj05FzjA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz6PcLl0yDmMtkG7_P3l3CDk.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy68rctvF73tXrwnoj-zJz4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3JuJo8UJJfpGKt7pXjBv4s.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59FzwXaAXup5mZlfK6xRLrhsco.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz1x-M1I1w5OMiqnVF8xBLhU.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz1T7aJLK6nKpn36IMwTcMMc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzwn6Wqxo-xwxilDXPU8chVU.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8bIQSYZnWLaWC9QNCpTK_U.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz4gd9OEPUCN3AdYW0e8tat4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(https://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz_79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
} | 0.337531 | 0.096663 |
height: 50px;
background: #607D8B;
color: white;
width: 180px;
padding: 0 10px;
}
#calc:hover {
background: #455A64;
}
#calc:active {
background: #90A4AE;
}
#eq {
height: 50px;
font-size: 40px;
border: 0;
font-family: 'Comfortaa', sans-serif;
border-bottom: #607D8B 2px solid;
margin-bottom: 2px;
width: 100%;
background: none;
color: white;
}
#eq:focus {
outline: none;
border-bottom: #607D8B 4px solid;
height: 52px;
margin-bottom: 0;
}
body {
font-family: 'Comfortaa', sans-serif;
font-size: 40px;
margin:0;
color: white;
background: black;
}
#background {
background-image: url(../dark-forest.jpg);
-webkit-filter: blur(10px);
width: 110%;
height: 110%;
background-size: cover;
background-position: center;
position: fixed;
top: -15px;
left: -15px;
}
#white {
background: white;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
position: fixed;
}
::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
#result {
font-style: italic;
color: rgba(255,255,255,0.5);
}
form {
margin: 0;
}
p {
margin: 0;
}
::selection {
background: rgba(0, 188, 212,0.2);
}
::-webkit-scrollbar {
display: none;
}
#container {
position: absolute;
top:0;
bottom: 0;
margin: auto;
height: 100px;
width:100%;
}
#note {
position: fixed;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 300px;
width: 500px;
background: white;
box-shadow: 0 1px 3px black;
color: #333;
display: none;
}
#note h1 {
margin: 0 10px;
font-size: 40px;
}
#note p {
margin: 0 10px;
font-size: 15px;
padding-bottom: 10px;
}
#note #close {
position: absolute;
margin: 10px;
padding: 0;
font-size: 10px;
bottom: 0;
right: 0;
}
#sig {
position: fixed;
font-size: 15px;
bottom: 5px;
right: 5px;
}
#help {
position: fixed;
font-size: 15px;
bottom: 5px;
left: 5px;
}
a, #elp {
color: #607D8B;
text-decoration: none;
}
a:hover, #elp:hover {
border-bottom: #607D8B 1px solid;
}
a:active, #elp:active {
color: white;
border-bottom: white 1px solid;
} | calculator/calc.css | height: 50px;
background: #607D8B;
color: white;
width: 180px;
padding: 0 10px;
}
#calc:hover {
background: #455A64;
}
#calc:active {
background: #90A4AE;
}
#eq {
height: 50px;
font-size: 40px;
border: 0;
font-family: 'Comfortaa', sans-serif;
border-bottom: #607D8B 2px solid;
margin-bottom: 2px;
width: 100%;
background: none;
color: white;
}
#eq:focus {
outline: none;
border-bottom: #607D8B 4px solid;
height: 52px;
margin-bottom: 0;
}
body {
font-family: 'Comfortaa', sans-serif;
font-size: 40px;
margin:0;
color: white;
background: black;
}
#background {
background-image: url(../dark-forest.jpg);
-webkit-filter: blur(10px);
width: 110%;
height: 110%;
background-size: cover;
background-position: center;
position: fixed;
top: -15px;
left: -15px;
}
#white {
background: white;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
position: fixed;
}
::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
#result {
font-style: italic;
color: rgba(255,255,255,0.5);
}
form {
margin: 0;
}
p {
margin: 0;
}
::selection {
background: rgba(0, 188, 212,0.2);
}
::-webkit-scrollbar {
display: none;
}
#container {
position: absolute;
top:0;
bottom: 0;
margin: auto;
height: 100px;
width:100%;
}
#note {
position: fixed;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 300px;
width: 500px;
background: white;
box-shadow: 0 1px 3px black;
color: #333;
display: none;
}
#note h1 {
margin: 0 10px;
font-size: 40px;
}
#note p {
margin: 0 10px;
font-size: 15px;
padding-bottom: 10px;
}
#note #close {
position: absolute;
margin: 10px;
padding: 0;
font-size: 10px;
bottom: 0;
right: 0;
}
#sig {
position: fixed;
font-size: 15px;
bottom: 5px;
right: 5px;
}
#help {
position: fixed;
font-size: 15px;
bottom: 5px;
left: 5px;
}
a, #elp {
color: #607D8B;
text-decoration: none;
}
a:hover, #elp:hover {
border-bottom: #607D8B 1px solid;
}
a:active, #elp:active {
color: white;
border-bottom: white 1px solid;
} | 0.292393 | 0.077553 |
@import "part:@sanity/base/theme/variables-style";
:root {
--checkbox-label-height: 1em;
--checkbox-off-color: var(--brand-primary);
--checkbox-color: var(--brand-primary);
--checkbox-button-size: 1em;
--checkbox-top-offset: 0;
--checkbox-focus-color: color(var(--black) a(10%));
--checkbox-label-font-size: 1em;
--checkbox-padding: 0.25em;
}
.root {
user-select: none;
position: relative;
z-index: 1;
vertical-align: middle;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
box-sizing: border-box;
width: 100%;
height: var(--checkbox-label-height);
margin: 0;
padding: 0;
padding-left: calc(var(--checkbox-button-size) + var(--checkbox-padding));
}
.isChecked {
composes: root;
}
.unChecked {
composes: root;
}
.isDisabled {
opacity: 0.2;
}
.isEnabled {
opacity: 1;
}
.input {
line-height: var(--checkbox-label-height);
/* Hide input element, while still making it respond to focus. */
position: absolute;
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
appearance: none;
border: none;
}
.boxOutline {
position: absolute;
top: var(--checkbox-top-offset);
left: 0;
display: inline-block;
box-sizing: border-box;
width: var(--checkbox-button-size);
height: var(--checkbox-button-size);
margin: 0;
cursor: default;
overflow: hidden;
border: calc(var(--checkbox-button-size) * 0.1) solid var(--checkbox-off-color);
border-radius: 10%;
z-index: 2;
background-color: var(--white);
@nest .isChecked & {
border: 2px solid var(--checkbox-color);
}
}
.focusHelper {
position: absolute;
top: calc(var(--checkbox-button-size) * -0.25);
left: calc(var(--checkbox-button-size) * -0.25);
display: inline-block;
box-sizing: border-box;
width: calc(var(--checkbox-button-size) * 1.5);
height: calc(var(--checkbox-button-size) * 1.5);
border-radius: 10%;
background-color: transparent;
transform: scale(0.5);
transition: background-color 0.1s linear, transform 0.15s linear;
@nest .hasFocus & {
background-color: var(--focus-color);
transform: scale(1);
}
@nest .root:active & {
background-color: var(--focus-color);
transform: scale(1);
}
}
.tickOutline {
position: absolute;
top: calc(var(--checkbox-button-size) * 0.12);
left: calc(var(--checkbox-button-size) * 0.12);
height: calc(var(--checkbox-button-size) * 0.5);
width: calc(var(--checkbox-button-size) * 0.5);
/* mask: url("#{$checkbox-image-path}/tick-mask.svg?embed"); */
background: transparent;
/* @include material-animation-default(0.28s); */
transition-property: background;
@nest .isChecked & {
/* background: $checkbox-color url("#{$checkbox-image-path}/tick.svg?embed"); */
background-color: var(--checkbox-color);
}
}
.label {
flex-grow: 1;
cursor: default;
font-size: var(--checkbox-label-font-size);
line-height: var(--checkbox-label-height);
margin: 0;
/*
fieldset[disabled] .mdl-checkbox &,
.mdl-checkbox.is-disabled & {
color: $checkbox-disabled-color;
cursor: auto;
}
*/
} | packages/@sanity/components/src/toggles/styles/Checkbox.css | @import "part:@sanity/base/theme/variables-style";
:root {
--checkbox-label-height: 1em;
--checkbox-off-color: var(--brand-primary);
--checkbox-color: var(--brand-primary);
--checkbox-button-size: 1em;
--checkbox-top-offset: 0;
--checkbox-focus-color: color(var(--black) a(10%));
--checkbox-label-font-size: 1em;
--checkbox-padding: 0.25em;
}
.root {
user-select: none;
position: relative;
z-index: 1;
vertical-align: middle;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
box-sizing: border-box;
width: 100%;
height: var(--checkbox-label-height);
margin: 0;
padding: 0;
padding-left: calc(var(--checkbox-button-size) + var(--checkbox-padding));
}
.isChecked {
composes: root;
}
.unChecked {
composes: root;
}
.isDisabled {
opacity: 0.2;
}
.isEnabled {
opacity: 1;
}
.input {
line-height: var(--checkbox-label-height);
/* Hide input element, while still making it respond to focus. */
position: absolute;
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
appearance: none;
border: none;
}
.boxOutline {
position: absolute;
top: var(--checkbox-top-offset);
left: 0;
display: inline-block;
box-sizing: border-box;
width: var(--checkbox-button-size);
height: var(--checkbox-button-size);
margin: 0;
cursor: default;
overflow: hidden;
border: calc(var(--checkbox-button-size) * 0.1) solid var(--checkbox-off-color);
border-radius: 10%;
z-index: 2;
background-color: var(--white);
@nest .isChecked & {
border: 2px solid var(--checkbox-color);
}
}
.focusHelper {
position: absolute;
top: calc(var(--checkbox-button-size) * -0.25);
left: calc(var(--checkbox-button-size) * -0.25);
display: inline-block;
box-sizing: border-box;
width: calc(var(--checkbox-button-size) * 1.5);
height: calc(var(--checkbox-button-size) * 1.5);
border-radius: 10%;
background-color: transparent;
transform: scale(0.5);
transition: background-color 0.1s linear, transform 0.15s linear;
@nest .hasFocus & {
background-color: var(--focus-color);
transform: scale(1);
}
@nest .root:active & {
background-color: var(--focus-color);
transform: scale(1);
}
}
.tickOutline {
position: absolute;
top: calc(var(--checkbox-button-size) * 0.12);
left: calc(var(--checkbox-button-size) * 0.12);
height: calc(var(--checkbox-button-size) * 0.5);
width: calc(var(--checkbox-button-size) * 0.5);
/* mask: url("#{$checkbox-image-path}/tick-mask.svg?embed"); */
background: transparent;
/* @include material-animation-default(0.28s); */
transition-property: background;
@nest .isChecked & {
/* background: $checkbox-color url("#{$checkbox-image-path}/tick.svg?embed"); */
background-color: var(--checkbox-color);
}
}
.label {
flex-grow: 1;
cursor: default;
font-size: var(--checkbox-label-font-size);
line-height: var(--checkbox-label-height);
margin: 0;
/*
fieldset[disabled] .mdl-checkbox &,
.mdl-checkbox.is-disabled & {
color: $checkbox-disabled-color;
cursor: auto;
}
*/
} | 0.405802 | 0.084342 |
.dw-trans .dw-persp {
overflow:hidden;
-webkit-perspective:1000px;
-moz-perspective:1000px;
perspective:1000px
}
.dw-trans .dw,.dw-trans .dwo {
-webkit-animation-fill-mode:forwards;
-webkit-animation-duration:200ms;
-moz-animation-fill-mode:forwards;
-moz-animation-duration:200ms;
animation-fill-mode:forwards;
animation-duration:200ms
}
.dw-trans .dwo {
-webkit-backface-visibility:hidden
}
.dw-in .dw {
-webkit-animation-timing-function:ease-out;
-moz-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
.dw-out .dw {
-webkit-animation-timing-function:ease-in;
-moz-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
.dw-in .dwo {
-webkit-animation-name:dw-f-in;
-moz-animation-name:dw-f-in;
animation-name:dw-f-in
}
.dw-out .dwo {
-webkit-animation-name:dw-f-out;
-moz-animation-name:dw-f-out;
animation-name:dw-f-out
}
.dw-flip,.dw-swing,.dw-slidehorizontal,.dw-slidevertical,.dw-slidedown,.dw-slideup,.dw-fade {
-webkit-backface-visibility:hidden;
-webkit-transform:translateX(0);
-moz-backface-visibility:hidden;
-moz-transform:translateX(0);
backface-visibility:hidden;
transform:translateX(0)
}
.dw-swing,.dw-slidehorizontal,.dw-slidevertical,.dw-slidedown,.dw-slideup,.dw-fade {
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
transform-origin:0 0
}
.dw-flip,.dw-pop {
-webkit-transform-origin:50% 50%;
-moz-transform-origin:50% 50%;
transform-origin:50% 50%
}
.dw-in .dw-pop {
opacity:1;
-webkit-animation-name:dw-p-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-p-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-p-in
}
.dw-out .dw-pop {
opacity:0;
-webkit-animation-name:dw-p-out;
-moz-animation-name:dw-p-out;
animation-name:dw-p-out
}
.dw-in .dw-flip {
opacity:1;
-webkit-animation-name:dw-fl-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-fl-in;
-moz-transform:scale(1);
animation-name:dw-fl-in;
transform:scale(1)
}
.dw-out .dw-flip {
opacity:0;
animation-name:dw-fl-out;
-webkit-animation-name:dw-fl-out;
-moz-animation-name:dw-fl-out
}
.dw-in .dw-swing {
opacity:1;
-webkit-animation-name:dw-sw-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sw-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-sw-in
}
.dw-out .dw-swing {
opacity:0;
-webkit-animation-name:dw-sw-out;
-moz-animation-name:dw-sw-out;
animation-name:dw-sw-out
}
.dw-in .dw-slidehorizontal {
opacity:1;
-webkit-animation-name:dw-sh-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sh-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-sh-in
}
.dw-out .dw-slidehorizontal {
opacity:0;
-webkit-animation-name:dw-sh-out;
-moz-animation-name:dw-sh-out;
animation-name:dw-sh-out
}
.dw-in .dw-slidevertical {
opacity:1;
-webkit-animation-name:dw-sv-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sv-in;
-moz-transform:scale(1);
animation-name:dw-sv-in;
transform:scale(1)
}
.dw-out .dw-slidevertical {
opacity:0;
-webkit-animation-name:dw-sv-out;
-moz-animation-name:dw-sv-out;
animation-name:dw-sv-out
}
.dw-in .dw-slidedown {
-webkit-animation-name:dw-sd-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sd-in;
-moz-transform:scale(1);
animation-name:dw-sd-in;
transform:scale(1)
}
.dw-out .dw-slidedown {
animation-name:dw-sd-out;
-webkit-animation-name:dw-sd-out;
-webkit-transform:translateY(-100%);
-moz-animation-name:dw-sd-out;
-moz-transform:translateY(-100%)
}
.dw-in .dw-slideup {
-webkit-animation-name:dw-su-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-su-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-su-in
}
.dw-out .dw-slideup {
animation-name:dw-su-out;
-webkit-animation-name:dw-su-out;
-webkit-transform:translateY(100%);
-moz-animation-name:dw-su-out;
-moz-transform:translateY(100%)
}
.dw-in .dw-fade {
opacity:1;
-webkit-animation-name:dw-f-in;
-moz-animation-name:dw-f-in;
animation-name:dw-f-in
}
.dw-out .dw-fade {
opacity:0;
-webkit-animation-name:dw-f-out;
-moz-animation-name:dw-f-out;
animation-name:dw-f-out
}
@keyframes dw-f-in {
from {
opacity:0
}
to {
opacity:1
}
}@-webkit-keyframes dw-f-in {
from {
opacity:0
}
to {
opacity:1
}
}@-moz-keyframes dw-f-in {
from {
opacity:0
}
to {
opacity:1
}
}@keyframes dw-f-out {
from {
visibility:visible;
opacity:1
}
to {
opacity:0
}
}@-webkit-keyframes dw-f-out {
from {
visibility:visible;
opacity:1
}
to {
opacity:0
}
}@-moz-keyframes dw-f-out {
from {
visibility:visible;
opacity:1
}
to {
opacity:0
}
}@keyframes dw-p-in {
from {
opacity:0;
transform:scale(0.8)
}
to {
opacity:1;
transform:scale(1)
}
}@-webkit-keyframes dw-p-in {
from {
opacity:0;
-webkit-transform:scale(0.8)
}
to {
opacity:1;
-webkit-transform:scale(1)
}
}@-moz-keyframes dw-p-in {
from {
opacity:0;
-moz-transform:scale(0.8)
}
to {
opacity:1;
-moz-transform:scale(1)
}
}@keyframes dw-p-out {
from {
opacity:1;
transform:scale(1)
}
to {
opacity:0;
transform:scale(0.8)
}
}@-webkit-keyframes dw-p-out {
from {
opacity:1;
-webkit-transform:scale(1)
}
to {
opacity:0;
-webkit-transform:scale(0.8)
}
}@-moz-keyframes dw-p-out {
from {
opacity:1;
-moz-transform:scale(1)
}
to {
opacity:0;
-moz-transform:scale(0.8)
}
}@keyframes dw-fl-in {
from {
opacity:0;
transform:rotateY(90deg)
}
to {
opacity:1;
transform:rotateY(0)
}
}@-webkit-keyframes dw-fl-in {
from {
opacity:0;
-webkit-transform:rotateY(90deg)
}
to {
opacity:1;
-webkit-transform:rotateY(0)
}
}@-moz-keyframes dw-fl-in {
from {
opacity:0;
-moz-transform:rotateY(90deg)
}
to {
opacity:1;
-moz-transform:rotateY(0)
}
}@keyframes dw-fl-out {
from {
opacity:1;
transform:rotateY(0deg)
}
to {
opacity:0;
transform:rotateY(-90deg)
}
}@-webkit-keyframes dw-fl-out {
from {
opacity:1;
-webkit-transform:rotateY(0deg)
}
to {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes dw-fl-out {
from {
opacity:1;
-moz-transform:rotateY(0deg)
}
to {
opacity:0;
-moz-transform:rotateY(-90deg)
}
}@keyframes dw-sw-in {
from {
opacity:0;
transform:rotateY(-90deg)
}
to {
opacity:1;
transform:rotateY(0deg)
}
}@-webkit-keyframes dw-sw-in {
from {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
to {
opacity:1;
-webkit-transform:rotateY(0deg)
}
}@-moz-keyframes dw-sw-in {
from {
opacity:0;
-moz-transform:rotateY(-90deg)
}
to {
opacity:1;
-moz-transform:rotateY(0deg)
}
}@keyframes dw-sw-out {
from {
opacity:1;
transform:rotateY(0deg)
}
to {
opacity:0;
transform:rotateY(-90deg)
}
}@-webkit-keyframes dw-sw-out {
from {
opacity:1;
-webkit-transform:rotateY(0deg)
}
to {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes dw-sw-out {
from {
opacity:1;
-moz-transform:rotateY(0deg)
}
to {
opacity:0;
-moz-transform:rotateY(-90deg)
}
}@keyframes dw-sh-in {
from {
opacity:0;
transform:translateX(-100%)
}
to {
opacity:1;
transform:translateX(0)
}
}@-webkit-keyframes dw-sh-in {
from {
opacity:0;
-webkit-transform:translateX(-100%)
}
to {
opacity:1;
-webkit-transform:translateX(0)
}
}@-moz-keyframes dw-sh-in {
from {
opacity:0;
-moz-transform:translateX(-100%)
}
to {
opacity:1;
-moz-transform:translateX(0)
}
}@keyframes dw-sh-out {
from {
opacity:1;
transform:translateX(0)
}
to {
opacity:0;
transform:translateX(100%)
}
}@-webkit-keyframes dw-sh-out {
from {
opacity:1;
-webkit-transform:translateX(0)
}
to {
opacity:0;
-webkit-transform:translateX(100%)
}
}@-moz-keyframes dw-sh-out {
from {
opacity:1;
-moz-transform:translateX(0)
}
to {
opacity:0;
-moz-transform:translateX(100%)
}
}@keyframes dw-sv-in {
from {
opacity:0;
transform:translateY(-100%)
}
to {
opacity:1;
transform:translateY(0)
}
}@-webkit-keyframes dw-sv-in {
from {
opacity:0;
-webkit-transform:translateY(-100%)
}
to {
opacity:1;
-webkit-transform:translateY(0)
}
}@-moz-keyframes dw-sv-in {
from {
opacity:0;
-moz-transform:translateY(-100%)
}
to {
opacity:1;
-moz-transform:translateY(0)
}
}@keyframes dw-sv-out {
from {
opacity:1;
transform:translateY(0)
}
to {
opacity:0;
transform:translateY(100%)
}
}@-webkit-keyframes dw-sv-out {
from {
opacity:1;
-webkit-transform:translateY(0)
}
to {
opacity:0;
-webkit-transform:translateY(100%)
}
}@-moz-keyframes dw-sv-out {
from {
opacity:1;
-moz-transform:translateY(0)
}
to {
opacity:0;
-moz-transform:translateY(100%)
}
}@keyframes dw-sd-in {
from {
transform:translateY(-100%)
}
to {
transform:translateY(0)
}
}@-webkit-keyframes dw-sd-in {
from {
opacity:1;
-webkit-transform:translateY(-100%)
}
to {
opacity:1;
-webkit-transform:translateY(0)
}
}@-moz-keyframes dw-sd-in {
from {
-moz-transform:translateY(-100%)
}
to {
-moz-transform:translateY(0)
}
}@keyframes dw-sd-out {
from {
transform:translateY(0)
}
to {
transform:translateY(-100%)
}
}@-webkit-keyframes dw-sd-out {
from {
opacity:1;
-webkit-transform:translateY(0)
}
to {
opacity:1;
-webkit-transform:translateY(-100%)
}
}@-moz-keyframes dw-sd-out {
from {
-moz-transform:translateY(0)
}
to {
-moz-transform:translateY(-100%)
}
}@keyframes dw-su-in {
from {
transform:translateY(100%)
}
to {
transform:translateY(0)
}
}@-webkit-keyframes dw-su-in {
from {
opacity:1;
-webkit-transform:translateY(100%)
}
to {
opacity:1;
-webkit-transform:translateY(0)
}
}@-moz-keyframes dw-su-in {
from {
-moz-transform:translateY(100%)
}
to {
-moz-transform:translateY(0)
}
}@keyframes dw-su-out {
from {
transform:translateY(0)
}
to {
transform:translateY(100%)
}
}@-webkit-keyframes dw-su-out {
from {
opacity:1;
-webkit-transform:translateY(0)
}
to {
opacity:1;
-webkit-transform:translateY(100%)
}
}@-moz-keyframes dw-su-out {
from {
-moz-transform:translateY(0)
}
to {
-moz-transform:translateY(100%)
}
}.dw,.dwo {
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.mbsc-fr-lock {
-ms-touch-action:none;
touch-action:none
}
.dw {
max-width:98%;
position:absolute;
top:0;
left:0;
z-index:2;
font-size:12px;
text-shadow:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-ms-touch-action:pan-y;
touch-action:pan-y
}
.dw:focus {
outline:0
}
.dw:focus {
outline-offset:-2px
}
.dw-rtl {
direction:rtl
}
.dw,.dwbc {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.dwwr {
min-width:200px;
zoom:1;
overflow:hidden;
text-align:center;
font-family:arial,verdana,sans-serif
}
.dw-persp,.dwo {
width:100%;
height:100%;
position:absolute;
top:0;
left:0
}
.dw-persp {
z-index:99998;
pointer-events:auto
}
.dwo {
z-index:1;
background:#000;
background:rgba(0,0,0,.7);
filter:Alpha(Opacity=70)
}
.dw-liq .dw {
max-width:100%
}
.dw-top .dw,.dw-bottom .dw {
width:100%;
max-width:100%
}
.dw-inline .dw {
position:static;
display:inline-block;
max-width:100%
}
.dw-inline.dw-liq .dw-persp .dw {
display:block
}
.dw-inline .dw-persp {
position:static
}
.dw-bubble .dw {
margin:20px 0
}
.dw-bubble .dw-arrw {
position:absolute;
z-index:1;
left:0;
width:100%
}
.dw-bubble-top .dw-arrw {
bottom:-36px
}
.dw-bubble-bottom .dw-arrw {
top:-36px
}
.dw-bubble .dw-arrw-i {
margin:0 30px;
position:relative;
height:36px
}
.dw-bubble .dw-arr {
display:block
}
.dw-arr {
display:none;
position:absolute;
left:0;
width:0;
height:0;
border-width:18px 18px;
border-style:solid;
margin-left:-18px
}
.dw-bubble-bottom .dw-arr {
top:0
}
.dw-bubble-top .dw-arr {
bottom:0
}
.dw-hidden {
width:0;
height:0;
margin:0;
padding:0;
border:0;
overflow:hidden
}
.dwv {
overflow:hidden;
text-overflow:ellipsis
}
.dwb {
overflow:hidden;
display:block;
text-decoration:none;
white-space:nowrap;
text-overflow:ellipsis;
vertical-align:top
}
.dwb-e {
cursor:pointer
}
.dwb-d {
cursor:default
}
.dwbc {
display:table;
width:100%;
text-align:center
}
.dwbc .dwb-d {
opacity:.3
}
.dwbw {
vertical-align:top;
display:table-cell;
position:relative;
z-index:5
}
.dwbw .dwb:before {
padding:.375em
}
.mbsc-wdg .mbsc-wdg-c {
position:relative;
z-index:0;
padding:1em;
font-size:14px;
text-align:left;
white-space:normal
}
.mbsc-mobiscroll .dwwr {
min-width:16em;
background:#f7f7f7;
color:#454545;
font-size:16px
}
.mbsc-mobiscroll .dwv {
padding:0 .6666em;
padding-top:.6666em;
color:#4eccc4;
font-size:.75em;
text-transform:uppercase;
min-height:2em;
line-height:2em
}
.mbsc-mobiscroll .dwbc {
display:block;
overflow:hidden;
text-align:right;
padding:0 .5em .5em .5em
}
.mbsc-mobiscroll .dwbw {
display:block;
float:right
}
.mbsc-mobiscroll .dw-rtl .dwbw {
float:left
}
.mbsc-mobiscroll .dwb {
height:2.5em;
line-height:2.5em;
padding:0 1em;
color:#4eccc4;
text-transform:uppercase
}
.mbsc-mobiscroll .dwb-a {
background:rgba(78,204,196,.3)
}
.mbsc-mobiscroll .dw-bubble-bottom .dw-arr {
border-color:transparent transparent #f7f7f7 transparent
}
.mbsc-mobiscroll .dw-bubble-top .dw-arr {
border-color:#f7f7f7 transparent transparent transparent
}
.mbsc-ios .dwo {
background:rgba(0,0,0,.2);
filter:Alpha(Opacity=20)
}
.mbsc-ios .dwwr {
position:relative;
background:#f7f7f7;
color:#000;
padding-top:3.333334em;
font-size:12px
}
.mbsc-ios .dwv {
padding:0 .416667em;
color:#9d9d9d;
line-height:2.5em;
min-height:2.5em;
border-bottom:1px solid #acacac
}
.mbsc-ios .dwbc {
position:absolute;
top:0;
left:0;
width:100%;
border-bottom:1px solid #acacac;
font-size: 0.4693rem;
}
.dw-top .dw, .dw-bottom .dw{
bottom: -1px !important;
top: auto !important;
}
.dwcc{
height: 6.4rem !important;
padding-top: 1.28rem;
}
.mbsc-ios .dwb {
height:2.352941em;
line-height:2.352941em;
padding:0 .588235em;
display:inline-block;
color:#007aff;
font-size:0.5546rem;
}
.mbsc-ios .dwb-a {
opacity:.5
}
.mbsc-ios .dwbw {
display:block;
float:right
}
.mbsc-ios .dwb-c {
float:left
}
.mbsc-ios .dwb-s .dwb {
font-weight:bold
}
.mbsc-ios .dw-bubble-bottom .dw-arr {
border-color:transparent transparent #f7f7f7 transparent
}
.mbsc-ios .dw-bubble-top .dw-arr {
border-color:#f7f7f7 transparent transparent transparent
}
.mbsc-ios.dw-bubble .dwwr {
border-radius:8px
}
.mbsc-ios.dw-nobtn .dwwr {
padding-top:0
}
.dwwb,.dwwo,.dwwol {
-webkit-transform:translateZ(0)
}
.dwc {
max-width:100%;
vertical-align:middle;
display:inline-block;
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.dwl {
line-height:30px;
height:30px;
top:-30px;
left:0;
text-align:center;
white-space:nowrap;
position:absolute;
width:100%
}
.dwwc {
margin:0 auto;
position:relative;
zoom:1;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-webkit-justify-content:center;
justify-content:center
}
.dwfl {
max-width:100%;
-webkit-box-flex:1;
-webkit-flex:1 auto;
-ms-flex:1 auto;
flex:1 auto;
-ms-touch-action:none;
touch-action:none
}
.dwwl {
position:relative;
z-index:5
}
.dwww {
position:relative;
padding:1px
}
.dww {
overflow:hidden;
position:relative;
border-radius:1px;
border-top:1px solid transparent;
border-bottom:1px solid transparent
}
.dw-bf {
-webkit-backface-visibility:hidden;
-webkit-perspective:1000px;
backface-visibility:hidden;
perspective:1000px
}
.dw-ul {
position:relative;
z-index:3
}
.dw-li {
padding:0 0.8533rem;
position:relative;
text-align:center;
white-space:nowrap;
vertical-align:bottom;
opacity:.3;
filter:Alpha(Opacity=30);
cursor:pointer;
-webkit-transition:opacity .2s ease-out;
-moz-transition:opacity .2s ease-out;
transition:opacity .2s ease-out
}
.dw-li.dw-v,.dw-li.dw-fv {
opacity:1;
filter:Alpha(Opacity=100)
}
.dw-li.dw-h {
visibility:hidden
}
.dw-i {
position:relative;
height:100%;
overflow:hidden;
text-overflow:ellipsis;
font-size: 0.5546rem;
}
.dwwb {
position:absolute;
z-index:4;
left:0;
cursor:pointer;
width:100%;
text-decoration:none;
text-align:center;
opacity:1;
-webkit-transition:opacity .2s linear;
transition:opacity .2s linear
}
.dwa .dwwb {
opacity:0
}
.dwpm .dwwbp {
top:0
}
.dwpm .dwwbm {
bottom:0
}
.dwpm .dwwol {
display:none
}
.dwwo {
position:absolute;
z-index:3;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none
}
.dwwol {
position:absolute;
z-index:1;
top:50%;
left:0;
width:100%;
pointer-events:none
}
.dw-liq .dwc {
display:block
}
.dw-liq .dw-tbl {
width:100%;
table-layout:fixed
}
.dwhl .dwl {
display:none
}
.dw-hsel {
position:absolute;
height:1px!important;
width:1px!important;
left:0;
overflow:hidden;
clip:rect(1px,1px,1px,1px)
}
.dw-ml .dw-li {
overflow:hidden
}
.dw-ml .dw-li .dw-i {
width:100%;
height:auto;
display:inline-block;
vertical-align:middle;
white-space:normal
}
.dwwms .dw-li {
padding:0 40px
}
.dwwms .dwwol {
display:none
}
.dw-msel:before {
width:40px;
text-align:center;
position:absolute;
top:0;
left:0
}
.dww .dw-w-gr {
padding:0 5px;
opacity:1;
font-weight:bold;
text-align:left
}
.mbsc-mobiscroll .dwc {
padding:2em .25em 0 .25em
}
.mbsc-mobiscroll .dwl {
color:#4eccc4;
font-size:.75em;
text-transform:uppercase
}
.mbsc-mobiscroll .dwhl {
padding-top:0
}
.mbsc-mobiscroll .dwfl {
padding:.5em .25em
}
.mbsc-mobiscroll .dw-li {
font-size:1.375em
}
.mbsc-mobiscroll .dw-hl {
background:rgba(78,204,196,.3)
}
.mbsc-mobiscroll .dwwol {
border-top:1px solid #4eccc4;
border-bottom:1px solid #4eccc4
}
.mbsc-mobiscroll .dwpm .dwwol {
display:block
}
.mbsc-mobiscroll .dwwb {
color:#4eccc4;
background:#f7f7f7
}
.mbsc-mobiscroll .dwwbp {
bottom:0;
top:auto
}
.mbsc-mobiscroll .dwwbm {
top:0;
bottom:auto
}
.mbsc-mobiscroll .dwwb span {
display:none
}
.mbsc-mobiscroll .dwwb:before {
position:absolute;
left:0;
top:0;
width:100%;
font-size:24px;
text-align:center
}
.mbsc-mobiscroll .dwwb.dwb-a:before {
background:rgba(78,204,196,.3)
}
.mbsc-mobiscroll .dw-w-gr {
font-size:1.125em
}
.mbsc-mobiscroll .dw-msel:before {
font-size:40px;
color:#4eccc4
}
.mbsc-mobiscroll .dwwms .dwwol {
display:none
}
.mbsc-ios .dwl {
text-align:left;
text-indent:.4166667em;
color:#ababab
}
.mbsc-ios .dwwc {
padding:2.5em .833333em .833333em .833333em
}
.mbsc-ios .dwhl .dwwc {
padding-top:.833333em
}
.mbsc-ios .dwwo {
background:-webkit-gradient(linear,left bottom,left top,from(#f7f7f7),color-stop(0.52,rgba(245,245,245,0)),color-stop(0.48,rgba(245,245,245,0)),to(#f7f7f7));
background:-webkit-linear-gradient(#f7f7f7,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#f7f7f7);
background:-moz-linear-gradient(#f7f7f7,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#f7f7f7);
background:linear-gradient(#f7f7f7,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#f7f7f7)
}
.mbsc-ios .dwwol {
padding:0 .833333em;
height:2.833333em;
margin:-1.5em 0 0 -.833333em;
border-top:1px solid #dbdbdb;
border-bottom:1px solid #dbdbdb
}
.mbsc-ios .dw-li {
color:#9d9d9d;
font-size:1.833333em;
text-align:left
}
.mbsc-ios .dw-hl {
background:rgba(0,122,255,.2)
}
.mbsc-ios .dw-sel {
color:#000
}
.mbsc-ios .dwpm .dw-li {
text-align:center
}
.mbsc-ios .dwpm .dwwol {
display:block
}
.mbsc-ios .dwwb {
color:#007aff;
background:#f7f7f7
}
.mbsc-ios .dwwbp {
bottom:0;
top:auto
}
.mbsc-ios .dwwbm {
top:0;
bottom:auto
}
.mbsc-ios .dwwb span {
display:none
}
.mbsc-ios .dwwb:before {
position:absolute;
left:0;
top:0;
width:100%;
font-size:2em;
text-align:center
}
.mbsc-ios.dw-select .dwwo {
display:none
}
.mbsc-ios .dwwms .dw-li {
padding:0 .227272em 0 1.818181em;
color:#000
}
.mbsc-ios .dwwms .dw-msel {
color:#007aff
}
.mbsc-ios .dw-msel:before {
font-size:1.818181em
}
.mbsc-ios .dw-select-gr .dw-li {
padding-left:1.818181em
}
.mbsc-ios .dw-select-gr .dw-w-gr {
padding-left:.277777em;
font-weight:normal;
font-size:1.222222em
} | template/mobile/rainbow/static/css/mobiscroll.custom.min.css | .dw-trans .dw-persp {
overflow:hidden;
-webkit-perspective:1000px;
-moz-perspective:1000px;
perspective:1000px
}
.dw-trans .dw,.dw-trans .dwo {
-webkit-animation-fill-mode:forwards;
-webkit-animation-duration:200ms;
-moz-animation-fill-mode:forwards;
-moz-animation-duration:200ms;
animation-fill-mode:forwards;
animation-duration:200ms
}
.dw-trans .dwo {
-webkit-backface-visibility:hidden
}
.dw-in .dw {
-webkit-animation-timing-function:ease-out;
-moz-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
.dw-out .dw {
-webkit-animation-timing-function:ease-in;
-moz-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
.dw-in .dwo {
-webkit-animation-name:dw-f-in;
-moz-animation-name:dw-f-in;
animation-name:dw-f-in
}
.dw-out .dwo {
-webkit-animation-name:dw-f-out;
-moz-animation-name:dw-f-out;
animation-name:dw-f-out
}
.dw-flip,.dw-swing,.dw-slidehorizontal,.dw-slidevertical,.dw-slidedown,.dw-slideup,.dw-fade {
-webkit-backface-visibility:hidden;
-webkit-transform:translateX(0);
-moz-backface-visibility:hidden;
-moz-transform:translateX(0);
backface-visibility:hidden;
transform:translateX(0)
}
.dw-swing,.dw-slidehorizontal,.dw-slidevertical,.dw-slidedown,.dw-slideup,.dw-fade {
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
transform-origin:0 0
}
.dw-flip,.dw-pop {
-webkit-transform-origin:50% 50%;
-moz-transform-origin:50% 50%;
transform-origin:50% 50%
}
.dw-in .dw-pop {
opacity:1;
-webkit-animation-name:dw-p-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-p-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-p-in
}
.dw-out .dw-pop {
opacity:0;
-webkit-animation-name:dw-p-out;
-moz-animation-name:dw-p-out;
animation-name:dw-p-out
}
.dw-in .dw-flip {
opacity:1;
-webkit-animation-name:dw-fl-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-fl-in;
-moz-transform:scale(1);
animation-name:dw-fl-in;
transform:scale(1)
}
.dw-out .dw-flip {
opacity:0;
animation-name:dw-fl-out;
-webkit-animation-name:dw-fl-out;
-moz-animation-name:dw-fl-out
}
.dw-in .dw-swing {
opacity:1;
-webkit-animation-name:dw-sw-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sw-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-sw-in
}
.dw-out .dw-swing {
opacity:0;
-webkit-animation-name:dw-sw-out;
-moz-animation-name:dw-sw-out;
animation-name:dw-sw-out
}
.dw-in .dw-slidehorizontal {
opacity:1;
-webkit-animation-name:dw-sh-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sh-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-sh-in
}
.dw-out .dw-slidehorizontal {
opacity:0;
-webkit-animation-name:dw-sh-out;
-moz-animation-name:dw-sh-out;
animation-name:dw-sh-out
}
.dw-in .dw-slidevertical {
opacity:1;
-webkit-animation-name:dw-sv-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sv-in;
-moz-transform:scale(1);
animation-name:dw-sv-in;
transform:scale(1)
}
.dw-out .dw-slidevertical {
opacity:0;
-webkit-animation-name:dw-sv-out;
-moz-animation-name:dw-sv-out;
animation-name:dw-sv-out
}
.dw-in .dw-slidedown {
-webkit-animation-name:dw-sd-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-sd-in;
-moz-transform:scale(1);
animation-name:dw-sd-in;
transform:scale(1)
}
.dw-out .dw-slidedown {
animation-name:dw-sd-out;
-webkit-animation-name:dw-sd-out;
-webkit-transform:translateY(-100%);
-moz-animation-name:dw-sd-out;
-moz-transform:translateY(-100%)
}
.dw-in .dw-slideup {
-webkit-animation-name:dw-su-in;
-webkit-transform:scale(1);
-moz-animation-name:dw-su-in;
-moz-transform:scale(1);
transform:scale(1);
animation-name:dw-su-in
}
.dw-out .dw-slideup {
animation-name:dw-su-out;
-webkit-animation-name:dw-su-out;
-webkit-transform:translateY(100%);
-moz-animation-name:dw-su-out;
-moz-transform:translateY(100%)
}
.dw-in .dw-fade {
opacity:1;
-webkit-animation-name:dw-f-in;
-moz-animation-name:dw-f-in;
animation-name:dw-f-in
}
.dw-out .dw-fade {
opacity:0;
-webkit-animation-name:dw-f-out;
-moz-animation-name:dw-f-out;
animation-name:dw-f-out
}
@keyframes dw-f-in {
from {
opacity:0
}
to {
opacity:1
}
}@-webkit-keyframes dw-f-in {
from {
opacity:0
}
to {
opacity:1
}
}@-moz-keyframes dw-f-in {
from {
opacity:0
}
to {
opacity:1
}
}@keyframes dw-f-out {
from {
visibility:visible;
opacity:1
}
to {
opacity:0
}
}@-webkit-keyframes dw-f-out {
from {
visibility:visible;
opacity:1
}
to {
opacity:0
}
}@-moz-keyframes dw-f-out {
from {
visibility:visible;
opacity:1
}
to {
opacity:0
}
}@keyframes dw-p-in {
from {
opacity:0;
transform:scale(0.8)
}
to {
opacity:1;
transform:scale(1)
}
}@-webkit-keyframes dw-p-in {
from {
opacity:0;
-webkit-transform:scale(0.8)
}
to {
opacity:1;
-webkit-transform:scale(1)
}
}@-moz-keyframes dw-p-in {
from {
opacity:0;
-moz-transform:scale(0.8)
}
to {
opacity:1;
-moz-transform:scale(1)
}
}@keyframes dw-p-out {
from {
opacity:1;
transform:scale(1)
}
to {
opacity:0;
transform:scale(0.8)
}
}@-webkit-keyframes dw-p-out {
from {
opacity:1;
-webkit-transform:scale(1)
}
to {
opacity:0;
-webkit-transform:scale(0.8)
}
}@-moz-keyframes dw-p-out {
from {
opacity:1;
-moz-transform:scale(1)
}
to {
opacity:0;
-moz-transform:scale(0.8)
}
}@keyframes dw-fl-in {
from {
opacity:0;
transform:rotateY(90deg)
}
to {
opacity:1;
transform:rotateY(0)
}
}@-webkit-keyframes dw-fl-in {
from {
opacity:0;
-webkit-transform:rotateY(90deg)
}
to {
opacity:1;
-webkit-transform:rotateY(0)
}
}@-moz-keyframes dw-fl-in {
from {
opacity:0;
-moz-transform:rotateY(90deg)
}
to {
opacity:1;
-moz-transform:rotateY(0)
}
}@keyframes dw-fl-out {
from {
opacity:1;
transform:rotateY(0deg)
}
to {
opacity:0;
transform:rotateY(-90deg)
}
}@-webkit-keyframes dw-fl-out {
from {
opacity:1;
-webkit-transform:rotateY(0deg)
}
to {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes dw-fl-out {
from {
opacity:1;
-moz-transform:rotateY(0deg)
}
to {
opacity:0;
-moz-transform:rotateY(-90deg)
}
}@keyframes dw-sw-in {
from {
opacity:0;
transform:rotateY(-90deg)
}
to {
opacity:1;
transform:rotateY(0deg)
}
}@-webkit-keyframes dw-sw-in {
from {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
to {
opacity:1;
-webkit-transform:rotateY(0deg)
}
}@-moz-keyframes dw-sw-in {
from {
opacity:0;
-moz-transform:rotateY(-90deg)
}
to {
opacity:1;
-moz-transform:rotateY(0deg)
}
}@keyframes dw-sw-out {
from {
opacity:1;
transform:rotateY(0deg)
}
to {
opacity:0;
transform:rotateY(-90deg)
}
}@-webkit-keyframes dw-sw-out {
from {
opacity:1;
-webkit-transform:rotateY(0deg)
}
to {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes dw-sw-out {
from {
opacity:1;
-moz-transform:rotateY(0deg)
}
to {
opacity:0;
-moz-transform:rotateY(-90deg)
}
}@keyframes dw-sh-in {
from {
opacity:0;
transform:translateX(-100%)
}
to {
opacity:1;
transform:translateX(0)
}
}@-webkit-keyframes dw-sh-in {
from {
opacity:0;
-webkit-transform:translateX(-100%)
}
to {
opacity:1;
-webkit-transform:translateX(0)
}
}@-moz-keyframes dw-sh-in {
from {
opacity:0;
-moz-transform:translateX(-100%)
}
to {
opacity:1;
-moz-transform:translateX(0)
}
}@keyframes dw-sh-out {
from {
opacity:1;
transform:translateX(0)
}
to {
opacity:0;
transform:translateX(100%)
}
}@-webkit-keyframes dw-sh-out {
from {
opacity:1;
-webkit-transform:translateX(0)
}
to {
opacity:0;
-webkit-transform:translateX(100%)
}
}@-moz-keyframes dw-sh-out {
from {
opacity:1;
-moz-transform:translateX(0)
}
to {
opacity:0;
-moz-transform:translateX(100%)
}
}@keyframes dw-sv-in {
from {
opacity:0;
transform:translateY(-100%)
}
to {
opacity:1;
transform:translateY(0)
}
}@-webkit-keyframes dw-sv-in {
from {
opacity:0;
-webkit-transform:translateY(-100%)
}
to {
opacity:1;
-webkit-transform:translateY(0)
}
}@-moz-keyframes dw-sv-in {
from {
opacity:0;
-moz-transform:translateY(-100%)
}
to {
opacity:1;
-moz-transform:translateY(0)
}
}@keyframes dw-sv-out {
from {
opacity:1;
transform:translateY(0)
}
to {
opacity:0;
transform:translateY(100%)
}
}@-webkit-keyframes dw-sv-out {
from {
opacity:1;
-webkit-transform:translateY(0)
}
to {
opacity:0;
-webkit-transform:translateY(100%)
}
}@-moz-keyframes dw-sv-out {
from {
opacity:1;
-moz-transform:translateY(0)
}
to {
opacity:0;
-moz-transform:translateY(100%)
}
}@keyframes dw-sd-in {
from {
transform:translateY(-100%)
}
to {
transform:translateY(0)
}
}@-webkit-keyframes dw-sd-in {
from {
opacity:1;
-webkit-transform:translateY(-100%)
}
to {
opacity:1;
-webkit-transform:translateY(0)
}
}@-moz-keyframes dw-sd-in {
from {
-moz-transform:translateY(-100%)
}
to {
-moz-transform:translateY(0)
}
}@keyframes dw-sd-out {
from {
transform:translateY(0)
}
to {
transform:translateY(-100%)
}
}@-webkit-keyframes dw-sd-out {
from {
opacity:1;
-webkit-transform:translateY(0)
}
to {
opacity:1;
-webkit-transform:translateY(-100%)
}
}@-moz-keyframes dw-sd-out {
from {
-moz-transform:translateY(0)
}
to {
-moz-transform:translateY(-100%)
}
}@keyframes dw-su-in {
from {
transform:translateY(100%)
}
to {
transform:translateY(0)
}
}@-webkit-keyframes dw-su-in {
from {
opacity:1;
-webkit-transform:translateY(100%)
}
to {
opacity:1;
-webkit-transform:translateY(0)
}
}@-moz-keyframes dw-su-in {
from {
-moz-transform:translateY(100%)
}
to {
-moz-transform:translateY(0)
}
}@keyframes dw-su-out {
from {
transform:translateY(0)
}
to {
transform:translateY(100%)
}
}@-webkit-keyframes dw-su-out {
from {
opacity:1;
-webkit-transform:translateY(0)
}
to {
opacity:1;
-webkit-transform:translateY(100%)
}
}@-moz-keyframes dw-su-out {
from {
-moz-transform:translateY(0)
}
to {
-moz-transform:translateY(100%)
}
}.dw,.dwo {
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.mbsc-fr-lock {
-ms-touch-action:none;
touch-action:none
}
.dw {
max-width:98%;
position:absolute;
top:0;
left:0;
z-index:2;
font-size:12px;
text-shadow:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-ms-touch-action:pan-y;
touch-action:pan-y
}
.dw:focus {
outline:0
}
.dw:focus {
outline-offset:-2px
}
.dw-rtl {
direction:rtl
}
.dw,.dwbc {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.dwwr {
min-width:200px;
zoom:1;
overflow:hidden;
text-align:center;
font-family:arial,verdana,sans-serif
}
.dw-persp,.dwo {
width:100%;
height:100%;
position:absolute;
top:0;
left:0
}
.dw-persp {
z-index:99998;
pointer-events:auto
}
.dwo {
z-index:1;
background:#000;
background:rgba(0,0,0,.7);
filter:Alpha(Opacity=70)
}
.dw-liq .dw {
max-width:100%
}
.dw-top .dw,.dw-bottom .dw {
width:100%;
max-width:100%
}
.dw-inline .dw {
position:static;
display:inline-block;
max-width:100%
}
.dw-inline.dw-liq .dw-persp .dw {
display:block
}
.dw-inline .dw-persp {
position:static
}
.dw-bubble .dw {
margin:20px 0
}
.dw-bubble .dw-arrw {
position:absolute;
z-index:1;
left:0;
width:100%
}
.dw-bubble-top .dw-arrw {
bottom:-36px
}
.dw-bubble-bottom .dw-arrw {
top:-36px
}
.dw-bubble .dw-arrw-i {
margin:0 30px;
position:relative;
height:36px
}
.dw-bubble .dw-arr {
display:block
}
.dw-arr {
display:none;
position:absolute;
left:0;
width:0;
height:0;
border-width:18px 18px;
border-style:solid;
margin-left:-18px
}
.dw-bubble-bottom .dw-arr {
top:0
}
.dw-bubble-top .dw-arr {
bottom:0
}
.dw-hidden {
width:0;
height:0;
margin:0;
padding:0;
border:0;
overflow:hidden
}
.dwv {
overflow:hidden;
text-overflow:ellipsis
}
.dwb {
overflow:hidden;
display:block;
text-decoration:none;
white-space:nowrap;
text-overflow:ellipsis;
vertical-align:top
}
.dwb-e {
cursor:pointer
}
.dwb-d {
cursor:default
}
.dwbc {
display:table;
width:100%;
text-align:center
}
.dwbc .dwb-d {
opacity:.3
}
.dwbw {
vertical-align:top;
display:table-cell;
position:relative;
z-index:5
}
.dwbw .dwb:before {
padding:.375em
}
.mbsc-wdg .mbsc-wdg-c {
position:relative;
z-index:0;
padding:1em;
font-size:14px;
text-align:left;
white-space:normal
}
.mbsc-mobiscroll .dwwr {
min-width:16em;
background:#f7f7f7;
color:#454545;
font-size:16px
}
.mbsc-mobiscroll .dwv {
padding:0 .6666em;
padding-top:.6666em;
color:#4eccc4;
font-size:.75em;
text-transform:uppercase;
min-height:2em;
line-height:2em
}
.mbsc-mobiscroll .dwbc {
display:block;
overflow:hidden;
text-align:right;
padding:0 .5em .5em .5em
}
.mbsc-mobiscroll .dwbw {
display:block;
float:right
}
.mbsc-mobiscroll .dw-rtl .dwbw {
float:left
}
.mbsc-mobiscroll .dwb {
height:2.5em;
line-height:2.5em;
padding:0 1em;
color:#4eccc4;
text-transform:uppercase
}
.mbsc-mobiscroll .dwb-a {
background:rgba(78,204,196,.3)
}
.mbsc-mobiscroll .dw-bubble-bottom .dw-arr {
border-color:transparent transparent #f7f7f7 transparent
}
.mbsc-mobiscroll .dw-bubble-top .dw-arr {
border-color:#f7f7f7 transparent transparent transparent
}
.mbsc-ios .dwo {
background:rgba(0,0,0,.2);
filter:Alpha(Opacity=20)
}
.mbsc-ios .dwwr {
position:relative;
background:#f7f7f7;
color:#000;
padding-top:3.333334em;
font-size:12px
}
.mbsc-ios .dwv {
padding:0 .416667em;
color:#9d9d9d;
line-height:2.5em;
min-height:2.5em;
border-bottom:1px solid #acacac
}
.mbsc-ios .dwbc {
position:absolute;
top:0;
left:0;
width:100%;
border-bottom:1px solid #acacac;
font-size: 0.4693rem;
}
.dw-top .dw, .dw-bottom .dw{
bottom: -1px !important;
top: auto !important;
}
.dwcc{
height: 6.4rem !important;
padding-top: 1.28rem;
}
.mbsc-ios .dwb {
height:2.352941em;
line-height:2.352941em;
padding:0 .588235em;
display:inline-block;
color:#007aff;
font-size:0.5546rem;
}
.mbsc-ios .dwb-a {
opacity:.5
}
.mbsc-ios .dwbw {
display:block;
float:right
}
.mbsc-ios .dwb-c {
float:left
}
.mbsc-ios .dwb-s .dwb {
font-weight:bold
}
.mbsc-ios .dw-bubble-bottom .dw-arr {
border-color:transparent transparent #f7f7f7 transparent
}
.mbsc-ios .dw-bubble-top .dw-arr {
border-color:#f7f7f7 transparent transparent transparent
}
.mbsc-ios.dw-bubble .dwwr {
border-radius:8px
}
.mbsc-ios.dw-nobtn .dwwr {
padding-top:0
}
.dwwb,.dwwo,.dwwol {
-webkit-transform:translateZ(0)
}
.dwc {
max-width:100%;
vertical-align:middle;
display:inline-block;
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.dwl {
line-height:30px;
height:30px;
top:-30px;
left:0;
text-align:center;
white-space:nowrap;
position:absolute;
width:100%
}
.dwwc {
margin:0 auto;
position:relative;
zoom:1;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-webkit-justify-content:center;
justify-content:center
}
.dwfl {
max-width:100%;
-webkit-box-flex:1;
-webkit-flex:1 auto;
-ms-flex:1 auto;
flex:1 auto;
-ms-touch-action:none;
touch-action:none
}
.dwwl {
position:relative;
z-index:5
}
.dwww {
position:relative;
padding:1px
}
.dww {
overflow:hidden;
position:relative;
border-radius:1px;
border-top:1px solid transparent;
border-bottom:1px solid transparent
}
.dw-bf {
-webkit-backface-visibility:hidden;
-webkit-perspective:1000px;
backface-visibility:hidden;
perspective:1000px
}
.dw-ul {
position:relative;
z-index:3
}
.dw-li {
padding:0 0.8533rem;
position:relative;
text-align:center;
white-space:nowrap;
vertical-align:bottom;
opacity:.3;
filter:Alpha(Opacity=30);
cursor:pointer;
-webkit-transition:opacity .2s ease-out;
-moz-transition:opacity .2s ease-out;
transition:opacity .2s ease-out
}
.dw-li.dw-v,.dw-li.dw-fv {
opacity:1;
filter:Alpha(Opacity=100)
}
.dw-li.dw-h {
visibility:hidden
}
.dw-i {
position:relative;
height:100%;
overflow:hidden;
text-overflow:ellipsis;
font-size: 0.5546rem;
}
.dwwb {
position:absolute;
z-index:4;
left:0;
cursor:pointer;
width:100%;
text-decoration:none;
text-align:center;
opacity:1;
-webkit-transition:opacity .2s linear;
transition:opacity .2s linear
}
.dwa .dwwb {
opacity:0
}
.dwpm .dwwbp {
top:0
}
.dwpm .dwwbm {
bottom:0
}
.dwpm .dwwol {
display:none
}
.dwwo {
position:absolute;
z-index:3;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none
}
.dwwol {
position:absolute;
z-index:1;
top:50%;
left:0;
width:100%;
pointer-events:none
}
.dw-liq .dwc {
display:block
}
.dw-liq .dw-tbl {
width:100%;
table-layout:fixed
}
.dwhl .dwl {
display:none
}
.dw-hsel {
position:absolute;
height:1px!important;
width:1px!important;
left:0;
overflow:hidden;
clip:rect(1px,1px,1px,1px)
}
.dw-ml .dw-li {
overflow:hidden
}
.dw-ml .dw-li .dw-i {
width:100%;
height:auto;
display:inline-block;
vertical-align:middle;
white-space:normal
}
.dwwms .dw-li {
padding:0 40px
}
.dwwms .dwwol {
display:none
}
.dw-msel:before {
width:40px;
text-align:center;
position:absolute;
top:0;
left:0
}
.dww .dw-w-gr {
padding:0 5px;
opacity:1;
font-weight:bold;
text-align:left
}
.mbsc-mobiscroll .dwc {
padding:2em .25em 0 .25em
}
.mbsc-mobiscroll .dwl {
color:#4eccc4;
font-size:.75em;
text-transform:uppercase
}
.mbsc-mobiscroll .dwhl {
padding-top:0
}
.mbsc-mobiscroll .dwfl {
padding:.5em .25em
}
.mbsc-mobiscroll .dw-li {
font-size:1.375em
}
.mbsc-mobiscroll .dw-hl {
background:rgba(78,204,196,.3)
}
.mbsc-mobiscroll .dwwol {
border-top:1px solid #4eccc4;
border-bottom:1px solid #4eccc4
}
.mbsc-mobiscroll .dwpm .dwwol {
display:block
}
.mbsc-mobiscroll .dwwb {
color:#4eccc4;
background:#f7f7f7
}
.mbsc-mobiscroll .dwwbp {
bottom:0;
top:auto
}
.mbsc-mobiscroll .dwwbm {
top:0;
bottom:auto
}
.mbsc-mobiscroll .dwwb span {
display:none
}
.mbsc-mobiscroll .dwwb:before {
position:absolute;
left:0;
top:0;
width:100%;
font-size:24px;
text-align:center
}
.mbsc-mobiscroll .dwwb.dwb-a:before {
background:rgba(78,204,196,.3)
}
.mbsc-mobiscroll .dw-w-gr {
font-size:1.125em
}
.mbsc-mobiscroll .dw-msel:before {
font-size:40px;
color:#4eccc4
}
.mbsc-mobiscroll .dwwms .dwwol {
display:none
}
.mbsc-ios .dwl {
text-align:left;
text-indent:.4166667em;
color:#ababab
}
.mbsc-ios .dwwc {
padding:2.5em .833333em .833333em .833333em
}
.mbsc-ios .dwhl .dwwc {
padding-top:.833333em
}
.mbsc-ios .dwwo {
background:-webkit-gradient(linear,left bottom,left top,from(#f7f7f7),color-stop(0.52,rgba(245,245,245,0)),color-stop(0.48,rgba(245,245,245,0)),to(#f7f7f7));
background:-webkit-linear-gradient(#f7f7f7,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#f7f7f7);
background:-moz-linear-gradient(#f7f7f7,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#f7f7f7);
background:linear-gradient(#f7f7f7,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#f7f7f7)
}
.mbsc-ios .dwwol {
padding:0 .833333em;
height:2.833333em;
margin:-1.5em 0 0 -.833333em;
border-top:1px solid #dbdbdb;
border-bottom:1px solid #dbdbdb
}
.mbsc-ios .dw-li {
color:#9d9d9d;
font-size:1.833333em;
text-align:left
}
.mbsc-ios .dw-hl {
background:rgba(0,122,255,.2)
}
.mbsc-ios .dw-sel {
color:#000
}
.mbsc-ios .dwpm .dw-li {
text-align:center
}
.mbsc-ios .dwpm .dwwol {
display:block
}
.mbsc-ios .dwwb {
color:#007aff;
background:#f7f7f7
}
.mbsc-ios .dwwbp {
bottom:0;
top:auto
}
.mbsc-ios .dwwbm {
top:0;
bottom:auto
}
.mbsc-ios .dwwb span {
display:none
}
.mbsc-ios .dwwb:before {
position:absolute;
left:0;
top:0;
width:100%;
font-size:2em;
text-align:center
}
.mbsc-ios.dw-select .dwwo {
display:none
}
.mbsc-ios .dwwms .dw-li {
padding:0 .227272em 0 1.818181em;
color:#000
}
.mbsc-ios .dwwms .dw-msel {
color:#007aff
}
.mbsc-ios .dw-msel:before {
font-size:1.818181em
}
.mbsc-ios .dw-select-gr .dw-li {
padding-left:1.818181em
}
.mbsc-ios .dw-select-gr .dw-w-gr {
padding-left:.277777em;
font-weight:normal;
font-size:1.222222em
} | 0.131675 | 0.027092 |
body {
background-color: #eee;
font-family: "Roboto", sans-serif;
}
#parent-div {
padding: 20px;
}
.svg-title-subtitle {
margin-bottom: 30px;
}
.svg-title-subtitle .carousel-svg {
float: left;
width: 60px;
margin-right: 20px;
}
.svg-title-subtitle .text-next-to-svg {
display: inline;
}
.svg-title-subtitle .text-next-to-svg h3 {
margin-bottom: 10px;
}
.svg-title-subtitle .text-next-to-svg p {
margin-top: 0px;
}
.carousel {
display: -webkit-inline-box;
width: 1615px;
overflow: hidden;
position: relative;
padding-left: 10px;
padding-bottom: 20px;
}
.carousel .carousel-buttons {
display: flex;
width: 100%;
justify-content: space-between;
position: absolute;
top: 36%;
}
.carousel .carousel-buttons button {
border-radius: 50px;
border: 0;
font-weight: bold;
cursor: pointer;
width: 40px;
height: 40px;
font-size: 25px;
outline: none;
}
.carousel .move-left {
margin-left: 5px;
}
.carousel .move-right {
margin-right: 30px;
}
.card {
width: 300px;
min-height: 350px;
border-radius: 8px;
margin-right: 25px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card .card-img {
position: relative;
}
.card .card-img img {
width: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.card .card-img .type-of-card {
position: absolute;
bottom: 4px;
background-color: #ffffff80;
padding: 2px 5px;
left: 0;
}
.card .card-img .duration-of-card {
position: absolute;
bottom: 4px;
background-color: #ffffff80;
padding: 2px 5px;
right: 0;
}
.card .card-text p {
color: #663399;
font-weight: bold;
font-size: 18px;
padding: 15px;
margin: 0;
}
.collection {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.12), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.12), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.visible {
display: block;
animation: fadeVisibility 0.5s;
}
.hidden {
display: none;
}
.loading .card-img {
background-color: #a9a9a9;
height: 200px;
}
.loading .card-text > svg {
max-height: 140px;
}
@keyframes fadeVisibility {
0% {
opacity: 0;
}
100% {
opacity: 1;
transform: opacity linear;
}
}
/*# sourceMappingURL=styles.css.map */ | css/styles.css | body {
background-color: #eee;
font-family: "Roboto", sans-serif;
}
#parent-div {
padding: 20px;
}
.svg-title-subtitle {
margin-bottom: 30px;
}
.svg-title-subtitle .carousel-svg {
float: left;
width: 60px;
margin-right: 20px;
}
.svg-title-subtitle .text-next-to-svg {
display: inline;
}
.svg-title-subtitle .text-next-to-svg h3 {
margin-bottom: 10px;
}
.svg-title-subtitle .text-next-to-svg p {
margin-top: 0px;
}
.carousel {
display: -webkit-inline-box;
width: 1615px;
overflow: hidden;
position: relative;
padding-left: 10px;
padding-bottom: 20px;
}
.carousel .carousel-buttons {
display: flex;
width: 100%;
justify-content: space-between;
position: absolute;
top: 36%;
}
.carousel .carousel-buttons button {
border-radius: 50px;
border: 0;
font-weight: bold;
cursor: pointer;
width: 40px;
height: 40px;
font-size: 25px;
outline: none;
}
.carousel .move-left {
margin-left: 5px;
}
.carousel .move-right {
margin-right: 30px;
}
.card {
width: 300px;
min-height: 350px;
border-radius: 8px;
margin-right: 25px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card .card-img {
position: relative;
}
.card .card-img img {
width: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.card .card-img .type-of-card {
position: absolute;
bottom: 4px;
background-color: #ffffff80;
padding: 2px 5px;
left: 0;
}
.card .card-img .duration-of-card {
position: absolute;
bottom: 4px;
background-color: #ffffff80;
padding: 2px 5px;
right: 0;
}
.card .card-text p {
color: #663399;
font-weight: bold;
font-size: 18px;
padding: 15px;
margin: 0;
}
.collection {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.12), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.12), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.visible {
display: block;
animation: fadeVisibility 0.5s;
}
.hidden {
display: none;
}
.loading .card-img {
background-color: #a9a9a9;
height: 200px;
}
.loading .card-text > svg {
max-height: 140px;
}
@keyframes fadeVisibility {
0% {
opacity: 0;
}
100% {
opacity: 1;
transform: opacity linear;
}
}
/*# sourceMappingURL=styles.css.map */ | 0.414543 | 0.095055 |
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromBottom {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
main {
margin: 0 auto;
max-width: 90%;
padding: 20px 30px;
text-align: center;
height: max-content;
}
:root {
--primary: #D1AC00;
--secondary: #D1AC00;
--tertiary: #B12704;
--light: #FAF4D3;
--dark: #0C1618;
--darker: #111111;
--error: rgb(228, 46, 1);
--spacing-one: calc(1rem * 0.5);
--spacing-two: calc(1rem);
--spacing-five: calc(2.5rem);
}
* {
box-sizing: border-box;
}
html,
body {
min-height: 100%;
}
body {
margin: 0;
padding: 0;
font-weight: 600;
line-height: 1.5;
font-size: 18px;
letter-spacing: .1em;
background: var(--dark);
color: var(--light);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-weight: 500;
margin: 5px 0;
line-height: 1.25;
}
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 2.5vw;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
font-size: 1.75vw;
margin-top: 0;
}
a, p a {
color: var(--secondary);
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
header {animation: 3s ease-out 0s 1 slideInBounce;
font-family: 'Poiret One', cursive;
min-height: 50px;
padding-bottom: 0px;
align-items: flex-end;
background-color: #004643;
}
header a {
animation: 1s ease-out 0s 1 slideInFromLeft;
color: var(--light);
}
button {
font-size: 1rem;
text-decoration: none;
padding: 0.25rem 1rem;
border-radius: .5rem;
border: none;
outline: none;
cursor: pointer;
margin: 0 1px;
background-color: var(--secondary);
}
button:hover {
opacity: .8;
}
button[disabled] {
cursor: default;
opacity: .8;
}
img {
max-width: 100%;
}
span[role="img"] {
cursor: default;
}
form {
width: 40%;
}
input {
font-size: 1rem;
padding: 0.25rem;
border: 1px solid var(--dark);
outline: none;
border-radius: 3px;
transition: box-shadow 0.2s;
}
input:focus {
border: 1px solid var(--secondary);
box-shadow: 0 0 .25rem rgba(0, 0, 0, .5);
}
ul {
padding-left: 0px;
justify-content: center;
margin-bottom: 5px;
}
li {
/* animation: 5s ease-out 0s 1 slideInFromLeft; */
list-style: none;
}
nav a:hover {
text-decoration: none;
}
nav li {
cursor: pointer;
}
nav li:hover {
animation: shakeY; /* referring directly to the animation's @keyframe declaration */
animation-duration: 6s;
}
textarea {
width: 600px;
height: 120px;
border: 3px solid #cccccc;
padding: 5px;
}
.my-name {
margin-bottom: 0px;
}
.container {
width: 80%;
/* max-width: 1200px; */
margin-left: 20px;
margin-right: 20px;
}
.flex-row {
display: flex;
flex-wrap: wrap;
}
.space-between {
justify-content: space-between;
}
.align-bottom {
align-self: flex-end;
}
.flex-a-c {
align-content: center;
}
.align-center {
text-align: center;
}
.display-block {
width: 100%;
display: block;
}
.flex-end {
justify-content: flex-end;
}
.flex-center {
justify-content: center;
}
.mx-1 {
margin-right: var(--spacing-one);
margin-left: var(--spacing-one);
}
.mx-2 {
margin-right: var(--spacing-two);
margin-left: var(--spacing-two);
}
.my-1 {
margin-top: var(--spacing-one);
margin-bottom: var(--spacing-one);
}
.my-2 {
margin-top: var(--spacing-two);
margin-bottom: var(--spacing-two);
}
.my-5 {
margin-top: var(--spacing-five);
margin-bottom: var(--spacing-five);
}
.px-1 {
padding-right: var(--spacing-one);
padding-left: var(--spacing-one);
}
.px-2 {
padding-right: var(--spacing-two);
padding-left: var(--spacing-two);
}
.py-1 {
padding-top: var(--spacing-one);
padding-bottom: var(--spacing-one);
}
.py-2 {
padding-top: var(--spacing-two);
padding-bottom: var(--spacing-two);
}
.card {
box-shadow: 0 4px 8px 0 rgba(252, 250, 250, 0.555);
transition: 2.0s;
width: 25%;
text-align: center;
height: 350px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 25px;
background-color: var(--light);
color: var(--dark);
}
.card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.card:hover .card-inner {
transform: rotateY(180deg);
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.card:hover {
box-shadow: 0 8px 56px 0 rgba(252, 250, 250, 0.924);
}
.card-back {
transform: rotateY(180deg);
}
.card-text {
position: relative;
margin: 10px;
font-size: 1.0vw;
text-align: center;
cursor: pointer;
}
.card-text-title {
position: relative;
margin: 10px;
font-size: 2.0vw;
text-align: center;
}
.img-thumbnail {
width: 100%;
height: 100%;
cursor: pointer;
}
.modalBackdrop {
background: rgba(0, 0, 0, .65);
bottom: 0;
left: 0;
overflow: auto;
position: fixed;
right: 0;
top: 0;
z-index: 1;
}
.modalContainer {
background: var(--darker);
border-radius: 5px;
max-width: 100%;
margin: 50px auto;
padding: 15px;
width: 960px;
}
.modalTitle {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
footer {
position: relative;
bottom: 0;
}
button {
background: var(--secondary);
border: 0;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 600;
margin-bottom: 30px;
padding: 10px 15px;
}
a {
border-radius: 5px;
color: var(--primary);
font-weight: 600;
padding: 2px 4px;
margin-left: -2px;
margin-right: -2px;
}
.m-1-5em {
margin: 0.1vw;
}
.align-left {
text-align: left;
}
.navActive {
color: var(--secondary);
}
.about {
text-align: center;
margin-top: 0.5em;
}
.width-20 {
width: 150px;
}
.width-25 {
width: 25%
}
.mern {
height: auto;
}
.clip-polygon {
clip-path: polygon(25% 0%, 75% 0%,100% 50%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
animation-duration: 4s;
border: 0px;
}
.focus {
margin-top: 8%;
}
.link:hover {
background-color: var(--secondary);
cursor: pointer;
}
.link-icon {
border-radius: 50%;
height: 50px;
width: 50px;
text-align: center;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
transform: scale(1);
animation: pulse 0.5s infinite;
}
.story {
animation: fadeInBottomLeft; /* referring directly to the animation's @keyframe declaration */
animation-duration: 4s;
}
.resume {
background-color: var(--light);
/* width: fit-content; */
margin: 0px;
padding: 0px;
}
@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
#display-picture { animation: 3s ease-out 0s 1 slideInFromBottom;
border-radius: 50%;
height: auto;
text-align: center;
}
#elevator-pitch {
border-left: 2px solid var(--secondary);
padding-left: 20px;
margin-top: 15px;
margin-bottom: 15px;
animation: zoomInDown; /* referring directly to the animation's @keyframe declaration */
animation-duration: 4s;
} | src/index.css | @keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromBottom {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
main {
margin: 0 auto;
max-width: 90%;
padding: 20px 30px;
text-align: center;
height: max-content;
}
:root {
--primary: #D1AC00;
--secondary: #D1AC00;
--tertiary: #B12704;
--light: #FAF4D3;
--dark: #0C1618;
--darker: #111111;
--error: rgb(228, 46, 1);
--spacing-one: calc(1rem * 0.5);
--spacing-two: calc(1rem);
--spacing-five: calc(2.5rem);
}
* {
box-sizing: border-box;
}
html,
body {
min-height: 100%;
}
body {
margin: 0;
padding: 0;
font-weight: 600;
line-height: 1.5;
font-size: 18px;
letter-spacing: .1em;
background: var(--dark);
color: var(--light);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-weight: 500;
margin: 5px 0;
line-height: 1.25;
}
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 2.5vw;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
font-size: 1.75vw;
margin-top: 0;
}
a, p a {
color: var(--secondary);
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
header {animation: 3s ease-out 0s 1 slideInBounce;
font-family: 'Poiret One', cursive;
min-height: 50px;
padding-bottom: 0px;
align-items: flex-end;
background-color: #004643;
}
header a {
animation: 1s ease-out 0s 1 slideInFromLeft;
color: var(--light);
}
button {
font-size: 1rem;
text-decoration: none;
padding: 0.25rem 1rem;
border-radius: .5rem;
border: none;
outline: none;
cursor: pointer;
margin: 0 1px;
background-color: var(--secondary);
}
button:hover {
opacity: .8;
}
button[disabled] {
cursor: default;
opacity: .8;
}
img {
max-width: 100%;
}
span[role="img"] {
cursor: default;
}
form {
width: 40%;
}
input {
font-size: 1rem;
padding: 0.25rem;
border: 1px solid var(--dark);
outline: none;
border-radius: 3px;
transition: box-shadow 0.2s;
}
input:focus {
border: 1px solid var(--secondary);
box-shadow: 0 0 .25rem rgba(0, 0, 0, .5);
}
ul {
padding-left: 0px;
justify-content: center;
margin-bottom: 5px;
}
li {
/* animation: 5s ease-out 0s 1 slideInFromLeft; */
list-style: none;
}
nav a:hover {
text-decoration: none;
}
nav li {
cursor: pointer;
}
nav li:hover {
animation: shakeY; /* referring directly to the animation's @keyframe declaration */
animation-duration: 6s;
}
textarea {
width: 600px;
height: 120px;
border: 3px solid #cccccc;
padding: 5px;
}
.my-name {
margin-bottom: 0px;
}
.container {
width: 80%;
/* max-width: 1200px; */
margin-left: 20px;
margin-right: 20px;
}
.flex-row {
display: flex;
flex-wrap: wrap;
}
.space-between {
justify-content: space-between;
}
.align-bottom {
align-self: flex-end;
}
.flex-a-c {
align-content: center;
}
.align-center {
text-align: center;
}
.display-block {
width: 100%;
display: block;
}
.flex-end {
justify-content: flex-end;
}
.flex-center {
justify-content: center;
}
.mx-1 {
margin-right: var(--spacing-one);
margin-left: var(--spacing-one);
}
.mx-2 {
margin-right: var(--spacing-two);
margin-left: var(--spacing-two);
}
.my-1 {
margin-top: var(--spacing-one);
margin-bottom: var(--spacing-one);
}
.my-2 {
margin-top: var(--spacing-two);
margin-bottom: var(--spacing-two);
}
.my-5 {
margin-top: var(--spacing-five);
margin-bottom: var(--spacing-five);
}
.px-1 {
padding-right: var(--spacing-one);
padding-left: var(--spacing-one);
}
.px-2 {
padding-right: var(--spacing-two);
padding-left: var(--spacing-two);
}
.py-1 {
padding-top: var(--spacing-one);
padding-bottom: var(--spacing-one);
}
.py-2 {
padding-top: var(--spacing-two);
padding-bottom: var(--spacing-two);
}
.card {
box-shadow: 0 4px 8px 0 rgba(252, 250, 250, 0.555);
transition: 2.0s;
width: 25%;
text-align: center;
height: 350px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 25px;
background-color: var(--light);
color: var(--dark);
}
.card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.card:hover .card-inner {
transform: rotateY(180deg);
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.card:hover {
box-shadow: 0 8px 56px 0 rgba(252, 250, 250, 0.924);
}
.card-back {
transform: rotateY(180deg);
}
.card-text {
position: relative;
margin: 10px;
font-size: 1.0vw;
text-align: center;
cursor: pointer;
}
.card-text-title {
position: relative;
margin: 10px;
font-size: 2.0vw;
text-align: center;
}
.img-thumbnail {
width: 100%;
height: 100%;
cursor: pointer;
}
.modalBackdrop {
background: rgba(0, 0, 0, .65);
bottom: 0;
left: 0;
overflow: auto;
position: fixed;
right: 0;
top: 0;
z-index: 1;
}
.modalContainer {
background: var(--darker);
border-radius: 5px;
max-width: 100%;
margin: 50px auto;
padding: 15px;
width: 960px;
}
.modalTitle {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
footer {
position: relative;
bottom: 0;
}
button {
background: var(--secondary);
border: 0;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 600;
margin-bottom: 30px;
padding: 10px 15px;
}
a {
border-radius: 5px;
color: var(--primary);
font-weight: 600;
padding: 2px 4px;
margin-left: -2px;
margin-right: -2px;
}
.m-1-5em {
margin: 0.1vw;
}
.align-left {
text-align: left;
}
.navActive {
color: var(--secondary);
}
.about {
text-align: center;
margin-top: 0.5em;
}
.width-20 {
width: 150px;
}
.width-25 {
width: 25%
}
.mern {
height: auto;
}
.clip-polygon {
clip-path: polygon(25% 0%, 75% 0%,100% 50%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
animation-duration: 4s;
border: 0px;
}
.focus {
margin-top: 8%;
}
.link:hover {
background-color: var(--secondary);
cursor: pointer;
}
.link-icon {
border-radius: 50%;
height: 50px;
width: 50px;
text-align: center;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
transform: scale(1);
animation: pulse 0.5s infinite;
}
.story {
animation: fadeInBottomLeft; /* referring directly to the animation's @keyframe declaration */
animation-duration: 4s;
}
.resume {
background-color: var(--light);
/* width: fit-content; */
margin: 0px;
padding: 0px;
}
@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
#display-picture { animation: 3s ease-out 0s 1 slideInFromBottom;
border-radius: 50%;
height: auto;
text-align: center;
}
#elevator-pitch {
border-left: 2px solid var(--secondary);
padding-left: 20px;
margin-top: 15px;
margin-bottom: 15px;
animation: zoomInDown; /* referring directly to the animation's @keyframe declaration */
animation-duration: 4s;
} | 0.58059 | 0.1495 |
.header-B {
display: flex;
background-color: #FFB852;
}
.backbutton button {
background: none;
border: none;
height: 60px;
width: 60px;
position: relative;
padding-top: 15px;
float: left;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
}
.top-container {
padding: 20px;
}
.search-container input {
}
#searchbox{
border-radius: 20px;
width: 100%;
height: 40px;
font-size: 18px;
}
#logo{
max-height: 30%;
max-width: 30%;
height: 60px;
margin-right: 60px
}
.recipe-header {
margin-top: 10px;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
}
.recipe-header p {
text-align: center;
color: black;
padding-top: 25px;
}
.available-recipes {
display: flex;
flex-wrap: wrap;
justify-content: center;
object-fit: cover;
padding-right: 20px;
}
.top-recipes {
height: 50%;
border-radius: 25px;
color: white;
/*background: #FFB852;*/
background-color: #FFB852;
}
.small-recipes {
margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: center;
}
.small-recipes a {
margin-left: 5px;
margin-right: 5px;
height: 50%;
border-radius: 25px;
background-color: #FFB852;
color: black;
width: 33%;
display: flex;
flex-direction: column;
}
.small-recipes p {
position: absoulte;
bottom: 100px;
}
.available-recipes {
display: flex;
flex-wrap: wrap;
}
.recipe img {
height: auto;
width: 100%;
padding: 5px 5px 5px 5px;
}
.recipe {
width: 150px;
margin: 5px;
background-color: #FFB852;
position: relative;
margin-top: 10px;
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.4), 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.apply-filters#apply-filters{
width: 70%;
margin-left: 15%;
background-color: #FFB852;
border: none;
color: #636363;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
#filterbutton button{
background-color: #FFB852;
border: none;
color: black;
padding: 12px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
margin: 2px 2px;
cursor: pointer;
width: 100%;
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.4), 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.filter-tooltip {
width: 100%;
background-color: #aecbfc;
z-index: 1;
display: none;
padding-bottom: 20px;
}
.filter-tooltip show{
display: visible;
}
.tooltip-flexbox {
display: flex;
flex-direction: column;
width: 50%;
}
.tooltip-rows{
display: flex;
flex-direction: row;
margin-left: 20px;
margin-bottom: 10px;
}
.filter-button-text {
display: flex;
justify-content: space-between;
} | public/css/homepage_B.css | .header-B {
display: flex;
background-color: #FFB852;
}
.backbutton button {
background: none;
border: none;
height: 60px;
width: 60px;
position: relative;
padding-top: 15px;
float: left;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
}
.top-container {
padding: 20px;
}
.search-container input {
}
#searchbox{
border-radius: 20px;
width: 100%;
height: 40px;
font-size: 18px;
}
#logo{
max-height: 30%;
max-width: 30%;
height: 60px;
margin-right: 60px
}
.recipe-header {
margin-top: 10px;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
}
.recipe-header p {
text-align: center;
color: black;
padding-top: 25px;
}
.available-recipes {
display: flex;
flex-wrap: wrap;
justify-content: center;
object-fit: cover;
padding-right: 20px;
}
.top-recipes {
height: 50%;
border-radius: 25px;
color: white;
/*background: #FFB852;*/
background-color: #FFB852;
}
.small-recipes {
margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: center;
}
.small-recipes a {
margin-left: 5px;
margin-right: 5px;
height: 50%;
border-radius: 25px;
background-color: #FFB852;
color: black;
width: 33%;
display: flex;
flex-direction: column;
}
.small-recipes p {
position: absoulte;
bottom: 100px;
}
.available-recipes {
display: flex;
flex-wrap: wrap;
}
.recipe img {
height: auto;
width: 100%;
padding: 5px 5px 5px 5px;
}
.recipe {
width: 150px;
margin: 5px;
background-color: #FFB852;
position: relative;
margin-top: 10px;
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.4), 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.apply-filters#apply-filters{
width: 70%;
margin-left: 15%;
background-color: #FFB852;
border: none;
color: #636363;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
#filterbutton button{
background-color: #FFB852;
border: none;
color: black;
padding: 12px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
margin: 2px 2px;
cursor: pointer;
width: 100%;
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.4), 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.filter-tooltip {
width: 100%;
background-color: #aecbfc;
z-index: 1;
display: none;
padding-bottom: 20px;
}
.filter-tooltip show{
display: visible;
}
.tooltip-flexbox {
display: flex;
flex-direction: column;
width: 50%;
}
.tooltip-rows{
display: flex;
flex-direction: row;
margin-left: 20px;
margin-bottom: 10px;
}
.filter-button-text {
display: flex;
justify-content: space-between;
} | 0.463201 | 0.10026 |
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300&display=swap');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
#Section1
{
font-size: 2em;
text-align: center;
font-family: 'Saira Condensed', sans-serif;
background-color: black;
background-image: url('https://github.com/WheelRider/wheelrider.github.io/blob/main/MainGif.gif?raw=true');
background-size: cover;
}
#about
{
color: rgb(0, 0, 0);
font-size: 25px;
text-align: center;
font-family: 'Saira Condensed', sans-serif;
}
#Gallery{
padding-top: 0%;
}
#Section3
{
height: 159vh;
background-image: url("TemplateImage2.webp");
z-index: -3;
color: rgb(0, 0, 0);
}
header h1
{
color: rgb(255, 255, 255);
margin-left: 2vw;
margin-top: 2vh;
}
body
{
overflow-x: hidden;
background: #ffffff;
font-family: 'Saira Condensed', sans-serif;
}
section
{
background-attachment: fixed;
font-family: 'Saira Condensed', sans-serif;
background-repeat: no-repeat;
width: 100%;
height: 100vh;
}
#connectingOverlay
{
width: 100%;
margin-top: -18px;
height: 110vh;
opacity: 0;
display: none;
background: white;
z-index: 9999;
position: absolute;
}
.content
{
padding-top: 31vh;
font-family: 'Saira Condensed', sans-serif;
}
.h4{
color:white;
}
#Section1 button
{
display: inline-block;
font-size: small;
background: #fff;
padding: 15px 30px;
text-transform: uppercase;
text-decoration: none;
font-weight: 300;
margin-top: 10px;
border-radius: 0px;
color: #111;
letter-spacing: 1px;
border-color: transparent;
transition: 0.2s;
}
.h2{
color: rgb(255, 255, 255);
}
#Section1 button:hover
{
letter-spacing: 7px;
background: rgb(0, 0, 0);
color: white;
}
#about button
{
display: inline-block;
font-size: small;
background: #fff;
padding: 15px 30px;
text-transform: uppercase;
text-decoration: none;
font-weight: 300;
border-radius: 0px;
color: #111;
letter-spacing: 1px;
border-color: transparent;
transition: 0.2s;
border: solid;
border-color: black;
}
#about button:hover
{
letter-spacing: 7px;
background: rgb(0, 0, 0);
color: white;
}
#Section1 h1
{
color: rgb(255, 255, 255);
}
.social-menu ul{
position: relative;
float: right;
padding: 0;
margin-top: 20px;
display: flex;
}
.social-menu ul li{
list-style: none;
margin: 0 15px;
}
.center {
text-align:center;
width:100%;
}
.social-menu ul li .fas{
font-size: 19px;
line-height: 47px;
transition: .3s;
color: #000;
}
.social-menu ul li a:hover .fab{
color: #fff;
}
.social-menu ul li a{
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff;
text-align: center;
transition: .3s;
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu ul li a:hover{
transform: translate(0, -10%);
}
.social-menu ul li:nth-child(1) a:hover{
background-color:#04EFF7;
}
.social-menu ul li:nth-child(2) a:hover{
background-color: #04EFF7;
}
.social-menu ul li:nth-child(3) a:hover{
background-color: #04EFF7;
}
.social-menu ul li:nth-child(4) a:hover{
background-color: #04EFF7;
}
.social-menu ul li:nth-child(5) a:hover{
background-color: #04EFF7;
}
.fade-in {
opacity: 0;
transition: all 400ms ease;
transform: translateY(10vh);
}
.fade-in.appear {
transform: translateY(0vh);
opacity: 1;
}
.fade-in.disappear {
transform: translateY(3vh);
opacity: 0;
}
@media (max-width: 700px)
{
.social-menu
{
float: left;
position: absolute;
bottom: 10px;
}
}
@media (max-width: 400)
{
.social-menu
{
float: right;
position: absolute;
bottom: 100px;
}
.social-menu ul li
{
margin-left: 1px;
}
}
.base{
display: flex;
justify-content: center;
align-items: center;
}
.mail-info {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding: 16px 36px;
border-radius: 8px;
background: white;
letter-spacing: 0.3px;
box-shadow: 0px 12px 17px rgba(0,0,0,0.26);
font-weight: 600;
}
.mail-text {
font-size: 20px;
}
[tooltip]{
position: relative;
}
[tooltip]::before {
content: "";
position: absolute;
top: -6px;
left: 50%;
transform: translateX(-50%);
border-width: 4px 6px 0 6px;
border-style: solid;
border-color: #fff transparent transparent transparent;
z-index: 100;
opacity: 0;
transition: all 250ms ease;
}
[tooltip]::after {
content: attr(tooltip);
position: absolute;
left: 50%;
top: -6px;
transform: translateX(-50%) translateY(-100%);
background: #fff;
text-align: center;
color: #00afda;
padding: 4px 8px;
font-size: 14px;
min-width: 80px;
border-radius: 4px;
pointer-events: none;
opacity: 0;
transition: all 250ms ease;
}
[tooltip-position ='bottom']::before {
top: 100%;
margin-top: 36px;
transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='bottom']::after {
top: 100%;
margin-top: 36px;
transform: translateX(-50%) translateY(0);
}
[tooltip]:hover::after,
[tooltip]:hover::before {
opacity: 1;
}
/* Design */
.main{
max-width: 1200px;
margin: 0 auto;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
.btn {
color: #ffffff;
padding: 0.8rem;
font-size: 14px;
text-transform: uppercase;
border-radius: 4px;
font-weight: 400;
display: block;
width: 100%;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.2);
background: transparent;
}
.btn:hover {
background-color: rgba(255, 255, 255, 0.12);
}
.cards {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.cards_item {
display: flex;
padding: 1rem;
}
@media (min-width: 40rem) {
.cards_item {
width: 50%;
}
}
@media (min-width: 56rem) {
.cards_item {
width: 33.3333%;
}
}
.card {
background-color: white;
border-radius: 0.25rem;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
display: flex;
flex-direction: column;
overflow: hidden;
}
.card_content {
padding: 1rem;
background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}
.card_title {
color: #ffffff;
font-size: 1.1rem;
font-weight: 700;
letter-spacing: 1px;
text-transform: capitalize;
margin: 0px;
}
.card_text {
color: #ffffff;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.25rem;
font-weight: 400;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300&display=swap');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
#Section1
{
font-size: 2em;
text-align: center;
font-family: 'Saira Condensed', sans-serif;
background-color: black;
background-image: url('https://github.com/WheelRider/wheelrider.github.io/blob/main/MainGif.gif?raw=true');
background-size: cover;
}
#about
{
color: rgb(0, 0, 0);
font-size: 25px;
text-align: center;
font-family: 'Saira Condensed', sans-serif;
}
#Gallery{
padding-top: 0%;
}
#Section3
{
height: 159vh;
background-image: url("TemplateImage2.webp");
z-index: -3;
color: rgb(0, 0, 0);
}
header h1
{
color: rgb(255, 255, 255);
margin-left: 2vw;
margin-top: 2vh;
}
body
{
overflow-x: hidden;
background: #ffffff;
font-family: 'Saira Condensed', sans-serif;
}
section
{
background-attachment: fixed;
font-family: 'Saira Condensed', sans-serif;
background-repeat: no-repeat;
width: 100%;
height: 100vh;
}
#connectingOverlay
{
width: 100%;
margin-top: -18px;
height: 110vh;
opacity: 0;
display: none;
background: white;
z-index: 9999;
position: absolute;
}
.content
{
padding-top: 31vh;
font-family: 'Saira Condensed', sans-serif;
}
.h4{
color:white;
}
#Section1 button
{
display: inline-block;
font-size: small;
background: #fff;
padding: 15px 30px;
text-transform: uppercase;
text-decoration: none;
font-weight: 300;
margin-top: 10px;
border-radius: 0px;
color: #111;
letter-spacing: 1px;
border-color: transparent;
transition: 0.2s;
}
.h2{
color: rgb(255, 255, 255);
}
#Section1 button:hover
{
letter-spacing: 7px;
background: rgb(0, 0, 0);
color: white;
}
#about button
{
display: inline-block;
font-size: small;
background: #fff;
padding: 15px 30px;
text-transform: uppercase;
text-decoration: none;
font-weight: 300;
border-radius: 0px;
color: #111;
letter-spacing: 1px;
border-color: transparent;
transition: 0.2s;
border: solid;
border-color: black;
}
#about button:hover
{
letter-spacing: 7px;
background: rgb(0, 0, 0);
color: white;
}
#Section1 h1
{
color: rgb(255, 255, 255);
}
.social-menu ul{
position: relative;
float: right;
padding: 0;
margin-top: 20px;
display: flex;
}
.social-menu ul li{
list-style: none;
margin: 0 15px;
}
.center {
text-align:center;
width:100%;
}
.social-menu ul li .fas{
font-size: 19px;
line-height: 47px;
transition: .3s;
color: #000;
}
.social-menu ul li a:hover .fab{
color: #fff;
}
.social-menu ul li a{
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff;
text-align: center;
transition: .3s;
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu ul li a:hover{
transform: translate(0, -10%);
}
.social-menu ul li:nth-child(1) a:hover{
background-color:#04EFF7;
}
.social-menu ul li:nth-child(2) a:hover{
background-color: #04EFF7;
}
.social-menu ul li:nth-child(3) a:hover{
background-color: #04EFF7;
}
.social-menu ul li:nth-child(4) a:hover{
background-color: #04EFF7;
}
.social-menu ul li:nth-child(5) a:hover{
background-color: #04EFF7;
}
.fade-in {
opacity: 0;
transition: all 400ms ease;
transform: translateY(10vh);
}
.fade-in.appear {
transform: translateY(0vh);
opacity: 1;
}
.fade-in.disappear {
transform: translateY(3vh);
opacity: 0;
}
@media (max-width: 700px)
{
.social-menu
{
float: left;
position: absolute;
bottom: 10px;
}
}
@media (max-width: 400)
{
.social-menu
{
float: right;
position: absolute;
bottom: 100px;
}
.social-menu ul li
{
margin-left: 1px;
}
}
.base{
display: flex;
justify-content: center;
align-items: center;
}
.mail-info {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding: 16px 36px;
border-radius: 8px;
background: white;
letter-spacing: 0.3px;
box-shadow: 0px 12px 17px rgba(0,0,0,0.26);
font-weight: 600;
}
.mail-text {
font-size: 20px;
}
[tooltip]{
position: relative;
}
[tooltip]::before {
content: "";
position: absolute;
top: -6px;
left: 50%;
transform: translateX(-50%);
border-width: 4px 6px 0 6px;
border-style: solid;
border-color: #fff transparent transparent transparent;
z-index: 100;
opacity: 0;
transition: all 250ms ease;
}
[tooltip]::after {
content: attr(tooltip);
position: absolute;
left: 50%;
top: -6px;
transform: translateX(-50%) translateY(-100%);
background: #fff;
text-align: center;
color: #00afda;
padding: 4px 8px;
font-size: 14px;
min-width: 80px;
border-radius: 4px;
pointer-events: none;
opacity: 0;
transition: all 250ms ease;
}
[tooltip-position ='bottom']::before {
top: 100%;
margin-top: 36px;
transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='bottom']::after {
top: 100%;
margin-top: 36px;
transform: translateX(-50%) translateY(0);
}
[tooltip]:hover::after,
[tooltip]:hover::before {
opacity: 1;
}
/* Design */
.main{
max-width: 1200px;
margin: 0 auto;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
.btn {
color: #ffffff;
padding: 0.8rem;
font-size: 14px;
text-transform: uppercase;
border-radius: 4px;
font-weight: 400;
display: block;
width: 100%;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.2);
background: transparent;
}
.btn:hover {
background-color: rgba(255, 255, 255, 0.12);
}
.cards {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.cards_item {
display: flex;
padding: 1rem;
}
@media (min-width: 40rem) {
.cards_item {
width: 50%;
}
}
@media (min-width: 56rem) {
.cards_item {
width: 33.3333%;
}
}
.card {
background-color: white;
border-radius: 0.25rem;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
display: flex;
flex-direction: column;
overflow: hidden;
}
.card_content {
padding: 1rem;
background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}
.card_title {
color: #ffffff;
font-size: 1.1rem;
font-weight: 700;
letter-spacing: 1px;
text-transform: capitalize;
margin: 0px;
}
.card_text {
color: #ffffff;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.25rem;
font-weight: 400;
} | 0.524638 | 0.094343 |
html {
width: 100%;
height: 100%;
margin: 0;
background-color: black;
overflow: hidden;
}
body {
width: 100%;
height: 100%;
margin: 0;
background-color: black;
overflow: hidden;
}
.contenedor-principal {
width: 100%;
height: 95%;
background: rgba(179,224,182,1);
background: -moz-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,224,182,1)), color-stop(100%, rgba(163,228,215,1)));
background: -webkit-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: -o-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: -ms-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: linear-gradient(to bottom, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e0b6', endColorstr='#a3e4d7', GradientType=0 );
}
.pie-pagina {
width: 100%;
height: 5%;
position: bottom;
background-color: #1B1C1B;
background-image: url("../images/logo_ull.png");
background-repeat: no-repeat;
background-position: center;
background-size: 7% 65%;
border-top: 0.2px solid #575957;
}
.contenedor-principal .contenedor-izquierdo {
width: 65%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-izquierdo .contenedor-informacion-registro {
width: 85%;
height: 100%;
border-left: 0.2px solid #C5C8C5;
border-right: 0.2px solid #C5C8C5;
background-image: url("../images/fondo_transparente.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
margin-left: 10%;
}
.contenedor-informacion-registro .titulo-informacion-registro {
width: 100%;
height: 15%;
margin-top: 3%;
background-color: #2A2B2A;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-texto-titulo {
width: 100%;
height: 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: fuente-mayuscula;
font-weight: bold;
color: #FFFFFF;
font-size: 1.5em;
letter-spacing: 0.030em;
text-align: center;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-android {
width: 50%;
height: 30%;
background-color: #F7DB5C;
float: right;
border-top-left-radius: 1em;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-android #imagen-android {
width: 19%;
height: 100%;
float: left;
border-top-left-radius: 1em;
background-image: url("../images/android.png");
background-repeat: no-repeat;
background-position: center;
background-size: 80% 100%;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-android #texto-android {
width: 80%;
height: 100%;
float: right;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: fuente-mayuscula;
font-weight: bold;
color: #000000;
font-size: 0.9em;
text-align: center;
}
.contenedor-informacion-registro .contenedor-informacion {
width: 100%;
height: 45%;
margin: 0 auto;
margin-top: 2%;
border-top: 1px solid #BBB3B1;
border-bottom: 1px solid #BBB3B1;
background-image: url("../images/slide/1.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-izquierda {
width: 9.5%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-izquierda #flecha-izquierda {
width: 100%;
height: 15%;
background-image: url("../images/iconos/negro/flecha-izquierda.png");
background-repeat: no-repeat;
background-position: 15%;
background-size: 45% 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
opacity: 0.6;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-derecha {
width: 9.5%;
height: 100%;
float: right;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-derecha #flecha-derecha {
width: 100%;
height: 15%;
background-image: url("../images/iconos/negro/flecha-derecha.png");
background-repeat: no-repeat;
background-position: 85%;
background-size: 45% 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
opacity: 0.6;
}
.contenedor-informacion-registro .contenedor-registro {
width: 100%;
height: 28%;
margin-top: 2%;
background-color: #76A06B;
}
.contenedor-informacion-registro .contenedor-registro .desplegar-registrar {
width: 100%;
height: 20%;
margin: 0 auto;
border-bottom: 1.25px solid #FFFFFF;
color: #FFFFFF;
font-weight: bold;
font-size: 1.0em;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: sans-serif;
text-align: center;
background-color: transparent;
}
.contenedor-informacion-registro .contenedor-registro .contenedor-codigo-qr {
width: 100%;
height: 80%;
border-bottom: 0.5px solid #BBB3B1;
}
.contenedor-registro .contenedor-codigo-qr .contenedor-codigo {
width: 30%;
height: 100%;
background-color: #FCFCFC;
float: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-registro .contenedor-codigo-qr .contenedor-codigo #codigo-qr {
width: 62%;
height: 85%;
margin: 0 auto;
background-image: url("../images/qr_github.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
border-radius: 0.3em;
border: 1px solid #D8CECB;
}
.contenedor-registro .contenedor-codigo-qr .contenedor-informacion-codigo {
width: 70%;
height: 100%;
float: right;
background-color: #FCFCFC;
}
.contenedor-codigo-qr .contenedor-informacion-codigo .contenedor-titulo-codigo {
width: 97%;
height: 40%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: fuente-mayuscula;
font-weight: bold;
font-size: 1.2em;
color: #FFFFFF;
text-align: left;
background-color: #2A2B2A;
padding-left: 3%;
letter-spacing: 0.045em;
border-bottom-left-radius: 0.8em;
}
.contenedor-codigo-qr .contenedor-informacion-codigo .contenedor-redes-sociales {
width: 100%;
height: 58%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-informacion-codigo .contenedor-redes-sociales .fila-redes-sociales {
width: 96%;
height: 60%;
padding-right: 4%;
}
.contenedor-redes-sociales .fila-redes-sociales .red-social {
width: 11%;
height: 100%;
background-color: #2A2B2A;
border-radius: 0.2em;
float: right;
margin-right: 2%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 50% 50%;
}
.fila-redes-sociales #facebook {
background-image: url("../images/iconos/blanco/facebook.png");
}
.fila-redes-sociales #facebook:hover {
background-size: 60% 60%;
background-color: #3B5998;
background-position: 50% 40%;
}
.fila-redes-sociales #twitter {
background-image: url("../images/iconos/blanco/twitter.png");
}
.fila-redes-sociales #twitter:hover {
background-size: 60% 60%;
background-position: 50% 40%;
background-color: #00ACED;
}
.fila-redes-sociales #instagram #icono-instagram {
width: 100%;
height: 100%;
border-radius: 2%;
background-image: url("../images/iconos/blanco/instagram.png");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 50% 50%;
}
.fila-redes-sociales #instagram #icono-instagram:hover {
background-size: 60% 60%;
background-position: 50% 40%;
}
.fila-redes-sociales #instagram:hover {
background.color: #D6249F;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.fila-redes-sociales #infojobs {
background-image: url("../images/iconos/blanco/infojobs.png");
}
.fila-redes-sociales #infojobs:hover {
background-size: 60% 60%;
background-position: 50% 40%;
background-color: #DCB63E;
}
.fila-redes-sociales #github {
background-image: url("../images/iconos/blanco/github.png");
}
.fila-redes-sociales #github:hover {
background-size: 60% 60%;
background-position: 50% 40%;
background-color: #8647A0;
}
.contenedor-informacion-registro .contenedor-registro .formulario-registro {
width: 100%;
height: 100%;
display: none;
background-color: transparent;
}
.contenedor-informacion-registro .contenedor-registro .formulario-registro .ocultar-registro {
width: 100%;
height: 12%;
background-color: transparent;
background-image: url("../images/iconos/blanco/flecha-abajo.png");
background-repeat: no-repeat;
background-position: center;
background-size: 3% 90%;
}
.contenedor-informacion-registro .contenedor-registro .formulario-registro .contenedor-registro-personal-empresa {
width: 100%;
height: 58%;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales {
width: 100%;
height: 100%;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro {
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro .inputs-nombre,
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro .inputs-cuenta {
width: 93%;
height: 75%;
margin: 0 auto;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro input {
height: 92%;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
padding-left: 1.5%;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
}
.contenedor-datos-personales .fila-registro .inputs-nombre #nombre {
width: 25%;
}
.contenedor-datos-personales .fila-registro .inputs-nombre #apellidos {
width: 37%;
}
.contenedor-datos-personales .fila-registro .inputs-nombre #usuario {
width: 30.5%;
}
.contenedor-datos-personales .fila-registro .inputs-cuenta #correo {
width: 42%;
}
.contenedor-datos-personales .fila-registro .inputs-cuenta #contrasena {
width: 25%;
}
.contenedor-datos-personales .fila-registro .inputs-cuenta #repetir-contrasena {
width: 25.5%;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-empresa {
width: 100%;
height: 100%;
display: none;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-particular-empresa {
width: 100%;
height: 100%;
}
.contenedor-datos-empresa .boton-empresa {
width: 100%;
height: 49.5%;
background-color: #2A2B2A;
text-align: center;
font-family: sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 1.0em;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-datos-empresa .boton-empresa:hover {
background-color: #F7DB5C;
cursor: pointer;
color: #2A2B2A;
}
.contenedor-particular-empresa #boton-cliente-particular,
.contenedor-nueva-existente #boton-empresa-nueva {
border-bottom: 1px solid #FFFFFF;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-nueva-existente {
width: 100%;
height: 100%;
display: none;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-empresa-nueva {
width: 100%;
height: 100%;
display: none;
}
.contenedor-datos-empresa .contenedor-empresa-nueva .fila-empresa-nueva {
width: 100%;
height: 49.5%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa,
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa {
width: 93%;
height: 75%;
margin: 0 auto;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa #nombre-empresa {
width: 36%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa #direccion {
width: 39%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa #telefono {
width: 18%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #poblacion {
width: 32%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #codigo-postal {
width: 16.7%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #contrasena-empresa,
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #repetir-contrasena-empresa {
width: 21%;
}
.contenedor-empresa-nueva .fila-empresa-nueva input {
height: 92%;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
padding-left: 1.5%;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-empresa-existente {
width: 100%;
height: 100%;
background-color: #2A2B2A;
display: none;
}
.contenedor-datos-empresa .contenedor-empresa-existente .fila-empresa-existente {
width: 100%;
height: 49.5%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.fila-empresa-existente .input-nombre-existente,
.fila-empresa-existente .input-contrasena-existente {
width: 40%;
height: 70%;
margin: 0 auto;
}
.fila-empresa-existente .input-nombre-existente #nombre-existente,
.fila-empresa-existente .input-contrasena-existente #contrasena-existente {
width: 100%;
height: 92%;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
text-align: center;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
outline: none;
}
.contenedor-registro .formulario-registro .fila-registro-boton {
width: 100%;
height: 29%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.fila-registro-boton .contenedor-boton-registro {
width: 30%;
height: 70%;
margin: 0 auto;
}
.contenedor-boton-registro #boton-continuar-registro,
.contenedor-boton-registro #boton-registro {
width: 100%;
height: 100%;
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 0.5em;
color: #FFFFFF;
font-weight: bold;
font-size: 0.9em;
outline: none;
}
.contenedor-boton-registro #boton-continuar-registro:hover,
.contenedor-boton-registro #boton-registro:hover {
background-color: #F7DB5C;
cursor: pointer;
border: 1px solid #FFFFFF;
color: #2A2B2A;
}
.contenedor-boton-registro #boton-continuar-registro:disabled,
.contenedor-boton-registro #boton-registro:disabled {
background-color: transparent;
border: 1px solid #FFFFFF;
cursor: default;
color: #FFFFFF;
}
.contenedor-principal .contenedor-derecho {
width: 35%;
height: 100%;
float: right;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-derecho .contenedor-login {
width: 80%;
height: 75%;
border-radius: 0.5em;
border: 0.2px solid #C5C8C5;
background-image: url("../images/fondo_transparente.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,0.81)), color-stop(100%, rgba(237,237,237,0.6)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.contenedor-login .contenedor-logo {
width: 100%;
height: 60%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
background-image: url("../images/logo.png");
background-repeat: no-repeat;
background-position: center;
background-size: 60% 80%;
}
.contenedor-login .contenedor-inicio-sesion {
width: 100%;
height: 33%;
background-color: #76A06B;
}
.contenedor-inicio-sesion .input-usuario-contrasena {
width: 100%;
height: 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-inicio-sesion .input-usuario-contrasena input {
width: 80%;
height: 30%;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
margin-top: 3%;
padding-left: 3%;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
}
.contenedor-inicio-sesion .boton-inicio {
width: 50%;
height: 30%;
margin: 0 auto;
}
.contenedor-inicio-sesion .boton-inicio #boton-iniciar-sesion {
width: 100%;
height: 70%;
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 0.5em;
color: #FFFFFF;
font-weight: bold;
font-size: 0.9em;
outline: none;
}
.contenedor-principal #boton-iniciar-sesion:hover {
background-color: #F7DB5C;
cursor: pointer;
color: #000000;
}
/* ------------------------------------------- FONTS ------------------------------------------- */
@font-face {
font-family: fuente-principal;
src: url(../fonts/Calibri.ttf) format("truetype");
}
@font-face {
font-family: fuente-titulo;
src: url(../fonts/KeepCalm-Medium.ttf) format("truetype");
}
@font-face {
font-family: fuente-texto-codigo;
src: url(../fonts/Simply-Rounded.ttf) format("truetype");
}
@font-face {
font-family: fuente-mayuscula;
src: url(../fonts/Nickname.otf) format("truetype");
} | Web/css/index.css |
html {
width: 100%;
height: 100%;
margin: 0;
background-color: black;
overflow: hidden;
}
body {
width: 100%;
height: 100%;
margin: 0;
background-color: black;
overflow: hidden;
}
.contenedor-principal {
width: 100%;
height: 95%;
background: rgba(179,224,182,1);
background: -moz-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,224,182,1)), color-stop(100%, rgba(163,228,215,1)));
background: -webkit-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: -o-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: -ms-linear-gradient(top, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
background: linear-gradient(to bottom, rgba(179,224,182,1) 0%, rgba(163,228,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e0b6', endColorstr='#a3e4d7', GradientType=0 );
}
.pie-pagina {
width: 100%;
height: 5%;
position: bottom;
background-color: #1B1C1B;
background-image: url("../images/logo_ull.png");
background-repeat: no-repeat;
background-position: center;
background-size: 7% 65%;
border-top: 0.2px solid #575957;
}
.contenedor-principal .contenedor-izquierdo {
width: 65%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-izquierdo .contenedor-informacion-registro {
width: 85%;
height: 100%;
border-left: 0.2px solid #C5C8C5;
border-right: 0.2px solid #C5C8C5;
background-image: url("../images/fondo_transparente.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
margin-left: 10%;
}
.contenedor-informacion-registro .titulo-informacion-registro {
width: 100%;
height: 15%;
margin-top: 3%;
background-color: #2A2B2A;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-texto-titulo {
width: 100%;
height: 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: fuente-mayuscula;
font-weight: bold;
color: #FFFFFF;
font-size: 1.5em;
letter-spacing: 0.030em;
text-align: center;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-android {
width: 50%;
height: 30%;
background-color: #F7DB5C;
float: right;
border-top-left-radius: 1em;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-android #imagen-android {
width: 19%;
height: 100%;
float: left;
border-top-left-radius: 1em;
background-image: url("../images/android.png");
background-repeat: no-repeat;
background-position: center;
background-size: 80% 100%;
}
.contenedor-informacion-registro .titulo-informacion-registro .contenedor-android #texto-android {
width: 80%;
height: 100%;
float: right;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: fuente-mayuscula;
font-weight: bold;
color: #000000;
font-size: 0.9em;
text-align: center;
}
.contenedor-informacion-registro .contenedor-informacion {
width: 100%;
height: 45%;
margin: 0 auto;
margin-top: 2%;
border-top: 1px solid #BBB3B1;
border-bottom: 1px solid #BBB3B1;
background-image: url("../images/slide/1.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-izquierda {
width: 9.5%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-izquierda #flecha-izquierda {
width: 100%;
height: 15%;
background-image: url("../images/iconos/negro/flecha-izquierda.png");
background-repeat: no-repeat;
background-position: 15%;
background-size: 45% 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
opacity: 0.6;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-derecha {
width: 9.5%;
height: 100%;
float: right;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-informacion-registro .contenedor-informacion .contenedor-flecha-derecha #flecha-derecha {
width: 100%;
height: 15%;
background-image: url("../images/iconos/negro/flecha-derecha.png");
background-repeat: no-repeat;
background-position: 85%;
background-size: 45% 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
opacity: 0.6;
}
.contenedor-informacion-registro .contenedor-registro {
width: 100%;
height: 28%;
margin-top: 2%;
background-color: #76A06B;
}
.contenedor-informacion-registro .contenedor-registro .desplegar-registrar {
width: 100%;
height: 20%;
margin: 0 auto;
border-bottom: 1.25px solid #FFFFFF;
color: #FFFFFF;
font-weight: bold;
font-size: 1.0em;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: sans-serif;
text-align: center;
background-color: transparent;
}
.contenedor-informacion-registro .contenedor-registro .contenedor-codigo-qr {
width: 100%;
height: 80%;
border-bottom: 0.5px solid #BBB3B1;
}
.contenedor-registro .contenedor-codigo-qr .contenedor-codigo {
width: 30%;
height: 100%;
background-color: #FCFCFC;
float: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-registro .contenedor-codigo-qr .contenedor-codigo #codigo-qr {
width: 62%;
height: 85%;
margin: 0 auto;
background-image: url("../images/qr_github.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
border-radius: 0.3em;
border: 1px solid #D8CECB;
}
.contenedor-registro .contenedor-codigo-qr .contenedor-informacion-codigo {
width: 70%;
height: 100%;
float: right;
background-color: #FCFCFC;
}
.contenedor-codigo-qr .contenedor-informacion-codigo .contenedor-titulo-codigo {
width: 97%;
height: 40%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
font-family: fuente-mayuscula;
font-weight: bold;
font-size: 1.2em;
color: #FFFFFF;
text-align: left;
background-color: #2A2B2A;
padding-left: 3%;
letter-spacing: 0.045em;
border-bottom-left-radius: 0.8em;
}
.contenedor-codigo-qr .contenedor-informacion-codigo .contenedor-redes-sociales {
width: 100%;
height: 58%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-informacion-codigo .contenedor-redes-sociales .fila-redes-sociales {
width: 96%;
height: 60%;
padding-right: 4%;
}
.contenedor-redes-sociales .fila-redes-sociales .red-social {
width: 11%;
height: 100%;
background-color: #2A2B2A;
border-radius: 0.2em;
float: right;
margin-right: 2%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 50% 50%;
}
.fila-redes-sociales #facebook {
background-image: url("../images/iconos/blanco/facebook.png");
}
.fila-redes-sociales #facebook:hover {
background-size: 60% 60%;
background-color: #3B5998;
background-position: 50% 40%;
}
.fila-redes-sociales #twitter {
background-image: url("../images/iconos/blanco/twitter.png");
}
.fila-redes-sociales #twitter:hover {
background-size: 60% 60%;
background-position: 50% 40%;
background-color: #00ACED;
}
.fila-redes-sociales #instagram #icono-instagram {
width: 100%;
height: 100%;
border-radius: 2%;
background-image: url("../images/iconos/blanco/instagram.png");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 50% 50%;
}
.fila-redes-sociales #instagram #icono-instagram:hover {
background-size: 60% 60%;
background-position: 50% 40%;
}
.fila-redes-sociales #instagram:hover {
background.color: #D6249F;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.fila-redes-sociales #infojobs {
background-image: url("../images/iconos/blanco/infojobs.png");
}
.fila-redes-sociales #infojobs:hover {
background-size: 60% 60%;
background-position: 50% 40%;
background-color: #DCB63E;
}
.fila-redes-sociales #github {
background-image: url("../images/iconos/blanco/github.png");
}
.fila-redes-sociales #github:hover {
background-size: 60% 60%;
background-position: 50% 40%;
background-color: #8647A0;
}
.contenedor-informacion-registro .contenedor-registro .formulario-registro {
width: 100%;
height: 100%;
display: none;
background-color: transparent;
}
.contenedor-informacion-registro .contenedor-registro .formulario-registro .ocultar-registro {
width: 100%;
height: 12%;
background-color: transparent;
background-image: url("../images/iconos/blanco/flecha-abajo.png");
background-repeat: no-repeat;
background-position: center;
background-size: 3% 90%;
}
.contenedor-informacion-registro .contenedor-registro .formulario-registro .contenedor-registro-personal-empresa {
width: 100%;
height: 58%;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales {
width: 100%;
height: 100%;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro {
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro .inputs-nombre,
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro .inputs-cuenta {
width: 93%;
height: 75%;
margin: 0 auto;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-personales .fila-registro input {
height: 92%;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
padding-left: 1.5%;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
}
.contenedor-datos-personales .fila-registro .inputs-nombre #nombre {
width: 25%;
}
.contenedor-datos-personales .fila-registro .inputs-nombre #apellidos {
width: 37%;
}
.contenedor-datos-personales .fila-registro .inputs-nombre #usuario {
width: 30.5%;
}
.contenedor-datos-personales .fila-registro .inputs-cuenta #correo {
width: 42%;
}
.contenedor-datos-personales .fila-registro .inputs-cuenta #contrasena {
width: 25%;
}
.contenedor-datos-personales .fila-registro .inputs-cuenta #repetir-contrasena {
width: 25.5%;
}
.formulario-registro .contenedor-registro-personal-empresa .contenedor-datos-empresa {
width: 100%;
height: 100%;
display: none;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-particular-empresa {
width: 100%;
height: 100%;
}
.contenedor-datos-empresa .boton-empresa {
width: 100%;
height: 49.5%;
background-color: #2A2B2A;
text-align: center;
font-family: sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 1.0em;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-datos-empresa .boton-empresa:hover {
background-color: #F7DB5C;
cursor: pointer;
color: #2A2B2A;
}
.contenedor-particular-empresa #boton-cliente-particular,
.contenedor-nueva-existente #boton-empresa-nueva {
border-bottom: 1px solid #FFFFFF;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-nueva-existente {
width: 100%;
height: 100%;
display: none;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-empresa-nueva {
width: 100%;
height: 100%;
display: none;
}
.contenedor-datos-empresa .contenedor-empresa-nueva .fila-empresa-nueva {
width: 100%;
height: 49.5%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa,
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa {
width: 93%;
height: 75%;
margin: 0 auto;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa #nombre-empresa {
width: 36%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa #direccion {
width: 39%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-nombre-empresa #telefono {
width: 18%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #poblacion {
width: 32%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #codigo-postal {
width: 16.7%;
}
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #contrasena-empresa,
.contenedor-empresa-nueva .fila-empresa-nueva .input-contrasena-empresa #repetir-contrasena-empresa {
width: 21%;
}
.contenedor-empresa-nueva .fila-empresa-nueva input {
height: 92%;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
padding-left: 1.5%;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
}
.contenedor-registro-personal-empresa .contenedor-datos-empresa .contenedor-empresa-existente {
width: 100%;
height: 100%;
background-color: #2A2B2A;
display: none;
}
.contenedor-datos-empresa .contenedor-empresa-existente .fila-empresa-existente {
width: 100%;
height: 49.5%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.fila-empresa-existente .input-nombre-existente,
.fila-empresa-existente .input-contrasena-existente {
width: 40%;
height: 70%;
margin: 0 auto;
}
.fila-empresa-existente .input-nombre-existente #nombre-existente,
.fila-empresa-existente .input-contrasena-existente #contrasena-existente {
width: 100%;
height: 92%;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
text-align: center;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
outline: none;
}
.contenedor-registro .formulario-registro .fila-registro-boton {
width: 100%;
height: 29%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.fila-registro-boton .contenedor-boton-registro {
width: 30%;
height: 70%;
margin: 0 auto;
}
.contenedor-boton-registro #boton-continuar-registro,
.contenedor-boton-registro #boton-registro {
width: 100%;
height: 100%;
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 0.5em;
color: #FFFFFF;
font-weight: bold;
font-size: 0.9em;
outline: none;
}
.contenedor-boton-registro #boton-continuar-registro:hover,
.contenedor-boton-registro #boton-registro:hover {
background-color: #F7DB5C;
cursor: pointer;
border: 1px solid #FFFFFF;
color: #2A2B2A;
}
.contenedor-boton-registro #boton-continuar-registro:disabled,
.contenedor-boton-registro #boton-registro:disabled {
background-color: transparent;
border: 1px solid #FFFFFF;
cursor: default;
color: #FFFFFF;
}
.contenedor-principal .contenedor-derecho {
width: 35%;
height: 100%;
float: right;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-derecho .contenedor-login {
width: 80%;
height: 75%;
border-radius: 0.5em;
border: 0.2px solid #C5C8C5;
background-image: url("../images/fondo_transparente.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,0.81)), color-stop(100%, rgba(237,237,237,0.6)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(245,245,245,0.81) 47%, rgba(237,237,237,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.contenedor-login .contenedor-logo {
width: 100%;
height: 60%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
background-image: url("../images/logo.png");
background-repeat: no-repeat;
background-position: center;
background-size: 60% 80%;
}
.contenedor-login .contenedor-inicio-sesion {
width: 100%;
height: 33%;
background-color: #76A06B;
}
.contenedor-inicio-sesion .input-usuario-contrasena {
width: 100%;
height: 70%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.contenedor-inicio-sesion .input-usuario-contrasena input {
width: 80%;
height: 30%;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 0.3em;
border: none;
margin-top: 3%;
padding-left: 3%;
font-size: 0.9em;
font-family: sans-serif;
font-weight: bold;
}
.contenedor-inicio-sesion .boton-inicio {
width: 50%;
height: 30%;
margin: 0 auto;
}
.contenedor-inicio-sesion .boton-inicio #boton-iniciar-sesion {
width: 100%;
height: 70%;
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 0.5em;
color: #FFFFFF;
font-weight: bold;
font-size: 0.9em;
outline: none;
}
.contenedor-principal #boton-iniciar-sesion:hover {
background-color: #F7DB5C;
cursor: pointer;
color: #000000;
}
/* ------------------------------------------- FONTS ------------------------------------------- */
@font-face {
font-family: fuente-principal;
src: url(../fonts/Calibri.ttf) format("truetype");
}
@font-face {
font-family: fuente-titulo;
src: url(../fonts/KeepCalm-Medium.ttf) format("truetype");
}
@font-face {
font-family: fuente-texto-codigo;
src: url(../fonts/Simply-Rounded.ttf) format("truetype");
}
@font-face {
font-family: fuente-mayuscula;
src: url(../fonts/Nickname.otf) format("truetype");
} | 0.361616 | 0.062103 |
body {
}
.centerDiv {
text-align: center;
}
#menu {
background-color: #626262;
text-align: right;
padding-top: 10px;
font-size: 20px;
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.bg {
background-color: #626262;
}
.myRow {
align-items: center;
color:white;
text-align: right;
font-style: italic;
}
a.link1{
text-decoration: none;
color: white;
}
a.link1:hover
{
color:white;
font-size:25px;
}
a.link1:active
{
}
a.link2{
text-decoration: none;
color: black;
}
a.link2:active
{
}
.noPadding
{
padding:0
}
.nav_color{
background-color:#a457e4;
}
.row_space{
margin-top: 100px;
}
#footer
{
position: relative;
bottom: 0;
text-align: center;
width:100%;
}
/*Map css*/
#mapDiv {
height: 300px;
width:100%;
position: relative;
}
/*Autocompelte for search*/
.ui-autocomplete img{
width:75px;
height:75px;
}
.ui-autocomplete-row{
padding:8px;
background-color:#ccffcc !important;
border-bottom: 1px solid #ccc ;
font-weight:bold;
}
.ui-autocomplete-row:hover {
background-color: #ddd !important;
}
.ui-menu-item-wrapper{
text-align: center;
padding-left: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ui-autocomplete {
overflow: auto;
height: 300px;
width:400p;
}
.latin_text{
font-style: italic;
font-weight: bold;
}
/*Slide show css*/
.mySlide {
display: none;
}
.mySlide img {
width:100%;
height:300px;
}
#prev_img, #next_img {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white !important;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
#next_img {
right: 10px;
border-radius: 3px 0 0 3px;
}
#prev_img {
left: 10px;
border-radius: 3px 0 0 3px;
}
#prev_img:hover, #next_img:hover {
background-color:#00ccff;
}
.numbertext {
color: #f2f2f2;
font-size: 20px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.errors{
color: red;
} | Faza 6/lifespot/public/assets/css/style.css | body {
}
.centerDiv {
text-align: center;
}
#menu {
background-color: #626262;
text-align: right;
padding-top: 10px;
font-size: 20px;
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.bg {
background-color: #626262;
}
.myRow {
align-items: center;
color:white;
text-align: right;
font-style: italic;
}
a.link1{
text-decoration: none;
color: white;
}
a.link1:hover
{
color:white;
font-size:25px;
}
a.link1:active
{
}
a.link2{
text-decoration: none;
color: black;
}
a.link2:active
{
}
.noPadding
{
padding:0
}
.nav_color{
background-color:#a457e4;
}
.row_space{
margin-top: 100px;
}
#footer
{
position: relative;
bottom: 0;
text-align: center;
width:100%;
}
/*Map css*/
#mapDiv {
height: 300px;
width:100%;
position: relative;
}
/*Autocompelte for search*/
.ui-autocomplete img{
width:75px;
height:75px;
}
.ui-autocomplete-row{
padding:8px;
background-color:#ccffcc !important;
border-bottom: 1px solid #ccc ;
font-weight:bold;
}
.ui-autocomplete-row:hover {
background-color: #ddd !important;
}
.ui-menu-item-wrapper{
text-align: center;
padding-left: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ui-autocomplete {
overflow: auto;
height: 300px;
width:400p;
}
.latin_text{
font-style: italic;
font-weight: bold;
}
/*Slide show css*/
.mySlide {
display: none;
}
.mySlide img {
width:100%;
height:300px;
}
#prev_img, #next_img {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white !important;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
#next_img {
right: 10px;
border-radius: 3px 0 0 3px;
}
#prev_img {
left: 10px;
border-radius: 3px 0 0 3px;
}
#prev_img:hover, #next_img:hover {
background-color:#00ccff;
}
.numbertext {
color: #f2f2f2;
font-size: 20px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.errors{
color: red;
} | 0.322953 | 0.094343 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* variables define */
:root{
--primary-color: #fd8eaf;
--white-color: #fff;
--text-color: #9e9999;
--black-color: #000;
}
/* general css code */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
font-family: 'Ubuntu', sans-serif;
font-size: 100%;
font-weight: 400;
}
:active, :hover, :focus{
outline: 0 !important;
outline-offset: 0;
}
a, a:hover{
text-decoration: none;
}
a:hover{
color: var(--primary-color) !important;
}
ul, ol{
margin: 0;
padding: 0;
}
/* custom scrollbar css code */
::-webkit-scrollbar{
width: 0.625rem;
}
::-webkit-scrollbar-track{
background-color: var(--white-color);
}
::-webkit-scrollbar-thumb{
background-color: var(--primary-color);
}
/* custom css design code starting here */
h1{
font-size: 6.25rem;
font-weight: 900;
margin-bottom: 1rem;
color: var(--primary-color);
}
h1 span{
color: var(--white-color);
}
h2{
font-weight: 700;
position: relative;
font-size: 2.1875rem;
text-transform: capitalize;
color: var(--black-color);
line-height: 3.7rem;
}
h2::before{
background-color: var(--primary-color);
border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
-moz-border-radius: 0.3125rem;
-ms-border-radius: 0.3125rem;
-o-border-radius: 0.3125rem;
content: '';
position: absolute;
top: -1.5625rem;
left: 0;
width: 1.875rem;
height: 0.3125rem;
}
h4{
color: var(--black-color);
text-transform: capitalize;
font-size: 1.25rem;
font-weight: 900;
margin-bottom: 0.9375rem;
transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
}
h5{
color: var(--black-color);
text-transform: capitalize;
font-family: var(--primary-color);
font-size: 1rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
p{
font-size: 1.125rem;
color: var(--text-color);
font-weight: 400;
line-height: 1.75rem;
letter-spacing: 0.0625px;
}
.main-btn{
width: 9.375rem;
height: 3.125rem;
border: 0.063rem solid var(--primary-color);
color: var(--black-color);
font-size: 1.125rem;
cursor: pointer;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}
.main-btn::before, .main-btn::after{
position: absolute;
background-color: var(--white-color);
z-index: -1;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
content: '';
}
.main-btn::before{
height: 3.125rem;
width: 8.125rem;
}
.main-btn::after{
width: 9.375rem;
height: 1.875rem;
}
.main-btn:hover{
background-color: var(--black-color) !important;
color: var(--primary-color);
}
.main-btn:hover::before{
width: 0px;
background-color: var(--white-color);
}
.main-btn:hover::after{
height: 0px;
background-color: var(--white-color);
}
.wrapper{
padding: 5.25rem 0;
}
.text-content{
width: 60%;
margin: auto;
}
/* custom css design code end here */
/* header section css code starting here */
.header_wrapper .navigation-wrap{
position: fixed;
width: 100%;
left: 0;
z-index: 100;
transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
}
.header_wrapper .navigation-wrap .nav-item{
padding: 0 0.4rem;
transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
}
.header_wrapper .navbar-toggler:focus{
outline: none;
border: unset;
box-shadow: none;
}
.header_wrapper .navigation-wrap .nav-link{
padding-top: 0.9375rem;
font-size: 0.9375rem;
font-weight: 400;
text-transform: capitalize;
color: var(--white-color);
letter-spacing: 0.0625rem;
}
.header_wrapper .navigation-wrap .nav-link:hover, .header_wrapper .navigation-wrap .nav-link.active{
color: var(--primary-color) !important;
}
.navigation-wrap .main-btn{
color: var(--white-color);
margin: auto;
}
.navigation-wrap .main-btn:hover{
background-color: transparent;
color: var(--primary-color);
}
.navigation-wrap .main-btn::before, .navigation-wrap .main-btn::after{
background-color: transparent;
}
/* change navbar styling on scroll */
.header_wrapper .navigation-wrap.scroll-on{
position: fixed;
background-color: var(--black-color);
top: 0;
left: 0;
width: 100%;
box-shadow: 0 0.125rem 1.75rem 0 rgba(0,0,0,0.09);
transition: all 0.15s ease-in-out 0s;
-webkit-transition: all 0.15s ease-in-out 0s;
-moz-transition: all 0.15s ease-in-out 0s;
-ms-transition: all 0.15s ease-in-out 0s;
-o-transition: all 0.15s ease-in-out 0s;
}
.header_wrapper .navigation-wrap.scroll-on .nav-link:hover, .header_wrapper .navigation-wrap.scroll-on .nav-link.active{
color: var(--primary-color);
}
.header_wrapper .navigation-wrap.scroll-on .main-btn{
color: var(--white-color);
margin: auto;
}
.header_wrapper .navigation-wrap.scroll-on .main-btn:hover{
background-color: transparent;
color: var(--primary-color);
}
.header_wrapper .navigation-wrap.scroll-on .main-btn::before, .header_wrapper .navigation-wrap.scroll-on .main-btn::after{
background-color: var(--black-color);
}
/* header section css code end here */
/* banner section css code starting here */
.hero_slide .carousel-caption{
text-align: left;
top: 50%;
left: 50%;
bottom: 0;
right: 0;
transform: translate(-75%, -35%);
-webkit-transform: translate(-75%, -35%);
-moz-transform: translate(-75%, -35%);
-ms-transform: translate(-75%, -35%);
-o-transform: translate(-75%, -35%);
max-width: 1320px;
}
.hero_slide .carousel-caption h2{
color: var(--white-color);
}
.hero_slide .carousel-caption p{
color: var(--white-color);
}
/* banner section css code end here */
/* about section css code starting here */
.about-section .carousel-inner{
border-radius: 0 0 5rem;
-webkit-border-radius: 0 0 5rem;
-moz-border-radius: 0 0 5rem;
-ms-border-radius: 0 0 5rem;
-o-border-radius: 0 0 5rem;
}
.about-section .main-btn span, .style-section .main-btn span{
color: var(--black-color);
}
.about-section .carousel-indicators{
margin-bottom: -2.5rem;
}
.about-section .carousel-indicators [data-bs-target]{
width: 0.65rem;
height: 0.65rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: var(--primary-color);
}
/* about section css code end here */
/* features section css code starting here */
.features .card{
cursor: pointer;
}
.features .card .icon{
box-shadow: 0.0625rem 0.25rem 1.25rem rgba(26 26 26 / 9%);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 1.25rem 0;
width: 5rem;
text-align: center;
height: auto;
margin-bottom: 2.5rem;
border-top-right-radius: 1.5625rem;
}
.features .card img{
display: block;
opacity: .75;
margin: 0 auto;
filter: brightness(0);
-webkit-filter: brightness(0);
}
.features .card:hover .icon img{
filter: brightness(1);
-webkit-filter: brightness(1);
}
.features .card:hover h4{
color: var(--primary-color);
}
/* features section css code end here */
/* headphone section css code starting here */
.choose h2::before, .contact-section h2::before{
left: 47%;
}
.choose .card .product-star{
color: var(--text-color);
font-size: 100%;
}
.choose .card a h4{
color: #1a1a1a;
display: inline-block;
font-size: 1.5rem;
width: 100%;
font-weight: 500;
margin: 0 0 0.93rem;
line-height: normal;
}
.choose .card:hover a h4{
color: var(--primary-color);
}
.choose .card .product-img{
width: 100%;
height: 21.125rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
}
.choose .card:hover .product-img{
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
#zoom-img{
background-image: url(../image/Product1.jpg);
}
#zoom-img-1{
background-image: url(../image/Product2.jpg);
}
#zoom-img-2{
background-image: url(../image/Product3.jpg);
}
/* headphone section css code end here */
/* contact section css code starting here */
form .form-group, form input[type=text]{
box-shadow: 0.0625rem 0.375rem 0.625rem 0.1875rem rgb(26 26 26 / 7%);
display: inline-block;
margin: 0 0.9375rem;
border-radius: 1.875rem;
-webkit-border-radius: 1.875rem;
-moz-border-radius: 1.875rem;
-ms-border-radius: 1.875rem;
-o-border-radius: 1.875rem;
}
form input[type=email], form input[type=text]{
display: inline-block;
padding: 0.1rem 1.5625rem;
height: 4.375rem;
font-size: 1.125rem;
line-height: 1.7rem;
margin-bottom: 0;
border-radius: 1.875rem;
-webkit-border-radius: 1.875rem;
-moz-border-radius: 1.875rem;
-ms-border-radius: 1.875rem;
-o-border-radius: 1.875rem;
}
form input[type=email], form input[type=text], form input[type=email], form .form-group{
background-color: var(--white-color);
color: var(--text-color);
border: 0.0725rem solid rgba(255,255,255,0.6);
}
.contact-section .subscribe{
float: right;
width: auto;
display: inline-block;
height: 3.75rem;
padding: 0.3125rem 0.3125rem 0.3125rem 1.5625rem;
border-radius: 1.875rem;
-webkit-border-radius: 1.875rem;
-moz-border-radius: 1.875rem;
-ms-border-radius: 1.875rem;
-o-border-radius: 1.875rem;
margin: 0.3125rem;
color: var(--white-color);
background-color: var(--primary-color);
border: 0.0625rem solid transparent;
z-index: 1;
cursor: pointer;
font-size: 1.125rem;
outline: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
.contact-section .subscribe i{
background-color: var(--white-color);
color: var(--primary-color);
width: 3rem;
height: 3rem;
line-height: 3rem;
margin-left: 0.3125rem;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
/* contact section css code end here */
/* footer section css code starting here */
.footer{
background-color: var(--black-color);
}
.footer .footer-social a i{
color: var(--white-color);
font-size: 1.5rem;
padding: 0 1rem;
}
.footer .footer-social a:hover i{
color: var(--primary-color);
}
/* footer section css code end here */
/* Responsive CSS code starting here */
@media (max-width:1300px){
}
@media (max-width:1230px){
/* custom css */
h1{
font-size: 5.25rem;
}
h2{
font-size: 2.375rem;
line-height: 2rem;
}
}
@media (max-width:1024px){
/* custom css */
h1{
font-size: 3.25rem;
}
h2{
font-size: 1.375rem;
line-height: 1.8rem;
}
.wrapper{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
}
@media (max-width:991px){
/* custom classes */
h4, .choose .card a h4{
font-size: 0.9375rem;
margin-bottom: 0.625rem;
}
p{
font-size: 0.8125rem;
line-height: 1.3125rem;
}
.text-content{
width: 100%;
}
/* navbar */
.navigation-wrap .navbar-brand img{
height: 2.8125rem;
}
.navbar-toggler{
color: var(--text-color);
}
.navbar-toggler i{
color: var(--text-color);
line-height: 2;
}
.navigation-wrap{
text-align: center;
background-color: var(--black-color);
}
.navigation-wrap .nav-item .main-btn{
margin-top: 1rem;
}
/* banner */
#home{
padding: 4.375rem 0 0.375rem;
}
.hero_slide .carousel-caption{
transform: translate(-70%, -50%);
-webkit-transform: translate(-70%, -50%);
-moz-transform: translate(-70%, -50%);
-ms-transform: translate(-70%, -50%);
-o-transform: translate(-70%, -50%);
}
/* features */
.features .card .icon{
margin-bottom: 20px;
}
/* headphones */
#zoom-img, #zoom-img-1, #zoom-img-2{
height: 220px;
}
/* contact */
form input[type=text]{
margin-bottom: 1rem;
}
}
@media (max-width:767px){
/* custom css code */
.main-btn{
margin: auto;
}
.text-sec{
text-align: center;
padding-top: 1.875rem;
}
h2:before{
left: 45%;
}
/* banner */
.hero_slide .carousel-caption{
transform: translate(-45%, -70%);
-webkit-transform: translate(-45%, -70%);
-moz-transform: translate(-45%, -70%);
-ms-transform: translate(-45%, -70%);
-o-transform: translate(-45%, -70%);
}
.hero_slide .carousel-caption h2::before{
left: 0;
}
/* contact */
form input[type=email], form input[type=text], .subscribe{
padding: 0 0.625rem;
font-size: 0.875rem;
text-align: center;
}
.subscribe{
font-size: 0.875rem;
}
form .form-group, form input[type=text]{
margin: 0;
width: 100%;
}
form .form-group{
white-space: nowrap;
}
form input[type=email]{
width: 50%;
}
/* footer */
.footer .footer-social a i{
font-size: 1.2rem;
}
}
@media (max-width:575px){
/* banner */
h1{
font-size: 1.6rem;
}
h2{
font-size: 1.25rem;
line-height: 1.7rem;
margin-bottom: 5px;
}
.about-section .carousel-inner .carousel-item img{
width: 50%;
margin: 0 auto;
}
.about-section .carousel-inner{
border-radius: 0 0 2.5rem;
-webkit-border-radius: 0 0 2.5rem;
-moz-border-radius: 0 0 2.5rem;
-ms-border-radius: 0 0 2.5rem;
-o-border-radius: 0 0 2.5rem;
}
/* features */
.features .feature-img-box{
width: 65%;
margin: auto;
}
}
@media (max-width:430px){
/* custom css */
h2::before{
top: -0.8rem;
}
/* banner */
.hero_slide .carousel-caption p{
font-size: 0.7rem;
line-height: 1rem;
.hero_slide .carousel-caption
}
.hero_slide .carousel-caption h1{
font-size: 1rem;
}
.hero_slide .carousel-caption h2{
font-size: .8rem;
}
/* headphones */
#zoom-img, #zoom-img-1, #zoom-img-2{
height: 13.75rem;
width: 60%;
text-align: center;
margin: auto;
}
}
/* Responsive CSS code end here */ | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* variables define */
:root{
--primary-color: #fd8eaf;
--white-color: #fff;
--text-color: #9e9999;
--black-color: #000;
}
/* general css code */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
font-family: 'Ubuntu', sans-serif;
font-size: 100%;
font-weight: 400;
}
:active, :hover, :focus{
outline: 0 !important;
outline-offset: 0;
}
a, a:hover{
text-decoration: none;
}
a:hover{
color: var(--primary-color) !important;
}
ul, ol{
margin: 0;
padding: 0;
}
/* custom scrollbar css code */
::-webkit-scrollbar{
width: 0.625rem;
}
::-webkit-scrollbar-track{
background-color: var(--white-color);
}
::-webkit-scrollbar-thumb{
background-color: var(--primary-color);
}
/* custom css design code starting here */
h1{
font-size: 6.25rem;
font-weight: 900;
margin-bottom: 1rem;
color: var(--primary-color);
}
h1 span{
color: var(--white-color);
}
h2{
font-weight: 700;
position: relative;
font-size: 2.1875rem;
text-transform: capitalize;
color: var(--black-color);
line-height: 3.7rem;
}
h2::before{
background-color: var(--primary-color);
border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
-moz-border-radius: 0.3125rem;
-ms-border-radius: 0.3125rem;
-o-border-radius: 0.3125rem;
content: '';
position: absolute;
top: -1.5625rem;
left: 0;
width: 1.875rem;
height: 0.3125rem;
}
h4{
color: var(--black-color);
text-transform: capitalize;
font-size: 1.25rem;
font-weight: 900;
margin-bottom: 0.9375rem;
transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
}
h5{
color: var(--black-color);
text-transform: capitalize;
font-family: var(--primary-color);
font-size: 1rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
p{
font-size: 1.125rem;
color: var(--text-color);
font-weight: 400;
line-height: 1.75rem;
letter-spacing: 0.0625px;
}
.main-btn{
width: 9.375rem;
height: 3.125rem;
border: 0.063rem solid var(--primary-color);
color: var(--black-color);
font-size: 1.125rem;
cursor: pointer;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}
.main-btn::before, .main-btn::after{
position: absolute;
background-color: var(--white-color);
z-index: -1;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
content: '';
}
.main-btn::before{
height: 3.125rem;
width: 8.125rem;
}
.main-btn::after{
width: 9.375rem;
height: 1.875rem;
}
.main-btn:hover{
background-color: var(--black-color) !important;
color: var(--primary-color);
}
.main-btn:hover::before{
width: 0px;
background-color: var(--white-color);
}
.main-btn:hover::after{
height: 0px;
background-color: var(--white-color);
}
.wrapper{
padding: 5.25rem 0;
}
.text-content{
width: 60%;
margin: auto;
}
/* custom css design code end here */
/* header section css code starting here */
.header_wrapper .navigation-wrap{
position: fixed;
width: 100%;
left: 0;
z-index: 100;
transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
}
.header_wrapper .navigation-wrap .nav-item{
padding: 0 0.4rem;
transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
}
.header_wrapper .navbar-toggler:focus{
outline: none;
border: unset;
box-shadow: none;
}
.header_wrapper .navigation-wrap .nav-link{
padding-top: 0.9375rem;
font-size: 0.9375rem;
font-weight: 400;
text-transform: capitalize;
color: var(--white-color);
letter-spacing: 0.0625rem;
}
.header_wrapper .navigation-wrap .nav-link:hover, .header_wrapper .navigation-wrap .nav-link.active{
color: var(--primary-color) !important;
}
.navigation-wrap .main-btn{
color: var(--white-color);
margin: auto;
}
.navigation-wrap .main-btn:hover{
background-color: transparent;
color: var(--primary-color);
}
.navigation-wrap .main-btn::before, .navigation-wrap .main-btn::after{
background-color: transparent;
}
/* change navbar styling on scroll */
.header_wrapper .navigation-wrap.scroll-on{
position: fixed;
background-color: var(--black-color);
top: 0;
left: 0;
width: 100%;
box-shadow: 0 0.125rem 1.75rem 0 rgba(0,0,0,0.09);
transition: all 0.15s ease-in-out 0s;
-webkit-transition: all 0.15s ease-in-out 0s;
-moz-transition: all 0.15s ease-in-out 0s;
-ms-transition: all 0.15s ease-in-out 0s;
-o-transition: all 0.15s ease-in-out 0s;
}
.header_wrapper .navigation-wrap.scroll-on .nav-link:hover, .header_wrapper .navigation-wrap.scroll-on .nav-link.active{
color: var(--primary-color);
}
.header_wrapper .navigation-wrap.scroll-on .main-btn{
color: var(--white-color);
margin: auto;
}
.header_wrapper .navigation-wrap.scroll-on .main-btn:hover{
background-color: transparent;
color: var(--primary-color);
}
.header_wrapper .navigation-wrap.scroll-on .main-btn::before, .header_wrapper .navigation-wrap.scroll-on .main-btn::after{
background-color: var(--black-color);
}
/* header section css code end here */
/* banner section css code starting here */
.hero_slide .carousel-caption{
text-align: left;
top: 50%;
left: 50%;
bottom: 0;
right: 0;
transform: translate(-75%, -35%);
-webkit-transform: translate(-75%, -35%);
-moz-transform: translate(-75%, -35%);
-ms-transform: translate(-75%, -35%);
-o-transform: translate(-75%, -35%);
max-width: 1320px;
}
.hero_slide .carousel-caption h2{
color: var(--white-color);
}
.hero_slide .carousel-caption p{
color: var(--white-color);
}
/* banner section css code end here */
/* about section css code starting here */
.about-section .carousel-inner{
border-radius: 0 0 5rem;
-webkit-border-radius: 0 0 5rem;
-moz-border-radius: 0 0 5rem;
-ms-border-radius: 0 0 5rem;
-o-border-radius: 0 0 5rem;
}
.about-section .main-btn span, .style-section .main-btn span{
color: var(--black-color);
}
.about-section .carousel-indicators{
margin-bottom: -2.5rem;
}
.about-section .carousel-indicators [data-bs-target]{
width: 0.65rem;
height: 0.65rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: var(--primary-color);
}
/* about section css code end here */
/* features section css code starting here */
.features .card{
cursor: pointer;
}
.features .card .icon{
box-shadow: 0.0625rem 0.25rem 1.25rem rgba(26 26 26 / 9%);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 1.25rem 0;
width: 5rem;
text-align: center;
height: auto;
margin-bottom: 2.5rem;
border-top-right-radius: 1.5625rem;
}
.features .card img{
display: block;
opacity: .75;
margin: 0 auto;
filter: brightness(0);
-webkit-filter: brightness(0);
}
.features .card:hover .icon img{
filter: brightness(1);
-webkit-filter: brightness(1);
}
.features .card:hover h4{
color: var(--primary-color);
}
/* features section css code end here */
/* headphone section css code starting here */
.choose h2::before, .contact-section h2::before{
left: 47%;
}
.choose .card .product-star{
color: var(--text-color);
font-size: 100%;
}
.choose .card a h4{
color: #1a1a1a;
display: inline-block;
font-size: 1.5rem;
width: 100%;
font-weight: 500;
margin: 0 0 0.93rem;
line-height: normal;
}
.choose .card:hover a h4{
color: var(--primary-color);
}
.choose .card .product-img{
width: 100%;
height: 21.125rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
}
.choose .card:hover .product-img{
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
#zoom-img{
background-image: url(../image/Product1.jpg);
}
#zoom-img-1{
background-image: url(../image/Product2.jpg);
}
#zoom-img-2{
background-image: url(../image/Product3.jpg);
}
/* headphone section css code end here */
/* contact section css code starting here */
form .form-group, form input[type=text]{
box-shadow: 0.0625rem 0.375rem 0.625rem 0.1875rem rgb(26 26 26 / 7%);
display: inline-block;
margin: 0 0.9375rem;
border-radius: 1.875rem;
-webkit-border-radius: 1.875rem;
-moz-border-radius: 1.875rem;
-ms-border-radius: 1.875rem;
-o-border-radius: 1.875rem;
}
form input[type=email], form input[type=text]{
display: inline-block;
padding: 0.1rem 1.5625rem;
height: 4.375rem;
font-size: 1.125rem;
line-height: 1.7rem;
margin-bottom: 0;
border-radius: 1.875rem;
-webkit-border-radius: 1.875rem;
-moz-border-radius: 1.875rem;
-ms-border-radius: 1.875rem;
-o-border-radius: 1.875rem;
}
form input[type=email], form input[type=text], form input[type=email], form .form-group{
background-color: var(--white-color);
color: var(--text-color);
border: 0.0725rem solid rgba(255,255,255,0.6);
}
.contact-section .subscribe{
float: right;
width: auto;
display: inline-block;
height: 3.75rem;
padding: 0.3125rem 0.3125rem 0.3125rem 1.5625rem;
border-radius: 1.875rem;
-webkit-border-radius: 1.875rem;
-moz-border-radius: 1.875rem;
-ms-border-radius: 1.875rem;
-o-border-radius: 1.875rem;
margin: 0.3125rem;
color: var(--white-color);
background-color: var(--primary-color);
border: 0.0625rem solid transparent;
z-index: 1;
cursor: pointer;
font-size: 1.125rem;
outline: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
.contact-section .subscribe i{
background-color: var(--white-color);
color: var(--primary-color);
width: 3rem;
height: 3rem;
line-height: 3rem;
margin-left: 0.3125rem;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
/* contact section css code end here */
/* footer section css code starting here */
.footer{
background-color: var(--black-color);
}
.footer .footer-social a i{
color: var(--white-color);
font-size: 1.5rem;
padding: 0 1rem;
}
.footer .footer-social a:hover i{
color: var(--primary-color);
}
/* footer section css code end here */
/* Responsive CSS code starting here */
@media (max-width:1300px){
}
@media (max-width:1230px){
/* custom css */
h1{
font-size: 5.25rem;
}
h2{
font-size: 2.375rem;
line-height: 2rem;
}
}
@media (max-width:1024px){
/* custom css */
h1{
font-size: 3.25rem;
}
h2{
font-size: 1.375rem;
line-height: 1.8rem;
}
.wrapper{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
}
@media (max-width:991px){
/* custom classes */
h4, .choose .card a h4{
font-size: 0.9375rem;
margin-bottom: 0.625rem;
}
p{
font-size: 0.8125rem;
line-height: 1.3125rem;
}
.text-content{
width: 100%;
}
/* navbar */
.navigation-wrap .navbar-brand img{
height: 2.8125rem;
}
.navbar-toggler{
color: var(--text-color);
}
.navbar-toggler i{
color: var(--text-color);
line-height: 2;
}
.navigation-wrap{
text-align: center;
background-color: var(--black-color);
}
.navigation-wrap .nav-item .main-btn{
margin-top: 1rem;
}
/* banner */
#home{
padding: 4.375rem 0 0.375rem;
}
.hero_slide .carousel-caption{
transform: translate(-70%, -50%);
-webkit-transform: translate(-70%, -50%);
-moz-transform: translate(-70%, -50%);
-ms-transform: translate(-70%, -50%);
-o-transform: translate(-70%, -50%);
}
/* features */
.features .card .icon{
margin-bottom: 20px;
}
/* headphones */
#zoom-img, #zoom-img-1, #zoom-img-2{
height: 220px;
}
/* contact */
form input[type=text]{
margin-bottom: 1rem;
}
}
@media (max-width:767px){
/* custom css code */
.main-btn{
margin: auto;
}
.text-sec{
text-align: center;
padding-top: 1.875rem;
}
h2:before{
left: 45%;
}
/* banner */
.hero_slide .carousel-caption{
transform: translate(-45%, -70%);
-webkit-transform: translate(-45%, -70%);
-moz-transform: translate(-45%, -70%);
-ms-transform: translate(-45%, -70%);
-o-transform: translate(-45%, -70%);
}
.hero_slide .carousel-caption h2::before{
left: 0;
}
/* contact */
form input[type=email], form input[type=text], .subscribe{
padding: 0 0.625rem;
font-size: 0.875rem;
text-align: center;
}
.subscribe{
font-size: 0.875rem;
}
form .form-group, form input[type=text]{
margin: 0;
width: 100%;
}
form .form-group{
white-space: nowrap;
}
form input[type=email]{
width: 50%;
}
/* footer */
.footer .footer-social a i{
font-size: 1.2rem;
}
}
@media (max-width:575px){
/* banner */
h1{
font-size: 1.6rem;
}
h2{
font-size: 1.25rem;
line-height: 1.7rem;
margin-bottom: 5px;
}
.about-section .carousel-inner .carousel-item img{
width: 50%;
margin: 0 auto;
}
.about-section .carousel-inner{
border-radius: 0 0 2.5rem;
-webkit-border-radius: 0 0 2.5rem;
-moz-border-radius: 0 0 2.5rem;
-ms-border-radius: 0 0 2.5rem;
-o-border-radius: 0 0 2.5rem;
}
/* features */
.features .feature-img-box{
width: 65%;
margin: auto;
}
}
@media (max-width:430px){
/* custom css */
h2::before{
top: -0.8rem;
}
/* banner */
.hero_slide .carousel-caption p{
font-size: 0.7rem;
line-height: 1rem;
.hero_slide .carousel-caption
}
.hero_slide .carousel-caption h1{
font-size: 1rem;
}
.hero_slide .carousel-caption h2{
font-size: .8rem;
}
/* headphones */
#zoom-img, #zoom-img-1, #zoom-img-2{
height: 13.75rem;
width: 60%;
text-align: center;
margin: auto;
}
}
/* Responsive CSS code end here */ | 0.334046 | 0.038178 |
:root {
--color-primary: #E74149;
--font-primary: 'Segoe', Arial, Tahoma, Verdana, sans-serif;
}
@font-face {
font-family: 'Segoe';
font-style: normal;
font-weight: 400;
src: url(../fonts/segoeui.ttf);
}
@font-face {
font-family: 'Segoe';
font-style: normal;
font-weight: 700;
src: url(../fonts/segoeuib.ttf);
}
@font-face {
font-family: 'Segoe';
font-style: normal;
font-weight: 600;
src: url(../fonts/seguisb.ttf);
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
font-family: Segoe, Arial, Tahoma, Verdana, sans-serif;
line-height: 1.3em;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
margin: 30px;
}
.container {
position: relative;
max-width: 960px;
margin: 0 auto;
}
#logo {
position: absolute;
top: 0;
left: 0;
}
#nav {
position: absolute;
top: 0;
right: 0;
}
main {
line-height: 1.5em;
}
.inner-wrapper {
padding: 0 30px;
}
h1 {
margin-top: 160px;
margin-bottom: 50px;
font-size: 36px;
color: #FFF;
line-height: 1.5em;
font-weight: 700;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
color: var(--color-primary);
}
#header-image {
position: relative;
top: -30px;
left: -30px;
z-index: -1;
width: calc(100% + 30px + 30px);
height: 585px;
background-image: url(../img/content/blog-banner.png);
background-position: 62% top;
background-repeat: no-repeat;
overflow: hidden;
}
#header-image::before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.15);
z-index: -1;
}
footer {
position: relative;
}
footer::before {
content: '';
display: block;
position: absolute;
left: -30px;
z-index: -1;
width: calc(100% + 30px + 30px);
height: calc(100% + 30px);
background-color: #DDD;
}
/* alle ul innerhalb von #footer-nav werden definiert */
#footer-nav > ul {
list-style: none;
padding: 0;
margin-top: 15px;
display: flex;
flex-wrap: wrap;
}
#footer-nav > ul > li {
padding-left: 40px;
background-image: url(../img/list-arrow.svg);
background-repeat: no-repeat;
background-position: 20px 7px;
margin-top: 10px;
margin-bottom: 10px;
flex-basis: 50%;
}
#footer-nav a {
color: #000;
text-decoration: none;
}
#end {
margin-top: 80px;
text-align: center;
font-size: 12px;
color: #969696;
}
.btn {
background-color: var(--color-primary);
border: none;
color: white;
border-radius: 12px;
padding: 20px 35px;
font-size: 18px;
font-family: var(--font-primary);
font-weight: 600;
}
article.post {
margin: 40px 0;
max-width: 304px;
}
article.post a {
color: var(--color-primary);
padding-right: 20px;
background-image: url(../img/list-arrow.svg);
background-repeat: no-repeat;
background-position: right 7px;
}
#footer-logo {
display: none;
}
@media (min-width: 480px) {
h1 {
max-width: 500px;
font-size: 45px;
}
.article-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
article.post {
flex-basis: calc(50% - 20px);
}
}
@media (min-width: 950px) {
.abstract {
max-width: 60%;
}
#top {
height: 100px;
position: sticky;
top: 0;
left: 0;
}
#header-image .inner-wrapper {
padding-left: 10%;
}
footer > .container {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
#footer-nav {
grid-area: 1 / 1 / 3 / 2;
}
#footer-nav ul {
margin-bottom: 0;
}
#footer-logo {
grid-area: 1 / 2 / 2 / 3;
display: block;
margin-top: 15px;
text-align: right;
}
#end {
grid-area: 2 / 2 / 3 / 3;
text-align: right;
margin: 0;
align-self: end;
}
} | HTML-CSS/13_blog/css/base.css | :root {
--color-primary: #E74149;
--font-primary: 'Segoe', Arial, Tahoma, Verdana, sans-serif;
}
@font-face {
font-family: 'Segoe';
font-style: normal;
font-weight: 400;
src: url(../fonts/segoeui.ttf);
}
@font-face {
font-family: 'Segoe';
font-style: normal;
font-weight: 700;
src: url(../fonts/segoeuib.ttf);
}
@font-face {
font-family: 'Segoe';
font-style: normal;
font-weight: 600;
src: url(../fonts/seguisb.ttf);
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
font-family: Segoe, Arial, Tahoma, Verdana, sans-serif;
line-height: 1.3em;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
margin: 30px;
}
.container {
position: relative;
max-width: 960px;
margin: 0 auto;
}
#logo {
position: absolute;
top: 0;
left: 0;
}
#nav {
position: absolute;
top: 0;
right: 0;
}
main {
line-height: 1.5em;
}
.inner-wrapper {
padding: 0 30px;
}
h1 {
margin-top: 160px;
margin-bottom: 50px;
font-size: 36px;
color: #FFF;
line-height: 1.5em;
font-weight: 700;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
color: var(--color-primary);
}
#header-image {
position: relative;
top: -30px;
left: -30px;
z-index: -1;
width: calc(100% + 30px + 30px);
height: 585px;
background-image: url(../img/content/blog-banner.png);
background-position: 62% top;
background-repeat: no-repeat;
overflow: hidden;
}
#header-image::before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.15);
z-index: -1;
}
footer {
position: relative;
}
footer::before {
content: '';
display: block;
position: absolute;
left: -30px;
z-index: -1;
width: calc(100% + 30px + 30px);
height: calc(100% + 30px);
background-color: #DDD;
}
/* alle ul innerhalb von #footer-nav werden definiert */
#footer-nav > ul {
list-style: none;
padding: 0;
margin-top: 15px;
display: flex;
flex-wrap: wrap;
}
#footer-nav > ul > li {
padding-left: 40px;
background-image: url(../img/list-arrow.svg);
background-repeat: no-repeat;
background-position: 20px 7px;
margin-top: 10px;
margin-bottom: 10px;
flex-basis: 50%;
}
#footer-nav a {
color: #000;
text-decoration: none;
}
#end {
margin-top: 80px;
text-align: center;
font-size: 12px;
color: #969696;
}
.btn {
background-color: var(--color-primary);
border: none;
color: white;
border-radius: 12px;
padding: 20px 35px;
font-size: 18px;
font-family: var(--font-primary);
font-weight: 600;
}
article.post {
margin: 40px 0;
max-width: 304px;
}
article.post a {
color: var(--color-primary);
padding-right: 20px;
background-image: url(../img/list-arrow.svg);
background-repeat: no-repeat;
background-position: right 7px;
}
#footer-logo {
display: none;
}
@media (min-width: 480px) {
h1 {
max-width: 500px;
font-size: 45px;
}
.article-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
article.post {
flex-basis: calc(50% - 20px);
}
}
@media (min-width: 950px) {
.abstract {
max-width: 60%;
}
#top {
height: 100px;
position: sticky;
top: 0;
left: 0;
}
#header-image .inner-wrapper {
padding-left: 10%;
}
footer > .container {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
#footer-nav {
grid-area: 1 / 1 / 3 / 2;
}
#footer-nav ul {
margin-bottom: 0;
}
#footer-logo {
grid-area: 1 / 2 / 2 / 3;
display: block;
margin-top: 15px;
text-align: right;
}
#end {
grid-area: 2 / 2 / 3 / 3;
text-align: right;
margin: 0;
align-self: end;
}
} | 0.516595 | 0.149718 |
.card-body {
-webkit-box-flex: 1;
flex: 1 1 auto;
min-height: 1px;
padding: 1.5rem;
}
.card-header:first-child {
border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}
.card-header {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-align: center;
align-items: center;
height: 60px;
padding-top: .5rem;
padding-bottom: .5rem;
}
.card-header {
padding: 1rem 1.5rem;
margin-bottom: 0;
background-color: transparent;
border-bottom: 1px solid #edf2f9;
}
.card-header>:first-child {
-webkit-box-flex: 1;
flex: 1;
}
.card-header-title {
margin-bottom: 0;
}
.avatar-title {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 100%;
height: 100%;
line-height: 0;
background-color: #b1c2d9;
color: #fff;
}
.font-size-lg {
font-size: 1.0625rem!important;
}
.bg-primary-soft {
background-color: #e6effc!important;
}
.text-primary {
color: #2c7be5!important;
}
.rounded-circle {
border-radius: 50%!important;
}
.avatar-sm {
width: 2.5rem;
height: 2.5rem;
font-size: .83333rem;
}
.avatar {
position: relative;
display: inline-block;
width: 3rem;
height: 3rem;
font-size: 1rem;
}
.list-group-activity .list-group-item:not(:last-child)::before {
content: '';
position: absolute;
top: 1rem;
left: 1.25rem;
height: 100%;
border-left: 1px solid #e3ebf6;
}
.list-group-activity .list-group-item {
border: 0;
}
.list-group-flush>.list-group-item {
padding-left: 0;
padding-right: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 1rem 1.25rem;
background-color: transparent;
border: 1px solid #e3ebf6;
}
.mb-1, .my-1 {
margin-bottom: .1875rem!important;
letter-spacing: -.02em;
font-size: .8125rem;
color: #000;
} | dashkit-73/src/commerce/orders-timeline/index.css | .card-body {
-webkit-box-flex: 1;
flex: 1 1 auto;
min-height: 1px;
padding: 1.5rem;
}
.card-header:first-child {
border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}
.card-header {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-align: center;
align-items: center;
height: 60px;
padding-top: .5rem;
padding-bottom: .5rem;
}
.card-header {
padding: 1rem 1.5rem;
margin-bottom: 0;
background-color: transparent;
border-bottom: 1px solid #edf2f9;
}
.card-header>:first-child {
-webkit-box-flex: 1;
flex: 1;
}
.card-header-title {
margin-bottom: 0;
}
.avatar-title {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 100%;
height: 100%;
line-height: 0;
background-color: #b1c2d9;
color: #fff;
}
.font-size-lg {
font-size: 1.0625rem!important;
}
.bg-primary-soft {
background-color: #e6effc!important;
}
.text-primary {
color: #2c7be5!important;
}
.rounded-circle {
border-radius: 50%!important;
}
.avatar-sm {
width: 2.5rem;
height: 2.5rem;
font-size: .83333rem;
}
.avatar {
position: relative;
display: inline-block;
width: 3rem;
height: 3rem;
font-size: 1rem;
}
.list-group-activity .list-group-item:not(:last-child)::before {
content: '';
position: absolute;
top: 1rem;
left: 1.25rem;
height: 100%;
border-left: 1px solid #e3ebf6;
}
.list-group-activity .list-group-item {
border: 0;
}
.list-group-flush>.list-group-item {
padding-left: 0;
padding-right: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 1rem 1.25rem;
background-color: transparent;
border: 1px solid #e3ebf6;
}
.mb-1, .my-1 {
margin-bottom: .1875rem!important;
letter-spacing: -.02em;
font-size: .8125rem;
color: #000;
} | 0.382949 | 0.061904 |
.container_12 {
margin: 0 auto;
padding: 0;
position: relative;
width: 960px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.container_12 .alpha {
margin-left: 0;
}
.container_12 .omega {
margin-right: 0;
}
.container_12 .grid_1 {
width: 60px;
}
.container_12 .grid_2 {
width: 140px;
}
.container_12 .grid_3 {
width: 220px;
}
.container_12 .grid_4 {
width: 300px;
}
.container_12 .grid_5 {
width: 380px;
}
.container_12 .grid_6 {
width: 460px;
}
.container_12 .grid_7 {
width: 540px;
}
.container_12 .grid_8 {
width: 620px;
}
.container_12 .grid_9 {
width: 700px;
}
.container_12 .grid_10 {
width: 780px;
}
.container_12 .grid_11 {
width: 860px;
}
.container_12 .grid_12 {
width: 940px;
}
.container_12 .prefix_1 {
padding-left: 80px;
}
.container_12 .prefix_2 {
padding-left: 160px;
}
.container_12 .prefix_3 {
padding-left: 240px;
}
.container_12 .prefix_4 {
padding-left: 320px;
}
.container_12 .prefix_5 {
padding-left: 400px;
}
.container_12 .prefix_6 {
padding-left: 480px;
}
.container_12 .prefix_7 {
padding-left: 560px;
}
.container_12 .prefix_8 {
padding-left: 640px;
}
.container_12 .prefix_9 {
padding-left: 720px;
}
.container_12 .prefix_10 {
padding-left: 800px;
}
.container_12 .prefix_11 {
padding-left: 880px;
}
.container_12 .suffix_1 {
padding-right: 80px;
}
.container_12 .suffix_2 {
padding-right: 160px;
}
.container_12 .suffix_3 {
padding-right: 240px;
}
.container_12 .suffix_4 {
padding-right: 320px;
}
.container_12 .suffix_5 {
padding-right: 400px;
}
.container_12 .suffix_6 {
padding-right: 480px;
}
.container_12 .suffix_7 {
padding-right: 560px;
}
.container_12 .suffix_8 {
padding-right: 640px;
}
.container_12 .suffix_9 {
padding-right: 720px;
}
.container_12 .suffix_10 {
padding-right: 800px;
}
.container_12 .suffix_11 {
padding-right: 880px;
}
.rt_prefix_1 {
padding-left: 80px;
}
.rt_prefix_2 {
padding-left: 160px;
}
.rt_prefix_3 {
padding-left: 240px;
}
.rt_prefix_4 {
padding-left: 320px;
}
.rt_prefix_5 {
padding-left: 400px;
}
.rt_prefix_6 {
padding-left: 480px;
}
.rt_prefix_7 {
padding-left: 560px;
}
.rt_prefix_8 {
padding-left: 640px;
}
.rt_prefix_9 {
padding-left: 720px;
}
.rt_prefix_10 {
padding-left: 800px;
}
.rt_prefix_11 {
padding-left: 880px;
}
.rt_suffix_1 {
padding-right: 80px;
}
.rt_suffix_2 {
padding-right: 160px;
}
.rt_suffix_3 {
padding-right: 240px;
}
.rt_suffix_4 {
padding-right: 320px;
}
.rt_suffix_5 {
padding-right: 400px;
}
.rt_suffix_6 {
padding-right: 480px;
}
.rt_suffix_7 {
padding-right: 560px;
}
.rt_suffix_8 {
padding-right: 640px;
}
.rt_suffix_9 {
padding-right: 720px;
}
.rt_suffix_10 {
padding-right: 800px;
}
.rt_suffix_11 {
padding-right: 880px;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
.container_12 {
width: 768px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin-left: 10px;
margin-right: 10px;
}
.container_12 .alpha {
margin-left: 0;
}
.container_12 .omega {
margin-right: 0;
}
.container_12 .grid_1 {
width: 44px;
}
.container_12 .grid_2 {
width: 108px;
}
.container_12 .grid_3 {
width: 172px;
}
.container_12 .grid_4 {
width: 236px;
}
.container_12 .grid_5 {
width: 300px;
}
.container_12 .grid_6 {
width: 364px;
}
.container_12 .grid_7 {
width: 428px;
}
.container_12 .grid_8 {
width: 492px;
}
.container_12 .grid_9 {
width: 556px;
}
.container_12 .grid_10 {
width: 620px;
}
.container_12 .grid_11 {
width: 684px;
}
.container_12 .grid_12 {
width: 748px;
}
.container_12 .prefix_1 {
padding-left: 64px;
}
.container_12 .prefix_2 {
padding-left: 128px;
}
.container_12 .prefix_3 {
padding-left: 192px;
}
.container_12 .prefix_4 {
padding-left: 256px;
}
.container_12 .prefix_5 {
padding-left: 320px;
}
.container_12 .prefix_6 {
padding-left: 384px;
}
.container_12 .prefix_7 {
padding-left: 448px;
}
.container_12 .prefix_8 {
padding-left: 512px;
}
.container_12 .prefix_9 {
padding-left: 576px;
}
.container_12 .prefix_10 {
padding-left: 640px;
}
.container_12 .prefix_11 {
padding-left: 768px;
}
.container_12 .suffix_1 {
padding-right: 64px;
}
.container_12 .suffix_2 {
padding-right: 128px;
}
.container_12 .suffix_3 {
padding-right: 192px;
}
.container_12 .suffix_4 {
padding-right: 256px;
}
.container_12 .suffix_5 {
padding-right: 320px;
}
.container_12 .suffix_6 {
padding-right: 384px;
}
.container_12 .suffix_7 {
padding-right: 448px;
}
.container_12 .suffix_8 {
padding-right: 512px;
}
.container_12 .suffix_9 {
padding-right: 576px;
}
.container_12 .suffix_10 {
padding-right: 640px;
}
.container_12 .suffix_11 {
padding-right: 768px;
}
.rt_prefix_1 {
padding-left: 40px;
}
.rt_prefix_2 {
padding-left: 80px;
}
.rt_prefix_3 {
padding-left: 120px;
}
.rt_prefix_4 {
padding-left: 160px;
}
.rt_prefix_5 {
padding-left: 200px;
}
.rt_prefix_6 {
padding-left: 240px;
}
.rt_prefix_7 {
padding-left: 280px;
}
.rt_prefix_8 {
padding-left: 320px;
}
.rt_prefix_9 {
padding-left: 360px;
}
.rt_prefix_10 {
padding-left: 400px;
}
.rt_prefix_11 {
padding-left: 440px;
}
.rt_suffix_1 {
padding-right: 40px;
}
.rt_suffix_2 {
padding-right: 80px;
}
.rt_suffix_3 {
padding-right: 120px;
}
.rt_suffix_4 {
padding-right: 160px;
}
.rt_suffix_5 {
padding-right: 200px;
}
.rt_suffix_6 {
padding-right: 240px;
}
.rt_suffix_7 {
padding-right: 280px;
}
.rt_suffix_8 {
padding-right: 320px;
}
.rt_suffix_9 {
padding-right: 360px;
}
.rt_suffix_10 {
padding-right: 400px;
}
.rt_suffix_11 {
padding-right: 440px;
}
}
@media only screen and (max-width: 767px) {
.container_12 {
width: 300px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin: 0;
}
.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
width: 300px;
}
.container_12 .prefix_1, .container_12 .prefix_2, .container_12 .prefix_3, .container_12 .prefix_4, .container_12 .prefix_5, .container_12 .prefix_6, .container_12 .prefix_7, .container_12 .prefix_8, .container_12 .prefix_9, .container_12 .prefix_10, .container_12 .prefix_11 {
padding-left: 0;
}
.container_12 .suffix_1, .container_12 .suffix_2, .container_12 .suffix_3, .container_12 .suffix_4, .container_12 .suffix_5, .container_12 .suffix_6, .container_12 .suffix_7, .container_12 .suffix_8, .container_12 .suffix_9, .container_12 .suffix_10, .container_12 .suffix_11 {
padding-right: 0;
}
.rt_prefix_1, .rt_prefix_2, .rt_prefix_3, .rt_prefix_4, .rt_prefix_5, .rt_prefix_6, .rt_prefix_7, .rt_prefix_8, .rt_prefix_9, .rt_prefix_10, .rt_prefix_11 {
padding-left: 0;
}
.rt_suffix_1, .rt_suffix_2, .rt_suffix_3, .rt_suffix_4, .rt_suffix_5, .rt_suffix_6, .rt_suffix_7, .rt_suffix_8, .rt_suffix_9, .rt_suffix_10, .rt_suffix_11 {
padding-right: 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container_12 {
width: 420px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin: 0;
}
.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
width: 420px;
}
.container_12 .prefix_1, .container_12 .prefix_2, .container_12 .prefix_3, .container_12 .prefix_4, .container_12 .prefix_5, .container_12 .prefix_6, .container_12 .prefix_7, .container_12 .prefix_8, .container_12 .prefix_9, .container_12 .prefix_10, .container_12 .prefix_11 {
padding-left: 0;
}
.container_12 .suffix_1, .container_12 .suffix_2, .container_12 .suffix_3, .container_12 .suffix_4, .container_12 .suffix_5, .container_12 .suffix_6, .container_12 .suffix_7, .container_12 .suffix_8, .container_12 .suffix_9, .container_12 .suffix_10, .container_12 .suffix_11 {
padding-right: 0;
}
.rt_prefix_1, .rt_prefix_2, .rt_prefix_3, .rt_prefix_4, .rt_prefix_5, .rt_prefix_6, .rt_prefix_7, .rt_prefix_8, .rt_prefix_9, .rt_prefix_10, .rt_prefix_11 {
padding-left: 0;
}
.rt_suffix_1, .rt_suffix_2, .rt_suffix_3, .rt_suffix_4, .rt_suffix_5, .rt_suffix_6, .rt_suffix_7, .rt_suffix_8, .rt_suffix_9, .rt_suffix_10, .rt_suffix_11 {
padding-right: 0;
}
}
.container_12:after {
clear: both;
content: " ";
display: block;
height: 0;
visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
content: " ";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
.row:after, .clearfix:after {
clear: both;
}
.row, .clearfix {
}
.clear {
clear: both;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
} | public/css/skeleton.css | .container_12 {
margin: 0 auto;
padding: 0;
position: relative;
width: 960px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.container_12 .alpha {
margin-left: 0;
}
.container_12 .omega {
margin-right: 0;
}
.container_12 .grid_1 {
width: 60px;
}
.container_12 .grid_2 {
width: 140px;
}
.container_12 .grid_3 {
width: 220px;
}
.container_12 .grid_4 {
width: 300px;
}
.container_12 .grid_5 {
width: 380px;
}
.container_12 .grid_6 {
width: 460px;
}
.container_12 .grid_7 {
width: 540px;
}
.container_12 .grid_8 {
width: 620px;
}
.container_12 .grid_9 {
width: 700px;
}
.container_12 .grid_10 {
width: 780px;
}
.container_12 .grid_11 {
width: 860px;
}
.container_12 .grid_12 {
width: 940px;
}
.container_12 .prefix_1 {
padding-left: 80px;
}
.container_12 .prefix_2 {
padding-left: 160px;
}
.container_12 .prefix_3 {
padding-left: 240px;
}
.container_12 .prefix_4 {
padding-left: 320px;
}
.container_12 .prefix_5 {
padding-left: 400px;
}
.container_12 .prefix_6 {
padding-left: 480px;
}
.container_12 .prefix_7 {
padding-left: 560px;
}
.container_12 .prefix_8 {
padding-left: 640px;
}
.container_12 .prefix_9 {
padding-left: 720px;
}
.container_12 .prefix_10 {
padding-left: 800px;
}
.container_12 .prefix_11 {
padding-left: 880px;
}
.container_12 .suffix_1 {
padding-right: 80px;
}
.container_12 .suffix_2 {
padding-right: 160px;
}
.container_12 .suffix_3 {
padding-right: 240px;
}
.container_12 .suffix_4 {
padding-right: 320px;
}
.container_12 .suffix_5 {
padding-right: 400px;
}
.container_12 .suffix_6 {
padding-right: 480px;
}
.container_12 .suffix_7 {
padding-right: 560px;
}
.container_12 .suffix_8 {
padding-right: 640px;
}
.container_12 .suffix_9 {
padding-right: 720px;
}
.container_12 .suffix_10 {
padding-right: 800px;
}
.container_12 .suffix_11 {
padding-right: 880px;
}
.rt_prefix_1 {
padding-left: 80px;
}
.rt_prefix_2 {
padding-left: 160px;
}
.rt_prefix_3 {
padding-left: 240px;
}
.rt_prefix_4 {
padding-left: 320px;
}
.rt_prefix_5 {
padding-left: 400px;
}
.rt_prefix_6 {
padding-left: 480px;
}
.rt_prefix_7 {
padding-left: 560px;
}
.rt_prefix_8 {
padding-left: 640px;
}
.rt_prefix_9 {
padding-left: 720px;
}
.rt_prefix_10 {
padding-left: 800px;
}
.rt_prefix_11 {
padding-left: 880px;
}
.rt_suffix_1 {
padding-right: 80px;
}
.rt_suffix_2 {
padding-right: 160px;
}
.rt_suffix_3 {
padding-right: 240px;
}
.rt_suffix_4 {
padding-right: 320px;
}
.rt_suffix_5 {
padding-right: 400px;
}
.rt_suffix_6 {
padding-right: 480px;
}
.rt_suffix_7 {
padding-right: 560px;
}
.rt_suffix_8 {
padding-right: 640px;
}
.rt_suffix_9 {
padding-right: 720px;
}
.rt_suffix_10 {
padding-right: 800px;
}
.rt_suffix_11 {
padding-right: 880px;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
.container_12 {
width: 768px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin-left: 10px;
margin-right: 10px;
}
.container_12 .alpha {
margin-left: 0;
}
.container_12 .omega {
margin-right: 0;
}
.container_12 .grid_1 {
width: 44px;
}
.container_12 .grid_2 {
width: 108px;
}
.container_12 .grid_3 {
width: 172px;
}
.container_12 .grid_4 {
width: 236px;
}
.container_12 .grid_5 {
width: 300px;
}
.container_12 .grid_6 {
width: 364px;
}
.container_12 .grid_7 {
width: 428px;
}
.container_12 .grid_8 {
width: 492px;
}
.container_12 .grid_9 {
width: 556px;
}
.container_12 .grid_10 {
width: 620px;
}
.container_12 .grid_11 {
width: 684px;
}
.container_12 .grid_12 {
width: 748px;
}
.container_12 .prefix_1 {
padding-left: 64px;
}
.container_12 .prefix_2 {
padding-left: 128px;
}
.container_12 .prefix_3 {
padding-left: 192px;
}
.container_12 .prefix_4 {
padding-left: 256px;
}
.container_12 .prefix_5 {
padding-left: 320px;
}
.container_12 .prefix_6 {
padding-left: 384px;
}
.container_12 .prefix_7 {
padding-left: 448px;
}
.container_12 .prefix_8 {
padding-left: 512px;
}
.container_12 .prefix_9 {
padding-left: 576px;
}
.container_12 .prefix_10 {
padding-left: 640px;
}
.container_12 .prefix_11 {
padding-left: 768px;
}
.container_12 .suffix_1 {
padding-right: 64px;
}
.container_12 .suffix_2 {
padding-right: 128px;
}
.container_12 .suffix_3 {
padding-right: 192px;
}
.container_12 .suffix_4 {
padding-right: 256px;
}
.container_12 .suffix_5 {
padding-right: 320px;
}
.container_12 .suffix_6 {
padding-right: 384px;
}
.container_12 .suffix_7 {
padding-right: 448px;
}
.container_12 .suffix_8 {
padding-right: 512px;
}
.container_12 .suffix_9 {
padding-right: 576px;
}
.container_12 .suffix_10 {
padding-right: 640px;
}
.container_12 .suffix_11 {
padding-right: 768px;
}
.rt_prefix_1 {
padding-left: 40px;
}
.rt_prefix_2 {
padding-left: 80px;
}
.rt_prefix_3 {
padding-left: 120px;
}
.rt_prefix_4 {
padding-left: 160px;
}
.rt_prefix_5 {
padding-left: 200px;
}
.rt_prefix_6 {
padding-left: 240px;
}
.rt_prefix_7 {
padding-left: 280px;
}
.rt_prefix_8 {
padding-left: 320px;
}
.rt_prefix_9 {
padding-left: 360px;
}
.rt_prefix_10 {
padding-left: 400px;
}
.rt_prefix_11 {
padding-left: 440px;
}
.rt_suffix_1 {
padding-right: 40px;
}
.rt_suffix_2 {
padding-right: 80px;
}
.rt_suffix_3 {
padding-right: 120px;
}
.rt_suffix_4 {
padding-right: 160px;
}
.rt_suffix_5 {
padding-right: 200px;
}
.rt_suffix_6 {
padding-right: 240px;
}
.rt_suffix_7 {
padding-right: 280px;
}
.rt_suffix_8 {
padding-right: 320px;
}
.rt_suffix_9 {
padding-right: 360px;
}
.rt_suffix_10 {
padding-right: 400px;
}
.rt_suffix_11 {
padding-right: 440px;
}
}
@media only screen and (max-width: 767px) {
.container_12 {
width: 300px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin: 0;
}
.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
width: 300px;
}
.container_12 .prefix_1, .container_12 .prefix_2, .container_12 .prefix_3, .container_12 .prefix_4, .container_12 .prefix_5, .container_12 .prefix_6, .container_12 .prefix_7, .container_12 .prefix_8, .container_12 .prefix_9, .container_12 .prefix_10, .container_12 .prefix_11 {
padding-left: 0;
}
.container_12 .suffix_1, .container_12 .suffix_2, .container_12 .suffix_3, .container_12 .suffix_4, .container_12 .suffix_5, .container_12 .suffix_6, .container_12 .suffix_7, .container_12 .suffix_8, .container_12 .suffix_9, .container_12 .suffix_10, .container_12 .suffix_11 {
padding-right: 0;
}
.rt_prefix_1, .rt_prefix_2, .rt_prefix_3, .rt_prefix_4, .rt_prefix_5, .rt_prefix_6, .rt_prefix_7, .rt_prefix_8, .rt_prefix_9, .rt_prefix_10, .rt_prefix_11 {
padding-left: 0;
}
.rt_suffix_1, .rt_suffix_2, .rt_suffix_3, .rt_suffix_4, .rt_suffix_5, .rt_suffix_6, .rt_suffix_7, .rt_suffix_8, .rt_suffix_9, .rt_suffix_10, .rt_suffix_11 {
padding-right: 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container_12 {
width: 420px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin: 0;
}
.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
width: 420px;
}
.container_12 .prefix_1, .container_12 .prefix_2, .container_12 .prefix_3, .container_12 .prefix_4, .container_12 .prefix_5, .container_12 .prefix_6, .container_12 .prefix_7, .container_12 .prefix_8, .container_12 .prefix_9, .container_12 .prefix_10, .container_12 .prefix_11 {
padding-left: 0;
}
.container_12 .suffix_1, .container_12 .suffix_2, .container_12 .suffix_3, .container_12 .suffix_4, .container_12 .suffix_5, .container_12 .suffix_6, .container_12 .suffix_7, .container_12 .suffix_8, .container_12 .suffix_9, .container_12 .suffix_10, .container_12 .suffix_11 {
padding-right: 0;
}
.rt_prefix_1, .rt_prefix_2, .rt_prefix_3, .rt_prefix_4, .rt_prefix_5, .rt_prefix_6, .rt_prefix_7, .rt_prefix_8, .rt_prefix_9, .rt_prefix_10, .rt_prefix_11 {
padding-left: 0;
}
.rt_suffix_1, .rt_suffix_2, .rt_suffix_3, .rt_suffix_4, .rt_suffix_5, .rt_suffix_6, .rt_suffix_7, .rt_suffix_8, .rt_suffix_9, .rt_suffix_10, .rt_suffix_11 {
padding-right: 0;
}
}
.container_12:after {
clear: both;
content: " ";
display: block;
height: 0;
visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
content: " ";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
.row:after, .clearfix:after {
clear: both;
}
.row, .clearfix {
}
.clear {
clear: both;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
} | 0.462959 | 0.069384 |
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
body {background:#dcdcdc url(grad_top.jpg) repeat-x; font:12px "Trebuchet MS", verdana, arial, sans-serif; color:#606060;}
.page-wrapper {width:765px; margin:0 auto;}
header {background-image:url(header.jpg); width:699px; height:347px;}
header h1, h2 {display:none;}
.summary {position:relative;}
.summary p:first-child {display:none;}
.summary p:last-child {position:absolute; left:600px; top:-65px; width: 130px;}
.summary p:last-child a:link {color: #606060; text-decoration:underline; font-weight:bold;}
.summary p:last-child a:visited {color:#787878;}
.summary p:last-child a:hover {color:#949494;}
.preamble {width:765px; background:url(preamble_bg.gif) bottom; padding-bottom:15px; line-height:22px; text-align:justify;}
.preamble h3 {position:relative; background-image:url(preamble_hdr.gif); width:765px; height:35px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.preamble p {padding: 7px 20px;}
.supporting {float:left; width:543px; background-image:url(body_bg.gif); line-height:22px; text-align:justify;}
.supporting p {padding: 7px 20px;}
.supporting a:link {color:#df0000; text-decoration:none; font-weight:bold; border-bottom:1px solid #930000;}
.supporting a:visited {color:#df0000; text-decoration:none; border:0;}
.supporting a:hover{border-bottom: 1px solid #df0000;}
.explanation {background:url(so_what_btrflys.gif) bottom left no-repeat;}
.explanation h3 {position:relative; background-image:url(so_what_hdr.gif); width:543px; height:28px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.participation {background: url(participation_btrflys.gif) bottom left no-repeat;}
.participation h3 {position:relative; background-image:url(participation_hdr.gif); width:543px; height:37px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.benefits h3 {position:relative; background-image:url(benefits_hdr.gif); width:543px; height:35px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.requirements {background: url(req_btrflys.gif) top left no-repeat;}
.requirements h3 {position:relative; background-image:url(req_hdr.gif); width:543px; height:36px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.requirements p:nth-child(6) {margin-bottom:0; padding-bottom:14px;}
footer {position:relative; font-size: 14px; text-align:center;background:url(footer_bg.gif) no-repeat; width:543px; height:35px; padding-top:63px;}
footer a:link {color: #c20000; font-weight:bolder; text-decoration:none; border:0;}
footer a:visited {color:#c20000; font-weight:bolder;}
footer a:hover {color:#f33; border:0;}
.sidebar {float:right; width:195px; color:#d70000; background-image:url(linklist_bg.gif); font-size:11px;}
.sidebar ul {list-style-type:none;}
.design-selection a:link {display:block;color: #d70000; text-decoration:none; font-weight:bolder; border-bottom:1px solid #ddd;}
.design-selection a:visited {display:block; color:#c66; text-decoration:none; border-bottom:1px solid #b1b1b1;}
.design-selection a:hover {color: #f70000;}
.design-selection a.designer-name:link {display:inline; color:#5d5d5d; text-decoration:none; font-style:italic; margin-left:5px; border:0;}
.design-selection a.designer-name:visited {display:inline; color:#787878; font-weight:normal; text-decoration:none; border:0;}
.design-selection a.designer-name:hover{color:#949494;}
.sidebar .wrapper li {padding: 0 20px;}
.sidebar .wrapper {background:url(resources_btm_2.gif) bottom no-repeat; padding-bottom: 10px; padding-bottom: 119px;}
.design-selection h3 {position:relative; background-image: url(select_design_hdr.gif); width:195px; height:60px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.design-selection ul {padding-top:8px;}
.design-selection li {padding-bottom:10px;}
.design-archives h3 {position:relative; background-image: url(archives_hdr.gif); width:195px; height:30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.zen-resources h3 {position:relative; background: url(resources_hdr.gif) no-repeat; width:195px; height:30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.design-archives ul, .zen-resources ul {padding-top:8px;}
.design-archives ul li, .zen-resources ul li {padding-bottom:8px;}
.design-archives a:link, .zen-resources a:link {color:#606060; text-decoration:none; font-weight:bolder;}
.design-archives a:visited, .zen-resources a:visited {color:#787878;text-decoration:none;}
.design-archives a:hover, .zen-resources a:hover {color:#949494; font-style:italic;}
* {margin:0; padding:0;}
abbr {border-bottom: 1px dotted #606060; cursor:help;} | 前端案例收集/css/csszengarden.com-master/160/160.css |
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
body {background:#dcdcdc url(grad_top.jpg) repeat-x; font:12px "Trebuchet MS", verdana, arial, sans-serif; color:#606060;}
.page-wrapper {width:765px; margin:0 auto;}
header {background-image:url(header.jpg); width:699px; height:347px;}
header h1, h2 {display:none;}
.summary {position:relative;}
.summary p:first-child {display:none;}
.summary p:last-child {position:absolute; left:600px; top:-65px; width: 130px;}
.summary p:last-child a:link {color: #606060; text-decoration:underline; font-weight:bold;}
.summary p:last-child a:visited {color:#787878;}
.summary p:last-child a:hover {color:#949494;}
.preamble {width:765px; background:url(preamble_bg.gif) bottom; padding-bottom:15px; line-height:22px; text-align:justify;}
.preamble h3 {position:relative; background-image:url(preamble_hdr.gif); width:765px; height:35px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.preamble p {padding: 7px 20px;}
.supporting {float:left; width:543px; background-image:url(body_bg.gif); line-height:22px; text-align:justify;}
.supporting p {padding: 7px 20px;}
.supporting a:link {color:#df0000; text-decoration:none; font-weight:bold; border-bottom:1px solid #930000;}
.supporting a:visited {color:#df0000; text-decoration:none; border:0;}
.supporting a:hover{border-bottom: 1px solid #df0000;}
.explanation {background:url(so_what_btrflys.gif) bottom left no-repeat;}
.explanation h3 {position:relative; background-image:url(so_what_hdr.gif); width:543px; height:28px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.participation {background: url(participation_btrflys.gif) bottom left no-repeat;}
.participation h3 {position:relative; background-image:url(participation_hdr.gif); width:543px; height:37px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.benefits h3 {position:relative; background-image:url(benefits_hdr.gif); width:543px; height:35px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.requirements {background: url(req_btrflys.gif) top left no-repeat;}
.requirements h3 {position:relative; background-image:url(req_hdr.gif); width:543px; height:36px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.requirements p:nth-child(6) {margin-bottom:0; padding-bottom:14px;}
footer {position:relative; font-size: 14px; text-align:center;background:url(footer_bg.gif) no-repeat; width:543px; height:35px; padding-top:63px;}
footer a:link {color: #c20000; font-weight:bolder; text-decoration:none; border:0;}
footer a:visited {color:#c20000; font-weight:bolder;}
footer a:hover {color:#f33; border:0;}
.sidebar {float:right; width:195px; color:#d70000; background-image:url(linklist_bg.gif); font-size:11px;}
.sidebar ul {list-style-type:none;}
.design-selection a:link {display:block;color: #d70000; text-decoration:none; font-weight:bolder; border-bottom:1px solid #ddd;}
.design-selection a:visited {display:block; color:#c66; text-decoration:none; border-bottom:1px solid #b1b1b1;}
.design-selection a:hover {color: #f70000;}
.design-selection a.designer-name:link {display:inline; color:#5d5d5d; text-decoration:none; font-style:italic; margin-left:5px; border:0;}
.design-selection a.designer-name:visited {display:inline; color:#787878; font-weight:normal; text-decoration:none; border:0;}
.design-selection a.designer-name:hover{color:#949494;}
.sidebar .wrapper li {padding: 0 20px;}
.sidebar .wrapper {background:url(resources_btm_2.gif) bottom no-repeat; padding-bottom: 10px; padding-bottom: 119px;}
.design-selection h3 {position:relative; background-image: url(select_design_hdr.gif); width:195px; height:60px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.design-selection ul {padding-top:8px;}
.design-selection li {padding-bottom:10px;}
.design-archives h3 {position:relative; background-image: url(archives_hdr.gif); width:195px; height:30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.zen-resources h3 {position:relative; background: url(resources_hdr.gif) no-repeat; width:195px; height:30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.design-archives ul, .zen-resources ul {padding-top:8px;}
.design-archives ul li, .zen-resources ul li {padding-bottom:8px;}
.design-archives a:link, .zen-resources a:link {color:#606060; text-decoration:none; font-weight:bolder;}
.design-archives a:visited, .zen-resources a:visited {color:#787878;text-decoration:none;}
.design-archives a:hover, .zen-resources a:hover {color:#949494; font-style:italic;}
* {margin:0; padding:0;}
abbr {border-bottom: 1px dotted #606060; cursor:help;} | 0.414425 | 0.128607 |
@font-face {
font-family: PFDinDisplayPro;
src:
url("../fonts/PFDinDisplayPro-Med.otf") format("opentype");
}
* {
margin: 0;
padding: 0;
overflow: hidden;
font-family: PFDinDisplayPro;
}
@media screen {
#cache img, #cache_mob img{
position: absolute;
bottom: -100%;
opacity: 0;
width: 0;
height: 0;
display: none;
visibility: hidden;
}
}
body {
width: 100vw;
height: 100vh;
background-color: #2c2c32;
}
#app {
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
background-image: url(../images/city/001_LONDON_HFC.jpg);
background-size: cover;
animation: slider 15s ease-in-out 5s infinite;
animation-fill-mode: both;
overflow-y: auto;
}
#app.clear {
background: none;
animation: none;
animation-fill-mode: none;
animation-play-state: paused;
}
#slider {
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
z-index: 0;
position: fixed;
top: 0;
left: 0;
bottom: 0;
}
#slider.london {
background-image: url(../images/city/001_LONDON_HFC.jpg);
animation: london 1s ease-out 0s 1;
}
#slider.geneva {
background-image: url(../images/city/001_GENEVA_HFC.jpg);
animation: geneva 1s ease-out 0s 1;
}
#slider.moscow {
background-image: url(../images/city/003_MOSCOW_HFC.jpg);
animation: moscow 1s ease-out 0s 1;
}
#scene {
width: 100%;
animation: fadeIn 4s ease-in 1s 1;
animation-fill-mode: forwards;
opacity: 0;
position: relative;
max-width: calc(100vw - 40px);
max-height: 320px;
height: 100%;
display: flex;
flex-flow: column nowrap;
overflow: auto;
margin: 0 auto;
justify-content: center;
}
@keyframes slider {
0% {
background-image: url(../images/city/001_LONDON_HFC.jpg)
}
33% {
background-image: url(../images/city/001_GENEVA_HFC.jpg)
}
66% {
background-image: url(../images/city/003_MOSCOW_HFC.jpg)
}
100% {
background-image: url(../images/city/001_LONDON_HFC.jpg)
}
}
@keyframes london {
0% {
opacity: 0;
}
100% {
opacity: 1;
background-image: url(../images/city/l1.png)
}
}
@keyframes geneva {
0% {
opacity: 0;
}
100% {
opacity: 1;
background-image: url(../images/city/g1.png)
}
}
@keyframes moscow {
0% {
opacity: 0;
}
100% {
opacity: 1;
background-image: url(../images/city/m1.png)
}
}
#logo {
text-align: center;
width: 100%;
margin: 0 auto;
/* min-height: 250px; */
display: flex;
align-items: flex-end;
padding: 20px 0 0;
}
#logo img {
width: 100%;
margin: 0 auto;
max-width: 640px;
}
#nav {
z-index: 1;
display: flex;
align-items: center;
justify-content: space-around;
max-width: 440px;
margin: 10px auto 0 auto;
width: 100%;
}
#nav li {
display: flex;
justify-content: center;
}
#nav li.devider {
width: 100%;
max-width: 24px;
}
#nav li.devider span {
display: block;
border-radius: 50%;
width: 6px;
height: 6px;
background-color: #e4b76a;
}
#nav li a {
color: #e4b76a;
text-transform: uppercase;
text-decoration: none;
font-size: 150%;
transition: .5s ease;
letter-spacing: 3px;
padding: 10px 0;
}
#nav li a:hover, #nav li a:active, #nav li a.active {
color: #55565a;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (max-width: 640px) {
#app {
background-image: url(../images/city/london_mob1.png);
}
#slider.london {
background-image: url(../images/city/london_mob1.png);
}
#slider.geneva {
background-image: url(../images/city/geneva_mob1.png);
}
#slider.moscow {
background-image: url(../images/city/moscow_mob1.png);
}
#logo {
min-height: auto;
}
#logo img {
width: 90%;
}
#nav li a {
font-size: 80%;
}
@keyframes slider {
0% {
background-image: url(../images/city/london_mob1.png)
}
33% {
background-image: url(../images/city/geneva_mob1.png)
}
66% {
background-image: url(../images/city/moscow_mob1.png)
}
}
@keyframes london {
0% {
opacity: 0;
background-color: #2c2c32;
}
100% {
opacity: 1;
background-image: url(../images/city/london_mob1.png)
}
}
@keyframes geneva {
0% {
opacity: 0;
background-color: #2c2c32;
}
100% {
opacity: 1;
background-image: url(../images/city/geneva_mob1.png)
}
}
@keyframes moscow {
0% {
opacity: 0;
background-color: #2c2c32;
}
100% {
opacity: 1;
background-image: url(../images/city/moscow_mob1.png)
}
}
} | public/css/main.css | @font-face {
font-family: PFDinDisplayPro;
src:
url("../fonts/PFDinDisplayPro-Med.otf") format("opentype");
}
* {
margin: 0;
padding: 0;
overflow: hidden;
font-family: PFDinDisplayPro;
}
@media screen {
#cache img, #cache_mob img{
position: absolute;
bottom: -100%;
opacity: 0;
width: 0;
height: 0;
display: none;
visibility: hidden;
}
}
body {
width: 100vw;
height: 100vh;
background-color: #2c2c32;
}
#app {
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
background-image: url(../images/city/001_LONDON_HFC.jpg);
background-size: cover;
animation: slider 15s ease-in-out 5s infinite;
animation-fill-mode: both;
overflow-y: auto;
}
#app.clear {
background: none;
animation: none;
animation-fill-mode: none;
animation-play-state: paused;
}
#slider {
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
z-index: 0;
position: fixed;
top: 0;
left: 0;
bottom: 0;
}
#slider.london {
background-image: url(../images/city/001_LONDON_HFC.jpg);
animation: london 1s ease-out 0s 1;
}
#slider.geneva {
background-image: url(../images/city/001_GENEVA_HFC.jpg);
animation: geneva 1s ease-out 0s 1;
}
#slider.moscow {
background-image: url(../images/city/003_MOSCOW_HFC.jpg);
animation: moscow 1s ease-out 0s 1;
}
#scene {
width: 100%;
animation: fadeIn 4s ease-in 1s 1;
animation-fill-mode: forwards;
opacity: 0;
position: relative;
max-width: calc(100vw - 40px);
max-height: 320px;
height: 100%;
display: flex;
flex-flow: column nowrap;
overflow: auto;
margin: 0 auto;
justify-content: center;
}
@keyframes slider {
0% {
background-image: url(../images/city/001_LONDON_HFC.jpg)
}
33% {
background-image: url(../images/city/001_GENEVA_HFC.jpg)
}
66% {
background-image: url(../images/city/003_MOSCOW_HFC.jpg)
}
100% {
background-image: url(../images/city/001_LONDON_HFC.jpg)
}
}
@keyframes london {
0% {
opacity: 0;
}
100% {
opacity: 1;
background-image: url(../images/city/l1.png)
}
}
@keyframes geneva {
0% {
opacity: 0;
}
100% {
opacity: 1;
background-image: url(../images/city/g1.png)
}
}
@keyframes moscow {
0% {
opacity: 0;
}
100% {
opacity: 1;
background-image: url(../images/city/m1.png)
}
}
#logo {
text-align: center;
width: 100%;
margin: 0 auto;
/* min-height: 250px; */
display: flex;
align-items: flex-end;
padding: 20px 0 0;
}
#logo img {
width: 100%;
margin: 0 auto;
max-width: 640px;
}
#nav {
z-index: 1;
display: flex;
align-items: center;
justify-content: space-around;
max-width: 440px;
margin: 10px auto 0 auto;
width: 100%;
}
#nav li {
display: flex;
justify-content: center;
}
#nav li.devider {
width: 100%;
max-width: 24px;
}
#nav li.devider span {
display: block;
border-radius: 50%;
width: 6px;
height: 6px;
background-color: #e4b76a;
}
#nav li a {
color: #e4b76a;
text-transform: uppercase;
text-decoration: none;
font-size: 150%;
transition: .5s ease;
letter-spacing: 3px;
padding: 10px 0;
}
#nav li a:hover, #nav li a:active, #nav li a.active {
color: #55565a;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (max-width: 640px) {
#app {
background-image: url(../images/city/london_mob1.png);
}
#slider.london {
background-image: url(../images/city/london_mob1.png);
}
#slider.geneva {
background-image: url(../images/city/geneva_mob1.png);
}
#slider.moscow {
background-image: url(../images/city/moscow_mob1.png);
}
#logo {
min-height: auto;
}
#logo img {
width: 90%;
}
#nav li a {
font-size: 80%;
}
@keyframes slider {
0% {
background-image: url(../images/city/london_mob1.png)
}
33% {
background-image: url(../images/city/geneva_mob1.png)
}
66% {
background-image: url(../images/city/moscow_mob1.png)
}
}
@keyframes london {
0% {
opacity: 0;
background-color: #2c2c32;
}
100% {
opacity: 1;
background-image: url(../images/city/london_mob1.png)
}
}
@keyframes geneva {
0% {
opacity: 0;
background-color: #2c2c32;
}
100% {
opacity: 1;
background-image: url(../images/city/geneva_mob1.png)
}
}
@keyframes moscow {
0% {
opacity: 0;
background-color: #2c2c32;
}
100% {
opacity: 1;
background-image: url(../images/city/moscow_mob1.png)
}
}
} | 0.460774 | 0.113973 |
* html #contentmsg .message { height: 1%; }
* html #contentmsg .rightpanel { width:580px; }
/* End hide from IE5-mac and Mozilla */
#contentmsg .message { text-align: left; border: 2px solid #382418; margin-bottom: 15px; background-color: #1c1610; }
#contentmsg .leftpanel { vertical-align: top; width: 20%; padding: 10px 0; background-color: #261d14;}
#contentmsg .rightpanel { margin-right: 10px; padding-left: 3%; word-wrap: break-word; overflow:hidden; }
*:first-child+html #contentmsg .msgcontents { display: block; width: 580px; } /* IE7 only */
#contentmsg .msgcontents { padding: 10px 10px 2em 0; word-wrap: break-word; overflow:hidden; width:570px; }
#contentmsg .msgtime { color: #888; text-align: right; margin-right: 5px; }
#contentmsg .hiddenmsg { color: #888; }
#contentmsg .msgcommands { text-align: center; margin-top: 5px; }
#contentmsg .modtype, #content .msgcommands { font-size: 8pt; text-align: center; }
#contentmsg .msgcreator { text-align: center; }
#contentmsg .msgcreator A { color: white; }
#contentmsg .mod { background-color: #092009; border-color: #294729; }
#contentmsg .mod .leftpanel { background-color: #092709; }
#contentmsg .moved { background-color: #050525; border-color: #16164a; }
#contentmsg .moved .leftpanel { background-color: #050530; }
#contentmsg .jmod .leftpanel { background-color: #4c4205; }
#contentmsg .jmod { background-color: #3e3605; border-color: #8c7a16; }
#contentmsg .hid .leftpanel { background-color: #270909; }
#contentmsg .hid { background-color: #200909; border-color: #472929; }
#contentmsg .msghighlight { border: 2px solid yellow; color: white; }
#contentmsg .russian .leftpanel { background-color: #780000;}
#contentmsg .russian{ background-color: #680000; border-color: #580000; }
#contentmsg .donator .leftpanel { background-color: #005454; }
#contentmsg .donator { background-color: #004242; border-color: #007F7F; }
#contentmsg .halloween .leftpanel { background-color: #E56616; color:black; }
#contentmsg .halloween { background-color: #B75112; border-color: black; color:black; }
#contentmsg .lolbert .leftpanel {
background-color: #4c4205;
background-image:url('../img/forum/smileys/bert.gif');
background-repeat:repeat;
}
#contentmsg .lolbert {
background-color: #3e3605;
background-image:url('../img/forum/smileys/lolbert.png');
background-repeat:repeat;
border-color: #8c7a16;
} | public/css/forummsg-1.css | * html #contentmsg .message { height: 1%; }
* html #contentmsg .rightpanel { width:580px; }
/* End hide from IE5-mac and Mozilla */
#contentmsg .message { text-align: left; border: 2px solid #382418; margin-bottom: 15px; background-color: #1c1610; }
#contentmsg .leftpanel { vertical-align: top; width: 20%; padding: 10px 0; background-color: #261d14;}
#contentmsg .rightpanel { margin-right: 10px; padding-left: 3%; word-wrap: break-word; overflow:hidden; }
*:first-child+html #contentmsg .msgcontents { display: block; width: 580px; } /* IE7 only */
#contentmsg .msgcontents { padding: 10px 10px 2em 0; word-wrap: break-word; overflow:hidden; width:570px; }
#contentmsg .msgtime { color: #888; text-align: right; margin-right: 5px; }
#contentmsg .hiddenmsg { color: #888; }
#contentmsg .msgcommands { text-align: center; margin-top: 5px; }
#contentmsg .modtype, #content .msgcommands { font-size: 8pt; text-align: center; }
#contentmsg .msgcreator { text-align: center; }
#contentmsg .msgcreator A { color: white; }
#contentmsg .mod { background-color: #092009; border-color: #294729; }
#contentmsg .mod .leftpanel { background-color: #092709; }
#contentmsg .moved { background-color: #050525; border-color: #16164a; }
#contentmsg .moved .leftpanel { background-color: #050530; }
#contentmsg .jmod .leftpanel { background-color: #4c4205; }
#contentmsg .jmod { background-color: #3e3605; border-color: #8c7a16; }
#contentmsg .hid .leftpanel { background-color: #270909; }
#contentmsg .hid { background-color: #200909; border-color: #472929; }
#contentmsg .msghighlight { border: 2px solid yellow; color: white; }
#contentmsg .russian .leftpanel { background-color: #780000;}
#contentmsg .russian{ background-color: #680000; border-color: #580000; }
#contentmsg .donator .leftpanel { background-color: #005454; }
#contentmsg .donator { background-color: #004242; border-color: #007F7F; }
#contentmsg .halloween .leftpanel { background-color: #E56616; color:black; }
#contentmsg .halloween { background-color: #B75112; border-color: black; color:black; }
#contentmsg .lolbert .leftpanel {
background-color: #4c4205;
background-image:url('../img/forum/smileys/bert.gif');
background-repeat:repeat;
}
#contentmsg .lolbert {
background-color: #3e3605;
background-image:url('../img/forum/smileys/lolbert.png');
background-repeat:repeat;
border-color: #8c7a16;
} | 0.210036 | 0.044869 |
.body {
background-color: #f7f9ff;
}
.body p {
font-weight: 600;
}
.formTitle {
padding: 1.5rem 0 0.7rem 0;
}
.formTitle h1 {
font-size: 18px;
font-family: "Lato", sans-serif;
text-align: left;
}
/* Before */
.headerBox {
padding: 2rem;
}
.header {
top: 101px;
left: 38px;
width: 159px;
height: 22px;
text-align: left;
font: normal normal normal 18px/22px Lato;
letter-spacing: 0px;
color: #2f2f2f;
opacity: 1;
}
.formBox {
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 12px #a8a8a829;
border-radius: 7px;
opacity: 1;
padding: 1.5rem;
}
.formField {
height: auto;
opacity: 1;
margin: 2rem 0;
}
.formField:first-child {
margin: 0;
}
.title {
height: 11px;
text-align: left;
font: normal normal normal 9px/11px Lato!important;
letter-spacing: 0px;
color: #000000;
text-transform: uppercase;
opacity: 1;
}
.inputField {
/* top: .5rem; */
width: 100%;
height: 40px;
opacity: 1;
}
.inputField:active {
border: 1px solid #2f61f5;
}
.radioButton {
border-radius: 5px !important;
opacity: 1;
margin-right: 10px !important;
}
.radioButton1 {
width: 100% !important;
font-size: 14px !important;
}
.Button {
height: 40px !important;
background: #2f61f5 0% 0% no-repeat padding-box !important;
border-radius: 4px !important;
opacity: 1;
color: white !important;
text-align: center;
}
@media only screen and (min-width: 900px) {
.headerBox {
padding: 2rem;
text-align: center;
}
}
/* after */
.bloodGroupContainer p {
font-size: 16px;
font-family: "Lato", sans-serif;
}
.bloodGroups {
display: flex;
}
.bloodGroup {
height: 3rem;
width: 3rem;
display: flex;
justify-content: center;
align-items: center;
background-color: #fafafa;
margin-left: 10px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid grey;
cursor: pointer;
}
.bloodGroup p {
margin-bottom: 0;
font-size: 16px;
font-weight: 500;
}
.selected {
background: #2f61f5;
color: white;
}
.covidPositive {
margin-right: 1rem;
border-radius: 3px !important;
}
.checkbox {
margin-top: 1.5rem;
}
/* ConsultantRegistration */
.timeSlot {
margin: 2px 0.5px;
padding: 0.4rem 0;
}
.selectedtimeSlot {
margin: 2px 0.5px;
padding: 0.4rem 0;
border: 1px solid #2f61f5 !important;
}
/* PatientRegistration */
.radioGroup {
width: 100% !important;
display: flex !important;
/* justify-content: space-between !important; */
}
.patientGroup {
display: block;
width: 100%;
}
.symptomsBox {
display: flex !important;
justify-content: space-around !important;
flex-wrap: wrap !important;
}
.checkBox1 {
width: 20vw;
height: 72px;
display: flex !important;
justify-content: center !important;
align-items: center !important;
background: #f8f8f8 0% 0% no-repeat padding-box;
border: 1px solid #c9c9c9;
border-radius: 4px;
opacity: 1;
margin: 3px 0;
}
.selectedcheckBox1 {
width: 20vw;
height: 72px;
display: flex !important;
justify-content: center !important;
align-items: center !important;
background: #f8f8f8 0% 0% no-repeat padding-box;
border: 1px solid #2f61f5;
border-radius: 4px;
opacity: 1;
margin: 3px 0;
}
.text {
font: normal normal normal 14px/17px Lato;
letter-spacing: 0px;
font-size: smaller;
color: #000000;
}
.select {
padding: 5px 20px !important;
width: 320px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
/* food registration */
.FoodradioGroup {
width: 100% !important;
display: flex !important;
}
.FoodradioButton {
border-radius: 5px !important;
margin: 1px 1.5rem 1px 0 !important;
}
.availableHeader {
padding: 10px !important;
background: #009f2b !important;
color: white !important;
text-align: center !important;
width: 100%;
}
.saturationCard {
background: #ffffff 0% 0% no-repeat;
box-shadow: 0px 3px 12px #a8a8a829;
border-radius: 7px;
opacity: 1;
padding: 40px;
}
.saturationCard p {
text-align: left;
font: normal normal normal 14px/17px Lato;
letter-spacing: 0px;
color: #000000;
font-weight: 600px;
text-transform: capitalize;
opacity: 1;
}
.saturationButton {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important;
border: 1px solid #2f61f5 !important;
color: #2f61f5 !important;
height: 40px !important;
line-height: 20px !important;
border-radius: 3px !important;
}
/* breathing session */
.breathing_time{
height: 40px;
background-color: #F8F8F8;
margin-bottom: 9px;
}
.breathing_timeSlot{
display: flex !important;
align-items: center !important;
text-align: left;
padding: 0 8px;
height: 40px;
width: 100%;
border: 1px solid #C9C9C9;
border-radius: 3px;
}
.breathing_timeSlot_selected{
display: flex !important;
align-items: center !important;
color: #2F61F5;
text-align: left;
padding: 0 8px;
height: 40px;
width: 100%;
border: 1px solid #2F61F5;
border-radius: 3px;
} | src/Containers/RegistrationForm.module.css | .body {
background-color: #f7f9ff;
}
.body p {
font-weight: 600;
}
.formTitle {
padding: 1.5rem 0 0.7rem 0;
}
.formTitle h1 {
font-size: 18px;
font-family: "Lato", sans-serif;
text-align: left;
}
/* Before */
.headerBox {
padding: 2rem;
}
.header {
top: 101px;
left: 38px;
width: 159px;
height: 22px;
text-align: left;
font: normal normal normal 18px/22px Lato;
letter-spacing: 0px;
color: #2f2f2f;
opacity: 1;
}
.formBox {
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 12px #a8a8a829;
border-radius: 7px;
opacity: 1;
padding: 1.5rem;
}
.formField {
height: auto;
opacity: 1;
margin: 2rem 0;
}
.formField:first-child {
margin: 0;
}
.title {
height: 11px;
text-align: left;
font: normal normal normal 9px/11px Lato!important;
letter-spacing: 0px;
color: #000000;
text-transform: uppercase;
opacity: 1;
}
.inputField {
/* top: .5rem; */
width: 100%;
height: 40px;
opacity: 1;
}
.inputField:active {
border: 1px solid #2f61f5;
}
.radioButton {
border-radius: 5px !important;
opacity: 1;
margin-right: 10px !important;
}
.radioButton1 {
width: 100% !important;
font-size: 14px !important;
}
.Button {
height: 40px !important;
background: #2f61f5 0% 0% no-repeat padding-box !important;
border-radius: 4px !important;
opacity: 1;
color: white !important;
text-align: center;
}
@media only screen and (min-width: 900px) {
.headerBox {
padding: 2rem;
text-align: center;
}
}
/* after */
.bloodGroupContainer p {
font-size: 16px;
font-family: "Lato", sans-serif;
}
.bloodGroups {
display: flex;
}
.bloodGroup {
height: 3rem;
width: 3rem;
display: flex;
justify-content: center;
align-items: center;
background-color: #fafafa;
margin-left: 10px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid grey;
cursor: pointer;
}
.bloodGroup p {
margin-bottom: 0;
font-size: 16px;
font-weight: 500;
}
.selected {
background: #2f61f5;
color: white;
}
.covidPositive {
margin-right: 1rem;
border-radius: 3px !important;
}
.checkbox {
margin-top: 1.5rem;
}
/* ConsultantRegistration */
.timeSlot {
margin: 2px 0.5px;
padding: 0.4rem 0;
}
.selectedtimeSlot {
margin: 2px 0.5px;
padding: 0.4rem 0;
border: 1px solid #2f61f5 !important;
}
/* PatientRegistration */
.radioGroup {
width: 100% !important;
display: flex !important;
/* justify-content: space-between !important; */
}
.patientGroup {
display: block;
width: 100%;
}
.symptomsBox {
display: flex !important;
justify-content: space-around !important;
flex-wrap: wrap !important;
}
.checkBox1 {
width: 20vw;
height: 72px;
display: flex !important;
justify-content: center !important;
align-items: center !important;
background: #f8f8f8 0% 0% no-repeat padding-box;
border: 1px solid #c9c9c9;
border-radius: 4px;
opacity: 1;
margin: 3px 0;
}
.selectedcheckBox1 {
width: 20vw;
height: 72px;
display: flex !important;
justify-content: center !important;
align-items: center !important;
background: #f8f8f8 0% 0% no-repeat padding-box;
border: 1px solid #2f61f5;
border-radius: 4px;
opacity: 1;
margin: 3px 0;
}
.text {
font: normal normal normal 14px/17px Lato;
letter-spacing: 0px;
font-size: smaller;
color: #000000;
}
.select {
padding: 5px 20px !important;
width: 320px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
/* food registration */
.FoodradioGroup {
width: 100% !important;
display: flex !important;
}
.FoodradioButton {
border-radius: 5px !important;
margin: 1px 1.5rem 1px 0 !important;
}
.availableHeader {
padding: 10px !important;
background: #009f2b !important;
color: white !important;
text-align: center !important;
width: 100%;
}
.saturationCard {
background: #ffffff 0% 0% no-repeat;
box-shadow: 0px 3px 12px #a8a8a829;
border-radius: 7px;
opacity: 1;
padding: 40px;
}
.saturationCard p {
text-align: left;
font: normal normal normal 14px/17px Lato;
letter-spacing: 0px;
color: #000000;
font-weight: 600px;
text-transform: capitalize;
opacity: 1;
}
.saturationButton {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important;
border: 1px solid #2f61f5 !important;
color: #2f61f5 !important;
height: 40px !important;
line-height: 20px !important;
border-radius: 3px !important;
}
/* breathing session */
.breathing_time{
height: 40px;
background-color: #F8F8F8;
margin-bottom: 9px;
}
.breathing_timeSlot{
display: flex !important;
align-items: center !important;
text-align: left;
padding: 0 8px;
height: 40px;
width: 100%;
border: 1px solid #C9C9C9;
border-radius: 3px;
}
.breathing_timeSlot_selected{
display: flex !important;
align-items: center !important;
color: #2F61F5;
text-align: left;
padding: 0 8px;
height: 40px;
width: 100%;
border: 1px solid #2F61F5;
border-radius: 3px;
} | 0.32896 | 0.110327 |
#logo{
display: none;
}
.index_header_img{
float: left;
padding-right: 10px;
}
.borderless_card{
border: none;
}
/* .employment_status{ */
/* display: inline-block; */
/* } */
.seeking_employment{
display: inline-block;
}
/* .card-columns { */
/* @include media-breakpoint-only(xl) { */
/* column-count: 5; */
/* } */
/* @include media-breakpoint-only(lg) { */
/* column-count: 4; */
/* } */
/* @include media-breakpoint-only(md) { */
/* column-count: 3; */
/* } */
/* @include media-breakpoint-only(sm) { */
/* column-count: 2; */
/* } */
/* @include media-breakpoint-only(xs) { */
/* column-count: 1; */
/* } */
/* } */
/*My banner*/
.banner {
text-align: center;
}
.banner .title h1,h2 {
display: inline-block;
}
.banner .work_status {
text-align: center;
}
.banner .work_status h3,h4,h5 {
display: inline-block;
}
.banner .work_status h4,h5 {
font-style: italic;
}
.banner .work_status span {
font-weight: bold;
color: red;
}
/* Resume */
.resume_label {
text-align: left;
}
.resume_tech_div {
width: 99%;
margin: 0 auto;
padding: 10px;
}
.resume_tech_div h3 {
text-indent: 0em;
}
.resume_tech_div div {
margin: 0 auto;
margin-left: 1em;
margin-right: 1em;
}
.resume_work_div {
width: 100%;
}
.resume_employer {
width: 100%;
margin: 0 auto;
/*text-align: left;*/
/*background-color: yellow;*/
}
.resume_employer td {
width: 50%;
}
.resume_employer .employer_name {
padding: 10px;
width: 0%;
font-weight: bold;
font-size: 120%;
}
.employer_desc {
font-style: italic;
margin-left: 1em;
margin-right: 1em;
}
/* .work_list { */
/* margin-left: 1em; */
/* margin-right: 1em; */
/* } */
/* .work_list li { */
/* padding: 5px; */
/* } */
Device specifics
@media all and (min-width: 1399px)
{
.container-fluid{
padding-left: 10%;
padding-right: 10%;
margin-left: auto;
margin-right: auto;
}
}
@media all and (min-width: 1599px)
{
.container-fluid{
padding-left: 15%;
padding-right: 15%;
margin-left: auto;
margin-right: auto;
}
}
@media all and (min-width: 3799px)
{
.container-fluid{
padding-left: 30%;
padding-right: 30%;
margin-left: auto;
margin-right: auto;
}
}
@media all and (max-width: 3840px)
{
.index_header{
text-align: left;
padding-left: 25%;
padding-right: 25%;
}
}
@media all and (max-width: 1920px)
{
.index_header{
text-align: left;
padding-left: 10%;
padding-right: 10%;
}
}
@media all and (max-width: 1280px)
{
.index_header{
text-align: left;
padding-left: 5%;
padding-right: 5%;
}
}
@media all and (max-width: 1024px)
{
.index_header{
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
}
@media all and (max-width: 900px)
{
.card-columns {
column-count: 2;
}
}
@media all and (max-width: 768px)
{
.card-columns {
column-count: 2;
}
.index_header_img{
float: left;
padding-right: 10px;
}
.index_header{
text-align: center;
padding-left: 0px;
padding-right: 0px;
}
.employment_status{
text-align: center;
}
}
@media all and (max-width: 500px)
{
.card-columns {
column-count: 1;
}
.index_header_img{
float: none;
padding-top: 10px;
}
.index_header{
text-align: center;
padding-left: 0%;
padding-right: 0%;
}
.employment_status{
text-align: center;
}
}
@media all and (max-width: 400px)
{
.index_header_img{
float: none;
padding-top: 10px;
}
.index_header{
text-align: center;
padding-left: 0%;
padding-right: 0%;
}
.employment_status{
text-align: center;
}
} | app/static/css/site.css |
#logo{
display: none;
}
.index_header_img{
float: left;
padding-right: 10px;
}
.borderless_card{
border: none;
}
/* .employment_status{ */
/* display: inline-block; */
/* } */
.seeking_employment{
display: inline-block;
}
/* .card-columns { */
/* @include media-breakpoint-only(xl) { */
/* column-count: 5; */
/* } */
/* @include media-breakpoint-only(lg) { */
/* column-count: 4; */
/* } */
/* @include media-breakpoint-only(md) { */
/* column-count: 3; */
/* } */
/* @include media-breakpoint-only(sm) { */
/* column-count: 2; */
/* } */
/* @include media-breakpoint-only(xs) { */
/* column-count: 1; */
/* } */
/* } */
/*My banner*/
.banner {
text-align: center;
}
.banner .title h1,h2 {
display: inline-block;
}
.banner .work_status {
text-align: center;
}
.banner .work_status h3,h4,h5 {
display: inline-block;
}
.banner .work_status h4,h5 {
font-style: italic;
}
.banner .work_status span {
font-weight: bold;
color: red;
}
/* Resume */
.resume_label {
text-align: left;
}
.resume_tech_div {
width: 99%;
margin: 0 auto;
padding: 10px;
}
.resume_tech_div h3 {
text-indent: 0em;
}
.resume_tech_div div {
margin: 0 auto;
margin-left: 1em;
margin-right: 1em;
}
.resume_work_div {
width: 100%;
}
.resume_employer {
width: 100%;
margin: 0 auto;
/*text-align: left;*/
/*background-color: yellow;*/
}
.resume_employer td {
width: 50%;
}
.resume_employer .employer_name {
padding: 10px;
width: 0%;
font-weight: bold;
font-size: 120%;
}
.employer_desc {
font-style: italic;
margin-left: 1em;
margin-right: 1em;
}
/* .work_list { */
/* margin-left: 1em; */
/* margin-right: 1em; */
/* } */
/* .work_list li { */
/* padding: 5px; */
/* } */
Device specifics
@media all and (min-width: 1399px)
{
.container-fluid{
padding-left: 10%;
padding-right: 10%;
margin-left: auto;
margin-right: auto;
}
}
@media all and (min-width: 1599px)
{
.container-fluid{
padding-left: 15%;
padding-right: 15%;
margin-left: auto;
margin-right: auto;
}
}
@media all and (min-width: 3799px)
{
.container-fluid{
padding-left: 30%;
padding-right: 30%;
margin-left: auto;
margin-right: auto;
}
}
@media all and (max-width: 3840px)
{
.index_header{
text-align: left;
padding-left: 25%;
padding-right: 25%;
}
}
@media all and (max-width: 1920px)
{
.index_header{
text-align: left;
padding-left: 10%;
padding-right: 10%;
}
}
@media all and (max-width: 1280px)
{
.index_header{
text-align: left;
padding-left: 5%;
padding-right: 5%;
}
}
@media all and (max-width: 1024px)
{
.index_header{
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
}
@media all and (max-width: 900px)
{
.card-columns {
column-count: 2;
}
}
@media all and (max-width: 768px)
{
.card-columns {
column-count: 2;
}
.index_header_img{
float: left;
padding-right: 10px;
}
.index_header{
text-align: center;
padding-left: 0px;
padding-right: 0px;
}
.employment_status{
text-align: center;
}
}
@media all and (max-width: 500px)
{
.card-columns {
column-count: 1;
}
.index_header_img{
float: none;
padding-top: 10px;
}
.index_header{
text-align: center;
padding-left: 0%;
padding-right: 0%;
}
.employment_status{
text-align: center;
}
}
@media all and (max-width: 400px)
{
.index_header_img{
float: none;
padding-top: 10px;
}
.index_header{
text-align: center;
padding-left: 0%;
padding-right: 0%;
}
.employment_status{
text-align: center;
}
} | 0.298491 | 0.093264 |
.bold { font-weight: bold; }
.hidden { display: none; }
/* Body */
body {
margin: 0;
font-family: lato,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
background-color: #151a1f;
color: white;
}
/* Header */
header {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
background-color: #24292e;
}
@media (min-width: 992px) {
header {
flex-direction: row;
height: 3.5rem;
}
}
/* Title and menu */
header h1 {
font-size: 1.2rem;
padding: 0 20px;
}
nav {
height: 100%;
width: 100%;
display: flex;
}
nav a, nav a:visited {
padding: 10px 0px;
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
transition: color .4s, font-size .4s, background-color .4s;
font-weight: bold;
}
nav a:hover {
background-color: rgba(245,245,245,0.8);
color: black;
}
@media (min-width: 768px) {
nav {
max-width: 600px;
}
}
/* Links */
a:hover {
cursor: pointer;
}
a, a:visited {
text-decoration: none;
color: #61AFEF;
}
/* Container */
.container {
margin: auto;
padding: 24px 15px;
max-width: 100%;
}
.container-full {
width: 100%;
}
@media (min-width: 576px) { .container { width: 540px; } }
@media (min-width: 768px) { .container { width: 720px; } }
@media (min-width: 992px) { .container { width: 960px; } }
@media (min-width: 1200px) { .container { width: 1140px; } }
/* Local warning */
p.local-warning {
padding: .75rem 1.25rem;
margin: 1rem auto;
border: 1px solid #faf2cc;
border-radius: .25rem;
background: #fcf8e3;
color: #8a6d3b;
}
/* Pre and code */
pre {
margin: 0;
background: black;
overflow-x: auto;
}
pre code.hljs, pre code {
margin: 0;
padding: 20px 40px;
font-family: Source Code Pro,Menlo,monospace;
tab-size: 4;
font-size: 14px;
line-height: 1.5em;
font-weight: 500;
margin: 0;
padding: 0;
background: black;
}
/* Application */
div.app {
display: flex;
align-items: center;
flex-direction: column;
}
@media (min-width: 768px) {
div.app {
flex-direction: row;
align-items: start;
min-width: 728px;
}
div.app-controller {
flex-grow: 1;
margin-left: 16px;
width: 328px !important;
margin-top: 0px !important;
}
}
div.app-view {
flex-shrink: 0;
background-color: black;
display: flex;
align-items: center;
justify-content: center;
width: 400px;
}
div.app-view canvas {
width: 100%;
}
div.app-controller {
display: flex;
flex-direction: column;
margin-top: 16px;
width: 400px;
}
div.app-controller .label-group {
width: 100%;
display: flex;
}
div.app-controller .label-group label {
flex: 1 1 0px;
}
div.app-controller label {
font-weight: bold;
display: flex;
flex-direction: column;
}
div.app-controller select, div.app-controller button, div.app-controller input {
font-weight: normal;
background: #24292e;
color: white;
cursor: pointer;
border-radius: 5px;
border: 1px solid black;
padding: 6px 10px;
display: block;
flex-grow: 1;
margin: 4px;
}
div.app-controller input {
width: calc(100% - 8px);
box-sizing: border-box;
}
div.app-controller select:focus, div.app-controller button:focus, div.app-controller input:focus {
outline: none;
border: 2px double #61AFEF;
}
.disabled, div.app-controller select[disabled], div.app-controller button[disabled], div.app-controller input[disabled] {
opacity: 0.5;
cursor: not-allowed !important;
}
/* Scrollbar */
*::-webkit-scrollbar {
width: 0;
} | demo/css/style.css | .bold { font-weight: bold; }
.hidden { display: none; }
/* Body */
body {
margin: 0;
font-family: lato,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
background-color: #151a1f;
color: white;
}
/* Header */
header {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
background-color: #24292e;
}
@media (min-width: 992px) {
header {
flex-direction: row;
height: 3.5rem;
}
}
/* Title and menu */
header h1 {
font-size: 1.2rem;
padding: 0 20px;
}
nav {
height: 100%;
width: 100%;
display: flex;
}
nav a, nav a:visited {
padding: 10px 0px;
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
transition: color .4s, font-size .4s, background-color .4s;
font-weight: bold;
}
nav a:hover {
background-color: rgba(245,245,245,0.8);
color: black;
}
@media (min-width: 768px) {
nav {
max-width: 600px;
}
}
/* Links */
a:hover {
cursor: pointer;
}
a, a:visited {
text-decoration: none;
color: #61AFEF;
}
/* Container */
.container {
margin: auto;
padding: 24px 15px;
max-width: 100%;
}
.container-full {
width: 100%;
}
@media (min-width: 576px) { .container { width: 540px; } }
@media (min-width: 768px) { .container { width: 720px; } }
@media (min-width: 992px) { .container { width: 960px; } }
@media (min-width: 1200px) { .container { width: 1140px; } }
/* Local warning */
p.local-warning {
padding: .75rem 1.25rem;
margin: 1rem auto;
border: 1px solid #faf2cc;
border-radius: .25rem;
background: #fcf8e3;
color: #8a6d3b;
}
/* Pre and code */
pre {
margin: 0;
background: black;
overflow-x: auto;
}
pre code.hljs, pre code {
margin: 0;
padding: 20px 40px;
font-family: Source Code Pro,Menlo,monospace;
tab-size: 4;
font-size: 14px;
line-height: 1.5em;
font-weight: 500;
margin: 0;
padding: 0;
background: black;
}
/* Application */
div.app {
display: flex;
align-items: center;
flex-direction: column;
}
@media (min-width: 768px) {
div.app {
flex-direction: row;
align-items: start;
min-width: 728px;
}
div.app-controller {
flex-grow: 1;
margin-left: 16px;
width: 328px !important;
margin-top: 0px !important;
}
}
div.app-view {
flex-shrink: 0;
background-color: black;
display: flex;
align-items: center;
justify-content: center;
width: 400px;
}
div.app-view canvas {
width: 100%;
}
div.app-controller {
display: flex;
flex-direction: column;
margin-top: 16px;
width: 400px;
}
div.app-controller .label-group {
width: 100%;
display: flex;
}
div.app-controller .label-group label {
flex: 1 1 0px;
}
div.app-controller label {
font-weight: bold;
display: flex;
flex-direction: column;
}
div.app-controller select, div.app-controller button, div.app-controller input {
font-weight: normal;
background: #24292e;
color: white;
cursor: pointer;
border-radius: 5px;
border: 1px solid black;
padding: 6px 10px;
display: block;
flex-grow: 1;
margin: 4px;
}
div.app-controller input {
width: calc(100% - 8px);
box-sizing: border-box;
}
div.app-controller select:focus, div.app-controller button:focus, div.app-controller input:focus {
outline: none;
border: 2px double #61AFEF;
}
.disabled, div.app-controller select[disabled], div.app-controller button[disabled], div.app-controller input[disabled] {
opacity: 0.5;
cursor: not-allowed !important;
}
/* Scrollbar */
*::-webkit-scrollbar {
width: 0;
} | 0.452052 | 0.106226 |
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
body {
height: 100vh;
background-image: url("../images/seats.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
}
/* --- Header --- */
.header {
color: #039fbe;
text-align: center;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 3px;
}
/* --- Points--- */
.points-display {
color: #cf1578;
text-align: center;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}
/* --- GAME SECTION --- */
/* memory game section */
.memory-game {
width: calc(25% - 10px);
height: calc(33.333% - 10px);
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-perspective: 1000px;
perspective: 1000px;
z-index: -1;
}
/* memory card, i.e. container for card */
.memory-card {
width: calc(25% - 10px);
height: calc(33.333% - 10px);
margin: 5px;
position: relative;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
border-radius: 5px;
cursor: pointer;
}
/* when memory card active */
.memory-card:active {
-webkit-transform: scale(0.97);
-ms-transform: scale(0.97);
transform: scale(0.97);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
-o-transition: transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
/* when memory card flipped */
.memory-card.flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
/* front and back of card */
.front-face,
.back-face {
width: 100%;
height: 100%;
padding: 2px;
position: absolute;
border-radius: 5px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* back of card */
.back-face {
background-image: -o-linear-gradient(315deg, #F8D210 0%, #9aa15b 100%);
background-image: linear-gradient(-225deg,#F8D210 0%, #9aa15b 100%);
background-size: auto;
}
/* front of card */
.front-face {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background-image: -o-linear-gradient(315deg, #8a8884 0%, #ccc3c3 100%);
background-image: linear-gradient(-225deg, #8a8884 0%, #ccc3c3 100%);
}
/* --- The Help Modal --- */
/* help button icon */
#HelpBtn {
background-image: url("../images/instruction.png");
cursor:pointer;
background-repeat: no-repeat;
background-position: 50% 50%;
width:100px;
height:100px;
background-size: 100px;
margin-left: auto;
margin-right: auto;
display: flex;
max-width: 100%;
}
/* modal box */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
/* modal content */
.modal-content {
background-color: #cf1578;
font-size: 20px;
margin: auto;
padding: 20px;
border: 1px solid #e8d21d;
width: 80%;
}
/* close button */
.close {
color: #e8d21d;
top: 0;
right: 0;
position: absolute;
font-size: 28px;
font-weight: bold;
padding: 7px;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* --- WIN MODAL --- */
/* --- The Win Modal --- */
#won {
visibility: hidden;
border-radius: 10px;
background-image: linear-gradient(to bottom, #039fbe 0%, #bfdef8 100%);
margin: auto;
position: absolute;
top: 60%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 1;
}
#playAgain {
border: 2px solid #e8d21d;
border-radius: 5px;
background: #039fbe;
}
#playAgain:hover {
border: 2px solid #b20238;
background: linear-gradient(115.87deg,#cf1578 0%, #e8d21d 100%);
}
/* --- AUDIO MUTE BUTTON --- */
.audioon {
background-image: url("../images/vol_on.png");
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-position: 50% 50%;
background-size: 30px;
background-repeat: no-repeat;
background-position: center;
width:100px;
height:100px;
cursor:pointer;
}
.audiooff {
background-image: url("../images/vol_off.png");
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-position: 50% 50%;
background-size: 30px;
background-repeat: no-repeat;
background-position: center;
width:100px;
height:100px;
cursor:pointer;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #F51720;
color: white;
text-align: center;
}
/* ----- Style for font awesome icons */
.fa {
padding: 10px;
font-size: 10px;
width: 30px;
text-align: center;
text-decoration: none;
}
/* -------------------- Hover effect */
.fa:hover {
opacity: 0.7;
}
/* ----------------------social media*/
.social-media {
text-align: center;
}
.social-media li {
display: inline;
margin: 1%;
padding: 0%;
}
/* ----Color for social media brands */
.fa-instagram {
background: #a21da7;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
/* --- Responsive Media Queries --- */
/* Large Devices */
@media (min-width: 992px) {
.memory-game {
width: 640px;
height: 530px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 50px;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 30px;
}
}
/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
.memory-game {
width: 620px;
height: 512px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 50px;
top: 40%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 30px;
}
.modal-content {
font-size: 22px;
}
}
/* Small Devices */
@media (min-width: 576px) and (max-width: 767px) {
.memory-game {
width: 400px;
height: 398px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 35px;
top: 30%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 25px;
}
.modal-content {
font-size: 20px;
}
#HelpBtn {
background-size: 20px;
}
.audioon,
.audiooff {
background-size: 20px;
}
.header {
font-size: small;
}
.points-display {
font-size: small;
}
}
/* Extra Small Devices */
@media (min-width: 378px) and (max-width: 575px) {
.memory-game {
width: 300px;
height: 315px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 30px;
top: 30%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 20px;
}
.modal-content {
font-size: 18px;
}
#HelpBtn {
background-size: 20px;
}
.audioon,
.audiooff {
background-size: 20px;
}
.header {
font-size: x-small;
}
.points-display {
font-size: x-small;
}
}
/* Extra Extra Small Devices */
@media (max-width: 377px) {
.memory-game {
width: 250px;
height: 282px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 15px;
top: 30%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 20px;
}
.modal-content {
font-size: 16px;
}
#HelpBtn {
background-size: 20px;
}
.audioon,
.audiooff {
background-size: 20px;
}
.header {
font-size: x-small;
}
.points-display {
font-size: x-small;
}
} | assets/css/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
body {
height: 100vh;
background-image: url("../images/seats.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
}
/* --- Header --- */
.header {
color: #039fbe;
text-align: center;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 3px;
}
/* --- Points--- */
.points-display {
color: #cf1578;
text-align: center;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}
/* --- GAME SECTION --- */
/* memory game section */
.memory-game {
width: calc(25% - 10px);
height: calc(33.333% - 10px);
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-perspective: 1000px;
perspective: 1000px;
z-index: -1;
}
/* memory card, i.e. container for card */
.memory-card {
width: calc(25% - 10px);
height: calc(33.333% - 10px);
margin: 5px;
position: relative;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
border-radius: 5px;
cursor: pointer;
}
/* when memory card active */
.memory-card:active {
-webkit-transform: scale(0.97);
-ms-transform: scale(0.97);
transform: scale(0.97);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
-o-transition: transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
/* when memory card flipped */
.memory-card.flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
/* front and back of card */
.front-face,
.back-face {
width: 100%;
height: 100%;
padding: 2px;
position: absolute;
border-radius: 5px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* back of card */
.back-face {
background-image: -o-linear-gradient(315deg, #F8D210 0%, #9aa15b 100%);
background-image: linear-gradient(-225deg,#F8D210 0%, #9aa15b 100%);
background-size: auto;
}
/* front of card */
.front-face {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background-image: -o-linear-gradient(315deg, #8a8884 0%, #ccc3c3 100%);
background-image: linear-gradient(-225deg, #8a8884 0%, #ccc3c3 100%);
}
/* --- The Help Modal --- */
/* help button icon */
#HelpBtn {
background-image: url("../images/instruction.png");
cursor:pointer;
background-repeat: no-repeat;
background-position: 50% 50%;
width:100px;
height:100px;
background-size: 100px;
margin-left: auto;
margin-right: auto;
display: flex;
max-width: 100%;
}
/* modal box */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
/* modal content */
.modal-content {
background-color: #cf1578;
font-size: 20px;
margin: auto;
padding: 20px;
border: 1px solid #e8d21d;
width: 80%;
}
/* close button */
.close {
color: #e8d21d;
top: 0;
right: 0;
position: absolute;
font-size: 28px;
font-weight: bold;
padding: 7px;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* --- WIN MODAL --- */
/* --- The Win Modal --- */
#won {
visibility: hidden;
border-radius: 10px;
background-image: linear-gradient(to bottom, #039fbe 0%, #bfdef8 100%);
margin: auto;
position: absolute;
top: 60%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 1;
}
#playAgain {
border: 2px solid #e8d21d;
border-radius: 5px;
background: #039fbe;
}
#playAgain:hover {
border: 2px solid #b20238;
background: linear-gradient(115.87deg,#cf1578 0%, #e8d21d 100%);
}
/* --- AUDIO MUTE BUTTON --- */
.audioon {
background-image: url("../images/vol_on.png");
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-position: 50% 50%;
background-size: 30px;
background-repeat: no-repeat;
background-position: center;
width:100px;
height:100px;
cursor:pointer;
}
.audiooff {
background-image: url("../images/vol_off.png");
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-position: 50% 50%;
background-size: 30px;
background-repeat: no-repeat;
background-position: center;
width:100px;
height:100px;
cursor:pointer;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #F51720;
color: white;
text-align: center;
}
/* ----- Style for font awesome icons */
.fa {
padding: 10px;
font-size: 10px;
width: 30px;
text-align: center;
text-decoration: none;
}
/* -------------------- Hover effect */
.fa:hover {
opacity: 0.7;
}
/* ----------------------social media*/
.social-media {
text-align: center;
}
.social-media li {
display: inline;
margin: 1%;
padding: 0%;
}
/* ----Color for social media brands */
.fa-instagram {
background: #a21da7;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
/* --- Responsive Media Queries --- */
/* Large Devices */
@media (min-width: 992px) {
.memory-game {
width: 640px;
height: 530px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 50px;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 30px;
}
}
/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
.memory-game {
width: 620px;
height: 512px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 50px;
top: 40%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 30px;
}
.modal-content {
font-size: 22px;
}
}
/* Small Devices */
@media (min-width: 576px) and (max-width: 767px) {
.memory-game {
width: 400px;
height: 398px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 35px;
top: 30%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 25px;
}
.modal-content {
font-size: 20px;
}
#HelpBtn {
background-size: 20px;
}
.audioon,
.audiooff {
background-size: 20px;
}
.header {
font-size: small;
}
.points-display {
font-size: small;
}
}
/* Extra Small Devices */
@media (min-width: 378px) and (max-width: 575px) {
.memory-game {
width: 300px;
height: 315px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 30px;
top: 30%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 20px;
}
.modal-content {
font-size: 18px;
}
#HelpBtn {
background-size: 20px;
}
.audioon,
.audiooff {
background-size: 20px;
}
.header {
font-size: x-small;
}
.points-display {
font-size: x-small;
}
}
/* Extra Extra Small Devices */
@media (max-width: 377px) {
.memory-game {
width: 250px;
height: 282px;
}
.front-face,
.back-face {
padding: 2px;
}
#won {
padding: 15px;
top: 30%;
}
.points > p,
#won > h1,
#won p,
#playAgain {
font-size: 20px;
}
.modal-content {
font-size: 16px;
}
#HelpBtn {
background-size: 20px;
}
.audioon,
.audiooff {
background-size: 20px;
}
.header {
font-size: x-small;
}
.points-display {
font-size: x-small;
}
} | 0.350199 | 0.075278 |
body {
width: 100%;
height: 100%;
position: absolute;
background-color: #FFF;
}
/* general rules for all divs */
div {
background-color: transparent;
}
.clearer {
clear: both;
}
.boxed {
color:#581886;
border: 2px solid;
border-color: grey;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
hr {
margin-top: 0;
margin-bottom: 0.5em;
}
/* Statusbar: shows login info */
#statusbar {
background-color: transparent;
}
#statusleft {
background-color: inherit;
color: white;
font-weight: bold;
padding-left: 0.5em;
float: left;
}
#statusright {
background-color: inherit;
color: white;
font-weight: bold;
padding-right: 0.5em;
float: right;
}
/* Notifications of unread messages */
#notificationarea {
position: absolute;
right: 18em;
}
#notificationarea button {
padding: 0.6em 1em;
border: 2px ridge silver;
border-top: none;
border-radius: 0 0 5px 5px;
background-color: #34205B;
margin: 0;
}
.n-content {
z-index: 10001;
display: none;
max-height: 420px;
overflow: auto;
left: -6.3em;
right: -6.3em;
padding-top: 1em;
position: absolute;
background-color: #f9f9f9;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 5px;
border: 2px outset dodgerblue;
}
.n-content #cominfo {
margin-left: 1em;
}
#notificationarea:hover .n-content {
display: block;
}
/* Banner picture */
#topimg {
margin-top: 0.5em;
}
#topimg img {
float: left;
margin-right: 1em;
padding: 0.1em;
width: 150px;
margin-bottom: 2em;
}
#topimg .logo {
font-size: 1.4em;
}
/* I just came up with a unique name that probably was not used
* This div contains the actual content of this site
*/
#area51 {
position: relative;
width: 80%;
min-width: 100px;
max-width: 1200px;
min-height: 100%;
margin: 0 auto;
}
/* Decreases and removes the margin for smaller screens */
@media(max-width: 800px) {
#area51 {
width: 100%;
border-radius: 0 0 0 0 ;
}
}
/* For navigations in general */
nav ul {
list-style-type: none;
padding: 0;
margin: 0 0 0 0;
display: block;
}
/* Title section left to navigation bar */
#left-title {
display: block;
float: right;
}
/* Black navigation bar at the top of the page */
#navgeneral {
background-color: #000;
color: #FFF;
padding: 0.5em 0em;
text-align: center;
width: 100%;
margin-top: 0em;
display: block;
}
#navgeneral ul {
list-style: none;
margin: 0;
padding: 0;
}
.navBtn {
display: inline;
}
#navgeneral li > a {
color: white;
margin-left: 1em;
margin-right: 1em;
}
#navgeneral li > a:hover {
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
/* Links in the black navigation */
.general-links {
position: relative;
display: inline;
}
.dropdown-content {
background-color: #f1f1f1;
margin-top: 1em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
position: absolute;
display: none;
margin-left: -8em;
width: 8em;
z-index: 111;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 2px;
text-decoration: none;
display: block;
}
/* Project role shown in the dropdown */
#role {
color: black;
text-transform: uppercase;
padding: 12px 0px 0px 0px;
font-weight: bold;
}
.dropdown-content a:hover {
background-color: #ccc;
}
#dropbtn:hover > a{
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
/* Show the dropdown menu on hover */
#dropbtn:hover .dropdown-content {
display: inline-block;
}
/* Purple navigation bar */
#navtop {
background-color: #581886;
margin: 0em 0em 0em 0em;
padding: 1em 1em 1em 0em;
position: static;
text-align: center;
width: 100%;
display: inline-block;
}
#navtop li {
display: inline;
}
#navtop li .login {
float: right;
margin-top: -1.4em;
}
#navtop li a {
color: white;
margin-left: 0.7em;
margin-right: 0.7em;
}
#navtop li a:hover {
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
.statistics {
background-color: #EBECF1;
display: block;
line-height: 1.5;
margin: 1em 0em 1em 0em;
padding: 1em 1em 0em 1em;
position: static;
width: 100%;
}
/* The button next to the title, i.e. "+ New Member" */
#navbutton {
background-color: #34205B;
display: inline;
position: absolute;
padding: 0.5em 0.5em;
right: 1em;
margin-top: -4em;
border: 2px;
border-style: solid;
border-color: transparent;
}
#navbutton a {
color: #ffffff;
}
#navbutton:hover {
color: #ffffff;
border: 2px;
border-style: solid;
border-color: #78C4E6;
}
/* The other button, possibly next to navbutton. Usually only available for admin or manager, i.e. "Log time for another member" */
#managing_button {
background-color: #34205B;
display: inline;
position: absolute;
padding: 0.5em 0.5em;
right: 10em;
margin-top: -4em;
border: 2px;
border-style: solid;
border-color: transparent;
}
#managing_button a {
color: #ffffff;
}
#managing_button:hover {
color: #ffffff;
border: 2px;
border-style: solid;
border-color: #78C4E6;
}
/* All footer related styling */
footer {
background-image: none !important;
background-color: #000000 !important;
color: #FFF;
padding: 0.5em;
}
footer ul {
list-style-type: none;
margin: 0;
}
footer h6 {
font-weight: bold;
font-family: Liberation Sans, Arial, sans;
color: #FFF;
}
footer li a {
color: #FFF;
}
footer li a:hover {
color: #78C4E6;
border-bottom: 2px solid #ffffff;
}
#area52 {
width: 80%;
min-height: 100%;
margin: 0 auto;
}
#area52 .footerblock {
width: 31%;
display: inline-block;
vertical-align: top;
padding-left: 1em;
border-left: 2px solid #fff;
min-height: 180px;
}
.footerblock #logoblock {
margin-top: 10%;
padding-left: 0.5em;
padding-right: 0.5em;
}
#area52 .footerlogo {
font-family: serif;
font-size: 1.4em;
}
#area52 :first-child {
border: none;
}
/* Decreases and removes the margin for smaller screens */
@media(max-width: 640px) {
#area52 {
width: 100%;
border-radius: 0 0 0 0 ;
}
#area52 .footerblock{
width: 48%;
min-height: inherit;
}
#area52 .footerblock:last-child{
border: none;
}
}
@media(min-width: 641px) and (max-width: 800px) {
#area52 {
width: 90%;
border-radius: 0 220px 0 0 ;
}
}
/* COMMENT boxes in the weeklyreports' view page */
.messagebox {
background-color: #EBECF1;
padding: 0.6em;
border-radius: 5px;
margin-bottom: 0.5em;
}
.messagebox .msginfo {
color: #34205B;
font-size: 0.85em;
}
.msgaction{
padding-top: 0.6em;
}
.msgaction a{
display: inline-block;
font-size: 0.85em;
margin-right: 0.3em;
color: #FFF;
background-color: #581886;
border-radius: 5px;
padding: 0.1em 0.6em;
}
.msgaction a:hover{
background-color: #34205B;
color: #FFF;
}
/* Cancel and save are not visible in normal mode.
* Edit, delete and content are not visible in edit mode
*/
.messagebox .msgaction a.cancel, .messagebox .msgaction a.save{
display: none;
}
.messagebox.edit-mode .msgaction a.cancel, .messagebox.edit-mode .msgaction a.save{
display: inline-block;
}
.messagebox.edit-mode .msgaction a.edit, .messagebox.edit-mode .msgaction a.delete{
display: none;
}
.messagebox.edit-mode .msg-content span{
display: none;
}
#faq ul {
list-style-type: circle;
}
.unread {
color: #c9302c;
font-size: 0.8em;
font-family: monospace;
}
.image-cell{
width: 60px !important;
}
.image-cell img{
height: 40px;
margin: -0.56rem -0.6rem;
}
.portrait img{
border: 1px solid #ebebec;
width: 120px;
}
.member-table .member-cell{
display: table-cell;
vertical-align: top;
}
.member-table .member-cell.portrait{
width: 120px;
padding-left: 15px;
padding-top: 10px;
}
table.cell-align-top td{
vertical-align: top;
}
.report-nav button{
float: right !important;
}
form a.link-button{
text-transform: uppercase;
border-radius: 5px;
border: 1px ridge silver;
margin-top: 1em;
display: inline-block;
padding: 1rem 2rem 1.0625rem 2rem;
line-height: normal;
background-color: #34205B;
color: #FFF;
transition: background-color 300ms ease-out;
}
form a.link-button:hover, form a.link-button:focus{
background: #000 !important;
box-shadow: none;
color: #FFF !important;
}
a.trello-link-box{
background-color: #34205B;
border-radius: 3px;
color: #fff;
display: inline-block;
padding: 10px;
font-weight: bold;
height: 100px;
width: 300px;
margin-right: 10px;
margin-bottom: 10px;
}
a.trello-link-box:hover{
color: #fff;
background-color: #581886;
}
.trello-form.loading form{
display: none;
}
.trello-form form{
padding: 15px 10px;
display: block;
}
.trello-form .form-title{
padding: 5px;
color: #000000;
font-weight: bold;
text-align: center;
}
.trello-form .form-item{
margin-bottom: 20px;
}
.trello-form .form-item .form-label, .trello-form .form-item .description{
display: inline-block;
vertical-align: top;
}
.trello-form .form-item .form-label{
width: 18%;
text-align: right;
padding-top: 6px;
font-weight: bold;
padding-right: 3px;
}
.trello-form .form-item .description{
width: 80%;
}
.trello-form .form-item .description input{
box-shadow: 0 1px 2px rgba(0,0,0,.23);
border: none;
background-color: #FFF;
border-radius: 3px;
margin-bottom: 5px;
}
.trello-form .form-item .description input:focus{
box-shadow: 0 1px 4px rgba(0,0,0,.33);
}
.trello-form .form-message{
padding: 15px 10px 0 10px;
}
.trello-form .info-text{
box-shadow: 0 1px 2px rgba(0,0,0,.23);
border-radius: 3px;
padding: 6px 10px;
background-color: #EEE;
}
.trello-form .form-submit input, .trello-form .form-submit a{
color: #FFF;
font-weight: bold;
border-radius: .3em;
display: inline-block;
padding: 0.7em 1.8em;
border: none;
line-height: normal;
}
.trello-form .form-submit input.save, .trello-form .form-submit a.save{
background-color: #34205B;
}
.trello-form .form-submit input.delete, .trello-form .form-submit a.delete{
background-color: #34205B;
}
.trello-form .form-submit input.save:hover, .trello-form .form-submit a.save:hover{
background-color: #000000;
}
.trello-form .form-submit input.delete:hover, .trello-form .form-submit a.delete:hover{
background-color: #000000;
}
.trello-form .form-submit.left-space{
margin-left: 18%;
}
.trello-form .form-submit.top-space{
margin-top: 10px;
}
.trello-form .form-submit.wide input{
min-width: 150px;
}
.trello-form .form-submit input:hover{
background-color: #539C3B;
}
.select-list{
background-color: #0067A3;
border-radius: 3px;
padding: 7px;
margin-top: 10px;
}
.select-list .title{
color: #FFF;
font-weight: bold;
}
.select-list .title .select-desc{
display: none;
}
.select-list.current-select .title .select-desc{
display: inline;
}
.selectable{
border-radius: 3px;
display: inline-block;
padding: 4px 8px;
background-color: #4E97C2;
color: #FFF;
font-weight: bold;
box-shadow: 0 1px 2px rgba(0,0,0,.23);
margin: 3px;
cursor: pointer;
}
.selectable.selected{
background-color: #539C3B;
}
.trello-matches .match{
border-radius: 3px;
display: inline-block;
background-color: #539C3B;
color: #FFF;
font-weight: bold;
box-shadow: 0 1px 2px rgba(0,0,0,.23);
margin: 3px;
}
.trello-matches .match div{
padding: 4px 8px;
border-right: 1px solid #FFF;
float: left;
}
.trello-matches .match div.close{
border-right: none;
background-color: #c9302c;
border-radius: 0 3px 3px 0;
cursor: pointer;
}
.requirement-message{
padding: 5px;
border: 1px solid #581886;
color: #581886;
background-color: #dae2ef;
margin-top: -8px;
margin-bottom: 10px;
}
.requirement-message a{
display: inline-block;
background-color: #34205B;
color: #FFF;
padding: 3px 6px;
border-radius: 3px;
transition: background-color 300ms ease-out;
}
.requirement-message a:hover{
background-color: #000;
color: #FFF;
}
a.link-highlight{
border: 2px solid #34205B !important;
color: #34205B !important;
font-weight: bold !important;
}
.disabled a, a.disabled {
pointer-events: none;
}
a:hover {
color: #000000;
}
a {
color: #34205B;
}
header {
background-color: #581886;
color: #ffffff;
font-size: 30px;
height: 84px;
line-height: 64px;
padding: 16px 0px;
box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}
header .header-title {
padding-left:80px
}
legend {
color:#581886;
}
.row {
max-width: 80rem;
}
.actions.columns {
margin-top:1rem;
border-left: 5px solid #581886;
padding-left: 15px;
padding: 32px 20px;
}
.actions.columns h3 {
color:#581886;
}
.index table {
margin-top: 2rem;
border: 0;
width: 100%;
table-layout: fixed;
}
.related table {
border: 0;
width: 100%;
table-layout: fixed;
}
.index table thead {
height: 3.5rem;
}
.header-help {
float: right;
margin-right:2rem;
margin-top: -80px;
font-size:16px;
}
.header-help span {
font-weight: normal;
text-align: center;
text-decoration: none;
line-height: 1;
white-space: nowrap;
display: inline-block;
padding: 0.25rem 0.5rem 0.375rem;
font-size: 0.8rem;
background-color: #0097a7;
color: #FFF;
border-radius: 1000px;
}
.header-help a {
color: #fff;
}
ul.pagination li a {
color: rgba(0, 0 ,0 , 0.54);
}
ul.pagination li.active a {
background-color: #DCE47E;
color: #FFF;
font-weight: bold;
cursor: default;
}
ul.pagination .disabled:hover a {
background: none;
}
.paginator {
text-align: center;
}
.paginator ul.pagination li {
float: none;
display: inline-block;
}
.paginator p {
text-align: right;
color: rgba(0, 0 ,0 , 0.54);
}
.asc:after {
content: " \2193";
}
.desc:after {
content: " \2191";
}
button {
background: #34205B;
border-radius: 5px;
border: 1px ridge silver;
margin-top: 1em;
}
.form button:hover, .form button:focus {
background: #000;
box-shadow: none;
}
.form button[type="submit"] {
float: left;
text-transform: uppercase;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}
.reset-buttons{
text-align: right;
}
@media(max-width: 640px) {
.reset-buttons{
text-align: left;
}
}
.reset-buttons input{
background: #DCDCDC;
border-radius: 5px;
border: 1px ridge silver;
margin-top: 1.3em;
padding: 0.5em;
color: black;
display: inline-block;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}
.form .error-message {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
color: rgba(0, 0, 0, 0.54);
}
.required > label {
font-weight: bold;
}
.required > label:after {
content: ' *';
color: #C3232D;
}
select[multiple] {
min-height:150px;
background: none;
}
input[type=checkbox], input[type=radio] {
margin-right: 0.5em;
}
.date select, .time select, .datetime select {
display: inline;
margin-right: 10px;
}
.error label,
.error label.error {
color: #C3232D;
}
.view h2 {
color: #6F6F6F;
}
.view .columns.strings {
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right:0.7rem;
}
.view .numbers {
background-color: #B7E3EC;
color: #FFF;
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right: 0.7rem;
}
.view .columns.dates {
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right:0.7rem;
background-color:#DCE47E;
color: #fff;
}
.view .columns.booleans {
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right:0.7rem;
background-color: #8D6E65;
color: #fff;
}
.view .strings p {
border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
color:#747474;
}
.view .booleans .subheader {
color: #E9E9E9
}
.view .texts .columns {
margin-top:1.2rem;
border-bottom: 1px solid #eee;
}
/* Notices and Errors */
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
display: block;
clear: both;
background-repeat: repeat-x;
margin-bottom: 18px;
padding: 7px 14px;
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}
.cake-debug,
.notice,
p.notice {
color: #000000;
background: #ffcc00;
}
.cake-error,
p.error {
color: #fff;
background: #C3232D;
}
pre {
background: none repeat scroll 0% 0% #FFF;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin: 15px 0px;
color: rgba(0, 0 ,0 , 0.74);
padding:5px;
}
.cake-error .cake-stack-trace {
margin-top:10px;
}
.cake-stack-trace code {
background: inherit;
border:0;
}
.cake-code-dump .code-highlight {
display: block;
background-color: #FFC600;
}
.cake-error a,
.cake-error a:hover {
color:#fff;
text-decoration: underline;
}
.home header {
width: 100%;
height: 85%;
position: relative;
display: table;
}
.home h1 {
font-family: "Gill Sans MT", Calibri, sans-serif;
}
.home header .header-image {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.home header h1 {
color: #fff;
}
.home .checks {
padding:30px;
color: #626262;
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-top:50px;
}
.checks.url-rewriting {
background-color: #F0F0F0;
display: none;
}
.checks.platform {
background-color: #B7E3EC;
}
.checks.filesystem {
background: #DCE47E;
}
.checks.database {
background-color: #DFF0D8;
padding-bottom: 10px;
margin-bottom: 30px;
}
.home .checks .success:before, .home .checks .problem:before {
line-height: 0px;
font-size: 28px;
height: 12px;
width: 12px;
border-radius: 15px;
text-align: center;
vertical-align: middle;
display: inline-block;
position: relative;
left: -11px;
}
.home .checks .success:before {
content: "✓";
color: green;
margin-right: 9px;
}
.home .checks .problem:before {
content: "✘";
color: red;
margin-right: 9px;
}
#actions-sidebar {
background: #EBECF1;
margin: 3em 0em 0em 3em;
}
.index table {
margin-top: 0rem;
border: 0;
}
table {
background: #fff;
margin-bottom: 1.25rem;
border: none;
table-layout: fixed;
width: 100%;
}
table thead {
background: none;
}
table tr {
border-bottom: 1px solid #ebebec;
}
table thead tr {
border-bottom: 1px solid #34205B;
}
table tr th {
padding: 0.5625rem 0.625rem;
font-size: 0.875rem;
color: #34205B;
text-align: left;
border-bottom: 2px solid #34205B;
}
table tr:nth-of-type(even) {
background: none;
}
table.stylized-table{
border: 1px solid #CCCCCC;
}
table.stylized-table td{
border: 1px solid #CCCCCC;
}
table.stylized-table .header td{
background-color: #34205B;
color: #FFFFFF;
}
table.stylized-table .trow:nth-of-type(even){
background-color: #f1f5fb;
}
table.stylized-table .trow:nth-of-type(odd){
background-color: #dae5f4;
}
td.primary-cell{
width: 120px;
word-break: break-all;
}
table.stat-table td{
text-align: center;
padding: 0.5625rem 0;
}
table.stat-table td.primary-cell{
padding-left: 0.625rem;
text-align: left;
}
table.half-width{
width: 50%;
}
.columns.no-padding{
padding-left: 0 !important;
padding-right: 0 !important;
}
@media(max-width: 700px) {
table.half-width {
width: 100%;
}
}
fieldset {
border: none;
padding-bottom: 1.25rem;
}
fieldset legend {
border-bottom: 2px solid #34205B;
width: 100%;
line-height: 2rem;
}
.form button[type="submit"] {
float: left;
text-transform: uppercase;
box-shadow: none;
}
button {
background: #34205B;
border-radius: 5px;
border: 1px ridge silver;
}
.form button:hover, .form button:focus {
background: #000;
box-shadow: none;
}
/* top changed from 15px to 150px */
div.message {
cursor: pointer;
display: block;
font-weight: normal;
padding: 0 1.5rem 0 1.5rem;
transition: height 300ms ease-out 0s;
background-color: #a0d3e8;
color: #626262;
position: fixed;
top: 150px;
right: 15px;
z-index: 999;
overflow: hidden;
height: 50px;
line-height: 2.5em;
}
div.message:before {
line-height: 0px;
font-size: 20px;
height: 12px;
width: 12px;
border-radius: 15px;
text-align: center;
vertical-align: middle;
display: inline-block;
position: relative;
left: -11px;
background-color: #FFF;
padding: 12px 14px 12px 10px;
content: "i";
color: #a0d3e8;
}
div.message.error {
background-color: #C3232D;
color: #FFF;
}
div.message.error:before {
padding: 11px 16px 14px 7px;
color: #C3232D;
content: "x";
}
div.message.hidden {
height: 0;
}
.vertical-table th {
padding: 0.5625rem 0.625rem;
font-size: 0.875rem;
color: #34205B;
border: none;
text-align: left;
}
.vertical-table {
vertical-align: middle;
}
.vertical-table td {
text-align: right;
}
.content {
background-color: #E1E4F5;
display: block;
line-height: 1.5;
margin: 1em 0em 1em 0em;
padding: 1em;
position: static;
width: 100%;
}
/* Use 'one true layout' methods to get equal height columns */
.container {
clear: both;
overflow: hidden;
min-height: 92%; /* full height almost always */
}
/* Force equal height by overflowing */
@media(max-width: 640px) {
#actions-sidebar {
padding-bottom: 2rem;
margin-bottom: 0;
}
}
.content h3 {
color: #000;
padding-bottom: 0.5rem;
margin-bottom: 20px;
}
.content h4 {
color: #000;
padding-bottom: 0.5rem;
margin-bottom: 20px;
border-bottom: 2px solid #000;
}
.content .related h4 {
color: #000;
padding-bottom: 0.5rem;
margin-top: 20px;
margin-bottom: 10px;
border-bottom: 0px;
}
h4 {
margin-top: 1em;
}
h5 {
color: #000;
padding-bottom: 0.5rem;
margin-bottom: 20px;
}
.chart {
width: 100%;
}
div.input{
overflow: auto;
}
input[readonly]{
float:left;
margin-right: 5px;
margin-bottom: 5px;
width: 11em;
background-color: white;
}
/**
* Text field for feedback in Notes/add.ctp
*/
input.feedback {
width:600px;
height:200px;
}
label.confirmPassword {
font-weight: bold;
}
label.confirmPassword:after {
color: #C3232D;
content: ' *';
display:inline;
}
label.requiredEmail:after {
content: ' *';
color: #C3232D;
display:inline;
}
.selectedLink {
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
div.input.number {
display: inline-block;
width: 24%;
margin-left: 0.5%;
margin-right: 0.5%;
}
/*
input#weekmin, input#weekmax, input#yearmin, input#yearmax {
} */
/* Colors for test layout*/
.test-layout #notificationarea button {
background-color: #2e2e2e;
}
.test-layout footer {
background-color: #000000 !important;
}
.test-layout #navtop {
background-color: #581886;
}
.test-layout button {
background: #581886;
}
.test-layout form a.link-button{
background: #581886;
} | webroot/css/cake.css | body {
width: 100%;
height: 100%;
position: absolute;
background-color: #FFF;
}
/* general rules for all divs */
div {
background-color: transparent;
}
.clearer {
clear: both;
}
.boxed {
color:#581886;
border: 2px solid;
border-color: grey;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
hr {
margin-top: 0;
margin-bottom: 0.5em;
}
/* Statusbar: shows login info */
#statusbar {
background-color: transparent;
}
#statusleft {
background-color: inherit;
color: white;
font-weight: bold;
padding-left: 0.5em;
float: left;
}
#statusright {
background-color: inherit;
color: white;
font-weight: bold;
padding-right: 0.5em;
float: right;
}
/* Notifications of unread messages */
#notificationarea {
position: absolute;
right: 18em;
}
#notificationarea button {
padding: 0.6em 1em;
border: 2px ridge silver;
border-top: none;
border-radius: 0 0 5px 5px;
background-color: #34205B;
margin: 0;
}
.n-content {
z-index: 10001;
display: none;
max-height: 420px;
overflow: auto;
left: -6.3em;
right: -6.3em;
padding-top: 1em;
position: absolute;
background-color: #f9f9f9;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 5px;
border: 2px outset dodgerblue;
}
.n-content #cominfo {
margin-left: 1em;
}
#notificationarea:hover .n-content {
display: block;
}
/* Banner picture */
#topimg {
margin-top: 0.5em;
}
#topimg img {
float: left;
margin-right: 1em;
padding: 0.1em;
width: 150px;
margin-bottom: 2em;
}
#topimg .logo {
font-size: 1.4em;
}
/* I just came up with a unique name that probably was not used
* This div contains the actual content of this site
*/
#area51 {
position: relative;
width: 80%;
min-width: 100px;
max-width: 1200px;
min-height: 100%;
margin: 0 auto;
}
/* Decreases and removes the margin for smaller screens */
@media(max-width: 800px) {
#area51 {
width: 100%;
border-radius: 0 0 0 0 ;
}
}
/* For navigations in general */
nav ul {
list-style-type: none;
padding: 0;
margin: 0 0 0 0;
display: block;
}
/* Title section left to navigation bar */
#left-title {
display: block;
float: right;
}
/* Black navigation bar at the top of the page */
#navgeneral {
background-color: #000;
color: #FFF;
padding: 0.5em 0em;
text-align: center;
width: 100%;
margin-top: 0em;
display: block;
}
#navgeneral ul {
list-style: none;
margin: 0;
padding: 0;
}
.navBtn {
display: inline;
}
#navgeneral li > a {
color: white;
margin-left: 1em;
margin-right: 1em;
}
#navgeneral li > a:hover {
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
/* Links in the black navigation */
.general-links {
position: relative;
display: inline;
}
.dropdown-content {
background-color: #f1f1f1;
margin-top: 1em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
position: absolute;
display: none;
margin-left: -8em;
width: 8em;
z-index: 111;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 2px;
text-decoration: none;
display: block;
}
/* Project role shown in the dropdown */
#role {
color: black;
text-transform: uppercase;
padding: 12px 0px 0px 0px;
font-weight: bold;
}
.dropdown-content a:hover {
background-color: #ccc;
}
#dropbtn:hover > a{
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
/* Show the dropdown menu on hover */
#dropbtn:hover .dropdown-content {
display: inline-block;
}
/* Purple navigation bar */
#navtop {
background-color: #581886;
margin: 0em 0em 0em 0em;
padding: 1em 1em 1em 0em;
position: static;
text-align: center;
width: 100%;
display: inline-block;
}
#navtop li {
display: inline;
}
#navtop li .login {
float: right;
margin-top: -1.4em;
}
#navtop li a {
color: white;
margin-left: 0.7em;
margin-right: 0.7em;
}
#navtop li a:hover {
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
.statistics {
background-color: #EBECF1;
display: block;
line-height: 1.5;
margin: 1em 0em 1em 0em;
padding: 1em 1em 0em 1em;
position: static;
width: 100%;
}
/* The button next to the title, i.e. "+ New Member" */
#navbutton {
background-color: #34205B;
display: inline;
position: absolute;
padding: 0.5em 0.5em;
right: 1em;
margin-top: -4em;
border: 2px;
border-style: solid;
border-color: transparent;
}
#navbutton a {
color: #ffffff;
}
#navbutton:hover {
color: #ffffff;
border: 2px;
border-style: solid;
border-color: #78C4E6;
}
/* The other button, possibly next to navbutton. Usually only available for admin or manager, i.e. "Log time for another member" */
#managing_button {
background-color: #34205B;
display: inline;
position: absolute;
padding: 0.5em 0.5em;
right: 10em;
margin-top: -4em;
border: 2px;
border-style: solid;
border-color: transparent;
}
#managing_button a {
color: #ffffff;
}
#managing_button:hover {
color: #ffffff;
border: 2px;
border-style: solid;
border-color: #78C4E6;
}
/* All footer related styling */
footer {
background-image: none !important;
background-color: #000000 !important;
color: #FFF;
padding: 0.5em;
}
footer ul {
list-style-type: none;
margin: 0;
}
footer h6 {
font-weight: bold;
font-family: Liberation Sans, Arial, sans;
color: #FFF;
}
footer li a {
color: #FFF;
}
footer li a:hover {
color: #78C4E6;
border-bottom: 2px solid #ffffff;
}
#area52 {
width: 80%;
min-height: 100%;
margin: 0 auto;
}
#area52 .footerblock {
width: 31%;
display: inline-block;
vertical-align: top;
padding-left: 1em;
border-left: 2px solid #fff;
min-height: 180px;
}
.footerblock #logoblock {
margin-top: 10%;
padding-left: 0.5em;
padding-right: 0.5em;
}
#area52 .footerlogo {
font-family: serif;
font-size: 1.4em;
}
#area52 :first-child {
border: none;
}
/* Decreases and removes the margin for smaller screens */
@media(max-width: 640px) {
#area52 {
width: 100%;
border-radius: 0 0 0 0 ;
}
#area52 .footerblock{
width: 48%;
min-height: inherit;
}
#area52 .footerblock:last-child{
border: none;
}
}
@media(min-width: 641px) and (max-width: 800px) {
#area52 {
width: 90%;
border-radius: 0 220px 0 0 ;
}
}
/* COMMENT boxes in the weeklyreports' view page */
.messagebox {
background-color: #EBECF1;
padding: 0.6em;
border-radius: 5px;
margin-bottom: 0.5em;
}
.messagebox .msginfo {
color: #34205B;
font-size: 0.85em;
}
.msgaction{
padding-top: 0.6em;
}
.msgaction a{
display: inline-block;
font-size: 0.85em;
margin-right: 0.3em;
color: #FFF;
background-color: #581886;
border-radius: 5px;
padding: 0.1em 0.6em;
}
.msgaction a:hover{
background-color: #34205B;
color: #FFF;
}
/* Cancel and save are not visible in normal mode.
* Edit, delete and content are not visible in edit mode
*/
.messagebox .msgaction a.cancel, .messagebox .msgaction a.save{
display: none;
}
.messagebox.edit-mode .msgaction a.cancel, .messagebox.edit-mode .msgaction a.save{
display: inline-block;
}
.messagebox.edit-mode .msgaction a.edit, .messagebox.edit-mode .msgaction a.delete{
display: none;
}
.messagebox.edit-mode .msg-content span{
display: none;
}
#faq ul {
list-style-type: circle;
}
.unread {
color: #c9302c;
font-size: 0.8em;
font-family: monospace;
}
.image-cell{
width: 60px !important;
}
.image-cell img{
height: 40px;
margin: -0.56rem -0.6rem;
}
.portrait img{
border: 1px solid #ebebec;
width: 120px;
}
.member-table .member-cell{
display: table-cell;
vertical-align: top;
}
.member-table .member-cell.portrait{
width: 120px;
padding-left: 15px;
padding-top: 10px;
}
table.cell-align-top td{
vertical-align: top;
}
.report-nav button{
float: right !important;
}
form a.link-button{
text-transform: uppercase;
border-radius: 5px;
border: 1px ridge silver;
margin-top: 1em;
display: inline-block;
padding: 1rem 2rem 1.0625rem 2rem;
line-height: normal;
background-color: #34205B;
color: #FFF;
transition: background-color 300ms ease-out;
}
form a.link-button:hover, form a.link-button:focus{
background: #000 !important;
box-shadow: none;
color: #FFF !important;
}
a.trello-link-box{
background-color: #34205B;
border-radius: 3px;
color: #fff;
display: inline-block;
padding: 10px;
font-weight: bold;
height: 100px;
width: 300px;
margin-right: 10px;
margin-bottom: 10px;
}
a.trello-link-box:hover{
color: #fff;
background-color: #581886;
}
.trello-form.loading form{
display: none;
}
.trello-form form{
padding: 15px 10px;
display: block;
}
.trello-form .form-title{
padding: 5px;
color: #000000;
font-weight: bold;
text-align: center;
}
.trello-form .form-item{
margin-bottom: 20px;
}
.trello-form .form-item .form-label, .trello-form .form-item .description{
display: inline-block;
vertical-align: top;
}
.trello-form .form-item .form-label{
width: 18%;
text-align: right;
padding-top: 6px;
font-weight: bold;
padding-right: 3px;
}
.trello-form .form-item .description{
width: 80%;
}
.trello-form .form-item .description input{
box-shadow: 0 1px 2px rgba(0,0,0,.23);
border: none;
background-color: #FFF;
border-radius: 3px;
margin-bottom: 5px;
}
.trello-form .form-item .description input:focus{
box-shadow: 0 1px 4px rgba(0,0,0,.33);
}
.trello-form .form-message{
padding: 15px 10px 0 10px;
}
.trello-form .info-text{
box-shadow: 0 1px 2px rgba(0,0,0,.23);
border-radius: 3px;
padding: 6px 10px;
background-color: #EEE;
}
.trello-form .form-submit input, .trello-form .form-submit a{
color: #FFF;
font-weight: bold;
border-radius: .3em;
display: inline-block;
padding: 0.7em 1.8em;
border: none;
line-height: normal;
}
.trello-form .form-submit input.save, .trello-form .form-submit a.save{
background-color: #34205B;
}
.trello-form .form-submit input.delete, .trello-form .form-submit a.delete{
background-color: #34205B;
}
.trello-form .form-submit input.save:hover, .trello-form .form-submit a.save:hover{
background-color: #000000;
}
.trello-form .form-submit input.delete:hover, .trello-form .form-submit a.delete:hover{
background-color: #000000;
}
.trello-form .form-submit.left-space{
margin-left: 18%;
}
.trello-form .form-submit.top-space{
margin-top: 10px;
}
.trello-form .form-submit.wide input{
min-width: 150px;
}
.trello-form .form-submit input:hover{
background-color: #539C3B;
}
.select-list{
background-color: #0067A3;
border-radius: 3px;
padding: 7px;
margin-top: 10px;
}
.select-list .title{
color: #FFF;
font-weight: bold;
}
.select-list .title .select-desc{
display: none;
}
.select-list.current-select .title .select-desc{
display: inline;
}
.selectable{
border-radius: 3px;
display: inline-block;
padding: 4px 8px;
background-color: #4E97C2;
color: #FFF;
font-weight: bold;
box-shadow: 0 1px 2px rgba(0,0,0,.23);
margin: 3px;
cursor: pointer;
}
.selectable.selected{
background-color: #539C3B;
}
.trello-matches .match{
border-radius: 3px;
display: inline-block;
background-color: #539C3B;
color: #FFF;
font-weight: bold;
box-shadow: 0 1px 2px rgba(0,0,0,.23);
margin: 3px;
}
.trello-matches .match div{
padding: 4px 8px;
border-right: 1px solid #FFF;
float: left;
}
.trello-matches .match div.close{
border-right: none;
background-color: #c9302c;
border-radius: 0 3px 3px 0;
cursor: pointer;
}
.requirement-message{
padding: 5px;
border: 1px solid #581886;
color: #581886;
background-color: #dae2ef;
margin-top: -8px;
margin-bottom: 10px;
}
.requirement-message a{
display: inline-block;
background-color: #34205B;
color: #FFF;
padding: 3px 6px;
border-radius: 3px;
transition: background-color 300ms ease-out;
}
.requirement-message a:hover{
background-color: #000;
color: #FFF;
}
a.link-highlight{
border: 2px solid #34205B !important;
color: #34205B !important;
font-weight: bold !important;
}
.disabled a, a.disabled {
pointer-events: none;
}
a:hover {
color: #000000;
}
a {
color: #34205B;
}
header {
background-color: #581886;
color: #ffffff;
font-size: 30px;
height: 84px;
line-height: 64px;
padding: 16px 0px;
box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}
header .header-title {
padding-left:80px
}
legend {
color:#581886;
}
.row {
max-width: 80rem;
}
.actions.columns {
margin-top:1rem;
border-left: 5px solid #581886;
padding-left: 15px;
padding: 32px 20px;
}
.actions.columns h3 {
color:#581886;
}
.index table {
margin-top: 2rem;
border: 0;
width: 100%;
table-layout: fixed;
}
.related table {
border: 0;
width: 100%;
table-layout: fixed;
}
.index table thead {
height: 3.5rem;
}
.header-help {
float: right;
margin-right:2rem;
margin-top: -80px;
font-size:16px;
}
.header-help span {
font-weight: normal;
text-align: center;
text-decoration: none;
line-height: 1;
white-space: nowrap;
display: inline-block;
padding: 0.25rem 0.5rem 0.375rem;
font-size: 0.8rem;
background-color: #0097a7;
color: #FFF;
border-radius: 1000px;
}
.header-help a {
color: #fff;
}
ul.pagination li a {
color: rgba(0, 0 ,0 , 0.54);
}
ul.pagination li.active a {
background-color: #DCE47E;
color: #FFF;
font-weight: bold;
cursor: default;
}
ul.pagination .disabled:hover a {
background: none;
}
.paginator {
text-align: center;
}
.paginator ul.pagination li {
float: none;
display: inline-block;
}
.paginator p {
text-align: right;
color: rgba(0, 0 ,0 , 0.54);
}
.asc:after {
content: " \2193";
}
.desc:after {
content: " \2191";
}
button {
background: #34205B;
border-radius: 5px;
border: 1px ridge silver;
margin-top: 1em;
}
.form button:hover, .form button:focus {
background: #000;
box-shadow: none;
}
.form button[type="submit"] {
float: left;
text-transform: uppercase;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}
.reset-buttons{
text-align: right;
}
@media(max-width: 640px) {
.reset-buttons{
text-align: left;
}
}
.reset-buttons input{
background: #DCDCDC;
border-radius: 5px;
border: 1px ridge silver;
margin-top: 1.3em;
padding: 0.5em;
color: black;
display: inline-block;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}
.form .error-message {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
color: rgba(0, 0, 0, 0.54);
}
.required > label {
font-weight: bold;
}
.required > label:after {
content: ' *';
color: #C3232D;
}
select[multiple] {
min-height:150px;
background: none;
}
input[type=checkbox], input[type=radio] {
margin-right: 0.5em;
}
.date select, .time select, .datetime select {
display: inline;
margin-right: 10px;
}
.error label,
.error label.error {
color: #C3232D;
}
.view h2 {
color: #6F6F6F;
}
.view .columns.strings {
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right:0.7rem;
}
.view .numbers {
background-color: #B7E3EC;
color: #FFF;
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right: 0.7rem;
}
.view .columns.dates {
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right:0.7rem;
background-color:#DCE47E;
color: #fff;
}
.view .columns.booleans {
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-right:0.7rem;
background-color: #8D6E65;
color: #fff;
}
.view .strings p {
border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
color:#747474;
}
.view .booleans .subheader {
color: #E9E9E9
}
.view .texts .columns {
margin-top:1.2rem;
border-bottom: 1px solid #eee;
}
/* Notices and Errors */
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
display: block;
clear: both;
background-repeat: repeat-x;
margin-bottom: 18px;
padding: 7px 14px;
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}
.cake-debug,
.notice,
p.notice {
color: #000000;
background: #ffcc00;
}
.cake-error,
p.error {
color: #fff;
background: #C3232D;
}
pre {
background: none repeat scroll 0% 0% #FFF;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin: 15px 0px;
color: rgba(0, 0 ,0 , 0.74);
padding:5px;
}
.cake-error .cake-stack-trace {
margin-top:10px;
}
.cake-stack-trace code {
background: inherit;
border:0;
}
.cake-code-dump .code-highlight {
display: block;
background-color: #FFC600;
}
.cake-error a,
.cake-error a:hover {
color:#fff;
text-decoration: underline;
}
.home header {
width: 100%;
height: 85%;
position: relative;
display: table;
}
.home h1 {
font-family: "Gill Sans MT", Calibri, sans-serif;
}
.home header .header-image {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.home header h1 {
color: #fff;
}
.home .checks {
padding:30px;
color: #626262;
border-radius: 3px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
margin-top:50px;
}
.checks.url-rewriting {
background-color: #F0F0F0;
display: none;
}
.checks.platform {
background-color: #B7E3EC;
}
.checks.filesystem {
background: #DCE47E;
}
.checks.database {
background-color: #DFF0D8;
padding-bottom: 10px;
margin-bottom: 30px;
}
.home .checks .success:before, .home .checks .problem:before {
line-height: 0px;
font-size: 28px;
height: 12px;
width: 12px;
border-radius: 15px;
text-align: center;
vertical-align: middle;
display: inline-block;
position: relative;
left: -11px;
}
.home .checks .success:before {
content: "✓";
color: green;
margin-right: 9px;
}
.home .checks .problem:before {
content: "✘";
color: red;
margin-right: 9px;
}
#actions-sidebar {
background: #EBECF1;
margin: 3em 0em 0em 3em;
}
.index table {
margin-top: 0rem;
border: 0;
}
table {
background: #fff;
margin-bottom: 1.25rem;
border: none;
table-layout: fixed;
width: 100%;
}
table thead {
background: none;
}
table tr {
border-bottom: 1px solid #ebebec;
}
table thead tr {
border-bottom: 1px solid #34205B;
}
table tr th {
padding: 0.5625rem 0.625rem;
font-size: 0.875rem;
color: #34205B;
text-align: left;
border-bottom: 2px solid #34205B;
}
table tr:nth-of-type(even) {
background: none;
}
table.stylized-table{
border: 1px solid #CCCCCC;
}
table.stylized-table td{
border: 1px solid #CCCCCC;
}
table.stylized-table .header td{
background-color: #34205B;
color: #FFFFFF;
}
table.stylized-table .trow:nth-of-type(even){
background-color: #f1f5fb;
}
table.stylized-table .trow:nth-of-type(odd){
background-color: #dae5f4;
}
td.primary-cell{
width: 120px;
word-break: break-all;
}
table.stat-table td{
text-align: center;
padding: 0.5625rem 0;
}
table.stat-table td.primary-cell{
padding-left: 0.625rem;
text-align: left;
}
table.half-width{
width: 50%;
}
.columns.no-padding{
padding-left: 0 !important;
padding-right: 0 !important;
}
@media(max-width: 700px) {
table.half-width {
width: 100%;
}
}
fieldset {
border: none;
padding-bottom: 1.25rem;
}
fieldset legend {
border-bottom: 2px solid #34205B;
width: 100%;
line-height: 2rem;
}
.form button[type="submit"] {
float: left;
text-transform: uppercase;
box-shadow: none;
}
button {
background: #34205B;
border-radius: 5px;
border: 1px ridge silver;
}
.form button:hover, .form button:focus {
background: #000;
box-shadow: none;
}
/* top changed from 15px to 150px */
div.message {
cursor: pointer;
display: block;
font-weight: normal;
padding: 0 1.5rem 0 1.5rem;
transition: height 300ms ease-out 0s;
background-color: #a0d3e8;
color: #626262;
position: fixed;
top: 150px;
right: 15px;
z-index: 999;
overflow: hidden;
height: 50px;
line-height: 2.5em;
}
div.message:before {
line-height: 0px;
font-size: 20px;
height: 12px;
width: 12px;
border-radius: 15px;
text-align: center;
vertical-align: middle;
display: inline-block;
position: relative;
left: -11px;
background-color: #FFF;
padding: 12px 14px 12px 10px;
content: "i";
color: #a0d3e8;
}
div.message.error {
background-color: #C3232D;
color: #FFF;
}
div.message.error:before {
padding: 11px 16px 14px 7px;
color: #C3232D;
content: "x";
}
div.message.hidden {
height: 0;
}
.vertical-table th {
padding: 0.5625rem 0.625rem;
font-size: 0.875rem;
color: #34205B;
border: none;
text-align: left;
}
.vertical-table {
vertical-align: middle;
}
.vertical-table td {
text-align: right;
}
.content {
background-color: #E1E4F5;
display: block;
line-height: 1.5;
margin: 1em 0em 1em 0em;
padding: 1em;
position: static;
width: 100%;
}
/* Use 'one true layout' methods to get equal height columns */
.container {
clear: both;
overflow: hidden;
min-height: 92%; /* full height almost always */
}
/* Force equal height by overflowing */
@media(max-width: 640px) {
#actions-sidebar {
padding-bottom: 2rem;
margin-bottom: 0;
}
}
.content h3 {
color: #000;
padding-bottom: 0.5rem;
margin-bottom: 20px;
}
.content h4 {
color: #000;
padding-bottom: 0.5rem;
margin-bottom: 20px;
border-bottom: 2px solid #000;
}
.content .related h4 {
color: #000;
padding-bottom: 0.5rem;
margin-top: 20px;
margin-bottom: 10px;
border-bottom: 0px;
}
h4 {
margin-top: 1em;
}
h5 {
color: #000;
padding-bottom: 0.5rem;
margin-bottom: 20px;
}
.chart {
width: 100%;
}
div.input{
overflow: auto;
}
input[readonly]{
float:left;
margin-right: 5px;
margin-bottom: 5px;
width: 11em;
background-color: white;
}
/**
* Text field for feedback in Notes/add.ctp
*/
input.feedback {
width:600px;
height:200px;
}
label.confirmPassword {
font-weight: bold;
}
label.confirmPassword:after {
color: #C3232D;
content: ' *';
display:inline;
}
label.requiredEmail:after {
content: ' *';
color: #C3232D;
display:inline;
}
.selectedLink {
border-bottom: 5px;
border-bottom-style: solid;
border-color: #78C4E6;
}
div.input.number {
display: inline-block;
width: 24%;
margin-left: 0.5%;
margin-right: 0.5%;
}
/*
input#weekmin, input#weekmax, input#yearmin, input#yearmax {
} */
/* Colors for test layout*/
.test-layout #notificationarea button {
background-color: #2e2e2e;
}
.test-layout footer {
background-color: #000000 !important;
}
.test-layout #navtop {
background-color: #581886;
}
.test-layout button {
background: #581886;
}
.test-layout form a.link-button{
background: #581886;
} | 0.360264 | 0.069384 |
body {
font-family: "Open Sans", sans-serif;
background-color: #eee;
color: #444;
font-size: 14;
}
#verticalflex {
display: flex;
flex-direction: column;
align-items: center;
}
.gear rect {
fill: rgba(238, 238, 238, 0.8);
stroke: none;
}
/* per day view */
#perdayviewdiv {
display: flex;
flex-direction: column;
align-items: center
}
#perdayview .all .bars {
stroke-width: 0;
fill: #ae161e;
shape-rendering: crispEdges;
}
.view1barback {
opacity: 0.1;
}
#perdayview .all .axes .xaxis .tick text {
display: none;
}
#userview .all .axes .yaxis .tick text {
display: inherit;
}
#userview_bot .axislabel, #userview_top .axislabel {
fill: #444;
}
#binsize {
width: 30px;
line-height: 1.5;
}
#binslider {
width: 815px;
}
#binslider .draggertext {
opacity: 0;
}
#setbinsize {
line-height: 1.5;
}
.transbars {
opacity: 0;
fill: #F0F;
}
.barsquare {
shape-rendering: crispEdges;
}
/* user view */
#userviewcontainer {
display: flex;
flex-direction: column;
align-items: center;
width: 600px;
}
#userviewcontainer h2 {
margin-top: 0px;
}
#userview_centercontainer {
display: flex;
flex-direction: row;
}
.clusterbox {
fill: rgba(255, 255, 255, 0);
shape-rendering: crispEdges;
stroke-width: 2px;
}
.axissvg .tick text {
display: none;
}
.likeline {
stroke: #4c568c;
stroke-width: 1pt;
fill: none;
}
.likelinedot {
fill: #4c568c;
}
.likelinetext {
font-size: 10px;
fill: #373f68;
}
.bottomline {
stroke: #000;
shape-rendering: crispEdges;
}
.subxaxis text {
fill: #000;
}
.label_likesperchapter {
font-size: 12px;
}
.clusterbox:hover {
fill: rgba(229, 244, 253, 0.3);
stroke: rgba(0, 0, 0, 1);
}
.canvascluster {
border: 2px solid black;
}
.dataline {
fill: none;
stroke-width: 1pt;
stroke: #000;
}
.normalline {
fill: none;
stroke-width: 1pt;
stroke: #666666;
}
.tooltip {
pointer-events: none;
}
.tooltipDot {
}
.tooltiptext {
font-size: 12pt;
fill: white;
text-anchor: middle;
}
.tooltipguide {
fill: none;
stroke-width: 1pt;
stroke: #000;
}
.tooltiptext rect {
fill: rgba(0, 0, 0, 0.8);
stroke-width: 1pt;
stroke: #000000;
}
text {
font-family: "Open Sans", sans-serif;
}
.userviewdivs svg {
margin-bottom: 5px;
}
.userviewdivs {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 10px;
}
#userviewdiv {
height: 551px;
overflow-y: auto;
}
#perdayviewdiv {
margin-bottom: 20px;
}
#userlist {
height: 450px;
overflow-y: auto;
border-top: 1px solid black;
width: 230px;
}
#userlistdiv {
margin-left: 20px;
}
#userlistdiv td:nth-child(2) {
width: 3em;
}
#userlistdiv td:nth-child(3) {
width: 10em;
}
.username {
display: block;
background-color: rgba(255, 0, 255, 0);
}
/* first impressions */
#firstimpressionsdiv {
display: flex;
flex-direction: column;
align-items: center
}
.markpath {
stroke-width: 1px;
stroke: #000;
}
.longtail {
stroke-width: 1px;
stroke: rgba(0, 0, 0, 0.3);
stroke-dasharray: 2;
fill: none;
}
.markcap {
fill: rgb(0, 0, 0);
stroke: none;
}
.drag_hitbox {
opacity: 0;
}
#firstimpressions_windowslider {
width: 800px;
}
#firstimpressions_windowslider .draggertext {
opacity: 0;
}
#firstimpressionview .tooltip text {
text-anchor: middle;
font-size: 10pt;
} | client/src/main.css |
body {
font-family: "Open Sans", sans-serif;
background-color: #eee;
color: #444;
font-size: 14;
}
#verticalflex {
display: flex;
flex-direction: column;
align-items: center;
}
.gear rect {
fill: rgba(238, 238, 238, 0.8);
stroke: none;
}
/* per day view */
#perdayviewdiv {
display: flex;
flex-direction: column;
align-items: center
}
#perdayview .all .bars {
stroke-width: 0;
fill: #ae161e;
shape-rendering: crispEdges;
}
.view1barback {
opacity: 0.1;
}
#perdayview .all .axes .xaxis .tick text {
display: none;
}
#userview .all .axes .yaxis .tick text {
display: inherit;
}
#userview_bot .axislabel, #userview_top .axislabel {
fill: #444;
}
#binsize {
width: 30px;
line-height: 1.5;
}
#binslider {
width: 815px;
}
#binslider .draggertext {
opacity: 0;
}
#setbinsize {
line-height: 1.5;
}
.transbars {
opacity: 0;
fill: #F0F;
}
.barsquare {
shape-rendering: crispEdges;
}
/* user view */
#userviewcontainer {
display: flex;
flex-direction: column;
align-items: center;
width: 600px;
}
#userviewcontainer h2 {
margin-top: 0px;
}
#userview_centercontainer {
display: flex;
flex-direction: row;
}
.clusterbox {
fill: rgba(255, 255, 255, 0);
shape-rendering: crispEdges;
stroke-width: 2px;
}
.axissvg .tick text {
display: none;
}
.likeline {
stroke: #4c568c;
stroke-width: 1pt;
fill: none;
}
.likelinedot {
fill: #4c568c;
}
.likelinetext {
font-size: 10px;
fill: #373f68;
}
.bottomline {
stroke: #000;
shape-rendering: crispEdges;
}
.subxaxis text {
fill: #000;
}
.label_likesperchapter {
font-size: 12px;
}
.clusterbox:hover {
fill: rgba(229, 244, 253, 0.3);
stroke: rgba(0, 0, 0, 1);
}
.canvascluster {
border: 2px solid black;
}
.dataline {
fill: none;
stroke-width: 1pt;
stroke: #000;
}
.normalline {
fill: none;
stroke-width: 1pt;
stroke: #666666;
}
.tooltip {
pointer-events: none;
}
.tooltipDot {
}
.tooltiptext {
font-size: 12pt;
fill: white;
text-anchor: middle;
}
.tooltipguide {
fill: none;
stroke-width: 1pt;
stroke: #000;
}
.tooltiptext rect {
fill: rgba(0, 0, 0, 0.8);
stroke-width: 1pt;
stroke: #000000;
}
text {
font-family: "Open Sans", sans-serif;
}
.userviewdivs svg {
margin-bottom: 5px;
}
.userviewdivs {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 10px;
}
#userviewdiv {
height: 551px;
overflow-y: auto;
}
#perdayviewdiv {
margin-bottom: 20px;
}
#userlist {
height: 450px;
overflow-y: auto;
border-top: 1px solid black;
width: 230px;
}
#userlistdiv {
margin-left: 20px;
}
#userlistdiv td:nth-child(2) {
width: 3em;
}
#userlistdiv td:nth-child(3) {
width: 10em;
}
.username {
display: block;
background-color: rgba(255, 0, 255, 0);
}
/* first impressions */
#firstimpressionsdiv {
display: flex;
flex-direction: column;
align-items: center
}
.markpath {
stroke-width: 1px;
stroke: #000;
}
.longtail {
stroke-width: 1px;
stroke: rgba(0, 0, 0, 0.3);
stroke-dasharray: 2;
fill: none;
}
.markcap {
fill: rgb(0, 0, 0);
stroke: none;
}
.drag_hitbox {
opacity: 0;
}
#firstimpressions_windowslider {
width: 800px;
}
#firstimpressions_windowslider .draggertext {
opacity: 0;
}
#firstimpressionview .tooltip text {
text-anchor: middle;
font-size: 10pt;
} | 0.38168 | 0.097476 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
background: rgb(129,154,164);
background: radial-gradient(circle, rgba(129,154,164,1) 0%, rgba(90,114,122,1) 77%, rgba(90,114,122,1) 100%);
font-family: 'Open Sans', sans-serif;
}
.container {
width: 100%;
height: 100%;
min-width: 400px;
min-height: 400px;
}
/* ===== Settings Button ===== */
.settings-btn-row {
margin-bottom: 15px;
}
.settings-btn {
color: #f48fb1;
background: none;
border: 0;
transition: 1s;
}
.settings-btn:hover {
transition: 1s;
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #f9c5d7;
}
.settings-btn:active {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #FC87AF !important;
}
.settings-btn:focus {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
}
/* ======= Search Bar ======== */
.search-container-row {
padding: 80 30px 30px 30px;
}
.search-container-form {
width: 100%;
}
.search-bar-col {
height: 40px;
width: 90%;
padding: 0 !important;;
}
.search-btn-col {
height: 40px;
width: 10%;
padding: 0 !important;;
}
.search-bar[type=text] {
border: 2px solid #f48fb1;
text-align: center;
border-radius: 5px 0 0 5px;
}
.search-bar[type=text]:focus {
outline: none;
box-shadow: 0 0 20px #F99DBC;
}
/* ====== Search Button ====== */
.search-btn {
width: 100%;
border: 1px solid #f48fb1;
background: #f48fb1;
text-align: center;
border-radius: 0 5px 5px 0;
cursor: pointer;
transition: 1s;
}
.search-btn:hover {
border: 1px solid #f9c5d7 !important;
background: #f9c5d7 !important;
outline: none !important;
box-shadow: none !important;
transition: 1s;
}
.search-btn:active {
border: 1px solid #FC87AF !important;
background: #FC87AF !important;
outline: none !important;
box-shadow: none !important;
}
.search-btn:focus {
outline: none !important;
box-shadow: none !important;
}
/* ==== Results Container ==== */
.results-count {
color: #f48fb1;
padding: .375rem .75rem;
}
.results-badge {
background: #f48fb1;
color: #fff;
}
.results-entry-link {
color: #1073ef;
}
.results-button-row {
margin-top: 20px;
}
.results-container {
color: #bfbfbf;
font-size: 14px;
width: 730px;
min-width: 730px;
height: 280px;
min-height: 280px;
border-radius: 5px;
background: #fff;
border: 2px solid #f48fb1;
-webkit-box-shadow: 10px 10px 61px -13px rgba(0,0,0,0.62);
-moz-box-shadow: 10px 10px 61px -13px rgba(0,0,0,0.62);
box-shadow: 10px 10px 61px -13px rgba(0,0,0,0.62);
overflow: scroll;
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
}
.results-entry-container {
padding: 5px 20px 5px 20px;
}
.results-header {
color: #818181;
font-weight: bold;
}
.google-results-email {
height: 250px;
min-height: 250px;
overflow: scroll;
}
/* ====== Results Button ===== */
.results-btn {
color: #f48fb1;
background: none;
border: 0;
transition: 1s;
}
.results-btn:hover {
transition: 1s;
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #f9c5d7;
}
.results-btn:active {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #FC87AF !important;
}
.results-btn:focus {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
}
/* =========================== */
/* ==== Login Side Menu ====== */
.login-nav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #b7b7b7;
overflow-x: hidden;
transition: 0.4s;
padding-top: 60px;
background: #dce1e2; /* fallback for old browsers */
background: radial-gradient(circle, #dce1e2, #bac0c1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.login-nav a {
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
transition: 0.3s;
}
.login-nav a:hover {
color: #f1f1f1;
}
.login-nav .login-exit-btn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.google-header-row, .dropbox-header-row, .box-header-row {
color: #818181;
margin: 10px 0 10px 0;
height: 30px;
min-height: 30px;
min-width: 250px;
}
.email-form {
padding-left: 15px;
margin: 0 0 5px 0;
min-height: 30px;
min-width: 250px;
}
.email-form-input {
height: 30px;
border-radius: 10px;
padding-right: 20px;
line-height: 1.5rem;
font-weight: 600;
font-size: 0.75rem;
letter-spacing: 2px;
}
.link-btn {
margin: 4px 4px 4px 5px;
padding: 0;
border: none;
height: 1.5rem;
width: 3.5rem;
border-radius: 1.5rem;
color: #fff;
background: #29b5a8;
line-height: 1.5rem;
text-align: center;
font-weight: 600;
font-size: 0.60rem;
text-transform: uppercase;
letter-spacing: 2px;
transition: 1s;
}
.link-btn:hover {
transition: 1s;
border: 0 !important;
background: #22968b;
outline: none !important;
box-shadow: none !important;
}
.link-btn:active {
transition: 0s;
border: 0 !important;
background: #24afa2;
outline: none !important;
box-shadow: none !important;
}
.link-btn:focus {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}
.remove-button {
margin-right: 5px;
}
/* =========================== */
/* ===== Toggle Button ======= */
/* Ref: https://codepen.io/aanjulena/pen/ZLZjzV */
.btn-toggle {
margin: 0 4rem;
padding: 0;
position: relative;
border: none;
height: 1.5rem;
width: 3rem;
border-radius: 1.5rem;
color: #6b7381;
background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
line-height: 1.5rem;
width: 4rem;
text-align: center;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle:before {
content: 'Off';
left: -4rem;
}
.btn-toggle:after {
content: 'On';
right: -4rem;
opacity: .5;
}
.btn-toggle > .handle {
position: absolute;
top: 0.1875rem;
left: 0.1875rem;
width: 1.125rem;
height: 1.125rem;
border-radius: 1.125rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.active {
transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
left: 1.6875rem;
transition: left .25s;
}
.btn-toggle.active:before {
opacity: .5;
}
.btn-toggle.active:after {
opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
line-height: -0.5rem;
color: #fff;
letter-spacing: .75px;
left: 0.41250000000000003rem;
width: 2.325rem;
}
.btn-toggle.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
display: none;
}
.btn-toggle:before,
.btn-toggle:after {
color: #6b7381;
}
.btn-toggle.active {
background-color: #29b5a8;
}
.btn-toggle.btn-lg {
margin: 0 5rem;
padding: 0;
position: relative;
border: none;
height: 2.5rem;
width: 5rem;
border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
line-height: 2.5rem;
width: 5rem;
text-align: center;
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
content: 'Off';
left: -5rem;
}
.btn-toggle.btn-lg:after {
content: 'On';
right: -5rem;
opacity: .5;
}
.btn-toggle.btn-lg > .handle {
position: absolute;
top: 0.3125rem;
left: 0.3125rem;
width: 1.875rem;
height: 1.875rem;
border-radius: 1.875rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.btn-lg.active {
transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
left: 2.8125rem;
transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
opacity: .5;
}
.btn-toggle.btn-lg.active:after {
opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
line-height: 0.5rem;
color: #fff;
letter-spacing: .75px;
left: 0.6875rem;
width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
display: none;
}
.btn-toggle.btn-sm {
margin: 0 0.5rem;
padding: 0;
position: relative;
border: none;
height: 1.5rem;
width: 3rem;
border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
line-height: 1.5rem;
width: 0.5rem;
text-align: center;
font-weight: 600;
font-size: 0.55rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
content: 'Off';
left: -0.5rem;
}
.btn-toggle.btn-sm:after {
content: 'On';
right: -0.5rem;
opacity: .5;
}
.btn-toggle.btn-sm > .handle {
position: absolute;
top: 0.1875rem;
left: 0.1875rem;
width: 1.125rem;
height: 1.125rem;
border-radius: 1.125rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.btn-sm.active {
transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
left: 1.6875rem;
transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
opacity: .5;
}
.btn-toggle.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
line-height: -0.5rem;
color: #fff;
letter-spacing: .75px;
left: 0.41250000000000003rem;
width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
display: none;
}
.btn-toggle.btn-xs {
margin: 0 0;
padding: 0;
position: relative;
border: none;
height: 1rem;
width: 2rem;
border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
line-height: 1rem;
width: 0;
text-align: center;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
content: 'Off';
left: 0;
}
.btn-toggle.btn-xs:after {
content: 'On';
right: 0;
opacity: .5;
}
.btn-toggle.btn-xs > .handle {
position: absolute;
top: 0.125rem;
left: 0.125rem;
width: 0.75rem;
height: 0.75rem;
border-radius: 0.75rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.btn-xs.active {
transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
left: 1.125rem;
transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
opacity: .5;
}
.btn-toggle.btn-xs.active:after {
opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
line-height: -1rem;
color: #fff;
letter-spacing: .75px;
left: 0.275rem;
width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
display: none;
}
.btn-toggle.btn-secondary {
color: #6b7381;
background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
color: #6b7381;
}
.btn-toggle.btn-secondary.active {
background-color: #ff8300;
}
/* =========================== */ | public/stylesheets/all.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
background: rgb(129,154,164);
background: radial-gradient(circle, rgba(129,154,164,1) 0%, rgba(90,114,122,1) 77%, rgba(90,114,122,1) 100%);
font-family: 'Open Sans', sans-serif;
}
.container {
width: 100%;
height: 100%;
min-width: 400px;
min-height: 400px;
}
/* ===== Settings Button ===== */
.settings-btn-row {
margin-bottom: 15px;
}
.settings-btn {
color: #f48fb1;
background: none;
border: 0;
transition: 1s;
}
.settings-btn:hover {
transition: 1s;
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #f9c5d7;
}
.settings-btn:active {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #FC87AF !important;
}
.settings-btn:focus {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
}
/* ======= Search Bar ======== */
.search-container-row {
padding: 80 30px 30px 30px;
}
.search-container-form {
width: 100%;
}
.search-bar-col {
height: 40px;
width: 90%;
padding: 0 !important;;
}
.search-btn-col {
height: 40px;
width: 10%;
padding: 0 !important;;
}
.search-bar[type=text] {
border: 2px solid #f48fb1;
text-align: center;
border-radius: 5px 0 0 5px;
}
.search-bar[type=text]:focus {
outline: none;
box-shadow: 0 0 20px #F99DBC;
}
/* ====== Search Button ====== */
.search-btn {
width: 100%;
border: 1px solid #f48fb1;
background: #f48fb1;
text-align: center;
border-radius: 0 5px 5px 0;
cursor: pointer;
transition: 1s;
}
.search-btn:hover {
border: 1px solid #f9c5d7 !important;
background: #f9c5d7 !important;
outline: none !important;
box-shadow: none !important;
transition: 1s;
}
.search-btn:active {
border: 1px solid #FC87AF !important;
background: #FC87AF !important;
outline: none !important;
box-shadow: none !important;
}
.search-btn:focus {
outline: none !important;
box-shadow: none !important;
}
/* ==== Results Container ==== */
.results-count {
color: #f48fb1;
padding: .375rem .75rem;
}
.results-badge {
background: #f48fb1;
color: #fff;
}
.results-entry-link {
color: #1073ef;
}
.results-button-row {
margin-top: 20px;
}
.results-container {
color: #bfbfbf;
font-size: 14px;
width: 730px;
min-width: 730px;
height: 280px;
min-height: 280px;
border-radius: 5px;
background: #fff;
border: 2px solid #f48fb1;
-webkit-box-shadow: 10px 10px 61px -13px rgba(0,0,0,0.62);
-moz-box-shadow: 10px 10px 61px -13px rgba(0,0,0,0.62);
box-shadow: 10px 10px 61px -13px rgba(0,0,0,0.62);
overflow: scroll;
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
}
.results-entry-container {
padding: 5px 20px 5px 20px;
}
.results-header {
color: #818181;
font-weight: bold;
}
.google-results-email {
height: 250px;
min-height: 250px;
overflow: scroll;
}
/* ====== Results Button ===== */
.results-btn {
color: #f48fb1;
background: none;
border: 0;
transition: 1s;
}
.results-btn:hover {
transition: 1s;
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #f9c5d7;
}
.results-btn:active {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
color: #FC87AF !important;
}
.results-btn:focus {
border: 0 !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
}
/* =========================== */
/* ==== Login Side Menu ====== */
.login-nav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #b7b7b7;
overflow-x: hidden;
transition: 0.4s;
padding-top: 60px;
background: #dce1e2; /* fallback for old browsers */
background: radial-gradient(circle, #dce1e2, #bac0c1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.login-nav a {
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
transition: 0.3s;
}
.login-nav a:hover {
color: #f1f1f1;
}
.login-nav .login-exit-btn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.google-header-row, .dropbox-header-row, .box-header-row {
color: #818181;
margin: 10px 0 10px 0;
height: 30px;
min-height: 30px;
min-width: 250px;
}
.email-form {
padding-left: 15px;
margin: 0 0 5px 0;
min-height: 30px;
min-width: 250px;
}
.email-form-input {
height: 30px;
border-radius: 10px;
padding-right: 20px;
line-height: 1.5rem;
font-weight: 600;
font-size: 0.75rem;
letter-spacing: 2px;
}
.link-btn {
margin: 4px 4px 4px 5px;
padding: 0;
border: none;
height: 1.5rem;
width: 3.5rem;
border-radius: 1.5rem;
color: #fff;
background: #29b5a8;
line-height: 1.5rem;
text-align: center;
font-weight: 600;
font-size: 0.60rem;
text-transform: uppercase;
letter-spacing: 2px;
transition: 1s;
}
.link-btn:hover {
transition: 1s;
border: 0 !important;
background: #22968b;
outline: none !important;
box-shadow: none !important;
}
.link-btn:active {
transition: 0s;
border: 0 !important;
background: #24afa2;
outline: none !important;
box-shadow: none !important;
}
.link-btn:focus {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}
.remove-button {
margin-right: 5px;
}
/* =========================== */
/* ===== Toggle Button ======= */
/* Ref: https://codepen.io/aanjulena/pen/ZLZjzV */
.btn-toggle {
margin: 0 4rem;
padding: 0;
position: relative;
border: none;
height: 1.5rem;
width: 3rem;
border-radius: 1.5rem;
color: #6b7381;
background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
line-height: 1.5rem;
width: 4rem;
text-align: center;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle:before {
content: 'Off';
left: -4rem;
}
.btn-toggle:after {
content: 'On';
right: -4rem;
opacity: .5;
}
.btn-toggle > .handle {
position: absolute;
top: 0.1875rem;
left: 0.1875rem;
width: 1.125rem;
height: 1.125rem;
border-radius: 1.125rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.active {
transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
left: 1.6875rem;
transition: left .25s;
}
.btn-toggle.active:before {
opacity: .5;
}
.btn-toggle.active:after {
opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
line-height: -0.5rem;
color: #fff;
letter-spacing: .75px;
left: 0.41250000000000003rem;
width: 2.325rem;
}
.btn-toggle.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
display: none;
}
.btn-toggle:before,
.btn-toggle:after {
color: #6b7381;
}
.btn-toggle.active {
background-color: #29b5a8;
}
.btn-toggle.btn-lg {
margin: 0 5rem;
padding: 0;
position: relative;
border: none;
height: 2.5rem;
width: 5rem;
border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
line-height: 2.5rem;
width: 5rem;
text-align: center;
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
content: 'Off';
left: -5rem;
}
.btn-toggle.btn-lg:after {
content: 'On';
right: -5rem;
opacity: .5;
}
.btn-toggle.btn-lg > .handle {
position: absolute;
top: 0.3125rem;
left: 0.3125rem;
width: 1.875rem;
height: 1.875rem;
border-radius: 1.875rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.btn-lg.active {
transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
left: 2.8125rem;
transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
opacity: .5;
}
.btn-toggle.btn-lg.active:after {
opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
line-height: 0.5rem;
color: #fff;
letter-spacing: .75px;
left: 0.6875rem;
width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
display: none;
}
.btn-toggle.btn-sm {
margin: 0 0.5rem;
padding: 0;
position: relative;
border: none;
height: 1.5rem;
width: 3rem;
border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
line-height: 1.5rem;
width: 0.5rem;
text-align: center;
font-weight: 600;
font-size: 0.55rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
content: 'Off';
left: -0.5rem;
}
.btn-toggle.btn-sm:after {
content: 'On';
right: -0.5rem;
opacity: .5;
}
.btn-toggle.btn-sm > .handle {
position: absolute;
top: 0.1875rem;
left: 0.1875rem;
width: 1.125rem;
height: 1.125rem;
border-radius: 1.125rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.btn-sm.active {
transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
left: 1.6875rem;
transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
opacity: .5;
}
.btn-toggle.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
line-height: -0.5rem;
color: #fff;
letter-spacing: .75px;
left: 0.41250000000000003rem;
width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
display: none;
}
.btn-toggle.btn-xs {
margin: 0 0;
padding: 0;
position: relative;
border: none;
height: 1rem;
width: 2rem;
border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
line-height: 1rem;
width: 0;
text-align: center;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 0;
transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
content: 'Off';
left: 0;
}
.btn-toggle.btn-xs:after {
content: 'On';
right: 0;
opacity: .5;
}
.btn-toggle.btn-xs > .handle {
position: absolute;
top: 0.125rem;
left: 0.125rem;
width: 0.75rem;
height: 0.75rem;
border-radius: 0.75rem;
background: #fff;
transition: left .25s;
}
.btn-toggle.btn-xs.active {
transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
left: 1.125rem;
transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
opacity: .5;
}
.btn-toggle.btn-xs.active:after {
opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
line-height: -1rem;
color: #fff;
letter-spacing: .75px;
left: 0.275rem;
width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
text-align: left;
opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
display: none;
}
.btn-toggle.btn-secondary {
color: #6b7381;
background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
color: #6b7381;
}
.btn-toggle.btn-secondary.active {
background-color: #ff8300;
}
/* =========================== */ | 0.345989 | 0.065905 |
@charset "utf-8";
/* CSS Document */
body{
font-size:14px !important;
}
.logo{
margin-top:20px;
margin-bottom:10px;
}
.top-left-box {
display: inline-block;
margin-left: 35px;
margin-top: 30px;
}
.navbar-default{
box-shadow: 0 6px 3px #999;
background-color:transparent;
border:none;
}
.dropdown-submenu {
position: relative;
}
.row{
margin-left:0px;
margin-right:0px;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
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: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.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;
}
.navbar-default .navbar-nav a{
text-transform:uppercase;
font-size:15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
background-color:transparent;
color:#ef5d67;
border-bottom:solid 2px #ef5d67;
margin-bottom:8px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#ef5d67;
border-bottom:solid 2px #ef5d67;
margin-bottom:8px;
}
.login-area{
background-repeat:no-repeat;
background-position:left;
}
.login-area img{
display:inline-block !important;
}
.login-area a{
background-color:#f05351;
display:inline-block !important;
padding-bottom: 8px !important ;
padding-top: 10px !important;
color:#fff !important;
}
.login-area a:hover{
background-color:#f05351 !important;
display:inline-block !important;
padding-bottom:8px !important ;
padding-top: 10px !important;
margin-bottom:0px !important;
color:#fff;
border:none !important
}
.heading{
margin-top:50px;
margin-bottom:50px;
}
.text-head{
text-transform:uppercase;
color:#ec5f68;
margin-top:0px;
}
.content-head{
font-size:13px; font-weight:bold; text-transform:uppercase; text-align:center; margin-top:10px; padding-top:15px;
}
.back-bg{
background-image:url(../img/back-bg.png);
margin-top:30px;
background-repeat:no-repeat;
}
.back-bg p{
text-align:center;
line-height:30px;
}
.view-all{
background-color:#e6202f;
border:none;
color:#FFF;
padding:10px 30px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
}
.view-all:hover{
background-color:#000;
border:none;
color:#FFF;
padding:10px 30px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
transition:all 0.7s;
}
.round-tabs .glyphicon{
margin-top:20px;
}
.round-tabs i{
margin-top:20px;
}
.wedding-bg{
background-image:url(../img/wedding-bg.jpg);
margin-top:30px;
padding-top:30px;
padding-bottom:30px;
}
.wedding-box{
border:solid 1px #CCC; padding:10px;
background-color:rgba(255,255,255,0.85);
}
.wedding-box h3{
color: #d50036;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}
.wedding-box p{
text-align:justify;
}
.btn-gray{
background-color:#363636;
border:none;
color:#FFF;
padding:10px 75px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
display:block;
margin:0 auto;
}
.btn-gray:hover{
background-color:#e6202f;
border:none;
color:#FFF;
padding:10px 75px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
transition:all 0.7s;
display:block;
margin:0 auto;
}
footer{
background-color:#252525;
color:#FFF;
padding:40px 5px;
display:block;
}
.foot-nav h2{
text-transform:uppercase;
margin-top:2px;
font-size:18px;
font-weight:bold;
border-bottom:solid 1px #FFF;
padding-bottom:8px;
}
.foot-nav li{
list-style:url(../img/bullets.png);
margin-left:18px;
}
.foot-nav li a{
color:#fff;
line-height:30px;
}
.nws-ltr{
height:40px;
background-color:transparent;
border: solid 1px #fff;
padding-left:10px;
}
.btn-go{
background-color:#f05351;
padding:10px 27px;
border:none;
margin-left:10px;
}
.search-container{
background-color:rgba(255,255,255,0.7);
border-right:solid 10px #000;
padding:25px;
}
.search-container h3{
color:#e6202f;
text-transform:uppercase;
margin-top:2px;
font-size:18px;
}
.btn-search{
background-color:#000;
padding:7px 13px;
border:none;
margin-left:10px;
}
.btn-search:hover{
background-color:#e6202f;
padding:7px 13px;
border:none;
margin-left:10px;
transition:all 0.7s;
}
.search-fld{
border:solid 1px #000;
height:58px;
width:100%;
background-color: transparent;
padding:10px 15px;
}
.search-fld:focus{
height:58px;
width:100%;
background-color: transparent;
padding:10px 15px;
box-shadow: 0px 0px 2px #e6202f;
transition:all 0.2s;
border:solid 1px #ddd;
}
.bg-dummy{
position:relative;
}
.remove-space{
padding-left:0px;
padding-right:0px;
}
.reg-box{
background-image:url(../img/registry-box.png);
padding-top:14px;
padding-bottom:40px;
background-repeat:no-repeat;
background-position:center;
}
.reg-box a{
text-transform:uppercase;
color:#FFF;
font-size:19px;
text-align:center;
text-decoration:none;
cursor:pointer;
margin-top:10px;
}
.separator{
background-image:url(../img/separate.png);
}
.target-male{
top:0px;
z-index:1;
left:50px;
}
.target-female{
top:0px;
z-index:1;
left:50px;
}
#male{
top:0px;
z-index:2;
}
#female{
top:0px;
z-index:2;
}
.head-large{
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-left: 15px;
margin-top: 0px;
margin-bottom: 20px;
}
.bank-detals{
font-family: "Oswald",sans-serif;
font-size: 16px;
margin-left: 20px;
}
.remove-sapce{
padding-left:0px;
padding-right:0px;
}
.upld-heading{
border-left: 2px solid #f00;
font-size: 13px;
font-weight: bold;
padding-left: 5px;
text-transform: uppercase;
margin-top: 10px;
display: block;}
.wedding{
border-left:dotted 1px #ddd;
}
.wedding input[type=text] {
width:100%;
height:45px;
border:solid 1px #CCC;
padding:10px;
margin-top:15px;
}
.wedding textarea {
width:100%;
height:100px;
border:solid 1px #CCC;
padding:10px;
margin-top:15px;
}
.wedding select {
width:100%;
height:45px;
border:solid 1px #CCC;
padding:10px;
margin-top:15px;
}
.btn-continue{
background-color:#f05351;
border:none;
padding:15px 30px;
color:#FFF;
font-family: "Oswald",sans-serif;
margin-top:20px;
margin-bottom:20px;
font-size:16px
}
.btn-continue:hover{
background-color:#000;
border:none;
padding:15px 30px;
color:#FFF;
font-family: "Oswald",sans-serif;
margin-top:20px;
margin-bottom:20px;
transition:all 0.7s;
font-size:16px
}
.card {
padding-top: 20px;
margin: 10px 0 20px 0;
background-color: rgba(214, 224, 226, 0.2);
border-top-width: 0;
border-bottom-width: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card .card-heading {
padding: 0 20px;
margin: 0;
}
.card .card-heading.simple {
font-size: 20px;
font-weight: 300;
color: #777;
border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
display: inline-block;
width: 46px;
height: 46px;
margin-right: 15px;
vertical-align: top;
border: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
display: inline-block;
vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
margin: 0;
font-size: 14px;
line-height: 16px;
color: #262626;
}
.card .card-heading.image .card-heading-header span {
font-size: 12px;
color: #999999;
}
.card .card-body {
padding: 0 20px;
margin-top: 20px;
}
.card .card-media {
padding: 0 20px;
margin: 0 -14px;
}
.card .card-media img {
max-width: 100%;
max-height: 100%;
}
.card .card-actions {
min-height: 30px;
padding: 0 20px 20px 20px;
margin: 20px 0 0 0;
}
.card .card-comments {
padding: 20px;
margin: 0;
background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
padding: 0;
margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
padding-right: 5px;
overflow: hidden;
font-size: 12px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-comments .media-heading {
font-size: 13px;
font-weight: bold;
}
.card.people {
position: relative;
display: inline-block;
width: 170px;
height: 300px;
padding-top: 0;
margin-left: 20px;
overflow: hidden;
vertical-align: top;
}
.card.people:first-child {
margin-left: 0;
}
.card.people .card-top {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 170px;
height: 150px;
background-color: #ffffff;
}
.card.people .card-top.green {
background-color: #53a93f;
}
.card.people .card-top.blue {
background-color: #427fed;
}
.card.people .card-info {
position: absolute;
top: 150px;
display: inline-block;
width: 100%;
height: 101px;
overflow: hidden;
background: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card.people .card-info .title {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #404040;
}
.card.people .card-info .desc {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
color: #737373;
text-overflow: ellipsis;
}
.card.people .card-bottom {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
width: 100%;
padding: 10px 20px;
line-height: 29px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
background-color: rgba(214, 224, 226, 0.2);
}
.card.hovercard .cardheader {
background: url("../img/dp-bg.jpg");
background-size: cover;
height: 135px;
}
.card.hovercard .avatar {
position: relative;
top: -50px;
margin-bottom: -50px;
}
.card.hovercard .avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid rgba(255,255,255,0.5);
}
.card.hovercard .info {
padding: 4px 8px 10px;
}
.card.hovercard .info .title {
margin-bottom: 4px;
font-size: 24px;
line-height: 1;
color: #262626;
vertical-align: middle;
}
.card.hovercard .info .desc {
overflow: hidden;
font-size: 12px;
line-height: 20px;
color: #737373;
text-overflow: ellipsis;
}
.card.hovercard .bottom {
padding: 0 20px;
margin-bottom: 17px;
}
/*.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px; }
*/
.nav-tabs-dash { border-bottom: 2px solid #DDD; }
.nav-tabs-dash > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs-dash > li.active > a:hover { border-width: 0; }
.nav-tabs-dash > li > a { border: none; color: #666; }
.nav-tabs-dash > li.active > a, .nav-tabs-dash > li > a:hover { border: none; color: #d50c14 !important; background: transparent; text-align:center }
.nav-tabs-dash > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs-dash > li.active > a::after, .nav-tabs-dash > li:hover > a::after { transform: scale(1); }
.nav-tabs-dash > li > a::after { background: #d50c14 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.board{
width: 100%;
margin: 30px auto;
background-color:rgba(255,255,255,0.65);
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
position: relative;
/* border-bottom: 0; */
/* width: 80%; */
margin: 40px auto;
margin-bottom: 0;
box-sizing: border-box;
}
.board > div.board-inner{
background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
background-size: 30%;
}
p.narrow{
width: 60%;
margin: 10px auto;
}
.liner{
height: 2px;
background: #ddd;
position: absolute;
width: 70%;
margin: 0 auto;
left: 0;
right: 0;
top: 50%;
z-index: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
/* background-color: #ffffff; */
border: 0;
border-bottom-color: transparent;
}
span.round-tabs{
width: 70px;
height: 70px;
line-height: 70px;
display: inline-block;
border-radius: 100px;
background: white;
z-index: 2;
position: absolute;
left: 0;
text-align: center;
font-size: 25px;
}
span.round-tabs.one{
color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}
li.active span.round-tabs.one{
background: #fff !important;
border: 2px solid #ddd;
color: rgb(34, 194, 34);
}
span.round-tabs.two{
color: #febe29;border: 2px solid #febe29;
}
li.active span.round-tabs.two{
background: #fff !important;
border: 2px solid #ddd;
color: #febe29;
}
span.round-tabs.three{
color: #3e5e9a;border: 2px solid #3e5e9a;
}
li.active span.round-tabs.three{
background: #fff !important;
border: 2px solid #ddd;
color: #3e5e9a;
}
span.round-tabs.four{
color: #f1685e;border: 2px solid #f1685e;
}
li.active span.round-tabs.four{
background: #fff !important;
border: 2px solid #ddd;
color: #f1685e;
}
span.round-tabs.five{
color: #999;border: 2px solid #999;
}
li.active span.round-tabs.five{
background: #fff !important;
border: 2px solid #ddd;
color: #999;
}
.nav-tabs > li.active > a span.round-tabs{
background: #fafafa;
}
.nav-tabs-dash > li {
width: 19%;
display:inline-block;
}
.nav-tabs-dash > li > a{
color:#333;
text-decoration:none;
text-align:center;
}
.nav-tabs > li {
width: 33.3%;
}
#radioBtn .notActive{
color: #000;
background-color: #fff;
}
.btn-groom.active:hover{
color:#000;
}
.reg-setting{
}
.reg-setting input[type=text]{
width:100%;
height:35px;
border:solid 1px #ccc;
padding-left:10px;
margin-bottom:15px;
}
.reg-setting input[type=password]{
width:100%;
height:35px;
border:solid 1px #ccc;
padding-left:10px;
margin-bottom:15px;
}
.reg-setting textarea{
width:100%;
height:80px;
border:solid 1px #ccc;
padding-left:10px;
}
#radioBtn .notActive{
background-color:#666;
}
/*li.active:before {
content: " ";
position: absolute;
left: 45%;
opacity:0;
margin: 0 auto;
bottom: -2px;
border: 10px solid transparent;
border-bottom-color: #fff;
z-index: 1;
transition:0.2s ease-in-out;
}*/
li:after {
content: " ";
position: absolute;
left: 45%;
opacity:0;
margin: 0 auto;
bottom: 0px;
border: 5px solid transparent;
border-bottom-color: #ddd;
transition:0.1s ease-in-out;
}
/*li.active:after {
content: " ";
position: absolute;
left: 45%;
opacity:1;
margin: 0 auto;
bottom: 0px;
border: 10px solid transparent;
border-bottom-color: #ddd;
}
*/.nav-tabs > li a{
width: 70px;
height: 70px;
margin: 20px auto;
border-radius: 100%;
padding: 0;
}
.nav-tabs > li a:hover{
background: transparent;
}
.tab-content{
}
.tab-pane{
position: relative;
padding-top: 30px;
}
.tab-content .head{
font-family: 'Roboto Condensed', sans-serif;
font-size: 25px;
text-transform: uppercase;
padding-bottom: 10px;
}
.btn-outline-rounded{
padding: 10px 40px;
margin: 20px 0;
border: 2px solid transparent;
border-radius: 25px;
}
.btn.green{
background-color:#5cb85c;
/*border: 2px solid #5cb85c;*/
color: #ffffff;
}
.add-gifts{
background-color:#1ead67; color:#FFF; display:inline-block; padding:10px 15px; border:none; float:right;
}
.gift-head{
border: 1px solid #999;
display: block;
font-size: 13px;
margin-top: 55px;
padding: 3px 5px;
text-align: center;
color:#666;
}
.gift-head:hover{
background-color:#f15c5a;
transition:all 0.7s;
color:#fff;
cursor:pointer;
}
.gift-fld{
border: 1px solid #ccc;
height: 40px;
width: 100%;
padding: 10px;
}
.gift-fld-area{
border: 1px solid #ccc;
height: 80px;
width: 100%;
padding: 10px;
}
.gift-ietm-list{
border-bottom: 1px dotted #ccc;
display: block;
margin-top: 10px;
padding-bottom: 4px;
}
.gift-ietm-list-small{
border-bottom: 1px dotted #ccc;
display: block;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
font-size:12px;
}
.top-space{
margin-bottom:35px;
}
.edit-ico i:nth-child(1){
background-color: #E62565;
color: #fff;
font-size: 25px;
padding: 10px;
}
.edit-ico i:nth-child(2){
background-color: #1FAE66;
color: #fff;
font-size: 25px;
padding: 10px;
}
.edit-ico i:nth-child(3){
background-color: #fcb415;
color: #fff;
font-size: 25px;
padding: 10px;
}
.alt-row:nth-child(odd){
background-color:#F5FFFE;
margin-bottom:5px;
}
.alt-row:nth-child(even){
background-color:#fff;
margin-bottom:5px;
}
.btn-save{
background-color:#D50C14;
color:#fff;
padding:10px 12px;
border:none;
display:block;
margin:0 auto;
}
.modal-header{
background-color:#fdb514;
color:#fff;
}
.btn-big{
border:none;
border-bottom:solid 1px #000;
border-top:solid 1px #000;
background-color: transparent;
display: block;
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 20px;
padding:5px 100px;
color:#000;
font-family: "Oswald",sans-serif
}
.btn-big:hover{
border:none;
border-bottom:solid 1px #D50C14;
border-top:solid 1px #D50C14;
background-color: transparent;
display: block;
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 20px;
padding:5px 310px;
transition:all 0.7s;
color:#D50C14;
font-family: "Oswald",sans-serif
}
@media( max-width : 585px ){
.board {
width: 90%;
height:auto !important;
}
span.round-tabs {
font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
}
.tab-content .head{
font-size:20px;
}
.nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}
li.active:after {
content: " ";
position: absolute;
left: 35%;
}
.btn-outline-rounded {
padding:12px 20px;
}
}
.oswald{
font-family: "Oswald",sans-serif;
font-size:16px;
font-weight:normal;
}
.btn-bride{
background-color:#F15856;
padding:5px 14px;
color:#fff;
display:inline-block
}
.btn-groom{
background-color:#F15856;
padding:5px 13px;
color:#fff;
display:inline-block;
}
.shadow:hover{
transition:all 0.3s;
border-bottom:solid 1px #D50C14;
}
.bg-wall{
background-image:url(../img/page-bg.jpg);
min-height:350px;
}
.selecta{
height:32px;
width:85%;
border:solid 1px #ddd;
}
.bg-wall button{
background-color: rgba(255,255,255,0.7);
border: medium none;
color: #000;
font-size: 11px;
padding: 10px;
margin-top: 10px;
}
.bg-wall button:hover{
background-color: rgba(0,0,0,0.7);
border: medium none;
color: #fff;
font-size: 11px;
padding: 10px;
margin-top: 10px;
transition:all 0.7s;
}
.banner-heading{
margin-top:60px;
background-color:rgba(255,255,255,0.5);
padding:10px 20px;;
}
.banner-heading h3{
font-size:22px;
text-align:center;
}
.dp-circle{
display: block;
margin: 0 auto;
width: 150px;
position: relative;
top: 60px;
}
.dp-circle img{
border-radius:100%;
}
.sam{
font-family: 'Kaushan Script', cursive;
margin-top:0px;
}
.edit{
background-color: #999;
border-radius: 100%;
color: #fff;
display: inline-block;
height: 25px;
margin-left: 15px;
width: 25px;
}
.edit i{
padding:5px 7px;
}
a:focus{
outline: none;
outline-offset: -2px;
}
#Registry_Setting span{
display:block;
margin-top:16px;
}
#bar-first, #bar-second, #bar-third{
cursor:pointer;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
color:#666;
}
.bar-container-first{
}
.bar-container-second{
display:none;
}
.bar-container-third{
display:none;
}
.bar-container-first h3{
border-bottom: 1px dotted #ccc;
color: #1EAE67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
.bar-container-second h3{
border-bottom: 1px dotted #ccc;
color: #1EAE67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
.bar-container-third h3{
border-bottom: 1px dotted #ccc;
color: #1EAE67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
.table-head{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
display: block;
padding:7px 5px;
margin-bottom:10px;
text-transform:uppercase;
background-color:#1eae67;
color:#FFF;
font-weight:bold;
margin-top:7px;
}
.navbar-header{
height:65px;
}
.nav-top{
margin-top:10px;
}
.nav-top li a{
padding-top:10px;
padding-bottom:10px;
font-size:12px !important;
text-transform:none !important;
}
.nav-top li a:hover{
padding-top:10px;
padding-bottom:10px;
font-size:12px !important;
text-transform:none;
border:none !important;
}
.user-list li:nth-child(odd){
list-style:none;
background-color:#efefef;
padding:10px 5px;
}
.user-list li:nth-child(even){
list-style:none;
background-color:#fff;
padding:10px 5px;
}
.status-active{
background-color: #1EAE67;
border-radius: 100%;
display: inline-block;
height: 12px;
width: 12px;
position: relative;
top: 5px;
margin-right: 5px;
}
.status-inactive{
background-color: red;
border-radius: 100%;
display: inline-block;
height: 12px;
width: 12px;
position: relative;
top: 5px;
margin-right: 5px;
}
.invite_friend h3{
color: #1eae67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-bottom: 0px;
margin-top: 0;
padding-bottom: 10px;
padding-top: 10px;
}
.fstChoiceItem{
font-size:13px !important;
}
.fstMultipleMode .fstQueryInput{
font-size:13px !important;
}
.fstResultItem{
font-size:13px !important;
}
.msg-box{
width:100%; height:114px; border:solid 1px #CCC; padding:10px; font-size:13px;
}
.fb-holder{
border: 1px solid #ccc;
height: 35px;
padding-left: 5px;
width: 83%;
}
.btn-fb-post{
background-color: #4a6ea9;
border: medium none;
color: #fff;
margin-left: 15px;
padding: 7px 30px;
}
.btn-fb-post:hover{
background-color: transparent;
border:solid 1px #06F;
color: #333;
margin-left: 15px;
padding: 6px 30px;
transition:all 0.7s;
}
.alt-row:nth-child(odd){
background-color:#efefef;
padding:10px;
}
.alt-row:nth-child(even){
background-color:#fff;
padding:10px;
}
.container{
width:1300px;
}
.btn-spec{
background-color:transparent;
border:none;
}
.dropdown-menu{
border-radius:0px;
border-top:solid 2px #000;
}
.user-log input[type=text]{
width: 100%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
}
.user-log input[type=password]{
width: 100%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
display:block;
margin:0 auto;
}
.user-log1 input[type=text]{
width: 60%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
display:block;
margin:0 auto;
margin-top:20px;
}
.user-log1 input[type=password]{
width: 60%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
display:block;
margin:0 auto;
margin-top:20px;
}
.md-close{
background: #fff;
border: solid 1px #f00;;
border-radius: 2px;
color: #000;
cursor: pointer;
display: inline-block;
font-family: "Lato",Calibri,Arial,sans-serif;
font-size: 1em;
letter-spacing: 1px;
margin: 3px 2px;
padding: 0.6em 1.2em;
text-transform: uppercase;
}
.banner1{
background-image:url(../img/banner-bg1.jpg);
height:180px;
background-attachment:fixed;
}
.banner1 h2{
text-transform:uppercase;
display:block;
background-color:rgba(255,255,255,0.75);
padding:30px;
color:#333;
font-family: "Oswald",sans-serif;
font-size:25px;
border-left:solid 5px #000;
margin-top:38px;
}
.dropdown-toggle.btn-spec > img{
border-radius:80%;
height:35px;
border:solid 2px #FCB614;
}
.item {
margin-left: 15px;
}
*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.gallery-grid {
clear: both;
background: orange;
display: block;
float: left;
width: 100%;
padding: 8px;
}
.gallery-grid.columns {
margin-right: 0;
}
.pop {
width: 100%;
margin: 8px;
height: auto;
position: relative;
float: left;
}
.screen {
background-color: rgba(0,0,0,0.5);
left: 0;
top: 0;
border-radius: 0;
height: 100%;
width: 100%;
position: absolute;
opacity: 0;
z-index: 1000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.screen:hover {
opacity: 1
}
.item {
margin-left: 15px;
}
*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.gallery-grid {
clear: both;
background: orange;
display: block;
float: left;
width: 100%;
padding: 8px;
}
.gallery-grid.columns {
margin-right: 0;
}
.pop {
width: 100%;
margin: 8px;
height: auto;
position: relative;
float: left;
}
.screen {
background-color: rgba(0,0,0,0.5);
left: 0;
top: 0;
border-radius: 0;
height: 100%;
width: 100%;
position: absolute;
opacity: 0;
z-index: 1000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.screen:hover {
opacity: 1
}
.fstElement {
font-size: 1.2em;
}
.fstToggleBtn {
min-width: 16.5em;
}
.submitBtn {
display: none;
}
.fstMultipleMode {
display: block;
}
.fstMultipleMode .fstControls {
width: 620px !important;
}
.item {
margin-left: 15px;
} | css/custom.css | @charset "utf-8";
/* CSS Document */
body{
font-size:14px !important;
}
.logo{
margin-top:20px;
margin-bottom:10px;
}
.top-left-box {
display: inline-block;
margin-left: 35px;
margin-top: 30px;
}
.navbar-default{
box-shadow: 0 6px 3px #999;
background-color:transparent;
border:none;
}
.dropdown-submenu {
position: relative;
}
.row{
margin-left:0px;
margin-right:0px;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
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: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.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;
}
.navbar-default .navbar-nav a{
text-transform:uppercase;
font-size:15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
background-color:transparent;
color:#ef5d67;
border-bottom:solid 2px #ef5d67;
margin-bottom:8px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#ef5d67;
border-bottom:solid 2px #ef5d67;
margin-bottom:8px;
}
.login-area{
background-repeat:no-repeat;
background-position:left;
}
.login-area img{
display:inline-block !important;
}
.login-area a{
background-color:#f05351;
display:inline-block !important;
padding-bottom: 8px !important ;
padding-top: 10px !important;
color:#fff !important;
}
.login-area a:hover{
background-color:#f05351 !important;
display:inline-block !important;
padding-bottom:8px !important ;
padding-top: 10px !important;
margin-bottom:0px !important;
color:#fff;
border:none !important
}
.heading{
margin-top:50px;
margin-bottom:50px;
}
.text-head{
text-transform:uppercase;
color:#ec5f68;
margin-top:0px;
}
.content-head{
font-size:13px; font-weight:bold; text-transform:uppercase; text-align:center; margin-top:10px; padding-top:15px;
}
.back-bg{
background-image:url(../img/back-bg.png);
margin-top:30px;
background-repeat:no-repeat;
}
.back-bg p{
text-align:center;
line-height:30px;
}
.view-all{
background-color:#e6202f;
border:none;
color:#FFF;
padding:10px 30px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
}
.view-all:hover{
background-color:#000;
border:none;
color:#FFF;
padding:10px 30px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
transition:all 0.7s;
}
.round-tabs .glyphicon{
margin-top:20px;
}
.round-tabs i{
margin-top:20px;
}
.wedding-bg{
background-image:url(../img/wedding-bg.jpg);
margin-top:30px;
padding-top:30px;
padding-bottom:30px;
}
.wedding-box{
border:solid 1px #CCC; padding:10px;
background-color:rgba(255,255,255,0.85);
}
.wedding-box h3{
color: #d50036;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}
.wedding-box p{
text-align:justify;
}
.btn-gray{
background-color:#363636;
border:none;
color:#FFF;
padding:10px 75px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
display:block;
margin:0 auto;
}
.btn-gray:hover{
background-color:#e6202f;
border:none;
color:#FFF;
padding:10px 75px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
transition:all 0.7s;
display:block;
margin:0 auto;
}
footer{
background-color:#252525;
color:#FFF;
padding:40px 5px;
display:block;
}
.foot-nav h2{
text-transform:uppercase;
margin-top:2px;
font-size:18px;
font-weight:bold;
border-bottom:solid 1px #FFF;
padding-bottom:8px;
}
.foot-nav li{
list-style:url(../img/bullets.png);
margin-left:18px;
}
.foot-nav li a{
color:#fff;
line-height:30px;
}
.nws-ltr{
height:40px;
background-color:transparent;
border: solid 1px #fff;
padding-left:10px;
}
.btn-go{
background-color:#f05351;
padding:10px 27px;
border:none;
margin-left:10px;
}
.search-container{
background-color:rgba(255,255,255,0.7);
border-right:solid 10px #000;
padding:25px;
}
.search-container h3{
color:#e6202f;
text-transform:uppercase;
margin-top:2px;
font-size:18px;
}
.btn-search{
background-color:#000;
padding:7px 13px;
border:none;
margin-left:10px;
}
.btn-search:hover{
background-color:#e6202f;
padding:7px 13px;
border:none;
margin-left:10px;
transition:all 0.7s;
}
.search-fld{
border:solid 1px #000;
height:58px;
width:100%;
background-color: transparent;
padding:10px 15px;
}
.search-fld:focus{
height:58px;
width:100%;
background-color: transparent;
padding:10px 15px;
box-shadow: 0px 0px 2px #e6202f;
transition:all 0.2s;
border:solid 1px #ddd;
}
.bg-dummy{
position:relative;
}
.remove-space{
padding-left:0px;
padding-right:0px;
}
.reg-box{
background-image:url(../img/registry-box.png);
padding-top:14px;
padding-bottom:40px;
background-repeat:no-repeat;
background-position:center;
}
.reg-box a{
text-transform:uppercase;
color:#FFF;
font-size:19px;
text-align:center;
text-decoration:none;
cursor:pointer;
margin-top:10px;
}
.separator{
background-image:url(../img/separate.png);
}
.target-male{
top:0px;
z-index:1;
left:50px;
}
.target-female{
top:0px;
z-index:1;
left:50px;
}
#male{
top:0px;
z-index:2;
}
#female{
top:0px;
z-index:2;
}
.head-large{
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-left: 15px;
margin-top: 0px;
margin-bottom: 20px;
}
.bank-detals{
font-family: "Oswald",sans-serif;
font-size: 16px;
margin-left: 20px;
}
.remove-sapce{
padding-left:0px;
padding-right:0px;
}
.upld-heading{
border-left: 2px solid #f00;
font-size: 13px;
font-weight: bold;
padding-left: 5px;
text-transform: uppercase;
margin-top: 10px;
display: block;}
.wedding{
border-left:dotted 1px #ddd;
}
.wedding input[type=text] {
width:100%;
height:45px;
border:solid 1px #CCC;
padding:10px;
margin-top:15px;
}
.wedding textarea {
width:100%;
height:100px;
border:solid 1px #CCC;
padding:10px;
margin-top:15px;
}
.wedding select {
width:100%;
height:45px;
border:solid 1px #CCC;
padding:10px;
margin-top:15px;
}
.btn-continue{
background-color:#f05351;
border:none;
padding:15px 30px;
color:#FFF;
font-family: "Oswald",sans-serif;
margin-top:20px;
margin-bottom:20px;
font-size:16px
}
.btn-continue:hover{
background-color:#000;
border:none;
padding:15px 30px;
color:#FFF;
font-family: "Oswald",sans-serif;
margin-top:20px;
margin-bottom:20px;
transition:all 0.7s;
font-size:16px
}
.card {
padding-top: 20px;
margin: 10px 0 20px 0;
background-color: rgba(214, 224, 226, 0.2);
border-top-width: 0;
border-bottom-width: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card .card-heading {
padding: 0 20px;
margin: 0;
}
.card .card-heading.simple {
font-size: 20px;
font-weight: 300;
color: #777;
border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
display: inline-block;
width: 46px;
height: 46px;
margin-right: 15px;
vertical-align: top;
border: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
display: inline-block;
vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
margin: 0;
font-size: 14px;
line-height: 16px;
color: #262626;
}
.card .card-heading.image .card-heading-header span {
font-size: 12px;
color: #999999;
}
.card .card-body {
padding: 0 20px;
margin-top: 20px;
}
.card .card-media {
padding: 0 20px;
margin: 0 -14px;
}
.card .card-media img {
max-width: 100%;
max-height: 100%;
}
.card .card-actions {
min-height: 30px;
padding: 0 20px 20px 20px;
margin: 20px 0 0 0;
}
.card .card-comments {
padding: 20px;
margin: 0;
background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
padding: 0;
margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
padding-right: 5px;
overflow: hidden;
font-size: 12px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-comments .media-heading {
font-size: 13px;
font-weight: bold;
}
.card.people {
position: relative;
display: inline-block;
width: 170px;
height: 300px;
padding-top: 0;
margin-left: 20px;
overflow: hidden;
vertical-align: top;
}
.card.people:first-child {
margin-left: 0;
}
.card.people .card-top {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 170px;
height: 150px;
background-color: #ffffff;
}
.card.people .card-top.green {
background-color: #53a93f;
}
.card.people .card-top.blue {
background-color: #427fed;
}
.card.people .card-info {
position: absolute;
top: 150px;
display: inline-block;
width: 100%;
height: 101px;
overflow: hidden;
background: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card.people .card-info .title {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #404040;
}
.card.people .card-info .desc {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
color: #737373;
text-overflow: ellipsis;
}
.card.people .card-bottom {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
width: 100%;
padding: 10px 20px;
line-height: 29px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
background-color: rgba(214, 224, 226, 0.2);
}
.card.hovercard .cardheader {
background: url("../img/dp-bg.jpg");
background-size: cover;
height: 135px;
}
.card.hovercard .avatar {
position: relative;
top: -50px;
margin-bottom: -50px;
}
.card.hovercard .avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid rgba(255,255,255,0.5);
}
.card.hovercard .info {
padding: 4px 8px 10px;
}
.card.hovercard .info .title {
margin-bottom: 4px;
font-size: 24px;
line-height: 1;
color: #262626;
vertical-align: middle;
}
.card.hovercard .info .desc {
overflow: hidden;
font-size: 12px;
line-height: 20px;
color: #737373;
text-overflow: ellipsis;
}
.card.hovercard .bottom {
padding: 0 20px;
margin-bottom: 17px;
}
/*.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px; }
*/
.nav-tabs-dash { border-bottom: 2px solid #DDD; }
.nav-tabs-dash > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs-dash > li.active > a:hover { border-width: 0; }
.nav-tabs-dash > li > a { border: none; color: #666; }
.nav-tabs-dash > li.active > a, .nav-tabs-dash > li > a:hover { border: none; color: #d50c14 !important; background: transparent; text-align:center }
.nav-tabs-dash > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs-dash > li.active > a::after, .nav-tabs-dash > li:hover > a::after { transform: scale(1); }
.nav-tabs-dash > li > a::after { background: #d50c14 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.board{
width: 100%;
margin: 30px auto;
background-color:rgba(255,255,255,0.65);
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
position: relative;
/* border-bottom: 0; */
/* width: 80%; */
margin: 40px auto;
margin-bottom: 0;
box-sizing: border-box;
}
.board > div.board-inner{
background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
background-size: 30%;
}
p.narrow{
width: 60%;
margin: 10px auto;
}
.liner{
height: 2px;
background: #ddd;
position: absolute;
width: 70%;
margin: 0 auto;
left: 0;
right: 0;
top: 50%;
z-index: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
/* background-color: #ffffff; */
border: 0;
border-bottom-color: transparent;
}
span.round-tabs{
width: 70px;
height: 70px;
line-height: 70px;
display: inline-block;
border-radius: 100px;
background: white;
z-index: 2;
position: absolute;
left: 0;
text-align: center;
font-size: 25px;
}
span.round-tabs.one{
color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}
li.active span.round-tabs.one{
background: #fff !important;
border: 2px solid #ddd;
color: rgb(34, 194, 34);
}
span.round-tabs.two{
color: #febe29;border: 2px solid #febe29;
}
li.active span.round-tabs.two{
background: #fff !important;
border: 2px solid #ddd;
color: #febe29;
}
span.round-tabs.three{
color: #3e5e9a;border: 2px solid #3e5e9a;
}
li.active span.round-tabs.three{
background: #fff !important;
border: 2px solid #ddd;
color: #3e5e9a;
}
span.round-tabs.four{
color: #f1685e;border: 2px solid #f1685e;
}
li.active span.round-tabs.four{
background: #fff !important;
border: 2px solid #ddd;
color: #f1685e;
}
span.round-tabs.five{
color: #999;border: 2px solid #999;
}
li.active span.round-tabs.five{
background: #fff !important;
border: 2px solid #ddd;
color: #999;
}
.nav-tabs > li.active > a span.round-tabs{
background: #fafafa;
}
.nav-tabs-dash > li {
width: 19%;
display:inline-block;
}
.nav-tabs-dash > li > a{
color:#333;
text-decoration:none;
text-align:center;
}
.nav-tabs > li {
width: 33.3%;
}
#radioBtn .notActive{
color: #000;
background-color: #fff;
}
.btn-groom.active:hover{
color:#000;
}
.reg-setting{
}
.reg-setting input[type=text]{
width:100%;
height:35px;
border:solid 1px #ccc;
padding-left:10px;
margin-bottom:15px;
}
.reg-setting input[type=password]{
width:100%;
height:35px;
border:solid 1px #ccc;
padding-left:10px;
margin-bottom:15px;
}
.reg-setting textarea{
width:100%;
height:80px;
border:solid 1px #ccc;
padding-left:10px;
}
#radioBtn .notActive{
background-color:#666;
}
/*li.active:before {
content: " ";
position: absolute;
left: 45%;
opacity:0;
margin: 0 auto;
bottom: -2px;
border: 10px solid transparent;
border-bottom-color: #fff;
z-index: 1;
transition:0.2s ease-in-out;
}*/
li:after {
content: " ";
position: absolute;
left: 45%;
opacity:0;
margin: 0 auto;
bottom: 0px;
border: 5px solid transparent;
border-bottom-color: #ddd;
transition:0.1s ease-in-out;
}
/*li.active:after {
content: " ";
position: absolute;
left: 45%;
opacity:1;
margin: 0 auto;
bottom: 0px;
border: 10px solid transparent;
border-bottom-color: #ddd;
}
*/.nav-tabs > li a{
width: 70px;
height: 70px;
margin: 20px auto;
border-radius: 100%;
padding: 0;
}
.nav-tabs > li a:hover{
background: transparent;
}
.tab-content{
}
.tab-pane{
position: relative;
padding-top: 30px;
}
.tab-content .head{
font-family: 'Roboto Condensed', sans-serif;
font-size: 25px;
text-transform: uppercase;
padding-bottom: 10px;
}
.btn-outline-rounded{
padding: 10px 40px;
margin: 20px 0;
border: 2px solid transparent;
border-radius: 25px;
}
.btn.green{
background-color:#5cb85c;
/*border: 2px solid #5cb85c;*/
color: #ffffff;
}
.add-gifts{
background-color:#1ead67; color:#FFF; display:inline-block; padding:10px 15px; border:none; float:right;
}
.gift-head{
border: 1px solid #999;
display: block;
font-size: 13px;
margin-top: 55px;
padding: 3px 5px;
text-align: center;
color:#666;
}
.gift-head:hover{
background-color:#f15c5a;
transition:all 0.7s;
color:#fff;
cursor:pointer;
}
.gift-fld{
border: 1px solid #ccc;
height: 40px;
width: 100%;
padding: 10px;
}
.gift-fld-area{
border: 1px solid #ccc;
height: 80px;
width: 100%;
padding: 10px;
}
.gift-ietm-list{
border-bottom: 1px dotted #ccc;
display: block;
margin-top: 10px;
padding-bottom: 4px;
}
.gift-ietm-list-small{
border-bottom: 1px dotted #ccc;
display: block;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
font-size:12px;
}
.top-space{
margin-bottom:35px;
}
.edit-ico i:nth-child(1){
background-color: #E62565;
color: #fff;
font-size: 25px;
padding: 10px;
}
.edit-ico i:nth-child(2){
background-color: #1FAE66;
color: #fff;
font-size: 25px;
padding: 10px;
}
.edit-ico i:nth-child(3){
background-color: #fcb415;
color: #fff;
font-size: 25px;
padding: 10px;
}
.alt-row:nth-child(odd){
background-color:#F5FFFE;
margin-bottom:5px;
}
.alt-row:nth-child(even){
background-color:#fff;
margin-bottom:5px;
}
.btn-save{
background-color:#D50C14;
color:#fff;
padding:10px 12px;
border:none;
display:block;
margin:0 auto;
}
.modal-header{
background-color:#fdb514;
color:#fff;
}
.btn-big{
border:none;
border-bottom:solid 1px #000;
border-top:solid 1px #000;
background-color: transparent;
display: block;
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 20px;
padding:5px 100px;
color:#000;
font-family: "Oswald",sans-serif
}
.btn-big:hover{
border:none;
border-bottom:solid 1px #D50C14;
border-top:solid 1px #D50C14;
background-color: transparent;
display: block;
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 20px;
padding:5px 310px;
transition:all 0.7s;
color:#D50C14;
font-family: "Oswald",sans-serif
}
@media( max-width : 585px ){
.board {
width: 90%;
height:auto !important;
}
span.round-tabs {
font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
}
.tab-content .head{
font-size:20px;
}
.nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}
li.active:after {
content: " ";
position: absolute;
left: 35%;
}
.btn-outline-rounded {
padding:12px 20px;
}
}
.oswald{
font-family: "Oswald",sans-serif;
font-size:16px;
font-weight:normal;
}
.btn-bride{
background-color:#F15856;
padding:5px 14px;
color:#fff;
display:inline-block
}
.btn-groom{
background-color:#F15856;
padding:5px 13px;
color:#fff;
display:inline-block;
}
.shadow:hover{
transition:all 0.3s;
border-bottom:solid 1px #D50C14;
}
.bg-wall{
background-image:url(../img/page-bg.jpg);
min-height:350px;
}
.selecta{
height:32px;
width:85%;
border:solid 1px #ddd;
}
.bg-wall button{
background-color: rgba(255,255,255,0.7);
border: medium none;
color: #000;
font-size: 11px;
padding: 10px;
margin-top: 10px;
}
.bg-wall button:hover{
background-color: rgba(0,0,0,0.7);
border: medium none;
color: #fff;
font-size: 11px;
padding: 10px;
margin-top: 10px;
transition:all 0.7s;
}
.banner-heading{
margin-top:60px;
background-color:rgba(255,255,255,0.5);
padding:10px 20px;;
}
.banner-heading h3{
font-size:22px;
text-align:center;
}
.dp-circle{
display: block;
margin: 0 auto;
width: 150px;
position: relative;
top: 60px;
}
.dp-circle img{
border-radius:100%;
}
.sam{
font-family: 'Kaushan Script', cursive;
margin-top:0px;
}
.edit{
background-color: #999;
border-radius: 100%;
color: #fff;
display: inline-block;
height: 25px;
margin-left: 15px;
width: 25px;
}
.edit i{
padding:5px 7px;
}
a:focus{
outline: none;
outline-offset: -2px;
}
#Registry_Setting span{
display:block;
margin-top:16px;
}
#bar-first, #bar-second, #bar-third{
cursor:pointer;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
color:#666;
}
.bar-container-first{
}
.bar-container-second{
display:none;
}
.bar-container-third{
display:none;
}
.bar-container-first h3{
border-bottom: 1px dotted #ccc;
color: #1EAE67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
.bar-container-second h3{
border-bottom: 1px dotted #ccc;
color: #1EAE67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
.bar-container-third h3{
border-bottom: 1px dotted #ccc;
color: #1EAE67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
.table-head{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
display: block;
padding:7px 5px;
margin-bottom:10px;
text-transform:uppercase;
background-color:#1eae67;
color:#FFF;
font-weight:bold;
margin-top:7px;
}
.navbar-header{
height:65px;
}
.nav-top{
margin-top:10px;
}
.nav-top li a{
padding-top:10px;
padding-bottom:10px;
font-size:12px !important;
text-transform:none !important;
}
.nav-top li a:hover{
padding-top:10px;
padding-bottom:10px;
font-size:12px !important;
text-transform:none;
border:none !important;
}
.user-list li:nth-child(odd){
list-style:none;
background-color:#efefef;
padding:10px 5px;
}
.user-list li:nth-child(even){
list-style:none;
background-color:#fff;
padding:10px 5px;
}
.status-active{
background-color: #1EAE67;
border-radius: 100%;
display: inline-block;
height: 12px;
width: 12px;
position: relative;
top: 5px;
margin-right: 5px;
}
.status-inactive{
background-color: red;
border-radius: 100%;
display: inline-block;
height: 12px;
width: 12px;
position: relative;
top: 5px;
margin-right: 5px;
}
.invite_friend h3{
color: #1eae67;
font-family: "Oswald",sans-serif;
font-size: 20px;
margin-bottom: 0px;
margin-top: 0;
padding-bottom: 10px;
padding-top: 10px;
}
.fstChoiceItem{
font-size:13px !important;
}
.fstMultipleMode .fstQueryInput{
font-size:13px !important;
}
.fstResultItem{
font-size:13px !important;
}
.msg-box{
width:100%; height:114px; border:solid 1px #CCC; padding:10px; font-size:13px;
}
.fb-holder{
border: 1px solid #ccc;
height: 35px;
padding-left: 5px;
width: 83%;
}
.btn-fb-post{
background-color: #4a6ea9;
border: medium none;
color: #fff;
margin-left: 15px;
padding: 7px 30px;
}
.btn-fb-post:hover{
background-color: transparent;
border:solid 1px #06F;
color: #333;
margin-left: 15px;
padding: 6px 30px;
transition:all 0.7s;
}
.alt-row:nth-child(odd){
background-color:#efefef;
padding:10px;
}
.alt-row:nth-child(even){
background-color:#fff;
padding:10px;
}
.container{
width:1300px;
}
.btn-spec{
background-color:transparent;
border:none;
}
.dropdown-menu{
border-radius:0px;
border-top:solid 2px #000;
}
.user-log input[type=text]{
width: 100%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
}
.user-log input[type=password]{
width: 100%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
display:block;
margin:0 auto;
}
.user-log1 input[type=text]{
width: 60%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
display:block;
margin:0 auto;
margin-top:20px;
}
.user-log1 input[type=password]{
width: 60%;
border: solid 1px #fff;
background-color: transparent;
height: 45px;
padding: 10px;
margin-bottom:25px;
display:block;
margin:0 auto;
margin-top:20px;
}
.md-close{
background: #fff;
border: solid 1px #f00;;
border-radius: 2px;
color: #000;
cursor: pointer;
display: inline-block;
font-family: "Lato",Calibri,Arial,sans-serif;
font-size: 1em;
letter-spacing: 1px;
margin: 3px 2px;
padding: 0.6em 1.2em;
text-transform: uppercase;
}
.banner1{
background-image:url(../img/banner-bg1.jpg);
height:180px;
background-attachment:fixed;
}
.banner1 h2{
text-transform:uppercase;
display:block;
background-color:rgba(255,255,255,0.75);
padding:30px;
color:#333;
font-family: "Oswald",sans-serif;
font-size:25px;
border-left:solid 5px #000;
margin-top:38px;
}
.dropdown-toggle.btn-spec > img{
border-radius:80%;
height:35px;
border:solid 2px #FCB614;
}
.item {
margin-left: 15px;
}
*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.gallery-grid {
clear: both;
background: orange;
display: block;
float: left;
width: 100%;
padding: 8px;
}
.gallery-grid.columns {
margin-right: 0;
}
.pop {
width: 100%;
margin: 8px;
height: auto;
position: relative;
float: left;
}
.screen {
background-color: rgba(0,0,0,0.5);
left: 0;
top: 0;
border-radius: 0;
height: 100%;
width: 100%;
position: absolute;
opacity: 0;
z-index: 1000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.screen:hover {
opacity: 1
}
.item {
margin-left: 15px;
}
*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.gallery-grid {
clear: both;
background: orange;
display: block;
float: left;
width: 100%;
padding: 8px;
}
.gallery-grid.columns {
margin-right: 0;
}
.pop {
width: 100%;
margin: 8px;
height: auto;
position: relative;
float: left;
}
.screen {
background-color: rgba(0,0,0,0.5);
left: 0;
top: 0;
border-radius: 0;
height: 100%;
width: 100%;
position: absolute;
opacity: 0;
z-index: 1000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.screen:hover {
opacity: 1
}
.fstElement {
font-size: 1.2em;
}
.fstToggleBtn {
min-width: 16.5em;
}
.submitBtn {
display: none;
}
.fstMultipleMode {
display: block;
}
.fstMultipleMode .fstControls {
width: 620px !important;
}
.item {
margin-left: 15px;
} | 0.159741 | 0.054752 |
.assName{font-size: 18px; font-family: Century Gothic, 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;;}
.assName span{color: #1da433; margin-top: 10px; position: absolute;}
.fieldSearch{border: 1px solid #df910a; height: 35px; overflow: hidden; width: 275px;}
.fieldSearch input{border: none; outline: none;background-color: transparent; padding: 8px 7px; font-size: 14px; width: 220px; position: absolute;}
.fieldSearch button{background-color: transparent; border: none; padding: 5px 8px; color: #df910a; float: right}
.centerBannerShow{display: none;}
#img_logo{width: 11%;}
#descActuP{width: 100%;}
.menu{background-color: #50b74e; height: 40px; top: 135px; position: absolute; width: 100%;}
.menu .ulG{margin-left: -55px; margin-top: 10px;}
.menu ul .menus{display: inline-block; font-family: Century Gothic, Helvetica; margin-right: -4px;list-style-type: none; font-size: 13px;}
.menu ul li .menuItems{color: #fff; padding: 11px 9px 11px 9px;cursor: pointer;}
.menu ul li .menuItems:hover,.menu ul li .menuItems:focus,.menu ul li .menuItems:active{background-color: #3a8e38;}
.menu ul li .Home{color: #fff;padding: 15px 15px 16px 15px;}
.sousMenu {display: none;margin-right: 50px; position: absolute; border: 1px solid #a1f89f; background-color: #FFF; min-width: 250px; max-height: 250px; margin-top: 9px; border-top: none;}
.sousMenu li {list-style-type: none; margin-left: -40px; height: 35px; line-height: 35px;}
.sousMenu li div {border-bottom: 1px solid #bbf8ba; border-top: 1px solid transparent; padding: 0 10px; color: #4f9e4d; font-size: 15px;}
.sousMenu li div:hover,.sousMenu li div:focus,.sousMenu li div:active{background-color: #eaf7e9; transition-duration: 0.2s;border-top: 1px solid #a1f89f;}
.sideBar{display: none;}
.tabTitle{background-color: #fddcb6; color: #f39324;width: 70%; border: 1px solid #f3be7d; border-radius: 2px 2px 0 0; border-bottom: none; font-size: 13px; padding: 5px 10px;}
.tabContent{font-size: 13px;text-align: justify; border-bottom: 1px solid #ddd; padding: 5px 10px;}
.adder15px{height: 15px;}
.input{border: 1px solid #aaa; padding: 7px 10px; width: 100%;}
.tabRedTitle{background-color: #fec7cb; color: #df2532; border: 1px solid #fa9696; border-radius: 2px 2px 0 0; border-bottom: none; font-size: 13px; padding: 5px 10px;}
.adminBody{font-size: 13px;}
.select {padding: 4px 5px;}
.textarea{border: 1px solid #aaa; padding: 15px;}
#messages{padding: 0 15px;overflow: hidden; position: absolute; height: 35px; left: 150px; right: 0; top: 0px; line-height: 35px; border-radius: 2px;}
.successMessage{background-color: #cdf6d1; color: #39aa46; text-align: center; font-size: 13px; border: 1px solid #98e2a1;}
.slidePdesc{line-height: 25px;font-size: 17px; text-align: justify; width: 100%;background-color: #fff; opacity: 0.5; border-radius: 4px; padding: 10px 20px; margin-top: -140px;}
.sideBarItem.content{margin-left: 15px;}
#sideBarItemAccordion{padding: 15px; font-size: 12px;}
.polesContentText{text-align: justify; font-size: 13px;}
.articleComment{ height: 200px; overflow: hidden; background-color: #def0fc; padding: 10px 20px; text-align: justify; font-size: 13px; margin-top: -5px; border: 1px solid #c0e3f8;}
#slider{width: 100%; height: 420px;}
#slider .slides{width: 100%; height: 420px; margin: 0; padding: 0; display: block;}
/* jssor slider loading skin double-tail-spin css */
.jssorl-004-double-tail-spin img {
animation-name: jssorl-004-double-tail-spin;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-004-double-tail-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;stroke:#000;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.newsLetter{background-color: #e0d90d; color: #000; padding: 7px 0; margin-left: 15px; text-align: center;}
.newsLettercontent {border: 1px solid #e0d90d; padding: 15px 20px; height: 245px; margin-left: 15px;}
@media(max-width: 1200px) {
.assName{font-size: 16px;}
.smHide{display: none;}
.newsLettercontent{height: 200px; font-size: 12px;}
}
@media(max-width: 991px){
.fieldSearch{width: 100%;}
.fieldSearch input{width: 80%;}
#centerBanner{display: none;}
.centerBannerShow{display: block;}
#LOGO{display: none;}
.divFormSearch{display: none;}
.banner{font-size: 13px;}
.assName{font-size: 14px;}
.sideBar{display: block;}
.menu ul li.menus{display: none;}
.menu .ulG{margin-left: -40px;}
.menu{top: 140px;}
.smHide{display: block;}
#xsHide{display: none;}
.newsLetter{margin-top: 25px; margin-left: 0; margin-right: -15px;}
.newsLettercontent{margin-left: 0; margin-right: -15px;}
}
.messageEnvoyes{background-color:#c8e4f8; text-align: justify; border: 1px solid #a1d5f9; padding: 5px 20px; margin-top: 5px; border-radius: 15px;}
#tablePers tr td{border: 1px solid #ccc; padding: 5px 15px; }
.actuContent{text-align: justify; height: 150px;}
#messageRetour{top: 50px; position: absolute; text-align: center; width: 100%; height: 40px; display: inline-block;}
#messagePSent, #messageESent{display: none;background-color: green; color: #fff; float: right; padding: 7px 15px; border-radius: 3px;}
@media(max-width: 790px) {
}
@media(max-width: 767px){
.fieldSearch input{width: 89%;}
.menu{top: 130px;}
}
@media(max-width: 705px) {
.fieldSearch input{width: 87%;}
}
@media(max-width: 600px) {
.fieldSearch input{width: 80%;}
#img_logo{width: 16%;}
}
@media(max-width: 390px) {
#img_logo{width: 30%;}
} | public/css/style.css | .assName{font-size: 18px; font-family: Century Gothic, 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;;}
.assName span{color: #1da433; margin-top: 10px; position: absolute;}
.fieldSearch{border: 1px solid #df910a; height: 35px; overflow: hidden; width: 275px;}
.fieldSearch input{border: none; outline: none;background-color: transparent; padding: 8px 7px; font-size: 14px; width: 220px; position: absolute;}
.fieldSearch button{background-color: transparent; border: none; padding: 5px 8px; color: #df910a; float: right}
.centerBannerShow{display: none;}
#img_logo{width: 11%;}
#descActuP{width: 100%;}
.menu{background-color: #50b74e; height: 40px; top: 135px; position: absolute; width: 100%;}
.menu .ulG{margin-left: -55px; margin-top: 10px;}
.menu ul .menus{display: inline-block; font-family: Century Gothic, Helvetica; margin-right: -4px;list-style-type: none; font-size: 13px;}
.menu ul li .menuItems{color: #fff; padding: 11px 9px 11px 9px;cursor: pointer;}
.menu ul li .menuItems:hover,.menu ul li .menuItems:focus,.menu ul li .menuItems:active{background-color: #3a8e38;}
.menu ul li .Home{color: #fff;padding: 15px 15px 16px 15px;}
.sousMenu {display: none;margin-right: 50px; position: absolute; border: 1px solid #a1f89f; background-color: #FFF; min-width: 250px; max-height: 250px; margin-top: 9px; border-top: none;}
.sousMenu li {list-style-type: none; margin-left: -40px; height: 35px; line-height: 35px;}
.sousMenu li div {border-bottom: 1px solid #bbf8ba; border-top: 1px solid transparent; padding: 0 10px; color: #4f9e4d; font-size: 15px;}
.sousMenu li div:hover,.sousMenu li div:focus,.sousMenu li div:active{background-color: #eaf7e9; transition-duration: 0.2s;border-top: 1px solid #a1f89f;}
.sideBar{display: none;}
.tabTitle{background-color: #fddcb6; color: #f39324;width: 70%; border: 1px solid #f3be7d; border-radius: 2px 2px 0 0; border-bottom: none; font-size: 13px; padding: 5px 10px;}
.tabContent{font-size: 13px;text-align: justify; border-bottom: 1px solid #ddd; padding: 5px 10px;}
.adder15px{height: 15px;}
.input{border: 1px solid #aaa; padding: 7px 10px; width: 100%;}
.tabRedTitle{background-color: #fec7cb; color: #df2532; border: 1px solid #fa9696; border-radius: 2px 2px 0 0; border-bottom: none; font-size: 13px; padding: 5px 10px;}
.adminBody{font-size: 13px;}
.select {padding: 4px 5px;}
.textarea{border: 1px solid #aaa; padding: 15px;}
#messages{padding: 0 15px;overflow: hidden; position: absolute; height: 35px; left: 150px; right: 0; top: 0px; line-height: 35px; border-radius: 2px;}
.successMessage{background-color: #cdf6d1; color: #39aa46; text-align: center; font-size: 13px; border: 1px solid #98e2a1;}
.slidePdesc{line-height: 25px;font-size: 17px; text-align: justify; width: 100%;background-color: #fff; opacity: 0.5; border-radius: 4px; padding: 10px 20px; margin-top: -140px;}
.sideBarItem.content{margin-left: 15px;}
#sideBarItemAccordion{padding: 15px; font-size: 12px;}
.polesContentText{text-align: justify; font-size: 13px;}
.articleComment{ height: 200px; overflow: hidden; background-color: #def0fc; padding: 10px 20px; text-align: justify; font-size: 13px; margin-top: -5px; border: 1px solid #c0e3f8;}
#slider{width: 100%; height: 420px;}
#slider .slides{width: 100%; height: 420px; margin: 0; padding: 0; display: block;}
/* jssor slider loading skin double-tail-spin css */
.jssorl-004-double-tail-spin img {
animation-name: jssorl-004-double-tail-spin;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-004-double-tail-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;stroke:#000;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.newsLetter{background-color: #e0d90d; color: #000; padding: 7px 0; margin-left: 15px; text-align: center;}
.newsLettercontent {border: 1px solid #e0d90d; padding: 15px 20px; height: 245px; margin-left: 15px;}
@media(max-width: 1200px) {
.assName{font-size: 16px;}
.smHide{display: none;}
.newsLettercontent{height: 200px; font-size: 12px;}
}
@media(max-width: 991px){
.fieldSearch{width: 100%;}
.fieldSearch input{width: 80%;}
#centerBanner{display: none;}
.centerBannerShow{display: block;}
#LOGO{display: none;}
.divFormSearch{display: none;}
.banner{font-size: 13px;}
.assName{font-size: 14px;}
.sideBar{display: block;}
.menu ul li.menus{display: none;}
.menu .ulG{margin-left: -40px;}
.menu{top: 140px;}
.smHide{display: block;}
#xsHide{display: none;}
.newsLetter{margin-top: 25px; margin-left: 0; margin-right: -15px;}
.newsLettercontent{margin-left: 0; margin-right: -15px;}
}
.messageEnvoyes{background-color:#c8e4f8; text-align: justify; border: 1px solid #a1d5f9; padding: 5px 20px; margin-top: 5px; border-radius: 15px;}
#tablePers tr td{border: 1px solid #ccc; padding: 5px 15px; }
.actuContent{text-align: justify; height: 150px;}
#messageRetour{top: 50px; position: absolute; text-align: center; width: 100%; height: 40px; display: inline-block;}
#messagePSent, #messageESent{display: none;background-color: green; color: #fff; float: right; padding: 7px 15px; border-radius: 3px;}
@media(max-width: 790px) {
}
@media(max-width: 767px){
.fieldSearch input{width: 89%;}
.menu{top: 130px;}
}
@media(max-width: 705px) {
.fieldSearch input{width: 87%;}
}
@media(max-width: 600px) {
.fieldSearch input{width: 80%;}
#img_logo{width: 16%;}
}
@media(max-width: 390px) {
#img_logo{width: 30%;}
} | 0.212968 | 0.117471 |
.search {
position: relative;
display: block;
margin: 10px auto
}
.search input {
/* font-size: 16px */
}
.search input::-ms-clear {
display: none
}
.search ul {
list-style: none;
border: 1px solid #858585;
border-top: none;
border-radius: 0 0 8px 8px;
overflow: hidden;
box-shadow: 0 2.8px 2.2px hsla(0, 0%, 87.5%, .034), 0 6.7px 5.3px hsla(0, 0%, 75.3%, .048), 0 1.5px 1px hsla(0, 0%, 56.5%, .06), 0 2.3px 1.9px rgba(92, 92, 92, .072), 0 2.8px 1px rgba(63, 63, 63, .086)
}
.search ul li {
position: relative;
cursor: pointer;
margin: 0;
padding: 8px;
line-height: 1.25rem;
}
.search ul li:not(:last-child) {
border-top: none
}
.search ul li:hover{
background-color:#0078D7;
color: white;
}
.search .expanded {
border-radius: 8px 8px 0 0;
border: 1px solid #858585;
outline: none
}
.search.loupe:before {
-webkit-filter: invert(20%);
filter: invert(20%)
}
.search.auto-is-loading:after {
content: "";
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 12px;
width: 18px;
height: 18px;
border-radius: 50%;
border-color: #d9d9d9 #008cff #008cff #d9d9d9;
border-style: solid;
border-width: 2px;
-webkit-animation: spinner .6s linear infinite;
animation: spinner .6s linear infinite
}
.search.auto-is-loading .auto-clear {
display: none
}
.loupe .full-width {
padding: 6px 45px 6px 40px
}
.loupe:before {
content: "";
width: 20px;
height: 20px;
left: 10px;
/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23d3d3d3' d='M31.008 27.231l-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.954 11.954 0 002.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007zM12 20a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/svg%3E") */
}
.auto-clear,
.loupe:before {
position: absolute;
top: 0;
bottom: 0;
margin: auto
}
.auto-clear {
display: flex;
justify-content: center;
align-items: center;
right: 0;
width: 40px;
height: auto;
cursor: pointer;
background-color: transparent;
border: none
}
.autocomplete-item.loupe {
padding-left: 40px;
}
.auto-clear:before {
/* content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.984 6.422L13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z'/%3E%3C/svg%3E"); */
line-height: 100%;
height: 24px;
width: 24px
}
.auto-clear span {
display: none
}
.auto-output-search {
display: none;
background-color: #fff
}
.auto-output-search.auto-is-active {
display: block;
/* position: absolute; */
width: 100%;
margin-top: -1px;
z-index: 99999
}
.selected {
background-color: #e6e6e6;
transition: background-color .2s ease-out
}
.selected+li:before {
border-top: none
}
.init-instruction {
display: none
}
.auto-error {
border: 1px solid #f33 !important
}
.auto-error::-webkit-input-placeholder {
color: #f66;
opacity: 1
}
.auto-error:-ms-input-placeholder {
color: #f66;
opacity: 1
}
.auto-error::-ms-input-placeholder {
color: #f66;
opacity: 1
}
.auto-error::placeholder {
color: #f66;
opacity: 1
}
.full-width {
width: 100%;
height: 48px;
padding: 6px 45px 6px 10px;
background-color: #fff;
border: 1px solid #d7d7d7;
border-radius: 10px;
box-shadow: none;
box-sizing: border-box
}
.full-width:focus {
border: 1px solid #858585;
outline: none
}
.hidden {
display: none
} | public/template/assets/css/autosuggest.min.css | .search {
position: relative;
display: block;
margin: 10px auto
}
.search input {
/* font-size: 16px */
}
.search input::-ms-clear {
display: none
}
.search ul {
list-style: none;
border: 1px solid #858585;
border-top: none;
border-radius: 0 0 8px 8px;
overflow: hidden;
box-shadow: 0 2.8px 2.2px hsla(0, 0%, 87.5%, .034), 0 6.7px 5.3px hsla(0, 0%, 75.3%, .048), 0 1.5px 1px hsla(0, 0%, 56.5%, .06), 0 2.3px 1.9px rgba(92, 92, 92, .072), 0 2.8px 1px rgba(63, 63, 63, .086)
}
.search ul li {
position: relative;
cursor: pointer;
margin: 0;
padding: 8px;
line-height: 1.25rem;
}
.search ul li:not(:last-child) {
border-top: none
}
.search ul li:hover{
background-color:#0078D7;
color: white;
}
.search .expanded {
border-radius: 8px 8px 0 0;
border: 1px solid #858585;
outline: none
}
.search.loupe:before {
-webkit-filter: invert(20%);
filter: invert(20%)
}
.search.auto-is-loading:after {
content: "";
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 12px;
width: 18px;
height: 18px;
border-radius: 50%;
border-color: #d9d9d9 #008cff #008cff #d9d9d9;
border-style: solid;
border-width: 2px;
-webkit-animation: spinner .6s linear infinite;
animation: spinner .6s linear infinite
}
.search.auto-is-loading .auto-clear {
display: none
}
.loupe .full-width {
padding: 6px 45px 6px 40px
}
.loupe:before {
content: "";
width: 20px;
height: 20px;
left: 10px;
/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23d3d3d3' d='M31.008 27.231l-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.954 11.954 0 002.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007zM12 20a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/svg%3E") */
}
.auto-clear,
.loupe:before {
position: absolute;
top: 0;
bottom: 0;
margin: auto
}
.auto-clear {
display: flex;
justify-content: center;
align-items: center;
right: 0;
width: 40px;
height: auto;
cursor: pointer;
background-color: transparent;
border: none
}
.autocomplete-item.loupe {
padding-left: 40px;
}
.auto-clear:before {
/* content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.984 6.422L13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z'/%3E%3C/svg%3E"); */
line-height: 100%;
height: 24px;
width: 24px
}
.auto-clear span {
display: none
}
.auto-output-search {
display: none;
background-color: #fff
}
.auto-output-search.auto-is-active {
display: block;
/* position: absolute; */
width: 100%;
margin-top: -1px;
z-index: 99999
}
.selected {
background-color: #e6e6e6;
transition: background-color .2s ease-out
}
.selected+li:before {
border-top: none
}
.init-instruction {
display: none
}
.auto-error {
border: 1px solid #f33 !important
}
.auto-error::-webkit-input-placeholder {
color: #f66;
opacity: 1
}
.auto-error:-ms-input-placeholder {
color: #f66;
opacity: 1
}
.auto-error::-ms-input-placeholder {
color: #f66;
opacity: 1
}
.auto-error::placeholder {
color: #f66;
opacity: 1
}
.full-width {
width: 100%;
height: 48px;
padding: 6px 45px 6px 10px;
background-color: #fff;
border: 1px solid #d7d7d7;
border-radius: 10px;
box-shadow: none;
box-sizing: border-box
}
.full-width:focus {
border: 1px solid #858585;
outline: none
}
.hidden {
display: none
} | 0.359139 | 0.124054 |
@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
li{
text-decoration: none;
list-style: none;
}
body{
font-family: 'Source Code Pro', sans-serif;
}
.logo{
background: #000;
width: 100%;
display: flex;
justify-content: center;
}
.graficlogo{
padding: 5px;
max-width: 100%;
box-sizing: border-box;
}
nav{
margin: auto;
width: 800px;
}
.topnav{
background-color: #fff;
font-size: 14px;
margin-top: 40px;
margin-bottom: 20px;
}
.topnav a{
color: #000;
text-align: center;
padding: 14px 16px;
font-size: 15px;
}
.topnav a:hover{
border-bottom: 2px solid #4e4e4e;
font-size: 18px;
color: #a2a2a2;
}
.topnav .icon{
display: none;
}
.mw-100{
max-width: 100%;
}
.zaglav_photo{
height: 834px;
background: #000;
width: 100%;
display: flex;
justify-content: center;
}
.zaglav{
padding: 5px;
max-width: 100%;
box-sizing: border-box;
}
.what{
text-align: center;
font-family: 'Source Code Pro', sans-serif;
font-size: 15px;
padding: 10px;
}
.advantages_container{
display: flex;
justify-content: center;
}
.advantages{
padding: 10px;
width: 70%;
display: flex;
justify-content: space-between;
text-align: center;
flex-wrap: wrap;
}
.advantages_img{
height: 200px;
padding: 10px;
}
footer{
width: 100%
height:auto;
background: #000;
margin: 0 auto;
text-align: center;
padding-top: 25px;
}
footer a{
color: #fff;
font-size: 14px;
margin-left: 10px;
margin-bottom: 4px;
}
footer nav a:hover{
border-bottom: 1px solid white;
}
.social img{
margin-left: 40px;
margin-bottom: 10px;
}
.social img:hover{
border-bottom: 1px solid white;
}
footer .social img{
height: 40px;
}
footer p{
color: white;
font-size: 17px;
}
.news-container{
background: #fafafa;
border-radius: 5px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
font-weight: 100;
margin: 48px auto;
width: 50rem;
}
.news-container a:hover{
border-color: #ff4d4d;
color: #ff4d4d
}
.news-cover{
background: url(../img/news/test.jpg);
background-size: cover;
border-radius: 5px 5px 0 0;
height: 25rem;
box-shadow:
}
.news-body{
margin: 0 auto;
width: 80%;
}
.news-title h1 a{
color: #333;
font-weight: 100;
}
.news-text p{
color: #4d4d4d;
}
.news-tags ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
padding-left: 0;
}
.news-tags li + li{
margin-left: .5rem;
}
.news-tags a{
border: 1px solid #999999;
border-radius: 3px;
color: #999999;
font-size: .75rem;
height: 1.5rem;
line-height: 1.5rem;
letter-spacing: 1px;
padding: 0 .5rem;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
width: 5rem;
}
.news-footer{
border-top: 1px solid #e6e6e6;
margin: 0 auto;
padding-bottom: .125rem;
width: 80%;
}
.news-footer ul{
list-style: none;
display: flex;
flex: row wrap;
justify-content: flex-end;
padding-left: 0px;
}
.news-footer li{
color: #999999;
font-size: .75rem;
height: 1.5rem;
text-align: center;
text-transform: uppercase;
position: relative;
white-space: nowrap;
}
.published-day{
border: 1px solid #999999;
border-radius: 3px;
padding: 0 0.5rem;
}
.form{
width: 50%;
margin: 50px auto;
}
.feedback-input{
color: #000;
font-weight: 300;
font-size: 14px;
line-height: 22px;
background: #FFF;
padding: 13px;
margin-bottom: 10px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0px solid transparent;
border-bottom: 1px solid #000;
}
textarea{
width: 100%;
height: 150px;
resize: vertical;
}
.batton-submit{
float: left;
width: 100%;
border: 0px solid transparent;
cursor: pointer;
background: #000;
color: #fff;
font-size: 18px;
padding-top: 22px;
padding-bottom: 22px;
margin-bottom: 10px;
transition: all 0.3s;
margin-top: -4px;
font-weight: 300;
}
.batton-submit: hover{
background: #fff;
color: #000;
border: 1px solid #000;
}
.ease{
width: 0;
height: 74px;
background: #fbfbfb;
transition: .3s ease;
}
.st-container{
background: #fafafa;
border-radius: 5px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
font-weight: 100;
margin: 48px auto;
width: 60rem;
}
.steam-body{
margin: 0 auto;
width: 80%;
}
.st-tags a{
opacity: 0.5;
color: #000;
border: 1px solid #000;
border-radius: 3px;
}
.st-tags a:hover{
opacity: 0.9;
color: #FF4500;
border-color: #FF4500;
}
.textab {
margin-top: 40px;
float: right;
padding: 40px;
margin-right: 10px;
}
.me{
text-align: center;
box-shadow: 0 8px 6px -6px black;
}
.hui{
width: 450px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
padding: 10px;
}
.textab p{
margin-top: 20px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
}
.textab h3{
margin-top: 20px;
float: right;
}
.photo-prl{
display: flex;
justify-content: center;
padding: 10px;
}
.photo_l{
padding: 10px;
width: 3%;
margin-left: 10px;
}
#map{
display: flex;
justify-content: center;
width: 100%;
}
.loc h1 a{
display: flex;
justify-content: center;
color: #000;
}
.loc h1 a:hover{
display: flex;
justify-content: center;
color: #FF4500;
}
.reg{
position: absolute;
float: right;
margin-left: 500px;
color: #fff;
padding: 2px;
border: 1px solid #fff;
}
.login{
position: absolute;
float: right;
margin-left: 600px;
color: #fff;
padding: 2px;
border: 1px solid #fff;
}
.reg:hover{
color: #ff2400;
border-color: #ff2400;
}
.login:hover{
color: #ff2400;
border-color: #ff2400;
}
.poisk{
display: flex;
justify-content: center;
}
#button:hover{
background-color: #ff2400;
}
@media screen and (max-width: 768px){
.topnav a:not(:first-child){
display: none;
}
.topnav a.icon{
float: right;
margin-top: -17px;
display: block;
color: black;
}
nav{
width: 100%;
height: 100px;
}
.topnav.responsive a.icon{
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a{
float: none;
display: block;
text-align: left;
}
.news-container{
width: 20rem;
}
} | public/css/style.css | @import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
li{
text-decoration: none;
list-style: none;
}
body{
font-family: 'Source Code Pro', sans-serif;
}
.logo{
background: #000;
width: 100%;
display: flex;
justify-content: center;
}
.graficlogo{
padding: 5px;
max-width: 100%;
box-sizing: border-box;
}
nav{
margin: auto;
width: 800px;
}
.topnav{
background-color: #fff;
font-size: 14px;
margin-top: 40px;
margin-bottom: 20px;
}
.topnav a{
color: #000;
text-align: center;
padding: 14px 16px;
font-size: 15px;
}
.topnav a:hover{
border-bottom: 2px solid #4e4e4e;
font-size: 18px;
color: #a2a2a2;
}
.topnav .icon{
display: none;
}
.mw-100{
max-width: 100%;
}
.zaglav_photo{
height: 834px;
background: #000;
width: 100%;
display: flex;
justify-content: center;
}
.zaglav{
padding: 5px;
max-width: 100%;
box-sizing: border-box;
}
.what{
text-align: center;
font-family: 'Source Code Pro', sans-serif;
font-size: 15px;
padding: 10px;
}
.advantages_container{
display: flex;
justify-content: center;
}
.advantages{
padding: 10px;
width: 70%;
display: flex;
justify-content: space-between;
text-align: center;
flex-wrap: wrap;
}
.advantages_img{
height: 200px;
padding: 10px;
}
footer{
width: 100%
height:auto;
background: #000;
margin: 0 auto;
text-align: center;
padding-top: 25px;
}
footer a{
color: #fff;
font-size: 14px;
margin-left: 10px;
margin-bottom: 4px;
}
footer nav a:hover{
border-bottom: 1px solid white;
}
.social img{
margin-left: 40px;
margin-bottom: 10px;
}
.social img:hover{
border-bottom: 1px solid white;
}
footer .social img{
height: 40px;
}
footer p{
color: white;
font-size: 17px;
}
.news-container{
background: #fafafa;
border-radius: 5px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
font-weight: 100;
margin: 48px auto;
width: 50rem;
}
.news-container a:hover{
border-color: #ff4d4d;
color: #ff4d4d
}
.news-cover{
background: url(../img/news/test.jpg);
background-size: cover;
border-radius: 5px 5px 0 0;
height: 25rem;
box-shadow:
}
.news-body{
margin: 0 auto;
width: 80%;
}
.news-title h1 a{
color: #333;
font-weight: 100;
}
.news-text p{
color: #4d4d4d;
}
.news-tags ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
padding-left: 0;
}
.news-tags li + li{
margin-left: .5rem;
}
.news-tags a{
border: 1px solid #999999;
border-radius: 3px;
color: #999999;
font-size: .75rem;
height: 1.5rem;
line-height: 1.5rem;
letter-spacing: 1px;
padding: 0 .5rem;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
width: 5rem;
}
.news-footer{
border-top: 1px solid #e6e6e6;
margin: 0 auto;
padding-bottom: .125rem;
width: 80%;
}
.news-footer ul{
list-style: none;
display: flex;
flex: row wrap;
justify-content: flex-end;
padding-left: 0px;
}
.news-footer li{
color: #999999;
font-size: .75rem;
height: 1.5rem;
text-align: center;
text-transform: uppercase;
position: relative;
white-space: nowrap;
}
.published-day{
border: 1px solid #999999;
border-radius: 3px;
padding: 0 0.5rem;
}
.form{
width: 50%;
margin: 50px auto;
}
.feedback-input{
color: #000;
font-weight: 300;
font-size: 14px;
line-height: 22px;
background: #FFF;
padding: 13px;
margin-bottom: 10px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0px solid transparent;
border-bottom: 1px solid #000;
}
textarea{
width: 100%;
height: 150px;
resize: vertical;
}
.batton-submit{
float: left;
width: 100%;
border: 0px solid transparent;
cursor: pointer;
background: #000;
color: #fff;
font-size: 18px;
padding-top: 22px;
padding-bottom: 22px;
margin-bottom: 10px;
transition: all 0.3s;
margin-top: -4px;
font-weight: 300;
}
.batton-submit: hover{
background: #fff;
color: #000;
border: 1px solid #000;
}
.ease{
width: 0;
height: 74px;
background: #fbfbfb;
transition: .3s ease;
}
.st-container{
background: #fafafa;
border-radius: 5px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
font-weight: 100;
margin: 48px auto;
width: 60rem;
}
.steam-body{
margin: 0 auto;
width: 80%;
}
.st-tags a{
opacity: 0.5;
color: #000;
border: 1px solid #000;
border-radius: 3px;
}
.st-tags a:hover{
opacity: 0.9;
color: #FF4500;
border-color: #FF4500;
}
.textab {
margin-top: 40px;
float: right;
padding: 40px;
margin-right: 10px;
}
.me{
text-align: center;
box-shadow: 0 8px 6px -6px black;
}
.hui{
width: 450px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
padding: 10px;
}
.textab p{
margin-top: 20px;
box-shadow: rgba(0,0,0,0.2) 0 4px 2px -2px;
}
.textab h3{
margin-top: 20px;
float: right;
}
.photo-prl{
display: flex;
justify-content: center;
padding: 10px;
}
.photo_l{
padding: 10px;
width: 3%;
margin-left: 10px;
}
#map{
display: flex;
justify-content: center;
width: 100%;
}
.loc h1 a{
display: flex;
justify-content: center;
color: #000;
}
.loc h1 a:hover{
display: flex;
justify-content: center;
color: #FF4500;
}
.reg{
position: absolute;
float: right;
margin-left: 500px;
color: #fff;
padding: 2px;
border: 1px solid #fff;
}
.login{
position: absolute;
float: right;
margin-left: 600px;
color: #fff;
padding: 2px;
border: 1px solid #fff;
}
.reg:hover{
color: #ff2400;
border-color: #ff2400;
}
.login:hover{
color: #ff2400;
border-color: #ff2400;
}
.poisk{
display: flex;
justify-content: center;
}
#button:hover{
background-color: #ff2400;
}
@media screen and (max-width: 768px){
.topnav a:not(:first-child){
display: none;
}
.topnav a.icon{
float: right;
margin-top: -17px;
display: block;
color: black;
}
nav{
width: 100%;
height: 100px;
}
.topnav.responsive a.icon{
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a{
float: none;
display: block;
text-align: left;
}
.news-container{
width: 20rem;
}
} | 0.162945 | 0.064007 |
body {
}
a:hover,
a:active {
color: #333;
text-decoration: none;
}
.hidden {
display: none !important;
}
.no-padding {
padding: 0 !important;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
/* Contact Form */
.wpcf7-form {
}
.wpcf7-form label {
display: block;
}
.wpcf7-form-control {
width: 100%;
}
.form-label {
margin-bottom: .5em;
font-weight: bold;
text-transform: uppercase;
}
/* Custom */
.product-hero {
display: -webkit-flex;
display: flex;
padding: 2em 3em 5em;
background-color: #efefef;
background-color: #f3f3f3;
flex-direction: column;
}
/* Hexagon */
.hexagon {
position: relative;
width: 170px;
height: 98.15px;
margin: 49.07px auto;
/*background-image: url(http://csshexagon.com/img/meow.jpg);*/
background-color: #ddd;
background-size: auto 191.6803px;
background-position: center;
border-left: solid 2px #333333;
border-right: solid 2px #333333;
}
.hexTop,
.hexBottom {
position: absolute;
z-index: 1;
width: 120.21px;
height: 120.21px;
overflow: hidden;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
-ms-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
background: inherit;
left: 22.90px;
}
/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
content: "";
position: absolute;
width: 166.0000px;
height: 95.84014468547788px;
-webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-47.9201px);
-ms-transform: rotate(45deg) scaleY(1.7321) translateY(-47.9201px);
transform: rotate(45deg) scaleY(1.7321) translateY(-47.9201px);
-webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-29.9201px);
-ms-transform: rotate(45deg) scaleY(1.7321) translateY(-29.9201px);
transform: rotate(45deg) scaleY(1.7321) translateY(-29.9201px);
-webkit-transform-origin: 45px -40px;
-ms-transform-origin: 45px -40px;
transform-origin: 45px -40px;
background: inherit;
}
.hexTop {
top: -60.1041px;
border-top: solid 2.8284px #333333;
border-right: solid 2.8284px #333333;
}
.hexTop:after {
background-position: center top;
}
.hexBottom {
bottom: -60.1041px;
border-bottom: solid 2.8284px #333333;
border-left: solid 2.8284px #333333;
}
.hexBottom:after {
background-position: center bottom;
}
.hexagon:after {
content: "";
position: absolute;
top: 1.1547px;
left: 0;
width: 166.0000px;
height: 95.8401px;
z-index: 2;
background: inherit;
}
/* Select2 */
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
box-shadow: none;
}
.select2-container--bootstrap .select2-selection--single {
border-radius: 2px;
}
/* ACF Map */
.acf-map {
margin: 20px 0;
width: 100%;
height: 400px;
border: #ccc solid 1px;
}
/* fixes potential theme css conflict */
.acf-map img {
max-width: inherit !important;
}
/* Overlay */
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0,0,0,.9);
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
}
.overlay.open {
opacity: 1;
visibility: visible;
}
.overlay__close {
position: absolute;
top: 12px;
right: 12px;
color: #fff;
}
.overlay__content {
width: 100%;
height: 100%;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.overlay__video {
position: relative;
margin: auto;
width: 100%;
height: 100%;
max-width: 800px;
}
.button-open-overlay {
/*position: absolute;*/
margin: auto;
width: 100px;
/*height: 100px;*/
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #80b851;
font-size: 6em;
text-align: center;
/*text-shadow: 0 0 15px #002443;*/
/*text-shadow: 0 0 15px rgba(0, 36, 67, 0.55);*/
opacity: 0.9;
cursor: pointer;
border-radius: 50%;
background-color: #fff;
margin-top: 4rem;
padding-left: 17px;
width: 135px;
height: 135px;
}
.button-open-overlay:hover {
opacity: 1;
}
.close {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
overflow: hidden;
opacity: 1;
}
.close:hover::before,
.close:hover::after {
/*background: #1ebcc5;*/
background: #F89C2B;
}
.close::before,
.close::after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #002443;
}
.close--light:before,
.close--light:after {
background: #FFFFFF
}
.close--light:hover::before,
.close--light:hover::after {
background: #EEEEEE;
}
.close::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close.thick::before,
.close.thick::after {
margin-top: -2px;
height: 4px;
}
.close.big {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
}
.close.small {
width: 25px;
height: 25px;
/*-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);*/
}
/* Social */
.social-links {
}
.social-link {
margin-right: .5em;
font-size: 1.5em;
}
/* Embed */
.embed-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 ratio */
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container--center {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.embed-container video {
width: 100%;
height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} | assets/css/main.css | body {
}
a:hover,
a:active {
color: #333;
text-decoration: none;
}
.hidden {
display: none !important;
}
.no-padding {
padding: 0 !important;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
/* Contact Form */
.wpcf7-form {
}
.wpcf7-form label {
display: block;
}
.wpcf7-form-control {
width: 100%;
}
.form-label {
margin-bottom: .5em;
font-weight: bold;
text-transform: uppercase;
}
/* Custom */
.product-hero {
display: -webkit-flex;
display: flex;
padding: 2em 3em 5em;
background-color: #efefef;
background-color: #f3f3f3;
flex-direction: column;
}
/* Hexagon */
.hexagon {
position: relative;
width: 170px;
height: 98.15px;
margin: 49.07px auto;
/*background-image: url(http://csshexagon.com/img/meow.jpg);*/
background-color: #ddd;
background-size: auto 191.6803px;
background-position: center;
border-left: solid 2px #333333;
border-right: solid 2px #333333;
}
.hexTop,
.hexBottom {
position: absolute;
z-index: 1;
width: 120.21px;
height: 120.21px;
overflow: hidden;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
-ms-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
background: inherit;
left: 22.90px;
}
/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
content: "";
position: absolute;
width: 166.0000px;
height: 95.84014468547788px;
-webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-47.9201px);
-ms-transform: rotate(45deg) scaleY(1.7321) translateY(-47.9201px);
transform: rotate(45deg) scaleY(1.7321) translateY(-47.9201px);
-webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-29.9201px);
-ms-transform: rotate(45deg) scaleY(1.7321) translateY(-29.9201px);
transform: rotate(45deg) scaleY(1.7321) translateY(-29.9201px);
-webkit-transform-origin: 45px -40px;
-ms-transform-origin: 45px -40px;
transform-origin: 45px -40px;
background: inherit;
}
.hexTop {
top: -60.1041px;
border-top: solid 2.8284px #333333;
border-right: solid 2.8284px #333333;
}
.hexTop:after {
background-position: center top;
}
.hexBottom {
bottom: -60.1041px;
border-bottom: solid 2.8284px #333333;
border-left: solid 2.8284px #333333;
}
.hexBottom:after {
background-position: center bottom;
}
.hexagon:after {
content: "";
position: absolute;
top: 1.1547px;
left: 0;
width: 166.0000px;
height: 95.8401px;
z-index: 2;
background: inherit;
}
/* Select2 */
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
box-shadow: none;
}
.select2-container--bootstrap .select2-selection--single {
border-radius: 2px;
}
/* ACF Map */
.acf-map {
margin: 20px 0;
width: 100%;
height: 400px;
border: #ccc solid 1px;
}
/* fixes potential theme css conflict */
.acf-map img {
max-width: inherit !important;
}
/* Overlay */
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0,0,0,.9);
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
}
.overlay.open {
opacity: 1;
visibility: visible;
}
.overlay__close {
position: absolute;
top: 12px;
right: 12px;
color: #fff;
}
.overlay__content {
width: 100%;
height: 100%;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.overlay__video {
position: relative;
margin: auto;
width: 100%;
height: 100%;
max-width: 800px;
}
.button-open-overlay {
/*position: absolute;*/
margin: auto;
width: 100px;
/*height: 100px;*/
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #80b851;
font-size: 6em;
text-align: center;
/*text-shadow: 0 0 15px #002443;*/
/*text-shadow: 0 0 15px rgba(0, 36, 67, 0.55);*/
opacity: 0.9;
cursor: pointer;
border-radius: 50%;
background-color: #fff;
margin-top: 4rem;
padding-left: 17px;
width: 135px;
height: 135px;
}
.button-open-overlay:hover {
opacity: 1;
}
.close {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
overflow: hidden;
opacity: 1;
}
.close:hover::before,
.close:hover::after {
/*background: #1ebcc5;*/
background: #F89C2B;
}
.close::before,
.close::after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #002443;
}
.close--light:before,
.close--light:after {
background: #FFFFFF
}
.close--light:hover::before,
.close--light:hover::after {
background: #EEEEEE;
}
.close::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close.thick::before,
.close.thick::after {
margin-top: -2px;
height: 4px;
}
.close.big {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
}
.close.small {
width: 25px;
height: 25px;
/*-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);*/
}
/* Social */
.social-links {
}
.social-link {
margin-right: .5em;
font-size: 1.5em;
}
/* Embed */
.embed-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 ratio */
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container--center {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.embed-container video {
width: 100%;
height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} | 0.40486 | 0.071332 |
body{
width: auto;
/* background-image: url("recipe\ background.jpg"); */
/* background: no-repeat; */
height: 600px;
}
#headerdiv{
text-align: center;
}
form{
text-align: center;
/* display:inline-block; */
margin-top: 120px;
}
#keyword{
text-align: center;
margin: 15px;
}
#searchForRecpie{
margin: 15px;
}
.header{
overflow: hidden;
background: url(abdullah.jpg);
height: 260px;
margin-bottom: 5%;
background-size: cover;
}
.header h1 {
position: absolute;
left: 35%;
top: 14%;
color: white;
font-weight: bolder;
font-size: 38px;
background-color: gray;
border-radius: 20px;
width: 277px;
text-align: center;
}
#resultdiv h2{
padding: 10px;
color: #fff;
text-align: center;
font-size: 17px;
border-radius: 20px;
background: none;
width: 120px;
float: right;
margin-bottom: 25px;
margin-right: 56px;
margin-top: 5px;
}
.resultimg img{
width: 120px;
margin: 10px;
border-radius: 20px;
/* margin: 10px 5px; */
padding: 10px;
}
.resultimg{
float: left;
width: 50%;
}
#resultdiv{
background-color: black;
margin: 15px;
height: 183px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
/* padding: 80px 40px; */
/* margin-top: 20%; */
background: linear-gradient(top, #3c3c3c 0% #222222 100%);
background: -webkit-linear-gradient(top, #3c3c3c 0% #222222 100%);
/* margin-bottom: 20%; */
opacity: .8;
background-color: gray;
width: 466px;
margin:15px auto ;
}
button {
height: 45px;
color: #ff9800;
background-color: #fff;
border-radius: 20px;
cursor: pointer;
width: 62%;
font-size: 18px;
border: 2px #fff solid;
margin-left: 10px
}
button:hover{
color: #fff;
background-color: #dea846;
box-shadow: 0 0 10px #dea846, 0 0 40px #dea846, 0 0 80px #dea846;
}
.h2button{
padding: 10px;
text-align: center;
display: grid;
grid-column: 2 fr;
justify-content: center
}
@media(max-width : 746px){
body{
width: auto;
/* background-image: url("recipe\ background.jpg"); */
/* background: no-repeat; */
height: 600px;
}
#headerdiv{
text-align: center;
}
form{
text-align: center;
/* display:inline-block; */
margin-top: 120px;
}
#keyword{
text-align: center;
margin: 15px;
}
#searchForRecpie{
margin: 15px;
}
.header{
overflow: hidden;
background: url(abdullah.jpg);
height: 260px;
margin-bottom: 10%;
}
.header h1 {
position: absolute;
left: 18%;
top: 18%;
color: white;
font-weight: bolder;
font-size: 38px;
background-color: gray;
border-radius: 20px;
width: 277px;
text-align: center;
}
#resultdiv h2{
padding: 10px;
color: #fff;
text-align: center;
font-size: 17px;
border-radius: 20px;
background: none;
width: 120px;
float: right;
margin-bottom: 25px;
margin-right: 56px;
margin-top: 5px;
}
.resultimg img{
width: 120px;
margin: 10px;
border-radius: 20px;
/* margin: 10px 5px; */
padding: 10px;
}
.resultimg{
float: left;
width: 50%;
}
#resultdiv{
background-color: black;
margin: 15px;
height: 183px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
/* padding: 80px 40px; */
/* margin-top: 20%; */
background: linear-gradient(top, #3c3c3c 0% #222222 100%);
background: -webkit-linear-gradient(top, #3c3c3c 0% #222222 100%);
/* margin-bottom: 20%; */
opacity: .8;
background-color: gray;
}
button {
height: 45px;
color: #ff9800;
background-color: #fff;
border-radius: 20px;
cursor: pointer;
width: 62%;
font-size: 18px;
border: 2px #fff solid;
margin-left: 10px
}
button:hover{
color: #fff;
background-color: #dea846;
box-shadow: 0 0 10px #dea846, 0 0 40px #dea846, 0 0 80px #dea846;
}
.h2button{
padding: 10px;
text-align: center;
display: grid;
grid-column: 2 fr;
justify-content: center
}
} | public/styles/base.css | body{
width: auto;
/* background-image: url("recipe\ background.jpg"); */
/* background: no-repeat; */
height: 600px;
}
#headerdiv{
text-align: center;
}
form{
text-align: center;
/* display:inline-block; */
margin-top: 120px;
}
#keyword{
text-align: center;
margin: 15px;
}
#searchForRecpie{
margin: 15px;
}
.header{
overflow: hidden;
background: url(abdullah.jpg);
height: 260px;
margin-bottom: 5%;
background-size: cover;
}
.header h1 {
position: absolute;
left: 35%;
top: 14%;
color: white;
font-weight: bolder;
font-size: 38px;
background-color: gray;
border-radius: 20px;
width: 277px;
text-align: center;
}
#resultdiv h2{
padding: 10px;
color: #fff;
text-align: center;
font-size: 17px;
border-radius: 20px;
background: none;
width: 120px;
float: right;
margin-bottom: 25px;
margin-right: 56px;
margin-top: 5px;
}
.resultimg img{
width: 120px;
margin: 10px;
border-radius: 20px;
/* margin: 10px 5px; */
padding: 10px;
}
.resultimg{
float: left;
width: 50%;
}
#resultdiv{
background-color: black;
margin: 15px;
height: 183px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
/* padding: 80px 40px; */
/* margin-top: 20%; */
background: linear-gradient(top, #3c3c3c 0% #222222 100%);
background: -webkit-linear-gradient(top, #3c3c3c 0% #222222 100%);
/* margin-bottom: 20%; */
opacity: .8;
background-color: gray;
width: 466px;
margin:15px auto ;
}
button {
height: 45px;
color: #ff9800;
background-color: #fff;
border-radius: 20px;
cursor: pointer;
width: 62%;
font-size: 18px;
border: 2px #fff solid;
margin-left: 10px
}
button:hover{
color: #fff;
background-color: #dea846;
box-shadow: 0 0 10px #dea846, 0 0 40px #dea846, 0 0 80px #dea846;
}
.h2button{
padding: 10px;
text-align: center;
display: grid;
grid-column: 2 fr;
justify-content: center
}
@media(max-width : 746px){
body{
width: auto;
/* background-image: url("recipe\ background.jpg"); */
/* background: no-repeat; */
height: 600px;
}
#headerdiv{
text-align: center;
}
form{
text-align: center;
/* display:inline-block; */
margin-top: 120px;
}
#keyword{
text-align: center;
margin: 15px;
}
#searchForRecpie{
margin: 15px;
}
.header{
overflow: hidden;
background: url(abdullah.jpg);
height: 260px;
margin-bottom: 10%;
}
.header h1 {
position: absolute;
left: 18%;
top: 18%;
color: white;
font-weight: bolder;
font-size: 38px;
background-color: gray;
border-radius: 20px;
width: 277px;
text-align: center;
}
#resultdiv h2{
padding: 10px;
color: #fff;
text-align: center;
font-size: 17px;
border-radius: 20px;
background: none;
width: 120px;
float: right;
margin-bottom: 25px;
margin-right: 56px;
margin-top: 5px;
}
.resultimg img{
width: 120px;
margin: 10px;
border-radius: 20px;
/* margin: 10px 5px; */
padding: 10px;
}
.resultimg{
float: left;
width: 50%;
}
#resultdiv{
background-color: black;
margin: 15px;
height: 183px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
/* padding: 80px 40px; */
/* margin-top: 20%; */
background: linear-gradient(top, #3c3c3c 0% #222222 100%);
background: -webkit-linear-gradient(top, #3c3c3c 0% #222222 100%);
/* margin-bottom: 20%; */
opacity: .8;
background-color: gray;
}
button {
height: 45px;
color: #ff9800;
background-color: #fff;
border-radius: 20px;
cursor: pointer;
width: 62%;
font-size: 18px;
border: 2px #fff solid;
margin-left: 10px
}
button:hover{
color: #fff;
background-color: #dea846;
box-shadow: 0 0 10px #dea846, 0 0 40px #dea846, 0 0 80px #dea846;
}
.h2button{
padding: 10px;
text-align: center;
display: grid;
grid-column: 2 fr;
justify-content: center
}
} | 0.296043 | 0.047936 |
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url(https://fonts.googleapis.com/css?family=Pacifico);
* {
box-sizing: border-box;
font-family: 'Lato', Helvetica, Arial;
}
body {
background-color: #faf5f5;
}
p {
color: #5f5980;
}
html {
scroll-behavior: smooth;
}
/* Top Section Background image start */
#firstSection {
position: relative;
}
#firstSection img {
width: 100%;
height: 400px;
object-fit: cover;
margin-top: -5px;
/* opacity: 0.5; */
}
#firstSection h2 {
position: absolute;
color: #2f3061;
padding: 5px;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 60px;
background-color: rgba(162, 162, 212, 0.521);
box-shadow: inset 5px 10px 18px #dfd9d985;
border-radius: 3px;
font-family: 'Grandstander', cursive;
font-family: 'Josefin Sans', sans-serif;
}
#firstSection p {
position: absolute;
color: white;
padding: 5px;
top: 65%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
border-radius: 3px;
}
#footballInfo div {
text-align: center;
}
img,
#afterRun {
display: inline-block;
font-family: 'Grandstander', cursive;
font-family: 'Josefin Sans', sans-serif;
font-size: 40px;
color: rgb(30, 30, 85);
padding: 5px;
}
#footballInfo {
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
}
#searchTopicDiv {
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
color: #5f5980;
}
#topicP {
width: 600px;
text-align: center;
line-height: 25px;
word-spacing: 5px;
font-size: 20px;
}
#search {
display: inline-block;
margin-right: 5px;
word-spacing: 5px;
font-size: 25px;
margin-bottom: -10px;
}
select {
height: 40px;
width: max-content;
background: #DFDFDF;
box-shadow: 0px 0px 16px #DFDFDF;
border-radius: 2px;
/* z-index: -50; */
border: 2px solid;
transition: all 1s ease-in-out;
border-image: linear-gradient(#DFDFDF, #5F5980) 30;
display: inline-block;
word-spacing: 5px;
font-size: 20px;
margin: 20px;
padding-left: 50px ;
padding-right: 50px ;
color: #5f5980;
}
input{
height: 40px;
width: 300px;
background: #DFDFDF;
box-shadow: 0px 0px 16px #DFDFDF;
border-radius: 2px;
/* z-index: 3; */
border: 2px solid;
transition: all 1s ease-in-out;
border-image: linear-gradient(#5F5980, #5F5980) 30;
display: inline-block;
word-spacing: 5px;
font-size: 20px;
margin: 20px;
}
#line{
border-bottom: solid 1px #5f598093;
width: 50%;
box-shadow: 5px 10px 18px #5f5980;
}
#noMatches {
margin-bottom: 50px;
font-size: 30px;
font-weight: bolder;
animation: pulse 1s linear infinite alternate;
-webkit-animation: pulse 1s linear infinite alternate;
}
#noMatches:active {
background-image: linear-gradient(
rgba(0, 0, 0, 0.1) 13%,
transparent 13%,
transparent
);
box-shadow: 0 1px 0 0 #383838;
color: rgba(0, 0, 0, 0.45);
text-shadow: none;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes pulse {
100% {
transform: translateY(15px);
}
}
@keyframes pulse {
100% {
transform: translateY(15px);
}
}
/* --------------------------------------button-------------------------------------------------------------*/
:root {
--backgroundColor: rgba(246, 241, 209);
--colorShadeA: #5f5980;
--colorShadeB: #5f5980;
--colorShadeC: rgb(150, 232, 195);
--colorShadeD: #f3f3f3;
--colorShadeE: #dfdfdf;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
* {
box-sizing: border-box;
}
*::before,
*::after {
box-sizing: border-box;
}
.submitt {
position: relative;
display: inline-block;
width: fit-content;
cursor: pointer;
outline: none;
border: 0;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
color: var(--colorShadeA);
font-weight: 700;
text-transform: uppercase;
font-family: inherit;
border: 2px solid var(--colorShadeA);
border-radius: 1em;
background: var(--colorShadeE);
transform-style: preserve-3d;
transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
.submitt::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--colorShadeC);
border-radius: inherit;
box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.75em 0 0 var(--colorShadeA);
transform: translate3d(0, 0.75em, -1em);
transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
.submitt:hover {
background: var(--colorShadeD);
transform: translate(0, 0.375em);
}
.submitt:hover::before {
transform: translate3d(0, 0.75em, -1em);
}
.submitt:active {
transform: translate(0em, 0.75em);
}
.submitt:active::before {
transform: translate3d(0, 0, -1em);
box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.25em 0 0 var(--colorShadeB);
}
/* ------------------------------------------End of button------------------------------------------------------*/
/*News section start*/
#newsSection {
width: 100%;
align-items: flex-start;
justify-content: space-around;
margin-top: 20px;
}
.slide-show-container {
width: 100%;
position: relative;
}
.slide-show-container img {
width: 100%;
height: 500px;
object-fit: fill;
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: #000000;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
#running {
text-align: center;
margin-bottom: 30px;
}
#run {
box-shadow: 0;
}
.text {
font-size: 60px;
background-color: rgba(162, 162, 212, 0.521);
box-shadow: inset 5px 10px 18px #dfd9d985;
border-radius: 3px;
font-size: 20px;
padding: 8px 12px;
position: absolute;
left: 50%;
bottom: 0;
width: fit-content;
transform: translate(-50%, -50%);
}
.mySlides {
justify-content: center;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
/*News section end*/
/* matches section*/
#matches-container {
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
}
.match-content {
align-items: center;
display: grid;
grid-template-columns: auto auto auto;
justify-content: space-around;
row-gap: 15px;
background-color: rgba(95, 89, 128, 0.2);
box-shadow: 0px 0px 16px #686262;
border-radius: 3px;
/* box-shadow: inset 5px 10px 18px #dfd9d985; */
/* background-image: radial-gradient(center ,chocolate,#DFDFDF ); */
/* background-image: radial-gradient(#DFDFDF 1%, chocolate 99%); */
padding: 10px;
width: 40%;
margin-bottom: 15px;
}
.team-image {
align-items: center;
display: grid;
grid-template-columns: auto;
justify-content: space-around;
row-gap: 15px;
text-align: center;
}
.match-content strong {
word-spacing: 5px;
font-size: 20px;
}
#challenge {
margin-top: 50px;
margin-bottom: 100px;
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
}
/* User DataBase link Start */
#user-name-database {
color: #fff;
text-decoration: none;
animation: pulse 1s linear infinite alternate;
-webkit-animation: pulse 1s linear infinite alternate;
text-transform: uppercase;
}
#user-name-database:active {
background-image: linear-gradient(
rgba(0, 0, 0, 0.1) 13%,
transparent 13%,
transparent
);
box-shadow: 0 1px 0 0 #383838;
color: rgba(0, 0, 0, 0.45);
text-shadow: none;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
/* User DataBase link End */
footer {
height: 200px;
background-color: #dfdfdf;
border: 0px 2px 0px 2px solid #5f5980;
justify-content: center;
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
color: #5f5980;
} | public/styles/homePage.css | @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url(https://fonts.googleapis.com/css?family=Pacifico);
* {
box-sizing: border-box;
font-family: 'Lato', Helvetica, Arial;
}
body {
background-color: #faf5f5;
}
p {
color: #5f5980;
}
html {
scroll-behavior: smooth;
}
/* Top Section Background image start */
#firstSection {
position: relative;
}
#firstSection img {
width: 100%;
height: 400px;
object-fit: cover;
margin-top: -5px;
/* opacity: 0.5; */
}
#firstSection h2 {
position: absolute;
color: #2f3061;
padding: 5px;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 60px;
background-color: rgba(162, 162, 212, 0.521);
box-shadow: inset 5px 10px 18px #dfd9d985;
border-radius: 3px;
font-family: 'Grandstander', cursive;
font-family: 'Josefin Sans', sans-serif;
}
#firstSection p {
position: absolute;
color: white;
padding: 5px;
top: 65%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
border-radius: 3px;
}
#footballInfo div {
text-align: center;
}
img,
#afterRun {
display: inline-block;
font-family: 'Grandstander', cursive;
font-family: 'Josefin Sans', sans-serif;
font-size: 40px;
color: rgb(30, 30, 85);
padding: 5px;
}
#footballInfo {
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
}
#searchTopicDiv {
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
color: #5f5980;
}
#topicP {
width: 600px;
text-align: center;
line-height: 25px;
word-spacing: 5px;
font-size: 20px;
}
#search {
display: inline-block;
margin-right: 5px;
word-spacing: 5px;
font-size: 25px;
margin-bottom: -10px;
}
select {
height: 40px;
width: max-content;
background: #DFDFDF;
box-shadow: 0px 0px 16px #DFDFDF;
border-radius: 2px;
/* z-index: -50; */
border: 2px solid;
transition: all 1s ease-in-out;
border-image: linear-gradient(#DFDFDF, #5F5980) 30;
display: inline-block;
word-spacing: 5px;
font-size: 20px;
margin: 20px;
padding-left: 50px ;
padding-right: 50px ;
color: #5f5980;
}
input{
height: 40px;
width: 300px;
background: #DFDFDF;
box-shadow: 0px 0px 16px #DFDFDF;
border-radius: 2px;
/* z-index: 3; */
border: 2px solid;
transition: all 1s ease-in-out;
border-image: linear-gradient(#5F5980, #5F5980) 30;
display: inline-block;
word-spacing: 5px;
font-size: 20px;
margin: 20px;
}
#line{
border-bottom: solid 1px #5f598093;
width: 50%;
box-shadow: 5px 10px 18px #5f5980;
}
#noMatches {
margin-bottom: 50px;
font-size: 30px;
font-weight: bolder;
animation: pulse 1s linear infinite alternate;
-webkit-animation: pulse 1s linear infinite alternate;
}
#noMatches:active {
background-image: linear-gradient(
rgba(0, 0, 0, 0.1) 13%,
transparent 13%,
transparent
);
box-shadow: 0 1px 0 0 #383838;
color: rgba(0, 0, 0, 0.45);
text-shadow: none;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes pulse {
100% {
transform: translateY(15px);
}
}
@keyframes pulse {
100% {
transform: translateY(15px);
}
}
/* --------------------------------------button-------------------------------------------------------------*/
:root {
--backgroundColor: rgba(246, 241, 209);
--colorShadeA: #5f5980;
--colorShadeB: #5f5980;
--colorShadeC: rgb(150, 232, 195);
--colorShadeD: #f3f3f3;
--colorShadeE: #dfdfdf;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
* {
box-sizing: border-box;
}
*::before,
*::after {
box-sizing: border-box;
}
.submitt {
position: relative;
display: inline-block;
width: fit-content;
cursor: pointer;
outline: none;
border: 0;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
color: var(--colorShadeA);
font-weight: 700;
text-transform: uppercase;
font-family: inherit;
border: 2px solid var(--colorShadeA);
border-radius: 1em;
background: var(--colorShadeE);
transform-style: preserve-3d;
transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
.submitt::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--colorShadeC);
border-radius: inherit;
box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.75em 0 0 var(--colorShadeA);
transform: translate3d(0, 0.75em, -1em);
transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
.submitt:hover {
background: var(--colorShadeD);
transform: translate(0, 0.375em);
}
.submitt:hover::before {
transform: translate3d(0, 0.75em, -1em);
}
.submitt:active {
transform: translate(0em, 0.75em);
}
.submitt:active::before {
transform: translate3d(0, 0, -1em);
box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.25em 0 0 var(--colorShadeB);
}
/* ------------------------------------------End of button------------------------------------------------------*/
/*News section start*/
#newsSection {
width: 100%;
align-items: flex-start;
justify-content: space-around;
margin-top: 20px;
}
.slide-show-container {
width: 100%;
position: relative;
}
.slide-show-container img {
width: 100%;
height: 500px;
object-fit: fill;
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: #000000;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
#running {
text-align: center;
margin-bottom: 30px;
}
#run {
box-shadow: 0;
}
.text {
font-size: 60px;
background-color: rgba(162, 162, 212, 0.521);
box-shadow: inset 5px 10px 18px #dfd9d985;
border-radius: 3px;
font-size: 20px;
padding: 8px 12px;
position: absolute;
left: 50%;
bottom: 0;
width: fit-content;
transform: translate(-50%, -50%);
}
.mySlides {
justify-content: center;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
/*News section end*/
/* matches section*/
#matches-container {
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
}
.match-content {
align-items: center;
display: grid;
grid-template-columns: auto auto auto;
justify-content: space-around;
row-gap: 15px;
background-color: rgba(95, 89, 128, 0.2);
box-shadow: 0px 0px 16px #686262;
border-radius: 3px;
/* box-shadow: inset 5px 10px 18px #dfd9d985; */
/* background-image: radial-gradient(center ,chocolate,#DFDFDF ); */
/* background-image: radial-gradient(#DFDFDF 1%, chocolate 99%); */
padding: 10px;
width: 40%;
margin-bottom: 15px;
}
.team-image {
align-items: center;
display: grid;
grid-template-columns: auto;
justify-content: space-around;
row-gap: 15px;
text-align: center;
}
.match-content strong {
word-spacing: 5px;
font-size: 20px;
}
#challenge {
margin-top: 50px;
margin-bottom: 100px;
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
}
/* User DataBase link Start */
#user-name-database {
color: #fff;
text-decoration: none;
animation: pulse 1s linear infinite alternate;
-webkit-animation: pulse 1s linear infinite alternate;
text-transform: uppercase;
}
#user-name-database:active {
background-image: linear-gradient(
rgba(0, 0, 0, 0.1) 13%,
transparent 13%,
transparent
);
box-shadow: 0 1px 0 0 #383838;
color: rgba(0, 0, 0, 0.45);
text-shadow: none;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
/* User DataBase link End */
footer {
height: 200px;
background-color: #dfdfdf;
border: 0px 2px 0px 2px solid #5f5980;
justify-content: center;
align-items: center;
display: grid;
justify-items: center;
row-gap: 15px;
color: #5f5980;
} | 0.375821 | 0.086864 |
BODY{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FONT-SIZE: 12px;
BACKGROUND: #ffffff;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
COLOR: #000000;
LINE-HEIGHT: 150%;
PADDING-TOP: 0px;
TEXT-ALIGN: center
}
td{
FONT-SIZE: 12px;
line-height: 135%;
}
.toptd {
BORDER-top: #dedfde 1px solid;
}
.m1 {
BORDER-left: #dedfde 1px solid; BORDER-RIGHT: #dedfde 1px solid; BORDER-TOP: #dedfde 1px solid; BORDER-BOTTOM: #dedfde 1px solid;
}
H2
{
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
MARGIN: -1px 0px;
COLOR: #006600;
FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
A:link
{
COLOR: #336699;
TEXT-DECORATION: none
}
A:visited
{
COLOR: #339933;
TEXT-DECORATION: none
}
A:hover
{
BACKGROUND: #93d6e3;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px;
TEXT-DECORATION: none
}
a img
{
border-width:0;
}
form{margin:0px}
input{
border:1px solid #808080
}
.boxgreen {
BORDER-RIGHT: #8dc676 1px solid; BORDER-TOP: #8dc676 1px solid; BORDER-LEFT: #8dc676 1px solid; BORDER-BOTTOM: #8dc676 1px solid
}
HR.ee {
BORDER-RIGHT: 0px; BORDER-TOP: #66cc33 2px dotted; MARGIN: 5px auto 0px 0px; BORDER-LEFT: 0px; WIDTH: 100%; BORDER-BOTTOM: 0px; HEIGHT: 2px; TEXT-ALIGN: left
}
.TdTitleLeft {
background-image: url(images/storeleftbarpl.gif);
background-repeat: no-repeat;
height: 28px;
width: 3px;
}
.TdTitleCenter {
background-image: url(images/storeleftbarpc.gif);
padding: 3px 0px;
}
.TdTitleRight {
background-image: url(images/storeleftbarpr.gif);
background-position: center right;
background-repeat: no-repeat;
width: 5px;
}
.malign img {
border: 0px;
vertical-align: middle;
}
.malign A:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.mtDropdownMenu {
LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .items {
BORDER-RIGHT: #999 0px solid; BORDER-TOP: #999 0px solid; Z-INDEX: 2; LEFT: 0px; BORDER-LEFT: #999 0px solid; BORDER-BOTTOM: #999 0px solid; POSITION: relative; TOP: 0px
}
.mtDropdownMenu .item {
BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 9pt; BORDER-BOTTOM-WIDTH: medium; BORDER-LEFT: medium none; CURSOR: hand; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; EXT-DECORATION: none
}
.mtDropdownMenu .background {
Z-INDEX: 1; FILTER: alpha(opacity=60); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8
}
.mtDropdownMenu .shadowRight {
Z-INDEX: 3; FILTER: alpha(opacity=30); WIDTH: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
Z-INDEX: 1; FILTER: alpha(opacity=30); LEFT: 0px; POSITION: absolute; HEIGHT: 0px; moz-opacity: .4
}
.mtDropdownMenu .hover {
BACKGROUND: #0A246a; COLOR: #FFFFFF
}
.mtDropdownMenu .item IMG {
MARGIN-LEFT: 10px
}
.wrapper
{
MARGIN: 0px auto;
WIDTH: 910px;
TEXT-ALIGN: left
}
#logo
{
FLOAT: left;
MARGIN: 0px 0px 0px 1px;
WIDTH: 154px;
}
.header
{
WIDTH: 910px
}
.member
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 80px;
FONT-SIZE: 12px;
FLOAT: right;
TEXT-ALIGN:RIGHT;
PADDING-TOP: 1px
}
.member A
{
MARGIN: 0px 5px 0px 0px
}
.nav
{
}
.nav UL
{
PADDING-RIGHT: 10px;
PADDING-LEFT: 5px;
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
BACKGROUND: #f2f2f2;
PADDING-BOTTOM: 2px;
MARGIN: 0px;
WIDTH: 910px;
CLEAR: both;
PADDING-TOP: 5px;
BORDER-BOTTOM: #cccccc 1px solid;
LIST-STYLE-TYPE: none;
HEIGHT: 16px
}
.nav UL LI
{
FLOAT: left;
MARGIN: 0px 2px;
COLOR: #ffffff;
LINE-HEIGHT: 130%
}
.nav UL LI A
{
PADDING-RIGHT: 10px;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px;
DISPLAY: block;
TEXT-DECORATION: none
}
.nav1
{
MARGIN: 2px 0px 0px;
BACKGROUND: #f0f9f0;
height:16px;
}
.navpos
{
PADDING-LEFT: 3px;
MARGIN: 2px 0px 0px;
BACKGROUND: #eef9eb;
width:60%;
float:left;
}
.navpos a:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.navsearch
{
MARGIN: 2px 0px 0px;
BACKGROUND: #eef9eb;
text-align:right;
float:right;
}
.pagebody
{
FLOAT: left;
MARGIN: 5px 0px;
FONT-SIZE: 12px;
WIDTH: 620px;
CLEAR: both
}
.pagebody2
{
FLOAT: left;
MARGIN: 5px 0px;
FONT-SIZE: 12px;
PADDING-LEFT:2px;
WIDTH: 650px;
BORDER-LEFT: #cccccc 1px solid;
BORDER-TOP: #cccccc 1px solid;
BORDER-RIGHT: #cccccc 1px solid;
BORDER-BOTTOM: #cccccc 1px solid;
}
.main-nav
{
PADDING-LEFT: 12px;
PADDING-TOP: 5px;
CLEAR: both
}
.main-nav A:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.main-nav UL
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 0px;
MARGIN: 0px 0px 0px;
WIDTH: 620px;
PADDING-TOP: 0px;
LIST-STYLE-TYPE: none
}
.main-nav UL LI
{
BORDER-RIGHT: #eeeeee 1px solid;
BORDER-TOP: #eeeeee 1px solid;
BORDER-LEFT: #eeeeee 1px solid;
BORDER-BOTTOM: #eeeeee 1px solid;
float:left;
WIDTH: 152px
}
.main-nav1
{
PADDING-RIGHT: 3px;
PADDING-LEFT: 8px;
PADDING-BOTTOM: 5px;
PADDING-TOP: 5px
}
#tagWork
{
MARGIN: 5px;
clear:both;
}
.lineInfo
{
BORDER-TOP: #cccccc 1px solid;
BORDER-BOTTOM: #cccccc 1px solid;
HEIGHT:24px;
BACKGROUND-COLOR: #fef9fb
}
.nn
{
MARGIN: 5px 0px
}
.nn1
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FONT-SIZE: 14px;
BACKGROUND: url(images/ubest.gif) #ffffff no-repeat left 50%;
PADDING-BOTTOM: 5px;
WIDTH: 620px;
PADDING-TOP: 5px;
BORDER-BOTTOM: #999999 1px dashed;
HEIGHT: 16px
}
.nn1_1
{
FLOAT: left;
MARGIN: 0px 0px 0px 20px;
COLOR: #006633
}
.nn1_2
{
FLOAT: right;
MARGIN: 0px 0px 0px 20px;
FONT-SIZE:12px;
COLOR: #006633
}
.sub
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 5px;
CLEAR: both;
PADDING-TOP: 5px;
BORDER-BOTTOM: #999999 1px dashed
}
.main
{
word-break:break-all;
MARGIN: 5px 0px 8px 10px
}
.green
{
FONT: 12px Arial, Helvetica, sans-serif;
COLOR: #006600
}
#rightSideBar
{
FONT-SIZE: 12px;
FLOAT: right;
WIDTH: 240px
}
#tagLogin
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
HEIGHT: 110px
}
#tagLogin2
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
HEIGHT: 158px
}
#tagLogin3
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
HEIGHT: 145px
}
#tagInfo
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #eef9eb;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
}
.dirList
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #eef9eb;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
}
.dirList a:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.sidebar
{
FLOAT: right;
MARGIN: 10px 0px;
BORDER-LEFT: #cccccc 1px solid;
PADDING-TOP: 4px;
WIDTH: 240px;
overflow-x:hidden;
BACKGROUND-COLOR: #fef9fb
}
.footer
{
BORDER-TOP: #cccccc 1px solid;
CLEAR: both
}
#tagRound{
margin: 0 ;
background: #ABE1FF;
WIDTH: 240px;
margin-top:7px
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background: #ABE1FF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
#content {
position: relative;
height: auto !important;
width: 912px;
min-height: 100%;
text-align: left;
margin: 0 auto;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
}
#nav1 {
position: relative;
float: left;
width: 64%;
height: 25px;
margin: 0 auto;
background: url(http://www.pudn.com/images/bg2.gif) repeat-x bottom left;
vertical-align: bottom;
}
#search1 {
position: relative;
float: right;
width: 36%;
height: 25px;
margin: 0 auto;
background: url(http://www.pudn.com/images/bg2.gif) repeat-x bottom left;
vertical-align: bottom;
text-align: right;
}
#left_i {
position: relative;
float: left;
width: 175px;
height: 100%;
margin: 0 auto;
}
#detail_center {
position: relative;
float: left;
width: 575px;
height: auto;
margin: 0 auto;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
#last_down {
position: relative;
float: right;
width: 160px;
height: auto;
margin: 0 auto;
}
#detail_fname {
width: 100%;
height: 25px;
margin: 0 auto;
white-space:nowrap;
vertical-align: bottom;
border-bottom: 1px solid #CCCCCC;
}
#detail_info {
width: 100%;
height: 258px;
margin: 0 auto;
}
#detail_gg {
position: relative;
float: left;
width: 305px !important;
width: 316px;
height: 248px !important;
height: 255px;
text-aling: center;
vertical-align: middle;
margin: 0 0;
padding-left: 11px;
padding-top: 4px;
}
#detail_list {
position: relative;
float: right;
margin: 1 auto;
border-left: 1px solid #CCCCCC;
width: 320px;
height: 252px;
}
.detail_listnamevalue {
position: relative;
float: left;
width: 100%;
height: 30px !important;
height: 42px;
margin: 0px auto;
border-bottom: 1px solid #CCCCCC;
padding-top:12px;
}
.detail_listnamevalue2 {
float: left;
width: 100%;
height: 28px !important;
height: 40px;
margin: 0 auto;
padding-top:12px;
}
.detail_line {
width: 100%;
height: auto !important;
height: 30px;
margin: 0px auto;
padding-top:5px;
border-top: 1px solid #CCCCCC;
word-break:break-all;
}
.detail_line img {
max-width:400px;
width:expression(this.width>500 ? 500:true);
overflow:hidden;
}
#tail {
width: 912;
height: auto;
margin: 0 auto;
border-top: 1px solid #CCCCCC;
}
#div_lang
{
margin-top:5;
background: #faf0fa;
border: #cccccc 1px solid;
width:480;
padding-top=7;
padding-left=10;
padding-right=10;
display:none;
}
#set_lang
{
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
width:100;
white-space:nowrap;
margin-bottom:5px
} | style.css | BODY{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FONT-SIZE: 12px;
BACKGROUND: #ffffff;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
COLOR: #000000;
LINE-HEIGHT: 150%;
PADDING-TOP: 0px;
TEXT-ALIGN: center
}
td{
FONT-SIZE: 12px;
line-height: 135%;
}
.toptd {
BORDER-top: #dedfde 1px solid;
}
.m1 {
BORDER-left: #dedfde 1px solid; BORDER-RIGHT: #dedfde 1px solid; BORDER-TOP: #dedfde 1px solid; BORDER-BOTTOM: #dedfde 1px solid;
}
H2
{
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
MARGIN: -1px 0px;
COLOR: #006600;
FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
A:link
{
COLOR: #336699;
TEXT-DECORATION: none
}
A:visited
{
COLOR: #339933;
TEXT-DECORATION: none
}
A:hover
{
BACKGROUND: #93d6e3;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px;
TEXT-DECORATION: none
}
a img
{
border-width:0;
}
form{margin:0px}
input{
border:1px solid #808080
}
.boxgreen {
BORDER-RIGHT: #8dc676 1px solid; BORDER-TOP: #8dc676 1px solid; BORDER-LEFT: #8dc676 1px solid; BORDER-BOTTOM: #8dc676 1px solid
}
HR.ee {
BORDER-RIGHT: 0px; BORDER-TOP: #66cc33 2px dotted; MARGIN: 5px auto 0px 0px; BORDER-LEFT: 0px; WIDTH: 100%; BORDER-BOTTOM: 0px; HEIGHT: 2px; TEXT-ALIGN: left
}
.TdTitleLeft {
background-image: url(images/storeleftbarpl.gif);
background-repeat: no-repeat;
height: 28px;
width: 3px;
}
.TdTitleCenter {
background-image: url(images/storeleftbarpc.gif);
padding: 3px 0px;
}
.TdTitleRight {
background-image: url(images/storeleftbarpr.gif);
background-position: center right;
background-repeat: no-repeat;
width: 5px;
}
.malign img {
border: 0px;
vertical-align: middle;
}
.malign A:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.mtDropdownMenu {
LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .items {
BORDER-RIGHT: #999 0px solid; BORDER-TOP: #999 0px solid; Z-INDEX: 2; LEFT: 0px; BORDER-LEFT: #999 0px solid; BORDER-BOTTOM: #999 0px solid; POSITION: relative; TOP: 0px
}
.mtDropdownMenu .item {
BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 9pt; BORDER-BOTTOM-WIDTH: medium; BORDER-LEFT: medium none; CURSOR: hand; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; EXT-DECORATION: none
}
.mtDropdownMenu .background {
Z-INDEX: 1; FILTER: alpha(opacity=60); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8
}
.mtDropdownMenu .shadowRight {
Z-INDEX: 3; FILTER: alpha(opacity=30); WIDTH: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
Z-INDEX: 1; FILTER: alpha(opacity=30); LEFT: 0px; POSITION: absolute; HEIGHT: 0px; moz-opacity: .4
}
.mtDropdownMenu .hover {
BACKGROUND: #0A246a; COLOR: #FFFFFF
}
.mtDropdownMenu .item IMG {
MARGIN-LEFT: 10px
}
.wrapper
{
MARGIN: 0px auto;
WIDTH: 910px;
TEXT-ALIGN: left
}
#logo
{
FLOAT: left;
MARGIN: 0px 0px 0px 1px;
WIDTH: 154px;
}
.header
{
WIDTH: 910px
}
.member
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 80px;
FONT-SIZE: 12px;
FLOAT: right;
TEXT-ALIGN:RIGHT;
PADDING-TOP: 1px
}
.member A
{
MARGIN: 0px 5px 0px 0px
}
.nav
{
}
.nav UL
{
PADDING-RIGHT: 10px;
PADDING-LEFT: 5px;
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
BACKGROUND: #f2f2f2;
PADDING-BOTTOM: 2px;
MARGIN: 0px;
WIDTH: 910px;
CLEAR: both;
PADDING-TOP: 5px;
BORDER-BOTTOM: #cccccc 1px solid;
LIST-STYLE-TYPE: none;
HEIGHT: 16px
}
.nav UL LI
{
FLOAT: left;
MARGIN: 0px 2px;
COLOR: #ffffff;
LINE-HEIGHT: 130%
}
.nav UL LI A
{
PADDING-RIGHT: 10px;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px;
DISPLAY: block;
TEXT-DECORATION: none
}
.nav1
{
MARGIN: 2px 0px 0px;
BACKGROUND: #f0f9f0;
height:16px;
}
.navpos
{
PADDING-LEFT: 3px;
MARGIN: 2px 0px 0px;
BACKGROUND: #eef9eb;
width:60%;
float:left;
}
.navpos a:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.navsearch
{
MARGIN: 2px 0px 0px;
BACKGROUND: #eef9eb;
text-align:right;
float:right;
}
.pagebody
{
FLOAT: left;
MARGIN: 5px 0px;
FONT-SIZE: 12px;
WIDTH: 620px;
CLEAR: both
}
.pagebody2
{
FLOAT: left;
MARGIN: 5px 0px;
FONT-SIZE: 12px;
PADDING-LEFT:2px;
WIDTH: 650px;
BORDER-LEFT: #cccccc 1px solid;
BORDER-TOP: #cccccc 1px solid;
BORDER-RIGHT: #cccccc 1px solid;
BORDER-BOTTOM: #cccccc 1px solid;
}
.main-nav
{
PADDING-LEFT: 12px;
PADDING-TOP: 5px;
CLEAR: both
}
.main-nav A:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.main-nav UL
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 0px;
MARGIN: 0px 0px 0px;
WIDTH: 620px;
PADDING-TOP: 0px;
LIST-STYLE-TYPE: none
}
.main-nav UL LI
{
BORDER-RIGHT: #eeeeee 1px solid;
BORDER-TOP: #eeeeee 1px solid;
BORDER-LEFT: #eeeeee 1px solid;
BORDER-BOTTOM: #eeeeee 1px solid;
float:left;
WIDTH: 152px
}
.main-nav1
{
PADDING-RIGHT: 3px;
PADDING-LEFT: 8px;
PADDING-BOTTOM: 5px;
PADDING-TOP: 5px
}
#tagWork
{
MARGIN: 5px;
clear:both;
}
.lineInfo
{
BORDER-TOP: #cccccc 1px solid;
BORDER-BOTTOM: #cccccc 1px solid;
HEIGHT:24px;
BACKGROUND-COLOR: #fef9fb
}
.nn
{
MARGIN: 5px 0px
}
.nn1
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FONT-SIZE: 14px;
BACKGROUND: url(images/ubest.gif) #ffffff no-repeat left 50%;
PADDING-BOTTOM: 5px;
WIDTH: 620px;
PADDING-TOP: 5px;
BORDER-BOTTOM: #999999 1px dashed;
HEIGHT: 16px
}
.nn1_1
{
FLOAT: left;
MARGIN: 0px 0px 0px 20px;
COLOR: #006633
}
.nn1_2
{
FLOAT: right;
MARGIN: 0px 0px 0px 20px;
FONT-SIZE:12px;
COLOR: #006633
}
.sub
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 5px;
CLEAR: both;
PADDING-TOP: 5px;
BORDER-BOTTOM: #999999 1px dashed
}
.main
{
word-break:break-all;
MARGIN: 5px 0px 8px 10px
}
.green
{
FONT: 12px Arial, Helvetica, sans-serif;
COLOR: #006600
}
#rightSideBar
{
FONT-SIZE: 12px;
FLOAT: right;
WIDTH: 240px
}
#tagLogin
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
HEIGHT: 110px
}
#tagLogin2
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
HEIGHT: 158px
}
#tagLogin3
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #f9f9f9;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
HEIGHT: 145px
}
#tagInfo
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #eef9eb;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
}
.dirList
{
BORDER-RIGHT: #7c9ec0 1px solid;
PADDING-RIGHT: 8px;
MARGIN-TOP: 7px;
PADDING-LEFT: 8px;
BORDER-TOP: #7c9ec0 1px solid;
BACKGROUND: #eef9eb;
PADDING-BOTTOM: 8px;
OVERFLOW: hidden;
BORDER-LEFT: #7c9ec0 1px solid;
PADDING-TOP: 8px;
WIDTH: 240px;
BORDER-BOTTOM: #7c9ec0 1px solid;
}
.dirList a:hover
{
BACKGROUND: #ffefdc; COLOR: #b41; BORDER-BOTTOM: #333 1px solid
}
.sidebar
{
FLOAT: right;
MARGIN: 10px 0px;
BORDER-LEFT: #cccccc 1px solid;
PADDING-TOP: 4px;
WIDTH: 240px;
overflow-x:hidden;
BACKGROUND-COLOR: #fef9fb
}
.footer
{
BORDER-TOP: #cccccc 1px solid;
CLEAR: both
}
#tagRound{
margin: 0 ;
background: #ABE1FF;
WIDTH: 240px;
margin-top:7px
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background: #ABE1FF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
#content {
position: relative;
height: auto !important;
width: 912px;
min-height: 100%;
text-align: left;
margin: 0 auto;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
}
#nav1 {
position: relative;
float: left;
width: 64%;
height: 25px;
margin: 0 auto;
background: url(http://www.pudn.com/images/bg2.gif) repeat-x bottom left;
vertical-align: bottom;
}
#search1 {
position: relative;
float: right;
width: 36%;
height: 25px;
margin: 0 auto;
background: url(http://www.pudn.com/images/bg2.gif) repeat-x bottom left;
vertical-align: bottom;
text-align: right;
}
#left_i {
position: relative;
float: left;
width: 175px;
height: 100%;
margin: 0 auto;
}
#detail_center {
position: relative;
float: left;
width: 575px;
height: auto;
margin: 0 auto;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
#last_down {
position: relative;
float: right;
width: 160px;
height: auto;
margin: 0 auto;
}
#detail_fname {
width: 100%;
height: 25px;
margin: 0 auto;
white-space:nowrap;
vertical-align: bottom;
border-bottom: 1px solid #CCCCCC;
}
#detail_info {
width: 100%;
height: 258px;
margin: 0 auto;
}
#detail_gg {
position: relative;
float: left;
width: 305px !important;
width: 316px;
height: 248px !important;
height: 255px;
text-aling: center;
vertical-align: middle;
margin: 0 0;
padding-left: 11px;
padding-top: 4px;
}
#detail_list {
position: relative;
float: right;
margin: 1 auto;
border-left: 1px solid #CCCCCC;
width: 320px;
height: 252px;
}
.detail_listnamevalue {
position: relative;
float: left;
width: 100%;
height: 30px !important;
height: 42px;
margin: 0px auto;
border-bottom: 1px solid #CCCCCC;
padding-top:12px;
}
.detail_listnamevalue2 {
float: left;
width: 100%;
height: 28px !important;
height: 40px;
margin: 0 auto;
padding-top:12px;
}
.detail_line {
width: 100%;
height: auto !important;
height: 30px;
margin: 0px auto;
padding-top:5px;
border-top: 1px solid #CCCCCC;
word-break:break-all;
}
.detail_line img {
max-width:400px;
width:expression(this.width>500 ? 500:true);
overflow:hidden;
}
#tail {
width: 912;
height: auto;
margin: 0 auto;
border-top: 1px solid #CCCCCC;
}
#div_lang
{
margin-top:5;
background: #faf0fa;
border: #cccccc 1px solid;
width:480;
padding-top=7;
padding-left=10;
padding-right=10;
display:none;
}
#set_lang
{
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
width:100;
white-space:nowrap;
margin-bottom:5px
} | 0.283881 | 0.091585 |
@font-face {
font-family: 'groovy';
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.eot');
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.eot?') format('embedded-opentype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.woff') format('woff'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.ttf') format('truetype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'neuropol';
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.eot');
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.eot?') format('embedded-opentype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.woff') format('woff'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.ttf') format('truetype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* basic typography */
html {
font-size: 10px;
font-family: groovy;
}
h1,h2,h3,nav {
font-family: neuropol;
}
h1 {
font-size: 10rem;
background-color: blue;
background: -webkit-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -moz-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -ms-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -o-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: linear-gradient(to bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
padding: 2rem 0;
margin: 0;
color: white;
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
text-align: center;
}
h2 {
font-size: 3.3rem;
color: blue;
}
p,li {
font-size: 1.6rem;
line-height: 1.4;
letter-spacing: 0.1rem;
}
figcaption {
font-size: 1.3rem;
letter-spacing: 0.1rem;
}
li {
padding-bottom: 1rem;
}
/* figure */
figure {
text-align: center;
}
figure div {
padding: 1rem;
display: inline-block;
background-color: blue;
background: -webkit-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -moz-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -ms-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -o-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: linear-gradient(to top, rgba(0,0,255,1),rgba(0,0,255,0.3));
border-radius: 1rem;
max-width: 90%;
}
figure img {
border-radius: 1rem;
border: 1px solid rgba(0,0,0,0.4);
max-width: 100%;
}
figcaption {
margin-top: 1rem;
color: white;
}
/* nav */
nav ul {
padding-left: 0;
text-align: center;
}
nav li {
display: inline;
}
nav li a {
display: inline-block;
font-size: 2rem;
width: 15%;
background-color: rgb(0,0,255);
background: -webkit-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -moz-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -ms-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -o-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: linear-gradient(to top, rgba(0,0,255,1),rgba(0,0,255,0.3));
color: white;
text-decoration: none;
padding: 1rem;
}
nav li a:hover, nav li a:focus {
background-color: rgb(0,0,150);
background: -webkit-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: -moz-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: -ms-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: -o-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: linear-gradient(to top, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
}
nav li a:active {
box-shadow: inset 2px 2px 10px rgba(0,0,0,0.9);
}
/* basic layout */
body {
max-width: 1400px;
min-width: 950px;
margin: 0 auto;
}
section.main {
padding: 0 1%;
}
/* positioning and styling for fancy containers */
.layout {
height: 600px;
position: relative;
}
.text-container, .text-overflow {
background: -webkit-repeating-linear-gradient(top, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), -webkit-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
background: -moz-repeating-linear-gradient(top, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), -moz-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
background: -ms-repeating-linear-gradient(top, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), -ms-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
background: repeating-linear-gradient(to bottom, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), linear-gradient(to bottom right, rgba(255,255,255,1), rgba(200,200,200,1));
padding: 2rem;
box-shadow: 0.5rem 0.5rem 20px black;
}
.layout .text-container {
position: absolute;
width: 25%;
height: 300px;
z-index: 2;
}
.layout .image-container {
position: absolute;
}
.layout div:nth-of-type(1) {
top: 0;
left: 0;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.layout div:nth-of-type(2) {
top: 2rem;
left: 30%;
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
}
.layout div:nth-of-type(3) {
display: block;
top: 15rem;
left: 50%;
border: 1px solid black;
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
-ms-transform: rotate(4deg);
transform: rotate(4deg);
}
.layout div:nth-of-type(4) {
top: 25rem;
left: 67.5%;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}
.text-overflow {
height: 700px;
}
/* regions stuff */
.content {
-webkit-flow-into: article;
-moz-flow-into: article;
-ms-flow-into: article;
flow-into: article;
}
.text-container {
-webkit-flow-from: article;
-moz-flow-from: article;
-ms-flow-from: article;
flow-from: article;
}
.text-overflow {
-webkit-flow-from: article;
-moz-flow-from: article;
-ms-flow-from: article;
flow-from: article;
}
/* fallback code for browsers that don't support regions */
.feature-no-regions .layout, .feature-no-regions .text-overflow {
display: none;
}
.feature-no-regions .content {
float: left;
width: 48%;
padding: 1%;
} | src/articles/introduction-to-css-regions/flexbox-regions.css |
@font-face {
font-family: 'groovy';
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.eot');
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.eot?') format('embedded-opentype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.woff') format('woff'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.ttf') format('truetype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/not-just-groovy-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'neuropol';
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.eot');
src: url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.eot?') format('embedded-opentype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.woff') format('woff'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.ttf') format('truetype'),
url('https://dev.opera.com/static/articles/2013/regions-intro/fonts/neuropol-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* basic typography */
html {
font-size: 10px;
font-family: groovy;
}
h1,h2,h3,nav {
font-family: neuropol;
}
h1 {
font-size: 10rem;
background-color: blue;
background: -webkit-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -moz-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -ms-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -o-linear-gradient(top, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: linear-gradient(to bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
padding: 2rem 0;
margin: 0;
color: white;
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
text-align: center;
}
h2 {
font-size: 3.3rem;
color: blue;
}
p,li {
font-size: 1.6rem;
line-height: 1.4;
letter-spacing: 0.1rem;
}
figcaption {
font-size: 1.3rem;
letter-spacing: 0.1rem;
}
li {
padding-bottom: 1rem;
}
/* figure */
figure {
text-align: center;
}
figure div {
padding: 1rem;
display: inline-block;
background-color: blue;
background: -webkit-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -moz-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -ms-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -o-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: linear-gradient(to top, rgba(0,0,255,1),rgba(0,0,255,0.3));
border-radius: 1rem;
max-width: 90%;
}
figure img {
border-radius: 1rem;
border: 1px solid rgba(0,0,0,0.4);
max-width: 100%;
}
figcaption {
margin-top: 1rem;
color: white;
}
/* nav */
nav ul {
padding-left: 0;
text-align: center;
}
nav li {
display: inline;
}
nav li a {
display: inline-block;
font-size: 2rem;
width: 15%;
background-color: rgb(0,0,255);
background: -webkit-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -moz-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -ms-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: -o-linear-gradient(bottom, rgba(0,0,255,1),rgba(0,0,255,0.3));
background: linear-gradient(to top, rgba(0,0,255,1),rgba(0,0,255,0.3));
color: white;
text-decoration: none;
padding: 1rem;
}
nav li a:hover, nav li a:focus {
background-color: rgb(0,0,150);
background: -webkit-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: -moz-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: -ms-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: -o-linear-gradient(bottom, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
background: linear-gradient(to top, rgba(0,0,255,0.8),rgba(0,0,255,0.1));
}
nav li a:active {
box-shadow: inset 2px 2px 10px rgba(0,0,0,0.9);
}
/* basic layout */
body {
max-width: 1400px;
min-width: 950px;
margin: 0 auto;
}
section.main {
padding: 0 1%;
}
/* positioning and styling for fancy containers */
.layout {
height: 600px;
position: relative;
}
.text-container, .text-overflow {
background: -webkit-repeating-linear-gradient(top, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), -webkit-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
background: -moz-repeating-linear-gradient(top, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), -moz-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
background: -ms-repeating-linear-gradient(top, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), -ms-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
background: repeating-linear-gradient(to bottom, rgba(150,150,150,0.3) 0px, rgba(150,150,150,0.3) 1px, transparent 2px, transparent 40px), linear-gradient(to bottom right, rgba(255,255,255,1), rgba(200,200,200,1));
padding: 2rem;
box-shadow: 0.5rem 0.5rem 20px black;
}
.layout .text-container {
position: absolute;
width: 25%;
height: 300px;
z-index: 2;
}
.layout .image-container {
position: absolute;
}
.layout div:nth-of-type(1) {
top: 0;
left: 0;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.layout div:nth-of-type(2) {
top: 2rem;
left: 30%;
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
}
.layout div:nth-of-type(3) {
display: block;
top: 15rem;
left: 50%;
border: 1px solid black;
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
-ms-transform: rotate(4deg);
transform: rotate(4deg);
}
.layout div:nth-of-type(4) {
top: 25rem;
left: 67.5%;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}
.text-overflow {
height: 700px;
}
/* regions stuff */
.content {
-webkit-flow-into: article;
-moz-flow-into: article;
-ms-flow-into: article;
flow-into: article;
}
.text-container {
-webkit-flow-from: article;
-moz-flow-from: article;
-ms-flow-from: article;
flow-from: article;
}
.text-overflow {
-webkit-flow-from: article;
-moz-flow-from: article;
-ms-flow-from: article;
flow-from: article;
}
/* fallback code for browsers that don't support regions */
.feature-no-regions .layout, .feature-no-regions .text-overflow {
display: none;
}
.feature-no-regions .content {
float: left;
width: 48%;
padding: 1%;
} | 0.456894 | 0.157331 |
.header_top-logo {
min-height: 60px;
background-color: rgba(26, 26, 26, 0.9);
display: flex;
flex-direction: row;
justify-content: center;
position: relative;
}
.header_btn-authorization {
font-family: "Teko", sans-serif;
font-weight: 400;
font-size: 20px;
letter-spacing: 1px;
width: 150px;
margin-right: 16px;
padding-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
right: 0;
}
.header-cart {
font-size: 30px;
color: #ffffffc7;
}
.header_btn-signup {
border: 1px solid #ffffffc7;
border-radius: 6px;
padding: 8px 5px 8px 5px;
}
a {
text-decoration: none;
display: inline-block;
color: #ffffffc7;
}
span {
color: #ffc010;
}
.header_menu {
min-height: 60px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(26, 26, 26, 0.4);
}
.header_nav-menu {
width: 500px;
display: flex;
justify-content: space-between;
}
.header_nav-menu a {
font-family: "Teko", sans-serif;
font-size: 30px;
letter-spacing: 1.5px;
padding: 0 25px;
line-height: 60px;
text-decoration: none;
transition: all 0.3s linear 0.1s;
}
.header_nav-menu a:hover {
color: #1a0e22;
background: rgba(255, 192, 16, 0.9);
}
.header__cart-btn {
position: absolute;
right: 30px;
}
.header__cart-btn svg {
color: #ffc010;
font-size: 38px;
}
.header__cart-btn span {
color: #ffffffc7;
position: relative;
top: -10px;
}
.header_authorization-item {
height: 100%;
min-width: 190px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 20px;
margin-right: 10px;
position: absolute;
right: 0;
}
.admin-icon {
margin: 0 20px 0 20px;
padding: 3px 10px 3px 10px;
border: 1px solid #ffffffc7;
border-radius: 10px;
}
.header_authorization-item svg {
font-size: 25px;
}
.not-found {
color: rgba(255, 192, 16, 0.8);
padding-left: 5px;
font-size: 0.8em;
}
@media (max-width: 1000px) {
.header_menu {
display: block;
position: relative;
}
.header_nav-menu {
width: 100%;
justify-content: space-around;
}
.header__cart-btn {
right: 10px;
top: 14px;
}
.header__cart-btn svg {
font-size: 30px;
}
}
@media (max-width: 700px) {
.header_top-logo {
min-height: 80px;
display: flex;
justify-content: space-between;
}
.header_top-logo h1 {
margin-left: 20px;
}
.header_nav-menu {
justify-content: space-around;
}
.header_authorization-item {
margin-top: 15px;
width: 130px;
justify-content: center;
position: relative;
}
}
@media (max-width: 520px) {
.header_top-logo {
display: block;
min-height: 90px;
}
.header_top-logo h1 {
text-align: center;
margin: 0;
padding-top: 10px;
}
.header_btn-authorization {
min-width: 100%;
justify-content: center;
position: relative;
}
.header_btn-authorization a {
margin: 0 10px 0 15px;
}
.header_btn-signup {
border: none;
}
.header_authorization-item {
margin-top: 15px;
}
.header__cart-btn {
top: -40px;
}
}
@media (max-width: 360px) {
.header_nav-menu a {
font-size: 20px;
}
} | src/components/header/styles.css | .header_top-logo {
min-height: 60px;
background-color: rgba(26, 26, 26, 0.9);
display: flex;
flex-direction: row;
justify-content: center;
position: relative;
}
.header_btn-authorization {
font-family: "Teko", sans-serif;
font-weight: 400;
font-size: 20px;
letter-spacing: 1px;
width: 150px;
margin-right: 16px;
padding-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
right: 0;
}
.header-cart {
font-size: 30px;
color: #ffffffc7;
}
.header_btn-signup {
border: 1px solid #ffffffc7;
border-radius: 6px;
padding: 8px 5px 8px 5px;
}
a {
text-decoration: none;
display: inline-block;
color: #ffffffc7;
}
span {
color: #ffc010;
}
.header_menu {
min-height: 60px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(26, 26, 26, 0.4);
}
.header_nav-menu {
width: 500px;
display: flex;
justify-content: space-between;
}
.header_nav-menu a {
font-family: "Teko", sans-serif;
font-size: 30px;
letter-spacing: 1.5px;
padding: 0 25px;
line-height: 60px;
text-decoration: none;
transition: all 0.3s linear 0.1s;
}
.header_nav-menu a:hover {
color: #1a0e22;
background: rgba(255, 192, 16, 0.9);
}
.header__cart-btn {
position: absolute;
right: 30px;
}
.header__cart-btn svg {
color: #ffc010;
font-size: 38px;
}
.header__cart-btn span {
color: #ffffffc7;
position: relative;
top: -10px;
}
.header_authorization-item {
height: 100%;
min-width: 190px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 20px;
margin-right: 10px;
position: absolute;
right: 0;
}
.admin-icon {
margin: 0 20px 0 20px;
padding: 3px 10px 3px 10px;
border: 1px solid #ffffffc7;
border-radius: 10px;
}
.header_authorization-item svg {
font-size: 25px;
}
.not-found {
color: rgba(255, 192, 16, 0.8);
padding-left: 5px;
font-size: 0.8em;
}
@media (max-width: 1000px) {
.header_menu {
display: block;
position: relative;
}
.header_nav-menu {
width: 100%;
justify-content: space-around;
}
.header__cart-btn {
right: 10px;
top: 14px;
}
.header__cart-btn svg {
font-size: 30px;
}
}
@media (max-width: 700px) {
.header_top-logo {
min-height: 80px;
display: flex;
justify-content: space-between;
}
.header_top-logo h1 {
margin-left: 20px;
}
.header_nav-menu {
justify-content: space-around;
}
.header_authorization-item {
margin-top: 15px;
width: 130px;
justify-content: center;
position: relative;
}
}
@media (max-width: 520px) {
.header_top-logo {
display: block;
min-height: 90px;
}
.header_top-logo h1 {
text-align: center;
margin: 0;
padding-top: 10px;
}
.header_btn-authorization {
min-width: 100%;
justify-content: center;
position: relative;
}
.header_btn-authorization a {
margin: 0 10px 0 15px;
}
.header_btn-signup {
border: none;
}
.header_authorization-item {
margin-top: 15px;
}
.header__cart-btn {
top: -40px;
}
}
@media (max-width: 360px) {
.header_nav-menu a {
font-size: 20px;
}
} | 0.49707 | 0.092033 |
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #2a2b38;
}
header {
background: white;
padding: 20px;
}
header > h1 {
color: #2a2b38;
text-align: center;
font-family: Asap, sans-serif;
}
/* For index.html */
.IPA-type {
margin-top: 35px;
text-align: center;
}
#start-message {
text-align: center;
color: white;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
margin-top: 40px;
}
/* For all other styles */
.IPA-board {
/* outside box, 20 at top, 20 at bottom, auto for centering*/
margin: 35px auto;
border: 4px solid white;
border-radius: 4px;
text-align: center;
width: 130px;
height: 120px;
color: white;
font-size: 55px;
/* inside box, 15px at top bottom, 20px left right*/
padding: 20px 20px;
/* font-family: Asap, sans-serif; */
/* https://www.phon.ucl.ac.uk/home/wells/ipa-unicode.htm#numbers */
font-family: "lucida sans unicode";
position: relative;
}
.result {
font-size: 25px;
color: white;
}
.result > p {
text-align: center;
font-weight: bold;
font-family: Asap, sans-serif;
}
.choices {
margin-top: 35px;
text-align: center;
}
.voicing {
margin: 25px;
}
.manner-of-articulation {
margin: 25px;
}
.place-of-articulation {
margin: 25px;
}
/* .rounding {
margin: 20px;
}
.height {
margin: 20px;
}
.backness {
margin: 20px;
} */
.choice {
border: 2px solid white;
/* border-radius: 50%; */
margin: 10px 10px;
padding: 10px;
display: inline-block;
transition: all 0.3s ease;
color: #aaccff;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
}
.choice:hover {
cursor: pointer;
background: #1e1e1e;
}
.choice-vowel {
border: 2px solid white;
/* border-radius: 50%; */
margin: 20px 15px;
padding: 10px;
display: inline-block;
transition: all 0.3s ease;
color: #aaccff;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
}
.choice-vowel:hover {
cursor: pointer;
background: #1e1e1e;
}
#action-message {
text-align: center;
color: white;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
margin-top: 20px;
}
.actions {
margin-top: 20px;
text-align: center;
}
.action {
border: 2px solid white;
border-radius: 50%;
margin: 15px 20px;
padding: 15px 15px;
display: inline-block;
transition: all 0.3s ease;
color: white;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
}
.action:hover {
cursor: pointer;
background: #1e1e1e;
}
/* #bb86fc purple
#aaccff blue
*/
.green-glow {
border: 4px solid #4dcc7d;
/* horizontal, vertical, blur, (spread, how far the shadow should go), color */
box-shadow: 0 0 10px #31b43a;
}
.red-glow {
border: 4px solid #fc121b;
box-shadow: 0 0 10px #d01115;
}
.gray-glow {
border: 4px solid #464647;
box-shadow: 0 0 10px #25292b;
}
.blue-glow {
/* border: 4px solid #aaccff;
box-shadow: 0 0 10px #99baf0; */
border: 4px solid #bb86fc;
box-shadow: 0 0 10px #bb86fc;
/* border: 4px solid #f2fa00;
box-shadow: 0 0 10px #cbe100; */
}
.notDisplayed {
display:none;
} | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #2a2b38;
}
header {
background: white;
padding: 20px;
}
header > h1 {
color: #2a2b38;
text-align: center;
font-family: Asap, sans-serif;
}
/* For index.html */
.IPA-type {
margin-top: 35px;
text-align: center;
}
#start-message {
text-align: center;
color: white;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
margin-top: 40px;
}
/* For all other styles */
.IPA-board {
/* outside box, 20 at top, 20 at bottom, auto for centering*/
margin: 35px auto;
border: 4px solid white;
border-radius: 4px;
text-align: center;
width: 130px;
height: 120px;
color: white;
font-size: 55px;
/* inside box, 15px at top bottom, 20px left right*/
padding: 20px 20px;
/* font-family: Asap, sans-serif; */
/* https://www.phon.ucl.ac.uk/home/wells/ipa-unicode.htm#numbers */
font-family: "lucida sans unicode";
position: relative;
}
.result {
font-size: 25px;
color: white;
}
.result > p {
text-align: center;
font-weight: bold;
font-family: Asap, sans-serif;
}
.choices {
margin-top: 35px;
text-align: center;
}
.voicing {
margin: 25px;
}
.manner-of-articulation {
margin: 25px;
}
.place-of-articulation {
margin: 25px;
}
/* .rounding {
margin: 20px;
}
.height {
margin: 20px;
}
.backness {
margin: 20px;
} */
.choice {
border: 2px solid white;
/* border-radius: 50%; */
margin: 10px 10px;
padding: 10px;
display: inline-block;
transition: all 0.3s ease;
color: #aaccff;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
}
.choice:hover {
cursor: pointer;
background: #1e1e1e;
}
.choice-vowel {
border: 2px solid white;
/* border-radius: 50%; */
margin: 20px 15px;
padding: 10px;
display: inline-block;
transition: all 0.3s ease;
color: #aaccff;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
}
.choice-vowel:hover {
cursor: pointer;
background: #1e1e1e;
}
#action-message {
text-align: center;
color: white;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
margin-top: 20px;
}
.actions {
margin-top: 20px;
text-align: center;
}
.action {
border: 2px solid white;
border-radius: 50%;
margin: 15px 20px;
padding: 15px 15px;
display: inline-block;
transition: all 0.3s ease;
color: white;
font-family: Asap, sans-serif;
font-weight: bold;
font-size: 20px;
}
.action:hover {
cursor: pointer;
background: #1e1e1e;
}
/* #bb86fc purple
#aaccff blue
*/
.green-glow {
border: 4px solid #4dcc7d;
/* horizontal, vertical, blur, (spread, how far the shadow should go), color */
box-shadow: 0 0 10px #31b43a;
}
.red-glow {
border: 4px solid #fc121b;
box-shadow: 0 0 10px #d01115;
}
.gray-glow {
border: 4px solid #464647;
box-shadow: 0 0 10px #25292b;
}
.blue-glow {
/* border: 4px solid #aaccff;
box-shadow: 0 0 10px #99baf0; */
border: 4px solid #bb86fc;
box-shadow: 0 0 10px #bb86fc;
/* border: 4px solid #f2fa00;
box-shadow: 0 0 10px #cbe100; */
}
.notDisplayed {
display:none;
} | 0.314471 | 0.117699 |
.mini-placeholder-label
{
font-family: 微软雅黑;
font-size:14px;
}
/* button
==========================================*/
.mini-button
{
background: #3892d3;
border-color: #126daf;
color: white;
font-family:微软雅黑;
}
body a:hover.mini-button
{
background: #3386c2;
border-color: #157fcc;
color: white;
}
body .mini-button-pressed, body a:hover.mini-button-pressed,
body .mini-button-checked, body a:hover.mini-button-checked,
body a.mini-button-popup, body a:hover.mini-button-popup
{
background: #2a6d9e;
border-color: #157fcc;
color:#fff;
}
/*body .mini-toolbar a.mini-button-disabled, body .mini-toolbar a:hover.mini-button-disabled
{
background: #87b880;
}
body .mini-toolbar .mini-button-disabled .mini-button-text, body .mini-toolbar a:hover.mini-button-disabled .mini-button-text
{
color:#fff;
}*/
.mini-button.toolbar
{
background-color: #f5f5f5;
border-color: #e1e1e1;
color:#666;
font-family:微软雅黑;
background-image: -webkit-linear-gradient(top,#f6f6f6,#f5f5f5 50%,#e8e8e8 51%,#f5f5f5);
}
body a:hover.mini-button.toolbar
{
background-color: #ebebeb;
border-color: #e1e1e1;
color:#666;
background-image: -webkit-linear-gradient(top,#ededed,#ebebeb 50%,#dfdfdf 51%,#ebebeb);
}
body .toolbar.mini-button-pressed, body a.toolbar:hover.mini-button-pressed,
body .toolbar.mini-button-checked, body a.toolbar:hover.mini-button-checked,
body a.toolbar.mini-button-popup, body a.toolbar:hover.mini-button-popup
{
background-color: #e1e1e1;
background-image: -webkit-linear-gradient(top,#e1e1e1,#d5d5d5 50%,#e1e1e1 51%,#e4e4e4);
border-color: #e1e1e1;
}
body a.mini-button-disabled, body a:hover.mini-button-disabled
{
background: #3892d3;
border-color: #126daf;
color: white;
opacity: .4;
}
/* menu
==========================================*/
.mini-menu
{
background:#ffffff;
color:black;
font-family: helvetica,arial,verdana,sans-serif;
}
.mini-menu-border
{
border-color:#ddd;
}
.mini-menuitem-hover,
.mini-menu-popup
{
border-color:#0079d2;
background:#d6e8f6;
}
.mini-menuitem-selected
{
border-color:#ddd;
background:#ffffff;
}
.mini-menuitem-text, .mini-menuitem-text a
{
color:black;
margin-right:12px;
}
.mini-separator
{
border-color:#ddd;
}
.mini-menu-horizontal .mini-menu-inner
{
}
.mini-menu-horizontal .mini-menuitem-allow
{
background: url(images/trigger.png) no-repeat -4px -3px;
}
.mini-menu-horizontal .mini-menuitem-allow
{
width: 15px;
height: 15px;
margin-top: 5px;
}
.mini-menuitem.mini-menuitem-selected .mini-menuitem-inner
{
background:url(images/menulinearrow.png) no-repeat 100% 50%;
}
.mini-button-menu
{
background: url(images/menu_arrow.png) no-repeat -2px 0px;
}
.mini-menuitem-allow
{
left: auto;
right: 5px;
top:2px;
background: url(images/arrows.png) no-repeat 0px 0px;
}
/* panel
==========================================*/
.mini-panel
{
font-family: helvetica,arial,verdana,sans-serif;
font-size:13px;line-height:16px;
}
.mini-panel-border
{
border-color:rgb(21, 127, 204);
}
.mini-panel.framed .mini-panel-border
{
border:5px solid rgb(21, 127, 204);
border-radius: 4px;
}
.mini-panel.framed .mini-panel-title
{
line-height: 15px;
}
.mini-panel.framed .mini-panel-header-inner
{
padding: 7px 5px 10px 5px;
}
.mini-panel.framed .mini-tools {
top: 7px;
}
.mini-panel-header
{
background:#157fcc;
border-color:#157fcc;
}
.mini-panel .mini-panel-title
{
text-align:left;
float:none;
color: white;
font-size: 14px;
font-weight: bold;
font-family: arial,helvetica,verdana,sans-serif;
line-height: 15px;
}
.mini-panel-body
{
height: 100%;
vertical-align: top;
padding: 10px ;
}
.mini-panel .mini-panel-footer,
.mini-panel .mini-panel-toolbar
{
padding: 6px 0 6px 6px;
background:#dfeaf2;
border-color:#dfeaf2;
}
.mini-tools-close
{
background: url(images/tool-sprites.png) no-repeat 0px 0px;
opacity: .5;
}
.mini-panel-collapse .mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites.png) no-repeat 0px -208px;
}
.mini-panel.framed.mini-panel-collapse .mini-tools .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -208px;
}
/* window
==========================================*/
.mini-window .mini-panel-border
{
border:5px solid #3892d3;
border-radius: 4px;
}
.mini-window .mini-panel-header
{
background:#3892d3;
}
.mini-window.form .mini-panel-border
{
border-color:#157fcc;
}
.mini-window.form .mini-panel-header
{
background:#157fcc;
}
.mini-window .mini-panel-footer
{
background:#dfeaf2;
border-color:#dfeaf2;
}
.mini-window .mini-panel-header-inner
{
padding:7px 10px 8px 10px;
}
.mini-window .mini-tools {
top: 6px;
right: 10px;
}
.mini-tools-max
{
background: url(images/tool-sprites.png) no-repeat 50% -32px;
opacity: .5;
}
.mini-tools-restore
{
background: url(images/tool-sprites.png) no-repeat 50% -48px;
opacity: .5;
}
.mini-drag-proxy
{
background:#ddd;
border-color:#ddd;
opacity: .5;
}
.mini-iconfont.mini-tools-remove
{
background:url(images/tool-sprites.png) no-repeat 50% 0px;
opacity: .5;
}
/* grid
==========================================*/
/*.mini-grid-border
{
border:0;
}*/
.mini-grid-header
{
background:#f5f5f5;
}
.mini-grid-headerCell,
.mini-grid-topRightCell,
.mini-grid-columnproxy
{
background:#f5f5f5;
}
.mini-grid-header-over
{
background: #eff6fb;
}
.mini-grid-cell
{
border-color:#ededed;
}
.mini-grid-footer,
.mini-grid-pager,
.mini-grid-filterRow
{
border-color:#e1f1f3;
background:#fbfbfb;
}
html body .mini-grid-row-hover
{
background:#e2eff8;
}
html body .mini-grid-row-selected
{
background: #c1ddf1;
}
html body .mini-grid .mini-grid-cell-selected
{
background:#c1ddf1;
}
.mini-grid-headerCell-inner,
.mini-grid-cell
{
color:#000;
}
.mini-grid-cell-inner
{
font: normal 13px/15px helvetica,arial,verdana,sans-serif;
color:Black;
}
.mini-grid-headerCell-inner
{
color: #666;
font: bold 14px/15px helvetica,arial,verdana,sans-serif;
}
.mini-grid-summaryRow
{
background:#fff;
}
.mini-grid-summaryCell
{
border-color:#e1f1f3;
font-weight:600;
}
.mini-grid-checkbox {
background: url(images/checkbox.png) no-repeat 2px 0px;
}
.mini-grid-checkbox-checked, .mini-grid-row-selected .mini-checkcolumn .mini-grid-checkbox {
background: url(images/checkbox.png) no-repeat 2px -15px;
}
.mini-grid-checkbox
{
width: 16px;
height: 16px;
}
.close
{
background: url(images/gridclose.png) no-repeat 0 0;
width:16px;height:15px;display:inline-block;
margin:0 10px;
}
.add
{
background: url(images/gridadd.png) no-repeat 0 0;
width:19px;height:16px;display:inline-block;
margin:0 0 0 10px;
}
.edit
{
background: url(images/gridedit.png) no-repeat 0 0;
width:16px;height:15px;display:inline-block;
}
.mini-grid-allowsort
{
background: url(images/grid/sort-arrows.png) no-repeat 50% 50%;
}
.mini-grid-desc .mini-grid-sortIcon
{
width: 15px;
height: 14px;
margin-left: 2px;
margin-right: 2px;
background: url(images/grid/sort_desc.png) no-repeat 0px 0px;
}
.mini-grid-asc .mini-grid-sortIcon
{
width: 15px;
height: 14px;
background: url(images/grid/sort_asc.png) no-repeat 0px 0px;
}
/* checkbox */
.mini-checkbox-check, .mini-checkbox-icon
{
background:url(images/checkbox.png) no-repeat 0 0;
width:15px;
height:15px;
}
.mini-checkbox-checked .mini-checkbox-icon
{
background-position: 0px -15px;
}
.mini-checkboxlist-item.mini-checkboxlist-item-selected .mini-list-icon
{
background:url(images/checkbox.png) no-repeat 0 -15px;
}
.mini-checkboxlist-item .mini-list-icon
{
background:url(images/checkbox.png) no-repeat 0 0;
width:15px;
height:15px;
}
/* radio */
.mini-radiobuttonlist-item .mini-list-icon
{
background: url(images/radio.png) no-repeat 0 0;
width:15px;height:15px;
}
.mini-checkboxlist-item-selected .mini-list-icon, .mini-radiobuttonlist-item-selected .mini-list-icon
{
background: url(images/radio.png) no-repeat 0px -15px;
}
.mini-tree-radio {
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url(images/radio.png);
}
.mini-tree-selectedNode .mini-tree-radio, .mini-grid-row-selected .mini-tree-radio
{
background-image: url(images/radio.png)no-repeat 0px -15px;
}
/* base
==========================================*/
.app-header
{
background:#f8f8f8;
}
.app-toolbar,
.bg-toolbar
{
background:#f8f8f8;
}
.mini-modal
{
background:#f8f8f8;
opacity: .6;
filter: alpha(opacity=60);
}
.mini-mask-background
{
background:#f8f8f8;
opacity: 0;
filter: alpha(opacity=0);
}
.mini-popup,
.mini-window,
.mini-menu-open
{
/*box-shadow:rgba(0, 0, 0, 0.6) 0px 6px 12px 0px;*/
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/* popup
==========================================*/
.mini-popup
{
border-color:#ddd;
/* height:300px!important;*/
}
/* toolbar
==========================================*/
.mini-toolbar
{
background:#fff;
border:0;
}
.separator
{
border-color:#e1e1e1;
height:14px;
margin-left: 6px;
margin-right: 6px;
}
.toolbar .mini-button-menu {
background: url(images/default-toolbar-small-s-arrow.png) no-repeat 0px 50%;
}
.toolbar .mini-button-allow {
width: 18px;
}
/* refresh */
.mini-button.refresh,
a:hover.mini-button.refresh,
.refresh.mini-button-checked,a.refresh:hover.mini-button-checked
{
color: #b6b4b7;
background: transparent;
border:0;
}
/* textbox
==========================================*/
.mini-textbox-border
{
background:white;
border-color:silver #d9d9d9 #d9d9d9;
}
.mini-textbox-focus .mini-textbox-border
{
background-color: #fff;
border-color: #3892d3;
}
body .mini-error .mini-textbox-border,
body .mini-error .mini-buttonedit-border,
body .mini-error .mini-textboxlist-border
{
border-color: #ffa8a8;
background-color: #fff;
}
.mini-textbox-input
{
color:#000;
}
.mini-labelfield-label {
color: #999999;
}
.mini-required .mini-textbox-border, .mini-required .mini-buttonedit-border
{
background-color: white;
}
body .mini-invalid .mini-textbox-border, body .mini-invalid .mini-buttonedit-border
{
background-color: white;
border-color: #cf4c35;
}
/* buttonedit
==========================================*/
.mini-buttonedit-border
{
background:white;
border-color:silver #d9d9d9 #d9d9d9;
}
.mini-buttonedit-focus .mini-buttonedit-border
{
background-color: #fff;
border-color: #3892d3;
}
.mini-buttonedit-input
{
color:#000;
}
.mini-buttonedit-button
{
background:#fff;
border-color:#fff;
color: #444;
}
.mini-buttonedit-button-hover,
.mini-buttonedit-hover .mini-buttonedit-trigger
{
color:#444;
background:#fff;
border-color:#fff;
}
.mini-buttonedit-button-pressed,
.mini-buttonedit-popup .mini-buttonedit-trigger
{
color:#444;
background:#fff;
border-color:#fff;
}
.mini-buttonedit-button
{
width:24px;
}
.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon
{
background:url(images/trigger.png) no-repeat -69px 0px;
}
.mini-datepicker .mini-buttonedit-trigger .mini-buttonedit-icon
{
background:url(images/date-trigger.png) no-repeat -69px 0px;
}
.mini-datepicker .mini-buttonedit-trigger.mini-buttonedit-button-hover .mini-buttonedit-icon
{
background:url(images/date-trigger.png) no-repeat -69px 0px;
}
.mini-buttonedit-up span
{
background:url(images/spinner.png) no-repeat 50% -1px;
}
.mini-buttonedit-down span
{
background:url(images/spinner.png) no-repeat 50% -12px;
}
/* textboxlist
==========================================*/
.mini-textboxlist-border
{
border-color: #ddd;
}
.mini-textboxlist-focus .mini-textboxlist-border
{
background-color: #f1f8fd;
border-color: #6ea6cc;
}
.mini-textboxlist-item
{
color:#444;
}
/* htmlfile
==========================================*/
.mini-htmlfile .mini-buttonedit-button
{
color:#fff;
background: #03c497;
border-color: #03c497;
}
/* outlookbar
==========================================*/
.mini-outlookbar-border
{
border-color:#fff;
padding:1px 5px 5px 5px;
background:#fff;
border:0;
}
.mini-outlookbar .mini-outlookbar-groupHeader
{
border-color:#fff;
background:#dfeaf2;
color:#666;
border-top:4px solid #fff;
}
.mini-outlookbar .mini-outlookbar-hover
{
background:#e6f1f9;
color:#666;
}
.mini-outlookbar-expand .mini-outlookbar-groupHeader
{
background:#dfeaf2;
color:#666;
}
.mini-outlookbar .mini-outlookbar-group
{
border-color:#fff;
}
.mini-outlookbar .mini-outlookbar-groupBody
{
border-color:#e5e5e5;
}
.mini-outlookbar-view2 .mini-outlookbar-groupHeader
{
border-color:#ddd;
}
.mini-outlookbar-view2 .mini-outlookbar-groupBody
{
background:#f8f8f8;
}
.mini-outlookbar-view3 .mini-outlookbar-group
{
border-color:#ddd;
}
.mini-outlookbar .mini-outlookbar-expand .mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites-dark.png) no-repeat 0 -272px;
}
.mini-outlookbar .mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites-dark.png) no-repeat 0 -256px;
}
.mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites.png) no-repeat 0px -224px;
width:16px;
opacity: .5;
}
.mini-menu .mini-menuitem-showcheck .mini-menuitem-icon
{
background: url(images/checkbox.png) no-repeat 0px 0px;
}
.mini-menu .mini-menuitem-checked .mini-menuitem-icon
{
background: url(images/checkbox.png) no-repeat 0px -16px;
}
/* splitter
==========================================*/
.mini-splitter-border
{
border-color: #ddd;
}
.mini-splitter .mini-splitter-pane1{
border-color:#ddd;
}
.mini-splitter .mini-splitter-pane2{
border-color:#ddd;
}
/* layout
==========================================*/
.mini-layout-region-header
{
border:0;
background: rgb(21, 127, 204);
height:36px;
}
.mini-layout-border
{
border:1px solid rgb(21, 127, 204)!important;
}
.mini-layout-region
{
border:0;
}
.mini-layout-split
{
background-color: #3892d3;
}
.mini-layout-proxy
{
padding:10px 7px;
background-image: none;
background-color: #157fcc;
color: white;
font-size: 14px;
font-weight: bold;
font-family: arial,helvetica,verdana,sans-serif;
border:0;
}
.mini-layout-region-title
{
color:#fff;
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica, verdana, sans-serif;
line-height: 34px;
}
.mini-layout-spliticon {
width: 8px;
height: 48px;
background: url(images/mini-left.png) no-repeat 50% 50%;
}
.mini-layout-proxy.mini-layout-proxy-west .mini-tools .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -176px;
}
.mini-layout-proxy.mini-layout-proxy-west .mini-tools
{
right:11px;top:11px;
}
.mini-layout-proxy-text
{
top:24px;left:2px;
}
.mini-layout-region-west .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -192px;
}
.mini-layout-region.mini-layout-region-west .mini-tools
{
top:8px;
}
.mini-layout-split-west .mini-layout-spliticon-collapse
{
background: url(images/mini-right.png) no-repeat 50% 50%;
}
.mini-layout-region-east .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -176px;
}
.mini-layout-proxy.mini-layout-proxy-east .mini-tools .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -192px;
}
.mini-layout .mini-menuitem
{
background:url(images/layoutline.png) no-repeat 13px 50%;
}
.mini-layout .mini-menuitem.mini-menuitem-selected
{
background:url(images/layoutline2.png) no-repeat 12px 50%;
}
.mini-layout-region-west
{
border-right:0;
}
.mini-layout-split-east .mini-layout-spliticon
{
background: url(images/mini-right.png) no-repeat 50% 50%;
}
.mini-layout-split-east .mini-layout-spliticon-collapse
{
background: url(images/mini-left.png) no-repeat 50% 50%;
}
.mini-layout-split-north .mini-layout-spliticon
{
width: 48px;
height: 8px;
background: url(images/mini-top.png) no-repeat 50% 50%;
}
.mini-layout-split-north .mini-layout-spliticon-collapse
{
width: 48px;
height: 8px;
background: url(images/mini-bottom.png) no-repeat 50% 50%;
}
.mini-layout-split-south .mini-layout-spliticon
{
width: 48px;
height: 8px;
background: url(images/mini-bottom.png) no-repeat 50% 50%;
}
.mini-layout-split-south .mini-layout-spliticon-collapse
{
background: url(images/mini-top.png) no-repeat 50% 50%;
}
.mini-layout-region.mini-layout-region-east .mini-tools
{
top:9px;
}
.mini-layout-region-header .mini-tools, .mini-layout-proxy .mini-tools {
right: 10px;
}
.mini-tools
{
top: 9px;
}
.mini-layout-region-south .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 50% -208px;
}
.mini-layout-region-north .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 50% -208px;
}
/* pager
==========================================*/
.mini-pager
{
background:#fbfbfb;
border-color:#ddd;
color:#444;
}
.mini-pager .mini-button
{
color:#444;
}
.mini-pager-reload
{
background: url(images/pager/refresh.png) no-repeat 0px 0px;
}
.mini-pager-first
{
background: url(images/pager/page-first.png) no-repeat 0px 0px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.mini-pager-prev
{
background: url(images/pager/page-prev.png) no-repeat 0px 0px;
}
.mini-pager-next
{
background: url(images/pager/page-next.png) no-repeat 0px 0px;
}
.mini-pager-last
{
background: url(images/pager/page-last.png) no-repeat 0px 0px;
}
body .mini-pager a:hover.mini-button
{
background: #e1e1e1;
border-color: #e1e1e1;
padding:0;
}
body .mini-pager .mini-button-pressed, body .mini-pager a:hover.mini-button-pressed,
body .mini-pager .mini-button-checked, body .mini-pager a:hover.mini-button-checked,
body .mini-pager a.mini-button-popup, body .mini-pager a:hover.mini-button-popup
{
background: #e1e1e1;
border-color: #e1e1e1;
}
body .mini-pager a.mini-button-disabled, body .mini-pager a:hover.mini-button-disabled
{
color:#444;
opacity: 0.5;
filter: alpha(opacity=50);
padding:0;
}
/* tree
==========================================*/
.mini-tree-node-hover .mini-tree-nodetitle,
.mini-tree-node-hover .mini-tree-nodeshow
{
background:#e2eff8;
border-color:#e2eff8;
}
.mini-tree-selectedNode .mini-tree-nodetitle,
.mini-tree-selectedNode .mini-tree-nodeshow
{
background:#c1ddf1;
border-color:#c1ddf1;
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon
{
background: transparent url(images/elbow-plus.png) no-repeat 0px 0px;
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon
{
background: transparent url(images/elbow-minus.png) no-repeat 0px 0px;
}
.mini-tree-collapse .mini-tree-node-ecicon
{
background: transparent url(images/elbow-plus-noline.png) no-repeat 50% 50%;
}
.mini-tree-expand .mini-tree-node-ecicon
{
background: transparent url(images/elbow-minus-noline.png) no-repeat 50% 50%;
}
.mini-tree-leaf
{
background-image:url(images/leaf.png);
}
.mini-tree-folder
{
background-image:url(images/folder.png);
}
.mini-tree-expand .mini-tree-folder
{
background-image:url(images/folder-open.png);
}
.mini-tree-checkbox {
width: 15px;
height: 15px;
background: url(images/checkbox.png) no-repeat 0 0;
cursor: pointer;
margin-left: 2px;
margin-right: 1px;
}
.mini-tree-checkbox-checked
{
background-position: 0 -15px;
}
/* tree arrow */
.arrow .mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first,
.arrow .mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon,
.arrow .mini-tree-collapse .mini-tree-node-ecicon
{
background: transparent url(images/arrows.png) no-repeat 0px 50%;
}
.arrow .mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first,
.arrow .mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon,
.arrow .mini-tree-expand .mini-tree-node-ecicon
{
background: transparent url(images/arrows.png) no-repeat -16px 50%;
}
/* treegrid */
.mini-treegrid.mini-tree .mini-grid-viewport
{
background: #fff;
}
/* listbox
==========================================*/
.mini-listbox-border
{
border-color:#ddd;
}
.mini-listbox-header
{
background:#f8f8f8;
border-color:#ddd;
}
.mini-listbox-header td
{
border-color:#ddd;
}
.mini-listbox-item td{
border-color:#ddd;
color:#444;
}
.mini-listbox-item-hover td{
background:#d6e8f6;
}
.mini-listbox-item-selected td{
background:#c1ddf1;
}
/* tabs
==========================================*/
.mini-tabs.framed
{
border:5px solid #157fcc!important;
border-radius:4px;
}
.mini-tabs-scrollCt
{
border:0;
background:#157fcc;
border-bottom:5px solid #add2ed;
}
body .mini-tabs-plain .mini-tabs-scrollCt
{
background: transparent;
}
.mini-tabs-leftButton,
.mini-tabs-rightButton,
.mini-tabs-tabmenu
{
border-color:transparent;
background-color:#f8f8f8;
}
a:hover.mini-tabs-leftButton,
a:hover.mini-tabs-rightButton,
a:hover.mini-tabs-tabmenu
{
border-color:transparent;
background-color:#157fcc;
}
.mini-tabs-position-top .mini-tabs-header
{
margin-top: 0px;
}
/* top */
.mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-space
{
border:0;
width:0;
}
.mini-tabs-space div
{
width: 0px;
}
.mini-tabs-space2 div
{
width:1px;
}
.mini-tabs-space2
{
border-color:#4b9cd7;
border-bottom: solid 1px transparent;
}
.mini-tab
{
background: #4b9cd7;
border-color:#4b9cd7;
color: #fff;
font-weight:bold;
border-radius:3px 3px 0 0;
}
.mini-tab-text
{
font-family: helvetica,arial,verdana,sans-serif;
}
.mini-tab-hover
{
background:#5fa7db;
}
.mini-tab-active
{
border-color:#add2ed;
background:#add2ed;
color:#157fcc;
border-bottom:0;
}
.mini-tab.mini-disabled
{
background:#4b9cd7;
opacity: .5;
cursor: default;
}
.mini-tab-close-hover
{
background-color:transparent;
}
.mini-tab-active .mini-tab-icon
{
color:#157fcc;
}
.mini-tab .mini-tab-icon
{
opacity: .5;
font-size: 16px;
margin-right: 5px;
}
.mini-tab-close
{
background: url(images/tool-sprites.png) no-repeat 0px 0px;
}
.mini-tabs.diyicon .mini-tab-close
{
background: url(images/tab/tab-default-close.png) no-repeat 0px 0px;
width:10px;
height:10px;
opacity: 1;
filter: alpha(opacity=100);
margin-top: -7px;
margin-right: -9px;
}
.mini-tabs-leftButton
{
background: #157fcc url(images/tab/default-scroll-left.png) no-repeat 50% 50%;
}
.mini-tabs-rightButton
{
background: #157fcc url(images/tab/default-scroll-right.png) no-repeat 50% 50%;
}
/* bottom */
.mini-tabs-header-bottom .mini-tabs-space,
.mini-tabs-header-bottom .mini-tabs-space2
{
border-color:#ddd;
}
.mini-tabs-header-bottom .mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-header-bottom .mini-tab-active
{
border-top-color:white;
border-bottom-color:#ddd;
}
.mini-tabs-body-bottom
{
border-color:#ddd;
}
/* left */
.mini-tabs-header-left .mini-tabs-space,
.mini-tabs-header-left .mini-tabs-space2
{
border-color:#ddd;
}
.mini-tabs-header-left .mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-header-left .mini-tab-active
{
border-color:#ddd;
border-right-color:white;
}
.mini-tabs-body-left
{
border-color:#ddd;
}
/* right */
.mini-tabs-header-right .mini-tabs-space,
.mini-tabs-header-right .mini-tabs-space2
{
border-color:#ddd;
}
.mini-tabs-header-right .mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-header-right .mini-tab-active
{
border-color:#ddd;
border-left-color:white;
}
.mini-tabs-body-right
{
border-color:#ddd;
}
/*bordered*/
.mini-tabs-header-top .mini-tab-active
{
border-top:0;
border-radius:3px 3px 0 0;
}
.mini-tabs-header-bottom .mini-tab-active
{
border-bottom:solid 3px #4c8fbd;
padding-bottom:1px;
}
.mini-tabs-header-left .mini-tab-active
{
border-right:solid 3px #4c8fbd;
padding-left:10px;
}
.mini-tabs-header-right .mini-tab-active
{
border-left:solid 3px #4c8fbd;
padding-right:10px;
}
/* tooltip
==========================================*/
.mini-tooltip-inner {
border-color:#ddd;
border-radius: 0px;
}
/* calendar
==========================================*/
.mini-calendar
{
border-color: #e1e1e1;
background-color: white;
}
.mini-calendar-header
{
background-image: none;
background-color: #f5f5f5;
border-color:#ddd;
height:30px;
}
.mini-calendar-footer
{
border-color:#ddd;
background:#f1f5f9;
}
.mini-calendar-tadayButton, .mini-calendar-clearButton,
.mini-calendar-okButton, .mini-calendar-cancelButton
{
background: #3892d3;
border-color: #126daf;
color: #fff;
font-size: 14px;
font-family: helvetica,arial,verdana,sans-serif;
font-weight:bold;
border-radius:3px;
margin-top:5px;
}
.mini-calendar-tadayButton:hover, .mini-calendar-clearButton:hover,
.mini-calendar-okButton:hover, .mini-calendar-cancelButton:hover
{
background: #3386c2;
border-color: #157fcc;
}
.mini-calendar .mini-calendar-today
{
border-color:#3892d3;
}
.mini-calendar-daysheader td
{
border-color:#ddd;
}
.mini-calendar-menu
{
border-color:#ddd;
}
.mini-calendar-title,
.mini-calendar-menu-year,
.mini-calendar-menu-month
{
font-size: 12px;
font-weight: bold;
font-family: helvetica,arial,verdana,sans-serif;
color: #3892d3;
line-height: 22px;
}
.mini-calendar-title
{
line-height: 30px;
}
.mini-calendar .mini-calendar-selected,
.mini-calendar-menu-selected,
a:hover.mini-calendar-menu-month,
a:hover.mini-calendar-menu-year
{
color: #fff;
background-color: #3892d3;
border-color: #3892d3;
}
.mini-calendar .mini-calendar-selected
{
font-weight:bold;
}
.mini-calendar .mini-calendar-othermonth
{
color: #bfbfbf;
}
.mini-calendar .mini-calendar-weekend
{
color: black;
}
.mini-calendar-days td
{
font: normal 14px helvetica,arial,verdana,sans-serif;
}
.mini-calendar-yearPrev
{
background: url(images/arrow-dbleft.png) no-repeat 50% 3px;
width:18px;
height:18px;
}
.mini-calendar-monthPrev
{
background: url(images/arrow-left.png) no-repeat 50% 3px;
width:18px;
height:18px;
}
.mini-calendar-monthNext
{
background: url(images/arrow-right.png) no-repeat 50% 3px;
width: 18px;
height: 18px;
}
.mini-calendar-yearNext
{
background: url(images/arrow-dbright.png) no-repeat 50% 3px;
width: 18px;
height: 18px;
}
/* progressbar
==========================================*/
.mini-progressbar-border
{
border-color:#ddd;
}
.mini-progressbar-bar
{
background:#07dfad;
}
.mini-progressbar-text
{
color:#222;
}
/* fieldset */
.mini-checkbox.arrow .mini-checkbox-check,
.mini-checkbox.arrow .mini-checkbox-icon
{
background: url(images/collapse-tool.png) no-repeat -15px 0px;
}
.mini-checkbox.arrow.mini-checkbox-checked .mini-checkbox-check,
.mini-checkbox.arrow.mini-checkbox-checked .mini-checkbox-icon
{
background: url(images/collapse-tool.png) no-repeat 0px 0px;
}
.mini-fieldset
{
padding: 0px 8px 8px 8px;
margin: 0 0 10px;
border: 1px solid #b5b8c8;
}
.mini-fieldset-collapsed
{
padding-bottom: 0 !important;
border-width: 1px 1px 0 1px !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
}
.mini-fieldset-collapsed table
{
display:none;
}
.mini-fieldset-header
{
-webkit-padding-start: 3px;
-webkit-padding-end: 3px;
padding: 0 3px 10px;
}
.mini-fieldset-body
{
width:100%;
} | hsweb-payment-ui/plugins/miniui/themes/fancygrid/skin.css |
.mini-placeholder-label
{
font-family: 微软雅黑;
font-size:14px;
}
/* button
==========================================*/
.mini-button
{
background: #3892d3;
border-color: #126daf;
color: white;
font-family:微软雅黑;
}
body a:hover.mini-button
{
background: #3386c2;
border-color: #157fcc;
color: white;
}
body .mini-button-pressed, body a:hover.mini-button-pressed,
body .mini-button-checked, body a:hover.mini-button-checked,
body a.mini-button-popup, body a:hover.mini-button-popup
{
background: #2a6d9e;
border-color: #157fcc;
color:#fff;
}
/*body .mini-toolbar a.mini-button-disabled, body .mini-toolbar a:hover.mini-button-disabled
{
background: #87b880;
}
body .mini-toolbar .mini-button-disabled .mini-button-text, body .mini-toolbar a:hover.mini-button-disabled .mini-button-text
{
color:#fff;
}*/
.mini-button.toolbar
{
background-color: #f5f5f5;
border-color: #e1e1e1;
color:#666;
font-family:微软雅黑;
background-image: -webkit-linear-gradient(top,#f6f6f6,#f5f5f5 50%,#e8e8e8 51%,#f5f5f5);
}
body a:hover.mini-button.toolbar
{
background-color: #ebebeb;
border-color: #e1e1e1;
color:#666;
background-image: -webkit-linear-gradient(top,#ededed,#ebebeb 50%,#dfdfdf 51%,#ebebeb);
}
body .toolbar.mini-button-pressed, body a.toolbar:hover.mini-button-pressed,
body .toolbar.mini-button-checked, body a.toolbar:hover.mini-button-checked,
body a.toolbar.mini-button-popup, body a.toolbar:hover.mini-button-popup
{
background-color: #e1e1e1;
background-image: -webkit-linear-gradient(top,#e1e1e1,#d5d5d5 50%,#e1e1e1 51%,#e4e4e4);
border-color: #e1e1e1;
}
body a.mini-button-disabled, body a:hover.mini-button-disabled
{
background: #3892d3;
border-color: #126daf;
color: white;
opacity: .4;
}
/* menu
==========================================*/
.mini-menu
{
background:#ffffff;
color:black;
font-family: helvetica,arial,verdana,sans-serif;
}
.mini-menu-border
{
border-color:#ddd;
}
.mini-menuitem-hover,
.mini-menu-popup
{
border-color:#0079d2;
background:#d6e8f6;
}
.mini-menuitem-selected
{
border-color:#ddd;
background:#ffffff;
}
.mini-menuitem-text, .mini-menuitem-text a
{
color:black;
margin-right:12px;
}
.mini-separator
{
border-color:#ddd;
}
.mini-menu-horizontal .mini-menu-inner
{
}
.mini-menu-horizontal .mini-menuitem-allow
{
background: url(images/trigger.png) no-repeat -4px -3px;
}
.mini-menu-horizontal .mini-menuitem-allow
{
width: 15px;
height: 15px;
margin-top: 5px;
}
.mini-menuitem.mini-menuitem-selected .mini-menuitem-inner
{
background:url(images/menulinearrow.png) no-repeat 100% 50%;
}
.mini-button-menu
{
background: url(images/menu_arrow.png) no-repeat -2px 0px;
}
.mini-menuitem-allow
{
left: auto;
right: 5px;
top:2px;
background: url(images/arrows.png) no-repeat 0px 0px;
}
/* panel
==========================================*/
.mini-panel
{
font-family: helvetica,arial,verdana,sans-serif;
font-size:13px;line-height:16px;
}
.mini-panel-border
{
border-color:rgb(21, 127, 204);
}
.mini-panel.framed .mini-panel-border
{
border:5px solid rgb(21, 127, 204);
border-radius: 4px;
}
.mini-panel.framed .mini-panel-title
{
line-height: 15px;
}
.mini-panel.framed .mini-panel-header-inner
{
padding: 7px 5px 10px 5px;
}
.mini-panel.framed .mini-tools {
top: 7px;
}
.mini-panel-header
{
background:#157fcc;
border-color:#157fcc;
}
.mini-panel .mini-panel-title
{
text-align:left;
float:none;
color: white;
font-size: 14px;
font-weight: bold;
font-family: arial,helvetica,verdana,sans-serif;
line-height: 15px;
}
.mini-panel-body
{
height: 100%;
vertical-align: top;
padding: 10px ;
}
.mini-panel .mini-panel-footer,
.mini-panel .mini-panel-toolbar
{
padding: 6px 0 6px 6px;
background:#dfeaf2;
border-color:#dfeaf2;
}
.mini-tools-close
{
background: url(images/tool-sprites.png) no-repeat 0px 0px;
opacity: .5;
}
.mini-panel-collapse .mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites.png) no-repeat 0px -208px;
}
.mini-panel.framed.mini-panel-collapse .mini-tools .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -208px;
}
/* window
==========================================*/
.mini-window .mini-panel-border
{
border:5px solid #3892d3;
border-radius: 4px;
}
.mini-window .mini-panel-header
{
background:#3892d3;
}
.mini-window.form .mini-panel-border
{
border-color:#157fcc;
}
.mini-window.form .mini-panel-header
{
background:#157fcc;
}
.mini-window .mini-panel-footer
{
background:#dfeaf2;
border-color:#dfeaf2;
}
.mini-window .mini-panel-header-inner
{
padding:7px 10px 8px 10px;
}
.mini-window .mini-tools {
top: 6px;
right: 10px;
}
.mini-tools-max
{
background: url(images/tool-sprites.png) no-repeat 50% -32px;
opacity: .5;
}
.mini-tools-restore
{
background: url(images/tool-sprites.png) no-repeat 50% -48px;
opacity: .5;
}
.mini-drag-proxy
{
background:#ddd;
border-color:#ddd;
opacity: .5;
}
.mini-iconfont.mini-tools-remove
{
background:url(images/tool-sprites.png) no-repeat 50% 0px;
opacity: .5;
}
/* grid
==========================================*/
/*.mini-grid-border
{
border:0;
}*/
.mini-grid-header
{
background:#f5f5f5;
}
.mini-grid-headerCell,
.mini-grid-topRightCell,
.mini-grid-columnproxy
{
background:#f5f5f5;
}
.mini-grid-header-over
{
background: #eff6fb;
}
.mini-grid-cell
{
border-color:#ededed;
}
.mini-grid-footer,
.mini-grid-pager,
.mini-grid-filterRow
{
border-color:#e1f1f3;
background:#fbfbfb;
}
html body .mini-grid-row-hover
{
background:#e2eff8;
}
html body .mini-grid-row-selected
{
background: #c1ddf1;
}
html body .mini-grid .mini-grid-cell-selected
{
background:#c1ddf1;
}
.mini-grid-headerCell-inner,
.mini-grid-cell
{
color:#000;
}
.mini-grid-cell-inner
{
font: normal 13px/15px helvetica,arial,verdana,sans-serif;
color:Black;
}
.mini-grid-headerCell-inner
{
color: #666;
font: bold 14px/15px helvetica,arial,verdana,sans-serif;
}
.mini-grid-summaryRow
{
background:#fff;
}
.mini-grid-summaryCell
{
border-color:#e1f1f3;
font-weight:600;
}
.mini-grid-checkbox {
background: url(images/checkbox.png) no-repeat 2px 0px;
}
.mini-grid-checkbox-checked, .mini-grid-row-selected .mini-checkcolumn .mini-grid-checkbox {
background: url(images/checkbox.png) no-repeat 2px -15px;
}
.mini-grid-checkbox
{
width: 16px;
height: 16px;
}
.close
{
background: url(images/gridclose.png) no-repeat 0 0;
width:16px;height:15px;display:inline-block;
margin:0 10px;
}
.add
{
background: url(images/gridadd.png) no-repeat 0 0;
width:19px;height:16px;display:inline-block;
margin:0 0 0 10px;
}
.edit
{
background: url(images/gridedit.png) no-repeat 0 0;
width:16px;height:15px;display:inline-block;
}
.mini-grid-allowsort
{
background: url(images/grid/sort-arrows.png) no-repeat 50% 50%;
}
.mini-grid-desc .mini-grid-sortIcon
{
width: 15px;
height: 14px;
margin-left: 2px;
margin-right: 2px;
background: url(images/grid/sort_desc.png) no-repeat 0px 0px;
}
.mini-grid-asc .mini-grid-sortIcon
{
width: 15px;
height: 14px;
background: url(images/grid/sort_asc.png) no-repeat 0px 0px;
}
/* checkbox */
.mini-checkbox-check, .mini-checkbox-icon
{
background:url(images/checkbox.png) no-repeat 0 0;
width:15px;
height:15px;
}
.mini-checkbox-checked .mini-checkbox-icon
{
background-position: 0px -15px;
}
.mini-checkboxlist-item.mini-checkboxlist-item-selected .mini-list-icon
{
background:url(images/checkbox.png) no-repeat 0 -15px;
}
.mini-checkboxlist-item .mini-list-icon
{
background:url(images/checkbox.png) no-repeat 0 0;
width:15px;
height:15px;
}
/* radio */
.mini-radiobuttonlist-item .mini-list-icon
{
background: url(images/radio.png) no-repeat 0 0;
width:15px;height:15px;
}
.mini-checkboxlist-item-selected .mini-list-icon, .mini-radiobuttonlist-item-selected .mini-list-icon
{
background: url(images/radio.png) no-repeat 0px -15px;
}
.mini-tree-radio {
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url(images/radio.png);
}
.mini-tree-selectedNode .mini-tree-radio, .mini-grid-row-selected .mini-tree-radio
{
background-image: url(images/radio.png)no-repeat 0px -15px;
}
/* base
==========================================*/
.app-header
{
background:#f8f8f8;
}
.app-toolbar,
.bg-toolbar
{
background:#f8f8f8;
}
.mini-modal
{
background:#f8f8f8;
opacity: .6;
filter: alpha(opacity=60);
}
.mini-mask-background
{
background:#f8f8f8;
opacity: 0;
filter: alpha(opacity=0);
}
.mini-popup,
.mini-window,
.mini-menu-open
{
/*box-shadow:rgba(0, 0, 0, 0.6) 0px 6px 12px 0px;*/
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/* popup
==========================================*/
.mini-popup
{
border-color:#ddd;
/* height:300px!important;*/
}
/* toolbar
==========================================*/
.mini-toolbar
{
background:#fff;
border:0;
}
.separator
{
border-color:#e1e1e1;
height:14px;
margin-left: 6px;
margin-right: 6px;
}
.toolbar .mini-button-menu {
background: url(images/default-toolbar-small-s-arrow.png) no-repeat 0px 50%;
}
.toolbar .mini-button-allow {
width: 18px;
}
/* refresh */
.mini-button.refresh,
a:hover.mini-button.refresh,
.refresh.mini-button-checked,a.refresh:hover.mini-button-checked
{
color: #b6b4b7;
background: transparent;
border:0;
}
/* textbox
==========================================*/
.mini-textbox-border
{
background:white;
border-color:silver #d9d9d9 #d9d9d9;
}
.mini-textbox-focus .mini-textbox-border
{
background-color: #fff;
border-color: #3892d3;
}
body .mini-error .mini-textbox-border,
body .mini-error .mini-buttonedit-border,
body .mini-error .mini-textboxlist-border
{
border-color: #ffa8a8;
background-color: #fff;
}
.mini-textbox-input
{
color:#000;
}
.mini-labelfield-label {
color: #999999;
}
.mini-required .mini-textbox-border, .mini-required .mini-buttonedit-border
{
background-color: white;
}
body .mini-invalid .mini-textbox-border, body .mini-invalid .mini-buttonedit-border
{
background-color: white;
border-color: #cf4c35;
}
/* buttonedit
==========================================*/
.mini-buttonedit-border
{
background:white;
border-color:silver #d9d9d9 #d9d9d9;
}
.mini-buttonedit-focus .mini-buttonedit-border
{
background-color: #fff;
border-color: #3892d3;
}
.mini-buttonedit-input
{
color:#000;
}
.mini-buttonedit-button
{
background:#fff;
border-color:#fff;
color: #444;
}
.mini-buttonedit-button-hover,
.mini-buttonedit-hover .mini-buttonedit-trigger
{
color:#444;
background:#fff;
border-color:#fff;
}
.mini-buttonedit-button-pressed,
.mini-buttonedit-popup .mini-buttonedit-trigger
{
color:#444;
background:#fff;
border-color:#fff;
}
.mini-buttonedit-button
{
width:24px;
}
.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon
{
background:url(images/trigger.png) no-repeat -69px 0px;
}
.mini-datepicker .mini-buttonedit-trigger .mini-buttonedit-icon
{
background:url(images/date-trigger.png) no-repeat -69px 0px;
}
.mini-datepicker .mini-buttonedit-trigger.mini-buttonedit-button-hover .mini-buttonedit-icon
{
background:url(images/date-trigger.png) no-repeat -69px 0px;
}
.mini-buttonedit-up span
{
background:url(images/spinner.png) no-repeat 50% -1px;
}
.mini-buttonedit-down span
{
background:url(images/spinner.png) no-repeat 50% -12px;
}
/* textboxlist
==========================================*/
.mini-textboxlist-border
{
border-color: #ddd;
}
.mini-textboxlist-focus .mini-textboxlist-border
{
background-color: #f1f8fd;
border-color: #6ea6cc;
}
.mini-textboxlist-item
{
color:#444;
}
/* htmlfile
==========================================*/
.mini-htmlfile .mini-buttonedit-button
{
color:#fff;
background: #03c497;
border-color: #03c497;
}
/* outlookbar
==========================================*/
.mini-outlookbar-border
{
border-color:#fff;
padding:1px 5px 5px 5px;
background:#fff;
border:0;
}
.mini-outlookbar .mini-outlookbar-groupHeader
{
border-color:#fff;
background:#dfeaf2;
color:#666;
border-top:4px solid #fff;
}
.mini-outlookbar .mini-outlookbar-hover
{
background:#e6f1f9;
color:#666;
}
.mini-outlookbar-expand .mini-outlookbar-groupHeader
{
background:#dfeaf2;
color:#666;
}
.mini-outlookbar .mini-outlookbar-group
{
border-color:#fff;
}
.mini-outlookbar .mini-outlookbar-groupBody
{
border-color:#e5e5e5;
}
.mini-outlookbar-view2 .mini-outlookbar-groupHeader
{
border-color:#ddd;
}
.mini-outlookbar-view2 .mini-outlookbar-groupBody
{
background:#f8f8f8;
}
.mini-outlookbar-view3 .mini-outlookbar-group
{
border-color:#ddd;
}
.mini-outlookbar .mini-outlookbar-expand .mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites-dark.png) no-repeat 0 -272px;
}
.mini-outlookbar .mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites-dark.png) no-repeat 0 -256px;
}
.mini-tools .mini-tools-collapse
{
background:url(images/tool-sprites.png) no-repeat 0px -224px;
width:16px;
opacity: .5;
}
.mini-menu .mini-menuitem-showcheck .mini-menuitem-icon
{
background: url(images/checkbox.png) no-repeat 0px 0px;
}
.mini-menu .mini-menuitem-checked .mini-menuitem-icon
{
background: url(images/checkbox.png) no-repeat 0px -16px;
}
/* splitter
==========================================*/
.mini-splitter-border
{
border-color: #ddd;
}
.mini-splitter .mini-splitter-pane1{
border-color:#ddd;
}
.mini-splitter .mini-splitter-pane2{
border-color:#ddd;
}
/* layout
==========================================*/
.mini-layout-region-header
{
border:0;
background: rgb(21, 127, 204);
height:36px;
}
.mini-layout-border
{
border:1px solid rgb(21, 127, 204)!important;
}
.mini-layout-region
{
border:0;
}
.mini-layout-split
{
background-color: #3892d3;
}
.mini-layout-proxy
{
padding:10px 7px;
background-image: none;
background-color: #157fcc;
color: white;
font-size: 14px;
font-weight: bold;
font-family: arial,helvetica,verdana,sans-serif;
border:0;
}
.mini-layout-region-title
{
color:#fff;
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica, verdana, sans-serif;
line-height: 34px;
}
.mini-layout-spliticon {
width: 8px;
height: 48px;
background: url(images/mini-left.png) no-repeat 50% 50%;
}
.mini-layout-proxy.mini-layout-proxy-west .mini-tools .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -176px;
}
.mini-layout-proxy.mini-layout-proxy-west .mini-tools
{
right:11px;top:11px;
}
.mini-layout-proxy-text
{
top:24px;left:2px;
}
.mini-layout-region-west .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -192px;
}
.mini-layout-region.mini-layout-region-west .mini-tools
{
top:8px;
}
.mini-layout-split-west .mini-layout-spliticon-collapse
{
background: url(images/mini-right.png) no-repeat 50% 50%;
}
.mini-layout-region-east .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -176px;
}
.mini-layout-proxy.mini-layout-proxy-east .mini-tools .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 0px -192px;
}
.mini-layout .mini-menuitem
{
background:url(images/layoutline.png) no-repeat 13px 50%;
}
.mini-layout .mini-menuitem.mini-menuitem-selected
{
background:url(images/layoutline2.png) no-repeat 12px 50%;
}
.mini-layout-region-west
{
border-right:0;
}
.mini-layout-split-east .mini-layout-spliticon
{
background: url(images/mini-right.png) no-repeat 50% 50%;
}
.mini-layout-split-east .mini-layout-spliticon-collapse
{
background: url(images/mini-left.png) no-repeat 50% 50%;
}
.mini-layout-split-north .mini-layout-spliticon
{
width: 48px;
height: 8px;
background: url(images/mini-top.png) no-repeat 50% 50%;
}
.mini-layout-split-north .mini-layout-spliticon-collapse
{
width: 48px;
height: 8px;
background: url(images/mini-bottom.png) no-repeat 50% 50%;
}
.mini-layout-split-south .mini-layout-spliticon
{
width: 48px;
height: 8px;
background: url(images/mini-bottom.png) no-repeat 50% 50%;
}
.mini-layout-split-south .mini-layout-spliticon-collapse
{
background: url(images/mini-top.png) no-repeat 50% 50%;
}
.mini-layout-region.mini-layout-region-east .mini-tools
{
top:9px;
}
.mini-layout-region-header .mini-tools, .mini-layout-proxy .mini-tools {
right: 10px;
}
.mini-tools
{
top: 9px;
}
.mini-layout-region-south .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 50% -208px;
}
.mini-layout-region-north .mini-layout-region-header .mini-tools-collapse
{
background: url(images/tool-sprites.png) no-repeat 50% -208px;
}
/* pager
==========================================*/
.mini-pager
{
background:#fbfbfb;
border-color:#ddd;
color:#444;
}
.mini-pager .mini-button
{
color:#444;
}
.mini-pager-reload
{
background: url(images/pager/refresh.png) no-repeat 0px 0px;
}
.mini-pager-first
{
background: url(images/pager/page-first.png) no-repeat 0px 0px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.mini-pager-prev
{
background: url(images/pager/page-prev.png) no-repeat 0px 0px;
}
.mini-pager-next
{
background: url(images/pager/page-next.png) no-repeat 0px 0px;
}
.mini-pager-last
{
background: url(images/pager/page-last.png) no-repeat 0px 0px;
}
body .mini-pager a:hover.mini-button
{
background: #e1e1e1;
border-color: #e1e1e1;
padding:0;
}
body .mini-pager .mini-button-pressed, body .mini-pager a:hover.mini-button-pressed,
body .mini-pager .mini-button-checked, body .mini-pager a:hover.mini-button-checked,
body .mini-pager a.mini-button-popup, body .mini-pager a:hover.mini-button-popup
{
background: #e1e1e1;
border-color: #e1e1e1;
}
body .mini-pager a.mini-button-disabled, body .mini-pager a:hover.mini-button-disabled
{
color:#444;
opacity: 0.5;
filter: alpha(opacity=50);
padding:0;
}
/* tree
==========================================*/
.mini-tree-node-hover .mini-tree-nodetitle,
.mini-tree-node-hover .mini-tree-nodeshow
{
background:#e2eff8;
border-color:#e2eff8;
}
.mini-tree-selectedNode .mini-tree-nodetitle,
.mini-tree-selectedNode .mini-tree-nodeshow
{
background:#c1ddf1;
border-color:#c1ddf1;
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon
{
background: transparent url(images/elbow-plus.png) no-repeat 0px 0px;
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon
{
background: transparent url(images/elbow-minus.png) no-repeat 0px 0px;
}
.mini-tree-collapse .mini-tree-node-ecicon
{
background: transparent url(images/elbow-plus-noline.png) no-repeat 50% 50%;
}
.mini-tree-expand .mini-tree-node-ecicon
{
background: transparent url(images/elbow-minus-noline.png) no-repeat 50% 50%;
}
.mini-tree-leaf
{
background-image:url(images/leaf.png);
}
.mini-tree-folder
{
background-image:url(images/folder.png);
}
.mini-tree-expand .mini-tree-folder
{
background-image:url(images/folder-open.png);
}
.mini-tree-checkbox {
width: 15px;
height: 15px;
background: url(images/checkbox.png) no-repeat 0 0;
cursor: pointer;
margin-left: 2px;
margin-right: 1px;
}
.mini-tree-checkbox-checked
{
background-position: 0 -15px;
}
/* tree arrow */
.arrow .mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first,
.arrow .mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon,
.arrow .mini-tree-collapse .mini-tree-node-ecicon
{
background: transparent url(images/arrows.png) no-repeat 0px 50%;
}
.arrow .mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first,
.arrow .mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon,
.arrow .mini-tree-expand .mini-tree-node-ecicon
{
background: transparent url(images/arrows.png) no-repeat -16px 50%;
}
/* treegrid */
.mini-treegrid.mini-tree .mini-grid-viewport
{
background: #fff;
}
/* listbox
==========================================*/
.mini-listbox-border
{
border-color:#ddd;
}
.mini-listbox-header
{
background:#f8f8f8;
border-color:#ddd;
}
.mini-listbox-header td
{
border-color:#ddd;
}
.mini-listbox-item td{
border-color:#ddd;
color:#444;
}
.mini-listbox-item-hover td{
background:#d6e8f6;
}
.mini-listbox-item-selected td{
background:#c1ddf1;
}
/* tabs
==========================================*/
.mini-tabs.framed
{
border:5px solid #157fcc!important;
border-radius:4px;
}
.mini-tabs-scrollCt
{
border:0;
background:#157fcc;
border-bottom:5px solid #add2ed;
}
body .mini-tabs-plain .mini-tabs-scrollCt
{
background: transparent;
}
.mini-tabs-leftButton,
.mini-tabs-rightButton,
.mini-tabs-tabmenu
{
border-color:transparent;
background-color:#f8f8f8;
}
a:hover.mini-tabs-leftButton,
a:hover.mini-tabs-rightButton,
a:hover.mini-tabs-tabmenu
{
border-color:transparent;
background-color:#157fcc;
}
.mini-tabs-position-top .mini-tabs-header
{
margin-top: 0px;
}
/* top */
.mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-space
{
border:0;
width:0;
}
.mini-tabs-space div
{
width: 0px;
}
.mini-tabs-space2 div
{
width:1px;
}
.mini-tabs-space2
{
border-color:#4b9cd7;
border-bottom: solid 1px transparent;
}
.mini-tab
{
background: #4b9cd7;
border-color:#4b9cd7;
color: #fff;
font-weight:bold;
border-radius:3px 3px 0 0;
}
.mini-tab-text
{
font-family: helvetica,arial,verdana,sans-serif;
}
.mini-tab-hover
{
background:#5fa7db;
}
.mini-tab-active
{
border-color:#add2ed;
background:#add2ed;
color:#157fcc;
border-bottom:0;
}
.mini-tab.mini-disabled
{
background:#4b9cd7;
opacity: .5;
cursor: default;
}
.mini-tab-close-hover
{
background-color:transparent;
}
.mini-tab-active .mini-tab-icon
{
color:#157fcc;
}
.mini-tab .mini-tab-icon
{
opacity: .5;
font-size: 16px;
margin-right: 5px;
}
.mini-tab-close
{
background: url(images/tool-sprites.png) no-repeat 0px 0px;
}
.mini-tabs.diyicon .mini-tab-close
{
background: url(images/tab/tab-default-close.png) no-repeat 0px 0px;
width:10px;
height:10px;
opacity: 1;
filter: alpha(opacity=100);
margin-top: -7px;
margin-right: -9px;
}
.mini-tabs-leftButton
{
background: #157fcc url(images/tab/default-scroll-left.png) no-repeat 50% 50%;
}
.mini-tabs-rightButton
{
background: #157fcc url(images/tab/default-scroll-right.png) no-repeat 50% 50%;
}
/* bottom */
.mini-tabs-header-bottom .mini-tabs-space,
.mini-tabs-header-bottom .mini-tabs-space2
{
border-color:#ddd;
}
.mini-tabs-header-bottom .mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-header-bottom .mini-tab-active
{
border-top-color:white;
border-bottom-color:#ddd;
}
.mini-tabs-body-bottom
{
border-color:#ddd;
}
/* left */
.mini-tabs-header-left .mini-tabs-space,
.mini-tabs-header-left .mini-tabs-space2
{
border-color:#ddd;
}
.mini-tabs-header-left .mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-header-left .mini-tab-active
{
border-color:#ddd;
border-right-color:white;
}
.mini-tabs-body-left
{
border-color:#ddd;
}
/* right */
.mini-tabs-header-right .mini-tabs-space,
.mini-tabs-header-right .mini-tabs-space2
{
border-color:#ddd;
}
.mini-tabs-header-right .mini-tabs-bodys
{
border-color:#ddd;
}
.mini-tabs-header-right .mini-tab-active
{
border-color:#ddd;
border-left-color:white;
}
.mini-tabs-body-right
{
border-color:#ddd;
}
/*bordered*/
.mini-tabs-header-top .mini-tab-active
{
border-top:0;
border-radius:3px 3px 0 0;
}
.mini-tabs-header-bottom .mini-tab-active
{
border-bottom:solid 3px #4c8fbd;
padding-bottom:1px;
}
.mini-tabs-header-left .mini-tab-active
{
border-right:solid 3px #4c8fbd;
padding-left:10px;
}
.mini-tabs-header-right .mini-tab-active
{
border-left:solid 3px #4c8fbd;
padding-right:10px;
}
/* tooltip
==========================================*/
.mini-tooltip-inner {
border-color:#ddd;
border-radius: 0px;
}
/* calendar
==========================================*/
.mini-calendar
{
border-color: #e1e1e1;
background-color: white;
}
.mini-calendar-header
{
background-image: none;
background-color: #f5f5f5;
border-color:#ddd;
height:30px;
}
.mini-calendar-footer
{
border-color:#ddd;
background:#f1f5f9;
}
.mini-calendar-tadayButton, .mini-calendar-clearButton,
.mini-calendar-okButton, .mini-calendar-cancelButton
{
background: #3892d3;
border-color: #126daf;
color: #fff;
font-size: 14px;
font-family: helvetica,arial,verdana,sans-serif;
font-weight:bold;
border-radius:3px;
margin-top:5px;
}
.mini-calendar-tadayButton:hover, .mini-calendar-clearButton:hover,
.mini-calendar-okButton:hover, .mini-calendar-cancelButton:hover
{
background: #3386c2;
border-color: #157fcc;
}
.mini-calendar .mini-calendar-today
{
border-color:#3892d3;
}
.mini-calendar-daysheader td
{
border-color:#ddd;
}
.mini-calendar-menu
{
border-color:#ddd;
}
.mini-calendar-title,
.mini-calendar-menu-year,
.mini-calendar-menu-month
{
font-size: 12px;
font-weight: bold;
font-family: helvetica,arial,verdana,sans-serif;
color: #3892d3;
line-height: 22px;
}
.mini-calendar-title
{
line-height: 30px;
}
.mini-calendar .mini-calendar-selected,
.mini-calendar-menu-selected,
a:hover.mini-calendar-menu-month,
a:hover.mini-calendar-menu-year
{
color: #fff;
background-color: #3892d3;
border-color: #3892d3;
}
.mini-calendar .mini-calendar-selected
{
font-weight:bold;
}
.mini-calendar .mini-calendar-othermonth
{
color: #bfbfbf;
}
.mini-calendar .mini-calendar-weekend
{
color: black;
}
.mini-calendar-days td
{
font: normal 14px helvetica,arial,verdana,sans-serif;
}
.mini-calendar-yearPrev
{
background: url(images/arrow-dbleft.png) no-repeat 50% 3px;
width:18px;
height:18px;
}
.mini-calendar-monthPrev
{
background: url(images/arrow-left.png) no-repeat 50% 3px;
width:18px;
height:18px;
}
.mini-calendar-monthNext
{
background: url(images/arrow-right.png) no-repeat 50% 3px;
width: 18px;
height: 18px;
}
.mini-calendar-yearNext
{
background: url(images/arrow-dbright.png) no-repeat 50% 3px;
width: 18px;
height: 18px;
}
/* progressbar
==========================================*/
.mini-progressbar-border
{
border-color:#ddd;
}
.mini-progressbar-bar
{
background:#07dfad;
}
.mini-progressbar-text
{
color:#222;
}
/* fieldset */
.mini-checkbox.arrow .mini-checkbox-check,
.mini-checkbox.arrow .mini-checkbox-icon
{
background: url(images/collapse-tool.png) no-repeat -15px 0px;
}
.mini-checkbox.arrow.mini-checkbox-checked .mini-checkbox-check,
.mini-checkbox.arrow.mini-checkbox-checked .mini-checkbox-icon
{
background: url(images/collapse-tool.png) no-repeat 0px 0px;
}
.mini-fieldset
{
padding: 0px 8px 8px 8px;
margin: 0 0 10px;
border: 1px solid #b5b8c8;
}
.mini-fieldset-collapsed
{
padding-bottom: 0 !important;
border-width: 1px 1px 0 1px !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
}
.mini-fieldset-collapsed table
{
display:none;
}
.mini-fieldset-header
{
-webkit-padding-start: 3px;
-webkit-padding-end: 3px;
padding: 0 3px 10px;
}
.mini-fieldset-body
{
width:100%;
} | 0.328637 | 0.067731 |
h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}
p {
margin: 0 0 1em 0;
font-size: 93%;
line-height: 1.5em;
}
body {
font-family: Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
height: 100px;
width: 100px;
/* outline: black;*/
background-size: 100%, 100%;
border-radius: 50%;
/* border: 1px solid black;*/
background-image: none;
}
.carousel-control-next-icon:after
{
content: '>';
font-size: 25px;
color: #375f8880;
}
.carousel-control-prev-icon:after {
content: '<';
font-size: 25px;
color: #375f8880;
}
#myCarousel {
margin-top: 40px;
}
.carousel-linked-nav,
.carousel-linked-projects,
.item img {
display: block;
margin: 0 auto;
}
.carousel-linked-nav,
.carousel-linked-projects {
width: 120px;
margin-bottom: 20px;
}
img {
max-width: 100%;
/*height: auto;*/
margin: 0 0 10px 0;
}
/* Section Inner */
div.section-inner {
max-width: 1100px;
padding: 0 25px;
margin: 0 auto;
}
/* Header */
div.header {
background-color: #E9E9E9;
padding: 40px 0;
}
/* Navigation */
div.nav {
background-color: #d4d4d4;
}
div.nav ul {
margin: 0;
padding: 0;
}
div.nav ul li {
list-style: none;
float: left;
font-size: 93%;
}
div.nav ul li a:link,
div.nav ul li a:visited {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #000;
border-right: 1px solid #bababa;
}
/* Body Content */
div.body-content {
padding: 50px 0;
background-color: #FFF;
}
/* Thirds */
div.thirds {
padding-bottom: 50px;
padding-left: 50px;
}
div.one-third {
width: 40%;
float: left;
margin-right: 10%;
}
div.one-third-last {
margin: 0;
}
/* Main Column */
div.main {
width: 65%;
float: left;
margin-right: 5%;
}
/* Side Column */
div.side {
width: 30%;
float: left;
}
/* Info Box */
div.info-box-a {
background-color: #9bdaef;
padding: 20px;
font-size: 13px;
margin: 0 0 15px 0;
}
div.info-box-b {
background-color: #efdb7f;
padding: 20px;
font-size: 13px;
margin: 0 0 15px 0;
}
/* Footer */
div.footer {
background-color: #3f3f3f;
color: #FFF;
padding: 15px 0;
text-align: center;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } | static/main.css | h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}
p {
margin: 0 0 1em 0;
font-size: 93%;
line-height: 1.5em;
}
body {
font-family: Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
height: 100px;
width: 100px;
/* outline: black;*/
background-size: 100%, 100%;
border-radius: 50%;
/* border: 1px solid black;*/
background-image: none;
}
.carousel-control-next-icon:after
{
content: '>';
font-size: 25px;
color: #375f8880;
}
.carousel-control-prev-icon:after {
content: '<';
font-size: 25px;
color: #375f8880;
}
#myCarousel {
margin-top: 40px;
}
.carousel-linked-nav,
.carousel-linked-projects,
.item img {
display: block;
margin: 0 auto;
}
.carousel-linked-nav,
.carousel-linked-projects {
width: 120px;
margin-bottom: 20px;
}
img {
max-width: 100%;
/*height: auto;*/
margin: 0 0 10px 0;
}
/* Section Inner */
div.section-inner {
max-width: 1100px;
padding: 0 25px;
margin: 0 auto;
}
/* Header */
div.header {
background-color: #E9E9E9;
padding: 40px 0;
}
/* Navigation */
div.nav {
background-color: #d4d4d4;
}
div.nav ul {
margin: 0;
padding: 0;
}
div.nav ul li {
list-style: none;
float: left;
font-size: 93%;
}
div.nav ul li a:link,
div.nav ul li a:visited {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #000;
border-right: 1px solid #bababa;
}
/* Body Content */
div.body-content {
padding: 50px 0;
background-color: #FFF;
}
/* Thirds */
div.thirds {
padding-bottom: 50px;
padding-left: 50px;
}
div.one-third {
width: 40%;
float: left;
margin-right: 10%;
}
div.one-third-last {
margin: 0;
}
/* Main Column */
div.main {
width: 65%;
float: left;
margin-right: 5%;
}
/* Side Column */
div.side {
width: 30%;
float: left;
}
/* Info Box */
div.info-box-a {
background-color: #9bdaef;
padding: 20px;
font-size: 13px;
margin: 0 0 15px 0;
}
div.info-box-b {
background-color: #efdb7f;
padding: 20px;
font-size: 13px;
margin: 0 0 15px 0;
}
/* Footer */
div.footer {
background-color: #3f3f3f;
color: #FFF;
padding: 15px 0;
text-align: center;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } | 0.135919 | 0.062388 |
:root {
--violet: hsl(257, 40%, 49%);
--soft-magenta: hsl(300, 69%, 71%);
--font-poppins: 'Open Sans', sans-serif;
--font-open: 'Poppins', sans-serif;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: var(--font-open);
font-size: 62.5%;
min-width: 320px;
}
.space-lateral {
padding: 0 35px;
}
.main-container {
background: url(../assets/images/bg-mobile.svg) no-repeat var(--violet);
background-size: contain;
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;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 60px;
padding: 40px 0;
}
.logo-container {
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
max-width: 1440px;
}
.logo-container img {
width: 130px;
}
.content-container {
max-width: 1440px;
}
.content-container .content__img {
text-align: center;
}
.content-container .content__img img {
width: 100%;
}
.content-container .content__content {
margin: 60px 0 10px;
text-align: center;
color: #fff;
}
.content-container .content__content h1 {
font-size: 2.5rem;
line-height: 3.5rem;
}
.content-container .content__content p {
font-size: 1.6rem;
line-height: 2.5rem;
margin: 20px 0;
font-family: var(--font-poppins);
}
.content-container .content__content button {
border-radius: 50px;
border: none;
color: var(--violet);
font-family: var(--font-open);
font-size: 1.2rem;
width: 200px;
height: 40px;
padding: 10px 0;
margin: 0;
-webkit-box-shadow: 0px 7px 10px -7px rgba(21, 21, 21, 0.8);
box-shadow: 0px 7px 10px -7px rgba(21, 21, 21, 0.8);
cursor: pointer;
}
.content-container .content__content button:hover {
color: #fff;
background-color: var(--soft-magenta);
}
.footer {
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;
gap: 10px;
}
.footer div {
border: 1px solid #fff;
border-radius: 100px;
height: 30px;
width: 30px;
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;
cursor: pointer;
}
.footer div i {
color: #fff;
font-size: 1.4rem;
}
.footer div:hover i {
color: #f85ac9;
}
.footer div:hover {
border: 1px solid #f85ac9;
}
/*# sourceMappingURL=style.css.map */ | huddle-landing-page-with-single-introductory-section-master/css/style.css | :root {
--violet: hsl(257, 40%, 49%);
--soft-magenta: hsl(300, 69%, 71%);
--font-poppins: 'Open Sans', sans-serif;
--font-open: 'Poppins', sans-serif;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: var(--font-open);
font-size: 62.5%;
min-width: 320px;
}
.space-lateral {
padding: 0 35px;
}
.main-container {
background: url(../assets/images/bg-mobile.svg) no-repeat var(--violet);
background-size: contain;
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;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 60px;
padding: 40px 0;
}
.logo-container {
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
max-width: 1440px;
}
.logo-container img {
width: 130px;
}
.content-container {
max-width: 1440px;
}
.content-container .content__img {
text-align: center;
}
.content-container .content__img img {
width: 100%;
}
.content-container .content__content {
margin: 60px 0 10px;
text-align: center;
color: #fff;
}
.content-container .content__content h1 {
font-size: 2.5rem;
line-height: 3.5rem;
}
.content-container .content__content p {
font-size: 1.6rem;
line-height: 2.5rem;
margin: 20px 0;
font-family: var(--font-poppins);
}
.content-container .content__content button {
border-radius: 50px;
border: none;
color: var(--violet);
font-family: var(--font-open);
font-size: 1.2rem;
width: 200px;
height: 40px;
padding: 10px 0;
margin: 0;
-webkit-box-shadow: 0px 7px 10px -7px rgba(21, 21, 21, 0.8);
box-shadow: 0px 7px 10px -7px rgba(21, 21, 21, 0.8);
cursor: pointer;
}
.content-container .content__content button:hover {
color: #fff;
background-color: var(--soft-magenta);
}
.footer {
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;
gap: 10px;
}
.footer div {
border: 1px solid #fff;
border-radius: 100px;
height: 30px;
width: 30px;
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;
cursor: pointer;
}
.footer div i {
color: #fff;
font-size: 1.4rem;
}
.footer div:hover i {
color: #f85ac9;
}
.footer div:hover {
border: 1px solid #f85ac9;
}
/*# sourceMappingURL=style.css.map */ | 0.336331 | 0.093388 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
* {
margin: 0px;
padding: 0px;
}
body{
font-family: 'Roboto', sans-serif;
font-size: 1em;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
}
main {
min-width: 320px;
max-width: 1000px;
margin: 10px auto 0px auto;
padding: 10px 20px 0px 20px;
}
header {
margin:0px;
padding: 0px 0px 1px 0px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
box-shadow: 5px 5px 5px #7c7070;
}
header > h1 {
margin: 0px auto 10px auto;
padding: 10px 0px 10px 0px;;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: red;
text-align: center;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.705);
box-shadow: 5px 5px 5px #1b1b1b;
font-size: 5em;
}
header > h1:hover{
text-align: center;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.705);
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: red;
box-shadow: 5px 5px 5px #1b1b1b;
font-size: 5.5em;
}
header > h2{
margin: 0px;
padding: 10px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: black;
text-align: center;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.705);
box-shadow: 5px 5px 5px #1b1b1b;
}
nav {
margin: 15px;
}
nav > a {
font-size: 1.5em;
margin: 8px;
padding: 6px;
text-decoration: none;
color:red;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.801);
}
nav > a:hover {
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: black;
border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.808);
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.705);
}
.insertedNews {
margin-top: 30px;
margin-bottom: 80px;
}
.insertedTitle {
margin: 10px auto 10px auto;
padding: 10px;
background-image: linear-gradient(45deg, black, red);
color: white;
box-shadow: 5px 5px 5px #1b1b1b;
text-shadow: 5px 5px 5px black;
font-size: 2em;
}
.insertedDivImg {
width: 560px;
height: 315px;
margin: 30px auto 37px;
}
.insertedImg {
width: 560px;
height: 315px;
border: 5px solid black;
}
.insertedTextNews{
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
margin: 10px auto 10px auto;
padding: 10px;
}
.insertedDivVideo {
width: 560px;
height: 315px;
margin: 30px auto;
border: 5px solid black;
}
.btnDelete, .btnTitle, .btnNews, .btnImg, .btnVideo{
border-radius: 5px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
}
.btnDelete:hover, .btnTitle:hover, .btnNews:hover, .btnImg:hover, .btnVideo:hover{
background-image: linear-gradient(45deg, black, red);
color: white;
font-size: 1.2em;
}
.writeYourNews {
margin: 15px auto 15px;
padding: 20px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
box-shadow: 5px 5px 5px #867b7b;
}
#hour {
text-align: center;
font-size: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.801);
}
footer {
margin: auto;
padding: 20px;
background-image: linear-gradient(45deg, black, red);
color: #fff;
} | assets/CSS/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
* {
margin: 0px;
padding: 0px;
}
body{
font-family: 'Roboto', sans-serif;
font-size: 1em;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
}
main {
min-width: 320px;
max-width: 1000px;
margin: 10px auto 0px auto;
padding: 10px 20px 0px 20px;
}
header {
margin:0px;
padding: 0px 0px 1px 0px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
box-shadow: 5px 5px 5px #7c7070;
}
header > h1 {
margin: 0px auto 10px auto;
padding: 10px 0px 10px 0px;;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: red;
text-align: center;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.705);
box-shadow: 5px 5px 5px #1b1b1b;
font-size: 5em;
}
header > h1:hover{
text-align: center;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.705);
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: red;
box-shadow: 5px 5px 5px #1b1b1b;
font-size: 5.5em;
}
header > h2{
margin: 0px;
padding: 10px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: black;
text-align: center;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.705);
box-shadow: 5px 5px 5px #1b1b1b;
}
nav {
margin: 15px;
}
nav > a {
font-size: 1.5em;
margin: 8px;
padding: 6px;
text-decoration: none;
color:red;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.801);
}
nav > a:hover {
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
color: black;
border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.808);
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.705);
}
.insertedNews {
margin-top: 30px;
margin-bottom: 80px;
}
.insertedTitle {
margin: 10px auto 10px auto;
padding: 10px;
background-image: linear-gradient(45deg, black, red);
color: white;
box-shadow: 5px 5px 5px #1b1b1b;
text-shadow: 5px 5px 5px black;
font-size: 2em;
}
.insertedDivImg {
width: 560px;
height: 315px;
margin: 30px auto 37px;
}
.insertedImg {
width: 560px;
height: 315px;
border: 5px solid black;
}
.insertedTextNews{
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
margin: 10px auto 10px auto;
padding: 10px;
}
.insertedDivVideo {
width: 560px;
height: 315px;
margin: 30px auto;
border: 5px solid black;
}
.btnDelete, .btnTitle, .btnNews, .btnImg, .btnVideo{
border-radius: 5px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
}
.btnDelete:hover, .btnTitle:hover, .btnNews:hover, .btnImg:hover, .btnVideo:hover{
background-image: linear-gradient(45deg, black, red);
color: white;
font-size: 1.2em;
}
.writeYourNews {
margin: 15px auto 15px;
padding: 20px;
background-image: linear-gradient(45deg, rgba(75, 73, 73, 0.952), #fff);
box-shadow: 5px 5px 5px #867b7b;
}
#hour {
text-align: center;
font-size: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.801);
}
footer {
margin: auto;
padding: 20px;
background-image: linear-gradient(45deg, black, red);
color: #fff;
} | 0.446977 | 0.177704 |
body {
margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.image-bg-fluid-height {
background: url('../images/bernal_hill_sf_view_fade_btm_2.jpeg') no-repeat top center scroll;
padding: 100px 0;
}
.image-bg-fixed-height {
background: url('../images/bernal_hill_sf_view_fade_top_2.jpeg') no-repeat bottom center scroll;
height: 450px;
display: table;
width: 100%;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.text-vertical-center h1 {
margin: 0;
padding: 0;
font-size: 4.5em;
font-weight: 700;
color: #fff;
text-shadow: 2px 2px 12px #000;
}
.image-bg-fluid-height,
.image-bg-fixed-height {
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.avatar {
box-shadow: 2px 2px 12px black;
border: 1px solid #777;
border-top: 0;
border-left: 0;
}
.img-center {
margin: 0 auto;
}
section {
padding: 35px 0;
background: rgba(255,255,255,0.3);
}
.section-heading {
margin: 30px 0;
font-size: 4em;
}
.section-lead {
margin: 30px 0;
}
.section-paragraph {
margin: 30px 0;
}
/* Portfolio */
.portfolio {
padding: 50px 0;
}
.portfolio-item {
margin-bottom: 30px;
}
.img-portfolio {
margin: 0 auto;
}
.img-portfolio:hover {
opacity: 0.8;
}
.map {
padding-top: 0;
height: 420px;
}
.map iframe {
pointer-events: none;
}
footer {
margin: 50px 0;
}
@media(max-width:768px) {
section {
padding-top: 25px;
padding-bottom: 25px;
}
.section-heading {
font-size: 2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.section-lead { margin: 1em 0; }
.section-paragraph { margin: 0.75em 0; }
.image-bg-fluid-height {
padding-top: 2em;
padding-bottom: 1em;
}
.image-bg-fixed-height {
height: 275px;
}
.text-vertical-center h1 {
font-size: 3em;
}
}
@media(max-width:400px) {
.map,
.image-bg-fixed-height {
height: 205px;
}
.text-vertical-center h1 {
font-size: 2.5em;
}
} | css/full-width-pics.css | body {
margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.image-bg-fluid-height {
background: url('../images/bernal_hill_sf_view_fade_btm_2.jpeg') no-repeat top center scroll;
padding: 100px 0;
}
.image-bg-fixed-height {
background: url('../images/bernal_hill_sf_view_fade_top_2.jpeg') no-repeat bottom center scroll;
height: 450px;
display: table;
width: 100%;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.text-vertical-center h1 {
margin: 0;
padding: 0;
font-size: 4.5em;
font-weight: 700;
color: #fff;
text-shadow: 2px 2px 12px #000;
}
.image-bg-fluid-height,
.image-bg-fixed-height {
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.avatar {
box-shadow: 2px 2px 12px black;
border: 1px solid #777;
border-top: 0;
border-left: 0;
}
.img-center {
margin: 0 auto;
}
section {
padding: 35px 0;
background: rgba(255,255,255,0.3);
}
.section-heading {
margin: 30px 0;
font-size: 4em;
}
.section-lead {
margin: 30px 0;
}
.section-paragraph {
margin: 30px 0;
}
/* Portfolio */
.portfolio {
padding: 50px 0;
}
.portfolio-item {
margin-bottom: 30px;
}
.img-portfolio {
margin: 0 auto;
}
.img-portfolio:hover {
opacity: 0.8;
}
.map {
padding-top: 0;
height: 420px;
}
.map iframe {
pointer-events: none;
}
footer {
margin: 50px 0;
}
@media(max-width:768px) {
section {
padding-top: 25px;
padding-bottom: 25px;
}
.section-heading {
font-size: 2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.section-lead { margin: 1em 0; }
.section-paragraph { margin: 0.75em 0; }
.image-bg-fluid-height {
padding-top: 2em;
padding-bottom: 1em;
}
.image-bg-fixed-height {
height: 275px;
}
.text-vertical-center h1 {
font-size: 3em;
}
}
@media(max-width:400px) {
.map,
.image-bg-fixed-height {
height: 205px;
}
.text-vertical-center h1 {
font-size: 2.5em;
}
} | 0.398758 | 0.092401 |
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-image: url("images/tree-32px.png");
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("images/tree-throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
background: url("images/tree-32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
background: url("images/tree-32px.png") -260px -4px no-repeat;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
background-image: url("images/tree-32px.png");
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
background-image: url("images/tree-32px.png");
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("images/tree-throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
background: url("images/tree-32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
background: url("images/tree-32px.png") -263px -7px no-repeat;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
background-image: url("images/tree-32px.png");
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
background-image: url("images/tree-32px.png");
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("images/tree-throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
background: url("images/tree-32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
background: url("images/tree-32px.png") -256px 0px no-repeat;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
background-image: url("images/tree-32px.png");
}
#jstree-dnd.jstree-dnd-responsive > .jstree-ok {
background-image: url("images/tree-40px.png");
}
#jstree-dnd.jstree-dnd-responsive > .jstree-er {
background-image: url("images/tree-40px.png");
}
.jstree-default-responsive .jstree-icon {
background-image: url("images/tree-40px.png");
}
.jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-node > .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
background-image: url("images/tree-40px.png");
}
.jstree-default-responsive .jstree-file {
background: url("images/tree-40px.png") 0 -160px no-repeat;
}
.jstree-default-responsive .jstree-folder {
background: url("images/tree-40px.png") -40px -40px no-repeat;
} | src/css/jstree.css | .jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-image: url("images/tree-32px.png");
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("images/tree-throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
background: url("images/tree-32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
background: url("images/tree-32px.png") -260px -4px no-repeat;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
background-image: url("images/tree-32px.png");
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
background-image: url("images/tree-32px.png");
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("images/tree-throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
background: url("images/tree-32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
background: url("images/tree-32px.png") -263px -7px no-repeat;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
background-image: url("images/tree-32px.png");
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
background-image: url("images/tree-32px.png");
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("images/tree-throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
background: url("images/tree-32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
background: url("images/tree-32px.png") -256px 0px no-repeat;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
background-image: url("images/tree-32px.png");
}
#jstree-dnd.jstree-dnd-responsive > .jstree-ok {
background-image: url("images/tree-40px.png");
}
#jstree-dnd.jstree-dnd-responsive > .jstree-er {
background-image: url("images/tree-40px.png");
}
.jstree-default-responsive .jstree-icon {
background-image: url("images/tree-40px.png");
}
.jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-node > .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
background-image: url("images/tree-40px.png");
}
.jstree-default-responsive .jstree-file {
background: url("images/tree-40px.png") 0 -160px no-repeat;
}
.jstree-default-responsive .jstree-folder {
background: url("images/tree-40px.png") -40px -40px no-repeat;
} | 0.272702 | 0.114715 |
:root {
/* font-size: 1em; */
/* line-height: 1.4; */
--dark: #000040;
--white: #ffffff;
--trans-white: #ffffffaf;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
background-image: url("../img/bkground1.png");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
/*_____General_____*/
h1, h2{
font-family: 'Special Elite', cursive;
}
p{
font-family: 'Calibri';
}
/*_____Utility_____*/
.flex {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sticky {
position: fixed;
top: 0;
}
/*_____Layout_____*/
/*Divs*/
.full-screen{
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.half-screen{
height: 50vh;
display: flex;
align-items: center;
justify-content: center;
}
/*Navigation*/
nav {
width: 100%;
display: flex;
background-color: var(--dark);
height:fit-content;
z-index: 1;
align-items: center;
justify-content: right;
}
#navlinks {
list-style: none;
padding-top: 1vh;
}
#navlinks > li{
display: inline;
margin-right: 2vw;
font-family: 'Special Elite', cursive;
cursor: pointer;
}
img.btn {
height: 30px;
}
/*Cards*/
.card{
margin: 5vh;
padding: 5vh;
width: 80%;
background-color: var(--trans-white);
color: var(--dark);
text-align: justify;
box-shadow: 0px 0px 1em var(--dark);
}
.card h1 {
text-align: center;
margin-top: 0;
}
.accent {
background: var(--white);
color:var(--dark);
border: 1vh solid var(--dark);
box-shadow: 0px 0px 1em var(--dark);
margin-bottom: 0;
text-align: center;
}
.accent > ul {
list-style: none;
}
/*Row*/
.row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
background-color: var(--dark);
margin: 0 5vw;
box-shadow: 0px 0px 1em var(--dark);
}
.card-row {
min-height: fit-content;
height: 90%;
width: 25vw;
background: var(--white);
color:var(--dark);
padding: 5vh;
}
/*Header*/
header {
color:var(--white);
text-shadow: 0px 0px 1em var(--dark);
text-align: center;
}
header > h2 {
font-size: 1.5em;
}
#header {
font-size: 12em;
margin: 5vh;
font-family: 'Fredericka the Great', cursive;
}
/*Footer*/
footer {
height:10vh;
background-color: var(--dark);
color:var(--white);
display: flex;
align-items: center;
justify-content: center;
}
footer ul{
list-style: none;
display: flex;
flex-direction: row;
}
footer img.icon{
height: 30px;
}
footer h3{
color: var(--white);
font-family: 'Special Elite', cursive;
}
/*_____Content Styles_____*/
.quote {
color: var(--white);
text-shadow: 0px 0px 1em var(--dark);
text-align: center;
font-size: 1.3em;
flex-direction: column;
padding: 5vw;
}
#homebio{
margin-bottom: 5vh;
margin-top: 0;
width: 50vw;
height: fit-content;
align-self: center;
text-align: center;
font-size: 1.2em;
}
/*Bio*/
.bio {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: fit-content;
width: 60%;
}
.bio .img{
height: 33vh;
float: left;
clear: left;
margin-right: 1vw;
}
img#bio-image{
height: 100%;
width: auto;
}
.bio .description{
height: fit-content;
text-align: justify;
}
.description > h3 {
font-weight:lighter;
}
/*Contact Page*/
#contactPage{
display: flex;
align-items: center;
justify-content: center;
padding: 10vh;
height: 90vh;
}
#contact-list{
background-color: var(--trans-white);
padding: 5vh;
box-shadow: 0px 0px 1em var(--dark);
height: fit-content;
}
.contact{
display: flex;
flex-direction: row;
align-items: center;
/* justify-content: center; */
}
.contact > h2{
color:var(--dark);
}
img.icon{
width: auto;
float:left;
}
/*Project page*/
.project-list{
list-style: none;
}
/*_____SHOWCASE______*/
.showcase{
display:flex;
align-items: center;
justify-content: center;
background-color: var(--trans-white);
padding: 5vh;
box-shadow: 0px 0px 1em var(--dark);
height: 90vh;
}
/*_____Media Queries_____*/
@media only screen and (max-width: 992px) {
nav {
justify-content: center;
}
.full-screen {
height: fit-content;
min-height: 50vh;
flex-direction: column;
padding: 5vw;
}
#header {
margin-top: 5vh;
font-size: 8em;
text-align: center;
margin-top: 20vh;
}
#homebio{
width: 90%;
margin-top: 5vh;
font-size: 1em;
text-align: center;
}
.quote {
font-size: 1em;
}
.card{
width: 90%;
}
.row {
align-items: center;
justify-content: space-around;
margin: auto;
width: 60%;
}
.card-row {
height: fit-content;
width: auto;
padding: 5vh;
margin: 5vh, 0;
text-align: center;
}
}
@media only screen and (max-width: 776px){
.bio {
flex-direction: column;
width: 80vw;
}
.bio .img{
height: 33vh;
float: none;
clear: none;
margin: 3vh;
}
img#bio-image{
width: auto;
height: 100%;
}
}
@media only screen and (max-width: 600px) {
nav {
justify-content: center;
}
.full-screen {
height: fit-content;
min-height: 30vh;
flex-direction: column;
padding: 5vw;
}
.half-screen {
height: fit-content;
margin: none,
}
header {
margin-bottom: 5vh;
}
#header {
font-size: 5em;
text-align: center;
margin-top: 10vh;
}
#homebio{
width: 100%;
font-size: 1.1em;
text-align: center;
}
.card{
text-align: center;
padding: 1vw;
width: 100%;
}
.card > ul {
text-align: justify;
margin-left: 10vw;
}
.quote {
font-size: .7em;
}
.bio {
flex-direction: column;
width: 80vw;
}
.bio .img{
height: 33vh;
float: none;
clear: none;
margin: 3vh;
}
img#bio-image{
width: auto;
height: 100%;
}
.row {
align-items: center;
justify-content: space-around;
margin: auto;
width: 100%;
}
.card-row {
height: fit-content;
width: 90%;
padding: 5vh;
margin: 5vh, 0;
text-align: center;
}
#contact-list{
background-color: var(--trans-white);
padding: 5vh;
box-shadow: 0px 0px 1em var(--dark);
height: fit-content;
width: 90vw;
font-size: .7em;
}
footer{
text-align: center;
}
} | css/main.css |
:root {
/* font-size: 1em; */
/* line-height: 1.4; */
--dark: #000040;
--white: #ffffff;
--trans-white: #ffffffaf;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
background-image: url("../img/bkground1.png");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
/*_____General_____*/
h1, h2{
font-family: 'Special Elite', cursive;
}
p{
font-family: 'Calibri';
}
/*_____Utility_____*/
.flex {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sticky {
position: fixed;
top: 0;
}
/*_____Layout_____*/
/*Divs*/
.full-screen{
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.half-screen{
height: 50vh;
display: flex;
align-items: center;
justify-content: center;
}
/*Navigation*/
nav {
width: 100%;
display: flex;
background-color: var(--dark);
height:fit-content;
z-index: 1;
align-items: center;
justify-content: right;
}
#navlinks {
list-style: none;
padding-top: 1vh;
}
#navlinks > li{
display: inline;
margin-right: 2vw;
font-family: 'Special Elite', cursive;
cursor: pointer;
}
img.btn {
height: 30px;
}
/*Cards*/
.card{
margin: 5vh;
padding: 5vh;
width: 80%;
background-color: var(--trans-white);
color: var(--dark);
text-align: justify;
box-shadow: 0px 0px 1em var(--dark);
}
.card h1 {
text-align: center;
margin-top: 0;
}
.accent {
background: var(--white);
color:var(--dark);
border: 1vh solid var(--dark);
box-shadow: 0px 0px 1em var(--dark);
margin-bottom: 0;
text-align: center;
}
.accent > ul {
list-style: none;
}
/*Row*/
.row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
background-color: var(--dark);
margin: 0 5vw;
box-shadow: 0px 0px 1em var(--dark);
}
.card-row {
min-height: fit-content;
height: 90%;
width: 25vw;
background: var(--white);
color:var(--dark);
padding: 5vh;
}
/*Header*/
header {
color:var(--white);
text-shadow: 0px 0px 1em var(--dark);
text-align: center;
}
header > h2 {
font-size: 1.5em;
}
#header {
font-size: 12em;
margin: 5vh;
font-family: 'Fredericka the Great', cursive;
}
/*Footer*/
footer {
height:10vh;
background-color: var(--dark);
color:var(--white);
display: flex;
align-items: center;
justify-content: center;
}
footer ul{
list-style: none;
display: flex;
flex-direction: row;
}
footer img.icon{
height: 30px;
}
footer h3{
color: var(--white);
font-family: 'Special Elite', cursive;
}
/*_____Content Styles_____*/
.quote {
color: var(--white);
text-shadow: 0px 0px 1em var(--dark);
text-align: center;
font-size: 1.3em;
flex-direction: column;
padding: 5vw;
}
#homebio{
margin-bottom: 5vh;
margin-top: 0;
width: 50vw;
height: fit-content;
align-self: center;
text-align: center;
font-size: 1.2em;
}
/*Bio*/
.bio {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: fit-content;
width: 60%;
}
.bio .img{
height: 33vh;
float: left;
clear: left;
margin-right: 1vw;
}
img#bio-image{
height: 100%;
width: auto;
}
.bio .description{
height: fit-content;
text-align: justify;
}
.description > h3 {
font-weight:lighter;
}
/*Contact Page*/
#contactPage{
display: flex;
align-items: center;
justify-content: center;
padding: 10vh;
height: 90vh;
}
#contact-list{
background-color: var(--trans-white);
padding: 5vh;
box-shadow: 0px 0px 1em var(--dark);
height: fit-content;
}
.contact{
display: flex;
flex-direction: row;
align-items: center;
/* justify-content: center; */
}
.contact > h2{
color:var(--dark);
}
img.icon{
width: auto;
float:left;
}
/*Project page*/
.project-list{
list-style: none;
}
/*_____SHOWCASE______*/
.showcase{
display:flex;
align-items: center;
justify-content: center;
background-color: var(--trans-white);
padding: 5vh;
box-shadow: 0px 0px 1em var(--dark);
height: 90vh;
}
/*_____Media Queries_____*/
@media only screen and (max-width: 992px) {
nav {
justify-content: center;
}
.full-screen {
height: fit-content;
min-height: 50vh;
flex-direction: column;
padding: 5vw;
}
#header {
margin-top: 5vh;
font-size: 8em;
text-align: center;
margin-top: 20vh;
}
#homebio{
width: 90%;
margin-top: 5vh;
font-size: 1em;
text-align: center;
}
.quote {
font-size: 1em;
}
.card{
width: 90%;
}
.row {
align-items: center;
justify-content: space-around;
margin: auto;
width: 60%;
}
.card-row {
height: fit-content;
width: auto;
padding: 5vh;
margin: 5vh, 0;
text-align: center;
}
}
@media only screen and (max-width: 776px){
.bio {
flex-direction: column;
width: 80vw;
}
.bio .img{
height: 33vh;
float: none;
clear: none;
margin: 3vh;
}
img#bio-image{
width: auto;
height: 100%;
}
}
@media only screen and (max-width: 600px) {
nav {
justify-content: center;
}
.full-screen {
height: fit-content;
min-height: 30vh;
flex-direction: column;
padding: 5vw;
}
.half-screen {
height: fit-content;
margin: none,
}
header {
margin-bottom: 5vh;
}
#header {
font-size: 5em;
text-align: center;
margin-top: 10vh;
}
#homebio{
width: 100%;
font-size: 1.1em;
text-align: center;
}
.card{
text-align: center;
padding: 1vw;
width: 100%;
}
.card > ul {
text-align: justify;
margin-left: 10vw;
}
.quote {
font-size: .7em;
}
.bio {
flex-direction: column;
width: 80vw;
}
.bio .img{
height: 33vh;
float: none;
clear: none;
margin: 3vh;
}
img#bio-image{
width: auto;
height: 100%;
}
.row {
align-items: center;
justify-content: space-around;
margin: auto;
width: 100%;
}
.card-row {
height: fit-content;
width: 90%;
padding: 5vh;
margin: 5vh, 0;
text-align: center;
}
#contact-list{
background-color: var(--trans-white);
padding: 5vh;
box-shadow: 0px 0px 1em var(--dark);
height: fit-content;
width: 90vw;
font-size: .7em;
}
footer{
text-align: center;
}
} | 0.214856 | 0.076236 |
.span1 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span2 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span3 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span4 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span5 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span6 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span7 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span8 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span9 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span10 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span11 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span12 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span13 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span14 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span15 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span16 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span17 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span18 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span19 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span20 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span21 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span22 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span23 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span24 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span25 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span26 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span27 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span28 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span29 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span30 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span31 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span32 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span33 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span34 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span35 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span36 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span37 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span38 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span39 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span40 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span41 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span42 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span43 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span44 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span45 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span46 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span47 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span48 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span49 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span50 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span51 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span52 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span53 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span54 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span55 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span56 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span57 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span58 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span59 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span60 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span61 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span62 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span63 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span64 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span65 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span66 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span67 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span68 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span69 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span70 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span71 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span72 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span73 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span74 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span75 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span76 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span77 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span78 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span79 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span80 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span81 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span82 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span83 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span84 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span85 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span86 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span87 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span88 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span89 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span90 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span91 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span92 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span93 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span94 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span95 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span96 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span97 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span98 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span99 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span100 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
} | working/css/compile.css | .span1 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span2 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span3 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span4 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span5 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span6 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span7 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span8 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span9 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span10 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span11 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span12 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span13 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span14 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span15 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span16 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span17 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span18 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span19 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span20 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span21 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span22 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span23 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span24 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span25 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span26 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span27 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span28 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span29 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span30 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span31 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span32 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span33 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span34 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span35 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span36 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span37 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span38 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span39 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span40 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span41 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span42 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span43 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span44 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span45 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span46 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span47 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span48 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span49 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span50 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span51 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span52 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span53 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span54 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span55 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span56 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span57 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span58 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span59 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span60 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span61 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span62 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span63 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span64 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span65 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span66 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span67 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span68 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span69 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span70 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span71 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span72 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span73 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span74 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span75 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span76 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span77 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span78 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span79 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span80 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span81 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span82 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span83 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span84 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span85 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span86 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span87 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span88 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span89 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span90 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span91 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span92 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span93 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span94 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span95 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span96 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span97 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span98 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span99 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
}
.span100 {
width: 6.77966%;
clear: right;
float: left;
margin-left: 0;
margin-right: 1.69492%;
} | 0.822153 | 0.368576 |
body{
background-color:rgb(156, 154, 154);
}
h1,h2,h3,h4,h5,h6 {
font-family: American Typewriter, serif;
color:white;
margin-top: 25px;
font-size: 50px;
text-align: center;
text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.App {
text-align: center;
margin:5%;
padding:auto;
align-content:center;
align-self:center;
align-items:center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
height:90%;
width:90%;
background-color:whitesmoke;
border-radius: 25px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.App-logo {
height: 40vmin;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.App-link {
color: #09d3ac;
}
.dropdown {
position: relative;
display: inline-block;
width: 200px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
top:45px;
right:0px;
width: 200px;
background-color: white;
font-weight:bold;
position: absolute;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
-o-animation: fadein 1s; /* Opera < 12.1 */
animation: fadein 1s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
li.dropdown-button {
display: inline-block;
padding:0.35em 1.2em;
border:0.1em solid #FFFFFF;
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight:300;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein .5s; /* Firefox < 16 */
-ms-animation: fadein .5s; /* Internet Explorer */
-o-animation: fadein .5s; /* Opera < 12.1 */
animation: fadein .5s;
-webkit-animation: fadeout .5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadeout .5s; /* Firefox < 16 */
-ms-animation: fadeout .5s; /* Internet Explorer */
-o-animation: fadeout .5s; /* Opera < 12.1 */
animation: fadeout .5s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
li.dropdown-button:hover{
color:#000000;
background-color:#FFFFFF
}
@media all and (max-width:30em){
li.dropdown-button{
display: block;
margin:0.4em auto;
}
}
li {
padding: 8px 16px;
border-bottom: 1px solid #008CBA;
}
li:last-child {
border-bottom: none;
}
li:hover {
background-color: #008CBA;
color: white;
}
.button{
width:178px;
height:18px;
background-color:#008CBA ;
padding:12px;
border-radius:5px;
font-weight:bold;
color:white;
display:inline-block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.button:before{
content:"";
position:absolute;
width:0px;
height:0px;
border: 10px solid;
border-color: white transparent transparent transparent;
right:6px;
top:18px;
}
.input-owner{
display: block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#expression{
display:inline-block;
width: 200px;
height:50px;
border-radius: 40px;
outline: none;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#submit{
display:inline-block;
width:200px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#input-group{
display:inline-block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.wrapper{
position: relative;
width: 100%;
height: 100%;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
button{
display:inline-block;
font-family: 'Ubuntu', sans-serif;
top: 50%;
left: 50%;
width: 170px;
height: 40px;
line-height: 1;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
border: 3px solid #008CBA;
background: #fff;
color: #008CBA;
border-radius: 40px;
cursor: pointer;
overflow: hidden;
transition: all .35s;
}
button:hover{
background: #008CBA;
color: #fff;
}
.success{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
border-radius: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all .35s;
}
.success svg{
width: 20px;
height: 20px;
fill: yellowgreen;
transform-origin: 50% 50%;
transform: translateY(-50%) rotate(0deg) scale(0);
transition: all .35s;
}
button.is_active{
width: 40px;
height: 40px;
}
button.is_active .success{
opacity: 1;
visibility: visible;
}
button.is_active .success svg{
margin-top: 50%;
transform: translateY(-50%) rotate(720deg) scale(1);
}
.get-equation.is_active span{
opacity: 0;
visibility: hidden;
}
.newtonified-container {
display:inline-block;
border-radius: 25px;
border: 4px solid #008CBA;
padding: 20px;
width: 200px;
height: 100px;
}
.newtonified {
opacity: 0;
color: black;
font-size: 30px;
margin-top: 25px;
text-align: center;
text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
-webkit-transition: opacity 2s ease-in;
-moz-transition: opacity 2s ease-in;
-ms-transition: opacity 2s ease-in;
-o-transition: opacity 2s ease-in;
transition: opacity 2s ease-in;
}
.newtonified {
opacity: 1;
}
input{
outline: none;
} | client/src/App.css | body{
background-color:rgb(156, 154, 154);
}
h1,h2,h3,h4,h5,h6 {
font-family: American Typewriter, serif;
color:white;
margin-top: 25px;
font-size: 50px;
text-align: center;
text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.App {
text-align: center;
margin:5%;
padding:auto;
align-content:center;
align-self:center;
align-items:center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
height:90%;
width:90%;
background-color:whitesmoke;
border-radius: 25px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.App-logo {
height: 40vmin;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.App-link {
color: #09d3ac;
}
.dropdown {
position: relative;
display: inline-block;
width: 200px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
top:45px;
right:0px;
width: 200px;
background-color: white;
font-weight:bold;
position: absolute;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
-o-animation: fadein 1s; /* Opera < 12.1 */
animation: fadein 1s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
li.dropdown-button {
display: inline-block;
padding:0.35em 1.2em;
border:0.1em solid #FFFFFF;
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight:300;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein .5s; /* Firefox < 16 */
-ms-animation: fadein .5s; /* Internet Explorer */
-o-animation: fadein .5s; /* Opera < 12.1 */
animation: fadein .5s;
-webkit-animation: fadeout .5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadeout .5s; /* Firefox < 16 */
-ms-animation: fadeout .5s; /* Internet Explorer */
-o-animation: fadeout .5s; /* Opera < 12.1 */
animation: fadeout .5s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
li.dropdown-button:hover{
color:#000000;
background-color:#FFFFFF
}
@media all and (max-width:30em){
li.dropdown-button{
display: block;
margin:0.4em auto;
}
}
li {
padding: 8px 16px;
border-bottom: 1px solid #008CBA;
}
li:last-child {
border-bottom: none;
}
li:hover {
background-color: #008CBA;
color: white;
}
.button{
width:178px;
height:18px;
background-color:#008CBA ;
padding:12px;
border-radius:5px;
font-weight:bold;
color:white;
display:inline-block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.button:before{
content:"";
position:absolute;
width:0px;
height:0px;
border: 10px solid;
border-color: white transparent transparent transparent;
right:6px;
top:18px;
}
.input-owner{
display: block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#expression{
display:inline-block;
width: 200px;
height:50px;
border-radius: 40px;
outline: none;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#submit{
display:inline-block;
width:200px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#input-group{
display:inline-block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.wrapper{
position: relative;
width: 100%;
height: 100%;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
button{
display:inline-block;
font-family: 'Ubuntu', sans-serif;
top: 50%;
left: 50%;
width: 170px;
height: 40px;
line-height: 1;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
border: 3px solid #008CBA;
background: #fff;
color: #008CBA;
border-radius: 40px;
cursor: pointer;
overflow: hidden;
transition: all .35s;
}
button:hover{
background: #008CBA;
color: #fff;
}
.success{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
border-radius: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all .35s;
}
.success svg{
width: 20px;
height: 20px;
fill: yellowgreen;
transform-origin: 50% 50%;
transform: translateY(-50%) rotate(0deg) scale(0);
transition: all .35s;
}
button.is_active{
width: 40px;
height: 40px;
}
button.is_active .success{
opacity: 1;
visibility: visible;
}
button.is_active .success svg{
margin-top: 50%;
transform: translateY(-50%) rotate(720deg) scale(1);
}
.get-equation.is_active span{
opacity: 0;
visibility: hidden;
}
.newtonified-container {
display:inline-block;
border-radius: 25px;
border: 4px solid #008CBA;
padding: 20px;
width: 200px;
height: 100px;
}
.newtonified {
opacity: 0;
color: black;
font-size: 30px;
margin-top: 25px;
text-align: center;
text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
-webkit-transition: opacity 2s ease-in;
-moz-transition: opacity 2s ease-in;
-ms-transition: opacity 2s ease-in;
-o-transition: opacity 2s ease-in;
transition: opacity 2s ease-in;
}
.newtonified {
opacity: 1;
}
input{
outline: none;
} | 0.396652 | 0.071819 |
footer,header,section{display:block;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}pre{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}img{border:0;}svg:not(:root){overflow:hidden;}table{border-collapse:collapse;border-spacing:0;}.btn{cursor: pointer;}body{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:1em}
.container{max-width:960px;margin:0 auto}
.copy{background:#eef1f3;padding:26px;margin-bottom:80px;border-radius:5px}
.copy h1{font-size:1.7em}
.example{background:#283339;padding:10px;margin-bottom:50px}
.code{margin-left:-100px;font-size:1.4em;font-weight:500;margin-bottom:0}
.brace,.selector{color:#849d66}
.method{color:#b2bbc4}
.jq{color:#5d8a87}
.key{color:#8666a3}
.comment{color:#96a4be}
.header{background:url(../img/bg.png) no-repeat;background-size:cover;height:100vh;margin-bottom:70px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.header__heading{text-align:center;text-shadow:2px 1px 6px #000;font-size:4em;font-weight:400;margin:20px 0 10px}
.full-center{padding:25px 30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;background:rgba(84,76,76,.4);border-radius:4px}
.subscribe{letter-spacing:3px;font-weight:300}
.github__block{font-weight:700;position:absolute;top:35px;right:60px}
.github__link{text-decoration:none;color:#e91e63;line-height:1.3;-webkit-transition:color .4s;transition:color .4s;margin-left:10px}
.github__link:hover{color:#a9a9a9}
.github__block a svg{vertical-align:middle;margin-top:-4px}
.github__link svg path{fill:#e91e63;-webkit-transition:fill .4s;transition:fill .4s}
.github__link:hover svg path{fill:#a9a9a9}
@-webkit-keyframes span{0%{bottom:90px;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}
to{bottom:100px;-webkit-transform:rotateY(50deg);transform:rotateY(50deg)}}
@keyframes span{0%{bottom:90px;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}
to{bottom:100px;-webkit-transform:rotateY(50deg);transform:rotateY(50deg)}}
.arrow__btn{position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:82%;left:50%;-webkit-animation:span .7s ease-out infinite alternate;animation:span .7s ease-out infinite alternate}
.no-margin{margin-bottom:0}
.data{padding:25px;font-size:1.5em}
.table{width:100%;max-width:100%;margin-bottom:40px;background-color:#fff}
.table>tbody>tr>td{padding:25px;line-height:1.42857143;border-top:1px solid #ddd}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.data:first-child{font-style:italic}
.data:nth-child(2){font-size:1.2em}
.color{font-style:italic}
.footer{padding:10px;background:#f9f9f9;text-align:center}
.footer p{font-weight:700} | dist/css/style.min.css | footer,header,section{display:block;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}pre{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}img{border:0;}svg:not(:root){overflow:hidden;}table{border-collapse:collapse;border-spacing:0;}.btn{cursor: pointer;}body{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:1em}
.container{max-width:960px;margin:0 auto}
.copy{background:#eef1f3;padding:26px;margin-bottom:80px;border-radius:5px}
.copy h1{font-size:1.7em}
.example{background:#283339;padding:10px;margin-bottom:50px}
.code{margin-left:-100px;font-size:1.4em;font-weight:500;margin-bottom:0}
.brace,.selector{color:#849d66}
.method{color:#b2bbc4}
.jq{color:#5d8a87}
.key{color:#8666a3}
.comment{color:#96a4be}
.header{background:url(../img/bg.png) no-repeat;background-size:cover;height:100vh;margin-bottom:70px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.header__heading{text-align:center;text-shadow:2px 1px 6px #000;font-size:4em;font-weight:400;margin:20px 0 10px}
.full-center{padding:25px 30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;background:rgba(84,76,76,.4);border-radius:4px}
.subscribe{letter-spacing:3px;font-weight:300}
.github__block{font-weight:700;position:absolute;top:35px;right:60px}
.github__link{text-decoration:none;color:#e91e63;line-height:1.3;-webkit-transition:color .4s;transition:color .4s;margin-left:10px}
.github__link:hover{color:#a9a9a9}
.github__block a svg{vertical-align:middle;margin-top:-4px}
.github__link svg path{fill:#e91e63;-webkit-transition:fill .4s;transition:fill .4s}
.github__link:hover svg path{fill:#a9a9a9}
@-webkit-keyframes span{0%{bottom:90px;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}
to{bottom:100px;-webkit-transform:rotateY(50deg);transform:rotateY(50deg)}}
@keyframes span{0%{bottom:90px;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}
to{bottom:100px;-webkit-transform:rotateY(50deg);transform:rotateY(50deg)}}
.arrow__btn{position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:82%;left:50%;-webkit-animation:span .7s ease-out infinite alternate;animation:span .7s ease-out infinite alternate}
.no-margin{margin-bottom:0}
.data{padding:25px;font-size:1.5em}
.table{width:100%;max-width:100%;margin-bottom:40px;background-color:#fff}
.table>tbody>tr>td{padding:25px;line-height:1.42857143;border-top:1px solid #ddd}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.data:first-child{font-style:italic}
.data:nth-child(2){font-size:1.2em}
.color{font-style:italic}
.footer{padding:10px;background:#f9f9f9;text-align:center}
.footer p{font-weight:700} | 0.196286 | 0.056731 |
@import url('https://rsms.me/inter/inter.css');
/*******************************
Reset Start Here
*******************************/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:0 0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C""\201D""\2018""\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;outline: 0;border: 0;background-color: transparent;}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;font-size: 10px;}
body{margin:0;padding: 0;font-family:'Inter',sans-serif;font-size: 1.4rem;box-sizing: border-box;overflow-x: hidden;background-color:#ffffff;color:#141414;}
body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.grey-body{
background-color: rgba(20, 20, 20, 0.6);
}
h1,h2,h3,h4,h5,h6 { font-family:'Inter',sans-serif; font-stretch: normal; font-weight: normal;}
h1, .font-28 {font-size: 2.8rem;line-height: 41px;}
h2, .font-26 {font-size: 2.6rem;line-height: 38px;}
h3, .font-24 {font-size: 2.4rem;line-height: 36px;}
h4, .font-22 {font-size: 2.2rem;line-height: 27px;}
h5, .font-20 {font-size: 2.0rem;line-height: 24px;}
h6, .font-18 {font-size: 1.8rem;line-height: 24px;}
.ccl-width{width: 100%;}
.font-16{font-size: 1.6rem; line-height: 22px;}
.font-15{font-size: 1.5rem;line-height: 20px;}
.font-14{font-size: 1.4rem !important;line-height: 19px;}
.font-13{font-size: 1.3rem;line-height: 18px;}
.font-12{font-size: 1.2rem;line-height: 17px;}
.font-11{font-size: 1.1rem;line-height: 15px;}
p {font-size: 1.4rem;line-height:19px}
.ccl-line-height{line-height: 26px;}
.cursor-pointer {cursor: pointer;}
.para{font-size: 1.5rem;}
input:focus {box-shadow: none;border: 0;outline: none;}
/*input:focus {outline: none;}*/
a:focus, div:focus { outline: none; }
a {text-decoration: none;}
li {list-style-type: none;}
.ul-list-icon li { list-style: disc; color: #555555; font-size: 1.5rem; margin-bottom: 0.3rem;}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 4.0rem}
img{border-style:none;max-width: 100%;display: inherit;}svg:not(:root){overflow:hidden}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:0.1rem solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
input[type="checkbox"],input[type="radio"]{display: none;}
.ccl-text-underline{text-decoration:underline;}
.container {margin-right: auto;margin-left: auto;}
.box-sizing{box-sizing: border-box}
/* End extract */
/*html{overflow-x:hidden}*/
header, .bredcrumb-wrapper {/* background-color: #fff; */}
.fa {position: relative;}
label{cursor: pointer;}
.ccl-block {display: block;}
.disable {pointer-events: none;}
body.active {overflow: hidden;}
.ccl-wide{letter-spacing:4px}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
hr{border:0;border-top:1px solid #eee;margin:2.0rem 0}
a{color:inherit}
.ccl-image{max-width:100%;height:auto}
.ccl-input{
display: block;
width: 100%;
border: 0;
box-shadow: inset 0 0 0 1px rgba(20,20,20,0.04);
border-radius: 8px;
background-color: rgba(20,20,20,0.04);
letter-spacing: -.1px;
line-height: 20px;
padding: 12px;
}
.ccl-btn,.ccl-btn-block{border:none;display:inline-block;outline:0;padding:0.6rem 1.6rem;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#fff;background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}
/*.ccl-btn:hover,.ccl-btn-block:hover,.ccl-btn-floating:hover,.ccl-btn-floating-large:hover{box-shadow:0 .8rem 1.6rem 0 rgba(0,0,0,0.2),0 .6rem 2.0rem 0 rgba(0,0,0,0.19)}*/
.ccl-btn,.ccl-btn-floating,.ccl-btn-floating-large,.ccl-closenav,.ccl-opennav{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ccl-btn-floating,.ccl-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:2.4rem}
.ccl-btn-floating{width:4.0rem;height:4.0rem;line-height:4.0rem}.ccl-btn-floating-large{width:5.6rem;height:5.6rem;line-height:5.6rem}
.ccl-disabled{cursor:not-allowed;opacity:0.3}
.ccl-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.error-txt{display: none;color: #ff3b30;font-size: 13px;margin-left: 10px;margin-top: 3px;}
/*Font style Define*/
.ccl-normal-txt{font-weight: 400;}
.ccl-bold-txt{font-weight: 700;}
.ccl-italic-txt {font-style: italic;}
.ccl-semi-bold-text{font-weight: 600;}
.ccl-light-text {font-weight: 300}
.ccl-strike {text-decoration: line-through;}
.ccl-underline{text-decoration: underline;}
.ccl-text-uppercase{text-transform: uppercase;}
.ccl-text-capitalize{text-transform: capitalize;}
.ccl-center{text-align:center;}
/*Margin Define*/
.ccl-margin{margin:16px!important}.ccl-margin-0{margin:0!important}
.ccl-margin-top{margin-top:16px!important}.margin-bottom{margin-bottom:16px!important}
.margin-bottom25{margin-bottom: 25px;}
.margin-left{margin-left:16px!important}
.margin-right{margin-right:16px!important}
.ccl-margin-5{margin-top: 5px;margin-bottom: 5px;}
.ccl-margin-10{margin-top: 10px;margin-bottom: 10px;}.ccl-margin-12{margin-top: 12px;margin-bottom: 12px;}
.ccl-margin-15{margin-top: 15px;margin-bottom: 15px;}.ccl-margin-20{margin-top: 20px;margin-bottom: 20px;}
.ccl-margin-25{margin-top: 25px;margin-bottom: 25px;}.ccl-margin-30{margin-top: 30px;margin-bottom: 30px;}
.ccl-margin-35{margin-top: 35px;margin-bottom: 35px;}.ccl-margin-40{margin-top: 40px;margin-bottom: 40px;}
.ccl-margin-50{margin-top: 50px;margin-bottom: 50px;}.ccl-margin-60{margin-top: 60px;margin-bottom: 60px;}
.ccl-margin-70{margin-top: 70px;margin-bottom: 70px;}.ccl-margin-80{margin-top: 80px;margin-bottom: 80px;}
.ccl-section{margin-top:16px!important;}.ccl-margin-bottom{margin-bottom: 16px!important;}
.ccl-margin-top10{margin-top: 10px;}
.ccl-margin-top20{margin-top: 20px !important;}
.ccl-margin-top30{margin-top: 30px !important;}
.ccl-margin-top40{margin-top: 40px !important;}
.ccl-margin-top45{margin-top: 45px !important;}
.ccl-margin-top50{margin-top: 50px !important;}
.ccl-margin-right5{margin-right: 5px;}
.ccl-margin-right10{margin-right: 10px;}
.ccl-margin-bottom5{margin-bottom: 5px !important;}
.ccl-margin-bott10{margin-bottom: 10px;}
.ccl-margin-bottom20{margin-bottom: 20px;}
.ccl-margin-bottom25{margin-bottom: 25px;}
.ccl-margin-bottom30{margin-bottom: 30px;}
.ccl-margin-bottom40{margin-bottom: 40px;}
/*Padding Define*/
.ccl-padding-tiny{padding:2px 4px!important}.ccl-padding-small{padding:0.4rem 0.8rem!important}
.ccl-padding-medium,.ccl-padding,.ccl-form{padding:0.8rem 1.6rem!important}
.ccl-padding-large{padding:1.2rem 2.4rem!important}.ccl-padding-xlarge{padding:1.6rem 3.2rem!important}
.ccl-padding-xxlarge{padding:2.4rem 4.8rem!important}.ccl-padding-jumbo{padding:3.2rem 6.4rem!important}
.ccl-padding-4{padding-top:0.4rem!important;padding-bottom:0.4rem!important}
.ccl-padding-3{padding-top:0.3rem!important;padding-bottom:0.3rem!important}
.ccl-padding-5{padding-top:0.5rem!important;padding-bottom:0.5rem!important}
.ccl-padding-7{padding-top:0.7rem!important;padding-bottom:0.7rem!important}
.ccl-padding-10{padding-top:1rem!important;padding-bottom:1rem!important}
.ccl-padding-12{padding-top:1.2rem!important;padding-bottom:1.2rem!important}
.ccl-padding-15{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
.ccl-padding-20{padding-top:2.0rem!important;padding-bottom:2.0rem!important}
.ccl-padding-25{padding-top:2.5rem!important;padding-bottom:2.5rem!important}
.ccl-padding-30{padding-top:3.0rem!important;padding-bottom:3.0rem!important}
.ccl-padding-40{padding-top:4.0rem!important;padding-bottom:4.0rem!important}
.ccl-padding-50{padding-top:5.0rem!important;padding-bottom:5.0rem!important}
.ccl-padding-60{padding-top:6.0rem!important;padding-bottom:6.0rem!important}
.ccl-padding-70{padding-top:7.0rem!important;padding-bottom:7.0rem!important}
.ccl-padding-80{padding-top:8.0rem!important;padding-bottom:8.0rem!important}
.ccl-padding-0{padding:0!important}
.ccl-padding-top-0{padding-top: 0 !important;}
.ccl-padding-bottom-0{padding-bottom: 0 !important;}
.ccl-padding-top{padding-top:0.8rem!important}
.ccl-padding-top5{padding-top:0.5rem!important}
.ccl-padding-bottom{padding-bottom:0.8rem!important}
.ccl-padding-left{padding-left:1.6rem!important}.ccl-padding-right{padding-right:1.6rem!important}
.ccl-padding-left-10{padding-left:1rem!important}.ccl-padding-right-10{padding-right:1rem!important}
.ccl-padding-right30{padding-right:3rem!important}
.ccl-padding-right40{padding-right:4rem!important}
.ccl-padding-right50{padding-right:5rem!important}
.ccl-padding-5-h {padding-left: 0.5rem;padding-right: 0.5rem;}
.ccl-padding-10-h {padding-left: 1.0rem;padding-right: 1.0rem;}
.ccl-padding-15-h {padding-left: 1.5rem;padding-right: 1.5rem;}
.ccl-padding-20-h {padding-left: 2rem;padding-right: 2rem;}
.ccl-padding-30-h {padding-left: 3rem;padding-right: 3rem;}
.ccl-padding-40-h {padding-left: 3rem;padding-right: 3rem;}
.ccl-padding-right0{padding-right: 0!important;}
.ccl-padding-left0{padding-left: 0!important;}
/*CSS For Colors Define*/
.ccl-primary-color{color: #141414}
.ccl-secondary-color{color: rgba(20, 20, 20, 0.6);}
.ccl-blue-color{color: #3399ff;}
.ccl-red-color{color: #ff3b30;}
/*Grid CSS Start*/
.ccl-col {box-sizing: border-box;-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;padding-right: 1rem;padding-left: 1rem;}
.xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}
.xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}
.xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}
.xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}
.xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}
.xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}
.xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}
.xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}
.xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.xs-offset-1{margin-left:8.333%}
.xs-offset-2{margin-left:16.667%}
.xs-offset-3{margin-left:25%}
.xs-offset-4{margin-left:33.333%}
.xs-offset-5{margin-left:41.667%}
.xs-offset-6{margin-left:50%}
.xs-offset-7{margin-left:58.333%}
.xs-offset-8{margin-left:66.667%}
.xs-offset-9{margin-left:75%}
.xs-offset-10{margin-left:83.333%}
.xs-offset-11{margin-left:91.667%}
.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}
.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}
.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}
.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}
.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}
.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}
.around-xs{-ms-flex-pack:distribute;justify-content:space-around}
.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}
.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}
@media (min-width: 320px) and (max-width:767px){
html {font-family:'Inter',sans-serif; letter-spacing: 0.3px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {margin: 0;padding: 0;color: #000000;background-size: contain;}
body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.container,.container-fluid{margin-right:auto;margin-left:auto;}
.container{padding-left:8px;padding-right:8px}
.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}
.pf-col{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:8px;padding-left:8px}
.xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}
.xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}
.xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}
.xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}
.xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}
.xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}
.xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}
.xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}
.xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
}
@media only screen and (min-width: 768px) {
.sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}
.sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}
.sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}
.sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}
.sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}
.sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}
.sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}
.sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}
.sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.sm-offset-0{margin-left:0}
.sm-offset-1{margin-left:8.33333333%}
.sm-offset-2{margin-left:16.66666667%}
.sm-offset-3{margin-left:25%}
.sm-offset-4{margin-left:33.33333333%}
.sm-offset-5{margin-left:41.66666667%}
.sm-offset-6{margin-left:50%}
.sm-offset-7{margin-left:58.33333333%}
.sm-offset-8{margin-left:66.66666667%}
.sm-offset-9{margin-left:75%}
.sm-offset-10{margin-left:83.33333333%}
.sm-offset-11{margin-left:91.66666667%}
.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}
.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}
.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.around-sm{-ms-flex-pack:distribute;justify-content:space-around}
.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
@media only screen and (min-width: 1024px) {
.md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}
.md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}
.md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}
.md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}
.md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}
.md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}
.md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}
.md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}
.md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.md-offset-0{margin-left:0}
.md-offset-1{margin-left:8.33333333%}
.md-offset-2{margin-left:16.66666667%}
.md-offset-3{margin-left:25%}
.md-offset-4{margin-left:33.33333333%}
.md-offset-5{margin-left:41.66666667%}
.md-offset-6{margin-left:50%}
.md-offset-7{margin-left:58.33333333%}
.md-offset-8{margin-left:66.66666667%}
.md-offset-9{margin-left:75%}
.md-offset-10{margin-left:83.33333333%}
.md-offset-11{margin-left:91.66666667%}
.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}
.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}
.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.around-md{-ms-flex-pack:distribute;justify-content:space-around}
.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
@media only screen and (min-width: 1156px) {
.lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}
.lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}
.lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}
.lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}
.lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}
.lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}
.lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}
.lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}
.lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.lg-offset-0{margin-left:0}
.lg-offset-1{margin-left:8.33333333%}
.lg-offset-2{margin-left:16.66666667%}
.lg-offset-3{margin-left:25%}
.lg-offset-4{margin-left:33.33333333%}
.lg-offset-5{margin-left:41.66666667%}
.lg-offset-6{margin-left:50%}
.lg-offset-7{margin-left:58.33333333%}
.lg-offset-8{margin-left:66.66666667%}
.lg-offset-9{margin-left:75%}
.lg-offset-10{margin-left:83.33333333%}
.lg-offset-11{margin-left:91.66666667%}
.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}
.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}
.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.around-lg{-ms-flex-pack:distribute;justify-content:space-around}
.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
.visible-sm,.visible-md,.visible-lg {display: none !important;}
.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {display: none !important;}
.container-fluid { margin-right: auto;margin-left: auto;}
.clearfix:after,.clearfix:before {
content: " ";
display: table
}
.clearfix,.clearfix:after {
clear: both;
}
@media (min-width: 768px) {
.container { width: 72.4rem;}
}
@media (min-width: 1024px) {
.container { width: 94.0rem;}
}
@media (min-width: 1156px) {
.container { width: 115.6rem;}
}
@media (max-width: 1169px) and (min-width:1024px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (min-width: 320px) and (max-width:767px){
}
/*******************************
Custom Start Here
*******************************/
.popup_overlay{z-index: 1000;
background-color: #555;
opacity: .3;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out;
-o-transition: background .3s ease-out;
transition: background .3s ease-out;}
.popup-box{
background-color: #fff;
display: none;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
z-index: 1002;
margin: 0 auto;
box-shadow: 0 16px 32px rgba(20, 20, 20, 0.2), 0 0 0 1px rgba(20, 20, 20, 0.04);
border-radius: 12px;
}
.popup-close{
position: absolute;
width: 32px;
height: 32px;
border-radius: 50%;
top: 16px;
right: 16px;
background:rgba(20, 20, 20, 0.06) url(../images/svg/cross-black-icon.svg) no-repeat center;
}
.popup-body{
padding: 16px;
}
.popup-ttl{
letter-spacing: -0.5px;
line-height: 26px;
margin: 3px 0 40px;
}
.page-int-wrapper{display:flex;position: fixed;height: 100%;width: 100%;}
.ccl-left-panel{width: 280px;border-right:1px solid #eaeaea;height:100vh;position:relative;}
.ccl-center-panel{height:100vh;position: relative;padding-top: 71px;padding-bottom: 70px;flex: 1;}
.ccl-center-panel-blank-text{letter-spacing: -0.5px;width: 338px;height: 30px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.ccl-right-panel{float:right;border-left: 1px solid #eaeaea;height:100vh;width: 280px;display: none;}
.ccl-left-panel-head-wrap,.ccl-right-panel-head-wrap{padding:20px 16px;position:relative}
.ccl-left-panel-head-ttl,.ccl-right-panel-head-ttl{margin:0;font-weight:700}
.ccl-left-panel-head-edit-link{position:absolute;right:14px;top:23px;display:block;width:20px;height:20px;background:url(../images/svg/edit-blue-icon.svg) no-repeat center}
.ccl-left-panel-head-done-link{position: absolute;right: 14px;top: 20px;font-size: 15px;padding: 3px;}
.ccl-left-panel-srch-wrap{padding:0 16px 18px;border-bottom:1px solid #fbfbfb}
.ccl-left-panel-srch-inpt-wrap{position:relative}
.ccl-left-panel-srch{display:block;width:100%;border:0;box-shadow:inset 0 0 0 1px rgba(20,20,20,0.04);border-radius:8px;background-color:rgba(20,20,20,0.04);letter-spacing:-.1px;line-height:20px;padding:6px 8px 6px 30px}
.search-btn{width:14px;height:14px;display:block;position:absolute;left:9px;top:9px;background:url(../images/svg/search-grey-icon.svg) no-repeat center}
.chat-ppl-list-ext-wrap{height:calc(100vh - 164px)}
.chat-ppl-listitem{padding:13px 16px 0;position:relative;margin-top:-1px;cursor:pointer}
.chat-ppl-listitem.active{background-color:rgba(247,247,247,0.92)}
.chat-ppl-thumbnail-wrap{display:inline-block;width:36px;height: 36px;margin-right:7px;}
.grp-chat-ppl-thumbnail-wrap,.cc1-grp-chat-win-user-thumb{position:relative}
.chat-ppl-thumbnail-wrap.grp-chat-ppl-thumbnail-wrap img,.cc1-chat-win-user-thumb.cc1-grp-chat-win-user-thumb img{width:24px;position:absolute;display:inline-block}
.chat-ppl-thumbnail-wrap.grp-chat-ppl-thumbnail-wrap img:first-child,.cc1-chat-win-user-thumb.cc1-grp-chat-win-user-thumb img:first-child{top:0;left:0}
.chat-ppl-thumbnail-wrap.grp-chat-ppl-thumbnail-wrap img:nth-child(2),.cc1-chat-win-user-thumb.cc1-grp-chat-win-user-thumb img:nth-child(2){bottom:0;right:0}
.chat-ppl-listitem-dtls{display:inline-block;width:200px;padding-bottom: 14px;border-bottom:1px solid #f7f7f7;}
.chat-ppl-listitem-name{font-size:15px;font-weight:600;letter-spacing:-.1px;display:block;max-width:147px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.chat-ppl-listitem-txt{margin:0;font-size:13px;max-width:176px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing: -0.1px;line-height: 20px;}
.chat-ppl-listitem-time{font-size:12px;letter-spacing:-.1px;text-transform:uppercase;display:block;position:absolute;right:16px;top:15px}
.chat-ppl-listitem-pin{display:block;width:16px;height:17px;background:url(../images/svg/chat-pin-grey-icon.svg)no-repeat center;position:absolute;right:16px;top:33px}
.chat-ppl-listitem-more{display:block;width:16px;height:17px;background: url(../images/svg/more-grey-icon.svg)no-repeat center;position:absolute;right:16px;top:33px;background-size: 16px 17px;}
.chat-ppl-thumbnail-wrap img,.cc1-chat-win-user-thumb img{display:block;border-radius:18px;overflow: hidden;width: 36px;}
.chat-ppl-listitem-msg-cnt{display:block;font-size:12px;width:16px;height:16px;border-radius:8px;background-color:#39f;color:#fff;letter-spacing:-.1px;text-align:center;font-weight:600;position:absolute;right:16px;top:33px}
.ccl-left-panel-footer-wrap{position:absolute;width:100%;left:0;bottom:0;background-color:#fff;z-index:1}
.ccl-left-panel-nav-listitem{display:inline-block;width: 20%;float:left;text-align:center;}
.ccl-left-panel-nav-link{display:inherit;padding:23px 20px}
.ccl-left-panel-nav-link.people{background:url(../images/svg/people-grey-icon.svg) no-repeat center;background-size:18px 19px}
.ccl-left-panel-nav-link.call{background:url(../images/svg/call-grey-icon.svg) no-repeat center;background-size:18px 19px}
.ccl-left-panel-nav-link.chat{background:url(../images/svg/chat-grey-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.grp-chat{background:url(../images/svg/group-chat-grey-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.more{background:url(../images/svg/more-grey-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.people.active{background:url(../images/svg/people-blue-icon.svg) no-repeat center;background-size:18px 19px}
.ccl-left-panel-nav-link.chat.active{background:url(../images/svg/chat-blue-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.grp-chat.active{background:url(../images/svg/group-chat-blue-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.more.active{background:url(../images/svg/more-blue-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.call.active{background:url(../images/svg/call-blue-icon.svg) no-repeat center;background-size:18px 19px}
.cc1-chat-win-header{/* border-bottom: 1px solid #fdfcfc; */padding:14px 16px;position: absolute;left: 0;top: 0;width: 100%;background-color: #ffffff;z-index: 1;}
.cc1-chat-win-user{display:inline-block;float:left}
.cc1-left-panel-user{padding: 20px 16px;}
.cc1-chat-win-user-thumb,.cc1-left-panel-user-thumb{display:inline-block;width:36px;height: 36px;margin-right:10px;vertical-align:middle;}
.cc1-chat-win-user-name-wrap,.cc1-left-panel-user-name-wrap{display:inline-block;vertical-align:middle}
.cc1-chat-win-user-name,.cc1-left-panel-user-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:22px}
.cc1-chat-win-con-opt-wrap{display:inline-block;float:right;padding:8px 0}
.cc1-chat-win-user-status,.cc1-left-panel-user-status{font-size:13px;letter-spacing:-.1px;line-height:20px}
.cc1-chat-win-con-opt{display:inline-block;width:20px;height:20px;padding:2px;margin-left:20px}
.cc1-chat-win-con-opt.call{background:url(../images/svg/call-blue-icon.svg) no-repeat center}
.cc1-chat-win-con-opt.video-call{background:url(../images/svg/video-call-blue-icon.svg) no-repeat center}
.cc1-chat-win-con-opt.details{background:url(../images/svg/details-pane-blue-icon.svg) no-repeat center}
/*Conversation css starts*/
.cc1-chat-win-conver-wrap{padding:5px 16px;height:calc(100vh - 132px);overflow-y:auto;background-color: #ffffff;z-index: 1;position: relative;}
.cc1-chat-win-rcvr-msg-wrap{display:inline-block;border-radius:12px;background-color:rgba(248,248,248,0.92);padding:8px 12px}
.chat-txt-msg{font-size:15px;margin:0;letter-spacing:-.1px;line-height:20px}
.cc1-chat-win-rcvr-row{margin-bottom:16px}
.cc1-chat-win-msg-block{display:inline-block;position:relative}
.cc1-chat-win-sndr-row{text-align:right;margin-bottom:16px}
.cc1-chat-win-sndr-msg-wrap{display:inline-block;border-radius:12px;background-color:rgba(51,153,255,0.92);color:#fff;padding:8px 12px}
.cc1-chat-win-timestamp{display:inline-block;font-size:11px;font-weight:500;letter-spacing:-.1px;line-height:12px;text-transform:uppercase;margin-top:5px}
.cc1-chat-win-rcvr-row .cc1-chat-win-timestamp{margin-left:5px}
.cc1-chat-win-msg-like-cnt{display:inline-block;float:right;background-color:#fff;border-radius:9px;font-size:11px;letter-spacing:-.1px;line-height:12px;box-shadow:0 2px 6px rgba(20,20,20,0.08),0 1px 1px rgba(20,20,20,0.04),0 0 0 1px rgba(20,20,20,0.04);padding: 5px 5px;text-align:right;margin-top:3px;}
.cc1-chat-win-msg-like-cnt img{display:inline-block}
.cc1-chat-win-sndr-row .cc1-chat-win-timestamp{margin-right:5px}
.cc1-chat-win-sndr-row .cc1-chat-win-timestamp svg{margin-left:3px;display:inline-block;vertical-align:bottom}
.cc1-chat-win-reply-for-msg{letter-spacing:-.1px;line-height:20px;font-size:15px;position:relative;padding-left:8px;margin-bottom:7px}
.cc1-chat-win-reply-for-msg:before{content:"";display:block;position:absolute;top:0;left:0;width:3px;height:96%;background-color:rgba(20,20,20,0.11);border-radius:2px}
.cc1-chat-win-location-wrap{width:308px;height:146px;position:relative;border-radius:12px;background-color:rgba(248,248,248,0.92)}
.cc1-chat-win-location-dtls{position:absolute;display:block;width:100%;bottom:0;left:0;padding:10px 16px}
.cc1-chat-win-location-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:20px}
.cc1-chat-win-location-txt{font-size:13px;font-weight:400;letter-spacing:-.1px;line-height:20px}
/*Conversation css ends*/
.cc1-chat-win-inpt-ext-wrap{/* border-top:1px solid #eaeaea; */padding:14px 0;width:100%;position:absolute;left:0;bottom:0;background-color:#fff;z-index:1;}
.cc1-chat-win-inpt-int-wrap{display:flex}
.cc1-chat-win-inpt-attach{width:60px;text-align:center}
.cc1-chat-win-inpt-wrap{flex:1;position:relative}
.cc1-chat-win-inpt-send{width:60px;text-align:center}
.cc1-chat-win-inpt-attach a,.cc1-chat-win-inpt-send a{padding:3px;margin-top:3px;display:inline-block}
a.cc1-chat-win-inpt-voice-btn{ margin-top: 5px;}
.cc1-chat-win-inpt-box{display:block;width:100%;border:0;box-shadow:inset 0 0 0 1px rgba(20,20,20,0.04);border-radius:8px;background-color:rgba(20,20,20,0.04);letter-spacing:-.1px;line-height:20px;padding:6px 36px 6px 12px}
.smile-button{width:20px;height:20px;display:block;position:absolute;right:9px;top:6px;background:url(../images/svg/smilie-grey-icon.svg) no-repeat center}
.cc1-chat-win-inpt-rply-for-wrap{position:relative;padding:0 14px 0 28px;margin-bottom:14px}
.cc1-chat-win-inpt-rply-for-wrap:before{content:"";display:block;position:absolute;top:0;left:14px;width:3px;height:96%;background-color:rgba(20,20,20,0.11);border-radius:2px}
.cc1-chat-win-inpt-rply-ttl{display:block;font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:16px;color: #969696;}
.cc1-chat-win-inpt-rply-for-msg{margin:0;font-size:13px;letter-spacing:-.1px;line-height:18px}
.cc1-chat-win-inpt-rply-for-close{position:absolute;width:20px;height:20px;display:block;background:url(../images/svg/cross-grey-icon.svg) no-repeat center;background-size:10px;top:7px;right:17px}
.ccl-left-panel-ong-call-wrap{position:absolute;background-color:rgba(41,41,41,0.86);left:0;bottom:46px;width:100%;color:#fff;padding:12px}
.ccl-left-panel-ong-call-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:20px}
.ccl-left-panel-ong-call-dur{font-size:13px;letter-spacing:-.1px;line-height:18px}
.ccl-left-panel-ong-call-thumg{display:inline-block;width:38px;height:38px;border-radius:19px;overflow:hidden;margin-right:10px;float:left}
.ccl-left-panel-ong-call-wrap.video .ccl-left-panel-ong-call-thumg{border-radius:7px}
.ccl-left-panel-ong-call-dtls{display:inline-block;float:left;width:167px}
.ccl-left-panel-ong-call-end{display:inline-block;width:38px;float:left}
.ccl-left-panel-ong-call-end a{display:block;width:38px;height:38px;background:#ff3b30 url(../images/svg/call-end-white-icon.svg) no-repeat center;border-radius:19px}
.cc1-chat-win-msg-smilie-wrap{position:absolute;padding:5px 10px;top:-45px;right:0;box-shadow:0 2px 12px rgba(20,20,20,0.22),0 1px 3px rgba(20,20,20,0.12);border-radius:12px;background-color:rgba(20,20,20,0.8)}
.cc1-chat-win-msg-smilie{display:inline-block;padding:2px}
.cc1-chat-win-rply-fwd-edit-wrap{border-top:1px solid #eaeaea;padding:14px 0;width:100%;position:absolute;left:0;bottom:0;background-color:#fff;z-index:1;text-align:center}
.cc1-chat-win-rply-fwd-edit-wrap a{color:#39f;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:22px;padding:21px 23px}
.cc1-chat-win-inpt-sug-wrap{width:100%;position:absolute;padding:14px;left:0;top:-62px;z-index:1;text-align:center}
.cc1-chat-win-inpt-sug-msg{box-shadow:0 2px 6px rgba(20,20,20,0.08),0 1px 1px rgba(20,20,20,0.04),0 0 0 1px rgba(20,20,20,0.04);border-radius:18px;background-color:#fff;display:inline-block;padding:8px 12px;margin:0 6px}
.ccl-left-panel-in-call-wrap{position:absolute;top:16px;left:0;right:0;margin:auto;box-shadow:0 16px 32px rgba(20,20,20,0.2),0 0 0 1px rgba(20,20,20,0.04);border-radius:12px;background-color:rgba(41,41,41,0.86);width:248px;z-index:1;color:#fff;padding:14px 16px}
.ccl-left-panel-in-call-dtls-wrap{margin-bottom:14px}
.ccl-left-panel-in-call-dtls{display:inline-block;float:left}
.ccl-left-panel-ong-call-name{margin:0;letter-spacing:-.1px;line-height:20px;margin-bottom:2px}
.ccl-left-panel-ong-call-txt{font-size:13px;font-weight:400;letter-spacing:-.1px;line-height:18px;display:block;padding-left:20px;background:url(../images/svg/incoming-call-grey-down-arrow.svg) no-repeat left;opacity:.7}
.ccl-left-panel-in-call-decline,.ccl-left-panel-in-call-accept{display:inline-block;font-size:15px;letter-spacing:-.1px;line-height:20px;text-align:center;width:47%;padding:6px 8px;border-radius:8px;float:left}
.ccl-left-panel-in-call-decline{background-color:#ff3b30;margin-right:6%}
.ccl-left-panel-in-call-accept{background-color:#39f}
.ccl-left-panel-in-call-thumg{width:38px;height:38px;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08);border-radius:39px;float:right;overflow:hidden}
.ccl-left-panel-in-call-wrap.video .ccl-left-panel-in-call-thumg{border-radius:7px}
.cc1-chat-win-stik-popup{position:absolute;right:44px;bottom:62px;width:280px;height:286px;box-shadow:0 16px 32px rgba(20,20,20,0.2),0 0 0 1px rgba(20,20,20,0.04);border-radius:8px;background-color:#fff;overflow:hidden;z-index:1}
.cc1-chat-win-stik-type-list{padding:15px 20px;background-color:rgba(255,255,255,0.92);border-bottom:1px solid #fdfcfc}
.cc1-chat-win-stik-typ{display:inline-block;width:20px;height:20px;margin:0 7px}
.cc1-chat-win-stik-typ.search{background:url(../images/svg/search-grey-icon.svg) no-repeat center;background-size:17px 18px}
.cc1-chat-win-stik-typ.recent{background:url(../images/svg/recent-grey-icon.svg) no-repeat center;background-size:21px 18px;position:relative;margin-right:22px}
.cc1-chat-win-stik-typ.cheese{background:url(../images/svg/cheese-sector-grey-icon.svg) no-repeat center;background-size:17px 19px}
.cc1-chat-win-stik-typ.cube{background:url(../images/svg/cube-grey-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.umbrella{background:url(../images/svg/umbrella-grey-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.add{background:url(../images/svg/plus-grey-icon.svg) no-repeat center;background-size:20px}
.cc1-chat-win-stik-typ.search.active{background:url(../images/svg/search-blue-icon.svg) no-repeat center;background-size:17px 18px}
.cc1-chat-win-stik-typ.recent.active{background:url(../images/svg/recent-blue-icon.svg) no-repeat center;background-size:21px 18px}
.cc1-chat-win-stik-typ.cheese.active{background:url(../images/svg/cheese-sector-blue-icon.svg) no-repeat center;background-size:17px 19px}
.cc1-chat-win-stik-typ.cube.active{background:url(../images/svg/cube-blue-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.umbrella.active{background:url(../images/svg/umbrella-blue-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.add.active{background:url(../images/svg/plus-blue-icon.svg) no-repeat center;background-size:20px}
.cc1-chat-win-stik-typ.recent:before{content:"";position:absolute;display:block;width:1px;height:20px;background-color:rgba(20,20,20,0.1);top:0;right:-17px}
.cc1-chat-win-stik-type-wrap{padding:0 7px;height:238px}
.cc1-chat-win-stik-item{display:inline-block;width:78px;height:80px;margin:3px;float:left}
.ccl-call-ong-max-wrap{position:fixed;width:100%;height:100%;background-color:rgba(20,20,20,0.9);z-index:999;color:#fff}
.ccl-call-ong-max-header{padding:40px 0 30px}
.ccl-call-ong-max-name{margin:0;font-weight:700;text-transform:capitalize;letter-spacing:-.5px;line-height:26px}
.ccl-call-ong-max-dur{font-size:13px;letter-spacing:-.1px;line-height:20px}
.ccl-call-ong-minimize-link{display:block;width:44px;height:44px;border-radius:22px;background:#8c8888 url(../images/svg/call-min-white-icon.svg) no-repeat center;position:absolute;top:44px;left:44px}
.ccl-call-ong-max-thumb{width:360px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:inline-block}
.ccl-call-ong-max-wrap.video-call .ccl-call-ong-max-thumb img{border-radius:12px}
.ccl-call-ong-max-thumb img{max-height:100%;max-height:100%;display:inline-block;border-radius:50%;overflow:hidden;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;box-shadow:0 19px 38px rgba(20,20,20,0.3),0 2px 7px rgba(20,20,20,0.3)}
.ccl-call-ong-max-cta-wrap{position:absolute;left:0;bottom:0;width:100%}
.ccl-call-ong-max-ctablock{display:inline-block;padding:10px 16px 50px}
.ccl-call-ong-max-cta-link{width:54px;height:54px;border-radius:27px;background-color:rgba(255,255,255,0.2);display:block;margin:0 auto 6px}
.ccl-call-ong-max-cta-link.member{background:#8c8888 url(../images/svg/call-member-white-icon.svg) no-repeat center}
.ccl-call-ong-max-cta-link.video{background:#8c8888 url(../images/svg/video-call-white-icon.svg) no-repeat center}
.video-call .ccl-call-ong-max-cta-link.video{background:#8c8888 url(../images/svg/camera-off-white-icon.svg) no-repeat center}
.ccl-call-ong-max-cta-link.mute{background:#8c8888 url(../images/svg/mute-white-icon.svg) no-repeat center}
.ccl-call-ong-max-cta-link.callend{background:#ff3b30 url(../images/svg/call-end-white-icon.svg) no-repeat center}
.ccl-call-ong-max-thumb-wrap{height:calc(100vh - 263px);position:relative}
.ccl-video-call-ong-caller-thumb{position:absolute;width:120px;border-radius:12px;overflow:hidden;right:44px;top:44px}
.ccl-chat-center-panel{position:relative}
/*.ccl-center-panel:before{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:block;width:340px;height:29px;color:rgba(20,20,20,0.4);font-size:22px;font-weight:700;letter-spacing:-.5px;text-align:center}
.ccl-center-panel.ccl-chat-center-panel:before{content:"Select a chat to start messaging";}
.ccl-center-panel.ccl-grp-chat-center-panel:before{content:"Select a chat to start messaging";}
.ccl-center-panel.ccl-more-center-panel:before{content:"Select a chat to start messaging";}*/
.cc1-chat-win-conver-break{border-top:1px solid rgba(20,20,20,0.1);margin:0 -16px 20px;padding-top:6px}
.cc1-chat-win-conver-break-txt{font-size:13px;letter-spacing:-.1px;line-height:18px}
.cc1-chat-win-rcvr-name{font-size:12px;letter-spacing:-.1px;line-height:16px;display:block;margin-bottom:6px;margin-left:4px;color:#969696}
.cc1-chat-win-rcvr-thumb-wrap{display:inline-block;width:36px;float:left;margin-right:8px;margin-top:22PX}
.cc1-chat-win-rcvr-thumb-wrap img{width:36px;height:36px;border-radius:50%;overflow:hidden}
.cc1-left-panel-myacc-opts-wrap{padding:10px 0}
.cc1-left-panel-myacc-opts-list-ttl{color:#969696;font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:20px;margin-bottom:5px;padding:0 16px}
.cc1-left-panel-myacc-opts-list{margin-bottom:22px}
.cc1-left-panel-myacc-opt{display:block;padding:15px 15px 15px 48px;position:relative}
.cc1-left-panel-myacc-opt.active:before,.cc1-left-panel-myacc-opt:hover:before{content:"";display:block;width:100%;height:100%;position:absolute;background-color:rgba(247,247,247,0.92);left:0;top:0;z-index:-1}
.cc1-left-panel-myacc-opt.notifications{background:url(../images/svg/notification-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.privacy{background:url(../images/svg/privacy-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.chats{background:url(../images/svg/chat-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.help{background:url(../images/svg/help-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.report{background:url(../images/svg/report-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-optname{display:block;position:relative}
.cc1-left-panel-myacc-optname:before{content:"";display:block;width:100%;height:1px;position:absolute;background-color:rgba(20,20,20,0.1);left:0;bottom:-33px;z-index:-1}
.ccl-more-center-panel-head{margin:33px 0}
.ccl-center-panel.ccl-more-center-panel,.ccl-center-panel.ccl-call-center-panel{padding-top:0}
.ccl-more-center-panel-opts-wrap{width:428px;margin:0 auto}
.ccl-more-center-panel-opt{border-bottom:1px solid rgba(247,247,247,0.92);padding:14px 0;margin-bottom:14px}
.ccl-more-center-panel-opts-list .ccl-more-center-panel-opt:last-child{margin-bottom:0}
.ccl-more-center-panel-opts-list{margin-bottom:40px}
.ccl-more-center-panel-opt-ttl{display:inline-block;float:left;font-size:15px;letter-spacing:-.1px;line-height:22px}
.ccl-more-center-panel-opt-subttl{display:inline-block;float:right;font-size:13px;letter-spacing:-.1px;line-height:22px;color:#969696}
.ccl-more-center-panel-opts-list-ttl,.ccl-call-center-panel-dtls-list-ttl{font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:20px;color:#969696;margin-bottom:10px}
.ccl-more-center-panel-opts-note{font-size:13px;letter-spacing:-.1px;line-height:18px;color:#969696;margin-bottom:40px;margin-top:-30px}
.blocked-user-popup{width:360px;height:450px}
.ccl-blocked-user-thumb{display:inline-block;width:28px;margin-right:8px;vertical-align:middle}
.ccl-blocked-user-thumb img{width:28px;height:28px;border-radius:50%;overflow:hidden}
.ccl-blocked-user-dtls{display:inline-block;vertical-align:middle;width:282px;padding:12px 0;border-bottom:1px solid rgba(20,20,20,0.1);position:relative}
.ccl-blocked-user-name{letter-spacing:-.1px;line-height:22px}
.ccl-blocked-user-delete{width:20px;height:20px;background:url(../images/svg/delete-grey-icon.svg) no-repeat center;position:absolute;right:0;top:10px;background-size:14px 18px}
.chat-contact-list-ext-wrap{padding:16px; height: calc(100vh - 170px); overflow-y: scroll;}
.chat-contact-listitem-thum{display:inline-block;width:28px;vertical-align:middle;margin-right:8px}
.chat-contact-listitem-thum img{width:28px;height:28px;border-radius:50%;overflow:hidden;display:inherit}
.chat-contact-listitem-name{display:inline-block;vertical-align:middle;width:205px;position:relative;letter-spacing:-.1px;line-height:22px}
.chat-contact-listitem-name:before{content:"";display:block;width:100%;height:1px;background-color:rgba(20,20,20,0.1);position:absolute;left:0;bottom:-18px}
.chat-contact-listitem{padding:12px 0}
.chat-contact-list-apla-ftlr{font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:20px;text-transform:uppercase;color:#969696;display:block;margin:6px 0 3px}
.ccl-left-panel-call-fltr-wrap{padding:8px 16px 18px}
.ccl-left-panel-call-fltrs{border-radius:8px;background-color:rgba(20,20,20,0.08);width:100%;padding:2px}
.ccl-left-panel-call-fltr-btn{display:inline-block;width:50%;float:left;font-size:13px;font-weight:500;letter-spacing:-.1px;line-height:18px;padding:5px}
.ccl-left-panel-call-fltr-btn.active{background-color:#fff;box-shadow:0 3px 1px rgba(20,20,20,0.04),0 3px 8px rgba(20,20,20,0.12);border-radius:7px}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt{padding-left:23px}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.incoming{background:url(../images/svg/incoming-call-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.video-incoming{background:url(../images/svg/incoming-call-video-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.outgoing{background:url(../images/svg/outgoing-call-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.missed{background:url(../images/svg/missed-call-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .del-call-link{width:14px;height:18px;background:url(../images/svg/delete-grey-icon.svg) no-repeat center;position:absolute;right:16px;top:25px;display:none}
.ccl-call-center-panel-header{margin-bottom:50px}
.ccl-call-center-panel-details-wrap{width:428px;margin:0 auto}
.ccl-call-center-panel-dtls-list{margin-bottom:40px}
.ccl-call-center-panel-dtl{border-bottom:1px solid rgba(247,247,247,0.92);padding:7px 0;margin-bottom:7px}
.ccl-call-center-panel-dtl-ttl{display:inline-block;float:left;font-size:13px;letter-spacing:-.1px;line-height:22px;padding-left:23px}
.ccl-call-center-panel-dtl-subttl{display:inline-block;float:right;font-size:12px;letter-spacing:-.1px;line-height:22px;color:#969696}
.ccl-call-center-panel-dtl-dur{display:block;clear:both;font-size:13px;letter-spacing:-.1px;line-height:18px;color:#969696}
.ccl-call-center-panel-dtl-ttl.incoming{background:url(../images/svg/incoming-call-black-down-arrow.svg) no-repeat left center}
.ccl-call-center-panel-dtl-ttl.video-outgoing{background:url(../images/svg/outgoing-call-video-grey-icon.svg) no-repeat left center}
.ccl-dtls-panel-body{padding:16px}
.ccl-dtls-noti-sel-wrap{margin-bottom:30px}
.ccl-dtls-noti-sel-wrap input[type=checkbox]+label{display:block;cursor:pointer;background:url(../images/svg/checkbox-inactive.svg) no-repeat right center;background-size:16px;font-size:15px;letter-spacing:-.1px;line-height:22px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none}
.ccl-dtls-noti-sel-wrap input[type=checkbox]:checked+label{background:url(../images/svg/checkbox-blue-active.svg) no-repeat right center;background-size:16px}
.ccl-dtls-panel-section{margin-bottom:30px}
.ccl-dtls-panel-section-head{margin:0;font-size:12px;letter-spacing:-.1px;line-height:20px;text-transform:uppercase}
.ccl-dtls-section-listitem-link{font-size:15px;letter-spacing:-.1px;line-height:20px;padding:6px 0;display:inline-block}
.ccl-dtls-panel-media-fltr-wrap{margin-top:8px}
.ccl-dtls-panel-media-fltrs{border-radius:8px;background-color:rgba(20,20,20,0.08);width:100%;padding:2px;margin-bottom: 10px;}
.ccl-dtls-panel-media-fltr-btn{display:inline-block;width:33.33%;float:left;font-size:13px;font-weight:500;letter-spacing:-.1px;line-height:18px;padding:5px;position:relative}
.ccl-dtls-panel-media-fltr-btn:before{content:"";position:absolute;display:block;width:2px;height:16px;background-color:rgba(20,20,20,0.12);right: -2px;top:6px;}
.ccl-dtls-panel-media-fltr-btn.active{background-color:#fff;box-shadow:0 3px 1px rgba(20,20,20,0.04),0 3px 8px rgba(20,20,20,0.12);border-radius:7px}
.ccl-dtls-panel-media-fltrs .ccl-dtls-panel-media-fltr-btn:last-child:before,.ccl-dtls-panel-media-fltr-btn.active:before{display:none}
.ccl-dtls-panel-media-type-wrap.photos .ccl-dtls-panel-media-item{
display: inline-block;
float: left;
width: 120px;
border-radius: 8px;
overflow: hidden;
margin-bottom: 7px;
}
.ccl-dtls-panel-media-type-wrap.photos .ccl-dtls-panel-media-item:nth-child(odd){margin-right: 7px;}
.ccl-dtls-grp-admin-cnt-wrap{
margin-top: -10px;
margin-bottom: 30px;
}
.ccl-dtls-grp-admin-ttl{
font-size: 15px;
letter-spacing: -.1px;
line-height: 22px;
display: inline-block;
width: 88%;
vertical-align: middle;
}
.ccl-dtls-grp-admin-cnt{
display: inline-block;
width: 10%;
text-align: right;
vertical-align: middle;
}
.ccl-dtls-panel-section .chat-ppl-listitem{
padding: 13px 0 0;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-thumbnail-wrap,.add-admins-popup .chat-ppl-listitem .chat-ppl-thumbnail-wrap{
float: left;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-listitem-dtls,.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-dtls{
float: left;
margin-top: 9px;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-listitem-name,.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-name{
display: inline-block;
vertical-align: middle;
width: 72%;
text-overflow: ellipsis;
white-space: nowrap;
max-width: none;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-listitem-role,.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-role{
display: inline-block;
vertical-align: middle;
width: 25%;
text-align: right;
font-size: 12px;
}
.add-admins-popup .chat-ppl-listitem-dtls{
width: 280px;
}
.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-name{
width: 84%;
}
.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-role{
width: 13%;
}
.chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap,.add-member-popup .chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap{
padding: 8px;
}
.chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap img,.add-member-popup .chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap img{
width: 20px;
}
.add-member-popup,.add-admins-popup{
width: 360px;
height: 450px;
overflow: hidden;
}
.add-member-popup .ccl-left-panel-srch-inpt-wrap{
margin-bottom: 25px;
}
.add-admins-popup .popup-ttl{
margin: 3px 0 10px;
}
.add-admins-popup .chat-ppl-listitem{padding: 13px 0 0;}
.login-popup,.signUp-popup,.reset-pwd-popup{width: 360px;}
.ccl-login-with-plat-wrap{
margin-bottom: 28px;
}
.ccl-login-with-plat-btn{
display: block;
color: #ffffff;
text-align: center;
padding: 12px;
font-size: 15px;
font-weight: 600;
letter-spacing: -0.1px;
line-height: 22px;
border-radius: 8px;
background-color: #141414;
}
.ccl-login-with-plat-btn.apple{background-image:url(../images/svg/apple-white-icon.svg);background-repeat: no-repeat;background-position: 57px 13px;}
.ccl-login-frm-row{
/* margin-bottom: 10px; */
}
input[type="submit"].ccl-login-frm-btn{
color: #ffffff;
font-size: 15px;
font-weight: 600;
letter-spacing: -0.1px;
line-height: 22px;
border-radius: 8px;
background-color: #3399ff;
display: block;
width: 100%;
padding: 12px;
}
.ccl-login-frm-info-text{
font-size: 13px;
letter-spacing: -0.1px;
line-height: 18px;
margin:0;
}
.ccl-reset-pwd-para{
margin: 0;
font-size: 15px;
letter-spacing: -0.1px;
line-height: 22px;
}
.ccl-login-frm-reset-email-row{
margin-bottom: 100px;
}
.ccl-login-frm-pwd-sent-para-row h4{margin: 0 0 12px;font-weight: 700;letter-spacing: -0.5px;line-height: 26px;}
.ccl-login-frm-pwd-sent-para-row .ccl-reset-pwd-para{
margin-bottom: 100px;
}
.chat-ppl-more-opts-tt{
position: absolute;
width: 130px;
box-shadow: 0 4px 8px rgba(20, 20, 20, 0.12), 0 0 0 1px rgba(20, 20, 20, 0.08);
border-radius: 8px;
background-color: #ffffff;
z-index: 1;
right: -106px;
bottom: -133px;
padding: 10px 0;
display: none;
}
.chat-ppl-more-opt-link{
display: block;
padding: 6px 16px;
}
.chat-ppl-more-opt-link:hover{background-color: rgba(20, 20, 20, 0.04);}
.chat-ppl-more-opts-break{
display: block;
width: 98px;
height: 1px;
background-color: rgba(20, 20, 20, 0.1);
margin: 10px auto;
} | resources/js/cometchat-components/assets/css/style.css | @import url('https://rsms.me/inter/inter.css');
/*******************************
Reset Start Here
*******************************/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:0 0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C""\201D""\2018""\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;outline: 0;border: 0;background-color: transparent;}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;font-size: 10px;}
body{margin:0;padding: 0;font-family:'Inter',sans-serif;font-size: 1.4rem;box-sizing: border-box;overflow-x: hidden;background-color:#ffffff;color:#141414;}
body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.grey-body{
background-color: rgba(20, 20, 20, 0.6);
}
h1,h2,h3,h4,h5,h6 { font-family:'Inter',sans-serif; font-stretch: normal; font-weight: normal;}
h1, .font-28 {font-size: 2.8rem;line-height: 41px;}
h2, .font-26 {font-size: 2.6rem;line-height: 38px;}
h3, .font-24 {font-size: 2.4rem;line-height: 36px;}
h4, .font-22 {font-size: 2.2rem;line-height: 27px;}
h5, .font-20 {font-size: 2.0rem;line-height: 24px;}
h6, .font-18 {font-size: 1.8rem;line-height: 24px;}
.ccl-width{width: 100%;}
.font-16{font-size: 1.6rem; line-height: 22px;}
.font-15{font-size: 1.5rem;line-height: 20px;}
.font-14{font-size: 1.4rem !important;line-height: 19px;}
.font-13{font-size: 1.3rem;line-height: 18px;}
.font-12{font-size: 1.2rem;line-height: 17px;}
.font-11{font-size: 1.1rem;line-height: 15px;}
p {font-size: 1.4rem;line-height:19px}
.ccl-line-height{line-height: 26px;}
.cursor-pointer {cursor: pointer;}
.para{font-size: 1.5rem;}
input:focus {box-shadow: none;border: 0;outline: none;}
/*input:focus {outline: none;}*/
a:focus, div:focus { outline: none; }
a {text-decoration: none;}
li {list-style-type: none;}
.ul-list-icon li { list-style: disc; color: #555555; font-size: 1.5rem; margin-bottom: 0.3rem;}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 4.0rem}
img{border-style:none;max-width: 100%;display: inherit;}svg:not(:root){overflow:hidden}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:0.1rem solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
input[type="checkbox"],input[type="radio"]{display: none;}
.ccl-text-underline{text-decoration:underline;}
.container {margin-right: auto;margin-left: auto;}
.box-sizing{box-sizing: border-box}
/* End extract */
/*html{overflow-x:hidden}*/
header, .bredcrumb-wrapper {/* background-color: #fff; */}
.fa {position: relative;}
label{cursor: pointer;}
.ccl-block {display: block;}
.disable {pointer-events: none;}
body.active {overflow: hidden;}
.ccl-wide{letter-spacing:4px}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
hr{border:0;border-top:1px solid #eee;margin:2.0rem 0}
a{color:inherit}
.ccl-image{max-width:100%;height:auto}
.ccl-input{
display: block;
width: 100%;
border: 0;
box-shadow: inset 0 0 0 1px rgba(20,20,20,0.04);
border-radius: 8px;
background-color: rgba(20,20,20,0.04);
letter-spacing: -.1px;
line-height: 20px;
padding: 12px;
}
.ccl-btn,.ccl-btn-block{border:none;display:inline-block;outline:0;padding:0.6rem 1.6rem;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#fff;background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}
/*.ccl-btn:hover,.ccl-btn-block:hover,.ccl-btn-floating:hover,.ccl-btn-floating-large:hover{box-shadow:0 .8rem 1.6rem 0 rgba(0,0,0,0.2),0 .6rem 2.0rem 0 rgba(0,0,0,0.19)}*/
.ccl-btn,.ccl-btn-floating,.ccl-btn-floating-large,.ccl-closenav,.ccl-opennav{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ccl-btn-floating,.ccl-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:2.4rem}
.ccl-btn-floating{width:4.0rem;height:4.0rem;line-height:4.0rem}.ccl-btn-floating-large{width:5.6rem;height:5.6rem;line-height:5.6rem}
.ccl-disabled{cursor:not-allowed;opacity:0.3}
.ccl-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.error-txt{display: none;color: #ff3b30;font-size: 13px;margin-left: 10px;margin-top: 3px;}
/*Font style Define*/
.ccl-normal-txt{font-weight: 400;}
.ccl-bold-txt{font-weight: 700;}
.ccl-italic-txt {font-style: italic;}
.ccl-semi-bold-text{font-weight: 600;}
.ccl-light-text {font-weight: 300}
.ccl-strike {text-decoration: line-through;}
.ccl-underline{text-decoration: underline;}
.ccl-text-uppercase{text-transform: uppercase;}
.ccl-text-capitalize{text-transform: capitalize;}
.ccl-center{text-align:center;}
/*Margin Define*/
.ccl-margin{margin:16px!important}.ccl-margin-0{margin:0!important}
.ccl-margin-top{margin-top:16px!important}.margin-bottom{margin-bottom:16px!important}
.margin-bottom25{margin-bottom: 25px;}
.margin-left{margin-left:16px!important}
.margin-right{margin-right:16px!important}
.ccl-margin-5{margin-top: 5px;margin-bottom: 5px;}
.ccl-margin-10{margin-top: 10px;margin-bottom: 10px;}.ccl-margin-12{margin-top: 12px;margin-bottom: 12px;}
.ccl-margin-15{margin-top: 15px;margin-bottom: 15px;}.ccl-margin-20{margin-top: 20px;margin-bottom: 20px;}
.ccl-margin-25{margin-top: 25px;margin-bottom: 25px;}.ccl-margin-30{margin-top: 30px;margin-bottom: 30px;}
.ccl-margin-35{margin-top: 35px;margin-bottom: 35px;}.ccl-margin-40{margin-top: 40px;margin-bottom: 40px;}
.ccl-margin-50{margin-top: 50px;margin-bottom: 50px;}.ccl-margin-60{margin-top: 60px;margin-bottom: 60px;}
.ccl-margin-70{margin-top: 70px;margin-bottom: 70px;}.ccl-margin-80{margin-top: 80px;margin-bottom: 80px;}
.ccl-section{margin-top:16px!important;}.ccl-margin-bottom{margin-bottom: 16px!important;}
.ccl-margin-top10{margin-top: 10px;}
.ccl-margin-top20{margin-top: 20px !important;}
.ccl-margin-top30{margin-top: 30px !important;}
.ccl-margin-top40{margin-top: 40px !important;}
.ccl-margin-top45{margin-top: 45px !important;}
.ccl-margin-top50{margin-top: 50px !important;}
.ccl-margin-right5{margin-right: 5px;}
.ccl-margin-right10{margin-right: 10px;}
.ccl-margin-bottom5{margin-bottom: 5px !important;}
.ccl-margin-bott10{margin-bottom: 10px;}
.ccl-margin-bottom20{margin-bottom: 20px;}
.ccl-margin-bottom25{margin-bottom: 25px;}
.ccl-margin-bottom30{margin-bottom: 30px;}
.ccl-margin-bottom40{margin-bottom: 40px;}
/*Padding Define*/
.ccl-padding-tiny{padding:2px 4px!important}.ccl-padding-small{padding:0.4rem 0.8rem!important}
.ccl-padding-medium,.ccl-padding,.ccl-form{padding:0.8rem 1.6rem!important}
.ccl-padding-large{padding:1.2rem 2.4rem!important}.ccl-padding-xlarge{padding:1.6rem 3.2rem!important}
.ccl-padding-xxlarge{padding:2.4rem 4.8rem!important}.ccl-padding-jumbo{padding:3.2rem 6.4rem!important}
.ccl-padding-4{padding-top:0.4rem!important;padding-bottom:0.4rem!important}
.ccl-padding-3{padding-top:0.3rem!important;padding-bottom:0.3rem!important}
.ccl-padding-5{padding-top:0.5rem!important;padding-bottom:0.5rem!important}
.ccl-padding-7{padding-top:0.7rem!important;padding-bottom:0.7rem!important}
.ccl-padding-10{padding-top:1rem!important;padding-bottom:1rem!important}
.ccl-padding-12{padding-top:1.2rem!important;padding-bottom:1.2rem!important}
.ccl-padding-15{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
.ccl-padding-20{padding-top:2.0rem!important;padding-bottom:2.0rem!important}
.ccl-padding-25{padding-top:2.5rem!important;padding-bottom:2.5rem!important}
.ccl-padding-30{padding-top:3.0rem!important;padding-bottom:3.0rem!important}
.ccl-padding-40{padding-top:4.0rem!important;padding-bottom:4.0rem!important}
.ccl-padding-50{padding-top:5.0rem!important;padding-bottom:5.0rem!important}
.ccl-padding-60{padding-top:6.0rem!important;padding-bottom:6.0rem!important}
.ccl-padding-70{padding-top:7.0rem!important;padding-bottom:7.0rem!important}
.ccl-padding-80{padding-top:8.0rem!important;padding-bottom:8.0rem!important}
.ccl-padding-0{padding:0!important}
.ccl-padding-top-0{padding-top: 0 !important;}
.ccl-padding-bottom-0{padding-bottom: 0 !important;}
.ccl-padding-top{padding-top:0.8rem!important}
.ccl-padding-top5{padding-top:0.5rem!important}
.ccl-padding-bottom{padding-bottom:0.8rem!important}
.ccl-padding-left{padding-left:1.6rem!important}.ccl-padding-right{padding-right:1.6rem!important}
.ccl-padding-left-10{padding-left:1rem!important}.ccl-padding-right-10{padding-right:1rem!important}
.ccl-padding-right30{padding-right:3rem!important}
.ccl-padding-right40{padding-right:4rem!important}
.ccl-padding-right50{padding-right:5rem!important}
.ccl-padding-5-h {padding-left: 0.5rem;padding-right: 0.5rem;}
.ccl-padding-10-h {padding-left: 1.0rem;padding-right: 1.0rem;}
.ccl-padding-15-h {padding-left: 1.5rem;padding-right: 1.5rem;}
.ccl-padding-20-h {padding-left: 2rem;padding-right: 2rem;}
.ccl-padding-30-h {padding-left: 3rem;padding-right: 3rem;}
.ccl-padding-40-h {padding-left: 3rem;padding-right: 3rem;}
.ccl-padding-right0{padding-right: 0!important;}
.ccl-padding-left0{padding-left: 0!important;}
/*CSS For Colors Define*/
.ccl-primary-color{color: #141414}
.ccl-secondary-color{color: rgba(20, 20, 20, 0.6);}
.ccl-blue-color{color: #3399ff;}
.ccl-red-color{color: #ff3b30;}
/*Grid CSS Start*/
.ccl-col {box-sizing: border-box;-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;padding-right: 1rem;padding-left: 1rem;}
.xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}
.xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}
.xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}
.xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}
.xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}
.xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}
.xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}
.xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}
.xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.xs-offset-1{margin-left:8.333%}
.xs-offset-2{margin-left:16.667%}
.xs-offset-3{margin-left:25%}
.xs-offset-4{margin-left:33.333%}
.xs-offset-5{margin-left:41.667%}
.xs-offset-6{margin-left:50%}
.xs-offset-7{margin-left:58.333%}
.xs-offset-8{margin-left:66.667%}
.xs-offset-9{margin-left:75%}
.xs-offset-10{margin-left:83.333%}
.xs-offset-11{margin-left:91.667%}
.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}
.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}
.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}
.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}
.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}
.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}
.around-xs{-ms-flex-pack:distribute;justify-content:space-around}
.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}
.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}
@media (min-width: 320px) and (max-width:767px){
html {font-family:'Inter',sans-serif; letter-spacing: 0.3px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {margin: 0;padding: 0;color: #000000;background-size: contain;}
body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.container,.container-fluid{margin-right:auto;margin-left:auto;}
.container{padding-left:8px;padding-right:8px}
.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}
.pf-col{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:8px;padding-left:8px}
.xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}
.xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}
.xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}
.xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}
.xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}
.xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}
.xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}
.xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}
.xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
}
@media only screen and (min-width: 768px) {
.sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}
.sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}
.sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}
.sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}
.sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}
.sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}
.sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}
.sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}
.sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.sm-offset-0{margin-left:0}
.sm-offset-1{margin-left:8.33333333%}
.sm-offset-2{margin-left:16.66666667%}
.sm-offset-3{margin-left:25%}
.sm-offset-4{margin-left:33.33333333%}
.sm-offset-5{margin-left:41.66666667%}
.sm-offset-6{margin-left:50%}
.sm-offset-7{margin-left:58.33333333%}
.sm-offset-8{margin-left:66.66666667%}
.sm-offset-9{margin-left:75%}
.sm-offset-10{margin-left:83.33333333%}
.sm-offset-11{margin-left:91.66666667%}
.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}
.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}
.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.around-sm{-ms-flex-pack:distribute;justify-content:space-around}
.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
@media only screen and (min-width: 1024px) {
.md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}
.md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}
.md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}
.md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}
.md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}
.md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}
.md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}
.md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}
.md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.md-offset-0{margin-left:0}
.md-offset-1{margin-left:8.33333333%}
.md-offset-2{margin-left:16.66666667%}
.md-offset-3{margin-left:25%}
.md-offset-4{margin-left:33.33333333%}
.md-offset-5{margin-left:41.66666667%}
.md-offset-6{margin-left:50%}
.md-offset-7{margin-left:58.33333333%}
.md-offset-8{margin-left:66.66666667%}
.md-offset-9{margin-left:75%}
.md-offset-10{margin-left:83.33333333%}
.md-offset-11{margin-left:91.66666667%}
.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}
.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}
.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.around-md{-ms-flex-pack:distribute;justify-content:space-around}
.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
@media only screen and (min-width: 1156px) {
.lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}
.lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}
.lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}
.lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}
.lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
.lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}
.lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}
.lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
.lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}
.lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}
.lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
.lg-offset-0{margin-left:0}
.lg-offset-1{margin-left:8.33333333%}
.lg-offset-2{margin-left:16.66666667%}
.lg-offset-3{margin-left:25%}
.lg-offset-4{margin-left:33.33333333%}
.lg-offset-5{margin-left:41.66666667%}
.lg-offset-6{margin-left:50%}
.lg-offset-7{margin-left:58.33333333%}
.lg-offset-8{margin-left:66.66666667%}
.lg-offset-9{margin-left:75%}
.lg-offset-10{margin-left:83.33333333%}
.lg-offset-11{margin-left:91.66666667%}
.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}
.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}
.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.around-lg{-ms-flex-pack:distribute;justify-content:space-around}
.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
.visible-sm,.visible-md,.visible-lg {display: none !important;}
.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {display: none !important;}
.container-fluid { margin-right: auto;margin-left: auto;}
.clearfix:after,.clearfix:before {
content: " ";
display: table
}
.clearfix,.clearfix:after {
clear: both;
}
@media (min-width: 768px) {
.container { width: 72.4rem;}
}
@media (min-width: 1024px) {
.container { width: 94.0rem;}
}
@media (min-width: 1156px) {
.container { width: 115.6rem;}
}
@media (max-width: 1169px) and (min-width:1024px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (min-width: 320px) and (max-width:767px){
}
/*******************************
Custom Start Here
*******************************/
.popup_overlay{z-index: 1000;
background-color: #555;
opacity: .3;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out;
-o-transition: background .3s ease-out;
transition: background .3s ease-out;}
.popup-box{
background-color: #fff;
display: none;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
z-index: 1002;
margin: 0 auto;
box-shadow: 0 16px 32px rgba(20, 20, 20, 0.2), 0 0 0 1px rgba(20, 20, 20, 0.04);
border-radius: 12px;
}
.popup-close{
position: absolute;
width: 32px;
height: 32px;
border-radius: 50%;
top: 16px;
right: 16px;
background:rgba(20, 20, 20, 0.06) url(../images/svg/cross-black-icon.svg) no-repeat center;
}
.popup-body{
padding: 16px;
}
.popup-ttl{
letter-spacing: -0.5px;
line-height: 26px;
margin: 3px 0 40px;
}
.page-int-wrapper{display:flex;position: fixed;height: 100%;width: 100%;}
.ccl-left-panel{width: 280px;border-right:1px solid #eaeaea;height:100vh;position:relative;}
.ccl-center-panel{height:100vh;position: relative;padding-top: 71px;padding-bottom: 70px;flex: 1;}
.ccl-center-panel-blank-text{letter-spacing: -0.5px;width: 338px;height: 30px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.ccl-right-panel{float:right;border-left: 1px solid #eaeaea;height:100vh;width: 280px;display: none;}
.ccl-left-panel-head-wrap,.ccl-right-panel-head-wrap{padding:20px 16px;position:relative}
.ccl-left-panel-head-ttl,.ccl-right-panel-head-ttl{margin:0;font-weight:700}
.ccl-left-panel-head-edit-link{position:absolute;right:14px;top:23px;display:block;width:20px;height:20px;background:url(../images/svg/edit-blue-icon.svg) no-repeat center}
.ccl-left-panel-head-done-link{position: absolute;right: 14px;top: 20px;font-size: 15px;padding: 3px;}
.ccl-left-panel-srch-wrap{padding:0 16px 18px;border-bottom:1px solid #fbfbfb}
.ccl-left-panel-srch-inpt-wrap{position:relative}
.ccl-left-panel-srch{display:block;width:100%;border:0;box-shadow:inset 0 0 0 1px rgba(20,20,20,0.04);border-radius:8px;background-color:rgba(20,20,20,0.04);letter-spacing:-.1px;line-height:20px;padding:6px 8px 6px 30px}
.search-btn{width:14px;height:14px;display:block;position:absolute;left:9px;top:9px;background:url(../images/svg/search-grey-icon.svg) no-repeat center}
.chat-ppl-list-ext-wrap{height:calc(100vh - 164px)}
.chat-ppl-listitem{padding:13px 16px 0;position:relative;margin-top:-1px;cursor:pointer}
.chat-ppl-listitem.active{background-color:rgba(247,247,247,0.92)}
.chat-ppl-thumbnail-wrap{display:inline-block;width:36px;height: 36px;margin-right:7px;}
.grp-chat-ppl-thumbnail-wrap,.cc1-grp-chat-win-user-thumb{position:relative}
.chat-ppl-thumbnail-wrap.grp-chat-ppl-thumbnail-wrap img,.cc1-chat-win-user-thumb.cc1-grp-chat-win-user-thumb img{width:24px;position:absolute;display:inline-block}
.chat-ppl-thumbnail-wrap.grp-chat-ppl-thumbnail-wrap img:first-child,.cc1-chat-win-user-thumb.cc1-grp-chat-win-user-thumb img:first-child{top:0;left:0}
.chat-ppl-thumbnail-wrap.grp-chat-ppl-thumbnail-wrap img:nth-child(2),.cc1-chat-win-user-thumb.cc1-grp-chat-win-user-thumb img:nth-child(2){bottom:0;right:0}
.chat-ppl-listitem-dtls{display:inline-block;width:200px;padding-bottom: 14px;border-bottom:1px solid #f7f7f7;}
.chat-ppl-listitem-name{font-size:15px;font-weight:600;letter-spacing:-.1px;display:block;max-width:147px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.chat-ppl-listitem-txt{margin:0;font-size:13px;max-width:176px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing: -0.1px;line-height: 20px;}
.chat-ppl-listitem-time{font-size:12px;letter-spacing:-.1px;text-transform:uppercase;display:block;position:absolute;right:16px;top:15px}
.chat-ppl-listitem-pin{display:block;width:16px;height:17px;background:url(../images/svg/chat-pin-grey-icon.svg)no-repeat center;position:absolute;right:16px;top:33px}
.chat-ppl-listitem-more{display:block;width:16px;height:17px;background: url(../images/svg/more-grey-icon.svg)no-repeat center;position:absolute;right:16px;top:33px;background-size: 16px 17px;}
.chat-ppl-thumbnail-wrap img,.cc1-chat-win-user-thumb img{display:block;border-radius:18px;overflow: hidden;width: 36px;}
.chat-ppl-listitem-msg-cnt{display:block;font-size:12px;width:16px;height:16px;border-radius:8px;background-color:#39f;color:#fff;letter-spacing:-.1px;text-align:center;font-weight:600;position:absolute;right:16px;top:33px}
.ccl-left-panel-footer-wrap{position:absolute;width:100%;left:0;bottom:0;background-color:#fff;z-index:1}
.ccl-left-panel-nav-listitem{display:inline-block;width: 20%;float:left;text-align:center;}
.ccl-left-panel-nav-link{display:inherit;padding:23px 20px}
.ccl-left-panel-nav-link.people{background:url(../images/svg/people-grey-icon.svg) no-repeat center;background-size:18px 19px}
.ccl-left-panel-nav-link.call{background:url(../images/svg/call-grey-icon.svg) no-repeat center;background-size:18px 19px}
.ccl-left-panel-nav-link.chat{background:url(../images/svg/chat-grey-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.grp-chat{background:url(../images/svg/group-chat-grey-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.more{background:url(../images/svg/more-grey-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.people.active{background:url(../images/svg/people-blue-icon.svg) no-repeat center;background-size:18px 19px}
.ccl-left-panel-nav-link.chat.active{background:url(../images/svg/chat-blue-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.grp-chat.active{background:url(../images/svg/group-chat-blue-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.more.active{background:url(../images/svg/more-blue-icon.svg) no-repeat center;background-size:20px 21px}
.ccl-left-panel-nav-link.call.active{background:url(../images/svg/call-blue-icon.svg) no-repeat center;background-size:18px 19px}
.cc1-chat-win-header{/* border-bottom: 1px solid #fdfcfc; */padding:14px 16px;position: absolute;left: 0;top: 0;width: 100%;background-color: #ffffff;z-index: 1;}
.cc1-chat-win-user{display:inline-block;float:left}
.cc1-left-panel-user{padding: 20px 16px;}
.cc1-chat-win-user-thumb,.cc1-left-panel-user-thumb{display:inline-block;width:36px;height: 36px;margin-right:10px;vertical-align:middle;}
.cc1-chat-win-user-name-wrap,.cc1-left-panel-user-name-wrap{display:inline-block;vertical-align:middle}
.cc1-chat-win-user-name,.cc1-left-panel-user-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:22px}
.cc1-chat-win-con-opt-wrap{display:inline-block;float:right;padding:8px 0}
.cc1-chat-win-user-status,.cc1-left-panel-user-status{font-size:13px;letter-spacing:-.1px;line-height:20px}
.cc1-chat-win-con-opt{display:inline-block;width:20px;height:20px;padding:2px;margin-left:20px}
.cc1-chat-win-con-opt.call{background:url(../images/svg/call-blue-icon.svg) no-repeat center}
.cc1-chat-win-con-opt.video-call{background:url(../images/svg/video-call-blue-icon.svg) no-repeat center}
.cc1-chat-win-con-opt.details{background:url(../images/svg/details-pane-blue-icon.svg) no-repeat center}
/*Conversation css starts*/
.cc1-chat-win-conver-wrap{padding:5px 16px;height:calc(100vh - 132px);overflow-y:auto;background-color: #ffffff;z-index: 1;position: relative;}
.cc1-chat-win-rcvr-msg-wrap{display:inline-block;border-radius:12px;background-color:rgba(248,248,248,0.92);padding:8px 12px}
.chat-txt-msg{font-size:15px;margin:0;letter-spacing:-.1px;line-height:20px}
.cc1-chat-win-rcvr-row{margin-bottom:16px}
.cc1-chat-win-msg-block{display:inline-block;position:relative}
.cc1-chat-win-sndr-row{text-align:right;margin-bottom:16px}
.cc1-chat-win-sndr-msg-wrap{display:inline-block;border-radius:12px;background-color:rgba(51,153,255,0.92);color:#fff;padding:8px 12px}
.cc1-chat-win-timestamp{display:inline-block;font-size:11px;font-weight:500;letter-spacing:-.1px;line-height:12px;text-transform:uppercase;margin-top:5px}
.cc1-chat-win-rcvr-row .cc1-chat-win-timestamp{margin-left:5px}
.cc1-chat-win-msg-like-cnt{display:inline-block;float:right;background-color:#fff;border-radius:9px;font-size:11px;letter-spacing:-.1px;line-height:12px;box-shadow:0 2px 6px rgba(20,20,20,0.08),0 1px 1px rgba(20,20,20,0.04),0 0 0 1px rgba(20,20,20,0.04);padding: 5px 5px;text-align:right;margin-top:3px;}
.cc1-chat-win-msg-like-cnt img{display:inline-block}
.cc1-chat-win-sndr-row .cc1-chat-win-timestamp{margin-right:5px}
.cc1-chat-win-sndr-row .cc1-chat-win-timestamp svg{margin-left:3px;display:inline-block;vertical-align:bottom}
.cc1-chat-win-reply-for-msg{letter-spacing:-.1px;line-height:20px;font-size:15px;position:relative;padding-left:8px;margin-bottom:7px}
.cc1-chat-win-reply-for-msg:before{content:"";display:block;position:absolute;top:0;left:0;width:3px;height:96%;background-color:rgba(20,20,20,0.11);border-radius:2px}
.cc1-chat-win-location-wrap{width:308px;height:146px;position:relative;border-radius:12px;background-color:rgba(248,248,248,0.92)}
.cc1-chat-win-location-dtls{position:absolute;display:block;width:100%;bottom:0;left:0;padding:10px 16px}
.cc1-chat-win-location-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:20px}
.cc1-chat-win-location-txt{font-size:13px;font-weight:400;letter-spacing:-.1px;line-height:20px}
/*Conversation css ends*/
.cc1-chat-win-inpt-ext-wrap{/* border-top:1px solid #eaeaea; */padding:14px 0;width:100%;position:absolute;left:0;bottom:0;background-color:#fff;z-index:1;}
.cc1-chat-win-inpt-int-wrap{display:flex}
.cc1-chat-win-inpt-attach{width:60px;text-align:center}
.cc1-chat-win-inpt-wrap{flex:1;position:relative}
.cc1-chat-win-inpt-send{width:60px;text-align:center}
.cc1-chat-win-inpt-attach a,.cc1-chat-win-inpt-send a{padding:3px;margin-top:3px;display:inline-block}
a.cc1-chat-win-inpt-voice-btn{ margin-top: 5px;}
.cc1-chat-win-inpt-box{display:block;width:100%;border:0;box-shadow:inset 0 0 0 1px rgba(20,20,20,0.04);border-radius:8px;background-color:rgba(20,20,20,0.04);letter-spacing:-.1px;line-height:20px;padding:6px 36px 6px 12px}
.smile-button{width:20px;height:20px;display:block;position:absolute;right:9px;top:6px;background:url(../images/svg/smilie-grey-icon.svg) no-repeat center}
.cc1-chat-win-inpt-rply-for-wrap{position:relative;padding:0 14px 0 28px;margin-bottom:14px}
.cc1-chat-win-inpt-rply-for-wrap:before{content:"";display:block;position:absolute;top:0;left:14px;width:3px;height:96%;background-color:rgba(20,20,20,0.11);border-radius:2px}
.cc1-chat-win-inpt-rply-ttl{display:block;font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:16px;color: #969696;}
.cc1-chat-win-inpt-rply-for-msg{margin:0;font-size:13px;letter-spacing:-.1px;line-height:18px}
.cc1-chat-win-inpt-rply-for-close{position:absolute;width:20px;height:20px;display:block;background:url(../images/svg/cross-grey-icon.svg) no-repeat center;background-size:10px;top:7px;right:17px}
.ccl-left-panel-ong-call-wrap{position:absolute;background-color:rgba(41,41,41,0.86);left:0;bottom:46px;width:100%;color:#fff;padding:12px}
.ccl-left-panel-ong-call-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:20px}
.ccl-left-panel-ong-call-dur{font-size:13px;letter-spacing:-.1px;line-height:18px}
.ccl-left-panel-ong-call-thumg{display:inline-block;width:38px;height:38px;border-radius:19px;overflow:hidden;margin-right:10px;float:left}
.ccl-left-panel-ong-call-wrap.video .ccl-left-panel-ong-call-thumg{border-radius:7px}
.ccl-left-panel-ong-call-dtls{display:inline-block;float:left;width:167px}
.ccl-left-panel-ong-call-end{display:inline-block;width:38px;float:left}
.ccl-left-panel-ong-call-end a{display:block;width:38px;height:38px;background:#ff3b30 url(../images/svg/call-end-white-icon.svg) no-repeat center;border-radius:19px}
.cc1-chat-win-msg-smilie-wrap{position:absolute;padding:5px 10px;top:-45px;right:0;box-shadow:0 2px 12px rgba(20,20,20,0.22),0 1px 3px rgba(20,20,20,0.12);border-radius:12px;background-color:rgba(20,20,20,0.8)}
.cc1-chat-win-msg-smilie{display:inline-block;padding:2px}
.cc1-chat-win-rply-fwd-edit-wrap{border-top:1px solid #eaeaea;padding:14px 0;width:100%;position:absolute;left:0;bottom:0;background-color:#fff;z-index:1;text-align:center}
.cc1-chat-win-rply-fwd-edit-wrap a{color:#39f;font-size:15px;font-weight:600;letter-spacing:-.1px;line-height:22px;padding:21px 23px}
.cc1-chat-win-inpt-sug-wrap{width:100%;position:absolute;padding:14px;left:0;top:-62px;z-index:1;text-align:center}
.cc1-chat-win-inpt-sug-msg{box-shadow:0 2px 6px rgba(20,20,20,0.08),0 1px 1px rgba(20,20,20,0.04),0 0 0 1px rgba(20,20,20,0.04);border-radius:18px;background-color:#fff;display:inline-block;padding:8px 12px;margin:0 6px}
.ccl-left-panel-in-call-wrap{position:absolute;top:16px;left:0;right:0;margin:auto;box-shadow:0 16px 32px rgba(20,20,20,0.2),0 0 0 1px rgba(20,20,20,0.04);border-radius:12px;background-color:rgba(41,41,41,0.86);width:248px;z-index:1;color:#fff;padding:14px 16px}
.ccl-left-panel-in-call-dtls-wrap{margin-bottom:14px}
.ccl-left-panel-in-call-dtls{display:inline-block;float:left}
.ccl-left-panel-ong-call-name{margin:0;letter-spacing:-.1px;line-height:20px;margin-bottom:2px}
.ccl-left-panel-ong-call-txt{font-size:13px;font-weight:400;letter-spacing:-.1px;line-height:18px;display:block;padding-left:20px;background:url(../images/svg/incoming-call-grey-down-arrow.svg) no-repeat left;opacity:.7}
.ccl-left-panel-in-call-decline,.ccl-left-panel-in-call-accept{display:inline-block;font-size:15px;letter-spacing:-.1px;line-height:20px;text-align:center;width:47%;padding:6px 8px;border-radius:8px;float:left}
.ccl-left-panel-in-call-decline{background-color:#ff3b30;margin-right:6%}
.ccl-left-panel-in-call-accept{background-color:#39f}
.ccl-left-panel-in-call-thumg{width:38px;height:38px;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08);border-radius:39px;float:right;overflow:hidden}
.ccl-left-panel-in-call-wrap.video .ccl-left-panel-in-call-thumg{border-radius:7px}
.cc1-chat-win-stik-popup{position:absolute;right:44px;bottom:62px;width:280px;height:286px;box-shadow:0 16px 32px rgba(20,20,20,0.2),0 0 0 1px rgba(20,20,20,0.04);border-radius:8px;background-color:#fff;overflow:hidden;z-index:1}
.cc1-chat-win-stik-type-list{padding:15px 20px;background-color:rgba(255,255,255,0.92);border-bottom:1px solid #fdfcfc}
.cc1-chat-win-stik-typ{display:inline-block;width:20px;height:20px;margin:0 7px}
.cc1-chat-win-stik-typ.search{background:url(../images/svg/search-grey-icon.svg) no-repeat center;background-size:17px 18px}
.cc1-chat-win-stik-typ.recent{background:url(../images/svg/recent-grey-icon.svg) no-repeat center;background-size:21px 18px;position:relative;margin-right:22px}
.cc1-chat-win-stik-typ.cheese{background:url(../images/svg/cheese-sector-grey-icon.svg) no-repeat center;background-size:17px 19px}
.cc1-chat-win-stik-typ.cube{background:url(../images/svg/cube-grey-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.umbrella{background:url(../images/svg/umbrella-grey-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.add{background:url(../images/svg/plus-grey-icon.svg) no-repeat center;background-size:20px}
.cc1-chat-win-stik-typ.search.active{background:url(../images/svg/search-blue-icon.svg) no-repeat center;background-size:17px 18px}
.cc1-chat-win-stik-typ.recent.active{background:url(../images/svg/recent-blue-icon.svg) no-repeat center;background-size:21px 18px}
.cc1-chat-win-stik-typ.cheese.active{background:url(../images/svg/cheese-sector-blue-icon.svg) no-repeat center;background-size:17px 19px}
.cc1-chat-win-stik-typ.cube.active{background:url(../images/svg/cube-blue-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.umbrella.active{background:url(../images/svg/umbrella-blue-icon.svg) no-repeat center;background-size:18px 18px}
.cc1-chat-win-stik-typ.add.active{background:url(../images/svg/plus-blue-icon.svg) no-repeat center;background-size:20px}
.cc1-chat-win-stik-typ.recent:before{content:"";position:absolute;display:block;width:1px;height:20px;background-color:rgba(20,20,20,0.1);top:0;right:-17px}
.cc1-chat-win-stik-type-wrap{padding:0 7px;height:238px}
.cc1-chat-win-stik-item{display:inline-block;width:78px;height:80px;margin:3px;float:left}
.ccl-call-ong-max-wrap{position:fixed;width:100%;height:100%;background-color:rgba(20,20,20,0.9);z-index:999;color:#fff}
.ccl-call-ong-max-header{padding:40px 0 30px}
.ccl-call-ong-max-name{margin:0;font-weight:700;text-transform:capitalize;letter-spacing:-.5px;line-height:26px}
.ccl-call-ong-max-dur{font-size:13px;letter-spacing:-.1px;line-height:20px}
.ccl-call-ong-minimize-link{display:block;width:44px;height:44px;border-radius:22px;background:#8c8888 url(../images/svg/call-min-white-icon.svg) no-repeat center;position:absolute;top:44px;left:44px}
.ccl-call-ong-max-thumb{width:360px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:inline-block}
.ccl-call-ong-max-wrap.video-call .ccl-call-ong-max-thumb img{border-radius:12px}
.ccl-call-ong-max-thumb img{max-height:100%;max-height:100%;display:inline-block;border-radius:50%;overflow:hidden;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;box-shadow:0 19px 38px rgba(20,20,20,0.3),0 2px 7px rgba(20,20,20,0.3)}
.ccl-call-ong-max-cta-wrap{position:absolute;left:0;bottom:0;width:100%}
.ccl-call-ong-max-ctablock{display:inline-block;padding:10px 16px 50px}
.ccl-call-ong-max-cta-link{width:54px;height:54px;border-radius:27px;background-color:rgba(255,255,255,0.2);display:block;margin:0 auto 6px}
.ccl-call-ong-max-cta-link.member{background:#8c8888 url(../images/svg/call-member-white-icon.svg) no-repeat center}
.ccl-call-ong-max-cta-link.video{background:#8c8888 url(../images/svg/video-call-white-icon.svg) no-repeat center}
.video-call .ccl-call-ong-max-cta-link.video{background:#8c8888 url(../images/svg/camera-off-white-icon.svg) no-repeat center}
.ccl-call-ong-max-cta-link.mute{background:#8c8888 url(../images/svg/mute-white-icon.svg) no-repeat center}
.ccl-call-ong-max-cta-link.callend{background:#ff3b30 url(../images/svg/call-end-white-icon.svg) no-repeat center}
.ccl-call-ong-max-thumb-wrap{height:calc(100vh - 263px);position:relative}
.ccl-video-call-ong-caller-thumb{position:absolute;width:120px;border-radius:12px;overflow:hidden;right:44px;top:44px}
.ccl-chat-center-panel{position:relative}
/*.ccl-center-panel:before{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:block;width:340px;height:29px;color:rgba(20,20,20,0.4);font-size:22px;font-weight:700;letter-spacing:-.5px;text-align:center}
.ccl-center-panel.ccl-chat-center-panel:before{content:"Select a chat to start messaging";}
.ccl-center-panel.ccl-grp-chat-center-panel:before{content:"Select a chat to start messaging";}
.ccl-center-panel.ccl-more-center-panel:before{content:"Select a chat to start messaging";}*/
.cc1-chat-win-conver-break{border-top:1px solid rgba(20,20,20,0.1);margin:0 -16px 20px;padding-top:6px}
.cc1-chat-win-conver-break-txt{font-size:13px;letter-spacing:-.1px;line-height:18px}
.cc1-chat-win-rcvr-name{font-size:12px;letter-spacing:-.1px;line-height:16px;display:block;margin-bottom:6px;margin-left:4px;color:#969696}
.cc1-chat-win-rcvr-thumb-wrap{display:inline-block;width:36px;float:left;margin-right:8px;margin-top:22PX}
.cc1-chat-win-rcvr-thumb-wrap img{width:36px;height:36px;border-radius:50%;overflow:hidden}
.cc1-left-panel-myacc-opts-wrap{padding:10px 0}
.cc1-left-panel-myacc-opts-list-ttl{color:#969696;font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:20px;margin-bottom:5px;padding:0 16px}
.cc1-left-panel-myacc-opts-list{margin-bottom:22px}
.cc1-left-panel-myacc-opt{display:block;padding:15px 15px 15px 48px;position:relative}
.cc1-left-panel-myacc-opt.active:before,.cc1-left-panel-myacc-opt:hover:before{content:"";display:block;width:100%;height:100%;position:absolute;background-color:rgba(247,247,247,0.92);left:0;top:0;z-index:-1}
.cc1-left-panel-myacc-opt.notifications{background:url(../images/svg/notification-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.privacy{background:url(../images/svg/privacy-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.chats{background:url(../images/svg/chat-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.help{background:url(../images/svg/help-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-opt.report{background:url(../images/svg/report-black-icon.svg) no-repeat 16px center}
.cc1-left-panel-myacc-optname{display:block;position:relative}
.cc1-left-panel-myacc-optname:before{content:"";display:block;width:100%;height:1px;position:absolute;background-color:rgba(20,20,20,0.1);left:0;bottom:-33px;z-index:-1}
.ccl-more-center-panel-head{margin:33px 0}
.ccl-center-panel.ccl-more-center-panel,.ccl-center-panel.ccl-call-center-panel{padding-top:0}
.ccl-more-center-panel-opts-wrap{width:428px;margin:0 auto}
.ccl-more-center-panel-opt{border-bottom:1px solid rgba(247,247,247,0.92);padding:14px 0;margin-bottom:14px}
.ccl-more-center-panel-opts-list .ccl-more-center-panel-opt:last-child{margin-bottom:0}
.ccl-more-center-panel-opts-list{margin-bottom:40px}
.ccl-more-center-panel-opt-ttl{display:inline-block;float:left;font-size:15px;letter-spacing:-.1px;line-height:22px}
.ccl-more-center-panel-opt-subttl{display:inline-block;float:right;font-size:13px;letter-spacing:-.1px;line-height:22px;color:#969696}
.ccl-more-center-panel-opts-list-ttl,.ccl-call-center-panel-dtls-list-ttl{font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:20px;color:#969696;margin-bottom:10px}
.ccl-more-center-panel-opts-note{font-size:13px;letter-spacing:-.1px;line-height:18px;color:#969696;margin-bottom:40px;margin-top:-30px}
.blocked-user-popup{width:360px;height:450px}
.ccl-blocked-user-thumb{display:inline-block;width:28px;margin-right:8px;vertical-align:middle}
.ccl-blocked-user-thumb img{width:28px;height:28px;border-radius:50%;overflow:hidden}
.ccl-blocked-user-dtls{display:inline-block;vertical-align:middle;width:282px;padding:12px 0;border-bottom:1px solid rgba(20,20,20,0.1);position:relative}
.ccl-blocked-user-name{letter-spacing:-.1px;line-height:22px}
.ccl-blocked-user-delete{width:20px;height:20px;background:url(../images/svg/delete-grey-icon.svg) no-repeat center;position:absolute;right:0;top:10px;background-size:14px 18px}
.chat-contact-list-ext-wrap{padding:16px; height: calc(100vh - 170px); overflow-y: scroll;}
.chat-contact-listitem-thum{display:inline-block;width:28px;vertical-align:middle;margin-right:8px}
.chat-contact-listitem-thum img{width:28px;height:28px;border-radius:50%;overflow:hidden;display:inherit}
.chat-contact-listitem-name{display:inline-block;vertical-align:middle;width:205px;position:relative;letter-spacing:-.1px;line-height:22px}
.chat-contact-listitem-name:before{content:"";display:block;width:100%;height:1px;background-color:rgba(20,20,20,0.1);position:absolute;left:0;bottom:-18px}
.chat-contact-listitem{padding:12px 0}
.chat-contact-list-apla-ftlr{font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:20px;text-transform:uppercase;color:#969696;display:block;margin:6px 0 3px}
.ccl-left-panel-call-fltr-wrap{padding:8px 16px 18px}
.ccl-left-panel-call-fltrs{border-radius:8px;background-color:rgba(20,20,20,0.08);width:100%;padding:2px}
.ccl-left-panel-call-fltr-btn{display:inline-block;width:50%;float:left;font-size:13px;font-weight:500;letter-spacing:-.1px;line-height:18px;padding:5px}
.ccl-left-panel-call-fltr-btn.active{background-color:#fff;box-shadow:0 3px 1px rgba(20,20,20,0.04),0 3px 8px rgba(20,20,20,0.12);border-radius:7px}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt{padding-left:23px}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.incoming{background:url(../images/svg/incoming-call-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.video-incoming{background:url(../images/svg/incoming-call-video-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.outgoing{background:url(../images/svg/outgoing-call-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .chat-ppl-listitem-txt.missed{background:url(../images/svg/missed-call-grey-icon.svg) no-repeat left center}
.call-ppl-list-ext-wrap .del-call-link{width:14px;height:18px;background:url(../images/svg/delete-grey-icon.svg) no-repeat center;position:absolute;right:16px;top:25px;display:none}
.ccl-call-center-panel-header{margin-bottom:50px}
.ccl-call-center-panel-details-wrap{width:428px;margin:0 auto}
.ccl-call-center-panel-dtls-list{margin-bottom:40px}
.ccl-call-center-panel-dtl{border-bottom:1px solid rgba(247,247,247,0.92);padding:7px 0;margin-bottom:7px}
.ccl-call-center-panel-dtl-ttl{display:inline-block;float:left;font-size:13px;letter-spacing:-.1px;line-height:22px;padding-left:23px}
.ccl-call-center-panel-dtl-subttl{display:inline-block;float:right;font-size:12px;letter-spacing:-.1px;line-height:22px;color:#969696}
.ccl-call-center-panel-dtl-dur{display:block;clear:both;font-size:13px;letter-spacing:-.1px;line-height:18px;color:#969696}
.ccl-call-center-panel-dtl-ttl.incoming{background:url(../images/svg/incoming-call-black-down-arrow.svg) no-repeat left center}
.ccl-call-center-panel-dtl-ttl.video-outgoing{background:url(../images/svg/outgoing-call-video-grey-icon.svg) no-repeat left center}
.ccl-dtls-panel-body{padding:16px}
.ccl-dtls-noti-sel-wrap{margin-bottom:30px}
.ccl-dtls-noti-sel-wrap input[type=checkbox]+label{display:block;cursor:pointer;background:url(../images/svg/checkbox-inactive.svg) no-repeat right center;background-size:16px;font-size:15px;letter-spacing:-.1px;line-height:22px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none}
.ccl-dtls-noti-sel-wrap input[type=checkbox]:checked+label{background:url(../images/svg/checkbox-blue-active.svg) no-repeat right center;background-size:16px}
.ccl-dtls-panel-section{margin-bottom:30px}
.ccl-dtls-panel-section-head{margin:0;font-size:12px;letter-spacing:-.1px;line-height:20px;text-transform:uppercase}
.ccl-dtls-section-listitem-link{font-size:15px;letter-spacing:-.1px;line-height:20px;padding:6px 0;display:inline-block}
.ccl-dtls-panel-media-fltr-wrap{margin-top:8px}
.ccl-dtls-panel-media-fltrs{border-radius:8px;background-color:rgba(20,20,20,0.08);width:100%;padding:2px;margin-bottom: 10px;}
.ccl-dtls-panel-media-fltr-btn{display:inline-block;width:33.33%;float:left;font-size:13px;font-weight:500;letter-spacing:-.1px;line-height:18px;padding:5px;position:relative}
.ccl-dtls-panel-media-fltr-btn:before{content:"";position:absolute;display:block;width:2px;height:16px;background-color:rgba(20,20,20,0.12);right: -2px;top:6px;}
.ccl-dtls-panel-media-fltr-btn.active{background-color:#fff;box-shadow:0 3px 1px rgba(20,20,20,0.04),0 3px 8px rgba(20,20,20,0.12);border-radius:7px}
.ccl-dtls-panel-media-fltrs .ccl-dtls-panel-media-fltr-btn:last-child:before,.ccl-dtls-panel-media-fltr-btn.active:before{display:none}
.ccl-dtls-panel-media-type-wrap.photos .ccl-dtls-panel-media-item{
display: inline-block;
float: left;
width: 120px;
border-radius: 8px;
overflow: hidden;
margin-bottom: 7px;
}
.ccl-dtls-panel-media-type-wrap.photos .ccl-dtls-panel-media-item:nth-child(odd){margin-right: 7px;}
.ccl-dtls-grp-admin-cnt-wrap{
margin-top: -10px;
margin-bottom: 30px;
}
.ccl-dtls-grp-admin-ttl{
font-size: 15px;
letter-spacing: -.1px;
line-height: 22px;
display: inline-block;
width: 88%;
vertical-align: middle;
}
.ccl-dtls-grp-admin-cnt{
display: inline-block;
width: 10%;
text-align: right;
vertical-align: middle;
}
.ccl-dtls-panel-section .chat-ppl-listitem{
padding: 13px 0 0;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-thumbnail-wrap,.add-admins-popup .chat-ppl-listitem .chat-ppl-thumbnail-wrap{
float: left;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-listitem-dtls,.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-dtls{
float: left;
margin-top: 9px;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-listitem-name,.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-name{
display: inline-block;
vertical-align: middle;
width: 72%;
text-overflow: ellipsis;
white-space: nowrap;
max-width: none;
}
.ccl-dtls-panel-section .chat-ppl-listitem .chat-ppl-listitem-role,.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-role{
display: inline-block;
vertical-align: middle;
width: 25%;
text-align: right;
font-size: 12px;
}
.add-admins-popup .chat-ppl-listitem-dtls{
width: 280px;
}
.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-name{
width: 84%;
}
.add-admins-popup .chat-ppl-listitem .chat-ppl-listitem-role{
width: 13%;
}
.chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap,.add-member-popup .chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap{
padding: 8px;
}
.chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap img,.add-member-popup .chat-ppl-listitem.add-member .chat-ppl-thumbnail-wrap img{
width: 20px;
}
.add-member-popup,.add-admins-popup{
width: 360px;
height: 450px;
overflow: hidden;
}
.add-member-popup .ccl-left-panel-srch-inpt-wrap{
margin-bottom: 25px;
}
.add-admins-popup .popup-ttl{
margin: 3px 0 10px;
}
.add-admins-popup .chat-ppl-listitem{padding: 13px 0 0;}
.login-popup,.signUp-popup,.reset-pwd-popup{width: 360px;}
.ccl-login-with-plat-wrap{
margin-bottom: 28px;
}
.ccl-login-with-plat-btn{
display: block;
color: #ffffff;
text-align: center;
padding: 12px;
font-size: 15px;
font-weight: 600;
letter-spacing: -0.1px;
line-height: 22px;
border-radius: 8px;
background-color: #141414;
}
.ccl-login-with-plat-btn.apple{background-image:url(../images/svg/apple-white-icon.svg);background-repeat: no-repeat;background-position: 57px 13px;}
.ccl-login-frm-row{
/* margin-bottom: 10px; */
}
input[type="submit"].ccl-login-frm-btn{
color: #ffffff;
font-size: 15px;
font-weight: 600;
letter-spacing: -0.1px;
line-height: 22px;
border-radius: 8px;
background-color: #3399ff;
display: block;
width: 100%;
padding: 12px;
}
.ccl-login-frm-info-text{
font-size: 13px;
letter-spacing: -0.1px;
line-height: 18px;
margin:0;
}
.ccl-reset-pwd-para{
margin: 0;
font-size: 15px;
letter-spacing: -0.1px;
line-height: 22px;
}
.ccl-login-frm-reset-email-row{
margin-bottom: 100px;
}
.ccl-login-frm-pwd-sent-para-row h4{margin: 0 0 12px;font-weight: 700;letter-spacing: -0.5px;line-height: 26px;}
.ccl-login-frm-pwd-sent-para-row .ccl-reset-pwd-para{
margin-bottom: 100px;
}
.chat-ppl-more-opts-tt{
position: absolute;
width: 130px;
box-shadow: 0 4px 8px rgba(20, 20, 20, 0.12), 0 0 0 1px rgba(20, 20, 20, 0.08);
border-radius: 8px;
background-color: #ffffff;
z-index: 1;
right: -106px;
bottom: -133px;
padding: 10px 0;
display: none;
}
.chat-ppl-more-opt-link{
display: block;
padding: 6px 16px;
}
.chat-ppl-more-opt-link:hover{background-color: rgba(20, 20, 20, 0.04);}
.chat-ppl-more-opts-break{
display: block;
width: 98px;
height: 1px;
background-color: rgba(20, 20, 20, 0.1);
margin: 10px auto;
} | 0.174727 | 0.07989 |
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Home page jumbotron
*/
.jumbotron {
background: linear-gradient(to bottom, #0082c9, #3e9ed8 100%, #d8d8d8);
padding: 0;
margin-bottom: 0;
background-size: 100% auto, cover;
height: 100vh;
min-height: 700px;
border-radius: 0 !important;
position: relative; }
@media (max-width: 991px) {
.jumbotron {
min-height: 600px; } }
.jumbotron h1 {
padding-top: 0;
color: white;
font-size: 60px;
line-height: 60px;
letter-spacing: -2px;
font-weight: 500; }
@media (max-width: 991px) {
.jumbotron h1 {
width: 250px;
letter-spacing: -1px;
font-size: 35px;
line-height: 1.2; } }
.jumbotron h2 {
color: white;
font-size: 18px;
line-height: 1.6;
width: 377px; }
@media (max-width: 991px) {
.jumbotron h2 {
font-size: 16px;
line-height: 1.6;
width: 250px; } }
.jumbotron p {
margin-top: 50px; }
.jumbotron .topbanner {
/* background-image: url("../img/home/top-banner@2x.png"); */
/* background-position: bottom 0 right 0; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
background: url(../img/home/top-banner@2x.png) bottom 0 right 0/contain no-repeat;
width: auto;
height: auto;
max-width: 55vw;
max-height: 90vh;
margin: 0 0 0 0;
padding: 0 0 0 0;
position: absolute;
bottom: 0;
right: 0;
overflow: hidden; }
@media (max-width: 768px) {
.jumbotron .topbanner {
background-image: url("../img/home/top-banner@2x_mobile.png");
padding-top: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
.jumbotron .topbanner {
background-image: url("../img/home/top-banner@2x_mobile.png");
padding-top: 55%; } }
.jumbotron .topbanner img {
width: 100%;
height: 100%;
opacity: 0; }
.jumbotron .toptext {
position: absolute;
top: 30vh;
padding-left: 0;
margin-left: 0; }
@media (max-width: 991px) {
.jumbotron .toptext {
top: 120px;
margin-left: 5%; } }
.jumbotron .toptext .annoucement {
background-color: rgba(0, 115, 178, 0.51);
border-radius: 20px;
padding: 0 12px 0 5px;
text-decoration: none;
color: white;
line-height: 26px;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement {
margin-left: -20px;
width: calc(100% + 20px * 2);
border-radius: 0; } }
.jumbotron .toptext .annoucement .type {
padding: 0 6px;
font-size: 11px;
line-height: 16px;
font-weight: 600;
background: #FF8B00;
text-transform: uppercase;
border-radius: 10px; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement .type {
margin-left: 10px; } }
.jumbotron .toptext .annoucement .message {
margin: 0 16px 0 6px;
font-size: 13px; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement .message {
font-size: 15px;
line-height: 22px;
margin: 10px 10px; } }
.jumbotron .toptext .annoucement .message:after {
position: absolute;
display: inline-block;
content: ' ';
background-image: url("../img/next.svg");
background-size: 12px 12px;
height: 12px;
width: 12px;
top: 7px;
margin-left: 5px;
transition: all 0.3s ease; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement .message:after {
position: relative;
top: 2px; } }
.jumbotron .toptext .annoucement .message:hover:after {
margin-left: 10px; }
.jumbotron > .container-fluid > .col-md-6 > p > a {
width: 290px;
height: 60px;
padding-top: 16px;
text-indent: -30px; }
/**
* Home page: Why Nextcloud?
*/
.icon-row {
padding-bottom: 100px; }
.icon-row img {
height: 200px; }
.icon-row h4 {
padding-top: 39px; }
.highlights_text {
font-size: 20px;
color: #434343;
line-height: 1.36;
font-weight: 100; }
/**
* Home page: Introducing Nextcloud 10
*/
.right-text-grey {
opacity: 0;
padding-top: 75px; }
.right-text-grey:first-child {
padding-top: 50px; }
@media (max-width: 768px) {
.right-text-grey {
text-align: center; } }
.right-text-grey p {
font-size: 18px;
font-weight: 100;
color: #555555; }
.introducing-nc-release {
padding-top: 100px;
padding-bottom: 75px; }
@media (max-width: 768px) {
.introducing-nc-release {
padding-top: 50px; } }
.introducing-nc-release img {
width: 582px;
height: 474px;
display: block;
margin: 0 auto; }
@media (max-width: 768px) {
.introducing-nc-release img {
width: 90%;
height: 90%; } }
.introducing-nc-release p:last-child {
margin-top: 30px; }
/**
* Home page: Stay up to date
*/
.stay-up-to-date {
background-color: #eaeaea; }
.stay-up-to-date h5 {
font-size: 35px;
font-weight: 300;
line-height: 1.5;
text-align: center;
color: #2a2a36;
padding-bottom: 40px; }
@media (max-width: 768px) {
.stay-up-to-date .container {
width: 100%; } }
/**
* Home page: perfect-for-home-and-business
*/
#perfect-for-home-and-business {
margin-top: 100px;
padding-top: 80px;
padding-bottom: 50px;
padding-left: 0;
padding-right: 0;
background-image: url("../img/home/perfect-for-home-and-business.jpg");
background-size: cover; }
@media (max-width: 768px) {
#perfect-for-home-and-business {
background-image: url("../img/home/perfect-for-home-and-business-mobile.jpg"); } }
#perfect-for-home-and-business .btn-primary {
width: 430px; }
@media (min-width: 1600px) {
#perfect-for-home-and-business {
padding-top: 120px;
padding-bottom: 180px; } }
@media (max-width: 768px) {
#perfect-for-home-and-business .btn-primary {
width: 300px; }
#perfect-for-home-and-business .btn-primary .icon-arrow {
background: url(../img/arrow_right.svg) center/contain no-repeat;
position: absolute;
width: 20px;
height: 100%;
right: 20px;
top: 2px; } }
#perfect-for-home-and-business h2 {
margin-left: 5%;
font-size: 60px;
line-height: 0.9;
color: #ffffff;
width: 469px; }
@media (max-width: 768px) {
#perfect-for-home-and-business h2 {
width: 90%;
font-size: 35px;
line-height: 1.3; } }
#perfect-for-home-and-business p {
margin-left: 5%;
font-size: 18px;
font-weight: 300;
line-height: 1.6;
color: #ffffff;
width: 469px;
padding-top: 30px;
padding-bottom: 30px; }
@media (max-width: 768px) {
#perfect-for-home-and-business p {
width: 90%;
padding-top: 10px; } }
/**
* Home page: Stay up to date
*/
#stay-up-to-date a {
width: 400px; }
.community-icon {
height: 207px;
width: 177px;
margin: auto; }
@media (max-width: 1200px) {
.community-icon {
margin: auto; } }
.privacy-icon {
height: 200px;
width: 202px;
margin: auto; }
@media (max-width: 1200px) {
.privacy-icon {
margin: auto; } }
.flexibility-icon {
height: 206px;
width: 205px;
margin: auto; }
@media (max-width: 1200px) {
.flexibility-icon {
margin: auto; } }
#why-nextcloud {
padding-top: 130px; }
#why-nextcloud h2 {
font-size: 60px; }
.Section-Introducing-Nextcloud {
background-color: transparent;
overflow: hidden;
height: 200vh;
position: relative;
padding-top: 130px; }
@media (max-width: 1200px) {
.Section-Introducing-Nextcloud {
padding-top: 60px;
height: 100vh; } }
.Section-Introducing-Nextcloud h2 {
font-size: 60px; }
.Section-Introducing-Nextcloud .img_carousel {
padding-top: 100px;
position: relative; }
@media (max-height: 800px) {
.Section-Introducing-Nextcloud .img_carousel {
padding-top: 60px; } }
.Section-Introducing-Nextcloud .img_carousel img {
float: right;
width: 582px;
height: 474px; }
@media (max-height: 800px) {
.Section-Introducing-Nextcloud .img_carousel img {
width: 490px;
height: 402px; } }
.Section-Introducing-Nextcloud .indicators {
-webkit-transition: all .5s;
transition: all .5s;
opacity: 1;
position: absolute;
z-index: 2;
bottom: 50vh;
right: 0; }
@media (max-width: 768px) {
.Section-Introducing-Nextcloud .indicators {
display: none; } }
.Section-Introducing-Nextcloud .indicators .btn_carousel {
margin-top: 10px;
width: 14px;
height: 14px;
color: transparent;
border: 1px solid #0082c9;
background-color: #0082c9;
border-radius: 50%;
padding: 0;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out; }
.Section-Introducing-Nextcloud .indicators .btn_carousel.active {
background-color: transparent;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
#pinContainer {
width: 100%;
height: 100vh;
overflow: hidden; }
.panel {
height: 100%;
width: 100%;
position: absolute; }
.news-section {
position: relative;
overflow: hidden; }
.news-section .news {
background: #0082c9;
padding-bottom: 120px; }
.news-section .news:before {
background: url(../img/home/pattern.svg) bottom 0 right 0/contain no-repeat;
height: 90vh;
width: 2000px;
position: absolute;
left: 50%;
background-position: bottom;
transform: translateX(-50%); }
@media (max-width: 768px) {
.news-section .news .container {
width: 95%; } }
@media (min-width: 768px) and (max-width: 991px) {
.news-section .news .container {
width: 720px !important; } }
@media (min-width: 991px) and (max-width: 1005px) {
.news-section .news .container {
width: 950px !important; } }
.news-section .news .col-md-4 {
background: white;
margin-bottom: 90px;
width: 28%; }
@media (max-width: 1199px) {
.news-section .news .col-md-4 {
width: 26%; } }
@media (max-width: 991px) {
.news-section .news .col-md-4 {
width: 90%; } }
.news-section .news .row .col-md-4 {
padding: 20px;
margin: 30px;
min-height: 500px; }
.news-section .news h1 {
/* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
text-align: center;
color: #ffffff;
margin-top: 120px;
margin-bottom: 80px; }
.news-section .news h3 {
/* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.45;
text-align: left;
color: #555555; }
.news-section .news p {
/* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
color: #ffffff; }
.news-section .news ul {
list-style-type: none;
padding: 0;
-webkit-padding-start: 0px;
-moz-padding-start: 0px; }
.news-section .news li {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 2px #eeeeee; }
.news-section .news a {
font-size: 18px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.61;
text-align: left;
color: #555555; }
/* hide the image and table for the tweets */
.news .contribook_microbloguserpicture img {
width: 0px !important; }
.news table {
margin-left: -15px; }
.revealOnScroll {
opacity: 0; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
@-moz-document url-prefix() {
.brand {
-webkit-transform: scale(0.5);
top: -26px !important; } }
.nav {
z-index: 1;
padding-top: 20px;
position: absolute;
left: 0;
right: 0;
opacity: 0;
background: #0082c9;
position: relative; }
.nav .container {
position: relative; }
@media (max-width: 992px) {
.nav .container {
width: 90%; } }
.nav .container .nav__bg-wrapper {
-webkit-transition: 0.3s;
transition: 0.3s;
position: absolute;
left: 0;
top: 100%;
visibility: hidden;
transition: 0.3s;
will-change: opacity;
z-index: -2;
top: 50px; }
.nav .container .nav__bg-wrapper.is-visible {
visibility: visible;
opacity: 1; }
.nav .container .nav__bg-wrapper .nav__bg {
width: 300px;
height: 200px;
background: white;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.11);
border: solid 1px #f1f1f1;
border-radius: 4px;
-webkit-transform-origin: left top;
transform-origin: left top;
will-change: transform;
visibility: hidden;
position: absolute;
z-index: 1;
top: 100%; }
.nav .container .nav__bg-wrapper .nav__bg:before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 8px solid transparent;
border-bottom-color: #f1f1f1; }
.nav .container .nav__bg-wrapper .nav__bg:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 6px solid transparent;
border-bottom-color: white; }
.nav .container .nav__bg-wrapper .nav__bg.is-animatable {
-webkit-transition: 0.3s;
transition: 0.3s;
visibility: visible; }
.nav .container .navbar-toggle {
display: none; }
.nav .container .brand {
z-index: 3;
position: absolute;
top: 0;
left: 0; }
.nav .container .brand .logo:not(.scrolled):not(.menu-open) {
background: url(../img/logo/logo_white_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
zoom: 0.5; }
.nav .container .brand .logo:not(.scrolled):not(.menu-open).hoverPlay {
background-position-x: 0;
-webkit-animation: play 2s steps(33) forwards;
-moz-animation: play 2s steps(33) forwards;
-ms-animation: play 2s steps(33) forwards;
-o-animation: play 2s steps(33) forwards;
animation: play 2s steps(33) forwards; }
.nav .container .brand .logo:not(.scrolled):not(.menu-open).stopedAnimation {
background-position-x: -4620px; }
.nav .container .nav__sections {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
list-style-type: none;
position: absolute;
z-index: -1;
left: 20%;
top: 0%; }
@media (max-width: 1200px) {
.nav .container .nav__sections {
left: 10%; } }
.nav .container .nav__sections .nav__section {
padding: 15px 0 15px 0;
position: relative; }
.nav .container .nav__sections .nav__section:hover .nav__label {
opacity: 0.6;
cursor: default;
text-decoration: none; }
.nav .container .nav__sections .nav__section:hover .nav__links {
visibility: visible;
opacity: 1;
position: absolute;
left: 50%;
transform: translateX(-50%) translateZ(1px); }
.nav .container .nav__sections .nav__section .nav__label {
display: inline-block;
padding-left: 30px;
padding-bottom: 5px;
color: white;
-webkit-transition: 0.3s;
transition: 0.3s;
font-size: 16px; }
.nav .container .nav__sections .nav__section .nav__links {
position: absolute;
padding: 20px 20px 20px 35px;
visibility: hidden;
opacity: 0;
list-style-type: none;
transition: opacity 0.3s ease;
transition-delay: 0.1s; }
.nav .container .nav__sections .nav__section .nav__links .nav__item {
color: #666;
margin-top: 5px;
white-space: nowrap;
margin-left: 10px; }
.nav .container .nav__sections .nav__section .nav__links .nav__item a {
font-size: 16px;
color: #555555; }
.nav .container .nav__sections .nav__section .nav__links .nav__item a:hover {
opacity: 0.6;
text-decoration: none; }
.nav .container .nav__sections .nav__section .nav__links .nav__item:not(:last-of-type) {
margin-bottom: 0.625em; }
.nav .container .right-buttons {
position: absolute;
top: 0;
right: 0;
margin-top: 15px; }
.nav .container .right-buttons .ghost-btn {
text-align: center;
position: relative;
display: inline-block; }
.nav .container .right-buttons .ghost-btn a {
-webkit-transition: 0.3s;
transition: 0.3s;
position: relative; }
.nav .container .right-buttons .ghost-btn a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: white;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s; }
.nav .container .right-buttons .ghost-btn:hover a {
text-decoration: none; }
.nav .container .right-buttons .ghost-btn:hover a:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.nav .container .right-buttons li {
display: inline-block;
padding-left: 30px;
padding-bottom: 5px;
font-size: 16px; }
.nav .container .right-buttons li a {
color: white; }
@media (max-width: 992px) {
.nav .container .brand {
padding-left: 15px; }
.nav .container .brand .logo {
height: 53px;
width: 71px; }
.nav .container .brand .logo.menu-open {
background: url(../img/logo/logo_white_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
zoom: 0.5; }
.nav .container .brand .logo.menu-open.hoverPlay {
background-position-x: 0;
-webkit-animation: play 2s steps(33) forwards;
-moz-animation: play 2s steps(33) forwards;
-ms-animation: play 2s steps(33) forwards;
-o-animation: play 2s steps(33) forwards;
animation: play 2s steps(33) forwards; }
.nav .container .brand .logo.menu-open.stopedAnimation {
background-position-x: -4620px; }
.nav .container .mobile-bg {
position: fixed;
background: #0082c9;
padding-top: 25px;
z-index: 2;
top: 0;
right: 0;
width: 0;
height: 0;
visibility: hidden;
overflow: hidden;
border-bottom-left-radius: 100%;
transition: all 0.6s ease; }
.nav .container .active {
opacity: 1;
visibility: visible;
width: 150%;
height: 150%; }
.nav .container .navbar-toggle {
color: white;
background-color: white;
border-radius: 50px;
width: 50px;
height: 50px;
margin-top: 0;
z-index: 3;
display: block;
margin-right: 0; }
.nav .container .navbar-toggle:hover {
transform: scale(1.1);
transition: transform 0.3s cubic-bezier(0.56, 1, 0.86, 1.39);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.56, 1, 0.86, 1.39);
transition-delay: initial; }
.nav .container .nav__sections-wrapper {
margin: 0 auto;
display: inline-block;
position: fixed;
top: 90px;
margin-left: 60px;
z-index: 2;
padding: 0; }
.nav .container .nav__sections-wrapper .nav__sections {
display: none;
position: relative;
left: 0;
padding: 0;
visibility: hidden; }
.nav .container .nav__sections-wrapper .nav__sections .nav__section {
display: block;
height: calc(100% / 7);
min-height: 50px;
opacity: 1;
margin: 0;
opacity: 0;
color: white;
padding: 0;
visibility: hidden; }
.nav .container .nav__sections-wrapper .nav__sections .nav__section:last-child {
font-weight: 500; }
.nav .container .nav__sections-wrapper .nav__sections .nav__section a {
color: white;
text-decoration: none; }
.nav .container .nav__sections-wrapper .nav__sections.active {
display: block;
color: white;
margin: 0;
visibility: visible; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s;
visibility: visible; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__label {
font-size: 35px;
line-height: 45px;
padding-left: 0;
letter-spacing: -2px;
font-weight: 600; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(2) {
animation-delay: .4s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(3) {
animation-delay: .45s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(4) {
animation-delay: .50s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(5) {
animation-delay: .55s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(6) {
animation-delay: .60s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(7) {
animation-delay: .65s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(8) {
animation-delay: .70s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__links {
display: none;
position: relative;
padding: 0;
width: 100%;
padding: 0 10px 0 20px; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__links .nav__item {
margin-left: 0; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__links .nav__item a {
font-size: 26px;
line-height: 39px;
color: white;
margin-left: 0;
font-weight: 100;
letter-spacing: -2px; }
.nav .container .nav__sections-wrapper .right-buttons {
position: relative;
padding: 0;
margin: 0;
opacity: 0;
transition: all 0.3s; }
.nav .container .nav__sections-wrapper .right-buttons.active {
opacity: 1;
transition-delay: .65s; }
.nav .container .nav__sections-wrapper .right-buttons.active .nav__label {
color: white; }
.nav .container .nav__sections-wrapper .right-buttons.active .ghost-btn a {
pointer-events: all; }
.nav .container .nav__sections-wrapper .right-buttons .ghost-btn {
font-size: 35px;
line-height: 45px;
padding-left: 0;
letter-spacing: -2px;
font-weight: 600;
display: block;
text-align: left;
padding-left: 0;
height: calc(100% / 7);
animation: fadeInRight .5s ease forwards;
pointer-events: none; } }
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%; }
100% {
opacity: 1;
left: 0; } }
@media (max-height: 800px) {
.nav-down {
opacity: 1;
transition: all 0.2s ease-in-out; }
.nav-up {
top: -100px !important;
opacity: 0;
transition: all 0.2s ease-in-out; } }
/**
* Scrolled navbar style
*/
.nav {
padding-bottom: 70px; }
@media (max-width: 992px) {
.nav {
padding-bottom: 20px; } }
.nav.scrolled {
position: fixed;
transition: all .2s ease-in;
background: white;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09); }
.nav.scrolled .navbar-toggle:not(.active) {
background-color: #0082c9; }
.nav.scrolled .navbar-toggle:not(.active) svg {
filter: invert(100%); }
.nav.scrolled .logo:not(.menu-open) {
background: url(../img/logo/logo_blue_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
zoom: 0.5; }
.nav.scrolled .logo:not(.menu-open).hoverPlay {
background-position-x: 0;
-webkit-animation: play 2s steps(33) forwards;
-moz-animation: play 2s steps(33) forwards;
-ms-animation: play 2s steps(33) forwards;
-o-animation: play 2s steps(33) forwards;
animation: play 2s steps(33) forwards; }
.nav.scrolled .logo:not(.menu-open).stopedAnimation {
background-position-x: -4620px; }
.nav.scrolled .nav__sections-wrapper .nav__sections .nav__section .nav__label, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .nav__section .nav__label, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label {
color: #555555; }
.nav.scrolled .nav__sections-wrapper .nav__sections .nav__section .nav__label:before, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label:before, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label:before, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .nav__section .nav__label:before, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label:before, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label:before {
background-color: #555555; }
.nav.mobile .nav__sections-wrapper .nav__sections .nav__section .nav__label, .nav.mobile .nav__sections-wrapper .ghost-btn .nav__section .nav__label {
color: white; }
/**
*Changed default media querys for navigation in bootstrap
*/
@media (max-width: 1200px) {
.navbar-header {
float: none; }
.navbar-left, .navbar-right {
float: none !important; }
.navbar-toggle {
display: block; }
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-collapse.collapse {
display: none !important; }
.navbar-nav {
float: none !important;
margin-top: 7.5px; }
.navbar-nav > li {
float: none; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px; }
.collapse.in {
display: block !important; }
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
@keyframes play {
from {
background-position-x: 0px; }
to {
background-position-x: -4620px; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/**
* Footer
*/
footer.page-footer {
background-color: #2a2a36; }
footer.page-footer h1 {
margin-top: 70px;
font-size: 19px;
font-weight: bold;
line-height: 1.8;
letter-spacing: -0.9px;
color: #8e8e8e; }
footer.page-footer ul {
list-style-type: none;
padding-left: 0; }
footer.page-footer li {
font-size: 15px;
line-height: 1.8;
color: #ffffff;
width: 140px; }
footer.page-footer li a {
color: #ffffff;
position: relative; }
footer.page-footer li a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: white;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s; }
footer.page-footer li a:hover {
color: #ffffff;
text-decoration: none; }
footer.page-footer li a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1); }
footer.page-footer p {
padding-top: 50px;
padding-bottom: 30px;
font-size: 15px;
line-height: 1.8;
color: #ffffff; }
@media (max-width: 768px) {
footer.page-footer p {
float: left;
padding-left: 15px; } }
footer.page-footer p a {
color: #ffffff; }
footer.page-footer p a:hover {
color: #ffffff; }
@media (min-width: 768px) and (max-width: 1600px) {
footer.page-footer .container {
width: 90%;
max-width: 900px; } }
@media (max-width: 768px) {
footer.page-footer {
height: 100%;
padding-top: 40px;
padding-bottom: 40px; }
footer.page-footer h1 {
margin-top: 30px;
font-size: 19px;
font-weight: bold;
line-height: 1.8;
letter-spacing: -0.9px;
color: #8e8e8e; }
footer.page-footer ul {
list-style-type: none;
padding-left: 0; }
footer.page-footer li {
font-size: 15px;
line-height: 1.8;
color: #ffffff;
width: 140px; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.jobs-background {
background: url("../img/headers/team.jpg") no-repeat;
background-position: center; }
.section-company-description {
margin-top: 130px; }
.section-company-description h3 {
font-size: 22px; }
.section-company-description p {
max-width: 700px;
margin: 0 auto;
padding-top: 20px;
font-size: 18px;
text-align: center; }
.section-jobs-opening {
margin-top: 70px;
margin-bottom: 100px; }
.section-jobs-opening a:hover, .section-jobs-opening a:focus {
text-decoration: none;
font-decoration: none;
color: #2a2a36;
border-bottom: none;
cursor: pointer;
cursor: hand; }
.section-jobs-opening h3 {
position: relative; }
.section-jobs-opening .icon-arrow {
background: url(../img/arrow_down.svg) center/contain no-repeat;
position: absolute;
width: 20px;
height: 100%;
right: 20px;
top: 2px; }
.section-jobs-opening .wrapper-text {
padding-top: 20px;
width: 60%;
margin: 0 auto; }
.section-jobs-opening .wrapper-text p {
max-width: 700px;
padding-top: 20px;
font-size: 18px; }
@media (max-width: 768px) {
.section-jobs-opening .wrapper-text {
margin: 0;
width: 100%; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.section-top-jumbotron {
height: 531px;
background-color: #252323; }
.section-top-jumbotron .container h2 {
color: white;
padding-top: 150px;
line-height: 1.4; }
.section-top-jumbotron .container .box {
background: url("../img/box/box_front.png") no-repeat;
width: 689px;
height: 569.8px;
margin: 0 auto;
margin-top: 80px;
position: relative; }
.section-data-home {
background-color: white;
height: 100%;
width: 100%;
text-align: center; }
.section-data-home h2 {
padding-top: 280px; }
.section-data-home p {
padding-top: 20px;
margin: 0 auto; }
.section-data-home .btn-primary {
margin-top: 40px; }
.section-tecnology {
padding-top: 100px;
padding-bottom: 200px;
height: 100%;
width: 100%;
background-color: white; }
.section-tecnology .container {
border-top: 1px solid #E8E8E8; }
.section-tecnology .container .box-open {
background: url("../img/box/box-open.png") no-repeat;
width: 651px;
height: 476px;
margin-top: 120px; }
.section-tecnology .container .wrapper-text {
margin-top: 120px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
font-weight: 500;
padding-top: 30px; }
.section-getbox {
height: 440px;
width: 100%;
background-color: #252323;
position: relative; }
.section-getbox .container .wrapper-text {
max-width: 550px;
color: white;
padding-top: 40px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
background: url("../img/box/box-perspective.png") no-repeat;
width: 692px;
height: 485px;
background-repeat: no-repeat;
float: right;
margin-top: -130px; }
.section-how-to-box {
padding-top: 120px;
height: 100%;
width: 100%;
background-color: white; }
.section-how-to-box .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px;
text-align: center; }
.section-how-to-box .container .assembly {
background: url("../img/box/assembly.png") no-repeat;
width: 639px;
height: 541px;
margin: 0 auto; }
.section-how-to-box .container .btn-primary {
text-align: center;
margin: 0 auto;
margin-top: 20px; }
.section-how-to-box .container .btn-primary:before {
display: none; }
.section-wiki-forums {
padding-top: 100px;
height: 100%;
width: 100%; }
.section-wiki-forums .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-wiki-forums .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-wiki-forums .container .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .wrapper-buttons p {
display: inline-block; }
.section-wiki-forums .container .wrapper-buttons .button {
margin-left: 20px;
margin-right: 20px; }
.section-partners {
padding-top: 120px;
padding-bottom: 100px;
height: 100%;
width: 100%; }
.section-partners .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-partners .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
background: url("../img/box/wd-logo.svg") no-repeat;
width: 245.8px;
height: 58.7px;
display: inline-block;
margin-left: 25px;
margin-right: 25px; }
.section-partners .container .wrapper-images .logo-ubuntu {
background: url("../img/box/ubuntu-logo.svg") no-repeat;
width: 242.5px;
height: 60px;
display: inline-block;
margin-left: 10px;
margin-right: 10px; }
@media (max-width: 991px) {
.section-data-home h2 {
padding-top: 350px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; } }
@media (max-width: 768px) {
.section-top-jumbotron .container {
height: 100%; }
.section-top-jumbotron .container .box {
width: 100%;
height: 100%;
margin: 0 auto;
background-size: contain;
margin-top: 120px; }
.section-data-home h2 {
padding-top: 180px; }
.section-tecnology {
padding-top: 60px;
padding-bottom: 150px; }
.section-tecnology .container .box-open {
width: 325px;
height: 238px;
margin-top: 60px;
background-size: contain; }
.section-tecnology .container .wrapper-text {
margin-top: 60px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
line-height: 26px;
font-weight: 500;
padding-top: 0;
padding-bottom: 10px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; }
.section-how-to-box {
padding-top: 50px; }
.section-how-to-box .container .assembly {
width: 319px;
height: 270px;
background-size: contain; }
.section-how-to-box .container .btn-primary {
padding: 20px 50px 20px 50px; }
.section-wiki-forums {
padding-top: 50px; }
.section-wiki-forums .container {
padding-top: 30px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons .button {
margin: 0, 15px; }
.section-partners {
padding-top: 30px;
padding-bottom: 50px; }
.section-partners .container {
padding-top: 30px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
width: 122px;
height: 29px; }
.section-partners .container .wrapper-images .logo-ubuntu {
width: 121px;
height: 30px; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.contribute-background {
background: url("../img/headers/team.jpg") no-repeat;
background-position: center; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Migration Page
*/
.migration-background {
background-image: url("../img/enterprise/enterprise.jpg");
background-position: bottom 0 right 0; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Enterprise Page
*/
.enterprise-background {
background-image: url("../img/enterprise/enterprise.jpg");
background-position: bottom 0 right 0; }
/* All headers */
.header {
margin-bottom: 54px;
/* font-family: $font-stack; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
text-align: center;
color: #2a2a36; }
/* Pricing area */
.pricing {
margin-top: 133px; }
.pricing .btn-primary {
text-indent: -20px; }
.table-column {
cursor: default;
border-radius: 8px;
border: solid 1px #eeeeee;
padding: 0px;
width: 31%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 50px; }
@media (max-width: 991px) {
.table-column {
width: 80%;
margin: auto;
margin-bottom: 60px; } }
.table-column .table-header {
padding: 0px;
margin: 0px;
width: 100%;
border-radius: 7px 7px 0px 0px; }
.table-column .table-header h1 {
text-align: center;
color: #2a2a36;
font-size: 22px;
font-weight: bold;
line-height: 1.36;
padding: 0px;
margin: 0px;
padding-top: 42px;
letter-spacing: 0; }
.table-column .table-header h2 {
font-size: 18px;
font-weight: 300;
text-align: center;
color: #555555;
line-height: 1.61;
padding: 0px;
margin: 0px;
padding-top: 0px;
padding-bottom: 29px; }
.table-column .basic {
background-color: #f9f9f9; }
.table-column .standard {
background-color: #c4e1f7; }
.table-column .premium {
background-color: #178ecd; }
.table-column .premium h1 {
color: white !important; }
.table-column .premium h2 {
color: white !important; }
.table-column .highlight {
box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
.table-content {
margin: 15px;
padding: 0px;
margin-left: 30px;
margin-right: 30px; }
.table-content h1 {
font-size: 18px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 2.22;
color: #555555;
text-align: left;
letter-spacing: 0;
margin-top: 25px;
margin-bottom: 0px; }
.line {
width: 100%;
border: solid 1px #eeeeee;
margin-top: -5px;
margin-bottom: 15px; }
.list .check {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #555555; }
.list .check {
list-style-image: url("../img/enterprise/check.svg");
list-style-position: inside; }
.list .nocheck {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #b1b1b1; }
.list .nocheck a {
color: #b1b1b1;
text-decoration: none; }
.list .nocheck {
list-style-image: url("../img/enterprise/nocheck.svg");
list-style-position: inside; }
.list .optional {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #555555; }
.list .optional {
list-style-image: url("../img/enterprise/optional.svg");
list-style-position: inside; }
.list .price {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #555555; }
.list .price {
list-style-image: url("../img/enterprise/blank.svg");
list-style-position: inside; }
.table-content .btn-lg {
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
text-indent: -20px; }
/* Tooltips */
/* Tooltip text */
.overinfo .infotext {
visibility: hidden;
/* width: 200px; */
background-color: #555555;
color: #fff;
text-align: center;
padding: 5px 0;
line-height: 1.4;
border-radius: 6px;
/* Position the tooltip text */
position: absolute;
z-index: 10;
padding: 3px;
/* top: 100%; */
/* left: 50%; */
/* margin-left: -100px; */ }
/* Show the tooltip text when you mouse over the tooltip container */
.overinfo:hover .infotext {
visibility: visible; }
.overinfo .infotext::after {
content: " ";
position: absolute;
bottom: 100%;
/* At the top of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555555 transparent; }
.overinfo .infotext {
opacity: 0;
transition: opacity 0.5s; }
.overinfo:hover .infotext {
opacity: 1; }
/* Discount section */
.discounts {
margin-top: 64px;
margin-bottom: 30px; }
.discounts a {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #178ecd; }
.discounts .box {
border: solid 1px transparent;
margin-bottom: 50px; }
.discounts .box:hover {
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
border: solid 1px #fbfbfb;
border-radius: 8px;
transition: all 0.5s ease; }
.discounts .box h1 {
font-size: 25px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #2a2a36; }
.discounts .box p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.discounts .box p:last-of-type {
margin-bottom: 30px; }
.discounts .box .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
/* Discount section */
.faq {
background: #0082c9;
padding-bottom: 50px; }
.faq .container {
background: white;
margin-bottom: 90px;
padding-left: 0px;
padding-right: 0px; }
.faq .container .row {
padding: 30px;
margin: 40px;
margin-right: 60px; }
@media (max-width: 768px) {
.faq .container .row {
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
margin-right: 10px;
margin-right: 30px; } }
.faq h3 {
/* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.45;
text-align: left;
color: #555555; }
.faq h1 {
/* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
color: #ffffff;
margin-top: 100px;
margin-bottom: 80px; }
.faq p {
/* font-family: OpenSans; */
font-size: 18px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.61;
text-align: left;
color: #555555; }
.faq .downarrow a {
color: #555555; }
.faq .downarrow a:hover {
text-decoration: none; }
.faq .line {
width: 100%;
height: 1px;
border: solid 1px #eeeeee; }
.downarrow {
position: relative; }
.downarrow span.icon-arrow-down {
background: url(../img/arrow_down.svg) center/contain no-repeat;
position: absolute;
width: 25px;
height: 100%;
right: -30px;
top: 0px; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Secure Page
*/
.sbackground {
background-image: url("../img/security/security.jpg");
background-position: bottom 0 right 0; }
/* All headers */
.featureblock {
padding-top: 50px; }
.featureblock .screenshot {
/* padding: 20px; */
margin-top: 20px;
margin-bottom: 20px;
border: solid 1px transparent;
border-radius: 0px;
border: solid 1px #fbfbfb;
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.04); }
.featureblock .screenshot:hover {
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
border: solid 1px #fbfbfb;
border-radius: 0px;
transition: all 0.5s ease; }
.featureblock .header {
margin-bottom: 54px;
text-align: center; }
.featureblock h2 {
text-align: left;
color: #2a2a36;
margin-top: 25px;
margin-bottom: 25px;
font-size: 40px; }
.featureblock h3 {
text-align: left;
font-size: 30px; }
.featureblock .row {
margin-bottom: 50px; }
/* Process image */
.process {
height: 1100px; }
.process h1 {
font-size: 25px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #2a2a36; }
.process p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: left;
color: #434343; }
.process p:last-of-type {
margin-bottom: 30px; }
@media (min-width: 768px) {
.process {
height: 850px;
/* .number1 {
left: -12%;
}
.number2 {
left: 1%;
}
.number3 {
left: 15%;
}
.number4 {
left: 30%;
}
.number5 {
left: 44%;
}
.number6 {
left: 58%;
}
.number7 {
left: 72%;
}*/ }
.process .nav-pills li {
width: 19%;
margin: 0px; }
.process .nav-pills li a {
padding: 0px; }
.process .nav-pills li a img {
width: 115%;
/* height: 100%; */
/* height: 70px; */ }
.process .nav-pills > li > a {
background-color: transparent; }
.process .nav-pills > li > a:focus {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li > a:hover {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li.active > a {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:focus {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:hover {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills li.active img {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
.process .main {
/* width: 1046px; */
/* height: auto; */ }
.process .processimg {
position: relative;
/* height: 60px; */
/* width: 1046px; */ }
.process .info {
position: absolute;
top: 70px;
/* left: -120px; */
/* bottom: 0; */
/* right: 0; */
/* background-color: rgba(255, 255, 255, 0.6); */ }
.process .info p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.process .info p:last-of-type {
margin-bottom: 30px; } }
@media (max-width: 768px) {
.process {
height: 1250px;
/* .number1 {
left: -12%;
}
.number2 {
left: 1%;
}
.number3 {
left: 15%;
}
.number4 {
left: 30%;
}
.number5 {
left: 44%;
}
.number6 {
left: 58%;
}
.number7 {
left: 72%;
}*/ }
.process .nav-pills li {
width: 30%;
margin: 10px 0px 0px 0px; }
.process .nav-pills li a {
padding: 0px; }
.process .nav-pills li a img {
width: 115%;
/* height: 100%; */
/* height: 70px; */ }
.process .nav-pills > li > a {
background-color: transparent; }
.process .nav-pills > li > a:focus {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li > a:hover {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li.active > a {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:focus {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:hover {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills li.active img {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
.process .main {
/* width: 1046px; */
height: auto; }
.process .processimg {
position: relative;
/* height: 60px; */
width: 100%; }
.process .info {
position: absolute;
top: 140px;
/* left: -120px; */
/* bottom: 0; */
/* right: 0; */
/* background-color: rgba(255, 255, 255, 0.6); */ }
.process .info p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.process .info p:last-of-type {
margin-bottom: 30px; } }
/* Development section */
.development {
margin-top: 64px;
margin-bottom: 30px; }
.development a {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #178ecd; }
.development p {
text-align: center; }
.development .box {
margin-top: 20px;
border: solid 1px transparent;
margin-bottom: 50px; }
.development .box:hover {
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
border: solid 1px #fbfbfb;
border-radius: 0px;
transition: all 0.5s ease; }
.development .box h1 {
font-size: 25px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #2a2a36; }
.development .box p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.development .box p:last-of-type {
margin-bottom: 30px; }
.development .box .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.section-top-jumbotron {
height: 531px;
background-color: #252323; }
.section-top-jumbotron .container h2 {
color: white;
padding-top: 150px;
line-height: 1.4; }
.section-top-jumbotron .container .box {
background: url("../img/box/box_front.png") no-repeat;
width: 689px;
height: 569.8px;
margin: 0 auto;
margin-top: 80px;
position: relative; }
.section-data-home {
background-color: white;
height: 100%;
width: 100%;
text-align: center; }
.section-data-home h2 {
padding-top: 280px; }
.section-data-home p {
padding-top: 20px;
margin: 0 auto; }
.section-data-home .btn-primary {
margin-top: 40px; }
.section-tecnology {
padding-top: 100px;
padding-bottom: 200px;
height: 100%;
width: 100%;
background-color: white; }
.section-tecnology .container {
border-top: 1px solid #E8E8E8; }
.section-tecnology .container .box-open {
background: url("../img/box/box-open.png") no-repeat;
width: 651px;
height: 476px;
margin-top: 120px; }
.section-tecnology .container .wrapper-text {
margin-top: 120px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
font-weight: 500;
padding-top: 30px; }
.section-getbox {
height: 440px;
width: 100%;
background-color: #252323;
position: relative; }
.section-getbox .container .wrapper-text {
max-width: 550px;
color: white;
padding-top: 40px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
background: url("../img/box/box-perspective.png") no-repeat;
width: 692px;
height: 485px;
background-repeat: no-repeat;
float: right;
margin-top: -130px; }
.section-how-to-box {
padding-top: 120px;
height: 100%;
width: 100%;
background-color: white; }
.section-how-to-box .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px;
text-align: center; }
.section-how-to-box .container .assembly {
background: url("../img/box/assembly.png") no-repeat;
width: 639px;
height: 541px;
margin: 0 auto; }
.section-how-to-box .container .btn-primary {
text-align: center;
margin: 0 auto;
margin-top: 20px; }
.section-how-to-box .container .btn-primary:before {
display: none; }
.section-wiki-forums {
padding-top: 100px;
height: 100%;
width: 100%; }
.section-wiki-forums .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-wiki-forums .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-wiki-forums .container .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .wrapper-buttons p {
display: inline-block; }
.section-wiki-forums .container .wrapper-buttons .button {
margin-left: 20px;
margin-right: 20px; }
.section-partners {
padding-top: 120px;
padding-bottom: 100px;
height: 100%;
width: 100%; }
.section-partners .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-partners .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
background: url("../img/box/wd-logo.svg") no-repeat;
width: 245.8px;
height: 58.7px;
display: inline-block;
margin-left: 25px;
margin-right: 25px; }
.section-partners .container .wrapper-images .logo-ubuntu {
background: url("../img/box/ubuntu-logo.svg") no-repeat;
width: 242.5px;
height: 60px;
display: inline-block;
margin-left: 10px;
margin-right: 10px; }
@media (max-width: 991px) {
.section-data-home h2 {
padding-top: 350px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; } }
@media (max-width: 768px) {
.section-top-jumbotron .container {
height: 100%; }
.section-top-jumbotron .container .box {
width: 100%;
height: 100%;
margin: 0 auto;
background-size: contain;
margin-top: 120px; }
.section-data-home h2 {
padding-top: 180px; }
.section-tecnology {
padding-top: 60px;
padding-bottom: 150px; }
.section-tecnology .container .box-open {
width: 325px;
height: 238px;
margin-top: 60px;
background-size: contain; }
.section-tecnology .container .wrapper-text {
margin-top: 60px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
line-height: 26px;
font-weight: 500;
padding-top: 0;
padding-bottom: 10px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; }
.section-how-to-box {
padding-top: 50px; }
.section-how-to-box .container .assembly {
width: 319px;
height: 270px;
background-size: contain; }
.section-how-to-box .container .btn-primary {
padding: 20px 50px 20px 50px; }
.section-wiki-forums {
padding-top: 50px; }
.section-wiki-forums .container {
padding-top: 30px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons .button {
margin: 0, 15px; }
.section-partners {
padding-top: 30px;
padding-bottom: 50px; }
.section-partners .container {
padding-top: 30px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
width: 122px;
height: 29px; }
.section-partners .container .wrapper-images .logo-ubuntu {
width: 121px;
height: 30px; } }
/*# sourceMappingURL=buy.scss.map */
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.support-background {
background: url("../img/headers/support.jpg") no-repeat;
background-position: center; }
html {
margin-top: 0 !important; }
body {
font-family: "Open Sans", Frutiger, Calibri, "Myriad Pro", Myriad, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
line-height: 1.7;
color: #555; }
i[class*='fa-'] {
font-style: normal;
color: #555; }
i[class*='fa-'] {
font-style: normal;
color: #555;
font-family: "fontawesome", fontawesome, "Font Awesome", Fontawesome !important;
/* to override the Open Sans font set above */ }
/* Bootstrap centered columns styles */
.row-centered {
text-align: center; }
.col-centered {
float: none;
margin: 0 auto; }
/*Default typographic styles*/
.section--text--center {
margin: 0 auto;
text-align: center; }
.section--heading-1 {
font-size: 3.79688em;
font-weight: 300; }
.section--heading-2 {
font-size: 2.53125em;
font-weight: 300; }
.section--intro {
font-size: 22px;
font-weight: 300; }
.section--intro {
font-size: 1.125em;
font-weight: 300; }
.hyperlink {
color: #a2a2a2;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
transition: all 0.5s ease; }
.hyperlink:hover {
text-decoration: none;
color: #2a2a36; }
h1 {
margin-bottom: 10px;
font-size: 60px;
line-height: 60px;
letter-spacing: -2px;
color: #555;
font-weight: 500; }
h2 {
font-size: 60px;
font-weight: 300;
color: #555;
line-height: 1.5;
margin-bottom: 12px; }
h3 {
font-size: 22px;
font-weight: 300;
line-height: 1.5;
color: #555; }
h4 {
font-size: 19px;
font-weight: bold;
line-height: 1.36;
color: #555;
margin-bottom: 20px; }
h5 {
font-size: 17px;
font-weight: bold;
line-height: 1.5;
letter-spacing: -1px;
color: #555; }
p {
margin-top: 5px; }
/*All default buttons*/
.button {
position: relative;
display: inline-block;
height: 50px;
line-height: 50px;
font-weight: 600;
font-size: 16px;
text-decoration: none;
color: white;
border: solid 1px white;
padding: 0 30px;
border-radius: 30px;
transition: all 0.3s ease 0s;
margin: 20px 0 20px 0; }
.button:hover {
text-decoration: none;
color: #0082c9;
background-color: white; }
.button--dropdown {
padding: 0; }
.button--dropdown:before {
content: "";
background: url(../img/common/arrow_down_white.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 20px;
height: 100%;
top: 0;
right: 20px;
transition: all 0.2s ease-in; }
.button--dropdown.active:before {
transform: rotate(180deg); }
.button--dropdown .dropdown-toggle {
font-size: 0;
z-index: 1;
cursor: pointer;
position: relative;
top: 0;
border: none;
padding: 0;
margin: 0 0 0 1px;
background: transparent;
width: 100%;
display: none; }
.button--dropdown .dropdown-toggle:focus {
outline: 0;
opacity: 1;
visibility: visible;
z-index: 2;
border-width: 0 4px 5px 4px; }
.button--dropdown .dropdown-text {
cursor: pointer;
z-index: 2;
padding: 0 50px 0 30px; }
.button--dropdown .dropdown-content {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
list-style-type: none;
position: relative;
top: 10px;
padding: 15px 25px;
margin: 0;
opacity: 0;
visibility: hidden;
border-radius: 3px;
line-height: 32px;
background-color: white;
border: 1px solid #f1f1f1;
width: 100%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11); }
.button--dropdown .dropdown-content:before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 8px solid transparent;
border-bottom-color: #f1f1f1; }
.button--dropdown .dropdown-content:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 6px solid transparent;
border-bottom-color: white; }
.button--dropdown .dropdown-content.visible {
visibility: visible;
opacity: 1;
top: 20px; }
.button--dropdown .dropdown-content a {
display: block;
text-transform: none;
font-size: 14px;
color: #a0a0a0;
font-weight: 400;
line-height: 2.14; }
.button--dropdown .dropdown-content a:hover {
text-decoration: none;
color: #555555; }
.button--dropdown .dropdown-content:hover {
opacity: 1;
visibility: visible; }
.button--large {
height: 60px;
line-height: 60px; }
.button--small {
height: 40px;
line-height: 40px; }
.button--blue {
background-color: #0082c9;
border: none; }
.button--blue:hover {
background-color: #0082c9;
color: white; }
.button--blue:hover:before {
background: url(../img/common/arrow_right.svg) center/contain no-repeat; }
.button--arrow {
padding-right: calc(30px + 20px); }
.button--arrow:before {
content: "";
background: url(../img/common/arrow_right.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 20px;
height: 100%;
top: 0;
right: 25px;
transition: all 0.3s ease 0s; }
.button--arrow:hover:before {
right: 15px; }
.button--icon {
padding: 0 30px 0 50px; }
.button--icon:after {
content: "";
background: url(../img/common/pdf-icon.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 24px;
height: 100%;
top: 0;
left: 20px;
transition: all 0.3s ease 0s; }
/* New widest container for headers */
.container-widest {
margin-left: auto;
margin-right: auto;
max-width: 1800px; }
/* typical background images (hero section) like enterprise, security */
.background {
padding-bottom: 0;
padding-top: 0;
margin-bottom: 50px;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0 !important;
height: 70vh;
min-height: 600px;
max-height: 800px;
position: relative; }
.background h1 {
padding-top: 0;
color: white; }
.background h2 {
color: white;
font-size: 18px;
line-height: 1.6; }
.background .topheader {
position: absolute;
top: 30%;
margin: 0;
padding: 0;
max-width: 600px; }
@media (max-width: 991px) {
.background .topheader {
padding-left: 5%; } }
.btn-primary {
background-color: #0082c9;
font-size: 18px;
padding: 25px 100px;
text-align: center;
position: relative;
border: none;
font-weight: 600;
border-radius: 100px;
transition: all 0.3s ease 0s; }
.btn-primary:before {
content: "";
background: url(../img/common/arrow_right.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 30px;
height: 100%;
top: 0;
right: 50px;
transition: all 0.3s ease 0s; }
.btn-primary:hover {
background-color: #0073B2;
text-decoration: none; }
.btn-primary:hover:before {
right: 30px; }
.btn-primary:active {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
background-color: #0073B2; }
@media (max-width: 768px) {
.btn-primary {
padding: 20px 70px 20px 50px;
font-size: 15px; }
.btn-primary:before {
right: 30px; } }
/**
* Mobile
*/
@media (max-width: 768px) {
h1 {
font-size: 35px;
line-height: 35px;
letter-spacing: -2px;
color: #2a2a36;
font-weight: 500; }
h2 {
font-size: 35px;
font-weight: 300;
line-height: 1.5;
color: #2a2a36; }
h3 {
font-size: 35px;
font-weight: 300;
line-height: 1.5;
text-align: center;
color: #2a2a36; }
h4 {
font-size: 25px;
font-weight: bold;
line-height: 1.36;
color: #2a2a36;
margin-bottom: 20px; }
h5 {
font-size: 24px;
font-weight: bold;
line-height: 1.5;
letter-spacing: -1px;
color: #2a2a36; } }
.highlights {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -16px 0 0 -16px;
padding: 0;
list-style: none; }
@media (max-width: 1024px) {
.highlights {
display: block;
text-align: center;
margin: 0 10px 0 10px; } }
.highlights_align {
padding-top: 100px;
flex-basis: 33.33333%;
max-width: 33.33333%;
padding-left: 64px; }
.highlights_align:first-child {
padding-left: 0px; }
@media (max-width: 1024px) {
.highlights_align {
flex-basis: auto;
max-width: none;
padding-left: 0;
padding-top: 50px; } }
.highlights_align svg {
margin-left: -10px; }
@media (max-width: 1200px) {
.highlights_align svg {
margin-left: 0; } }
.highlights_align h4 {
text-align: center;
margin-top: 20px;
margin-left: -20px; }
@media (max-width: 1200px) {
.highlights_align h4 {
margin-left: 0; } }
/*# sourceMappingURL=custom.css.map */ | assets/css/custom.css | .nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Home page jumbotron
*/
.jumbotron {
background: linear-gradient(to bottom, #0082c9, #3e9ed8 100%, #d8d8d8);
padding: 0;
margin-bottom: 0;
background-size: 100% auto, cover;
height: 100vh;
min-height: 700px;
border-radius: 0 !important;
position: relative; }
@media (max-width: 991px) {
.jumbotron {
min-height: 600px; } }
.jumbotron h1 {
padding-top: 0;
color: white;
font-size: 60px;
line-height: 60px;
letter-spacing: -2px;
font-weight: 500; }
@media (max-width: 991px) {
.jumbotron h1 {
width: 250px;
letter-spacing: -1px;
font-size: 35px;
line-height: 1.2; } }
.jumbotron h2 {
color: white;
font-size: 18px;
line-height: 1.6;
width: 377px; }
@media (max-width: 991px) {
.jumbotron h2 {
font-size: 16px;
line-height: 1.6;
width: 250px; } }
.jumbotron p {
margin-top: 50px; }
.jumbotron .topbanner {
/* background-image: url("../img/home/top-banner@2x.png"); */
/* background-position: bottom 0 right 0; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
background: url(../img/home/top-banner@2x.png) bottom 0 right 0/contain no-repeat;
width: auto;
height: auto;
max-width: 55vw;
max-height: 90vh;
margin: 0 0 0 0;
padding: 0 0 0 0;
position: absolute;
bottom: 0;
right: 0;
overflow: hidden; }
@media (max-width: 768px) {
.jumbotron .topbanner {
background-image: url("../img/home/top-banner@2x_mobile.png");
padding-top: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
.jumbotron .topbanner {
background-image: url("../img/home/top-banner@2x_mobile.png");
padding-top: 55%; } }
.jumbotron .topbanner img {
width: 100%;
height: 100%;
opacity: 0; }
.jumbotron .toptext {
position: absolute;
top: 30vh;
padding-left: 0;
margin-left: 0; }
@media (max-width: 991px) {
.jumbotron .toptext {
top: 120px;
margin-left: 5%; } }
.jumbotron .toptext .annoucement {
background-color: rgba(0, 115, 178, 0.51);
border-radius: 20px;
padding: 0 12px 0 5px;
text-decoration: none;
color: white;
line-height: 26px;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement {
margin-left: -20px;
width: calc(100% + 20px * 2);
border-radius: 0; } }
.jumbotron .toptext .annoucement .type {
padding: 0 6px;
font-size: 11px;
line-height: 16px;
font-weight: 600;
background: #FF8B00;
text-transform: uppercase;
border-radius: 10px; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement .type {
margin-left: 10px; } }
.jumbotron .toptext .annoucement .message {
margin: 0 16px 0 6px;
font-size: 13px; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement .message {
font-size: 15px;
line-height: 22px;
margin: 10px 10px; } }
.jumbotron .toptext .annoucement .message:after {
position: absolute;
display: inline-block;
content: ' ';
background-image: url("../img/next.svg");
background-size: 12px 12px;
height: 12px;
width: 12px;
top: 7px;
margin-left: 5px;
transition: all 0.3s ease; }
@media (max-width: 768px) {
.jumbotron .toptext .annoucement .message:after {
position: relative;
top: 2px; } }
.jumbotron .toptext .annoucement .message:hover:after {
margin-left: 10px; }
.jumbotron > .container-fluid > .col-md-6 > p > a {
width: 290px;
height: 60px;
padding-top: 16px;
text-indent: -30px; }
/**
* Home page: Why Nextcloud?
*/
.icon-row {
padding-bottom: 100px; }
.icon-row img {
height: 200px; }
.icon-row h4 {
padding-top: 39px; }
.highlights_text {
font-size: 20px;
color: #434343;
line-height: 1.36;
font-weight: 100; }
/**
* Home page: Introducing Nextcloud 10
*/
.right-text-grey {
opacity: 0;
padding-top: 75px; }
.right-text-grey:first-child {
padding-top: 50px; }
@media (max-width: 768px) {
.right-text-grey {
text-align: center; } }
.right-text-grey p {
font-size: 18px;
font-weight: 100;
color: #555555; }
.introducing-nc-release {
padding-top: 100px;
padding-bottom: 75px; }
@media (max-width: 768px) {
.introducing-nc-release {
padding-top: 50px; } }
.introducing-nc-release img {
width: 582px;
height: 474px;
display: block;
margin: 0 auto; }
@media (max-width: 768px) {
.introducing-nc-release img {
width: 90%;
height: 90%; } }
.introducing-nc-release p:last-child {
margin-top: 30px; }
/**
* Home page: Stay up to date
*/
.stay-up-to-date {
background-color: #eaeaea; }
.stay-up-to-date h5 {
font-size: 35px;
font-weight: 300;
line-height: 1.5;
text-align: center;
color: #2a2a36;
padding-bottom: 40px; }
@media (max-width: 768px) {
.stay-up-to-date .container {
width: 100%; } }
/**
* Home page: perfect-for-home-and-business
*/
#perfect-for-home-and-business {
margin-top: 100px;
padding-top: 80px;
padding-bottom: 50px;
padding-left: 0;
padding-right: 0;
background-image: url("../img/home/perfect-for-home-and-business.jpg");
background-size: cover; }
@media (max-width: 768px) {
#perfect-for-home-and-business {
background-image: url("../img/home/perfect-for-home-and-business-mobile.jpg"); } }
#perfect-for-home-and-business .btn-primary {
width: 430px; }
@media (min-width: 1600px) {
#perfect-for-home-and-business {
padding-top: 120px;
padding-bottom: 180px; } }
@media (max-width: 768px) {
#perfect-for-home-and-business .btn-primary {
width: 300px; }
#perfect-for-home-and-business .btn-primary .icon-arrow {
background: url(../img/arrow_right.svg) center/contain no-repeat;
position: absolute;
width: 20px;
height: 100%;
right: 20px;
top: 2px; } }
#perfect-for-home-and-business h2 {
margin-left: 5%;
font-size: 60px;
line-height: 0.9;
color: #ffffff;
width: 469px; }
@media (max-width: 768px) {
#perfect-for-home-and-business h2 {
width: 90%;
font-size: 35px;
line-height: 1.3; } }
#perfect-for-home-and-business p {
margin-left: 5%;
font-size: 18px;
font-weight: 300;
line-height: 1.6;
color: #ffffff;
width: 469px;
padding-top: 30px;
padding-bottom: 30px; }
@media (max-width: 768px) {
#perfect-for-home-and-business p {
width: 90%;
padding-top: 10px; } }
/**
* Home page: Stay up to date
*/
#stay-up-to-date a {
width: 400px; }
.community-icon {
height: 207px;
width: 177px;
margin: auto; }
@media (max-width: 1200px) {
.community-icon {
margin: auto; } }
.privacy-icon {
height: 200px;
width: 202px;
margin: auto; }
@media (max-width: 1200px) {
.privacy-icon {
margin: auto; } }
.flexibility-icon {
height: 206px;
width: 205px;
margin: auto; }
@media (max-width: 1200px) {
.flexibility-icon {
margin: auto; } }
#why-nextcloud {
padding-top: 130px; }
#why-nextcloud h2 {
font-size: 60px; }
.Section-Introducing-Nextcloud {
background-color: transparent;
overflow: hidden;
height: 200vh;
position: relative;
padding-top: 130px; }
@media (max-width: 1200px) {
.Section-Introducing-Nextcloud {
padding-top: 60px;
height: 100vh; } }
.Section-Introducing-Nextcloud h2 {
font-size: 60px; }
.Section-Introducing-Nextcloud .img_carousel {
padding-top: 100px;
position: relative; }
@media (max-height: 800px) {
.Section-Introducing-Nextcloud .img_carousel {
padding-top: 60px; } }
.Section-Introducing-Nextcloud .img_carousel img {
float: right;
width: 582px;
height: 474px; }
@media (max-height: 800px) {
.Section-Introducing-Nextcloud .img_carousel img {
width: 490px;
height: 402px; } }
.Section-Introducing-Nextcloud .indicators {
-webkit-transition: all .5s;
transition: all .5s;
opacity: 1;
position: absolute;
z-index: 2;
bottom: 50vh;
right: 0; }
@media (max-width: 768px) {
.Section-Introducing-Nextcloud .indicators {
display: none; } }
.Section-Introducing-Nextcloud .indicators .btn_carousel {
margin-top: 10px;
width: 14px;
height: 14px;
color: transparent;
border: 1px solid #0082c9;
background-color: #0082c9;
border-radius: 50%;
padding: 0;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out; }
.Section-Introducing-Nextcloud .indicators .btn_carousel.active {
background-color: transparent;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
#pinContainer {
width: 100%;
height: 100vh;
overflow: hidden; }
.panel {
height: 100%;
width: 100%;
position: absolute; }
.news-section {
position: relative;
overflow: hidden; }
.news-section .news {
background: #0082c9;
padding-bottom: 120px; }
.news-section .news:before {
background: url(../img/home/pattern.svg) bottom 0 right 0/contain no-repeat;
height: 90vh;
width: 2000px;
position: absolute;
left: 50%;
background-position: bottom;
transform: translateX(-50%); }
@media (max-width: 768px) {
.news-section .news .container {
width: 95%; } }
@media (min-width: 768px) and (max-width: 991px) {
.news-section .news .container {
width: 720px !important; } }
@media (min-width: 991px) and (max-width: 1005px) {
.news-section .news .container {
width: 950px !important; } }
.news-section .news .col-md-4 {
background: white;
margin-bottom: 90px;
width: 28%; }
@media (max-width: 1199px) {
.news-section .news .col-md-4 {
width: 26%; } }
@media (max-width: 991px) {
.news-section .news .col-md-4 {
width: 90%; } }
.news-section .news .row .col-md-4 {
padding: 20px;
margin: 30px;
min-height: 500px; }
.news-section .news h1 {
/* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
text-align: center;
color: #ffffff;
margin-top: 120px;
margin-bottom: 80px; }
.news-section .news h3 {
/* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.45;
text-align: left;
color: #555555; }
.news-section .news p {
/* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
color: #ffffff; }
.news-section .news ul {
list-style-type: none;
padding: 0;
-webkit-padding-start: 0px;
-moz-padding-start: 0px; }
.news-section .news li {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 2px #eeeeee; }
.news-section .news a {
font-size: 18px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.61;
text-align: left;
color: #555555; }
/* hide the image and table for the tweets */
.news .contribook_microbloguserpicture img {
width: 0px !important; }
.news table {
margin-left: -15px; }
.revealOnScroll {
opacity: 0; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
@-moz-document url-prefix() {
.brand {
-webkit-transform: scale(0.5);
top: -26px !important; } }
.nav {
z-index: 1;
padding-top: 20px;
position: absolute;
left: 0;
right: 0;
opacity: 0;
background: #0082c9;
position: relative; }
.nav .container {
position: relative; }
@media (max-width: 992px) {
.nav .container {
width: 90%; } }
.nav .container .nav__bg-wrapper {
-webkit-transition: 0.3s;
transition: 0.3s;
position: absolute;
left: 0;
top: 100%;
visibility: hidden;
transition: 0.3s;
will-change: opacity;
z-index: -2;
top: 50px; }
.nav .container .nav__bg-wrapper.is-visible {
visibility: visible;
opacity: 1; }
.nav .container .nav__bg-wrapper .nav__bg {
width: 300px;
height: 200px;
background: white;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.11);
border: solid 1px #f1f1f1;
border-radius: 4px;
-webkit-transform-origin: left top;
transform-origin: left top;
will-change: transform;
visibility: hidden;
position: absolute;
z-index: 1;
top: 100%; }
.nav .container .nav__bg-wrapper .nav__bg:before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 8px solid transparent;
border-bottom-color: #f1f1f1; }
.nav .container .nav__bg-wrapper .nav__bg:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 6px solid transparent;
border-bottom-color: white; }
.nav .container .nav__bg-wrapper .nav__bg.is-animatable {
-webkit-transition: 0.3s;
transition: 0.3s;
visibility: visible; }
.nav .container .navbar-toggle {
display: none; }
.nav .container .brand {
z-index: 3;
position: absolute;
top: 0;
left: 0; }
.nav .container .brand .logo:not(.scrolled):not(.menu-open) {
background: url(../img/logo/logo_white_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
zoom: 0.5; }
.nav .container .brand .logo:not(.scrolled):not(.menu-open).hoverPlay {
background-position-x: 0;
-webkit-animation: play 2s steps(33) forwards;
-moz-animation: play 2s steps(33) forwards;
-ms-animation: play 2s steps(33) forwards;
-o-animation: play 2s steps(33) forwards;
animation: play 2s steps(33) forwards; }
.nav .container .brand .logo:not(.scrolled):not(.menu-open).stopedAnimation {
background-position-x: -4620px; }
.nav .container .nav__sections {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
list-style-type: none;
position: absolute;
z-index: -1;
left: 20%;
top: 0%; }
@media (max-width: 1200px) {
.nav .container .nav__sections {
left: 10%; } }
.nav .container .nav__sections .nav__section {
padding: 15px 0 15px 0;
position: relative; }
.nav .container .nav__sections .nav__section:hover .nav__label {
opacity: 0.6;
cursor: default;
text-decoration: none; }
.nav .container .nav__sections .nav__section:hover .nav__links {
visibility: visible;
opacity: 1;
position: absolute;
left: 50%;
transform: translateX(-50%) translateZ(1px); }
.nav .container .nav__sections .nav__section .nav__label {
display: inline-block;
padding-left: 30px;
padding-bottom: 5px;
color: white;
-webkit-transition: 0.3s;
transition: 0.3s;
font-size: 16px; }
.nav .container .nav__sections .nav__section .nav__links {
position: absolute;
padding: 20px 20px 20px 35px;
visibility: hidden;
opacity: 0;
list-style-type: none;
transition: opacity 0.3s ease;
transition-delay: 0.1s; }
.nav .container .nav__sections .nav__section .nav__links .nav__item {
color: #666;
margin-top: 5px;
white-space: nowrap;
margin-left: 10px; }
.nav .container .nav__sections .nav__section .nav__links .nav__item a {
font-size: 16px;
color: #555555; }
.nav .container .nav__sections .nav__section .nav__links .nav__item a:hover {
opacity: 0.6;
text-decoration: none; }
.nav .container .nav__sections .nav__section .nav__links .nav__item:not(:last-of-type) {
margin-bottom: 0.625em; }
.nav .container .right-buttons {
position: absolute;
top: 0;
right: 0;
margin-top: 15px; }
.nav .container .right-buttons .ghost-btn {
text-align: center;
position: relative;
display: inline-block; }
.nav .container .right-buttons .ghost-btn a {
-webkit-transition: 0.3s;
transition: 0.3s;
position: relative; }
.nav .container .right-buttons .ghost-btn a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: white;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s; }
.nav .container .right-buttons .ghost-btn:hover a {
text-decoration: none; }
.nav .container .right-buttons .ghost-btn:hover a:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.nav .container .right-buttons li {
display: inline-block;
padding-left: 30px;
padding-bottom: 5px;
font-size: 16px; }
.nav .container .right-buttons li a {
color: white; }
@media (max-width: 992px) {
.nav .container .brand {
padding-left: 15px; }
.nav .container .brand .logo {
height: 53px;
width: 71px; }
.nav .container .brand .logo.menu-open {
background: url(../img/logo/logo_white_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
zoom: 0.5; }
.nav .container .brand .logo.menu-open.hoverPlay {
background-position-x: 0;
-webkit-animation: play 2s steps(33) forwards;
-moz-animation: play 2s steps(33) forwards;
-ms-animation: play 2s steps(33) forwards;
-o-animation: play 2s steps(33) forwards;
animation: play 2s steps(33) forwards; }
.nav .container .brand .logo.menu-open.stopedAnimation {
background-position-x: -4620px; }
.nav .container .mobile-bg {
position: fixed;
background: #0082c9;
padding-top: 25px;
z-index: 2;
top: 0;
right: 0;
width: 0;
height: 0;
visibility: hidden;
overflow: hidden;
border-bottom-left-radius: 100%;
transition: all 0.6s ease; }
.nav .container .active {
opacity: 1;
visibility: visible;
width: 150%;
height: 150%; }
.nav .container .navbar-toggle {
color: white;
background-color: white;
border-radius: 50px;
width: 50px;
height: 50px;
margin-top: 0;
z-index: 3;
display: block;
margin-right: 0; }
.nav .container .navbar-toggle:hover {
transform: scale(1.1);
transition: transform 0.3s cubic-bezier(0.56, 1, 0.86, 1.39);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.56, 1, 0.86, 1.39);
transition-delay: initial; }
.nav .container .nav__sections-wrapper {
margin: 0 auto;
display: inline-block;
position: fixed;
top: 90px;
margin-left: 60px;
z-index: 2;
padding: 0; }
.nav .container .nav__sections-wrapper .nav__sections {
display: none;
position: relative;
left: 0;
padding: 0;
visibility: hidden; }
.nav .container .nav__sections-wrapper .nav__sections .nav__section {
display: block;
height: calc(100% / 7);
min-height: 50px;
opacity: 1;
margin: 0;
opacity: 0;
color: white;
padding: 0;
visibility: hidden; }
.nav .container .nav__sections-wrapper .nav__sections .nav__section:last-child {
font-weight: 500; }
.nav .container .nav__sections-wrapper .nav__sections .nav__section a {
color: white;
text-decoration: none; }
.nav .container .nav__sections-wrapper .nav__sections.active {
display: block;
color: white;
margin: 0;
visibility: visible; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s;
visibility: visible; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__label {
font-size: 35px;
line-height: 45px;
padding-left: 0;
letter-spacing: -2px;
font-weight: 600; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(2) {
animation-delay: .4s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(3) {
animation-delay: .45s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(4) {
animation-delay: .50s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(5) {
animation-delay: .55s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(6) {
animation-delay: .60s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(7) {
animation-delay: .65s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section:nth-of-type(8) {
animation-delay: .70s; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__links {
display: none;
position: relative;
padding: 0;
width: 100%;
padding: 0 10px 0 20px; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__links .nav__item {
margin-left: 0; }
.nav .container .nav__sections-wrapper .nav__sections.active .nav__section .nav__links .nav__item a {
font-size: 26px;
line-height: 39px;
color: white;
margin-left: 0;
font-weight: 100;
letter-spacing: -2px; }
.nav .container .nav__sections-wrapper .right-buttons {
position: relative;
padding: 0;
margin: 0;
opacity: 0;
transition: all 0.3s; }
.nav .container .nav__sections-wrapper .right-buttons.active {
opacity: 1;
transition-delay: .65s; }
.nav .container .nav__sections-wrapper .right-buttons.active .nav__label {
color: white; }
.nav .container .nav__sections-wrapper .right-buttons.active .ghost-btn a {
pointer-events: all; }
.nav .container .nav__sections-wrapper .right-buttons .ghost-btn {
font-size: 35px;
line-height: 45px;
padding-left: 0;
letter-spacing: -2px;
font-weight: 600;
display: block;
text-align: left;
padding-left: 0;
height: calc(100% / 7);
animation: fadeInRight .5s ease forwards;
pointer-events: none; } }
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%; }
100% {
opacity: 1;
left: 0; } }
@media (max-height: 800px) {
.nav-down {
opacity: 1;
transition: all 0.2s ease-in-out; }
.nav-up {
top: -100px !important;
opacity: 0;
transition: all 0.2s ease-in-out; } }
/**
* Scrolled navbar style
*/
.nav {
padding-bottom: 70px; }
@media (max-width: 992px) {
.nav {
padding-bottom: 20px; } }
.nav.scrolled {
position: fixed;
transition: all .2s ease-in;
background: white;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09); }
.nav.scrolled .navbar-toggle:not(.active) {
background-color: #0082c9; }
.nav.scrolled .navbar-toggle:not(.active) svg {
filter: invert(100%); }
.nav.scrolled .logo:not(.menu-open) {
background: url(../img/logo/logo_blue_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
zoom: 0.5; }
.nav.scrolled .logo:not(.menu-open).hoverPlay {
background-position-x: 0;
-webkit-animation: play 2s steps(33) forwards;
-moz-animation: play 2s steps(33) forwards;
-ms-animation: play 2s steps(33) forwards;
-o-animation: play 2s steps(33) forwards;
animation: play 2s steps(33) forwards; }
.nav.scrolled .logo:not(.menu-open).stopedAnimation {
background-position-x: -4620px; }
.nav.scrolled .nav__sections-wrapper .nav__sections .nav__section .nav__label, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .nav__section .nav__label, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label {
color: #555555; }
.nav.scrolled .nav__sections-wrapper .nav__sections .nav__section .nav__label:before, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label:before, .nav.scrolled .nav__sections-wrapper .nav__sections .ghost-btn .nav__label:before, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .nav__section .nav__label:before, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label:before, .nav.scrolled .nav__sections-wrapper .right-buttons:not(.active) .ghost-btn .nav__label:before {
background-color: #555555; }
.nav.mobile .nav__sections-wrapper .nav__sections .nav__section .nav__label, .nav.mobile .nav__sections-wrapper .ghost-btn .nav__section .nav__label {
color: white; }
/**
*Changed default media querys for navigation in bootstrap
*/
@media (max-width: 1200px) {
.navbar-header {
float: none; }
.navbar-left, .navbar-right {
float: none !important; }
.navbar-toggle {
display: block; }
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-collapse.collapse {
display: none !important; }
.navbar-nav {
float: none !important;
margin-top: 7.5px; }
.navbar-nav > li {
float: none; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px; }
.collapse.in {
display: block !important; }
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
@keyframes play {
from {
background-position-x: 0px; }
to {
background-position-x: -4620px; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/**
* Footer
*/
footer.page-footer {
background-color: #2a2a36; }
footer.page-footer h1 {
margin-top: 70px;
font-size: 19px;
font-weight: bold;
line-height: 1.8;
letter-spacing: -0.9px;
color: #8e8e8e; }
footer.page-footer ul {
list-style-type: none;
padding-left: 0; }
footer.page-footer li {
font-size: 15px;
line-height: 1.8;
color: #ffffff;
width: 140px; }
footer.page-footer li a {
color: #ffffff;
position: relative; }
footer.page-footer li a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: white;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s; }
footer.page-footer li a:hover {
color: #ffffff;
text-decoration: none; }
footer.page-footer li a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1); }
footer.page-footer p {
padding-top: 50px;
padding-bottom: 30px;
font-size: 15px;
line-height: 1.8;
color: #ffffff; }
@media (max-width: 768px) {
footer.page-footer p {
float: left;
padding-left: 15px; } }
footer.page-footer p a {
color: #ffffff; }
footer.page-footer p a:hover {
color: #ffffff; }
@media (min-width: 768px) and (max-width: 1600px) {
footer.page-footer .container {
width: 90%;
max-width: 900px; } }
@media (max-width: 768px) {
footer.page-footer {
height: 100%;
padding-top: 40px;
padding-bottom: 40px; }
footer.page-footer h1 {
margin-top: 30px;
font-size: 19px;
font-weight: bold;
line-height: 1.8;
letter-spacing: -0.9px;
color: #8e8e8e; }
footer.page-footer ul {
list-style-type: none;
padding-left: 0; }
footer.page-footer li {
font-size: 15px;
line-height: 1.8;
color: #ffffff;
width: 140px; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.jobs-background {
background: url("../img/headers/team.jpg") no-repeat;
background-position: center; }
.section-company-description {
margin-top: 130px; }
.section-company-description h3 {
font-size: 22px; }
.section-company-description p {
max-width: 700px;
margin: 0 auto;
padding-top: 20px;
font-size: 18px;
text-align: center; }
.section-jobs-opening {
margin-top: 70px;
margin-bottom: 100px; }
.section-jobs-opening a:hover, .section-jobs-opening a:focus {
text-decoration: none;
font-decoration: none;
color: #2a2a36;
border-bottom: none;
cursor: pointer;
cursor: hand; }
.section-jobs-opening h3 {
position: relative; }
.section-jobs-opening .icon-arrow {
background: url(../img/arrow_down.svg) center/contain no-repeat;
position: absolute;
width: 20px;
height: 100%;
right: 20px;
top: 2px; }
.section-jobs-opening .wrapper-text {
padding-top: 20px;
width: 60%;
margin: 0 auto; }
.section-jobs-opening .wrapper-text p {
max-width: 700px;
padding-top: 20px;
font-size: 18px; }
@media (max-width: 768px) {
.section-jobs-opening .wrapper-text {
margin: 0;
width: 100%; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.section-top-jumbotron {
height: 531px;
background-color: #252323; }
.section-top-jumbotron .container h2 {
color: white;
padding-top: 150px;
line-height: 1.4; }
.section-top-jumbotron .container .box {
background: url("../img/box/box_front.png") no-repeat;
width: 689px;
height: 569.8px;
margin: 0 auto;
margin-top: 80px;
position: relative; }
.section-data-home {
background-color: white;
height: 100%;
width: 100%;
text-align: center; }
.section-data-home h2 {
padding-top: 280px; }
.section-data-home p {
padding-top: 20px;
margin: 0 auto; }
.section-data-home .btn-primary {
margin-top: 40px; }
.section-tecnology {
padding-top: 100px;
padding-bottom: 200px;
height: 100%;
width: 100%;
background-color: white; }
.section-tecnology .container {
border-top: 1px solid #E8E8E8; }
.section-tecnology .container .box-open {
background: url("../img/box/box-open.png") no-repeat;
width: 651px;
height: 476px;
margin-top: 120px; }
.section-tecnology .container .wrapper-text {
margin-top: 120px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
font-weight: 500;
padding-top: 30px; }
.section-getbox {
height: 440px;
width: 100%;
background-color: #252323;
position: relative; }
.section-getbox .container .wrapper-text {
max-width: 550px;
color: white;
padding-top: 40px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
background: url("../img/box/box-perspective.png") no-repeat;
width: 692px;
height: 485px;
background-repeat: no-repeat;
float: right;
margin-top: -130px; }
.section-how-to-box {
padding-top: 120px;
height: 100%;
width: 100%;
background-color: white; }
.section-how-to-box .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px;
text-align: center; }
.section-how-to-box .container .assembly {
background: url("../img/box/assembly.png") no-repeat;
width: 639px;
height: 541px;
margin: 0 auto; }
.section-how-to-box .container .btn-primary {
text-align: center;
margin: 0 auto;
margin-top: 20px; }
.section-how-to-box .container .btn-primary:before {
display: none; }
.section-wiki-forums {
padding-top: 100px;
height: 100%;
width: 100%; }
.section-wiki-forums .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-wiki-forums .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-wiki-forums .container .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .wrapper-buttons p {
display: inline-block; }
.section-wiki-forums .container .wrapper-buttons .button {
margin-left: 20px;
margin-right: 20px; }
.section-partners {
padding-top: 120px;
padding-bottom: 100px;
height: 100%;
width: 100%; }
.section-partners .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-partners .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
background: url("../img/box/wd-logo.svg") no-repeat;
width: 245.8px;
height: 58.7px;
display: inline-block;
margin-left: 25px;
margin-right: 25px; }
.section-partners .container .wrapper-images .logo-ubuntu {
background: url("../img/box/ubuntu-logo.svg") no-repeat;
width: 242.5px;
height: 60px;
display: inline-block;
margin-left: 10px;
margin-right: 10px; }
@media (max-width: 991px) {
.section-data-home h2 {
padding-top: 350px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; } }
@media (max-width: 768px) {
.section-top-jumbotron .container {
height: 100%; }
.section-top-jumbotron .container .box {
width: 100%;
height: 100%;
margin: 0 auto;
background-size: contain;
margin-top: 120px; }
.section-data-home h2 {
padding-top: 180px; }
.section-tecnology {
padding-top: 60px;
padding-bottom: 150px; }
.section-tecnology .container .box-open {
width: 325px;
height: 238px;
margin-top: 60px;
background-size: contain; }
.section-tecnology .container .wrapper-text {
margin-top: 60px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
line-height: 26px;
font-weight: 500;
padding-top: 0;
padding-bottom: 10px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; }
.section-how-to-box {
padding-top: 50px; }
.section-how-to-box .container .assembly {
width: 319px;
height: 270px;
background-size: contain; }
.section-how-to-box .container .btn-primary {
padding: 20px 50px 20px 50px; }
.section-wiki-forums {
padding-top: 50px; }
.section-wiki-forums .container {
padding-top: 30px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons .button {
margin: 0, 15px; }
.section-partners {
padding-top: 30px;
padding-bottom: 50px; }
.section-partners .container {
padding-top: 30px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
width: 122px;
height: 29px; }
.section-partners .container .wrapper-images .logo-ubuntu {
width: 121px;
height: 30px; } }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.contribute-background {
background: url("../img/headers/team.jpg") no-repeat;
background-position: center; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Migration Page
*/
.migration-background {
background-image: url("../img/enterprise/enterprise.jpg");
background-position: bottom 0 right 0; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Enterprise Page
*/
.enterprise-background {
background-image: url("../img/enterprise/enterprise.jpg");
background-position: bottom 0 right 0; }
/* All headers */
.header {
margin-bottom: 54px;
/* font-family: $font-stack; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
text-align: center;
color: #2a2a36; }
/* Pricing area */
.pricing {
margin-top: 133px; }
.pricing .btn-primary {
text-indent: -20px; }
.table-column {
cursor: default;
border-radius: 8px;
border: solid 1px #eeeeee;
padding: 0px;
width: 31%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 50px; }
@media (max-width: 991px) {
.table-column {
width: 80%;
margin: auto;
margin-bottom: 60px; } }
.table-column .table-header {
padding: 0px;
margin: 0px;
width: 100%;
border-radius: 7px 7px 0px 0px; }
.table-column .table-header h1 {
text-align: center;
color: #2a2a36;
font-size: 22px;
font-weight: bold;
line-height: 1.36;
padding: 0px;
margin: 0px;
padding-top: 42px;
letter-spacing: 0; }
.table-column .table-header h2 {
font-size: 18px;
font-weight: 300;
text-align: center;
color: #555555;
line-height: 1.61;
padding: 0px;
margin: 0px;
padding-top: 0px;
padding-bottom: 29px; }
.table-column .basic {
background-color: #f9f9f9; }
.table-column .standard {
background-color: #c4e1f7; }
.table-column .premium {
background-color: #178ecd; }
.table-column .premium h1 {
color: white !important; }
.table-column .premium h2 {
color: white !important; }
.table-column .highlight {
box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
.table-content {
margin: 15px;
padding: 0px;
margin-left: 30px;
margin-right: 30px; }
.table-content h1 {
font-size: 18px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 2.22;
color: #555555;
text-align: left;
letter-spacing: 0;
margin-top: 25px;
margin-bottom: 0px; }
.line {
width: 100%;
border: solid 1px #eeeeee;
margin-top: -5px;
margin-bottom: 15px; }
.list .check {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #555555; }
.list .check {
list-style-image: url("../img/enterprise/check.svg");
list-style-position: inside; }
.list .nocheck {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #b1b1b1; }
.list .nocheck a {
color: #b1b1b1;
text-decoration: none; }
.list .nocheck {
list-style-image: url("../img/enterprise/nocheck.svg");
list-style-position: inside; }
.list .optional {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #555555; }
.list .optional {
list-style-image: url("../img/enterprise/optional.svg");
list-style-position: inside; }
.list .price {
/* font-family: OpenSans; */
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.5;
color: #555555; }
.list .price {
list-style-image: url("../img/enterprise/blank.svg");
list-style-position: inside; }
.table-content .btn-lg {
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
text-indent: -20px; }
/* Tooltips */
/* Tooltip text */
.overinfo .infotext {
visibility: hidden;
/* width: 200px; */
background-color: #555555;
color: #fff;
text-align: center;
padding: 5px 0;
line-height: 1.4;
border-radius: 6px;
/* Position the tooltip text */
position: absolute;
z-index: 10;
padding: 3px;
/* top: 100%; */
/* left: 50%; */
/* margin-left: -100px; */ }
/* Show the tooltip text when you mouse over the tooltip container */
.overinfo:hover .infotext {
visibility: visible; }
.overinfo .infotext::after {
content: " ";
position: absolute;
bottom: 100%;
/* At the top of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555555 transparent; }
.overinfo .infotext {
opacity: 0;
transition: opacity 0.5s; }
.overinfo:hover .infotext {
opacity: 1; }
/* Discount section */
.discounts {
margin-top: 64px;
margin-bottom: 30px; }
.discounts a {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #178ecd; }
.discounts .box {
border: solid 1px transparent;
margin-bottom: 50px; }
.discounts .box:hover {
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
border: solid 1px #fbfbfb;
border-radius: 8px;
transition: all 0.5s ease; }
.discounts .box h1 {
font-size: 25px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #2a2a36; }
.discounts .box p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.discounts .box p:last-of-type {
margin-bottom: 30px; }
.discounts .box .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
/* Discount section */
.faq {
background: #0082c9;
padding-bottom: 50px; }
.faq .container {
background: white;
margin-bottom: 90px;
padding-left: 0px;
padding-right: 0px; }
.faq .container .row {
padding: 30px;
margin: 40px;
margin-right: 60px; }
@media (max-width: 768px) {
.faq .container .row {
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
margin-right: 10px;
margin-right: 30px; } }
.faq h3 {
/* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.45;
text-align: left;
color: #555555; }
.faq h1 {
/* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 0.88;
color: #ffffff;
margin-top: 100px;
margin-bottom: 80px; }
.faq p {
/* font-family: OpenSans; */
font-size: 18px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.61;
text-align: left;
color: #555555; }
.faq .downarrow a {
color: #555555; }
.faq .downarrow a:hover {
text-decoration: none; }
.faq .line {
width: 100%;
height: 1px;
border: solid 1px #eeeeee; }
.downarrow {
position: relative; }
.downarrow span.icon-arrow-down {
background: url(../img/arrow_down.svg) center/contain no-repeat;
position: absolute;
width: 25px;
height: 100%;
right: -30px;
top: 0px; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
/**
* Secure Page
*/
.sbackground {
background-image: url("../img/security/security.jpg");
background-position: bottom 0 right 0; }
/* All headers */
.featureblock {
padding-top: 50px; }
.featureblock .screenshot {
/* padding: 20px; */
margin-top: 20px;
margin-bottom: 20px;
border: solid 1px transparent;
border-radius: 0px;
border: solid 1px #fbfbfb;
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.04); }
.featureblock .screenshot:hover {
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
border: solid 1px #fbfbfb;
border-radius: 0px;
transition: all 0.5s ease; }
.featureblock .header {
margin-bottom: 54px;
text-align: center; }
.featureblock h2 {
text-align: left;
color: #2a2a36;
margin-top: 25px;
margin-bottom: 25px;
font-size: 40px; }
.featureblock h3 {
text-align: left;
font-size: 30px; }
.featureblock .row {
margin-bottom: 50px; }
/* Process image */
.process {
height: 1100px; }
.process h1 {
font-size: 25px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #2a2a36; }
.process p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: left;
color: #434343; }
.process p:last-of-type {
margin-bottom: 30px; }
@media (min-width: 768px) {
.process {
height: 850px;
/* .number1 {
left: -12%;
}
.number2 {
left: 1%;
}
.number3 {
left: 15%;
}
.number4 {
left: 30%;
}
.number5 {
left: 44%;
}
.number6 {
left: 58%;
}
.number7 {
left: 72%;
}*/ }
.process .nav-pills li {
width: 19%;
margin: 0px; }
.process .nav-pills li a {
padding: 0px; }
.process .nav-pills li a img {
width: 115%;
/* height: 100%; */
/* height: 70px; */ }
.process .nav-pills > li > a {
background-color: transparent; }
.process .nav-pills > li > a:focus {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li > a:hover {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li.active > a {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:focus {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:hover {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills li.active img {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
.process .main {
/* width: 1046px; */
/* height: auto; */ }
.process .processimg {
position: relative;
/* height: 60px; */
/* width: 1046px; */ }
.process .info {
position: absolute;
top: 70px;
/* left: -120px; */
/* bottom: 0; */
/* right: 0; */
/* background-color: rgba(255, 255, 255, 0.6); */ }
.process .info p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.process .info p:last-of-type {
margin-bottom: 30px; } }
@media (max-width: 768px) {
.process {
height: 1250px;
/* .number1 {
left: -12%;
}
.number2 {
left: 1%;
}
.number3 {
left: 15%;
}
.number4 {
left: 30%;
}
.number5 {
left: 44%;
}
.number6 {
left: 58%;
}
.number7 {
left: 72%;
}*/ }
.process .nav-pills li {
width: 30%;
margin: 10px 0px 0px 0px; }
.process .nav-pills li a {
padding: 0px; }
.process .nav-pills li a img {
width: 115%;
/* height: 100%; */
/* height: 70px; */ }
.process .nav-pills > li > a {
background-color: transparent; }
.process .nav-pills > li > a:focus {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li > a:hover {
-webkit-filter: grayscale(50%);
/* Chrome, Safari, Opera */
filter: grayscale(50%);
background-color: transparent; }
.process .nav-pills > li.active > a {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:focus {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills > li.active > a:hover {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .nav-pills li.active img {
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
filter: grayscale(100%);
background-color: transparent; }
.process .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
.process .main {
/* width: 1046px; */
height: auto; }
.process .processimg {
position: relative;
/* height: 60px; */
width: 100%; }
.process .info {
position: absolute;
top: 140px;
/* left: -120px; */
/* bottom: 0; */
/* right: 0; */
/* background-color: rgba(255, 255, 255, 0.6); */ }
.process .info p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.process .info p:last-of-type {
margin-bottom: 30px; } }
/* Development section */
.development {
margin-top: 64px;
margin-bottom: 30px; }
.development a {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #178ecd; }
.development p {
text-align: center; }
.development .box {
margin-top: 20px;
border: solid 1px transparent;
margin-bottom: 50px; }
.development .box:hover {
box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
border: solid 1px #fbfbfb;
border-radius: 0px;
transition: all 0.5s ease; }
.development .box h1 {
font-size: 25px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #2a2a36; }
.development .box p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
text-align: center;
color: #434343; }
.development .box p:last-of-type {
margin-bottom: 30px; }
.development .box .img-responsive {
margin-left: auto;
margin-right: auto;
margin-top: 36px;
margin-bottom: 17px; }
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.section-top-jumbotron {
height: 531px;
background-color: #252323; }
.section-top-jumbotron .container h2 {
color: white;
padding-top: 150px;
line-height: 1.4; }
.section-top-jumbotron .container .box {
background: url("../img/box/box_front.png") no-repeat;
width: 689px;
height: 569.8px;
margin: 0 auto;
margin-top: 80px;
position: relative; }
.section-data-home {
background-color: white;
height: 100%;
width: 100%;
text-align: center; }
.section-data-home h2 {
padding-top: 280px; }
.section-data-home p {
padding-top: 20px;
margin: 0 auto; }
.section-data-home .btn-primary {
margin-top: 40px; }
.section-tecnology {
padding-top: 100px;
padding-bottom: 200px;
height: 100%;
width: 100%;
background-color: white; }
.section-tecnology .container {
border-top: 1px solid #E8E8E8; }
.section-tecnology .container .box-open {
background: url("../img/box/box-open.png") no-repeat;
width: 651px;
height: 476px;
margin-top: 120px; }
.section-tecnology .container .wrapper-text {
margin-top: 120px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
font-weight: 500;
padding-top: 30px; }
.section-getbox {
height: 440px;
width: 100%;
background-color: #252323;
position: relative; }
.section-getbox .container .wrapper-text {
max-width: 550px;
color: white;
padding-top: 40px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
background: url("../img/box/box-perspective.png") no-repeat;
width: 692px;
height: 485px;
background-repeat: no-repeat;
float: right;
margin-top: -130px; }
.section-how-to-box {
padding-top: 120px;
height: 100%;
width: 100%;
background-color: white; }
.section-how-to-box .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px;
text-align: center; }
.section-how-to-box .container .assembly {
background: url("../img/box/assembly.png") no-repeat;
width: 639px;
height: 541px;
margin: 0 auto; }
.section-how-to-box .container .btn-primary {
text-align: center;
margin: 0 auto;
margin-top: 20px; }
.section-how-to-box .container .btn-primary:before {
display: none; }
.section-wiki-forums {
padding-top: 100px;
height: 100%;
width: 100%; }
.section-wiki-forums .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-wiki-forums .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-wiki-forums .container .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .wrapper-buttons p {
display: inline-block; }
.section-wiki-forums .container .wrapper-buttons .button {
margin-left: 20px;
margin-right: 20px; }
.section-partners {
padding-top: 120px;
padding-bottom: 100px;
height: 100%;
width: 100%; }
.section-partners .container {
border-top: 1px solid #E8E8E8;
padding-top: 60px; }
.section-partners .container p {
font-size: 18px;
font-weight: 300;
margin: 0 auto;
margin-top: 10px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
background: url("../img/box/wd-logo.svg") no-repeat;
width: 245.8px;
height: 58.7px;
display: inline-block;
margin-left: 25px;
margin-right: 25px; }
.section-partners .container .wrapper-images .logo-ubuntu {
background: url("../img/box/ubuntu-logo.svg") no-repeat;
width: 242.5px;
height: 60px;
display: inline-block;
margin-left: 10px;
margin-right: 10px; }
@media (max-width: 991px) {
.section-data-home h2 {
padding-top: 350px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; } }
@media (max-width: 768px) {
.section-top-jumbotron .container {
height: 100%; }
.section-top-jumbotron .container .box {
width: 100%;
height: 100%;
margin: 0 auto;
background-size: contain;
margin-top: 120px; }
.section-data-home h2 {
padding-top: 180px; }
.section-tecnology {
padding-top: 60px;
padding-bottom: 150px; }
.section-tecnology .container .box-open {
width: 325px;
height: 238px;
margin-top: 60px;
background-size: contain; }
.section-tecnology .container .wrapper-text {
margin-top: 60px; }
.section-tecnology .container .wrapper-text h6 {
font-size: 18px;
line-height: 26px;
font-weight: 500;
padding-top: 0;
padding-bottom: 10px; }
.section-getbox {
padding-top: 100px;
height: 450px; }
.section-getbox .container .wrapper-text {
margin-top: 60px; }
.section-getbox .container .wrapper-text h2 {
color: white; }
.section-getbox .container .wrapper-text p {
padding-top: 10px; }
.section-getbox .container .wrapper-text .btn-primary {
margin-top: 20px;
padding: 20px 50px 20px 50px; }
.section-getbox .container .wrapper-text .btn-primary:before {
display: none; }
.section-getbox .container .box-perspective {
width: 346px;
height: 242px;
background-repeat: no-repeat;
background-size: contain;
margin-top: -200px; }
.section-how-to-box {
padding-top: 50px; }
.section-how-to-box .container .assembly {
width: 319px;
height: 270px;
background-size: contain; }
.section-how-to-box .container .btn-primary {
padding: 20px 50px 20px 50px; }
.section-wiki-forums {
padding-top: 50px; }
.section-wiki-forums .container {
padding-top: 30px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons {
text-align: center;
margin-top: 50px; }
.section-wiki-forums .container .col-xs-8 .wrapper-buttons .button {
margin: 0, 15px; }
.section-partners {
padding-top: 30px;
padding-bottom: 50px; }
.section-partners .container {
padding-top: 30px; }
.section-partners .container .wrapper-images {
text-align: center;
margin-top: 25px; }
.section-partners .container .wrapper-images .logo-wd {
width: 122px;
height: 29px; }
.section-partners .container .wrapper-images .logo-ubuntu {
width: 121px;
height: 30px; } }
/*# sourceMappingURL=buy.scss.map */
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
.support-background {
background: url("../img/headers/support.jpg") no-repeat;
background-position: center; }
html {
margin-top: 0 !important; }
body {
font-family: "Open Sans", Frutiger, Calibri, "Myriad Pro", Myriad, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
line-height: 1.7;
color: #555; }
i[class*='fa-'] {
font-style: normal;
color: #555; }
i[class*='fa-'] {
font-style: normal;
color: #555;
font-family: "fontawesome", fontawesome, "Font Awesome", Fontawesome !important;
/* to override the Open Sans font set above */ }
/* Bootstrap centered columns styles */
.row-centered {
text-align: center; }
.col-centered {
float: none;
margin: 0 auto; }
/*Default typographic styles*/
.section--text--center {
margin: 0 auto;
text-align: center; }
.section--heading-1 {
font-size: 3.79688em;
font-weight: 300; }
.section--heading-2 {
font-size: 2.53125em;
font-weight: 300; }
.section--intro {
font-size: 22px;
font-weight: 300; }
.section--intro {
font-size: 1.125em;
font-weight: 300; }
.hyperlink {
color: #a2a2a2;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
transition: all 0.5s ease; }
.hyperlink:hover {
text-decoration: none;
color: #2a2a36; }
h1 {
margin-bottom: 10px;
font-size: 60px;
line-height: 60px;
letter-spacing: -2px;
color: #555;
font-weight: 500; }
h2 {
font-size: 60px;
font-weight: 300;
color: #555;
line-height: 1.5;
margin-bottom: 12px; }
h3 {
font-size: 22px;
font-weight: 300;
line-height: 1.5;
color: #555; }
h4 {
font-size: 19px;
font-weight: bold;
line-height: 1.36;
color: #555;
margin-bottom: 20px; }
h5 {
font-size: 17px;
font-weight: bold;
line-height: 1.5;
letter-spacing: -1px;
color: #555; }
p {
margin-top: 5px; }
/*All default buttons*/
.button {
position: relative;
display: inline-block;
height: 50px;
line-height: 50px;
font-weight: 600;
font-size: 16px;
text-decoration: none;
color: white;
border: solid 1px white;
padding: 0 30px;
border-radius: 30px;
transition: all 0.3s ease 0s;
margin: 20px 0 20px 0; }
.button:hover {
text-decoration: none;
color: #0082c9;
background-color: white; }
.button--dropdown {
padding: 0; }
.button--dropdown:before {
content: "";
background: url(../img/common/arrow_down_white.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 20px;
height: 100%;
top: 0;
right: 20px;
transition: all 0.2s ease-in; }
.button--dropdown.active:before {
transform: rotate(180deg); }
.button--dropdown .dropdown-toggle {
font-size: 0;
z-index: 1;
cursor: pointer;
position: relative;
top: 0;
border: none;
padding: 0;
margin: 0 0 0 1px;
background: transparent;
width: 100%;
display: none; }
.button--dropdown .dropdown-toggle:focus {
outline: 0;
opacity: 1;
visibility: visible;
z-index: 2;
border-width: 0 4px 5px 4px; }
.button--dropdown .dropdown-text {
cursor: pointer;
z-index: 2;
padding: 0 50px 0 30px; }
.button--dropdown .dropdown-content {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
list-style-type: none;
position: relative;
top: 10px;
padding: 15px 25px;
margin: 0;
opacity: 0;
visibility: hidden;
border-radius: 3px;
line-height: 32px;
background-color: white;
border: 1px solid #f1f1f1;
width: 100%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11); }
.button--dropdown .dropdown-content:before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 8px solid transparent;
border-bottom-color: #f1f1f1; }
.button--dropdown .dropdown-content:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 0;
width: 0;
border: 6px solid transparent;
border-bottom-color: white; }
.button--dropdown .dropdown-content.visible {
visibility: visible;
opacity: 1;
top: 20px; }
.button--dropdown .dropdown-content a {
display: block;
text-transform: none;
font-size: 14px;
color: #a0a0a0;
font-weight: 400;
line-height: 2.14; }
.button--dropdown .dropdown-content a:hover {
text-decoration: none;
color: #555555; }
.button--dropdown .dropdown-content:hover {
opacity: 1;
visibility: visible; }
.button--large {
height: 60px;
line-height: 60px; }
.button--small {
height: 40px;
line-height: 40px; }
.button--blue {
background-color: #0082c9;
border: none; }
.button--blue:hover {
background-color: #0082c9;
color: white; }
.button--blue:hover:before {
background: url(../img/common/arrow_right.svg) center/contain no-repeat; }
.button--arrow {
padding-right: calc(30px + 20px); }
.button--arrow:before {
content: "";
background: url(../img/common/arrow_right.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 20px;
height: 100%;
top: 0;
right: 25px;
transition: all 0.3s ease 0s; }
.button--arrow:hover:before {
right: 15px; }
.button--icon {
padding: 0 30px 0 50px; }
.button--icon:after {
content: "";
background: url(../img/common/pdf-icon.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 24px;
height: 100%;
top: 0;
left: 20px;
transition: all 0.3s ease 0s; }
/* New widest container for headers */
.container-widest {
margin-left: auto;
margin-right: auto;
max-width: 1800px; }
/* typical background images (hero section) like enterprise, security */
.background {
padding-bottom: 0;
padding-top: 0;
margin-bottom: 50px;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0 !important;
height: 70vh;
min-height: 600px;
max-height: 800px;
position: relative; }
.background h1 {
padding-top: 0;
color: white; }
.background h2 {
color: white;
font-size: 18px;
line-height: 1.6; }
.background .topheader {
position: absolute;
top: 30%;
margin: 0;
padding: 0;
max-width: 600px; }
@media (max-width: 991px) {
.background .topheader {
padding-left: 5%; } }
.btn-primary {
background-color: #0082c9;
font-size: 18px;
padding: 25px 100px;
text-align: center;
position: relative;
border: none;
font-weight: 600;
border-radius: 100px;
transition: all 0.3s ease 0s; }
.btn-primary:before {
content: "";
background: url(../img/common/arrow_right.svg) center/contain no-repeat;
position: absolute;
display: block;
width: 30px;
height: 100%;
top: 0;
right: 50px;
transition: all 0.3s ease 0s; }
.btn-primary:hover {
background-color: #0073B2;
text-decoration: none; }
.btn-primary:hover:before {
right: 30px; }
.btn-primary:active {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
background-color: #0073B2; }
@media (max-width: 768px) {
.btn-primary {
padding: 20px 70px 20px 50px;
font-size: 15px; }
.btn-primary:before {
right: 30px; } }
/**
* Mobile
*/
@media (max-width: 768px) {
h1 {
font-size: 35px;
line-height: 35px;
letter-spacing: -2px;
color: #2a2a36;
font-weight: 500; }
h2 {
font-size: 35px;
font-weight: 300;
line-height: 1.5;
color: #2a2a36; }
h3 {
font-size: 35px;
font-weight: 300;
line-height: 1.5;
text-align: center;
color: #2a2a36; }
h4 {
font-size: 25px;
font-weight: bold;
line-height: 1.36;
color: #2a2a36;
margin-bottom: 20px; }
h5 {
font-size: 24px;
font-weight: bold;
line-height: 1.5;
letter-spacing: -1px;
color: #2a2a36; } }
.highlights {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -16px 0 0 -16px;
padding: 0;
list-style: none; }
@media (max-width: 1024px) {
.highlights {
display: block;
text-align: center;
margin: 0 10px 0 10px; } }
.highlights_align {
padding-top: 100px;
flex-basis: 33.33333%;
max-width: 33.33333%;
padding-left: 64px; }
.highlights_align:first-child {
padding-left: 0px; }
@media (max-width: 1024px) {
.highlights_align {
flex-basis: auto;
max-width: none;
padding-left: 0;
padding-top: 50px; } }
.highlights_align svg {
margin-left: -10px; }
@media (max-width: 1200px) {
.highlights_align svg {
margin-left: 0; } }
.highlights_align h4 {
text-align: center;
margin-top: 20px;
margin-left: -20px; }
@media (max-width: 1200px) {
.highlights_align h4 {
margin-left: 0; } }
/*# sourceMappingURL=custom.css.map */ | 0.430626 | 0.065247 |
@-moz-document domain("tuhh.fileserv.eu") {
*
{
outline: none !important;
font-family: montserrat, sans-serif !important;
}
/*HELLSTES DESIGN*/
#frame > table > tbody > tr > th, #frame > table > tbody > tr > th > a > img
{
background-color: #253447
}
/*DUNKLES DESIGN*/
#such, body
{
background-color: #141d26;
}
/*HELLES DESIGN*/
frame, table.table tr.row.one, table.table tr.row.two
{
background-color: #1b2836;
}
/* BLUE TEXT */
a:link, a:visited, a.button, button.button, a:visited.tree, a.tree, a:link.tree
{
color: #1ea1f2
}
/*WHITE Text*/
#links > p > b, #info, body
{
color: #ffffff !important
}
/*GREY TEXT*/
textarea
{
color: #8899a6
}
img
{
border-radius: 20px
}
/* BUTTONS */
input[type="text"], #user_pass, input[type="submit"]
{
border: 1px solid #1da1f2 !important;
background: #141d26 !important;
color: #1da1f2 !important;
border-radius: 100px;
padding: 4px 12px;
-webkit-transition: background 200ms linear, border 200ms linear;
-ms-transition: background 200ms linear, border 200ms linear;
transition: background 200ms linear, border 200ms linear;
}
input[type="text"]:hover, #user_pass:hover, input[type="submit"]:hover
{
background: #253447 !important;
border: 1px solid black !important;
color: #1da1f2 !important;
border-radius: 100px;
padding: 4px 12px;
}
}
@-moz-document domain("tuhh.fileserv.eu") {
#frame > table:nth-child(1) > tbody > tr > th:nth-child(5) > a > img, #frame > table > tbody > tr > th > form > input[type="text"], textarea, #frame
{
border-radius: 10px
}
#such
{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
}
#such > form > h > h > a
{
margin: 15px
}
#frame
{
width: auto;
max-width: 900px
}
}
@-moz-document domain("tuhh.fileserv.eu") {
#frame
{
border-color: #253447
}
textarea
{
background: #1b2836;
border-color: #141d26;
}
#linkslog A img
{
border: solid transparent;
border-width: 1px;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
border-radius: 20px;
}
#linkslog A img:hover
{
border: solid blue;
border-width: 1px;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
border-radius: 20px;
}
table.table tr.row.one, table.table tr.row.two
{
border: solid black;
border-width: 1px;
border-radius: 9px;
}
#frame > table > tbody > tr > td.icon
{
padding-left: 5px;
}
:focus
{
outline: -webkit-focus-ring-color auto 0px;
}
} | data/usercss/162156.user.css | @-moz-document domain("tuhh.fileserv.eu") {
*
{
outline: none !important;
font-family: montserrat, sans-serif !important;
}
/*HELLSTES DESIGN*/
#frame > table > tbody > tr > th, #frame > table > tbody > tr > th > a > img
{
background-color: #253447
}
/*DUNKLES DESIGN*/
#such, body
{
background-color: #141d26;
}
/*HELLES DESIGN*/
frame, table.table tr.row.one, table.table tr.row.two
{
background-color: #1b2836;
}
/* BLUE TEXT */
a:link, a:visited, a.button, button.button, a:visited.tree, a.tree, a:link.tree
{
color: #1ea1f2
}
/*WHITE Text*/
#links > p > b, #info, body
{
color: #ffffff !important
}
/*GREY TEXT*/
textarea
{
color: #8899a6
}
img
{
border-radius: 20px
}
/* BUTTONS */
input[type="text"], #user_pass, input[type="submit"]
{
border: 1px solid #1da1f2 !important;
background: #141d26 !important;
color: #1da1f2 !important;
border-radius: 100px;
padding: 4px 12px;
-webkit-transition: background 200ms linear, border 200ms linear;
-ms-transition: background 200ms linear, border 200ms linear;
transition: background 200ms linear, border 200ms linear;
}
input[type="text"]:hover, #user_pass:hover, input[type="submit"]:hover
{
background: #253447 !important;
border: 1px solid black !important;
color: #1da1f2 !important;
border-radius: 100px;
padding: 4px 12px;
}
}
@-moz-document domain("tuhh.fileserv.eu") {
#frame > table:nth-child(1) > tbody > tr > th:nth-child(5) > a > img, #frame > table > tbody > tr > th > form > input[type="text"], textarea, #frame
{
border-radius: 10px
}
#such
{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
}
#such > form > h > h > a
{
margin: 15px
}
#frame
{
width: auto;
max-width: 900px
}
}
@-moz-document domain("tuhh.fileserv.eu") {
#frame
{
border-color: #253447
}
textarea
{
background: #1b2836;
border-color: #141d26;
}
#linkslog A img
{
border: solid transparent;
border-width: 1px;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
border-radius: 20px;
}
#linkslog A img:hover
{
border: solid blue;
border-width: 1px;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
border-radius: 20px;
}
table.table tr.row.one, table.table tr.row.two
{
border: solid black;
border-width: 1px;
border-radius: 9px;
}
#frame > table > tbody > tr > td.icon
{
padding-left: 5px;
}
:focus
{
outline: -webkit-focus-ring-color auto 0px;
}
} | 0.227041 | 0.072966 |
.accordion {
/*-webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);*/
/*-moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);*/
/*box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);*/
font-family: Arial, Helvetica, sans-serif;
border-color: #505050;
border-style: solid;
/*border-right: solid #505050 8px;
border-left: solid #5050508 8px;*/
border-width: 0px;
border-radius: 8px;
list-style-position: inside;
margin: 0 auto;
height: 454px;
width: 700px;
}
.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator {
float: none;
}
.accordion > ul > li {
background-color: #babdc0;
margin-right: -0px;
margin-bottom: -290px;
}
.accordion-select:checked ~ .accordion-separator {
margin-right: 0px;
margin-bottom: 290px;
}
.accordion-title,
.accordion-select {
background-color: #CEE3F8;
color: #565758;
width: 700px;
height: 40px;
font-size: 15px;
}
.accordion-title span {
margin-bottom: 20px;
margin-left: 20px;
}
/* hover alt color */
.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title {
background-color: #CEE3F8;
}
.accordion-title span {
transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-writing-mode: lr-tb;
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);*/
margin-bottom: 0px;
line-height: 40px;
}
.accordion-content {
background-color: #f6f6f6;
color: #565758;
height: 234px;
width: 644px;
padding: 28px;
}
.accordion-title,
.accordion-select:checked ~ .accordion-content {
margin-right: 1px;
margin-bottom: 1px;
}
/* Do not change following properties, they aren't
generated automatically and are common for each slider. */
.accordion {
overflow: hidden;
}
.accordion > ul {
margin: 0;
padding: 0;
list-style: none;
width: 101%;
}
.accordion > ul > li,
.accordion-title {
position: relative;
}
.accordion-select {
cursor: pointer;
position: absolute;
opacity: 0;
top: 0;
left: 0;
margin: 0;
z-index: 1;
}
.accordion-title span {
display: block;
position: absolute;
bottom: 0px;
width: 100%;
white-space: nowrap;
}
.accordion-content {
position: relative;
overflow: auto;
}
.accordion-separator {
transition: margin 0.3s ease 0.1s;
-o-transition: margin 0.3s ease 0.1s;
-moz-transition: margin 0.3s ease 0.1s;
-webkit-transition: margin 0.3s ease 0.1s;
}
@media (max-width: 543px) {
.accordion {
width: 95%;
}
}
/*Small devices (landscape phones, 544px and up)*/
@media (min-width: 544px) {
.accordion {
width: 250px;
}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.accordion {
width: 400px;
}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.accordion {
width: 700px;
}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.accordion {
width: 700px;
}
} | app/assets/css/accordionslider.css | .accordion {
/*-webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);*/
/*-moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);*/
/*box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);*/
font-family: Arial, Helvetica, sans-serif;
border-color: #505050;
border-style: solid;
/*border-right: solid #505050 8px;
border-left: solid #5050508 8px;*/
border-width: 0px;
border-radius: 8px;
list-style-position: inside;
margin: 0 auto;
height: 454px;
width: 700px;
}
.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator {
float: none;
}
.accordion > ul > li {
background-color: #babdc0;
margin-right: -0px;
margin-bottom: -290px;
}
.accordion-select:checked ~ .accordion-separator {
margin-right: 0px;
margin-bottom: 290px;
}
.accordion-title,
.accordion-select {
background-color: #CEE3F8;
color: #565758;
width: 700px;
height: 40px;
font-size: 15px;
}
.accordion-title span {
margin-bottom: 20px;
margin-left: 20px;
}
/* hover alt color */
.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title {
background-color: #CEE3F8;
}
.accordion-title span {
transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-writing-mode: lr-tb;
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);*/
margin-bottom: 0px;
line-height: 40px;
}
.accordion-content {
background-color: #f6f6f6;
color: #565758;
height: 234px;
width: 644px;
padding: 28px;
}
.accordion-title,
.accordion-select:checked ~ .accordion-content {
margin-right: 1px;
margin-bottom: 1px;
}
/* Do not change following properties, they aren't
generated automatically and are common for each slider. */
.accordion {
overflow: hidden;
}
.accordion > ul {
margin: 0;
padding: 0;
list-style: none;
width: 101%;
}
.accordion > ul > li,
.accordion-title {
position: relative;
}
.accordion-select {
cursor: pointer;
position: absolute;
opacity: 0;
top: 0;
left: 0;
margin: 0;
z-index: 1;
}
.accordion-title span {
display: block;
position: absolute;
bottom: 0px;
width: 100%;
white-space: nowrap;
}
.accordion-content {
position: relative;
overflow: auto;
}
.accordion-separator {
transition: margin 0.3s ease 0.1s;
-o-transition: margin 0.3s ease 0.1s;
-moz-transition: margin 0.3s ease 0.1s;
-webkit-transition: margin 0.3s ease 0.1s;
}
@media (max-width: 543px) {
.accordion {
width: 95%;
}
}
/*Small devices (landscape phones, 544px and up)*/
@media (min-width: 544px) {
.accordion {
width: 250px;
}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.accordion {
width: 400px;
}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.accordion {
width: 700px;
}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.accordion {
width: 700px;
}
} | 0.261991 | 0.064831 |
@charset "UTF-8";
.background-cover-image {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center center fixed; }
/*------------------------------------------------------------------
1. General Styles
-------------------------------------------------------------------*/
html, body {
height: 100%; }
*, body {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale; }
a, a:active, a:focus, a:hover {
text-decoration: none; }
a > button, a > button:hover, a button:focus {
color: #fff; }
a button:hover {
color: #fff; }
li {
list-style-type: none; }
*, input, button {
outline: none; }
.rtl-cols div[class^="col-"] {
float: right; }
input[type="text"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.border {
border: 1px solid red; }
/*------------------------------------------------------------------
2. Header Section Styles
-------------------------------------------------------------------*/
.logo {
width: 97px;
margin-top: 10px; }
#nav {
background-color: #ffffff; }
.navbar {
border: 0;
border-radius: 0;
margin-bottom: 0; }
.navbar-default .navbar-nav > li > a {
color: #7f888f;
font-size: 14px;
font-weight: bold;
position: relative;
padding: 28px 8px; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #0397ff; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
color: #0397ff;
background-color: transparent; }
.navbar-default .navbar-nav > li > a.signin-button {
color: #0397ff; }
.navbar-default .navbar-nav > li > a.signin-button:hover,
.navbar-default .navbar-nav > li > a.login-button:focus {
color: #1584d3; }
.navbar-default .navbar-nav > li > a.chat-button:hover,
.navbar-default .navbar-nav > li > a.chat-button:focus {
background-color: #03dc62;
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 216, 95, 0.38);
-moz-box-shadow: 0 3px 5px 0 rgba(0, 216, 95, 0.38);
box-shadow: 0 3px 5px 0 rgba(0, 216, 95, 0.38);
margin-top: 33px; }
@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 20px;
padding-bottom: 20px; } }
.navbar-brand {
height: 65px; }
.navbar-default .navbar-toggle {
border: 0px; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #0397ff; }
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: transparent;
opacity: 0.7; }
.navbar-toggle {
margin-top: 17px; }
.navbar-right .dropdown-menu {
left: 0;
right: auto; }
#nav .dropdown {
position: relative;
display: inline-block; }
#nav .dropdown-menu {
display: none;
position: absolute;
background-color: #ffffff;
min-width: 160px;
border: 0;
top: 70px;
padding: 12px 11px;
border-radius: 12px;
-webkit-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
-moz-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23); }
#nav .dropdown-menu > li > a {
color: #7f888f;
font-size: 13px;
font-weight: 600;
text-decoration: none;
display: block;
padding: 3px 11px;
border-radius: 10px; }
#nav .dropdown-menu > li > a:focus,
#nav .dropdown-menu > li > a:hover {
color: #6c84af;
background-color: #f9fbff;
/*text-shadow: 0px 0px 2px #6c84af;*/ }
#nav .dropdown:hover .dropdown-menu,
#nav .dropdown:focus .dropdown-menu {
display: block; }
.fullpage .dropdown-menu {
background-color: #ffffff;
height: 200px;
border: 0;
padding: 12px 11px;
border-radius: 12px;
-webkit-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
-moz-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23); }
.fullpage .dropdown-menu > li > a {
color: #7f888f;
font-size: 13px;
font-weight: 600;
text-decoration: none;
padding: 3px 11px;
border-radius: 10px; }
.fullpage .dropdown-menu > li > a:focus,
.fullpage .dropdown-menu > li > a:hover {
color: #6c84af;
background-color: #f9fbff; }
.bg-cover {
background: url(../images/bgmain.jpg) no-repeat center center fixed !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #fff;
padding: 20px; }
.call-to-action {
margin-top: 50px;
height: 300px; }
.access-box {
background-color: #fff;
padding: 15px 10px 15px 10px;
margin-top: 10px; }
.form-hold {
background-color: #fff;
padding: 15px 30px 15px 30px;
margin-bottom: 25px;
z-index: 1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
position: relative; }
.form-hold input {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border: 1px solid #ccc;
background-color: #fff; }
.form-hold input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ccc; }
.form-hold form {
padding: 0px 30px 0px 30px; }
.form-hold button[type="submit"] {
color: #fff; }
.brand {
font-size: 1em;
font-weight: bolder;
color: #000000; }
.footer .social-icons {
padding: 0px;
text-align: right;
font-weight: bold;
font-size: 18px; }
.footer .links {
padding: 0px; }
.btn-green {
background-color: #006600; }
.btn-blue {
background-color: cornflowerblue; }
.btn-orange {
background: #FF8008;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(#FFC837), to(#FF8008));
background: -webkit-linear-gradient(left, #FFC837, #FF8008);
background: -o-linear-gradient(left, #FFC837, #FF8008);
background: linear-gradient(to right, #FFC837, #FF8008);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
/*------------------------------------------------------------------
11. Footer Section Styles
-------------------------------------------------------------------*/
#footer {
background-color: #fff;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
margin-top: 120px;
background-color: #f9f9f9; }
#footer .footer-menu-holder {
display: inline-block;
text-align: left;
min-width: 130px; }
#footer .address-holder {
display: inline-block;
text-align: left; }
#footer h4 {
font-size: 17px;
color: #000;
margin: 0;
margin-bottom: 18px;
font-weight: 800; }
#footer ul.footer-menu {
list-style: none;
padding: 0;
margin: 0; }
#footer ul.footer-menu li {
margin-bottom: 3px; }
#footer ul.footer-menu li a {
color: #666;
font-size: 15px; }
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a {
color: #666;
text-decoration: none; }
#footer p {
color: #666;
font-size: 15px; }
#footer .phone {
color: #666;
font-size: 15px;
margin-bottom: 10px; }
#footer .phone .fa {
color: #666;
font-size: 22px;
width: 20px;
margin-right: 7px;
text-align: center;
vertical-align: middle; }
#footer .phone a {
color: #666; }
#footer .email {
color: #666;
font-size: 15px;
margin-bottom: 13px; }
#footer .email .fa {
color: #666;
font-size: 17px;
width: 20px;
margin-right: 7px;
text-align: center; }
#footer .address {
margin-bottom: 30px; }
#footer .address div {
display: inline-block;
color: #666;
font-size: 15px; }
#footer .address .fa {
color: #666;
font-size: 25px;
width: 20px;
margin-right: 7px;
text-align: center;
vertical-align: top; }
#footer .social {
margin-top: 40px; }
#footer .social a {
display: inline-block;
width: 100%;
text-align: center; }
#footer .social a .fa {
color: #999;
font-size: 40px;
text-align: center; }
#footer .social a:hover .fa,
#footer .social a:focus .fa {
color: #333; }
/*************************************************************
Sign up progress
**************************************************************/
/* Global CSS, you probably don't need that */
.clearfix:after {
clear: both;
content: "";
display: block;
height: 0; }
.wrapper {
display: table-cell;
height: 40px;
vertical-align: middle; }
.nav {
margin-top: 40px; }
.pull-right {
float: right; }
a, a:active {
color: #333;
text-decoration: none; }
a:hover {
color: #999; }
/* Breadcrups CSS */
.arrow-steps .step {
font-size: 14px;
text-align: center;
color: #666;
cursor: default;
margin: 0 3px;
padding: 10px 10px 10px 30px;
min-width: 180px;
float: left;
position: relative;
background-color: #ff8008;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color 0.2s ease;
-o-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
margin-bottom: 15px; }
.arrow-steps .step:after,
.arrow-steps .step:before {
content: " ";
position: absolute;
top: 0;
right: -17px;
width: 0;
height: 0;
border-top: 19px solid transparent;
border-bottom: 17px solid transparent;
border-left: 17px solid #ff8008;
z-index: 2;
-webkit-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease; }
.arrow-steps .step:before {
right: auto;
left: 0;
border-left: 17px solid #fff;
z-index: 0; }
.arrow-steps .step:first-child:before {
border: none; }
.arrow-steps .step:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.arrow-steps .step span {
position: relative; }
.arrow-steps .step span:before {
opacity: 0;
content: "✔";
position: absolute;
top: -2px;
left: -20px; }
.arrow-steps .step.done span:before {
opacity: 1;
-webkit-transition: opacity 0.3s ease 0.5s;
-moz-transition: opacity 0.3s ease 0.5s;
-ms-transition: opacity 0.3s ease 0.5s;
-o-transition: opacity 0.3s ease 0.5s;
transition: opacity 0.3s ease 0.5s; }
.arrow-steps .step.current {
color: #fff;
background-color: #23468c; }
.arrow-steps .step.current:after {
border-left: 17px solid #23468c; } | css/customize.css | @charset "UTF-8";
.background-cover-image {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center center fixed; }
/*------------------------------------------------------------------
1. General Styles
-------------------------------------------------------------------*/
html, body {
height: 100%; }
*, body {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale; }
a, a:active, a:focus, a:hover {
text-decoration: none; }
a > button, a > button:hover, a button:focus {
color: #fff; }
a button:hover {
color: #fff; }
li {
list-style-type: none; }
*, input, button {
outline: none; }
.rtl-cols div[class^="col-"] {
float: right; }
input[type="text"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.border {
border: 1px solid red; }
/*------------------------------------------------------------------
2. Header Section Styles
-------------------------------------------------------------------*/
.logo {
width: 97px;
margin-top: 10px; }
#nav {
background-color: #ffffff; }
.navbar {
border: 0;
border-radius: 0;
margin-bottom: 0; }
.navbar-default .navbar-nav > li > a {
color: #7f888f;
font-size: 14px;
font-weight: bold;
position: relative;
padding: 28px 8px; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #0397ff; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
color: #0397ff;
background-color: transparent; }
.navbar-default .navbar-nav > li > a.signin-button {
color: #0397ff; }
.navbar-default .navbar-nav > li > a.signin-button:hover,
.navbar-default .navbar-nav > li > a.login-button:focus {
color: #1584d3; }
.navbar-default .navbar-nav > li > a.chat-button:hover,
.navbar-default .navbar-nav > li > a.chat-button:focus {
background-color: #03dc62;
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 216, 95, 0.38);
-moz-box-shadow: 0 3px 5px 0 rgba(0, 216, 95, 0.38);
box-shadow: 0 3px 5px 0 rgba(0, 216, 95, 0.38);
margin-top: 33px; }
@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 20px;
padding-bottom: 20px; } }
.navbar-brand {
height: 65px; }
.navbar-default .navbar-toggle {
border: 0px; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #0397ff; }
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: transparent;
opacity: 0.7; }
.navbar-toggle {
margin-top: 17px; }
.navbar-right .dropdown-menu {
left: 0;
right: auto; }
#nav .dropdown {
position: relative;
display: inline-block; }
#nav .dropdown-menu {
display: none;
position: absolute;
background-color: #ffffff;
min-width: 160px;
border: 0;
top: 70px;
padding: 12px 11px;
border-radius: 12px;
-webkit-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
-moz-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23); }
#nav .dropdown-menu > li > a {
color: #7f888f;
font-size: 13px;
font-weight: 600;
text-decoration: none;
display: block;
padding: 3px 11px;
border-radius: 10px; }
#nav .dropdown-menu > li > a:focus,
#nav .dropdown-menu > li > a:hover {
color: #6c84af;
background-color: #f9fbff;
/*text-shadow: 0px 0px 2px #6c84af;*/ }
#nav .dropdown:hover .dropdown-menu,
#nav .dropdown:focus .dropdown-menu {
display: block; }
.fullpage .dropdown-menu {
background-color: #ffffff;
height: 200px;
border: 0;
padding: 12px 11px;
border-radius: 12px;
-webkit-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
-moz-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23); }
.fullpage .dropdown-menu > li > a {
color: #7f888f;
font-size: 13px;
font-weight: 600;
text-decoration: none;
padding: 3px 11px;
border-radius: 10px; }
.fullpage .dropdown-menu > li > a:focus,
.fullpage .dropdown-menu > li > a:hover {
color: #6c84af;
background-color: #f9fbff; }
.bg-cover {
background: url(../images/bgmain.jpg) no-repeat center center fixed !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #fff;
padding: 20px; }
.call-to-action {
margin-top: 50px;
height: 300px; }
.access-box {
background-color: #fff;
padding: 15px 10px 15px 10px;
margin-top: 10px; }
.form-hold {
background-color: #fff;
padding: 15px 30px 15px 30px;
margin-bottom: 25px;
z-index: 1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
position: relative; }
.form-hold input {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border: 1px solid #ccc;
background-color: #fff; }
.form-hold input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ccc; }
.form-hold form {
padding: 0px 30px 0px 30px; }
.form-hold button[type="submit"] {
color: #fff; }
.brand {
font-size: 1em;
font-weight: bolder;
color: #000000; }
.footer .social-icons {
padding: 0px;
text-align: right;
font-weight: bold;
font-size: 18px; }
.footer .links {
padding: 0px; }
.btn-green {
background-color: #006600; }
.btn-blue {
background-color: cornflowerblue; }
.btn-orange {
background: #FF8008;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(#FFC837), to(#FF8008));
background: -webkit-linear-gradient(left, #FFC837, #FF8008);
background: -o-linear-gradient(left, #FFC837, #FF8008);
background: linear-gradient(to right, #FFC837, #FF8008);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
/*------------------------------------------------------------------
11. Footer Section Styles
-------------------------------------------------------------------*/
#footer {
background-color: #fff;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
margin-top: 120px;
background-color: #f9f9f9; }
#footer .footer-menu-holder {
display: inline-block;
text-align: left;
min-width: 130px; }
#footer .address-holder {
display: inline-block;
text-align: left; }
#footer h4 {
font-size: 17px;
color: #000;
margin: 0;
margin-bottom: 18px;
font-weight: 800; }
#footer ul.footer-menu {
list-style: none;
padding: 0;
margin: 0; }
#footer ul.footer-menu li {
margin-bottom: 3px; }
#footer ul.footer-menu li a {
color: #666;
font-size: 15px; }
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a {
color: #666;
text-decoration: none; }
#footer p {
color: #666;
font-size: 15px; }
#footer .phone {
color: #666;
font-size: 15px;
margin-bottom: 10px; }
#footer .phone .fa {
color: #666;
font-size: 22px;
width: 20px;
margin-right: 7px;
text-align: center;
vertical-align: middle; }
#footer .phone a {
color: #666; }
#footer .email {
color: #666;
font-size: 15px;
margin-bottom: 13px; }
#footer .email .fa {
color: #666;
font-size: 17px;
width: 20px;
margin-right: 7px;
text-align: center; }
#footer .address {
margin-bottom: 30px; }
#footer .address div {
display: inline-block;
color: #666;
font-size: 15px; }
#footer .address .fa {
color: #666;
font-size: 25px;
width: 20px;
margin-right: 7px;
text-align: center;
vertical-align: top; }
#footer .social {
margin-top: 40px; }
#footer .social a {
display: inline-block;
width: 100%;
text-align: center; }
#footer .social a .fa {
color: #999;
font-size: 40px;
text-align: center; }
#footer .social a:hover .fa,
#footer .social a:focus .fa {
color: #333; }
/*************************************************************
Sign up progress
**************************************************************/
/* Global CSS, you probably don't need that */
.clearfix:after {
clear: both;
content: "";
display: block;
height: 0; }
.wrapper {
display: table-cell;
height: 40px;
vertical-align: middle; }
.nav {
margin-top: 40px; }
.pull-right {
float: right; }
a, a:active {
color: #333;
text-decoration: none; }
a:hover {
color: #999; }
/* Breadcrups CSS */
.arrow-steps .step {
font-size: 14px;
text-align: center;
color: #666;
cursor: default;
margin: 0 3px;
padding: 10px 10px 10px 30px;
min-width: 180px;
float: left;
position: relative;
background-color: #ff8008;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color 0.2s ease;
-o-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
margin-bottom: 15px; }
.arrow-steps .step:after,
.arrow-steps .step:before {
content: " ";
position: absolute;
top: 0;
right: -17px;
width: 0;
height: 0;
border-top: 19px solid transparent;
border-bottom: 17px solid transparent;
border-left: 17px solid #ff8008;
z-index: 2;
-webkit-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease; }
.arrow-steps .step:before {
right: auto;
left: 0;
border-left: 17px solid #fff;
z-index: 0; }
.arrow-steps .step:first-child:before {
border: none; }
.arrow-steps .step:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.arrow-steps .step span {
position: relative; }
.arrow-steps .step span:before {
opacity: 0;
content: "✔";
position: absolute;
top: -2px;
left: -20px; }
.arrow-steps .step.done span:before {
opacity: 1;
-webkit-transition: opacity 0.3s ease 0.5s;
-moz-transition: opacity 0.3s ease 0.5s;
-ms-transition: opacity 0.3s ease 0.5s;
-o-transition: opacity 0.3s ease 0.5s;
transition: opacity 0.3s ease 0.5s; }
.arrow-steps .step.current {
color: #fff;
background-color: #23468c; }
.arrow-steps .step.current:after {
border-left: 17px solid #23468c; } | 0.218336 | 0.046357 |
.hidden-menu-mobile {
margin-top: -15px;
margin-bottom: 10px;
}
.thanh_left a {
color: #fff;
display: flex;
align-items: center;
font-size: 14px;
}
.search-form-wrapper-mb #searchauto_mb .input-group {
display: flex;
justify-content: flex-start;
align-items: center;
}
.search-form-wrapper-mb #searchauto_mb .input-group input#searchtext_mb {
height: 45px;
padding: 2px 10px;
border: solid 1px transparent;
border-radius: 3px 0px 0px 3px;
width: calc(100% - 45px);
outline: 0;
box-sizing: border-box;
}
input#searchtext_mb::placeholder {
font-style: italic;
color: #333;
opacity: 0.7;
}
.input-group-btn {
position: relative;
white-space: nowrap;
width: 1%;
padding: 0;
}
.search-form-wrapper-mb #searchauto_mb .input-group span.input-group-btn button {
color: var(--html-cl-website);
background: none;
border: none;
}
.search-form-wrapper-mb #searchauto_mb .input-group span.input-group-btn {
width: 45px;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
.logo-mmobile img {
height: 35px;
margin-top: -5px;
}
.title-rpmenu {
color: #FFF;
font-size: 18px;
cursor: pointer;
position: relative;
width: 35px;
height: 27px;
z-index: 999;
text-align: center;
line-height: 20px;
font-weight: bold;
border-radius: 3px;
}
.title-rpmenu span {
position: absolute;
left: 0px;
top: 6px;
width: 35px;
height: 25px;
z-index: 99;
}
.title-rpmenu>a {
position: absolute;
right: 8px;
top: 0px;
color: #fff;
}
.title-rpmenu .icon-search-mobile {
position: absolute;
top: 10px;
right: 15px;
font-size: 25px;
}
.title-rpmenu .link_title {
text-shadow: -1px -1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff;
top: 0;
right: 0;
font-size: 21px;
color: #73d3ee;
line-height: 40px;
padding: 0 15px;
}
.title-rpmenu .wrap {
text-align: left;
font-size: 20px;
padding-left: 45px;
padding-top: 2px;
}
.title-rpmenu .fa span {
position: absolute;
left: 25px !important;
top: 0px !important;
background: #fff;
border-radius: 50%;
width: 15px;
height: 15px;
color: #333;
font-size: 10px;
line-height: 15px;
}
.title-rpmenu:before {
position: absolute;
top: 4px;
left: 2px;
display: block;
height: 3px;
width: 30px;
background: #fff;
content: '';
transition: 0.3s all ease;
display: flex;
justify-content: center;
align-items: center;
}
.title-rpmenu:after {
position: absolute;
top: 12px;
left: 2px;
display: block;
height: 5px;
width: 30px;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
content: ' ';
transition: 0.3s all ease;
box-sizing: initial;
}
.title-rpmenu.active:before {
top: 6px;
background: var(--html-cl-website);
width: 30px;
left: 7px;
height: 2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: initial;
}
.title-rpmenu.active:after {
top: 16px;
border: 0;
height: 2px;
width: 30px;
left: 7px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
/*.title-rpmenu .icon-bar {
width: 30px;
height: 4px;
background: #fff;
float: left;
clear: both;
margin-bottom: 3px;
border-radius: 2px;
overflow: hidden;
}
*/
.cart-epx {
display: none
}
#responsive-menu .thanh_left {
text-align: center;
width: 100%;
height: 50px;
font-size: 20px;
box-sizing: border-box;
border-bottom: 1px solid #ebebeb;
color: #fff;
line-height: 43px;
position: relative;
font-weight: bold;
}
#responsive-menu .thanh_left span {
position: absolute;
width: 47px;
height: 45px;
right: 0px;
top: 0px;
display: none;
cursor: pointer;
}
#responsive-menu .thanh_left.active span {
display: block;
}
button#searchsubmit_mb {
font-family: 'Arial';
font-size: initial;
}
#responsive-menu .thanh_left.active span:before {
content: "";
position: absolute;
top: 21px;
background: #fff;
width: 30px;
left: 8px;
height: 2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#responsive-menu .thanh_left.active span:after {
content: "";
position: absolute;
top: 21px;
border: 0;
height: 2px;
width: 30px;
left: 9px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#responsive-menu .close {
position: absolute;
top: 8px;
right: 10px;
font-size: 21px;
z-index: 123;
opacity: 1;
}
#responsive-menu .close span {
color: #fff;
display: none;
}
#responsive-menu {
position: fixed;
z-index: 1;
background: var(--html-bg-website);
width: auto;
max-height: 100%;
z-index: 10000000;
top: 0px;
max-height: 420px;
left: -280px;
height: 100%;
width: 280px;
min-height: 100%;
box-shadow: rgba(50, 50, 50, 0.498039) -2px 0px 5px 0px inset;
text-align: left;
}
#responsive-menu .content {
max-width: 100%;
width: 100%;
overflow-x: hidden;
height: 500px;
}
#responsive-menu .content ul {
list-style: none;
padding: 0;
width: 100%;
display: block;
}
#responsive-menu .content>ul {
padding: 0;
margin: 0;
}
#responsive-menu .content .toggle-menu {
cursor: pointer;
position: absolute;
top: 6px;
right: 5px;
font-size: 14px;
color: #fff;
width: 20px;
height: 20px;
text-align: center;
}
#responsive-menu .content>ul>li>ul>li .toggle-menu .fa {
position: absolute;
left: -6px;
top: 5px;
}
#responsive-menu .content ul li a {
color: #fff;
font-size: 15px;
padding-left: 15px;
font-family: 'Arial';
display: block;
}
#responsive-menu .content ul li a.active {
color: #fff;
}
#responsive-menu .content ul li a b {
font-weight: normal;
}
#responsive-menu .content ul li ul li a {
font-size: 14px;
}
#responsive-menu .content ul li {
text-align: left;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 9px 0px;
border-bottom: 1px solid #ebebeb;
position: relative;
cursor: pointer;
float: none;
}
#responsive-menu .content ul li ul {
display: none
}
#responsive-menu .content li li:first-child {
border-top: 1px solid rgba(247, 246, 246, 0.25);
}
#responsive-menu .content>ul>li ul {
position: relative;
top: 9px;
background: var(--html-bg-website);
}
#responsive-menu .content>ul li ul li {
text-indent: 10px;
}
#responsive-menu .content>ul li ul li ul li {
text-indent: 20px
}
/* MENU RESPONE */
#responsive-menu .content>ul>li>a>span {
display: inline-block;
position: relative;
}
#responsive-menu .content ul li a span.icon_trangchu:before {
background-image: url(../images/icon/icon_trangchu.png);
}
#responsive-menu .content ul li a span.icon_gioithieu:before {
background-image: url(../images/icon/icon_gioithieu.png);
}
#responsive-menu .content ul li a span.icon_sanpham:before {
background-image: url(../images/icon/icon_sanpham.png);
}
#responsive-menu .content ul li a span.icon_dichvu:before {
background-image: url(../images/icon/icon_dichvu.png);
}
#responsive-menu .content ul li a span.icon_congtrinh:before {
background-image: url(../images/icon/icon_congtrinh.png);
}
#responsive-menu .content ul li a span.icon_tintuc:before {
background-image: url(../images/icon/icon_tintuc.png);
}
#responsive-menu .content ul li a span.icon_lienhe:before {
background-image: url(../images/icon/icon_lienhe.png);
}
#responsive-menu .content>ul>li>a>span:before {
content: "";
width: 22px;
height: 22px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: absolute;
left: 0;
top: -1px;
}
.modal-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
} | public/themes/css/menu.mobile.css | .hidden-menu-mobile {
margin-top: -15px;
margin-bottom: 10px;
}
.thanh_left a {
color: #fff;
display: flex;
align-items: center;
font-size: 14px;
}
.search-form-wrapper-mb #searchauto_mb .input-group {
display: flex;
justify-content: flex-start;
align-items: center;
}
.search-form-wrapper-mb #searchauto_mb .input-group input#searchtext_mb {
height: 45px;
padding: 2px 10px;
border: solid 1px transparent;
border-radius: 3px 0px 0px 3px;
width: calc(100% - 45px);
outline: 0;
box-sizing: border-box;
}
input#searchtext_mb::placeholder {
font-style: italic;
color: #333;
opacity: 0.7;
}
.input-group-btn {
position: relative;
white-space: nowrap;
width: 1%;
padding: 0;
}
.search-form-wrapper-mb #searchauto_mb .input-group span.input-group-btn button {
color: var(--html-cl-website);
background: none;
border: none;
}
.search-form-wrapper-mb #searchauto_mb .input-group span.input-group-btn {
width: 45px;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
.logo-mmobile img {
height: 35px;
margin-top: -5px;
}
.title-rpmenu {
color: #FFF;
font-size: 18px;
cursor: pointer;
position: relative;
width: 35px;
height: 27px;
z-index: 999;
text-align: center;
line-height: 20px;
font-weight: bold;
border-radius: 3px;
}
.title-rpmenu span {
position: absolute;
left: 0px;
top: 6px;
width: 35px;
height: 25px;
z-index: 99;
}
.title-rpmenu>a {
position: absolute;
right: 8px;
top: 0px;
color: #fff;
}
.title-rpmenu .icon-search-mobile {
position: absolute;
top: 10px;
right: 15px;
font-size: 25px;
}
.title-rpmenu .link_title {
text-shadow: -1px -1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff;
top: 0;
right: 0;
font-size: 21px;
color: #73d3ee;
line-height: 40px;
padding: 0 15px;
}
.title-rpmenu .wrap {
text-align: left;
font-size: 20px;
padding-left: 45px;
padding-top: 2px;
}
.title-rpmenu .fa span {
position: absolute;
left: 25px !important;
top: 0px !important;
background: #fff;
border-radius: 50%;
width: 15px;
height: 15px;
color: #333;
font-size: 10px;
line-height: 15px;
}
.title-rpmenu:before {
position: absolute;
top: 4px;
left: 2px;
display: block;
height: 3px;
width: 30px;
background: #fff;
content: '';
transition: 0.3s all ease;
display: flex;
justify-content: center;
align-items: center;
}
.title-rpmenu:after {
position: absolute;
top: 12px;
left: 2px;
display: block;
height: 5px;
width: 30px;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
content: ' ';
transition: 0.3s all ease;
box-sizing: initial;
}
.title-rpmenu.active:before {
top: 6px;
background: var(--html-cl-website);
width: 30px;
left: 7px;
height: 2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: initial;
}
.title-rpmenu.active:after {
top: 16px;
border: 0;
height: 2px;
width: 30px;
left: 7px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
/*.title-rpmenu .icon-bar {
width: 30px;
height: 4px;
background: #fff;
float: left;
clear: both;
margin-bottom: 3px;
border-radius: 2px;
overflow: hidden;
}
*/
.cart-epx {
display: none
}
#responsive-menu .thanh_left {
text-align: center;
width: 100%;
height: 50px;
font-size: 20px;
box-sizing: border-box;
border-bottom: 1px solid #ebebeb;
color: #fff;
line-height: 43px;
position: relative;
font-weight: bold;
}
#responsive-menu .thanh_left span {
position: absolute;
width: 47px;
height: 45px;
right: 0px;
top: 0px;
display: none;
cursor: pointer;
}
#responsive-menu .thanh_left.active span {
display: block;
}
button#searchsubmit_mb {
font-family: 'Arial';
font-size: initial;
}
#responsive-menu .thanh_left.active span:before {
content: "";
position: absolute;
top: 21px;
background: #fff;
width: 30px;
left: 8px;
height: 2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#responsive-menu .thanh_left.active span:after {
content: "";
position: absolute;
top: 21px;
border: 0;
height: 2px;
width: 30px;
left: 9px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#responsive-menu .close {
position: absolute;
top: 8px;
right: 10px;
font-size: 21px;
z-index: 123;
opacity: 1;
}
#responsive-menu .close span {
color: #fff;
display: none;
}
#responsive-menu {
position: fixed;
z-index: 1;
background: var(--html-bg-website);
width: auto;
max-height: 100%;
z-index: 10000000;
top: 0px;
max-height: 420px;
left: -280px;
height: 100%;
width: 280px;
min-height: 100%;
box-shadow: rgba(50, 50, 50, 0.498039) -2px 0px 5px 0px inset;
text-align: left;
}
#responsive-menu .content {
max-width: 100%;
width: 100%;
overflow-x: hidden;
height: 500px;
}
#responsive-menu .content ul {
list-style: none;
padding: 0;
width: 100%;
display: block;
}
#responsive-menu .content>ul {
padding: 0;
margin: 0;
}
#responsive-menu .content .toggle-menu {
cursor: pointer;
position: absolute;
top: 6px;
right: 5px;
font-size: 14px;
color: #fff;
width: 20px;
height: 20px;
text-align: center;
}
#responsive-menu .content>ul>li>ul>li .toggle-menu .fa {
position: absolute;
left: -6px;
top: 5px;
}
#responsive-menu .content ul li a {
color: #fff;
font-size: 15px;
padding-left: 15px;
font-family: 'Arial';
display: block;
}
#responsive-menu .content ul li a.active {
color: #fff;
}
#responsive-menu .content ul li a b {
font-weight: normal;
}
#responsive-menu .content ul li ul li a {
font-size: 14px;
}
#responsive-menu .content ul li {
text-align: left;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 9px 0px;
border-bottom: 1px solid #ebebeb;
position: relative;
cursor: pointer;
float: none;
}
#responsive-menu .content ul li ul {
display: none
}
#responsive-menu .content li li:first-child {
border-top: 1px solid rgba(247, 246, 246, 0.25);
}
#responsive-menu .content>ul>li ul {
position: relative;
top: 9px;
background: var(--html-bg-website);
}
#responsive-menu .content>ul li ul li {
text-indent: 10px;
}
#responsive-menu .content>ul li ul li ul li {
text-indent: 20px
}
/* MENU RESPONE */
#responsive-menu .content>ul>li>a>span {
display: inline-block;
position: relative;
}
#responsive-menu .content ul li a span.icon_trangchu:before {
background-image: url(../images/icon/icon_trangchu.png);
}
#responsive-menu .content ul li a span.icon_gioithieu:before {
background-image: url(../images/icon/icon_gioithieu.png);
}
#responsive-menu .content ul li a span.icon_sanpham:before {
background-image: url(../images/icon/icon_sanpham.png);
}
#responsive-menu .content ul li a span.icon_dichvu:before {
background-image: url(../images/icon/icon_dichvu.png);
}
#responsive-menu .content ul li a span.icon_congtrinh:before {
background-image: url(../images/icon/icon_congtrinh.png);
}
#responsive-menu .content ul li a span.icon_tintuc:before {
background-image: url(../images/icon/icon_tintuc.png);
}
#responsive-menu .content ul li a span.icon_lienhe:before {
background-image: url(../images/icon/icon_lienhe.png);
}
#responsive-menu .content>ul>li>a>span:before {
content: "";
width: 22px;
height: 22px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: absolute;
left: 0;
top: -1px;
}
.modal-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
} | 0.496094 | 0.075176 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
}
h2 {
font-size: 26px;
color: #467c9a;
text-transform: uppercase;
}
h3 {
font-size: 22px;
text-transform: uppercase;
color: #848d9b;
}
.container {
max-width: 1200px;
width: 100%;
padding: 50px;
margin: 0 auto;
}
.active {
background-color: #b2e5fc;
}
a {
text-decoration: none;
color: inherit;
}
.pt_1 {
padding-top: 10px;
}
.pt_2 {
padding-top: 20px;
}
.pt_3 {
padding-top: 30px;
}
.pt_4 {
padding-top: 40px;
}
.pt_5 {
padding-top: 50px;
}
.pt_6 {
padding-top: 60px;
}
.pt_7 {
padding-top: 70px;
}
.pt_8 {
padding-top: 80px;
}
.pt_9 {
padding-top: 90px;
}
.pt_10 {
padding-top: 100px;
}
.clearfix {
content: "";
display: table;
clear: both;
}
header .container {
padding: 0px;
}
header .logo {
text-align: center;
}
header .logo img {
margin-top: 20px;
width: 200px;
height: auto;
}
header .main_nav ul {
margin-top: 30px;
display: flex;
justify-content: center;
}
header .main_nav ul header .logo {
text-align: center;
}
header .main_nav ul header .logo img {
margin-top: 20px;
width: 200px;
height: auto;
}
header .main_nav ul header .main_nav {
margin-top: 30px;
}
header .main_nav ul header .main_nav ul {
display: flex;
justify-content: center;
}
header .main_nav ul header .main_nav ul li {
list-style: none;
font-size: 22px;
padding: 20px 10px;
margin: 0 5px;
font-weight: 700;
}
header .main_nav ul header .main_nav_burger {
display: none;
font-size: 40px;
text-align: center;
color: #002d73;
}
header .main_nav ul li {
list-style: none;
font-size: 22px;
padding: 20px 10px;
margin: 0 5px;
font-weight: 700;
}
header .main_nav_burger {
display: none;
font-size: 40px;
padding: 7.5px 0;
text-align: center;
color: #002d73;
}
@media screen and (max-width: 850px) {
header .main_nav ul {
display: none;
}
header .main_nav_burger {
margin-top: 30px;
display: block;
}
}
.FadeInTop {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
-webkit-animation-name: fadeInTop;
animation-name: fadeInTop;
}
@-webkit-keyframes fadeInBottom {
0% {
opacity: 0;
transform: translateY(-100%);
}
75% {
transform: none;
}
100% {
opacity: 1;
}
}
@keyframes fadeInBottom {
0% {
opacity: 0;
transform: translateY(-100%);
}
75% {
transform: none;
}
100% {
opacity: 1;
}
}
main .bg {
background-image: url("/images/fondo-pag-speciali.jpg");
background-position: right;
padding: 20px 0;
}
main .box_container {
margin: 10px 0;
display: flex;
flex-wrap: wrap;
}
main .box_container .box {
width: calc((100% / 3) - 15px );
margin: 7.5px;
}
main .box_container .box img {
display: block;
width: 100%;
}
main .product {
color: #002d73;
background-color: #b7dae5;
}
main .product .back_img {
position: relative;
}
main .product .back_img h1 {
padding: 30px 0;
font-size: 30px;
text-align: center;
top: 30px;
}
main .product .back_img img {
width: 100%;
}
main .product .back_img p {
font-size: 25px;
line-height: 1.7;
padding: 0 20px;
}
main .product .back_img .product_arrow {
position: absolute;
top: 50%;
font-size: 40px;
color: white;
padding: 10px 15px;
background-color: #dcedf2;
}
main .product .back_img .product_arrow.right {
right: 30px;
}
main .product .back_img .product_arrow.left {
left: 30px;
}
main .news {
height: 60vh;
background-color: #b7dae5;
}
main .news h1, main .news p {
color: #002d73;
}
@media screen and (max-width: 850px) {
main .box_container .box {
width: calc(50% - 15px);
}
.container {
padding: 5%;
}
}
@media screen and (max-width: 450px) {
main .box_container .box {
width: 100%;
}
.container {
padding: 10%;
}
}
footer {
background-image: url("/images/footer-montagne-bottom.jpg");
background-position: bottom;
background-repeat: no-repeat;
padding: 30px 0 60px 0;
color: #848d9b;
}
footer .info {
width: 33%;
float: left;
padding: 20px;
margin-top: 30px;
}
footer .info .logo_foot {
width: 100%;
min-width: 200px;
}
footer .footer_menu {
width: 66%;
float: right;
display: flex;
flex-wrap: wrap;
flex-direction: row;
padding-left: 30px;
}
footer .footer_menu .column {
margin-top: 30px;
width: 50%;
padding: 15px;
}
footer .footer_menu .column1 {
order: 1;
}
footer .footer_menu .column2 {
text-transform: capitalize;
order: 3;
}
footer .footer_menu .column3 {
order: 2;
}
footer ul li {
list-style: none;
line-height: 2;
}
footer ul li:first-of-type {
margin-top: 20px;
}
@media screen and (max-width: 850px) {
footer .info,
footer .footer_menu {
margin-top: 30px;
width: 100%;
padding: 15px;
}
footer .info {
max-width: 500px;
}
footer .info img {
max-width: 340px;
}
footer .footer_menu .column {
width: 100%;
padding: 0;
}
} | public/css/app.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
}
h2 {
font-size: 26px;
color: #467c9a;
text-transform: uppercase;
}
h3 {
font-size: 22px;
text-transform: uppercase;
color: #848d9b;
}
.container {
max-width: 1200px;
width: 100%;
padding: 50px;
margin: 0 auto;
}
.active {
background-color: #b2e5fc;
}
a {
text-decoration: none;
color: inherit;
}
.pt_1 {
padding-top: 10px;
}
.pt_2 {
padding-top: 20px;
}
.pt_3 {
padding-top: 30px;
}
.pt_4 {
padding-top: 40px;
}
.pt_5 {
padding-top: 50px;
}
.pt_6 {
padding-top: 60px;
}
.pt_7 {
padding-top: 70px;
}
.pt_8 {
padding-top: 80px;
}
.pt_9 {
padding-top: 90px;
}
.pt_10 {
padding-top: 100px;
}
.clearfix {
content: "";
display: table;
clear: both;
}
header .container {
padding: 0px;
}
header .logo {
text-align: center;
}
header .logo img {
margin-top: 20px;
width: 200px;
height: auto;
}
header .main_nav ul {
margin-top: 30px;
display: flex;
justify-content: center;
}
header .main_nav ul header .logo {
text-align: center;
}
header .main_nav ul header .logo img {
margin-top: 20px;
width: 200px;
height: auto;
}
header .main_nav ul header .main_nav {
margin-top: 30px;
}
header .main_nav ul header .main_nav ul {
display: flex;
justify-content: center;
}
header .main_nav ul header .main_nav ul li {
list-style: none;
font-size: 22px;
padding: 20px 10px;
margin: 0 5px;
font-weight: 700;
}
header .main_nav ul header .main_nav_burger {
display: none;
font-size: 40px;
text-align: center;
color: #002d73;
}
header .main_nav ul li {
list-style: none;
font-size: 22px;
padding: 20px 10px;
margin: 0 5px;
font-weight: 700;
}
header .main_nav_burger {
display: none;
font-size: 40px;
padding: 7.5px 0;
text-align: center;
color: #002d73;
}
@media screen and (max-width: 850px) {
header .main_nav ul {
display: none;
}
header .main_nav_burger {
margin-top: 30px;
display: block;
}
}
.FadeInTop {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
-webkit-animation-name: fadeInTop;
animation-name: fadeInTop;
}
@-webkit-keyframes fadeInBottom {
0% {
opacity: 0;
transform: translateY(-100%);
}
75% {
transform: none;
}
100% {
opacity: 1;
}
}
@keyframes fadeInBottom {
0% {
opacity: 0;
transform: translateY(-100%);
}
75% {
transform: none;
}
100% {
opacity: 1;
}
}
main .bg {
background-image: url("/images/fondo-pag-speciali.jpg");
background-position: right;
padding: 20px 0;
}
main .box_container {
margin: 10px 0;
display: flex;
flex-wrap: wrap;
}
main .box_container .box {
width: calc((100% / 3) - 15px );
margin: 7.5px;
}
main .box_container .box img {
display: block;
width: 100%;
}
main .product {
color: #002d73;
background-color: #b7dae5;
}
main .product .back_img {
position: relative;
}
main .product .back_img h1 {
padding: 30px 0;
font-size: 30px;
text-align: center;
top: 30px;
}
main .product .back_img img {
width: 100%;
}
main .product .back_img p {
font-size: 25px;
line-height: 1.7;
padding: 0 20px;
}
main .product .back_img .product_arrow {
position: absolute;
top: 50%;
font-size: 40px;
color: white;
padding: 10px 15px;
background-color: #dcedf2;
}
main .product .back_img .product_arrow.right {
right: 30px;
}
main .product .back_img .product_arrow.left {
left: 30px;
}
main .news {
height: 60vh;
background-color: #b7dae5;
}
main .news h1, main .news p {
color: #002d73;
}
@media screen and (max-width: 850px) {
main .box_container .box {
width: calc(50% - 15px);
}
.container {
padding: 5%;
}
}
@media screen and (max-width: 450px) {
main .box_container .box {
width: 100%;
}
.container {
padding: 10%;
}
}
footer {
background-image: url("/images/footer-montagne-bottom.jpg");
background-position: bottom;
background-repeat: no-repeat;
padding: 30px 0 60px 0;
color: #848d9b;
}
footer .info {
width: 33%;
float: left;
padding: 20px;
margin-top: 30px;
}
footer .info .logo_foot {
width: 100%;
min-width: 200px;
}
footer .footer_menu {
width: 66%;
float: right;
display: flex;
flex-wrap: wrap;
flex-direction: row;
padding-left: 30px;
}
footer .footer_menu .column {
margin-top: 30px;
width: 50%;
padding: 15px;
}
footer .footer_menu .column1 {
order: 1;
}
footer .footer_menu .column2 {
text-transform: capitalize;
order: 3;
}
footer .footer_menu .column3 {
order: 2;
}
footer ul li {
list-style: none;
line-height: 2;
}
footer ul li:first-of-type {
margin-top: 20px;
}
@media screen and (max-width: 850px) {
footer .info,
footer .footer_menu {
margin-top: 30px;
width: 100%;
padding: 15px;
}
footer .info {
max-width: 500px;
}
footer .info img {
max-width: 340px;
}
footer .footer_menu .column {
width: 100%;
padding: 0;
}
} | 0.326057 | 0.10307 |
.btn-primary {
background: #8bc259!important;
color: #fcfefb!important;
border: solid #8bc259 1px!important;
}
a#donatenow {
background-color: #41414100;
color: #000000;
width: 100px;
height: 45px;
border-radius: 9px;
border: solid 1px;
text-align: center;
line-height: 0;
transition: 0.3s;
}
a#donatenow :hover{
background-color: #ffffff;
}
.topnavigation .container li:nth-child(7) {
display: none;
}
.header .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
width: 70px;
height: auto;
/*box-shadow: 0px 2px 20px 0px rgba(156, 166, 183, 0.69);*/
}
.amountProject .progress {
height: 30px;
}
.progress-num {
color: rgba(0, 0, 0, 0.51);
font-size: 20px;
position: absolute;
width: 100%;
text-align: center;
}
.progress {
position: relative;
}
.sponserships {
background-color: white !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 600px;
}
.sponspage.sponserships {
background-image: url("../images/sponsership-sketch.png") !important;
background-attachment: fixed !important;
background-color: #00baa3 !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 600px;
}
.projectSection {
background-image: url("../images/sponsership-sketch.png") !important;
background-attachment: fixed !important;
background-color: #00baa3 !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 500px;
}
#menubar li.dropdown {
position: relative;
padding-left: 20px;
}
#menubar li.dropdown:hover .dropdown-menu {
display: block !important;
padding: 2px;
}
.footer {
border-top: 5px solid #f1f1f1!important;
background-color: #141414!important;
}
.newSection .news-holder p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
/*-webkit-line-clamp: 1;*/
}
.statistics .stat {
background: none
}
.span.count-title {
color: black !important
}
.stat {
background: none
}
.sponsorships {
background-color: white;
}
.span.count-title {
color: black !important
}
.urgent.buttons {
position: fixed;
bottom: 0;
right: 30px;
z-index: 999999;
background: url(/image/wagf.png) no-repeat 0 0;
background-size: 120px;
background-position: bottom;
height: 125px;
background-color: #ffffffe6;
box-shadow: 0px 1px 20px 0 rgba(20, 52, 92, 0.13);
}
.relative {
position: relative;
}
#ajaxLoader {
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
text-align: center;
z-index: 9;
display: none;
top: 0;
}
#ajaxLoader .fa {
position: relative;
top: 50%;
font-size: 80px;
transform: translateY(-50%) !important;
}
.priceBox {
background: #fff;
padding: 2.5px;
border: 1px solid #bdbdbd;
cursor: pointer;
color: #b7b7b7;
border-radius: 3px;
font-size: 18px;
}
.textbox-field.row {
margin: 0px;
}
.priceBox.selected {
background: #d4d8ec;
color: #7988df;
border: 1px solid #d4d8ec;
}
.textbox-field .priceBox, #product .priceBox, .project-widget .priceBox {
height: 39px;
line-height: 31px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
width: 28%;
display: inline-block;
}
#product .priceBox {
width: 29%;
text-align: center;
margin-top: 12px;
margin-bottom: 0;
border-radius: 2px;
}
.contact-detail {
padding: 0;
}
.social.fa {
font-size: 50px;
margin-left: 30px;
}
section.subCatagory-info {
/* display: none;*/
}
.subCatagory-info {
padding: 0px 0;
}
.tags-in-news-page {
margin-bottom: 20px;
}
.statistics .stat .fa, .statistics .stat .count-title {
color: #000 ;
}
.projectSection .sponspage.statistics .stat .fa, .statistics .stat .count-title {
color: #fff;
}
.about-sponsership .content-wrapper .content-item {
padding: 0px;
}
.projectHolder .project-item img {
width: 72px !important;
margin-bottom: 19px !important;
}
.donation-holder {
border: white 1px solid;
padding: 13px;
background: white;
}
.donation-holder.news {
height: 400px;
border-radius: 7px;
box-shadow: 1px 4px 20px 0 rgba(20, 52, 92, 0.15);
}
.donation-holder h5 {
margin-top: 15px;
}
.donation-holder .btn-primary {
bottom: 12px;
position: absolute;
border: solid 1px!important;
}
.banner-widget .bootstrap-select.btn-group .dropdown-toggle .filter-option {
height: 16px;
}
.media-stories {
/* display: none;*/
padding: 0px;
margin-bottom: -32px;
}
.helpSection h5 {
font-size: 22px!important;
color: #8bc259!important;
}
.primary-nav .navbar-brand {
background-size: 100%;
}
.project-card .card-box {
background-color: #ffffff;
/* background: linear-gradient(360deg, #abdcff00 0%, #ffffff87 100%); */
color: #72723f;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
border: none;
margin-bottom: 40px!important;
}
.sponserships.statistics .count-title {
color: black;
}
@media screen and (max-width: 767px){
.helpSection textbox-field.flex-wrapper{justify-content: center;}
.helpSection textbox-field.flex-wrapper .priceBox{width:20%;}
}
.home.latest-donations{
background-color: #00baa3;
background-image:url("../images/sponsership-sketch.png") !important;
}
.media-library{
background-color: #fffefa;
}
.latest-donations {
background-color: #fff; }
.paddinghomewidget{
padding-top: 10px;
}
.media-stories-detail .story-detail-content h1{
margin-bottom: 25px;
font-size: 29px;
}
.projectSection.statistics .titleSection h2, .projectSection.statistics .titleSection p {
color:white;
}
.sponserships.statistics .stat figure{
}
#menubar .dropdown-inner ul.list-unstyled {
padding-right: 15px;
}
.topnavigation > ul > li > a {
color: #dddddd;
text-align: center;
display: block;
}
.topnavigation {
background-color: #0c0c0c;
color: #c1c1c1;
}
.sponserships.statistics .stat .number {
color: #48beca;
line-height: 28px;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
/*Add css for the sponsership on home page*/
.sponserships.statistics .stat .sponsershipHome {
color: #3ebefa!important;
line-height: 28px;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
font-size: 28px;
font-weight: bold;
}
/*Add some css for the counter in home*/
.stat .counters
{
color: #fff;
font-size: 28px;
font-weight: bold;
}
.newSection {
padding: 35px 0 45px;
background-color: #fff;
}
.banner-slider .slick-dots li button {
text-indent: -4000px;
background-color: #fff;
border-radius: 0%;
width: 5px;
height: 5px;
border: none;
box-shadow: 0px 1px 6px 0 rgba(20, 52, 92, 0.18);
}
.banner-slider .slick-dots {
bottom: 20px;
z-index: 1;
background-color: rgba(0, 0, 0, 0);
padding: 8px 12px;
left: 46%;
width: auto;
position: absolute;
}
.banner-slider .slick-dots li.slick-active button {
background-color: #151515;
}
.newSection .news-holder {
border: 1px solid #fff;
border-radius: 0px;
padding: 12px;
margin-bottom: 30px;
background-color: #fff;
}
.directdonation-widget span{
color: #3d4eb5;
}
img_p {
vertical-align: middle;
box-shadow: 0px 11px 80px 0 rgba(20,52,92,0.2);
border-radius: 9px;
margin-bottom: 25px;
width: 90px;
border: 1px solid #ffffff;
}
.volunteersection {
background: url("../images/volunteer-banner.jpg") no-repeat 0 0;
min-height: 266px;
background-size: cover;
display: block;
width: 100%;
position: relative; }
.volunteersection .title-page {
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0; }
.volunteersection .title-page h1 {
color: #fff;
font-size: 36px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
.pro_detail{
padding: 60px 0;
}
.pro_detail .product_img{
text-align: center;
padding: 25px;
border:1px solid #dddcd5;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
margin-bottom: 25px;
background-color: #fff;
}
.pro_detail .product_img figure{
border:1px solid #dddcd5;
margin-bottom: 25px;
}
.pro_detail .socail-icons{
margin-top: 10px;
}
.pro_detail .socail-icons li{
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.pro_detail .socail-icons li a{
font-size: 18px;
color: #777;
}
.pro_detail .product_img .file_btn{
background-color: #48beca;
color: #fff;
padding: 18px 10px;
border:1px solid transparent;
}
.pro_detail .product_img .btn:focus,
.pro_detail .product_img .btn:hover{
color: #48beca !important;
background: #fff;
transition: all 0.3s ease;
border-color:#48beca;
}
.imp_news_box,
.pro_detail .product_schedul_box{
background: #48beca0f;
padding: 25px;
margin-bottom: 30px;
border: solid #e4e4e4 1px;
}
.imp_news_box h4,
.pro_detail .product_schedul_box h4{
color: #127cbc;
margin-bottom: 25px;
}
.pro_detail .product_schedul_box .schedule_list li{
display: block;
margin-bottom: 25px;
}
.pro_detail .product_schedul_box .schedule_list li a{
display: block;
font-size: 18px;
transition: all 0.3s ease;
font-weight: bold;
}
.pro_detail .product_schedul_box .schedule_list li a:hover{
color: #48beca;
}
.pro_detail .product_schedul_box .schedule_list li span,
.pro_detail .product_schedul_box .schedule_list li a{
color: #505050;
display: block;
}
.pro_detail .product_schedul_box .schedule_list li span{
font-size: 16px;
}
.volunteer_form_btn_wrapper input[type=submit]{
float: left;
}
.project-card {
padding: 60px 0;
background-color: #fff;
/* box-shadow: inset 0 0 30px rgba(0,0,0,.07);*/
}
.helpSection {
background-color: #fff;
max-width: 345px;
padding-bottom: 10px;
padding-top: 40px;
padding-left: 15px;
padding-right: 15px;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
text-align: center;
left:15%;
top: 30%;
}
@media screen and (max-width: 1199px) {
.helpSection {
left: 50px;
top: 25%; } }
@media screen and (max-width: 991px) {
.helpSection {
left: 25%;
top: 25%; } }
@media screen and (min-width: 480px) {
.helpSection .help-widget .hepbtns .btn {
min-width: 100px;
margin-right: 10px; } }
@media screen and (max-width: 767px) {
.helpSection {
top: auto;
bottom: 3%;
left: 0;
right: 0;
max-width: 95%;
padding: 20px 15px 75px;
position: absolute;}
}
@media screen and (max-width: 480px) {
.helpSection .help-widget .hepbtns .btn {
min-width: 100%;
display: block;
margin-bottom: 12px; }
.helpSection .form-elements .input-group {
max-width: 180px; }
.banner-slider .slick-dots {
transform: translateX(-10%); }
}
.flex-wrapper {
display: flex;
flex-wrap: wrap;
padding-right: 13px;
}
.topnavigation > ul {
list-style: none;
margin-bottom: 0;
text-align: center;
}
@media screen and (max-width: 767px){
.mobile_m_b {
margin-bottom: 15px;
}
.project-widget {
position: fixed;
z-index: 99;
width: 100%;
bottom: 0;
right: 0;
}
}
.zakat-calculation .calculation-form input {
text-align: right;
}
.flex-wrapper {
display: flow-root;
}
.banner-widget .helpSection .textbox-field .form-control {
height: 39px;
width: 90px; }
#lc_chat_layout #lc_chat_title{
text-align: right;
width: 100% !important;
font-family: "Droid Arabic Kufi", "Roboto", sans-serif;
}
#lc_minimize{
position: absolute !important;
left: 14px !important;
top: 8px !important;
}
#lc_chat_layout #lc_chat_header.lc-dark-icon{
background-position: 14px;
}
#lc_chat_layout #lc_chat_title, #lc_chat_container p, #lc_chat_container label {
font-family: "Droid Arabic Kufi", "Roboto", sans-serif !important;
}
#lc_chat_layout #lc_chat_container .lc-form-field-wrap .lc-textfield-wrap label{
height: 22px !important;
}
.story-detail-content p, #no-posts {
font-family: "Droid Arabic Kufi", "Roboto", sans-serif !important;
}
.sponsership-banner {
background: url(../images/project-banner.jpg) no-repeat 0 0;
min-height: 520px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.sponspage.sponserships {
background-image: url(../images/sponsership-sketch.png) !important;
background-attachment: fixed !important;
background-color: #fbfdff !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 600px;
}
.helpSectionw {
height: 320px;
}
.banner-widget .helpSection {
max-width: 365px;
top: 0;
position: relative;
left: 0;
border-radius: 9px;
}
.amountProject {
background-color: #fefefe;
padding: 10px 15px 5px;
border-top: 1.5px solid #e0e0e0;
}
.btnpro {
border: 0;
text-decoration: none;
line-height: 1;
box-shadow: none;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
border-radius: 0;
padding: 12px 12px;
color: #337ab7; }
.btnpro:focus, .btnpro:hover {
background-color: #f3f3f3;
border-color: #48beca;
color: #ffffff;
}
}
.btnpro-default {
background: white;
color: #444242;
border-color: #f5f4e7; }
.btnpro-default:focus, .btnpro-default:hover {
background: #f6b585;
color: #444242; }
.btnpro-primary {
background: #48beca;
color: #FFF; }
.herosection {
background: linear-gradient( 135deg, #abdcff1c 10%, #0396ff87 100%);
min-height: 200px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.herosection.cart-banner {
background: linear-gradient( 135deg, #abdcff1c 10%, #0396ff87 100%);
min-height: 250px;
}
.deduction-banner-Section {
background: url(/image/hed/eded.png) no-repeat 0 0;
min-height: 522px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.volunteersection {
background: url(/image/hed/volunteer.png) no-repeat 0 0;
min-height: 266px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.primary-nav .navbar-brand {
/*background: url(../images/logo-c-1.png) no-repeat;*/
height: 66px;
/* width: 244px;*/
display: block;
text-indent: -4000px;
}
@media screen and (max-width: 767px){
.banner-content .imgholder img {
margin: 0 0 -20px 0;
}}
@media screen and (max-width: 767px){
#text_739881b.block-child.block-container {
margin-top: 20px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
}}
.amountProject{
border-top:none;
}
.zakat-banner {
margin-top: -17px;
}
.priceBox input.custom
{
width: 100%;
background: transparent;
border: 0px;
text-align: center;
}
.card-footer input.custom
{
width: 100%;
background: transparent;
border: 0px;
text-align: center;
margin:0px !important;
}
.project-icon img
{
vertical-align: middle;
box-shadow: 0px 11px 80px 0 rgba(20,52,92,0.2);
border-radius: 9px;
margin: 25px;
width: 90px;
border: 1px solid #ffffff;
}
.widc {
border-radius: 7px!important;
/*box-shadow: 1px 4px 50px 0 rgba(0, 0, 0, 0.45);*/
}
.card-box {
border-radius: 7px!important;
}
img.img-responsive {
}
.news-holder {
border-radius: 7px!important;
box-shadow: 1px 4px 16px 0 rgba(20, 52, 92, 0.32);
}
div#disqus_thread {
}
nav.socail-icons {
}
@media (min-width: 1200px){
.col-md-4 {
width: 25%;
}
.widertyw {
width: 33%;
}
}
@media (max-width: 1200px){
div#ssp-133 {
display: none;
}
}
ul.breadcrumb {
margin-top: 20px;
}
.primary-nav {
background-color: #ffffff;
/* background: linear-gradient(360deg, #abdcff00 0%, #ffffff87 100%); */
color: #72723f;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
border: none;
margin-bottom: 0;
}
.header .primary-nav {
/* position: absolute;*/
z-index: 10;
width: 100%;
}
.topnavigation > ul > li:first-child {
border-right: 1px solid #242424;
}
.topnavigation > ul > li {
display: inline-block;
padding: 10px 12px;
border-left: 1px solid #242424;
min-width: 120px;
}
.header .MegaMenudropdown .flex-wrapper {
background-color: rgba(255, 255, 255, 0.86);
padding: 25px 0;
max-height: 400px;
overflow-y: auto;
position: relative;
z-index: 5;
-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 20px 50px 0px rgba(0, 0, 0, 0.18);
}
.menuicon{
box-shadow: 0px 2px 20px 0px rgba(156, 166, 183, 0.35);
border-radius: 9px!important;
border: solid 1px #a0a0a038;
}
ul.breadcrumb {
margin-top: 50px;
}
.newSection .news-holder .readmore {
color: #3d4eb5;
}
.newSection .news-holder .date-element a {
margin-left: 12px;
color: #3d4eb5;
}
.tagSection ul li a {
background-color: #8bc259;
color: #fff;
padding: 5px 8px;
display: block;
margin-bottom: 4px;
font-size: 10px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.project-banner {
background: url(https://demo.falathat.org/image/cache/catalog/Slide/%D9%88%D9%85%D9%86-%D8%A3%D8%AD%D9%8A%D8%A7%D9%87%D8%A7-1920x1080.jpg) no-repeat 0 0;
width: 100%;
background-position: right;
background-size: cover;
}
section.subCatagory-info {
margin-bottom: -22px;
}
.project-card .card-box .imgholder .socail-icons {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px;
border-radius: 0 0 4px 4px;
position: absolute;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.15);
left: 10px;
right: 10px;
}
.project-detail .indivitual-info .socail-icons .docIcon:hover, .project-detail .indivitual-info .socail-icons .docIcon:focus {
background-color: #d2d2d2;
transition: all 0.5s ease;
border-color: #48beca;
}
.amountProject .progress .progress-bar {
background-color: #e5c733;
}
.sponsership-banner .banner-widget h5 span {
color: #3d4eb5;
}
.sponsership-banner .banner-widget .help-widget .detailbtn i {
color: #3d4eb5;
}
.textbox-field.flex-wrapper {
direction: rtl;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #6e9bde08;
border: 1px solid #8d8d8d26;
border-radius: 4px;
box-shadow: 0 5px 13px #6e9bde2e;
}
.breadcrumb {
background-color: #ffffff;
}
.story-sidebar .price-range {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 15px 0px;
border-bottom: 3px solid #127cbc1f;
margin-bottom: 25px;
} | public/assets/css/custom.css | .btn-primary {
background: #8bc259!important;
color: #fcfefb!important;
border: solid #8bc259 1px!important;
}
a#donatenow {
background-color: #41414100;
color: #000000;
width: 100px;
height: 45px;
border-radius: 9px;
border: solid 1px;
text-align: center;
line-height: 0;
transition: 0.3s;
}
a#donatenow :hover{
background-color: #ffffff;
}
.topnavigation .container li:nth-child(7) {
display: none;
}
.header .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
width: 70px;
height: auto;
/*box-shadow: 0px 2px 20px 0px rgba(156, 166, 183, 0.69);*/
}
.amountProject .progress {
height: 30px;
}
.progress-num {
color: rgba(0, 0, 0, 0.51);
font-size: 20px;
position: absolute;
width: 100%;
text-align: center;
}
.progress {
position: relative;
}
.sponserships {
background-color: white !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 600px;
}
.sponspage.sponserships {
background-image: url("../images/sponsership-sketch.png") !important;
background-attachment: fixed !important;
background-color: #00baa3 !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 600px;
}
.projectSection {
background-image: url("../images/sponsership-sketch.png") !important;
background-attachment: fixed !important;
background-color: #00baa3 !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 500px;
}
#menubar li.dropdown {
position: relative;
padding-left: 20px;
}
#menubar li.dropdown:hover .dropdown-menu {
display: block !important;
padding: 2px;
}
.footer {
border-top: 5px solid #f1f1f1!important;
background-color: #141414!important;
}
.newSection .news-holder p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
/*-webkit-line-clamp: 1;*/
}
.statistics .stat {
background: none
}
.span.count-title {
color: black !important
}
.stat {
background: none
}
.sponsorships {
background-color: white;
}
.span.count-title {
color: black !important
}
.urgent.buttons {
position: fixed;
bottom: 0;
right: 30px;
z-index: 999999;
background: url(/image/wagf.png) no-repeat 0 0;
background-size: 120px;
background-position: bottom;
height: 125px;
background-color: #ffffffe6;
box-shadow: 0px 1px 20px 0 rgba(20, 52, 92, 0.13);
}
.relative {
position: relative;
}
#ajaxLoader {
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
text-align: center;
z-index: 9;
display: none;
top: 0;
}
#ajaxLoader .fa {
position: relative;
top: 50%;
font-size: 80px;
transform: translateY(-50%) !important;
}
.priceBox {
background: #fff;
padding: 2.5px;
border: 1px solid #bdbdbd;
cursor: pointer;
color: #b7b7b7;
border-radius: 3px;
font-size: 18px;
}
.textbox-field.row {
margin: 0px;
}
.priceBox.selected {
background: #d4d8ec;
color: #7988df;
border: 1px solid #d4d8ec;
}
.textbox-field .priceBox, #product .priceBox, .project-widget .priceBox {
height: 39px;
line-height: 31px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
width: 28%;
display: inline-block;
}
#product .priceBox {
width: 29%;
text-align: center;
margin-top: 12px;
margin-bottom: 0;
border-radius: 2px;
}
.contact-detail {
padding: 0;
}
.social.fa {
font-size: 50px;
margin-left: 30px;
}
section.subCatagory-info {
/* display: none;*/
}
.subCatagory-info {
padding: 0px 0;
}
.tags-in-news-page {
margin-bottom: 20px;
}
.statistics .stat .fa, .statistics .stat .count-title {
color: #000 ;
}
.projectSection .sponspage.statistics .stat .fa, .statistics .stat .count-title {
color: #fff;
}
.about-sponsership .content-wrapper .content-item {
padding: 0px;
}
.projectHolder .project-item img {
width: 72px !important;
margin-bottom: 19px !important;
}
.donation-holder {
border: white 1px solid;
padding: 13px;
background: white;
}
.donation-holder.news {
height: 400px;
border-radius: 7px;
box-shadow: 1px 4px 20px 0 rgba(20, 52, 92, 0.15);
}
.donation-holder h5 {
margin-top: 15px;
}
.donation-holder .btn-primary {
bottom: 12px;
position: absolute;
border: solid 1px!important;
}
.banner-widget .bootstrap-select.btn-group .dropdown-toggle .filter-option {
height: 16px;
}
.media-stories {
/* display: none;*/
padding: 0px;
margin-bottom: -32px;
}
.helpSection h5 {
font-size: 22px!important;
color: #8bc259!important;
}
.primary-nav .navbar-brand {
background-size: 100%;
}
.project-card .card-box {
background-color: #ffffff;
/* background: linear-gradient(360deg, #abdcff00 0%, #ffffff87 100%); */
color: #72723f;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
border: none;
margin-bottom: 40px!important;
}
.sponserships.statistics .count-title {
color: black;
}
@media screen and (max-width: 767px){
.helpSection textbox-field.flex-wrapper{justify-content: center;}
.helpSection textbox-field.flex-wrapper .priceBox{width:20%;}
}
.home.latest-donations{
background-color: #00baa3;
background-image:url("../images/sponsership-sketch.png") !important;
}
.media-library{
background-color: #fffefa;
}
.latest-donations {
background-color: #fff; }
.paddinghomewidget{
padding-top: 10px;
}
.media-stories-detail .story-detail-content h1{
margin-bottom: 25px;
font-size: 29px;
}
.projectSection.statistics .titleSection h2, .projectSection.statistics .titleSection p {
color:white;
}
.sponserships.statistics .stat figure{
}
#menubar .dropdown-inner ul.list-unstyled {
padding-right: 15px;
}
.topnavigation > ul > li > a {
color: #dddddd;
text-align: center;
display: block;
}
.topnavigation {
background-color: #0c0c0c;
color: #c1c1c1;
}
.sponserships.statistics .stat .number {
color: #48beca;
line-height: 28px;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
/*Add css for the sponsership on home page*/
.sponserships.statistics .stat .sponsershipHome {
color: #3ebefa!important;
line-height: 28px;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
font-size: 28px;
font-weight: bold;
}
/*Add some css for the counter in home*/
.stat .counters
{
color: #fff;
font-size: 28px;
font-weight: bold;
}
.newSection {
padding: 35px 0 45px;
background-color: #fff;
}
.banner-slider .slick-dots li button {
text-indent: -4000px;
background-color: #fff;
border-radius: 0%;
width: 5px;
height: 5px;
border: none;
box-shadow: 0px 1px 6px 0 rgba(20, 52, 92, 0.18);
}
.banner-slider .slick-dots {
bottom: 20px;
z-index: 1;
background-color: rgba(0, 0, 0, 0);
padding: 8px 12px;
left: 46%;
width: auto;
position: absolute;
}
.banner-slider .slick-dots li.slick-active button {
background-color: #151515;
}
.newSection .news-holder {
border: 1px solid #fff;
border-radius: 0px;
padding: 12px;
margin-bottom: 30px;
background-color: #fff;
}
.directdonation-widget span{
color: #3d4eb5;
}
img_p {
vertical-align: middle;
box-shadow: 0px 11px 80px 0 rgba(20,52,92,0.2);
border-radius: 9px;
margin-bottom: 25px;
width: 90px;
border: 1px solid #ffffff;
}
.volunteersection {
background: url("../images/volunteer-banner.jpg") no-repeat 0 0;
min-height: 266px;
background-size: cover;
display: block;
width: 100%;
position: relative; }
.volunteersection .title-page {
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0; }
.volunteersection .title-page h1 {
color: #fff;
font-size: 36px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
.pro_detail{
padding: 60px 0;
}
.pro_detail .product_img{
text-align: center;
padding: 25px;
border:1px solid #dddcd5;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
margin-bottom: 25px;
background-color: #fff;
}
.pro_detail .product_img figure{
border:1px solid #dddcd5;
margin-bottom: 25px;
}
.pro_detail .socail-icons{
margin-top: 10px;
}
.pro_detail .socail-icons li{
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.pro_detail .socail-icons li a{
font-size: 18px;
color: #777;
}
.pro_detail .product_img .file_btn{
background-color: #48beca;
color: #fff;
padding: 18px 10px;
border:1px solid transparent;
}
.pro_detail .product_img .btn:focus,
.pro_detail .product_img .btn:hover{
color: #48beca !important;
background: #fff;
transition: all 0.3s ease;
border-color:#48beca;
}
.imp_news_box,
.pro_detail .product_schedul_box{
background: #48beca0f;
padding: 25px;
margin-bottom: 30px;
border: solid #e4e4e4 1px;
}
.imp_news_box h4,
.pro_detail .product_schedul_box h4{
color: #127cbc;
margin-bottom: 25px;
}
.pro_detail .product_schedul_box .schedule_list li{
display: block;
margin-bottom: 25px;
}
.pro_detail .product_schedul_box .schedule_list li a{
display: block;
font-size: 18px;
transition: all 0.3s ease;
font-weight: bold;
}
.pro_detail .product_schedul_box .schedule_list li a:hover{
color: #48beca;
}
.pro_detail .product_schedul_box .schedule_list li span,
.pro_detail .product_schedul_box .schedule_list li a{
color: #505050;
display: block;
}
.pro_detail .product_schedul_box .schedule_list li span{
font-size: 16px;
}
.volunteer_form_btn_wrapper input[type=submit]{
float: left;
}
.project-card {
padding: 60px 0;
background-color: #fff;
/* box-shadow: inset 0 0 30px rgba(0,0,0,.07);*/
}
.helpSection {
background-color: #fff;
max-width: 345px;
padding-bottom: 10px;
padding-top: 40px;
padding-left: 15px;
padding-right: 15px;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
text-align: center;
left:15%;
top: 30%;
}
@media screen and (max-width: 1199px) {
.helpSection {
left: 50px;
top: 25%; } }
@media screen and (max-width: 991px) {
.helpSection {
left: 25%;
top: 25%; } }
@media screen and (min-width: 480px) {
.helpSection .help-widget .hepbtns .btn {
min-width: 100px;
margin-right: 10px; } }
@media screen and (max-width: 767px) {
.helpSection {
top: auto;
bottom: 3%;
left: 0;
right: 0;
max-width: 95%;
padding: 20px 15px 75px;
position: absolute;}
}
@media screen and (max-width: 480px) {
.helpSection .help-widget .hepbtns .btn {
min-width: 100%;
display: block;
margin-bottom: 12px; }
.helpSection .form-elements .input-group {
max-width: 180px; }
.banner-slider .slick-dots {
transform: translateX(-10%); }
}
.flex-wrapper {
display: flex;
flex-wrap: wrap;
padding-right: 13px;
}
.topnavigation > ul {
list-style: none;
margin-bottom: 0;
text-align: center;
}
@media screen and (max-width: 767px){
.mobile_m_b {
margin-bottom: 15px;
}
.project-widget {
position: fixed;
z-index: 99;
width: 100%;
bottom: 0;
right: 0;
}
}
.zakat-calculation .calculation-form input {
text-align: right;
}
.flex-wrapper {
display: flow-root;
}
.banner-widget .helpSection .textbox-field .form-control {
height: 39px;
width: 90px; }
#lc_chat_layout #lc_chat_title{
text-align: right;
width: 100% !important;
font-family: "Droid Arabic Kufi", "Roboto", sans-serif;
}
#lc_minimize{
position: absolute !important;
left: 14px !important;
top: 8px !important;
}
#lc_chat_layout #lc_chat_header.lc-dark-icon{
background-position: 14px;
}
#lc_chat_layout #lc_chat_title, #lc_chat_container p, #lc_chat_container label {
font-family: "Droid Arabic Kufi", "Roboto", sans-serif !important;
}
#lc_chat_layout #lc_chat_container .lc-form-field-wrap .lc-textfield-wrap label{
height: 22px !important;
}
.story-detail-content p, #no-posts {
font-family: "Droid Arabic Kufi", "Roboto", sans-serif !important;
}
.sponsership-banner {
background: url(../images/project-banner.jpg) no-repeat 0 0;
min-height: 520px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.sponspage.sponserships {
background-image: url(../images/sponsership-sketch.png) !important;
background-attachment: fixed !important;
background-color: #fbfdff !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
display: block;
min-height: 600px;
}
.helpSectionw {
height: 320px;
}
.banner-widget .helpSection {
max-width: 365px;
top: 0;
position: relative;
left: 0;
border-radius: 9px;
}
.amountProject {
background-color: #fefefe;
padding: 10px 15px 5px;
border-top: 1.5px solid #e0e0e0;
}
.btnpro {
border: 0;
text-decoration: none;
line-height: 1;
box-shadow: none;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
border-radius: 0;
padding: 12px 12px;
color: #337ab7; }
.btnpro:focus, .btnpro:hover {
background-color: #f3f3f3;
border-color: #48beca;
color: #ffffff;
}
}
.btnpro-default {
background: white;
color: #444242;
border-color: #f5f4e7; }
.btnpro-default:focus, .btnpro-default:hover {
background: #f6b585;
color: #444242; }
.btnpro-primary {
background: #48beca;
color: #FFF; }
.herosection {
background: linear-gradient( 135deg, #abdcff1c 10%, #0396ff87 100%);
min-height: 200px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.herosection.cart-banner {
background: linear-gradient( 135deg, #abdcff1c 10%, #0396ff87 100%);
min-height: 250px;
}
.deduction-banner-Section {
background: url(/image/hed/eded.png) no-repeat 0 0;
min-height: 522px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.volunteersection {
background: url(/image/hed/volunteer.png) no-repeat 0 0;
min-height: 266px;
background-size: cover;
display: block;
width: 100%;
position: relative;
}
.primary-nav .navbar-brand {
/*background: url(../images/logo-c-1.png) no-repeat;*/
height: 66px;
/* width: 244px;*/
display: block;
text-indent: -4000px;
}
@media screen and (max-width: 767px){
.banner-content .imgholder img {
margin: 0 0 -20px 0;
}}
@media screen and (max-width: 767px){
#text_739881b.block-child.block-container {
margin-top: 20px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
}}
.amountProject{
border-top:none;
}
.zakat-banner {
margin-top: -17px;
}
.priceBox input.custom
{
width: 100%;
background: transparent;
border: 0px;
text-align: center;
}
.card-footer input.custom
{
width: 100%;
background: transparent;
border: 0px;
text-align: center;
margin:0px !important;
}
.project-icon img
{
vertical-align: middle;
box-shadow: 0px 11px 80px 0 rgba(20,52,92,0.2);
border-radius: 9px;
margin: 25px;
width: 90px;
border: 1px solid #ffffff;
}
.widc {
border-radius: 7px!important;
/*box-shadow: 1px 4px 50px 0 rgba(0, 0, 0, 0.45);*/
}
.card-box {
border-radius: 7px!important;
}
img.img-responsive {
}
.news-holder {
border-radius: 7px!important;
box-shadow: 1px 4px 16px 0 rgba(20, 52, 92, 0.32);
}
div#disqus_thread {
}
nav.socail-icons {
}
@media (min-width: 1200px){
.col-md-4 {
width: 25%;
}
.widertyw {
width: 33%;
}
}
@media (max-width: 1200px){
div#ssp-133 {
display: none;
}
}
ul.breadcrumb {
margin-top: 20px;
}
.primary-nav {
background-color: #ffffff;
/* background: linear-gradient(360deg, #abdcff00 0%, #ffffff87 100%); */
color: #72723f;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
border: none;
margin-bottom: 0;
}
.header .primary-nav {
/* position: absolute;*/
z-index: 10;
width: 100%;
}
.topnavigation > ul > li:first-child {
border-right: 1px solid #242424;
}
.topnavigation > ul > li {
display: inline-block;
padding: 10px 12px;
border-left: 1px solid #242424;
min-width: 120px;
}
.header .MegaMenudropdown .flex-wrapper {
background-color: rgba(255, 255, 255, 0.86);
padding: 25px 0;
max-height: 400px;
overflow-y: auto;
position: relative;
z-index: 5;
-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 20px 50px 0px rgba(0, 0, 0, 0.18);
}
.menuicon{
box-shadow: 0px 2px 20px 0px rgba(156, 166, 183, 0.35);
border-radius: 9px!important;
border: solid 1px #a0a0a038;
}
ul.breadcrumb {
margin-top: 50px;
}
.newSection .news-holder .readmore {
color: #3d4eb5;
}
.newSection .news-holder .date-element a {
margin-left: 12px;
color: #3d4eb5;
}
.tagSection ul li a {
background-color: #8bc259;
color: #fff;
padding: 5px 8px;
display: block;
margin-bottom: 4px;
font-size: 10px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.project-banner {
background: url(https://demo.falathat.org/image/cache/catalog/Slide/%D9%88%D9%85%D9%86-%D8%A3%D8%AD%D9%8A%D8%A7%D9%87%D8%A7-1920x1080.jpg) no-repeat 0 0;
width: 100%;
background-position: right;
background-size: cover;
}
section.subCatagory-info {
margin-bottom: -22px;
}
.project-card .card-box .imgholder .socail-icons {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px;
border-radius: 0 0 4px 4px;
position: absolute;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.15);
left: 10px;
right: 10px;
}
.project-detail .indivitual-info .socail-icons .docIcon:hover, .project-detail .indivitual-info .socail-icons .docIcon:focus {
background-color: #d2d2d2;
transition: all 0.5s ease;
border-color: #48beca;
}
.amountProject .progress .progress-bar {
background-color: #e5c733;
}
.sponsership-banner .banner-widget h5 span {
color: #3d4eb5;
}
.sponsership-banner .banner-widget .help-widget .detailbtn i {
color: #3d4eb5;
}
.textbox-field.flex-wrapper {
direction: rtl;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #6e9bde08;
border: 1px solid #8d8d8d26;
border-radius: 4px;
box-shadow: 0 5px 13px #6e9bde2e;
}
.breadcrumb {
background-color: #ffffff;
}
.story-sidebar .price-range {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 15px 0px;
border-bottom: 3px solid #127cbc1f;
margin-bottom: 25px;
} | 0.251648 | 0.088072 |
.panel_menu{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 150px;
padding: 10px 10px 0 10px;
background: #458CFE;
}
.panel_menu_head{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.check_logo{
width: 120px;
height: auto;
margin-top: 10px;
}
.panel_menu_list{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 30px;
padding: 0;
color: #fff;
}
.panel_menu_list li{
cursor: pointer;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 15px 10px;
width: 150px;
text-align: center;
}
.panel_menu_list li img{
width: 20px;
height: 20px;
}
.panel_menu_list li span{
opacity: 0;
width: 0;
height: 20px;
line-height: 20px;
text-align: left;
}
.panel_menu_list_selected{
background: #5F9BFD;
}
.panel_menu_list li:hover{
background: #5F9BFD;
}
.panel_menu_exit{
cursor: pointer;
padding: 15px 10px;
width: 150px;
background: #3A78DB;
color: #fff;
text-align: center;
}
.panel_menu_exit:hover{
background: #cf3b3f;
}
.panel_body{
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
position: absolute;
top: 0;
left: 170px;
right: 0;
bottom: 0;
padding: 35px;
/*overflow-x: hidden;*/
overflow-y: scroll;
}
/*.panel_body::-webkit-scrollbar{*/
/* display: none;*/
/*}*/
/*****reg_need_verify_line*****/
.dialog_verify_line{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 10px 0 20px 0;
}
.dialog_verify_line input{
width: 245px;
text-align: left;
text-indent: 1em;
}
.dialog_submit_btn_sec{
cursor: pointer;
width: 130px;
height: 35px;
border-radius: 10px;
background: #EAEDF6;
font-size: 12px;
color: #000;
border: 0;
margin-left: 10px;
}
.dialog_submit_btn_sec:hover{
background: #D4D4DE;
}
/******************************/ | styles/common_styles.css | .panel_menu{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 150px;
padding: 10px 10px 0 10px;
background: #458CFE;
}
.panel_menu_head{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.check_logo{
width: 120px;
height: auto;
margin-top: 10px;
}
.panel_menu_list{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 30px;
padding: 0;
color: #fff;
}
.panel_menu_list li{
cursor: pointer;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 15px 10px;
width: 150px;
text-align: center;
}
.panel_menu_list li img{
width: 20px;
height: 20px;
}
.panel_menu_list li span{
opacity: 0;
width: 0;
height: 20px;
line-height: 20px;
text-align: left;
}
.panel_menu_list_selected{
background: #5F9BFD;
}
.panel_menu_list li:hover{
background: #5F9BFD;
}
.panel_menu_exit{
cursor: pointer;
padding: 15px 10px;
width: 150px;
background: #3A78DB;
color: #fff;
text-align: center;
}
.panel_menu_exit:hover{
background: #cf3b3f;
}
.panel_body{
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
position: absolute;
top: 0;
left: 170px;
right: 0;
bottom: 0;
padding: 35px;
/*overflow-x: hidden;*/
overflow-y: scroll;
}
/*.panel_body::-webkit-scrollbar{*/
/* display: none;*/
/*}*/
/*****reg_need_verify_line*****/
.dialog_verify_line{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 10px 0 20px 0;
}
.dialog_verify_line input{
width: 245px;
text-align: left;
text-indent: 1em;
}
.dialog_submit_btn_sec{
cursor: pointer;
width: 130px;
height: 35px;
border-radius: 10px;
background: #EAEDF6;
font-size: 12px;
color: #000;
border: 0;
margin-left: 10px;
}
.dialog_submit_btn_sec:hover{
background: #D4D4DE;
}
/******************************/ | 0.303009 | 0.066995 |
@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@700&display=swap');
body {
overflow-x: hidden;
font-family: 'Red Rose', cursive;
color: #505962;
}
.offset:before {
height: 3.6rem;
margin-top: -3.6rem;
content: "";
display: block;
}
/*--- Navbar --*/
.navbar {
text-transform: uppercase;
font-weight: 700;
font-size: .9rem;
letter-spacing: .1rem;
background: rgba(85, 85, 85, 0.6)!important;
}
.navbar-brand img {
height: 2rem;
}
.image_rotate img {
animation: corona 3s linear infinite;
}
@keyframes corona {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.navbar-nav li {
padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link :hover {
color: orangered;
}
/*--- Slider --*/
.carousel-item {
height: 80vh;
}
.btn-log {
border-width: medium;
border-radius: 0;
font-size: 1.1rem;
}
/*--- Post Section butoon --*/
.narrow {
width: 75%;
margin: 0 auto;
padding-top: 2rem;
}
.jumbotron {
border-radius: 0;
padding: 3rem 0 2rem;
position: relative;
}
h3.heading {
font-size: 1.9rem;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 1.9rem;
text-align: center;
}
/*--- underline of post--
.heading-underline {
width: 3rem;
height: .2rem;
background-color: black;
margin: a auto 2rem;
}
--- End underline of post--*/
.Post img {
max-width: 100%;
transition: transform .5s ease;
max-width: 70%;
padding-left: 29%;
align-self: center;
position: inherit;
}
.row.no-padding [class*=col-1] {
padding: 0;
}
.Post img:hover {
transform: scale(1.1);
cursor: zoom-in;
}
.Post {
overflow: hidden;
}
.card {
margin: 2rem;
}
/*--start of Heading of Geographical map for medical--*/
.medical_stores {
background-color: grey;
color: khaki;
text-align: center;
}
/*--End of Heading of Geographical map for medical--*/
/*--Start of geographical map--*/
.map,
iframe {
margin-left: 0px;
margin-bottom: 25px;
}
.leftside,
.rightside {
height: 80vh;
width: 100%;
}
.leftside {
background: #ffffff;
}
.rightside {
background: #ffffff;
}
/*--End of geographical map--*/
/*--start of covid19 about--*/
.sub_section {
background-color: #dfdfdfee;
}
/*--End of covid19 about--*/
/*--- start contact us form--*/
.sub_section_1 {
background-color: #1a1919d8;
}
/*--- End contact us form--*/
/*--- Start footer top to scroll ---*/
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: rgb(245, 93, 38);
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: orangered;
}
/*--- End footer top to scroll ---*/
/*--- Media Queries --*/
@media (max-width: 767px) {
.btn-log {
font-size: 1rem;
}
}
/*============ BOOTSTRAP BREAK POINTS:
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
=============*/ | All in one covid-19 website/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@700&display=swap');
body {
overflow-x: hidden;
font-family: 'Red Rose', cursive;
color: #505962;
}
.offset:before {
height: 3.6rem;
margin-top: -3.6rem;
content: "";
display: block;
}
/*--- Navbar --*/
.navbar {
text-transform: uppercase;
font-weight: 700;
font-size: .9rem;
letter-spacing: .1rem;
background: rgba(85, 85, 85, 0.6)!important;
}
.navbar-brand img {
height: 2rem;
}
.image_rotate img {
animation: corona 3s linear infinite;
}
@keyframes corona {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.navbar-nav li {
padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link :hover {
color: orangered;
}
/*--- Slider --*/
.carousel-item {
height: 80vh;
}
.btn-log {
border-width: medium;
border-radius: 0;
font-size: 1.1rem;
}
/*--- Post Section butoon --*/
.narrow {
width: 75%;
margin: 0 auto;
padding-top: 2rem;
}
.jumbotron {
border-radius: 0;
padding: 3rem 0 2rem;
position: relative;
}
h3.heading {
font-size: 1.9rem;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 1.9rem;
text-align: center;
}
/*--- underline of post--
.heading-underline {
width: 3rem;
height: .2rem;
background-color: black;
margin: a auto 2rem;
}
--- End underline of post--*/
.Post img {
max-width: 100%;
transition: transform .5s ease;
max-width: 70%;
padding-left: 29%;
align-self: center;
position: inherit;
}
.row.no-padding [class*=col-1] {
padding: 0;
}
.Post img:hover {
transform: scale(1.1);
cursor: zoom-in;
}
.Post {
overflow: hidden;
}
.card {
margin: 2rem;
}
/*--start of Heading of Geographical map for medical--*/
.medical_stores {
background-color: grey;
color: khaki;
text-align: center;
}
/*--End of Heading of Geographical map for medical--*/
/*--Start of geographical map--*/
.map,
iframe {
margin-left: 0px;
margin-bottom: 25px;
}
.leftside,
.rightside {
height: 80vh;
width: 100%;
}
.leftside {
background: #ffffff;
}
.rightside {
background: #ffffff;
}
/*--End of geographical map--*/
/*--start of covid19 about--*/
.sub_section {
background-color: #dfdfdfee;
}
/*--End of covid19 about--*/
/*--- start contact us form--*/
.sub_section_1 {
background-color: #1a1919d8;
}
/*--- End contact us form--*/
/*--- Start footer top to scroll ---*/
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: rgb(245, 93, 38);
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: orangered;
}
/*--- End footer top to scroll ---*/
/*--- Media Queries --*/
@media (max-width: 767px) {
.btn-log {
font-size: 1rem;
}
}
/*============ BOOTSTRAP BREAK POINTS:
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
=============*/ | 0.488039 | 0.084947 |
@font-face {
font-family: 'ostrich_sansblack';
src: url("ostrich-black-webfont.eot");
src: url("ostrich-black-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-black-webfont.woff2") format("woff2"), url("ostrich-black-webfont.woff") format("woff"), url("ostrich-black-webfont.ttf") format("truetype"), url("ostrich-black-webfont.svg#ostrich_sansblack") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sanscondensed_light';
src: url("ostrich-light-webfont.eot");
src: url("ostrich-light-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-light-webfont.woff2") format("woff2"), url("ostrich-light-webfont.woff") format("woff"), url("ostrich-light-webfont.ttf") format("truetype"), url("ostrich-light-webfont.svg#ostrich_sanscondensed_light") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sansbold';
src: url("ostrich-bold-webfont.eot");
src: url("ostrich-bold-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-bold-webfont.woff2") format("woff2"), url("ostrich-bold-webfont.woff") format("woff"), url("ostrich-bold-webfont.ttf") format("truetype"), url("ostrich-bold-webfont.svg#ostrich_sansbold") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sans_roundedmedium';
src: url("ostrich-rounded-webfont.eot");
src: url("ostrich-rounded-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-rounded-webfont.woff2") format("woff2"), url("ostrich-rounded-webfont.woff") format("woff"), url("ostrich-rounded-webfont.ttf") format("truetype"), url("ostrich-rounded-webfont.svg#ostrich_sans_roundedmedium") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sansmedium';
src: url("ostrich-regular-webfont.eot");
src: url("ostrich-regular-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-regular-webfont.woff2") format("woff2"), url("ostrich-regular-webfont.woff") format("woff"), url("ostrich-regular-webfont.ttf") format("truetype"), url("ostrich-regular-webfont.svg#ostrich_sansmedium") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sans_dashedmedium';
src: url("ostrich-dashed-webfont.eot");
src: url("ostrich-dashed-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-dashed-webfont.woff2") format("woff2"), url("ostrich-dashed-webfont.woff") format("woff"), url("ostrich-dashed-webfont.ttf") format("truetype"), url("ostrich-dashed-webfont.svg#ostrich_sans_dashedmedium") format("svg");
font-weight: normal;
font-style: normal; }
/*# sourceMappingURL=fonts.css.map */ | dest/css/fonts.css | @font-face {
font-family: 'ostrich_sansblack';
src: url("ostrich-black-webfont.eot");
src: url("ostrich-black-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-black-webfont.woff2") format("woff2"), url("ostrich-black-webfont.woff") format("woff"), url("ostrich-black-webfont.ttf") format("truetype"), url("ostrich-black-webfont.svg#ostrich_sansblack") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sanscondensed_light';
src: url("ostrich-light-webfont.eot");
src: url("ostrich-light-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-light-webfont.woff2") format("woff2"), url("ostrich-light-webfont.woff") format("woff"), url("ostrich-light-webfont.ttf") format("truetype"), url("ostrich-light-webfont.svg#ostrich_sanscondensed_light") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sansbold';
src: url("ostrich-bold-webfont.eot");
src: url("ostrich-bold-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-bold-webfont.woff2") format("woff2"), url("ostrich-bold-webfont.woff") format("woff"), url("ostrich-bold-webfont.ttf") format("truetype"), url("ostrich-bold-webfont.svg#ostrich_sansbold") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sans_roundedmedium';
src: url("ostrich-rounded-webfont.eot");
src: url("ostrich-rounded-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-rounded-webfont.woff2") format("woff2"), url("ostrich-rounded-webfont.woff") format("woff"), url("ostrich-rounded-webfont.ttf") format("truetype"), url("ostrich-rounded-webfont.svg#ostrich_sans_roundedmedium") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sansmedium';
src: url("ostrich-regular-webfont.eot");
src: url("ostrich-regular-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-regular-webfont.woff2") format("woff2"), url("ostrich-regular-webfont.woff") format("woff"), url("ostrich-regular-webfont.ttf") format("truetype"), url("ostrich-regular-webfont.svg#ostrich_sansmedium") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'ostrich_sans_dashedmedium';
src: url("ostrich-dashed-webfont.eot");
src: url("ostrich-dashed-webfont.eot?#iefix") format("embedded-opentype"), url("ostrich-dashed-webfont.woff2") format("woff2"), url("ostrich-dashed-webfont.woff") format("woff"), url("ostrich-dashed-webfont.ttf") format("truetype"), url("ostrich-dashed-webfont.svg#ostrich_sans_dashedmedium") format("svg");
font-weight: normal;
font-style: normal; }
/*# sourceMappingURL=fonts.css.map */ | 0.335786 | 0.082586 |
.subscribe-form * {
box-sizing: border-box;
}
.subscribe-form {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subscribe-form legend {
border: none;
font-size: inherit;
margin-bottom: 10px;
padding: 0;
position: relative;
display: table;
}
.subscribe-form fieldset {
border: 0;
padding: 0.01em 0 0 0;
margin: 0;
min-width: 0;
}
.subscribe-form body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}
.subscribe-form h1,
.subscribe-form h2,
.subscribe-form h3,
.subscribe-form h4,
.subscribe-form h5,
.subscribe-form h6 {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.subscribe-form p {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.subscribe-form ol:not([template-default]),
.subscribe-form ul:not([template-default]),
.subscribe-form blockquote:not([template-default]) {
text-align: left;
}
.subscribe-form p:not([template-default]),
.subscribe-form hr:not([template-default]),
.subscribe-form blockquote:not([template-default]),
.subscribe-form ol:not([template-default]),
.subscribe-form ul:not([template-default]) {
color: inherit;
font-style: initial;
}
.subscribe-form[data-format='modal'] {
display: none;
}
.subscribe-form[data-format='slide in'] {
display: none;
}
.subscribe-form__input,
.subscribe-form__select,
.subscribe-form__checkboxes {
width: 100%;
color: rgb(0, 0, 0);
border-color: rgb(227, 227, 227);
border-radius: 4px;
font-weight: 400;
}
.subscribe-form__button,
.subscribe-form__submit {
border: 0;
border-radius: 24px;
color: #ffffff;
background-color: rgb(22, 119, 190);
cursor: pointer;
display: inline-block;
text-align: center;
font-size: 15px;
font-weight: 700;
cursor: pointer;
margin-bottom: 15px;
overflow: hidden;
padding: 0;
position: relative;
vertical-align: middle;
}
.subscribe-form__button:hover,
.subscribe-form__submit:hover,
.subscribe-form__button:focus,
.subscribe-form__submit:focus {
outline: none;
}
.subscribe-form__button:hover > span,
.subscribe-form__submit:hover > span,
.subscribe-form__button:focus > span,
.subscribe-form__submit:focus > span {
background-color: rgba(0, 0, 0, 0.1);
}
.subscribe-form__button > span,
.subscribe-form__submit > span {
display: block;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
padding: 12px 24px;
}
.subscribe-form__input {
background: #ffffff;
font-size: 15px;
padding: 12px;
border: 1px solid #e3e3e3;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
line-height: 1.4;
margin: 0;
-webkit-transition: border-color ease-out 300ms;
transition: border-color ease-out 300ms;
}
.subscribe-form__input:focus {
outline: none;
border-color: #1677be;
-webkit-transition: border-color ease 300ms;
transition: border-color ease 300ms;
}
.subscribe-form__input::-webkit-input-placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__input::-moz-placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__input:-ms-input-placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__input::placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__alert {
background: #f9fafb;
border: 1px solid #e3e3e3;
border-radius: 5px;
flex: 1 0 auto;
list-style: none;
margin: 25px auto;
padding: 12px;
text-align: center;
width: 100%;
}
.subscribe-form__alert:empty {
display: none;
}
.subscribe-form__alert-success {
background: #d3fbeb;
border-color: #10bf7a;
color: #0c905c;
}
.subscribe-form__alert-error {
background: #fde8e2;
border-color: #f2643b;
color: #ea4110;
}
.subscribe-form__spinner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 0px;
width: 0px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 0px;
overflow: hidden;
text-align: center;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.subscribe-form__spinner > div {
margin: auto;
width: 12px;
height: 12px;
background-color: #fff;
opacity: 0.3;
border-radius: 100%;
display: inline-block;
-webkit-animation: subscribe-form__bouncedelay-subscribe-form
1.4s infinite ease-in-out both;
animation: subscribe-form__bouncedelay-subscribe-form
1.4s infinite ease-in-out both;
}
.subscribe-form__spinner > div:nth-child(1) {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.subscribe-form__spinner > div:nth-child(2) {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.subscribe-form__submit {
height: 50px;
}
.subscribe-form__submit .subscribe-form__spinner {
opacity: 1;
height: 100%;
width: 50px;
}
.subscribe-form__submit .subscribe-form__spinner ~ span {
opacity: 0;
}
.subscribe-form__powered-by[data-active='false'] {
opacity: 0.35;
}
@-webkit-keyframes subscribe-form__bouncedelay-subscribe-form {
0%,
80%,
100% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@keyframes subscribe-form__bouncedelay-subscribe-form {
0%,
80%,
100% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.subscribe-form blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #e1e1e1;
}
.subscribe-form {
box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
max-width: 700px;
overflow: hidden;
}
.subscribe-form__header {
margin-top: 0;
margin-bottom: 20px;
color: rgb(77, 77, 77);
font-size: 20px;
font-weight: 700;
}
.subscribe-form__header h1 {
margin-top: 0;
margin-bottom: 15px;
}
.subscribe-form__subheader {
margin: 15px 0;
}
.subscribe-form__row {
display: flex;
}
.subscribe-form__success {
color: #27ae60;
margin-bottom: 20px;
font-size: 14px;
}
.subscribe-form__error {
color: #c0392b;
margin-bottom: 20px;
font-size: 14px;
}
.subscribe-form__header,
.subscribe-form__subheader,
.subscribe-form__image {
z-index: 2;
position: relative;
margin-bottom: 0 !important;
}
.subscribe-form__image img {
max-width: 100%;
}
.subscribe-form__image img {
margin-bottom: 0 !important;
}
.subscribe-form__field {
margin: 0 0 15px 0;
}
.subscribe-form__input,
.subscribe-form__submit {
width: 100%;
}
.subscribe-form__guarantee {
font-size: 13px;
margin: 0 0 15px 0;
}
.subscribe-form__guarantee > p {
margin: 0;
}
.subscribe-form__powered-by {
color: #7d7d7d;
display: block;
font-size: 12px;
margin-bottom: 0;
}
.subscribe-form {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.subscribe-form__submit {
width: 100%;
text-transform: uppercase;
}
.subscribe-form__column {
padding: 20px;
position: relative;
padding: 40px;
width: 50%;
}
@media (max-width: 680px)
{
.subscribe-form__row {
flex-direction: column;
}
.subscribe-form__column {
width: 100%;
}
.subscribe-form__column:nth-child(2) {
border-top: 1px solid #e9ecef;
}
} | src/components/SubscribeForm/SubscribeForm.css | .subscribe-form * {
box-sizing: border-box;
}
.subscribe-form {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subscribe-form legend {
border: none;
font-size: inherit;
margin-bottom: 10px;
padding: 0;
position: relative;
display: table;
}
.subscribe-form fieldset {
border: 0;
padding: 0.01em 0 0 0;
margin: 0;
min-width: 0;
}
.subscribe-form body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}
.subscribe-form h1,
.subscribe-form h2,
.subscribe-form h3,
.subscribe-form h4,
.subscribe-form h5,
.subscribe-form h6 {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.subscribe-form p {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.subscribe-form ol:not([template-default]),
.subscribe-form ul:not([template-default]),
.subscribe-form blockquote:not([template-default]) {
text-align: left;
}
.subscribe-form p:not([template-default]),
.subscribe-form hr:not([template-default]),
.subscribe-form blockquote:not([template-default]),
.subscribe-form ol:not([template-default]),
.subscribe-form ul:not([template-default]) {
color: inherit;
font-style: initial;
}
.subscribe-form[data-format='modal'] {
display: none;
}
.subscribe-form[data-format='slide in'] {
display: none;
}
.subscribe-form__input,
.subscribe-form__select,
.subscribe-form__checkboxes {
width: 100%;
color: rgb(0, 0, 0);
border-color: rgb(227, 227, 227);
border-radius: 4px;
font-weight: 400;
}
.subscribe-form__button,
.subscribe-form__submit {
border: 0;
border-radius: 24px;
color: #ffffff;
background-color: rgb(22, 119, 190);
cursor: pointer;
display: inline-block;
text-align: center;
font-size: 15px;
font-weight: 700;
cursor: pointer;
margin-bottom: 15px;
overflow: hidden;
padding: 0;
position: relative;
vertical-align: middle;
}
.subscribe-form__button:hover,
.subscribe-form__submit:hover,
.subscribe-form__button:focus,
.subscribe-form__submit:focus {
outline: none;
}
.subscribe-form__button:hover > span,
.subscribe-form__submit:hover > span,
.subscribe-form__button:focus > span,
.subscribe-form__submit:focus > span {
background-color: rgba(0, 0, 0, 0.1);
}
.subscribe-form__button > span,
.subscribe-form__submit > span {
display: block;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
padding: 12px 24px;
}
.subscribe-form__input {
background: #ffffff;
font-size: 15px;
padding: 12px;
border: 1px solid #e3e3e3;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
line-height: 1.4;
margin: 0;
-webkit-transition: border-color ease-out 300ms;
transition: border-color ease-out 300ms;
}
.subscribe-form__input:focus {
outline: none;
border-color: #1677be;
-webkit-transition: border-color ease 300ms;
transition: border-color ease 300ms;
}
.subscribe-form__input::-webkit-input-placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__input::-moz-placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__input:-ms-input-placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__input::placeholder {
color: inherit;
opacity: 0.8;
}
.subscribe-form__alert {
background: #f9fafb;
border: 1px solid #e3e3e3;
border-radius: 5px;
flex: 1 0 auto;
list-style: none;
margin: 25px auto;
padding: 12px;
text-align: center;
width: 100%;
}
.subscribe-form__alert:empty {
display: none;
}
.subscribe-form__alert-success {
background: #d3fbeb;
border-color: #10bf7a;
color: #0c905c;
}
.subscribe-form__alert-error {
background: #fde8e2;
border-color: #f2643b;
color: #ea4110;
}
.subscribe-form__spinner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 0px;
width: 0px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 0px;
overflow: hidden;
text-align: center;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.subscribe-form__spinner > div {
margin: auto;
width: 12px;
height: 12px;
background-color: #fff;
opacity: 0.3;
border-radius: 100%;
display: inline-block;
-webkit-animation: subscribe-form__bouncedelay-subscribe-form
1.4s infinite ease-in-out both;
animation: subscribe-form__bouncedelay-subscribe-form
1.4s infinite ease-in-out both;
}
.subscribe-form__spinner > div:nth-child(1) {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.subscribe-form__spinner > div:nth-child(2) {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.subscribe-form__submit {
height: 50px;
}
.subscribe-form__submit .subscribe-form__spinner {
opacity: 1;
height: 100%;
width: 50px;
}
.subscribe-form__submit .subscribe-form__spinner ~ span {
opacity: 0;
}
.subscribe-form__powered-by[data-active='false'] {
opacity: 0.35;
}
@-webkit-keyframes subscribe-form__bouncedelay-subscribe-form {
0%,
80%,
100% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@keyframes subscribe-form__bouncedelay-subscribe-form {
0%,
80%,
100% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.subscribe-form blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #e1e1e1;
}
.subscribe-form {
box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
max-width: 700px;
overflow: hidden;
}
.subscribe-form__header {
margin-top: 0;
margin-bottom: 20px;
color: rgb(77, 77, 77);
font-size: 20px;
font-weight: 700;
}
.subscribe-form__header h1 {
margin-top: 0;
margin-bottom: 15px;
}
.subscribe-form__subheader {
margin: 15px 0;
}
.subscribe-form__row {
display: flex;
}
.subscribe-form__success {
color: #27ae60;
margin-bottom: 20px;
font-size: 14px;
}
.subscribe-form__error {
color: #c0392b;
margin-bottom: 20px;
font-size: 14px;
}
.subscribe-form__header,
.subscribe-form__subheader,
.subscribe-form__image {
z-index: 2;
position: relative;
margin-bottom: 0 !important;
}
.subscribe-form__image img {
max-width: 100%;
}
.subscribe-form__image img {
margin-bottom: 0 !important;
}
.subscribe-form__field {
margin: 0 0 15px 0;
}
.subscribe-form__input,
.subscribe-form__submit {
width: 100%;
}
.subscribe-form__guarantee {
font-size: 13px;
margin: 0 0 15px 0;
}
.subscribe-form__guarantee > p {
margin: 0;
}
.subscribe-form__powered-by {
color: #7d7d7d;
display: block;
font-size: 12px;
margin-bottom: 0;
}
.subscribe-form {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.subscribe-form__submit {
width: 100%;
text-transform: uppercase;
}
.subscribe-form__column {
padding: 20px;
position: relative;
padding: 40px;
width: 50%;
}
@media (max-width: 680px)
{
.subscribe-form__row {
flex-direction: column;
}
.subscribe-form__column {
width: 100%;
}
.subscribe-form__column:nth-child(2) {
border-top: 1px solid #e9ecef;
}
} | 0.431584 | 0.073264 |
@@charset "UTF-8";
article, aside, footer, header, main, nav, section {
display: block;
}
h1 {
background-color:white;
color: #3498db;
padding: 0px 30px;
font-family:Edwardian Script ITC;
font-size: 36px;
}
body{
width:inherit;
margin-left: auto;
margin-right: auto;
}
nav {
background-color: #ecf0f1;
color: #3498db;
padding: 10px 10px;
margin-top: 2px;
float:right;
}
li a{
color: #ffd700;
margin-left: 10px;
margin-right: 10px;
font-variant: small-caps;
font-weight: normal;
}
li{
display: inline;
}
section{
background-color: #ffd700;
margin-top: 10px;
padding: 1px;
}
article {
background-color: white;
margin-top: 5px;
padding: 10px 15px;
}
main {
width:inherit;
height:inherit;
}
aside{
background-color: white;
width: 0px;
float: right;
padding: 0px;
margin-top: 0px;
}
footer {
clear: both;
background-color: inherit;
font-size: 10px;
color: #3498db;
padding: 0px 0px;
text-align: center;
}
.ploader{
border:16px solid white;
border-radius: 25%;
border-top: 15px solid #3498bd;
width: 50px;
height: 50px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-top: 50px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 12px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #3498db;
align-items: center;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#main {
transition: margin-left .5s;
padding: 16px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
#contact{
margin: 0;
padding: 2;
text-align: center;
background: linear-gradient(rgba(0, 0, 150, 0.5),rgba(0, 0, 50, 0.5)),url(img/Contact.jpg);
}
.slideshow-container {
max-width:fixed;
position:fixed;
margin: auto;
}
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.dot {
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .8}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .8}
to {opacity: 1}
}
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
} | style.css | @@charset "UTF-8";
article, aside, footer, header, main, nav, section {
display: block;
}
h1 {
background-color:white;
color: #3498db;
padding: 0px 30px;
font-family:Edwardian Script ITC;
font-size: 36px;
}
body{
width:inherit;
margin-left: auto;
margin-right: auto;
}
nav {
background-color: #ecf0f1;
color: #3498db;
padding: 10px 10px;
margin-top: 2px;
float:right;
}
li a{
color: #ffd700;
margin-left: 10px;
margin-right: 10px;
font-variant: small-caps;
font-weight: normal;
}
li{
display: inline;
}
section{
background-color: #ffd700;
margin-top: 10px;
padding: 1px;
}
article {
background-color: white;
margin-top: 5px;
padding: 10px 15px;
}
main {
width:inherit;
height:inherit;
}
aside{
background-color: white;
width: 0px;
float: right;
padding: 0px;
margin-top: 0px;
}
footer {
clear: both;
background-color: inherit;
font-size: 10px;
color: #3498db;
padding: 0px 0px;
text-align: center;
}
.ploader{
border:16px solid white;
border-radius: 25%;
border-top: 15px solid #3498bd;
width: 50px;
height: 50px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-top: 50px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 12px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #3498db;
align-items: center;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#main {
transition: margin-left .5s;
padding: 16px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
#contact{
margin: 0;
padding: 2;
text-align: center;
background: linear-gradient(rgba(0, 0, 150, 0.5),rgba(0, 0, 50, 0.5)),url(img/Contact.jpg);
}
.slideshow-container {
max-width:fixed;
position:fixed;
margin: auto;
}
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.dot {
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .8}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .8}
to {opacity: 1}
}
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
} | 0.373419 | 0.056862 |
---
---
img, object {
max-width: 100%;
}
blockquote{
color:#666666;
margin:0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
pre, code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 12px;
border-radius:3px;
background-color: #F8F8F8;
border: 1px solid #CCC;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 5px 12px;
}
pre code { border: 0px !important; padding: 0;}
code { padding: 0 3px 0 3px; }
body {
color:#444;
/*font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', "Hiragino Sans GB", "STXihei", "微软雅黑", serif; */
/*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
/*font-family: "Arial Narrow", Arial, sans-serif;*/
/*font-family: 'Josefin Slab', serif;*/
/*font-family: 'Arvo', serif;*/
/*THIS ONE::*/
font-family: 'Andada', serif;
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;*/
/*font-family: 'AvenirNextLTW01-Regular', Helvetica, sans-serif*/
font-size:13px;
line-height:1.5em;
background:#fdfdfd;
/*background-image: url({{ site.url }}/images/brain.png);*/
margin: 10px auto;
padding: 1em;
}
.pos {
position: fixed;
top: 30px;
right: 500px;
z-index: -1;
}
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}
/*a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
a{ color: #0645ad; text-decoration:none;}
a:visited{ color: #0E60B3; }
a:hover{ color:#333; border-bottom: 1px dotted #066;}
a:active{ color:#faa700; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }*/
/*0066948, 005E3F, 307860, 008026, 245E35 , 00992E, 008000. 008500*/
a::-moz-selection{background:rgba(255,255,0,0.3);color:#008A00}
a::selection{background:rgba(255,255,0,0.3);color:#008A00}
a{ color: #008A00; text-decoration:none;}
a:visited{ color: #008A00; }
a:hover{ color:#008A00; border-bottom: 1px dotted #066;}
a:active{ color:#008A00; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }
.tags {
margin:-5px 0px 5px;
padding:0px 2px;
font-size:13px;
vertical-align: middle; text-align: left;
border-width: 0px 2px;
border-style: solid;
border-color: lightgrey;
border-radius:3px; -moz-border-radius:3px;
}
.tags:hover { border-color: grey; }
.shortDesc {margin-bottom:6px;font-size:12px}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#111;
line-height:1em;
}
h4,h5,h6{ font-weight: bold; }
h1{ font-size:2.5em; }
h2{ font-size:2em; border-bottom:1px solid silver; padding-bottom: 5px; }
h3{ font-size:1.5em; }
h4{ font-size:1.2em; }
h5{ font-size:1em; }
h6{ font-size:0.9em; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
li p:last-child { margin:0 }
dd { margin: 0 0 0 2em; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
@media only screen and (min-width: 480px) {
body { font-size:14px; }
}
@media only screen and (min-width: 768px) {
body { font-size:16px; }
}
@media print {
* { background: transparent !important; color: black !important; filter:none !important; -ms-filter: none !important; }
body{font-size:12pt; max-width:100%; outline:none;}
a, a:visited { text-decoration: underline; }
hr { height: 1px; border:0; border-bottom:1px solid black; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; padding-right: 1em; page-break-inside: avoid; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page :left { margin: 15mm 20mm 15mm 10mm; }
@page :right { margin: 15mm 10mm 15mm 20mm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}
div.container {
min-width:100px;
max-width:1000px;
margin:10px auto;
}
div.left-container {
float:left;
min-width:100px; max-width:250px;
/*width:250px;*/
/*min-height:100%; */
margin-left:5px; margin-right:5px;
}
div.left {
background-color:#FFF; color:#111;
border:1px solid silver;
border-radius:10px; -moz-border-radius:10px;
border-left-color: silver; border-left-width: 10px;
/*border-right-color: silver; border-right-width: 2px;*/
padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:10px;
margin-bottom: 10px
}
div.left:hover {
border-left-color: #6AA67E; border-left-width: 12px;
border-right-color: #6AA67E; border-right-width: 2px; /*skyblue*/
}
div.center {
/*float:left;*/
width:auto;
margin-right:0px; margin-bottom:10px;
background-color:rgba(255, 255, 255); color:#111;
border:1px solid silver;
border-radius:10px; -moz-border-radius:10px;
border-left-color: lightseagreen ; border-left-width: 1px;
border-right-color: lightseagreen ; border-right-width: 1px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}
div.center:hover {
border-left-color: #6AA67E; border-left-width: 4px;
padding-left:7px;
border-right-color: #6AA67E; border-right-width: 1px;
}
/*0066948, 005E3F, 307860, 008026, 245E35 , 00992E, 008000. 008500*/
div.stretch:hover strong.big,
div.center:hover strong.regular,
div.plain:hover strong.regular,
li:hover strong {
/*color:rgba(4, 102, 30, 1);*/
color: rgba(0, 113, 25, 1);
}
/*div.plain {
width:auto;
margin-right:0px; margin-bottom:10px;
background-color:rgba(255, 255, 255, 0.85); color:#111;
/*border:1px solid silver;
border-radius:10px; -moz-border-radius:10px;
border-left-color: lightgreen; border-left-width: 20px;
border-right-color: lightgreen; border-right-width: 2px;
/*padding-left:12.5px; padding-right:12.5px; padding-bottom:1px; padding-top:1px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}*/
div.plain {
width:auto;
margin-right:0px; margin-bottom:10px;
background-color:rgb(255, 255, 255); color:#111;
border:1px solid rgb(106, 166, 126);
border-radius:10px; -moz-border-radius:10px;
/*border-left-color: rgb(252, 88, 16); border-left-width: 20px;*/
/*border-right-width: 1px;*/
/*border-top-width: 1px;*/
/*border-bottom-width: 0px;*/
/*padding-left:12.5px; padding-right:12.5px; padding-bottom:1px; padding-top:1px;*/
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}
div.stretch {
margin-left:0px;
}
div#trace {
height: 400px;
width: 400px;
overflow: scroll;
}
img.icon {
width: 20px;
height: 20px;
}
.header {
width: auto;
height: auto;
/*background-position: -150px 900px;*/
/*background-image: url({{ site.url }}/images/tunnel.jpg);*/
/*background-image: url({{ site.url }}/images/brain.png);*/
/*background-image: url({{ site.url }}/images/1990.jpg);*/
/*background-image: url({{ site.url }}/images/wordle2.png);*/
border-radius:10px; -moz-border-radius:10px;
border:0px solid silver;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
/*color:#FFF;*/
/*background-color: #FFF;*/
}
.footer {
width: auto;
height: 150px;
background-position: -150px 900px;
/*background: #006666;*/
/*background-image: url({{ site.url }}/images/tunnel.jpg);*/
/*background-image: url({{ site.url }}/images/brain.png);*/
/*background-image: url({{ site.url }}/images/1990.jpg);*/
/*background-image: url({{ site.url }}/images/wordle2.png);*/
border-radius:10px; -moz-border-radius:10px;
border:0px solid silver;
margin-top: 10px;
margin-bottom: -26px;
margin-right: 0px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}
.tiny {
font-size: 0.75em;
}
.small {
font-size: 0.9em;
}
.regular {
font-size: 1em;
}
.big {
font-size: 1.2em;
}
.huge {
font-size: 1.5em;
}
hr {
border:1px thin sliver;
}
hr.thinblue {
border: 0;
height: 1px;
background: #6AA67E;
/*color: sliver;*/
/*background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);*/
}
#right {float:left; width:250px; margin-left:5px; margin-right:5px; margin-top:-22px; background-color:#111; color:#EEE}
.twtr-hd, .twtr-ft {display: none;}
.label {font-size: .9em}
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?aj010b');
src:url('fonts/icomoon.eot?#iefixaj010b') format('embedded-opentype'),
url('fonts/icomoon.woff?aj010b') format('woff'),
url('fonts/icomoon.ttf?aj010b') format('truetype'),
url('fonts/icomoon.svg?aj010b#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
/*font-size: 0.5em;*/
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
content: "\e600";
}
.icon-download:before {
content: "\e601";
}
.icon-file-pdf:before {
content: "\e603";
}
/*h1, h2, h3, h4 {
font-weight: normal;
color: #111;
line-height: 1em;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', 'Hiragino Sans GB', STXihei, 微软雅黑, serif;
font-weight: normal;
}*/
.node {
fill: #fff;
stroke: #fff;
stroke-width: 0px;
}
.node .selected {
stroke: red;
stroke-width: 1.5px;
}
rect.background {
stroke: "white";
fill-opacity: 0;
visibility: visible;
}
.link {
stroke: rgba(0, 255, 31, 0.5);
stroke-width: 1px;
/*stroke-opacity: 1;*/
}
svg {
border-color: black;
}
/*button {
margin-bottom: 1em;
border-radius: 1em;
background-color: rgba(0, 252, 30, 0.19);
}*/
input.slider {
width: 100%
}
input.slowdown {
width: 25%
}
div.sourcecode {
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-family: Courier;
font-size: 12px;
font-weight: bold;
background-color: #111;
color: #BBB;
width: 100%;
height: 150px;
}
.brush .extent {
stroke: "blue";
stroke-width: 50px;
fill: rgba(0, 214, 255, 0.50);
shape-rendering: crispEdges;
}
.classlist {
margin:5px; width:20%; float:left; height: 500px; overflow-x: scroll;
}
.methodlist {
margin:5px; width:25%; float:left; height: 500px; overflow-y: scroll; overflow-x: scroll;
}
body { padding-top: 70px; } | src/css/screen.css | ---
---
img, object {
max-width: 100%;
}
blockquote{
color:#666666;
margin:0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
pre, code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 12px;
border-radius:3px;
background-color: #F8F8F8;
border: 1px solid #CCC;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 5px 12px;
}
pre code { border: 0px !important; padding: 0;}
code { padding: 0 3px 0 3px; }
body {
color:#444;
/*font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', "Hiragino Sans GB", "STXihei", "微软雅黑", serif; */
/*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
/*font-family: "Arial Narrow", Arial, sans-serif;*/
/*font-family: 'Josefin Slab', serif;*/
/*font-family: 'Arvo', serif;*/
/*THIS ONE::*/
font-family: 'Andada', serif;
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;*/
/*font-family: 'AvenirNextLTW01-Regular', Helvetica, sans-serif*/
font-size:13px;
line-height:1.5em;
background:#fdfdfd;
/*background-image: url({{ site.url }}/images/brain.png);*/
margin: 10px auto;
padding: 1em;
}
.pos {
position: fixed;
top: 30px;
right: 500px;
z-index: -1;
}
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}
/*a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
a{ color: #0645ad; text-decoration:none;}
a:visited{ color: #0E60B3; }
a:hover{ color:#333; border-bottom: 1px dotted #066;}
a:active{ color:#faa700; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }*/
/*0066948, 005E3F, 307860, 008026, 245E35 , 00992E, 008000. 008500*/
a::-moz-selection{background:rgba(255,255,0,0.3);color:#008A00}
a::selection{background:rgba(255,255,0,0.3);color:#008A00}
a{ color: #008A00; text-decoration:none;}
a:visited{ color: #008A00; }
a:hover{ color:#008A00; border-bottom: 1px dotted #066;}
a:active{ color:#008A00; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }
.tags {
margin:-5px 0px 5px;
padding:0px 2px;
font-size:13px;
vertical-align: middle; text-align: left;
border-width: 0px 2px;
border-style: solid;
border-color: lightgrey;
border-radius:3px; -moz-border-radius:3px;
}
.tags:hover { border-color: grey; }
.shortDesc {margin-bottom:6px;font-size:12px}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#111;
line-height:1em;
}
h4,h5,h6{ font-weight: bold; }
h1{ font-size:2.5em; }
h2{ font-size:2em; border-bottom:1px solid silver; padding-bottom: 5px; }
h3{ font-size:1.5em; }
h4{ font-size:1.2em; }
h5{ font-size:1em; }
h6{ font-size:0.9em; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
li p:last-child { margin:0 }
dd { margin: 0 0 0 2em; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
@media only screen and (min-width: 480px) {
body { font-size:14px; }
}
@media only screen and (min-width: 768px) {
body { font-size:16px; }
}
@media print {
* { background: transparent !important; color: black !important; filter:none !important; -ms-filter: none !important; }
body{font-size:12pt; max-width:100%; outline:none;}
a, a:visited { text-decoration: underline; }
hr { height: 1px; border:0; border-bottom:1px solid black; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; padding-right: 1em; page-break-inside: avoid; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page :left { margin: 15mm 20mm 15mm 10mm; }
@page :right { margin: 15mm 10mm 15mm 20mm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}
div.container {
min-width:100px;
max-width:1000px;
margin:10px auto;
}
div.left-container {
float:left;
min-width:100px; max-width:250px;
/*width:250px;*/
/*min-height:100%; */
margin-left:5px; margin-right:5px;
}
div.left {
background-color:#FFF; color:#111;
border:1px solid silver;
border-radius:10px; -moz-border-radius:10px;
border-left-color: silver; border-left-width: 10px;
/*border-right-color: silver; border-right-width: 2px;*/
padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:10px;
margin-bottom: 10px
}
div.left:hover {
border-left-color: #6AA67E; border-left-width: 12px;
border-right-color: #6AA67E; border-right-width: 2px; /*skyblue*/
}
div.center {
/*float:left;*/
width:auto;
margin-right:0px; margin-bottom:10px;
background-color:rgba(255, 255, 255); color:#111;
border:1px solid silver;
border-radius:10px; -moz-border-radius:10px;
border-left-color: lightseagreen ; border-left-width: 1px;
border-right-color: lightseagreen ; border-right-width: 1px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}
div.center:hover {
border-left-color: #6AA67E; border-left-width: 4px;
padding-left:7px;
border-right-color: #6AA67E; border-right-width: 1px;
}
/*0066948, 005E3F, 307860, 008026, 245E35 , 00992E, 008000. 008500*/
div.stretch:hover strong.big,
div.center:hover strong.regular,
div.plain:hover strong.regular,
li:hover strong {
/*color:rgba(4, 102, 30, 1);*/
color: rgba(0, 113, 25, 1);
}
/*div.plain {
width:auto;
margin-right:0px; margin-bottom:10px;
background-color:rgba(255, 255, 255, 0.85); color:#111;
/*border:1px solid silver;
border-radius:10px; -moz-border-radius:10px;
border-left-color: lightgreen; border-left-width: 20px;
border-right-color: lightgreen; border-right-width: 2px;
/*padding-left:12.5px; padding-right:12.5px; padding-bottom:1px; padding-top:1px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}*/
div.plain {
width:auto;
margin-right:0px; margin-bottom:10px;
background-color:rgb(255, 255, 255); color:#111;
border:1px solid rgb(106, 166, 126);
border-radius:10px; -moz-border-radius:10px;
/*border-left-color: rgb(252, 88, 16); border-left-width: 20px;*/
/*border-right-width: 1px;*/
/*border-top-width: 1px;*/
/*border-bottom-width: 0px;*/
/*padding-left:12.5px; padding-right:12.5px; padding-bottom:1px; padding-top:1px;*/
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}
div.stretch {
margin-left:0px;
}
div#trace {
height: 400px;
width: 400px;
overflow: scroll;
}
img.icon {
width: 20px;
height: 20px;
}
.header {
width: auto;
height: auto;
/*background-position: -150px 900px;*/
/*background-image: url({{ site.url }}/images/tunnel.jpg);*/
/*background-image: url({{ site.url }}/images/brain.png);*/
/*background-image: url({{ site.url }}/images/1990.jpg);*/
/*background-image: url({{ site.url }}/images/wordle2.png);*/
border-radius:10px; -moz-border-radius:10px;
border:0px solid silver;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
/*color:#FFF;*/
/*background-color: #FFF;*/
}
.footer {
width: auto;
height: 150px;
background-position: -150px 900px;
/*background: #006666;*/
/*background-image: url({{ site.url }}/images/tunnel.jpg);*/
/*background-image: url({{ site.url }}/images/brain.png);*/
/*background-image: url({{ site.url }}/images/1990.jpg);*/
/*background-image: url({{ site.url }}/images/wordle2.png);*/
border-radius:10px; -moz-border-radius:10px;
border:0px solid silver;
margin-top: 10px;
margin-bottom: -26px;
margin-right: 0px;
padding-left:10px; padding-right:10px; padding-bottom:1px; padding-top:1px;
}
.tiny {
font-size: 0.75em;
}
.small {
font-size: 0.9em;
}
.regular {
font-size: 1em;
}
.big {
font-size: 1.2em;
}
.huge {
font-size: 1.5em;
}
hr {
border:1px thin sliver;
}
hr.thinblue {
border: 0;
height: 1px;
background: #6AA67E;
/*color: sliver;*/
/*background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);*/
}
#right {float:left; width:250px; margin-left:5px; margin-right:5px; margin-top:-22px; background-color:#111; color:#EEE}
.twtr-hd, .twtr-ft {display: none;}
.label {font-size: .9em}
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?aj010b');
src:url('fonts/icomoon.eot?#iefixaj010b') format('embedded-opentype'),
url('fonts/icomoon.woff?aj010b') format('woff'),
url('fonts/icomoon.ttf?aj010b') format('truetype'),
url('fonts/icomoon.svg?aj010b#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
/*font-size: 0.5em;*/
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
content: "\e600";
}
.icon-download:before {
content: "\e601";
}
.icon-file-pdf:before {
content: "\e603";
}
/*h1, h2, h3, h4 {
font-weight: normal;
color: #111;
line-height: 1em;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', 'Hiragino Sans GB', STXihei, 微软雅黑, serif;
font-weight: normal;
}*/
.node {
fill: #fff;
stroke: #fff;
stroke-width: 0px;
}
.node .selected {
stroke: red;
stroke-width: 1.5px;
}
rect.background {
stroke: "white";
fill-opacity: 0;
visibility: visible;
}
.link {
stroke: rgba(0, 255, 31, 0.5);
stroke-width: 1px;
/*stroke-opacity: 1;*/
}
svg {
border-color: black;
}
/*button {
margin-bottom: 1em;
border-radius: 1em;
background-color: rgba(0, 252, 30, 0.19);
}*/
input.slider {
width: 100%
}
input.slowdown {
width: 25%
}
div.sourcecode {
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-family: Courier;
font-size: 12px;
font-weight: bold;
background-color: #111;
color: #BBB;
width: 100%;
height: 150px;
}
.brush .extent {
stroke: "blue";
stroke-width: 50px;
fill: rgba(0, 214, 255, 0.50);
shape-rendering: crispEdges;
}
.classlist {
margin:5px; width:20%; float:left; height: 500px; overflow-x: scroll;
}
.methodlist {
margin:5px; width:25%; float:left; height: 500px; overflow-y: scroll; overflow-x: scroll;
}
body { padding-top: 70px; } | 0.380414 | 0.120439 |
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
html {
margin: 0;
}
body {
background-color: #2d3436;
color: #dfe6e9;
height: 100%;
width: 100%;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: rgb(179, 178, 178);
}
::-webkit-scrollbar-thumb:hover {
background: rgb(126, 126, 126);
}
.HAM {
width: 30px;
height: 17.5px;
position: absolute;
top: 5%;
left: 8%;
transform: translate(-2%, -2%);
z-index: 2;
position: fixed;
cursor: pointer;
z-index: 1000;
}
.HAM ul {
list-style: none;
cursor: pointer;
}
.HAM ul li {
width: 25px;
height: 3px;
background-color: #fff;
transition: 1s;
position: absolute;
}
.HAM.sticky ul li {
background-color: #000;
}
.HAM ul li.Lopen {
background-color: #000;
}
#line1 {
position: absolute;
top: 10%;
transform: translate(0, -10%);
}
#line2 {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
#line3 {
position: absolute;
top: 90%;
transform: translate(0, -90%);
}
#line1,
#line2,
#line3 {
transition: 0.8s;
}
.Lopen#line1 {
transform: rotate(45deg);
position: absolute;
top: 44%;
}
.Lopen#line2 {
opacity: 0;
position: absolute;
top: 55%;
}
.Lopen#line3 {
transform: rotate(-45deg);
position: absolute;
top: 44%;
}
.nav {
position: fixed;
left: -40%;
height: 100%;
width: 15%;
min-width: 150px;
background-color: #fff;
color: black;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
transition: 1s;
}
.nav ul {
list-style: none;
}
.nav #help {
margin-top: -40px;
}
.nav #help li {
text-align: center;
margin: 0px 0 0 0px;
position: relative;
left: -200%;
transition: 1s;
list-style: circle;
padding: 1px;
}
.nav #help.viphelp li {
position: relative;
left: 0;
}
.nav ul li {
margin: 50px;
cursor: pointer;
padding: 5px;
}
.nav ul li a {
text-decoration: none;
color: #000;
font-weight: bold;
transition: 1s;
padding: 5px;
}
.open {
position: fixed;
left: 0%;
}
main {
flex-direction: row;
align-items: center;
justify-content: center;
transition: 1s;
}
.MEGA {
width: 50%;
text-align: center;
margin: 0 auto;
padding: 50px;
}
.MEGAH1 {
border: 1px solid white;
display: inline;
padding: 10px;
color: red;
}
sup.mega {
color: white;
text-decoration: underline;
}
.cardg {
align-items: center;
width: 700px;
height: 425px;
padding-top: 10px;
margin: 0px auto;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.cardd {
align-items: center;
width: 700px;
height: 425px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.carde {
align-items: center;
width: 700px;
height: 435px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.img-card {
width: 45%;
height: 100%;
border-right: 2px solid white;
background-color: #282c2e;
display: flex;
}
.img-card img {
transform: rotate(0deg);
margin: 95px 0px 0px 75px;
width: 240px;
height: 240px;
transition: 0.5s;
z-index: 1;
}
.img-card img:hover {
transform: rotate(-5deg);
width: 275px;
height: 275px;
}
.img-card h1 {
color: #fdcb6e;
font-size: 3.7em;
margin-left: 10px;
}
.cardd .img-card h1 {
color: #74b9ff;
font-size: 3.7em;
margin-left: 10px;
}
.carde .img-card h1 {
color: #00b894;
font-size: 3.7em;
margin-left: 10px;
}
.img-card h1 span {
display: flex;
flex-direction: column;
text-align: center;
width: 50px;
}
.buy-card {
width: 55%;
height: 100%;
background-color: #3a4042;
align-items: center;
text-align: center;
}
.buy-card a {
text-decoration: none;
color: #dfe6e9;
}
.buy-card li {
text-decoration: none;
list-style: none;
margin: 9px;
font-size: 1.15em;
}
.price {
font-size: 70px;
color: #fdcb6e;
margin: 20px 0;
transition: 0.2s linear;
}
.cardd .price {
font-size: 70px;
color: #74b9ff;
margin: 20px 0;
transition: 0.2s linear;
}
.carde .price {
font-size: 70px;
color: #00b894;
margin: 20px 0;
transition: 0.2s linear;
}
.price sup,
.price span {
font-size: 22px;
font-weight: 700;
}
footer {
text-align: center;
}
@media only screen and (max-width: 1040px) {
.nav {
width: 70px;
left: -45%;
}
.open {
position: fixed;
left: 0%;
}
}
@media only screen and (max-width: 950px) {
.cardg {
align-items: center;
width: 75%;
min-width: 450px;
height: 425px;
padding-top: 10px;
margin: 0px auto;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.cardd {
align-items: center;
width: 75%;
min-width: 450px;
height: 425px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.carde {
align-items: center;
width: 75%;
min-width: 450px;
height: 435px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.img-card img {
transform: rotate(10deg);
margin: 95px 0px 0px 0px;
width: 150px;
height: 150px;
transition: 0.5s;
}
}
@media only screen and (max-width: 600px) {
main {
padding-top: 75px;
}
} | css/GoldStyle.css | @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
html {
margin: 0;
}
body {
background-color: #2d3436;
color: #dfe6e9;
height: 100%;
width: 100%;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: rgb(179, 178, 178);
}
::-webkit-scrollbar-thumb:hover {
background: rgb(126, 126, 126);
}
.HAM {
width: 30px;
height: 17.5px;
position: absolute;
top: 5%;
left: 8%;
transform: translate(-2%, -2%);
z-index: 2;
position: fixed;
cursor: pointer;
z-index: 1000;
}
.HAM ul {
list-style: none;
cursor: pointer;
}
.HAM ul li {
width: 25px;
height: 3px;
background-color: #fff;
transition: 1s;
position: absolute;
}
.HAM.sticky ul li {
background-color: #000;
}
.HAM ul li.Lopen {
background-color: #000;
}
#line1 {
position: absolute;
top: 10%;
transform: translate(0, -10%);
}
#line2 {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
#line3 {
position: absolute;
top: 90%;
transform: translate(0, -90%);
}
#line1,
#line2,
#line3 {
transition: 0.8s;
}
.Lopen#line1 {
transform: rotate(45deg);
position: absolute;
top: 44%;
}
.Lopen#line2 {
opacity: 0;
position: absolute;
top: 55%;
}
.Lopen#line3 {
transform: rotate(-45deg);
position: absolute;
top: 44%;
}
.nav {
position: fixed;
left: -40%;
height: 100%;
width: 15%;
min-width: 150px;
background-color: #fff;
color: black;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
transition: 1s;
}
.nav ul {
list-style: none;
}
.nav #help {
margin-top: -40px;
}
.nav #help li {
text-align: center;
margin: 0px 0 0 0px;
position: relative;
left: -200%;
transition: 1s;
list-style: circle;
padding: 1px;
}
.nav #help.viphelp li {
position: relative;
left: 0;
}
.nav ul li {
margin: 50px;
cursor: pointer;
padding: 5px;
}
.nav ul li a {
text-decoration: none;
color: #000;
font-weight: bold;
transition: 1s;
padding: 5px;
}
.open {
position: fixed;
left: 0%;
}
main {
flex-direction: row;
align-items: center;
justify-content: center;
transition: 1s;
}
.MEGA {
width: 50%;
text-align: center;
margin: 0 auto;
padding: 50px;
}
.MEGAH1 {
border: 1px solid white;
display: inline;
padding: 10px;
color: red;
}
sup.mega {
color: white;
text-decoration: underline;
}
.cardg {
align-items: center;
width: 700px;
height: 425px;
padding-top: 10px;
margin: 0px auto;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.cardd {
align-items: center;
width: 700px;
height: 425px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.carde {
align-items: center;
width: 700px;
height: 435px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.img-card {
width: 45%;
height: 100%;
border-right: 2px solid white;
background-color: #282c2e;
display: flex;
}
.img-card img {
transform: rotate(0deg);
margin: 95px 0px 0px 75px;
width: 240px;
height: 240px;
transition: 0.5s;
z-index: 1;
}
.img-card img:hover {
transform: rotate(-5deg);
width: 275px;
height: 275px;
}
.img-card h1 {
color: #fdcb6e;
font-size: 3.7em;
margin-left: 10px;
}
.cardd .img-card h1 {
color: #74b9ff;
font-size: 3.7em;
margin-left: 10px;
}
.carde .img-card h1 {
color: #00b894;
font-size: 3.7em;
margin-left: 10px;
}
.img-card h1 span {
display: flex;
flex-direction: column;
text-align: center;
width: 50px;
}
.buy-card {
width: 55%;
height: 100%;
background-color: #3a4042;
align-items: center;
text-align: center;
}
.buy-card a {
text-decoration: none;
color: #dfe6e9;
}
.buy-card li {
text-decoration: none;
list-style: none;
margin: 9px;
font-size: 1.15em;
}
.price {
font-size: 70px;
color: #fdcb6e;
margin: 20px 0;
transition: 0.2s linear;
}
.cardd .price {
font-size: 70px;
color: #74b9ff;
margin: 20px 0;
transition: 0.2s linear;
}
.carde .price {
font-size: 70px;
color: #00b894;
margin: 20px 0;
transition: 0.2s linear;
}
.price sup,
.price span {
font-size: 22px;
font-weight: 700;
}
footer {
text-align: center;
}
@media only screen and (max-width: 1040px) {
.nav {
width: 70px;
left: -45%;
}
.open {
position: fixed;
left: 0%;
}
}
@media only screen and (max-width: 950px) {
.cardg {
align-items: center;
width: 75%;
min-width: 450px;
height: 425px;
padding-top: 10px;
margin: 0px auto;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.cardd {
align-items: center;
width: 75%;
min-width: 450px;
height: 425px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.carde {
align-items: center;
width: 75%;
min-width: 450px;
height: 435px;
margin: 50px auto 100px;
display: flex;
-webkit-box-shadow: 10px 10px 5px 0px
rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.img-card img {
transform: rotate(10deg);
margin: 95px 0px 0px 0px;
width: 150px;
height: 150px;
transition: 0.5s;
}
}
@media only screen and (max-width: 600px) {
main {
padding-top: 75px;
}
} | 0.345989 | 0.062132 |
left: 0 !important;
margin-left: auto;
margin-right: auto;
right: 0;
top: 7.5vh;
width: 80%;
z-index: 9999999;
}
.vc_edit-form-tab[data-tab="default_templates"] {
padding-top: 0;
}
.vc_edit-form-tab[data-tab="default_templates"] > .vc_col-md-12 {
display: none;
}
.vc_edit-form-tab[data-tab="default_templates"] .vc_ui-list-bar-item-actions {
display: none !important;
}
.vc_edit-form-tab[data-tab="default_templates"] .vc_message_box {
display: none !important;
}
.wireframe-categories-navigation {
background: #fff;
bottom: 0;
left: 0;
padding: 24px 25px;
position: absolute;
top: 0;
width: 200px;
z-index: 9;
overflow-y: auto;
}
.wireframe-categories-navigation__list {
margin: 0;
}
.wireframe-categories-navigation__list li {
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
color: #454e56;
cursor: pointer;
font-size: 12px;
font-weight: 500;
margin-bottom: 10px;
position: relative;
}
.wireframe-categories-navigation__list li.active, .wireframe-categories-navigation__list li:hover {
color: #868c92;
}
.wireframe-categories-navigation__list li.active .count {
color: #fff;
background-color: #464d54;
}
.wireframe-categories-navigation__list .count {
width: 35px;
text-align: center;
float: right;
background-color: #eee;
display: inline-block;
padding: 2px 0;
border-radius: 2px;
margin-top: -1px;
font-size: 11px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.vc_templates-list-default_templates {
background: #eee !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 226px !important;
overflow: hidden;
padding-bottom: 12px;
}
.vc_templates-list-default_templates .vc_ui-template {
border-radius: 2px;
-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
cursor: pointer;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}
.vc_templates-list-default_templates .vc_ui-template:after {
content: '';
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(70, 77, 84, 0.98);
}
.vc_templates-list-default_templates .vc_ui-list-bar-item {
border: 0;
display: block;
background: #fff;
}
.vc_templates-list-default_templates img {
margin: 0 auto;
display: block;
width: 100%;
height: auto;
}
.vc_templates-list-default_templates .wireframe-category {
display: none;
}
.vc_templates-list-default_templates .vc_ui-list-bar-item-trigger {
font-size: 11px;
font-weight: 400;
bottom: 0;
color: #fff;
display: block;
left: 0;
line-height: 1.5;
opacity: 0;
padding: 18px;
position: absolute;
right: 0;
text-align: center;
text-overflow: initial;
top: 0;
white-space: normal;
width: 100%;
z-index: 9;
}
.vc_templates-list-default_templates .vc_ui-list-bar-item-trigger:hover {
color: #fff;
}
.vc_templates-list-default_templates .vc_ui-template:hover:after,
.vc_templates-list-default_templates .vc_ui-template:hover .vc_ui-list-bar-item-trigger {
opacity: 1;
}
.vc_templates-list-default_templates .vc_ui-template.rendering:after {
opacity: 1;
}
.vc_templates-list-default_templates .vc_ui-template.rendering .vc_ui-list-bar-item-trigger {
opacity: 0 !important;
}
.vc_templates-list-default_templates .vc_ui-template.rendering .template-rendering-icon {
display: block !important;
}
.wireframe-title-wrapper {
background: #32373ca8;
border-radius: 20px;
padding: 8px 14px 9px;
}
.wireframe-instructions-text {
bottom: 12px;
display: block;
font-size: 11px;
font-weight: 400;
left: 14px;
margin-top: 10px;
opacity: .3;
position: absolute;
right: 14px;
text-transform: none;
}
.template-rendering-icon {
display: none !important;
height: 26px !important;
left: 50%;
opacity: 1 !important;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 26px !important;
z-index: 9999;
}
.template-rendering-icon:before {
border-color: rgba(255, 255, 255, 0.2) !important;
border-top-color: #fff !important;
left: 50% !important;
margin-left: -13px;
margin-top: -13px;
top: 50% !important;
}
.wireframes-list-wrapper {
width: calc(100% - 20px);
}
.wireframes-list-wrapper:before, .wireframes-list-wrapper:after {
content: " ";
display: table;
}
.wireframes-list-wrapper:after {
clear: both;
}
.wireframes-list-inner {
margin-left: 6px;
margin-right: 6px;
margin-top: 24px;
width: calc(100% - 12px) !important;
}
.wireframes-list-inner * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wireframes-list-inner:before, .wireframes-list-inner:after {
content: " ";
display: table;
}
.wireframes-list-inner:after {
clear: both;
}
.wireframes-list-item {
padding: 0 18px 36px;
width: 100%;
}
.loading .wireframes-list-item {
visibility: hidden;
}
.vc_edit-form-tab[data-tab="default_templates"] {
margin: -24px -24px -24px 0;
padding-top: 0;
width: auto;
}
.vc_edit-form-tab[data-tab="default_templates"] > .vc_col-sm-12,
.vc_edit-form-tab[data-tab="default_templates"] > .vc_column {
height: calc(85vh - 104px);
min-height: 0;
max-height: none;
overflow-x: hidden;
overflow-y: scroll;
}
.vc_edit-form-tab[data-tab="default_templates"] > .vc_col-sm-12 {
margin-bottom: -26px;
}
.uncode-is-ie .vc_templates-panel .vc_ui-panel-content {
overflow-y: hidden !important;
}
.wireframe-loading-icon {
left: 248px;
position: absolute;
}
#vc_no-content-helper .vc_add-element-not-empty-button {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #0073aa !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 12px;
font-variant: small-caps;
height: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 28px;
margin: 0 1px;
min-width: 160px;
padding: 5px 20px;
text-transform: lowercase;
width: auto !important;
}
#vc_no-content-helper .vc_add-element-not-empty-button:hover {
background-color: #00a0d2 !important;
}
#vc_no-content-helper .vc_add-element-not-empty-button i {
font-size: 13px;
padding: 0 .5em 0 0;
position: static !important;
-webkit-transform: none !important;
transform: none !important;
text-transform: none;
}
@media only screen and (min-width: 1200px) {
.wireframes-list-item {
width: 33.33333333333333333%;
}
}
@media only screen and (min-width: 2010px) {
.wireframes-list-item {
width: 25%;
}
} | web/app/plugins/uncode-wireframes/assets/css/uncode-wireframes.css | left: 0 !important;
margin-left: auto;
margin-right: auto;
right: 0;
top: 7.5vh;
width: 80%;
z-index: 9999999;
}
.vc_edit-form-tab[data-tab="default_templates"] {
padding-top: 0;
}
.vc_edit-form-tab[data-tab="default_templates"] > .vc_col-md-12 {
display: none;
}
.vc_edit-form-tab[data-tab="default_templates"] .vc_ui-list-bar-item-actions {
display: none !important;
}
.vc_edit-form-tab[data-tab="default_templates"] .vc_message_box {
display: none !important;
}
.wireframe-categories-navigation {
background: #fff;
bottom: 0;
left: 0;
padding: 24px 25px;
position: absolute;
top: 0;
width: 200px;
z-index: 9;
overflow-y: auto;
}
.wireframe-categories-navigation__list {
margin: 0;
}
.wireframe-categories-navigation__list li {
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
color: #454e56;
cursor: pointer;
font-size: 12px;
font-weight: 500;
margin-bottom: 10px;
position: relative;
}
.wireframe-categories-navigation__list li.active, .wireframe-categories-navigation__list li:hover {
color: #868c92;
}
.wireframe-categories-navigation__list li.active .count {
color: #fff;
background-color: #464d54;
}
.wireframe-categories-navigation__list .count {
width: 35px;
text-align: center;
float: right;
background-color: #eee;
display: inline-block;
padding: 2px 0;
border-radius: 2px;
margin-top: -1px;
font-size: 11px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.vc_templates-list-default_templates {
background: #eee !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 226px !important;
overflow: hidden;
padding-bottom: 12px;
}
.vc_templates-list-default_templates .vc_ui-template {
border-radius: 2px;
-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
cursor: pointer;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
}
.vc_templates-list-default_templates .vc_ui-template:after {
content: '';
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(70, 77, 84, 0.98);
}
.vc_templates-list-default_templates .vc_ui-list-bar-item {
border: 0;
display: block;
background: #fff;
}
.vc_templates-list-default_templates img {
margin: 0 auto;
display: block;
width: 100%;
height: auto;
}
.vc_templates-list-default_templates .wireframe-category {
display: none;
}
.vc_templates-list-default_templates .vc_ui-list-bar-item-trigger {
font-size: 11px;
font-weight: 400;
bottom: 0;
color: #fff;
display: block;
left: 0;
line-height: 1.5;
opacity: 0;
padding: 18px;
position: absolute;
right: 0;
text-align: center;
text-overflow: initial;
top: 0;
white-space: normal;
width: 100%;
z-index: 9;
}
.vc_templates-list-default_templates .vc_ui-list-bar-item-trigger:hover {
color: #fff;
}
.vc_templates-list-default_templates .vc_ui-template:hover:after,
.vc_templates-list-default_templates .vc_ui-template:hover .vc_ui-list-bar-item-trigger {
opacity: 1;
}
.vc_templates-list-default_templates .vc_ui-template.rendering:after {
opacity: 1;
}
.vc_templates-list-default_templates .vc_ui-template.rendering .vc_ui-list-bar-item-trigger {
opacity: 0 !important;
}
.vc_templates-list-default_templates .vc_ui-template.rendering .template-rendering-icon {
display: block !important;
}
.wireframe-title-wrapper {
background: #32373ca8;
border-radius: 20px;
padding: 8px 14px 9px;
}
.wireframe-instructions-text {
bottom: 12px;
display: block;
font-size: 11px;
font-weight: 400;
left: 14px;
margin-top: 10px;
opacity: .3;
position: absolute;
right: 14px;
text-transform: none;
}
.template-rendering-icon {
display: none !important;
height: 26px !important;
left: 50%;
opacity: 1 !important;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 26px !important;
z-index: 9999;
}
.template-rendering-icon:before {
border-color: rgba(255, 255, 255, 0.2) !important;
border-top-color: #fff !important;
left: 50% !important;
margin-left: -13px;
margin-top: -13px;
top: 50% !important;
}
.wireframes-list-wrapper {
width: calc(100% - 20px);
}
.wireframes-list-wrapper:before, .wireframes-list-wrapper:after {
content: " ";
display: table;
}
.wireframes-list-wrapper:after {
clear: both;
}
.wireframes-list-inner {
margin-left: 6px;
margin-right: 6px;
margin-top: 24px;
width: calc(100% - 12px) !important;
}
.wireframes-list-inner * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wireframes-list-inner:before, .wireframes-list-inner:after {
content: " ";
display: table;
}
.wireframes-list-inner:after {
clear: both;
}
.wireframes-list-item {
padding: 0 18px 36px;
width: 100%;
}
.loading .wireframes-list-item {
visibility: hidden;
}
.vc_edit-form-tab[data-tab="default_templates"] {
margin: -24px -24px -24px 0;
padding-top: 0;
width: auto;
}
.vc_edit-form-tab[data-tab="default_templates"] > .vc_col-sm-12,
.vc_edit-form-tab[data-tab="default_templates"] > .vc_column {
height: calc(85vh - 104px);
min-height: 0;
max-height: none;
overflow-x: hidden;
overflow-y: scroll;
}
.vc_edit-form-tab[data-tab="default_templates"] > .vc_col-sm-12 {
margin-bottom: -26px;
}
.uncode-is-ie .vc_templates-panel .vc_ui-panel-content {
overflow-y: hidden !important;
}
.wireframe-loading-icon {
left: 248px;
position: absolute;
}
#vc_no-content-helper .vc_add-element-not-empty-button {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #0073aa !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 12px;
font-variant: small-caps;
height: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 28px;
margin: 0 1px;
min-width: 160px;
padding: 5px 20px;
text-transform: lowercase;
width: auto !important;
}
#vc_no-content-helper .vc_add-element-not-empty-button:hover {
background-color: #00a0d2 !important;
}
#vc_no-content-helper .vc_add-element-not-empty-button i {
font-size: 13px;
padding: 0 .5em 0 0;
position: static !important;
-webkit-transform: none !important;
transform: none !important;
text-transform: none;
}
@media only screen and (min-width: 1200px) {
.wireframes-list-item {
width: 33.33333333333333333%;
}
}
@media only screen and (min-width: 2010px) {
.wireframes-list-item {
width: 25%;
}
} | 0.406037 | 0.065187 |
window{
background-image: linear-gradient(#adffa5, #49c79c, #7f49c7);
}
button#MENU {
font-size: 32px;
margin: 0 8px 20px 8px;
border: 5px solid #8406b9;
font-family: Arial, Helvetica, sans-serif;
}
button:hover#MENU {
color: #2f4771;
background-image: linear-gradient(#e4e4d9, #c16c11);
border-style: dashed;
}
label#NEW_TAB{
font-size: 28px;
margin: 35px 0 10px 8px;
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.15);
}
button#STARTGAME{
color: #00aa00;
margin: 60px 8px 20px 8px;
font-size: 32px;
}
button:hover#STARTGAME{
background-image: linear-gradient(#a1ffce, #a1ffff);
color: black;
}
button#NEW_TAB{
margin: 20px 8px 0 8px;
font-size: 24px;
font-family: "Lucida Console", "Courier New", monospace;
border: 5px solid rgba(0, 0, 0, 0);
}
button:hover#NEW_TAB{
border: 5px dashed #ccff00;
}
entry#NEW_TAB{
margin: 20px 8px 0 8px;
font-size: 32px;
}
button#NEW_TAB_SELECTED{
border: 5px dashed #006060;
color: #006060;
margin: 20px 8px 0 8px;
font-size: 24px;
font-family: "Lucida Console", "Courier New", monospace;
}
label#error{
font-size: 24px;
color: rgb(187, 255, 0);
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
}
label#GAME_TAB_NAME_RED{
font-size: 28px;
font-weight: bold;
font-family: 'Brush Script MT', cursive;
color: #ff6161;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin: 5px;
}
label#GAME_TAB_NAME_YELLOW{
font-size: 28px;
font-weight: bold;
font-family: 'Brush Script MT', cursive;
color: #5337ff;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin: 5px;
}
label#GAME_TAB_NAME{
font-size: 24px;
font-weight: bold;
font-family: 'Brush Script MT', cursive;
color: #77ff61;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin: 5px 0 30px 0;
}
label#NOW_PLAYING{
color:black;
font-size: 14px;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.15);
padding: 5px;
border: 1px solid #8406b9;
margin: 35px 0 0 0;
border-radius: 4px;
}
label#GAME_TAB_VS{
color: white;
font-size: 40px;
background-image: linear-gradient(#7f49c7, #49c79c, #adffa5);
border-radius: 40px;
padding: 5px;
margin: 10px 0 0 5px;
font-weight: bold;
}
label#GAME_TAB_SCORE{
color: black;
font-size: 14px;
padding: 5px;
border: 2px dotted black;
background-color: rgba(255, 255, 255, 0.4);
}
button#GAME_TAB{
padding: 0 85px 0 85px;
margin: 0 0 10px 0;
}
button#GAME_TAB:hover{
color: blue;
}
button#exitbutton{
padding: 0 40px 0 40px;
margin: 0 0 10px 0;
background-image: linear-gradient(#ca9f9b, #e7692e);
color: white;
}
button#exitbutton:hover{
padding: 0 40px 0 40px;
margin: 0 0 10px 0;
background-image: linear-gradient(#ffffff, #ffffff);
color: black;
}
label#SCORE{
font-size: 20px;
padding: 5px 40px 5px 40px;
color: black;
margin: 0px 0 5px 0;
font-weight: bold;
}
label#SCORE_TITLE{
font-size: 26px;
padding: 5px 40px 5px 40px;
color: #2f4771;
margin: 0px 0 5px 0;
font-weight: bold;
}
button#GAMEBUTTON {
background-image: linear-gradient(#adffa5, #49c79c, #7f49c7);
}
button#GAMEBUTTON:hover{
background-image: linear-gradient(#ffff00, #ffff00);
}
#GameTable{
margin: 10px;
}
#LOGO{
background-image: linear-gradient(#adffa5, #adffa5);
}
button#SAVELoad{
font-size: 36px;
padding: 35px 240px 35px 240px;
margin: 5px;
background-image: linear-gradient(#B06AB3, #0575E6, #B06AB3);
color: white;
border: 5px solid #000000;
}
button#SAVELoad:hover{
background-image: linear-gradient(#e4e4d9, #e4e4d9);
color: black;
}
label#SAVELoad{
font-size: 32px;
margin: 10px;
color: wheat;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
}
label#TIME{
font-size: 18px;
color: wheat;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.2);
padding: 0 25px 0 25px;
} | styles.css | window{
background-image: linear-gradient(#adffa5, #49c79c, #7f49c7);
}
button#MENU {
font-size: 32px;
margin: 0 8px 20px 8px;
border: 5px solid #8406b9;
font-family: Arial, Helvetica, sans-serif;
}
button:hover#MENU {
color: #2f4771;
background-image: linear-gradient(#e4e4d9, #c16c11);
border-style: dashed;
}
label#NEW_TAB{
font-size: 28px;
margin: 35px 0 10px 8px;
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.15);
}
button#STARTGAME{
color: #00aa00;
margin: 60px 8px 20px 8px;
font-size: 32px;
}
button:hover#STARTGAME{
background-image: linear-gradient(#a1ffce, #a1ffff);
color: black;
}
button#NEW_TAB{
margin: 20px 8px 0 8px;
font-size: 24px;
font-family: "Lucida Console", "Courier New", monospace;
border: 5px solid rgba(0, 0, 0, 0);
}
button:hover#NEW_TAB{
border: 5px dashed #ccff00;
}
entry#NEW_TAB{
margin: 20px 8px 0 8px;
font-size: 32px;
}
button#NEW_TAB_SELECTED{
border: 5px dashed #006060;
color: #006060;
margin: 20px 8px 0 8px;
font-size: 24px;
font-family: "Lucida Console", "Courier New", monospace;
}
label#error{
font-size: 24px;
color: rgb(187, 255, 0);
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
}
label#GAME_TAB_NAME_RED{
font-size: 28px;
font-weight: bold;
font-family: 'Brush Script MT', cursive;
color: #ff6161;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin: 5px;
}
label#GAME_TAB_NAME_YELLOW{
font-size: 28px;
font-weight: bold;
font-family: 'Brush Script MT', cursive;
color: #5337ff;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin: 5px;
}
label#GAME_TAB_NAME{
font-size: 24px;
font-weight: bold;
font-family: 'Brush Script MT', cursive;
color: #77ff61;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin: 5px 0 30px 0;
}
label#NOW_PLAYING{
color:black;
font-size: 14px;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.15);
padding: 5px;
border: 1px solid #8406b9;
margin: 35px 0 0 0;
border-radius: 4px;
}
label#GAME_TAB_VS{
color: white;
font-size: 40px;
background-image: linear-gradient(#7f49c7, #49c79c, #adffa5);
border-radius: 40px;
padding: 5px;
margin: 10px 0 0 5px;
font-weight: bold;
}
label#GAME_TAB_SCORE{
color: black;
font-size: 14px;
padding: 5px;
border: 2px dotted black;
background-color: rgba(255, 255, 255, 0.4);
}
button#GAME_TAB{
padding: 0 85px 0 85px;
margin: 0 0 10px 0;
}
button#GAME_TAB:hover{
color: blue;
}
button#exitbutton{
padding: 0 40px 0 40px;
margin: 0 0 10px 0;
background-image: linear-gradient(#ca9f9b, #e7692e);
color: white;
}
button#exitbutton:hover{
padding: 0 40px 0 40px;
margin: 0 0 10px 0;
background-image: linear-gradient(#ffffff, #ffffff);
color: black;
}
label#SCORE{
font-size: 20px;
padding: 5px 40px 5px 40px;
color: black;
margin: 0px 0 5px 0;
font-weight: bold;
}
label#SCORE_TITLE{
font-size: 26px;
padding: 5px 40px 5px 40px;
color: #2f4771;
margin: 0px 0 5px 0;
font-weight: bold;
}
button#GAMEBUTTON {
background-image: linear-gradient(#adffa5, #49c79c, #7f49c7);
}
button#GAMEBUTTON:hover{
background-image: linear-gradient(#ffff00, #ffff00);
}
#GameTable{
margin: 10px;
}
#LOGO{
background-image: linear-gradient(#adffa5, #adffa5);
}
button#SAVELoad{
font-size: 36px;
padding: 35px 240px 35px 240px;
margin: 5px;
background-image: linear-gradient(#B06AB3, #0575E6, #B06AB3);
color: white;
border: 5px solid #000000;
}
button#SAVELoad:hover{
background-image: linear-gradient(#e4e4d9, #e4e4d9);
color: black;
}
label#SAVELoad{
font-size: 32px;
margin: 10px;
color: wheat;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
}
label#TIME{
font-size: 18px;
color: wheat;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.2);
padding: 0 25px 0 25px;
} | 0.180287 | 0.082217 |
.icon {
width: auto;
height: auto;
position: fixed;
bottom: 0;
right: 0;
padding-right: 10px;
padding-bottom: 5px;
cursor: pointer;
}
.photoBox {
width: 80px;
height: 80px;
padding: 5px;
}
.photo {
width: 70px;
height: 70px;
}
.relation {
width: 100%;
height: 100%;
}
.relationSingle {
width: 100%;
height: 80px;
position: relative;
background-color: #fff;
cursor: pointer;
overflow: hidden;
transition: all 0.3s;
}
.relationSingle:hover {
background-color: #ddd;
transition: all 0.3s;
}
.relationSingle:hover .onlineStatus {
opacity: 0;
transition: all 0.5s;
}
.relationSingle:hover .offlineStatus {
opacity: 0;
transition: all 0.5s;
}
.list {
font-family: Microsoft YaHei;
font-size: 20px;
position: absolute;
left: 30%;
top: 20%;
}
.functions {
position: fixed;
bottom: 0;
width: 100%;
font-family: Microsoft YaHei;
}
.justifile {
width: 50%;
font-family: Microsoft YaHei;
}
.justifile a {
color: #000;
}
.onlineStatus {
font-family: Microsoft YaHei;
font-size: 18px;
position: absolute;
right: 12%;
top: 35%;
opacity: 0;
color: #40de5a;
}
.offlineStatus {
font-family: Microsoft YaHei;
font-size: 18px;
position: absolute;
right: 12%;
top: 35%;
opacity: 0;
color: #888;
}
.chatWith {
width: 100%;
height: 100%;
overflow: hidden;
font-family: Microsoft YaHei;
}
.chatWith hr {
margin-top: 0;
margin-bottom: 0;
border-top-color: #ccc;
}
.output {
width: 100%;
height: 60%;
padding-bottom: 10px;
position: relative;
transition: all 0.5s;
overflow-x: hidden;
overflow-y: auto;
}
.output::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
background-color: #fff;
}
.output::-webkit-scrollbar {
width: 4px;
background-color: #555;
}
.output::-webkit-scrollbar-thumb {
background-color: #aaa;
}
.options {
width: 100%;
height: 6%;
position: relative;
}
.smallOffset {
margin-right: 10px;
}
.input {
width: 100%;
height: 34%;
position: relative;
}
textarea.form-control {
height: 100%;
font-family: 18px;
}
.option {
width: auto;
height: 100%;
}
.singleMessage {
position: relative;
width: 100%;
height: auto;
padding-top: 5px;
margin-left: 0;
margin-right: 0;
transition: all 0.3s;
}
.iconsLeft {
margin: 0 auto;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 0px;
}
.iconsRight {
margin: 0 auto;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
}
.iconssLeft, .iconssRight {
width: 40px;
height: 40px;
}
.iconssLeft {
float: right;
}
.iconssRight {
float: left;
}
.timePositionLeft {
padding-left: 0;
}
.timePositionRight {
padding-right: 0;
}
.timeLeft {
float: left;
font-size: 8px;
padding-left: 0;
}
.timeRight {
float: right;
font-size: 8px;
padding-right: 0;
}
.arrowBoxLeft {
float: left;
width: auto;
height: auto;
position: relative;
background: #eee;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.arrowBoxRight {
float: right;
width: auto;
height: auto;
position: relative;
background: #eee;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.hidden {
display: none;
}
.addFriend {
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.addFriendBox {
width: 100%;
}
.addFriendRow {
width: 100%;
height: 240px;
padding-top: 10px;
padding-bottom: 10px;
display: block
}
.addFriendImgBox {
padding-top: 10px;
}
.addFriendImg {
width: 180px;
height: 180px
}
.addFriendInfo {
font-family: Microsoft YaHei;
font-size: 16px;
padding-top: 8px;
}
.addFriendTextArea {
font-size: 12px;
resize: none;
}
.notice {
width: 100%;
height: 100%;
font-family: Microsoft YaHei;
font-size: 18px;
overflow-x: hidden;
overflow-y: hidden;
cursor: pointer;
"
}
.noticePosition {
padding-top: 5px;
}
/*����Ⱥ�鴰�ڶ�Ӧ��css*/
.createGroup {
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
}
.createGroupBox {
width: 100%;
}
.createGroupRow {
width: 100%;
height: 240px;
padding-top: 10px;
padding-bottom: 10px;
display: block
}
.createGroupImgBox {
padding-top: 10px;
}
.createGroupImg {
width: 180px;
height: 180px
}
.createGroupInfo {
font-family: Microsoft YaHei;
font-size: 16px;
padding-top: 8px;
}
.createGroupTextArea {
font-size: 12px;
resize: none;
}
.groupInviteList {
overflow-x: hidden;
overflow-y: auto;
vertical-align: middle;
text-align: center
} | ui-service/static/css/main-style.css | .icon {
width: auto;
height: auto;
position: fixed;
bottom: 0;
right: 0;
padding-right: 10px;
padding-bottom: 5px;
cursor: pointer;
}
.photoBox {
width: 80px;
height: 80px;
padding: 5px;
}
.photo {
width: 70px;
height: 70px;
}
.relation {
width: 100%;
height: 100%;
}
.relationSingle {
width: 100%;
height: 80px;
position: relative;
background-color: #fff;
cursor: pointer;
overflow: hidden;
transition: all 0.3s;
}
.relationSingle:hover {
background-color: #ddd;
transition: all 0.3s;
}
.relationSingle:hover .onlineStatus {
opacity: 0;
transition: all 0.5s;
}
.relationSingle:hover .offlineStatus {
opacity: 0;
transition: all 0.5s;
}
.list {
font-family: Microsoft YaHei;
font-size: 20px;
position: absolute;
left: 30%;
top: 20%;
}
.functions {
position: fixed;
bottom: 0;
width: 100%;
font-family: Microsoft YaHei;
}
.justifile {
width: 50%;
font-family: Microsoft YaHei;
}
.justifile a {
color: #000;
}
.onlineStatus {
font-family: Microsoft YaHei;
font-size: 18px;
position: absolute;
right: 12%;
top: 35%;
opacity: 0;
color: #40de5a;
}
.offlineStatus {
font-family: Microsoft YaHei;
font-size: 18px;
position: absolute;
right: 12%;
top: 35%;
opacity: 0;
color: #888;
}
.chatWith {
width: 100%;
height: 100%;
overflow: hidden;
font-family: Microsoft YaHei;
}
.chatWith hr {
margin-top: 0;
margin-bottom: 0;
border-top-color: #ccc;
}
.output {
width: 100%;
height: 60%;
padding-bottom: 10px;
position: relative;
transition: all 0.5s;
overflow-x: hidden;
overflow-y: auto;
}
.output::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
background-color: #fff;
}
.output::-webkit-scrollbar {
width: 4px;
background-color: #555;
}
.output::-webkit-scrollbar-thumb {
background-color: #aaa;
}
.options {
width: 100%;
height: 6%;
position: relative;
}
.smallOffset {
margin-right: 10px;
}
.input {
width: 100%;
height: 34%;
position: relative;
}
textarea.form-control {
height: 100%;
font-family: 18px;
}
.option {
width: auto;
height: 100%;
}
.singleMessage {
position: relative;
width: 100%;
height: auto;
padding-top: 5px;
margin-left: 0;
margin-right: 0;
transition: all 0.3s;
}
.iconsLeft {
margin: 0 auto;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 0px;
}
.iconsRight {
margin: 0 auto;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
}
.iconssLeft, .iconssRight {
width: 40px;
height: 40px;
}
.iconssLeft {
float: right;
}
.iconssRight {
float: left;
}
.timePositionLeft {
padding-left: 0;
}
.timePositionRight {
padding-right: 0;
}
.timeLeft {
float: left;
font-size: 8px;
padding-left: 0;
}
.timeRight {
float: right;
font-size: 8px;
padding-right: 0;
}
.arrowBoxLeft {
float: left;
width: auto;
height: auto;
position: relative;
background: #eee;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.arrowBoxRight {
float: right;
width: auto;
height: auto;
position: relative;
background: #eee;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.hidden {
display: none;
}
.addFriend {
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.addFriendBox {
width: 100%;
}
.addFriendRow {
width: 100%;
height: 240px;
padding-top: 10px;
padding-bottom: 10px;
display: block
}
.addFriendImgBox {
padding-top: 10px;
}
.addFriendImg {
width: 180px;
height: 180px
}
.addFriendInfo {
font-family: Microsoft YaHei;
font-size: 16px;
padding-top: 8px;
}
.addFriendTextArea {
font-size: 12px;
resize: none;
}
.notice {
width: 100%;
height: 100%;
font-family: Microsoft YaHei;
font-size: 18px;
overflow-x: hidden;
overflow-y: hidden;
cursor: pointer;
"
}
.noticePosition {
padding-top: 5px;
}
/*����Ⱥ�鴰�ڶ�Ӧ��css*/
.createGroup {
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
}
.createGroupBox {
width: 100%;
}
.createGroupRow {
width: 100%;
height: 240px;
padding-top: 10px;
padding-bottom: 10px;
display: block
}
.createGroupImgBox {
padding-top: 10px;
}
.createGroupImg {
width: 180px;
height: 180px
}
.createGroupInfo {
font-family: Microsoft YaHei;
font-size: 16px;
padding-top: 8px;
}
.createGroupTextArea {
font-size: 12px;
resize: none;
}
.groupInviteList {
overflow-x: hidden;
overflow-y: auto;
vertical-align: middle;
text-align: center
} | 0.609757 | 0.098512 |
div{
display : block;
}
html, body{
padding : 0 !important;
margin : 0 !important;
background-color : transparent;
overflow : auto;
box-sizing: border-box;
}
a{
text-decoration: none;
color : white;
font-family: 'Open Sans Condensed', sans-serif;
list-style-type: none;
cursor : pointer;
}
a:hover{
text-decoration : none;
color : white;
}
a[name]{
display : block;
content : " ";
position : relative;
top : -50%;
visibility : hidden;
}
h2{
font-size : 3.2em;
font-weight: bold;
font-family: 'Dosis', sans-serif;
line-height : 1em;
letter-spacing : 0.01em;
text-align : center;
font-weight : bold;
color : #1a1a1a;
display : block;
}
h2 hr{
margin : 0.2em auto;
}
h4{
font-size : 1.25em;
letter-spacing: 0.1em;
padding-left : 0.1em;
font-family: 'Amaranth', sans-serif;
text-transform : uppercase;
text-align : center;
color : #1A1A1A
}
h4 hr{
width : 37px;
display : inline-block;
margin : 0 20px 0.3em;
border-color : #7F7F7F;
}
h3, .section_head h2{
font-size : 2.75em;
letter-spacing : 0.05em;
padding-left: 0.05em;
font-family: 'Amaranth', sans-serif;
text-transform: uppercase;
text-align :center;
color : #1A1A1A;
}
.section_head h2{
font-size :3.2em;
}
h5{
color : #7F7F7F;
font-size : 1.05em;
letter-spacing : 0.07em;
padding-left : 0.07em;
font-family : 'Amaranth', sans-serif;
text-transform: uppercase;
text-align: center;
}
h5 .balanced-text span, h4 span .balanced-text{
font-family: 'Dosis', sans-serif;
font-weight : 200;
}
h5 hr{
margin-top : 12px;
border-color : #7F7F7F;
}
hr {
width : 56px;
border-color : #1a1a1a;
border-width : 2px;
display : block;
}
p{
font-size : 1.65em;
margin : 0.8em auto 0 auto;
max-width : 75%;
line-height : 1.25em;
color : white;
font-family: 'Prociono', serif;
cursor : default;
}
span{
letter-spacing : .05em;
}
h1{
letter-spacing : 0.04em;
padding-left: 0.04em;
font-family: 'Open Sans Condensed', sans-serif;
text-transform : uppercase;
text-align : center;
display : block;
font-weight : bold;
}
input, textArea, select{
display : block;
height : 40px;
width : 290px;
margin-bottom : 10px;
margin-left : auto;
margin-right : auto;
background-color : white;
border : 1px solid #c6c6c6;
border-radius : 3px;
padding : 0.65em 0.95em;
font-size : 0.9em;
color : #7f7f7f;
}
select{
margin : 0;
}
textArea{
height : 120px;
resize : none;
}
ul{
display : block;
list-style-type : disc;
padding : 0;
}
li{
list-style: none;
}
.wrapper{
margin : 0;
padding : 0;
overflow : visible;
}
#header{
position : fixed;
top : 0;
width : 100%;
padding : 0.5em 0;
color : #1A1A1A;
z-index : 10000;
}
.position-relative{
position : relative;
}
.content-width{
position : relative;
max-width : 1024px;
margin : 0 auto;
padding : 0 30px;
display : block;
}
@media all and (orientation:portrait) {
.content_width {
position : relative;
margin : 0 auto;
padding : 0;
display : block;
text-align : center;
}
}
.header-line{
height : 50px;
margin : 0 0 0 -2.5%;
vertical-align : middle;
display : block;
}
.header-line::before{
content: '';
display : inline-block;
height : 100%;
vertical-align: middle;
}
.left{
display : inline-block;
overflow : visible;
margin : 0 0 0 2.5%;
width : 13.5%;
text-align : left;
}
@media all and (orientation:portrait) {
.left{
display : inline-block;
overflow : visible;
text-align : left;
}
}
.right{
display : inline-block;
overflow : visible;
margin : 0 0 0 2.5%;
width : 13.5%;
text-align : right;
}
.right a{
border-bottom : 1px dotted white;
}
.center{
position : relative;
width : 63.5%;
text-align : center;
display : inline-block;
overflow : visible;
margin: 0 0 0 2.5%;
font-size : 30px;
font-family: 'Open Sans', sans-serif;
}
.center a{
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.2em;
}
.video_wrapper{
height : 100%;
width : 100%;
display : block;
position : fixed;
background-image : url(../Image/main_background.png);
background-size : cover;
}
@media all and (orientation:portrait) {
.video_wrapper {
width: 100vw;
}
}
.about_us_wrapper{
position : relative;
height : 100vh;
width : 100vw;
display : block;
opacity : 0.7;
background-color : white;
padding-top: 8%;
}
.about_us_wrapper p{
margin : 0.8em auto 0 auto;
max-width : 75%;
font-size : 2em;
font-style : normal;
line-height : 1.2em;
text-align : center;
color : #1a1a1a;
opacity : 0;
}
@media all and (orientation:portrait) {
.about_us_wrapper{
height:100vh;
opacity : 0.7;
}
.about_us_wrapper p{
opacity : 1;
font-size : 40px;
}
#part_1{
margin-top : 5vh;
}
#part_2{
margin-top : 10vh;
}
}
.about_menu_wrapper{
height : 90vh;
width : 100vw;
display : block;
position : relative;
border-top : 2.5px solid #FFFC52;
background-image : url(../Image/kitchen.jpg);
background-size: cover;
background-repeat: no-repeat;
}
@media all and (orientation:portrait) {
.about_menu_wrapper{
height:60vh;
}
}
.about_menu_wrapper p{
font-style : normal;
font-size : 1.35em;
}
.forget_password{
margin-top : -15px;
height : 50px;
}
.forget_password p{
text-align : center;
text-transform : uppercase;
}
.forget_password a{
font-family: 'Roboto', sans-serif;
color : #7F7F7F;
font-size : 12px;
border-bottom : 1px dotted #7F7F7F;
}
.centered-content{
width : 100%;
text-align : center;
padding-bottom : 3.2em;
position : absolute;
top : 50%;
left : 50%;
transform : translate(-50%, -50%);
display : block;
color : white;
}
.centered-content h1{
font-size : 5.5em;
line-height : 0.95em;
margin : 0 auto;
color : white;
opacity : 0.9;
max-width: 80%;
letter-spacing: 0.00001em;
}
.button_arrangement{
position : absolute;
bottom : 56px;
left : 0;
right : 0;
width : 280px;
margin : 0 auto;
text-align : center;
font-size : 16px;
z-index : 10000;
}
@media all and (orientation:portrait) {
.button_arrangement{
z-index: 2;
}
.centered-content{
width : 100vw;
text-align : center;
padding-bottom : 3.2em;
position : absolute;
top : 25%;
left : 0;
transform : none;
display : block;
color : white;
}
}
.button, .button_no_transition{
color : white;
border : 3px solid white;
outline: none;
display : block;
position : relative;
white-space : nowrap;
overflow : hidden;
text-overflow : ellipsis;
text-align : center;
text-transform : uppercase;
letter-spacing: 0.15em;
padding : 0.7em 2em;
margin-bottom : 10px;
border-radius : 2px;
cursor : pointer;
width : 100%;
}
.button:hover {
background-color : #F7F991;
border : none;
color : black;
}
.text_link, .text_link_no_transition{
color : white;
border-color : white;
border-bottom : 1px dotted #9A9A9A;
cursor : pointer;
letter-spacing : 0.05em;
font-weight : bold;
text-transform : uppercase;
}
#footer .content-width{
padding : 1.5em 30px;
}
#footer{
vertical-align : bottom;
bottom : 0;
background-color : #000000;
min-height : 5em;
text-align : center;
display : block;
width : 100%;
}
.links{
display : block;
padding : .5em;
padding-right : 0;
}
.trademark{
color : #7F7F7F;
font-weight : normal;
}
.social_media_icons{
display : inline-block;
margin-left : 1em;
padding : .5em;
padding-left : 0;
}
.social_media_icons a{
cursor : pointer;
}
.facebook_icon{
background-image : url(../Image/Facebook.png);
background-size : cover;
background-position : center;
background-repeat : no-repeat;
width : 30px;
height : 30px;
display : inline-block;
}
.register_pop_up_wrapper, .sign_in_pop_up_wrapper{
width : 430px;
height : 530px;
background-color : white;
position : fixed;
top : 50%;
left : 50%;
transform: translate(-50%, -50%);
z-index : 1000;
}
@media all and (orientation:portrait) {
.register_pop_up_wrapper, .sign_in_pop_up_wrapper{
width : 100vw;
height : 100vh;
background-color : white;
position : fixed;
z-index : 1000;
}
}
.close_button{
position : absolute;
right : 6%;
top : 5%;
}
.back_button{
position : absolute;
left : 6%;
top : 5%;
}
.register_header{
display : block;
letter-spacing: 8px;
font-family: 'Open Sans', sans-serif;
font-size : 30px;
height : 50px;
color : black;
text-align : center;
padding-top : 20px;
}
.register_description, .register_description_4, .sign_in_description{
display : block;
font-family : 'Teko', sans-serif;
height : 220px;
padding-top : 10px;
}
.register_description_4{
height : 150px;
}
.errors{
margin-top : 10px;
color : red;
min-height: 30px;
}
.register_box{
display : block;
height : 100px;
}
.next_button_wrapper, .sign_in_button_wrapper{
height : 100px;
display : block;
}
.next_button_wrapper button, .sign_in_button_wrapper button{
margin-top: 25px;
width : 290px;
height : 45px;
display : block;
margin-left : auto;
margin-right : auto;
background-color : #1A1A1A;
color : #FFFFFF;
border : none;
border-radius : 2px;
letter-spacing: 0.1em;
}
#sign_in_button_wrapper_height {
height : 50px;
}
#sign_in_button_margin {
margin-top : 10px;
}
.register_description_2{
margin-top : 30px;
height : 145px;
display : block;
}
.login_inputs{
height : 120px;
display : block;
padding-top : 25px;
}
.register_description_2 p, .register_description_3 p, sign_in{
text-align : center;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 1.3em;
font-weight : lighter;
display : block;
margin-left: auto;
margin-right : auto;
color : black;
}
.google_map_display{
position : absolute;
bottom : 50px;
display : block;
height : 235px;
padding-top : 10px;
}
.google_map_display img{
border-top : 1px solid grey;
height : 100%;
width : 100%;
}
.next_address, .next_details{
margin-top : 258px;
width : 290px;
height : 46px;
display : block;
margin-left : auto;
margin-right : auto;
background-color : #1A1A1A;
color : #FFFFFF;
border : none;
border-radius : 2px;
letter-spacing: 0.1em;
}
.next_details{
margin-top : 15px;
}
.register_description_3{
display : block;
margin-top : 30px;
}
.address_detail{
display : block;
height : 280px;
margin-top : 20px;
}
.double_input{
width : 290px;
height : 40px;
display : block;
margin-left: auto;
margin-right : auto;
margin-bottom : 10px;
}
#register_post_code, #register_first_name{
margin-left : auto;
margin-right : auto;
display : inline-block;
width : 140px;
}
#register_state, #register_last_name{
margin-left : 10px;
display : inline-block;
width : 135px;
}
input:focus, textArea:focus{
outline : none !important;
border : 1px solid #E8ED01;
box-shadow: 0 0 10px #F1F383;
}
.register_description p, .register_description_4 p, .sign_in_description p{
padding-top : 5px;
text-align : center;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 1.2em;
font-weight : lighter;
display : block;
margin-left : auto;
margin-right : auto;
color : #1A1A1A;
}
#address_input{
margin-top : 20px;
}
.personal_details{
display : block;
height : 206px;
margin-top : 11px
}
.contents{
position : absolute;
z-index : 100;
top : 100vh;
}
.process_step_wrapper{
width : 100%;
//min-width : 800px;
height : 1150px;
background-color : black;
position : relative;
}
@media all and (orientation:portrait) {
.process_step_wrapper{
width : 100vw;
min-width : 0px;
height : auto;
background-color : black;
position : initial;
}
}
.divider_1{
position : absolute;
background-color : white;
}
.divider_2{
position : absolute;
bottom : 0;
width : 100%;
height : 50px;
background-color : white;
}
@media all and (orientation:portrait) {
.divider_1 {
top : 0;
position : relative;
}
}
.icon_box_1 {
height : 150px;
width : 15%;
min-width : 150px;
max-width : 150px;
position : absolute;
border-radius : 50%;
background-color : #E2E1E1;
top : 50px;
left : 50px;
border : 1px solid #FFFC52;
}
.legend_1{
height : 30px;
width : 15%;
min-width : 150px;
max-width: 150px;
position : absolute;
border-radius : 20%;
border : 1px solid #FFFC52 ;// #A29F9F;
bottom : 10px;
left : 50px;
background-color : whitesmoke;//#E7E7E7;
text-align : center;
text-transform : uppercase;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 18px;
}
.legend_2{
height : 30px;
width : 15%;
min-width : 150px;
max-width: 150px;
position : absolute;
border-radius : 20%;
border : 3px solid #A29F9F;
bottom : 10px;
right : 50px;
background-color : whitesmoke;
text-align : center;
text-transform : uppercase;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 18px;
}
@media all and (orientation:portrait) {
.legend_1, .legend_2{
width : 40vw;
height : 4vh;
left : 30vw;
right : 35vw;
max-width:none;
bottom : 5vh;
padding-top : 10px;
font-size : 22px;
}
.video_wrapper{
position : relative;
}
.contents{
position : absolute;
}
}
.text_on_right{
height : 100%;
width : 450px;
min-width : 450px;
position : absolute;
padding-top : 50px;
opacity : 0.7;
right : 0;
color : white;
border-top-left-radius: 10%;
border-bottom-left-radius: 10%;
}
.text_on_right p, .text_on_left p{
font-family: 'Open Sans Condensed', sans-serif;
font-size : 30px;
color : #1a1a1a;
cursor : default;
}
.text_on_right:hover, .text_on_left:hover {
opacity : 1;
}
.text_on_left {
height : 100%;
width : 450px;
position : absolute;
padding-top : 50px;
min-width : 450px;
opacity : 0.7;
border-top-right-radius : 10%;
border-bottom-right-radius: 10%;
left : 0;
color : white;
}
@media all and (orientation:portrait) {
.text_on_right,.text_on_left{
height : 100%;
// width : 450px;
min-width : 0;
margin : 0;
// position : absolute;
// padding-top : 50px;
// background-color: #FFE033;
opacity : 0.7;
right : auto;
left : auto;
width :100%;
padding-top:10px;
background-color:transparent;
color : white;
border-top-left-radius: 10%;
border-bottom-left-radius: 10%;
text-align : center;
}
.text_on_left p, .text_on_right p{
font-size : 50px;
}
}
@media all and (orientation:portrait) {
.icon_box_1,.icon_box_2 {
width : 70vw;
left : 15vw;
right : 15vw;
top : 20vh;
height : 80vw;
border-radius : 50%;
max-width:none;
max-height: none;
background-size:cover;
}
}
.process_1{
position : absolute;
width : 100%;
height : 250px;
top : 100px;
background-color : white;
}
.process_2{
position : absolute;
width : 100%;
height : 250px;
top : 350px;
background-color : white; //#BBBBB9;
}
.process_3{
position : absolute;
width : 100%;
height : 250px;
top : 600px;
background-color : white;
}
.process_4{
position : absolute;
width : 100%;
height : 250px;
top : 850px;
background-color : white;
}
@media all and (orientation:portrait) {
.process_1, .process_2, .process_3,.process_4{
position : relative;
top : 0;
display : block;
height : 100vh;
}
}
// set viewing of each icon to 1 screen
.video_display{
min-height: 100%;
min-width : 100%;
height : 100%;
width : 100%;
display : block;
position : absolute;
top : 0;
left : 0;
object-fit: fill;
}
@media all and (orientation:portrait) {
.video_display{
// min-height: 100%;
// min-width : 100%;
height : 100%;
// width : 100%;
display : block;
position : absolute;
top : 0;
// object-fit: fill;
}
}
.menu_contents{
background-color : #EDEDE9;
}
.menu_details_contents{
}
.main_image_wrapper{
background-image : url(../Image/raspberry.jpeg);
background-repeat : no-repeat;
background-size : cover;
position : relative;
background-position : center bottom;
height : 500px;
margin : 0 auto;
width : 100%;
}
.centered_text{
width : 100%;
text-align : center;
padding : 0 30px;
position : relative;
top : 50%;
left : 50%;
transform : translate(-50%, -50%);
}
.centered_text h1{
line-height : 1;
color : white;
font-size : 6.2em;
display : inline-block;
}
.centered_text h1 hr{
display : inline-block;
height : 0;
margin : 0;
padding : 0;
vertical-align : middle;
border-color : white;
}
.text_wrapper{
position : relative;
margin-top : 40px;
margin-bottom : 40px;
}
.bottom_ribbon_text_wrapper{
position : absolute;
bottom : 0;
width : 100%;
padding : 7px 0;
text-align : center;
color : #1A1A1A;
font-size : 1.1em;
}
.bottom_ribbon_text_wrapper a span{
color : #1A1A1A;
}
.bottom_ribbon_text_wrapper a {
font-size : 1.1em;
}
#color_selected{
background-color : #FFCC00;
}
.product_section_wrapper h4{
margin : 40px 0;
}
ul .menu-items{
margin-bottom: 0;
}
.menu-item{
margin : 0 auto 40px;
display : block;
max-width : 1024px;
}
.menu-item-container{
background-color : #FFFFFF;
margin : 0 30px;
}
.image-box {
display : block;
position : relative;
border-bottom : 0px;
width : 100%;
background-color : #D4D3D3;
background-position : center;
background-size : 94px 94px;
content : ' ';
display : block;
padding-top : 45%;
}
.image{
position : absolute;
top : 0;
left : 0;
bottom : 0;
right : 0;
background-repeat : no-repeat;
background-position : center bottom;
background-size : 100% 100%;
}
.details{
text-align : center;
padding : 30px 20px;
}
.details h3{
margin : 0;
line-height: 1em;
}
.details h5{
margin : 0;
font-weight : lighter;
}
.balanced-text{
position : relative;
}
.details h3 span{
display : inline-block;
}
.actions{
max-width : 600px;
margin : 0 auto;
}
.details .line{
margin-left : -1.5%;
}
.line{
margin : 0 0 0 -2.5%;
vertical-align : middle;
}
.line > .col2{
margin-left : 1.5%;
}
.line > *.col2 {
width : 47.5%;
}
.line > *{
display : inline-block;
overflow : visible;
margin : 0 0 0 2.5%;
}
.actions .button{
height : 46px;
line-height: 23px;
}
a.button.secondary{
background-color : #FEE778;
border-color : #FDD513;
border-width: 1px;
color : #1A1A1A;
}
a.button.primary{
background-color : #1A1A1A;
border-color : #000000;
border-width: 1px;
color : #FFFFFF;
font-weight: normal;
}
.page{
min-height : 100%;
margin-bottom : -5em;
}
#menu-item{
background-color : white;
}
.clickable.back{
background-color : #FFFFFF;
}
.header-line.clickable{
border: 2px solid #FFFFFF;
font-size : 20px;
}
.clickable{
position : relative;
display : inline-block;
width : 40px;
height : 40px;
line-height : 40px;
font-weight : lighter;
letter-spacing : normal;
border-radius : 50%;
text-align : center;
cursor : pointer;
}
.icons-back{
position : absolute;
top : 30%;
left : 25%;
line-height : 1;
background-image : url(../Image/back.png);
background-size : cover;
width : 16px;
height : 16px;
background-repeat: no-repeat;
}
.background-image-holder{
content : ' ';
position : absolute;
max-width : 1500px;
width : 100%;
height : 100%;
top : 0;
left : 0;
right : 0;
background-position : center;
background-size : 94px 94px;
background-color : #E6E6E6;
background-repeat : no-repeat;
min-height : 300px;
max-height : 67vh;
margin : 0 auto;
}
.background-image-wrapper{
min-height : 300px;
max-height : 67vh;
max-width : 1500px;
margin : 0 auto;
background-position : center bottom;
background-repeat : no-repeat;
background-size : cover;
height : 100vh;
position : relative;
color : white;
border-color : white;
}
.section_description{
display : none;
background-color : #FFFFFF;
margin : 0;
padding : 40px 0 20px;
text-align : center;
color : #FFFFFF;
}
.section_head{
margin-bottom : 40px;
text-align : center;
}
.section_head h4 span{
display : table-cell;
}
.line-height-checker{
display : inline-block;
position : absolute;
top : 0;
left : 0;
visibility : hidden;
}
.section_buttons{
margin : 0 auto;
width : 360px;
}
.details-product-description{
margin-top : 10px;
background-color : #FFFFFF;
margin : 0;
padding : 40px 0 20px;
text-align : center;
}
.balanced-text span{
display : online-block;
}
.section_head h4{
display : table;
font-weight : lighter;
margin : 0.4em auto 0;
}
.width_auto{
height : 46px;
line-height : 23px;
display : inline-block;
width : auto;
padding-left : 3em;
padding-right : 3em;
background-color : #1a1a1a;
color : #FFFFFF;
font-weight : normal;
border : 2px solid #1A1A1A;
}
.details-product-categories{
margin-bottom : 10px;
margin : 40px auto;
padding : 0 30px;
text-align : center;
}
.the-list{
max-width : 500px;
margin : 0 auto;
text-align : left;
height : 200px ;
background-color : #1A1A1A;
}
#adjustable-height{
background-color : transparent;
min-height : 200px;
height : auto;
}
.the-list ul{
vertical-align : middle;
}
.the-list ul li{
position : relative;
display : inline-block;
min-width : 100px;
min-height : 120px;
width : 20%;
height : 30%;
}
.list_image{
position : absolute;
height : 75%;
width : 100%;
background-repeat : no-repeat;
background-size : 80px 80px;
background-position : center;
}
.ingredient_name{
position : absolute;
font-family: 'IM Fell English', serif;
font-size : 14px;
bottom : 0;
height : 25%;
width : 100%;
text-align : center;
}
.details-product-about{
margin : 40px auto;
padding : 0 30px;
background-color : #F7F7F7;
margin-bottom : 0;
margin-top : 0;
padding-bottom : 0;
padding-top : 40px;
text-align : center;
}
.details-product-about p, .details-product-ingredients p{
margin-bottom : 0;
font-style : normal;
line-height : 1.7em;
max-width : 500px;
color : #1A1A1A;
}
#margin-enabled{
margin-bottom : 40px;
}
.details-product-ingredients{
background-color : #F7F7F7;
margin : 40px auto;
margin-bottom : 0;
margin-top : 0;
padding : 0 30px;
padding-bottom : 30px;
padding-top : 40px;
text-align : center;
}
.details-product-ingredients .the-list{
max-width : 800px;
}
.details-product-allergens{
margin : 40px auto 0;
padding : 0 40px 40px;
text-align : center;
}
.details-product-allergens p{
color : #7F7F7F;
font-size : .82em;
font-style : italic;
line-height : 1.75em;
}
#login_error_messages, #login_error_messages_2{
height : 20px;
width : 290px;
margin-left : 70px;
position : fixed;
display : block;
top : 265px;
color : red;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 1.2em;
font-weight : lighter;
}
.expand_button{
height : 90%;
width : 50px;
background-color : #fbfafa;
border-radius : 50%;
background-size : 30px;
background-repeat : no-repeat;
background-position : center;
background-image : url(../Image/expand.png);
border : 2px solid #e0dada;
cursor : pointer;
}
.member_menu{
height : 100%;
width : 100%;
position : fixed;
top : 0%;
left : 0%;
background-color : black;
overflow : auto;
}
.member_menu_close_button{
position : absolute;
top : 10px;
left : 5%;
display : inline-block;
background-image : url(../Image/closebutton.png);
background-size : 30px;
border-radius : 50%;
background-position : center;
border : 2px solid white;
width : 40px;
height : 40px;
cursor : pointer;
}
.member_menu_cart_button{
position : absolute;
top : 5px;
right : 5%;
display : inline-block;
background-image : url(../Image/cart.png);
background-size : 30px;
background-position : center;
background-repeat : no-repeat;
border-radius : 50%;
border : 2px dotted #1a1a1a;
width : 40px;
height : 40px;
}
.left_filler, .right_filler{
width : 24.45%;
display : inline-block;
}
.center_filler{
width : 50%;
display : inline-block;
margin : auto;
position : absolute;
}
.center_box{
display : block;
height : 70px;
width : 100%;
margin : 0 auto;
margin-top : 10px;
position : absolute;
}
.center_filler a{
display: block;
text-align : center;
font-family : 'Open Sans', sans-serif;
letter-spacing : 0.2em;
font-size : 30px;
text-decoration: none;
}
.center_filler a:hover{
text-decoration : none;
color : white;
}
.left_5_percent{
display : block;
position : absolute;
top : 10px;
left : 5%;
}
.member_menu_header{
height : 60px;
width : 100%;
display : inline-block;
margin : auto;
}
.member_menu_body{
height : 550px;
width : 100%;
}
.list_box{
height : 85px;
width : 100%;
background-color : black;
}
.list_box .centered_text a{
color : white;
font-family: 'Open Sans Condensed', sans-serif;
font-weight : 700;
font-size : 38px;
letter-spacing : 0.05em;
text-transform: uppercase;
}
.list_box .centered_text a:hover{
color : #FFCD5C;
}
.list_box .centered_text hr{
border-color : #4C4C4C;
margin : 10px auto;
}
.list_box_sign_out{
height : 125px;
width : 100%;
text-align : center;
}
#sign_out_button{
text-align : center;
border : 1px solid #7F7F7F;
background-color : transparent;
margin-left : auto;
margin-right : auto;
color : #FFFFFF;
display : inline-block;
font-family : 'Open Sans Condensed', sans-serif;
font-weight : 700;
font-size : 16px;
text-transform: uppercase;
text-decoration : none;
border-radius : 2px;
cursor : pointer;
padding : 0.7em 2em;
padding-left : 4em;
padding-right : 4em;
margin-top : 90px;
}
.register_errors{
margin-top : 10px;
color : red;
min-height : 30px;
padding-left : 70px;
font-style : italic;
font-family: 'IM Fell English', serif;
font-size : 1.2em;
}
.number_display{
position : absolute;
margin-left : 30px;
height : 20px;
width : 20px;
background-color : black;
border-radius : 50%;
color : white;
text-align : center;
font-size : 14px;
font-family: 'IM Fell English', serif;
}
.icon_box_wrapper{
height : 100%;
background-color : blue;
width : 200px;
}
#click_cursor{
cursor : pointer;
}
.success{
text-align : center;
font-size : 18px;
font-style: italic;
font-family: 'IM Fell English', serif;
color : green;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.footer:hover{
background-color: #F8F6F6;
color: black;
}
footer{
background-color: black;
color: white;
text-align: center;
}
.linkFooter{
text-transform: uppercase;
border-bottom : 1px dotted #999;
display : inline-block;
text-decoration: none;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*="title-"] {
width: 100%;
font-size: 100%;
}
.nav.navbar-nav>li{
margin : 0;
}
.nav>li>a{
padding : 5px ;
}
.container-fluid{
padding-top : 30px;
}
}
.container-fluid{
padding-top : 15px;
padding-bottom : 15px;
} | Image/SelfFeed_files/index.css | div{
display : block;
}
html, body{
padding : 0 !important;
margin : 0 !important;
background-color : transparent;
overflow : auto;
box-sizing: border-box;
}
a{
text-decoration: none;
color : white;
font-family: 'Open Sans Condensed', sans-serif;
list-style-type: none;
cursor : pointer;
}
a:hover{
text-decoration : none;
color : white;
}
a[name]{
display : block;
content : " ";
position : relative;
top : -50%;
visibility : hidden;
}
h2{
font-size : 3.2em;
font-weight: bold;
font-family: 'Dosis', sans-serif;
line-height : 1em;
letter-spacing : 0.01em;
text-align : center;
font-weight : bold;
color : #1a1a1a;
display : block;
}
h2 hr{
margin : 0.2em auto;
}
h4{
font-size : 1.25em;
letter-spacing: 0.1em;
padding-left : 0.1em;
font-family: 'Amaranth', sans-serif;
text-transform : uppercase;
text-align : center;
color : #1A1A1A
}
h4 hr{
width : 37px;
display : inline-block;
margin : 0 20px 0.3em;
border-color : #7F7F7F;
}
h3, .section_head h2{
font-size : 2.75em;
letter-spacing : 0.05em;
padding-left: 0.05em;
font-family: 'Amaranth', sans-serif;
text-transform: uppercase;
text-align :center;
color : #1A1A1A;
}
.section_head h2{
font-size :3.2em;
}
h5{
color : #7F7F7F;
font-size : 1.05em;
letter-spacing : 0.07em;
padding-left : 0.07em;
font-family : 'Amaranth', sans-serif;
text-transform: uppercase;
text-align: center;
}
h5 .balanced-text span, h4 span .balanced-text{
font-family: 'Dosis', sans-serif;
font-weight : 200;
}
h5 hr{
margin-top : 12px;
border-color : #7F7F7F;
}
hr {
width : 56px;
border-color : #1a1a1a;
border-width : 2px;
display : block;
}
p{
font-size : 1.65em;
margin : 0.8em auto 0 auto;
max-width : 75%;
line-height : 1.25em;
color : white;
font-family: 'Prociono', serif;
cursor : default;
}
span{
letter-spacing : .05em;
}
h1{
letter-spacing : 0.04em;
padding-left: 0.04em;
font-family: 'Open Sans Condensed', sans-serif;
text-transform : uppercase;
text-align : center;
display : block;
font-weight : bold;
}
input, textArea, select{
display : block;
height : 40px;
width : 290px;
margin-bottom : 10px;
margin-left : auto;
margin-right : auto;
background-color : white;
border : 1px solid #c6c6c6;
border-radius : 3px;
padding : 0.65em 0.95em;
font-size : 0.9em;
color : #7f7f7f;
}
select{
margin : 0;
}
textArea{
height : 120px;
resize : none;
}
ul{
display : block;
list-style-type : disc;
padding : 0;
}
li{
list-style: none;
}
.wrapper{
margin : 0;
padding : 0;
overflow : visible;
}
#header{
position : fixed;
top : 0;
width : 100%;
padding : 0.5em 0;
color : #1A1A1A;
z-index : 10000;
}
.position-relative{
position : relative;
}
.content-width{
position : relative;
max-width : 1024px;
margin : 0 auto;
padding : 0 30px;
display : block;
}
@media all and (orientation:portrait) {
.content_width {
position : relative;
margin : 0 auto;
padding : 0;
display : block;
text-align : center;
}
}
.header-line{
height : 50px;
margin : 0 0 0 -2.5%;
vertical-align : middle;
display : block;
}
.header-line::before{
content: '';
display : inline-block;
height : 100%;
vertical-align: middle;
}
.left{
display : inline-block;
overflow : visible;
margin : 0 0 0 2.5%;
width : 13.5%;
text-align : left;
}
@media all and (orientation:portrait) {
.left{
display : inline-block;
overflow : visible;
text-align : left;
}
}
.right{
display : inline-block;
overflow : visible;
margin : 0 0 0 2.5%;
width : 13.5%;
text-align : right;
}
.right a{
border-bottom : 1px dotted white;
}
.center{
position : relative;
width : 63.5%;
text-align : center;
display : inline-block;
overflow : visible;
margin: 0 0 0 2.5%;
font-size : 30px;
font-family: 'Open Sans', sans-serif;
}
.center a{
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.2em;
}
.video_wrapper{
height : 100%;
width : 100%;
display : block;
position : fixed;
background-image : url(../Image/main_background.png);
background-size : cover;
}
@media all and (orientation:portrait) {
.video_wrapper {
width: 100vw;
}
}
.about_us_wrapper{
position : relative;
height : 100vh;
width : 100vw;
display : block;
opacity : 0.7;
background-color : white;
padding-top: 8%;
}
.about_us_wrapper p{
margin : 0.8em auto 0 auto;
max-width : 75%;
font-size : 2em;
font-style : normal;
line-height : 1.2em;
text-align : center;
color : #1a1a1a;
opacity : 0;
}
@media all and (orientation:portrait) {
.about_us_wrapper{
height:100vh;
opacity : 0.7;
}
.about_us_wrapper p{
opacity : 1;
font-size : 40px;
}
#part_1{
margin-top : 5vh;
}
#part_2{
margin-top : 10vh;
}
}
.about_menu_wrapper{
height : 90vh;
width : 100vw;
display : block;
position : relative;
border-top : 2.5px solid #FFFC52;
background-image : url(../Image/kitchen.jpg);
background-size: cover;
background-repeat: no-repeat;
}
@media all and (orientation:portrait) {
.about_menu_wrapper{
height:60vh;
}
}
.about_menu_wrapper p{
font-style : normal;
font-size : 1.35em;
}
.forget_password{
margin-top : -15px;
height : 50px;
}
.forget_password p{
text-align : center;
text-transform : uppercase;
}
.forget_password a{
font-family: 'Roboto', sans-serif;
color : #7F7F7F;
font-size : 12px;
border-bottom : 1px dotted #7F7F7F;
}
.centered-content{
width : 100%;
text-align : center;
padding-bottom : 3.2em;
position : absolute;
top : 50%;
left : 50%;
transform : translate(-50%, -50%);
display : block;
color : white;
}
.centered-content h1{
font-size : 5.5em;
line-height : 0.95em;
margin : 0 auto;
color : white;
opacity : 0.9;
max-width: 80%;
letter-spacing: 0.00001em;
}
.button_arrangement{
position : absolute;
bottom : 56px;
left : 0;
right : 0;
width : 280px;
margin : 0 auto;
text-align : center;
font-size : 16px;
z-index : 10000;
}
@media all and (orientation:portrait) {
.button_arrangement{
z-index: 2;
}
.centered-content{
width : 100vw;
text-align : center;
padding-bottom : 3.2em;
position : absolute;
top : 25%;
left : 0;
transform : none;
display : block;
color : white;
}
}
.button, .button_no_transition{
color : white;
border : 3px solid white;
outline: none;
display : block;
position : relative;
white-space : nowrap;
overflow : hidden;
text-overflow : ellipsis;
text-align : center;
text-transform : uppercase;
letter-spacing: 0.15em;
padding : 0.7em 2em;
margin-bottom : 10px;
border-radius : 2px;
cursor : pointer;
width : 100%;
}
.button:hover {
background-color : #F7F991;
border : none;
color : black;
}
.text_link, .text_link_no_transition{
color : white;
border-color : white;
border-bottom : 1px dotted #9A9A9A;
cursor : pointer;
letter-spacing : 0.05em;
font-weight : bold;
text-transform : uppercase;
}
#footer .content-width{
padding : 1.5em 30px;
}
#footer{
vertical-align : bottom;
bottom : 0;
background-color : #000000;
min-height : 5em;
text-align : center;
display : block;
width : 100%;
}
.links{
display : block;
padding : .5em;
padding-right : 0;
}
.trademark{
color : #7F7F7F;
font-weight : normal;
}
.social_media_icons{
display : inline-block;
margin-left : 1em;
padding : .5em;
padding-left : 0;
}
.social_media_icons a{
cursor : pointer;
}
.facebook_icon{
background-image : url(../Image/Facebook.png);
background-size : cover;
background-position : center;
background-repeat : no-repeat;
width : 30px;
height : 30px;
display : inline-block;
}
.register_pop_up_wrapper, .sign_in_pop_up_wrapper{
width : 430px;
height : 530px;
background-color : white;
position : fixed;
top : 50%;
left : 50%;
transform: translate(-50%, -50%);
z-index : 1000;
}
@media all and (orientation:portrait) {
.register_pop_up_wrapper, .sign_in_pop_up_wrapper{
width : 100vw;
height : 100vh;
background-color : white;
position : fixed;
z-index : 1000;
}
}
.close_button{
position : absolute;
right : 6%;
top : 5%;
}
.back_button{
position : absolute;
left : 6%;
top : 5%;
}
.register_header{
display : block;
letter-spacing: 8px;
font-family: 'Open Sans', sans-serif;
font-size : 30px;
height : 50px;
color : black;
text-align : center;
padding-top : 20px;
}
.register_description, .register_description_4, .sign_in_description{
display : block;
font-family : 'Teko', sans-serif;
height : 220px;
padding-top : 10px;
}
.register_description_4{
height : 150px;
}
.errors{
margin-top : 10px;
color : red;
min-height: 30px;
}
.register_box{
display : block;
height : 100px;
}
.next_button_wrapper, .sign_in_button_wrapper{
height : 100px;
display : block;
}
.next_button_wrapper button, .sign_in_button_wrapper button{
margin-top: 25px;
width : 290px;
height : 45px;
display : block;
margin-left : auto;
margin-right : auto;
background-color : #1A1A1A;
color : #FFFFFF;
border : none;
border-radius : 2px;
letter-spacing: 0.1em;
}
#sign_in_button_wrapper_height {
height : 50px;
}
#sign_in_button_margin {
margin-top : 10px;
}
.register_description_2{
margin-top : 30px;
height : 145px;
display : block;
}
.login_inputs{
height : 120px;
display : block;
padding-top : 25px;
}
.register_description_2 p, .register_description_3 p, sign_in{
text-align : center;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 1.3em;
font-weight : lighter;
display : block;
margin-left: auto;
margin-right : auto;
color : black;
}
.google_map_display{
position : absolute;
bottom : 50px;
display : block;
height : 235px;
padding-top : 10px;
}
.google_map_display img{
border-top : 1px solid grey;
height : 100%;
width : 100%;
}
.next_address, .next_details{
margin-top : 258px;
width : 290px;
height : 46px;
display : block;
margin-left : auto;
margin-right : auto;
background-color : #1A1A1A;
color : #FFFFFF;
border : none;
border-radius : 2px;
letter-spacing: 0.1em;
}
.next_details{
margin-top : 15px;
}
.register_description_3{
display : block;
margin-top : 30px;
}
.address_detail{
display : block;
height : 280px;
margin-top : 20px;
}
.double_input{
width : 290px;
height : 40px;
display : block;
margin-left: auto;
margin-right : auto;
margin-bottom : 10px;
}
#register_post_code, #register_first_name{
margin-left : auto;
margin-right : auto;
display : inline-block;
width : 140px;
}
#register_state, #register_last_name{
margin-left : 10px;
display : inline-block;
width : 135px;
}
input:focus, textArea:focus{
outline : none !important;
border : 1px solid #E8ED01;
box-shadow: 0 0 10px #F1F383;
}
.register_description p, .register_description_4 p, .sign_in_description p{
padding-top : 5px;
text-align : center;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 1.2em;
font-weight : lighter;
display : block;
margin-left : auto;
margin-right : auto;
color : #1A1A1A;
}
#address_input{
margin-top : 20px;
}
.personal_details{
display : block;
height : 206px;
margin-top : 11px
}
.contents{
position : absolute;
z-index : 100;
top : 100vh;
}
.process_step_wrapper{
width : 100%;
//min-width : 800px;
height : 1150px;
background-color : black;
position : relative;
}
@media all and (orientation:portrait) {
.process_step_wrapper{
width : 100vw;
min-width : 0px;
height : auto;
background-color : black;
position : initial;
}
}
.divider_1{
position : absolute;
background-color : white;
}
.divider_2{
position : absolute;
bottom : 0;
width : 100%;
height : 50px;
background-color : white;
}
@media all and (orientation:portrait) {
.divider_1 {
top : 0;
position : relative;
}
}
.icon_box_1 {
height : 150px;
width : 15%;
min-width : 150px;
max-width : 150px;
position : absolute;
border-radius : 50%;
background-color : #E2E1E1;
top : 50px;
left : 50px;
border : 1px solid #FFFC52;
}
.legend_1{
height : 30px;
width : 15%;
min-width : 150px;
max-width: 150px;
position : absolute;
border-radius : 20%;
border : 1px solid #FFFC52 ;// #A29F9F;
bottom : 10px;
left : 50px;
background-color : whitesmoke;//#E7E7E7;
text-align : center;
text-transform : uppercase;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 18px;
}
.legend_2{
height : 30px;
width : 15%;
min-width : 150px;
max-width: 150px;
position : absolute;
border-radius : 20%;
border : 3px solid #A29F9F;
bottom : 10px;
right : 50px;
background-color : whitesmoke;
text-align : center;
text-transform : uppercase;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 18px;
}
@media all and (orientation:portrait) {
.legend_1, .legend_2{
width : 40vw;
height : 4vh;
left : 30vw;
right : 35vw;
max-width:none;
bottom : 5vh;
padding-top : 10px;
font-size : 22px;
}
.video_wrapper{
position : relative;
}
.contents{
position : absolute;
}
}
.text_on_right{
height : 100%;
width : 450px;
min-width : 450px;
position : absolute;
padding-top : 50px;
opacity : 0.7;
right : 0;
color : white;
border-top-left-radius: 10%;
border-bottom-left-radius: 10%;
}
.text_on_right p, .text_on_left p{
font-family: 'Open Sans Condensed', sans-serif;
font-size : 30px;
color : #1a1a1a;
cursor : default;
}
.text_on_right:hover, .text_on_left:hover {
opacity : 1;
}
.text_on_left {
height : 100%;
width : 450px;
position : absolute;
padding-top : 50px;
min-width : 450px;
opacity : 0.7;
border-top-right-radius : 10%;
border-bottom-right-radius: 10%;
left : 0;
color : white;
}
@media all and (orientation:portrait) {
.text_on_right,.text_on_left{
height : 100%;
// width : 450px;
min-width : 0;
margin : 0;
// position : absolute;
// padding-top : 50px;
// background-color: #FFE033;
opacity : 0.7;
right : auto;
left : auto;
width :100%;
padding-top:10px;
background-color:transparent;
color : white;
border-top-left-radius: 10%;
border-bottom-left-radius: 10%;
text-align : center;
}
.text_on_left p, .text_on_right p{
font-size : 50px;
}
}
@media all and (orientation:portrait) {
.icon_box_1,.icon_box_2 {
width : 70vw;
left : 15vw;
right : 15vw;
top : 20vh;
height : 80vw;
border-radius : 50%;
max-width:none;
max-height: none;
background-size:cover;
}
}
.process_1{
position : absolute;
width : 100%;
height : 250px;
top : 100px;
background-color : white;
}
.process_2{
position : absolute;
width : 100%;
height : 250px;
top : 350px;
background-color : white; //#BBBBB9;
}
.process_3{
position : absolute;
width : 100%;
height : 250px;
top : 600px;
background-color : white;
}
.process_4{
position : absolute;
width : 100%;
height : 250px;
top : 850px;
background-color : white;
}
@media all and (orientation:portrait) {
.process_1, .process_2, .process_3,.process_4{
position : relative;
top : 0;
display : block;
height : 100vh;
}
}
// set viewing of each icon to 1 screen
.video_display{
min-height: 100%;
min-width : 100%;
height : 100%;
width : 100%;
display : block;
position : absolute;
top : 0;
left : 0;
object-fit: fill;
}
@media all and (orientation:portrait) {
.video_display{
// min-height: 100%;
// min-width : 100%;
height : 100%;
// width : 100%;
display : block;
position : absolute;
top : 0;
// object-fit: fill;
}
}
.menu_contents{
background-color : #EDEDE9;
}
.menu_details_contents{
}
.main_image_wrapper{
background-image : url(../Image/raspberry.jpeg);
background-repeat : no-repeat;
background-size : cover;
position : relative;
background-position : center bottom;
height : 500px;
margin : 0 auto;
width : 100%;
}
.centered_text{
width : 100%;
text-align : center;
padding : 0 30px;
position : relative;
top : 50%;
left : 50%;
transform : translate(-50%, -50%);
}
.centered_text h1{
line-height : 1;
color : white;
font-size : 6.2em;
display : inline-block;
}
.centered_text h1 hr{
display : inline-block;
height : 0;
margin : 0;
padding : 0;
vertical-align : middle;
border-color : white;
}
.text_wrapper{
position : relative;
margin-top : 40px;
margin-bottom : 40px;
}
.bottom_ribbon_text_wrapper{
position : absolute;
bottom : 0;
width : 100%;
padding : 7px 0;
text-align : center;
color : #1A1A1A;
font-size : 1.1em;
}
.bottom_ribbon_text_wrapper a span{
color : #1A1A1A;
}
.bottom_ribbon_text_wrapper a {
font-size : 1.1em;
}
#color_selected{
background-color : #FFCC00;
}
.product_section_wrapper h4{
margin : 40px 0;
}
ul .menu-items{
margin-bottom: 0;
}
.menu-item{
margin : 0 auto 40px;
display : block;
max-width : 1024px;
}
.menu-item-container{
background-color : #FFFFFF;
margin : 0 30px;
}
.image-box {
display : block;
position : relative;
border-bottom : 0px;
width : 100%;
background-color : #D4D3D3;
background-position : center;
background-size : 94px 94px;
content : ' ';
display : block;
padding-top : 45%;
}
.image{
position : absolute;
top : 0;
left : 0;
bottom : 0;
right : 0;
background-repeat : no-repeat;
background-position : center bottom;
background-size : 100% 100%;
}
.details{
text-align : center;
padding : 30px 20px;
}
.details h3{
margin : 0;
line-height: 1em;
}
.details h5{
margin : 0;
font-weight : lighter;
}
.balanced-text{
position : relative;
}
.details h3 span{
display : inline-block;
}
.actions{
max-width : 600px;
margin : 0 auto;
}
.details .line{
margin-left : -1.5%;
}
.line{
margin : 0 0 0 -2.5%;
vertical-align : middle;
}
.line > .col2{
margin-left : 1.5%;
}
.line > *.col2 {
width : 47.5%;
}
.line > *{
display : inline-block;
overflow : visible;
margin : 0 0 0 2.5%;
}
.actions .button{
height : 46px;
line-height: 23px;
}
a.button.secondary{
background-color : #FEE778;
border-color : #FDD513;
border-width: 1px;
color : #1A1A1A;
}
a.button.primary{
background-color : #1A1A1A;
border-color : #000000;
border-width: 1px;
color : #FFFFFF;
font-weight: normal;
}
.page{
min-height : 100%;
margin-bottom : -5em;
}
#menu-item{
background-color : white;
}
.clickable.back{
background-color : #FFFFFF;
}
.header-line.clickable{
border: 2px solid #FFFFFF;
font-size : 20px;
}
.clickable{
position : relative;
display : inline-block;
width : 40px;
height : 40px;
line-height : 40px;
font-weight : lighter;
letter-spacing : normal;
border-radius : 50%;
text-align : center;
cursor : pointer;
}
.icons-back{
position : absolute;
top : 30%;
left : 25%;
line-height : 1;
background-image : url(../Image/back.png);
background-size : cover;
width : 16px;
height : 16px;
background-repeat: no-repeat;
}
.background-image-holder{
content : ' ';
position : absolute;
max-width : 1500px;
width : 100%;
height : 100%;
top : 0;
left : 0;
right : 0;
background-position : center;
background-size : 94px 94px;
background-color : #E6E6E6;
background-repeat : no-repeat;
min-height : 300px;
max-height : 67vh;
margin : 0 auto;
}
.background-image-wrapper{
min-height : 300px;
max-height : 67vh;
max-width : 1500px;
margin : 0 auto;
background-position : center bottom;
background-repeat : no-repeat;
background-size : cover;
height : 100vh;
position : relative;
color : white;
border-color : white;
}
.section_description{
display : none;
background-color : #FFFFFF;
margin : 0;
padding : 40px 0 20px;
text-align : center;
color : #FFFFFF;
}
.section_head{
margin-bottom : 40px;
text-align : center;
}
.section_head h4 span{
display : table-cell;
}
.line-height-checker{
display : inline-block;
position : absolute;
top : 0;
left : 0;
visibility : hidden;
}
.section_buttons{
margin : 0 auto;
width : 360px;
}
.details-product-description{
margin-top : 10px;
background-color : #FFFFFF;
margin : 0;
padding : 40px 0 20px;
text-align : center;
}
.balanced-text span{
display : online-block;
}
.section_head h4{
display : table;
font-weight : lighter;
margin : 0.4em auto 0;
}
.width_auto{
height : 46px;
line-height : 23px;
display : inline-block;
width : auto;
padding-left : 3em;
padding-right : 3em;
background-color : #1a1a1a;
color : #FFFFFF;
font-weight : normal;
border : 2px solid #1A1A1A;
}
.details-product-categories{
margin-bottom : 10px;
margin : 40px auto;
padding : 0 30px;
text-align : center;
}
.the-list{
max-width : 500px;
margin : 0 auto;
text-align : left;
height : 200px ;
background-color : #1A1A1A;
}
#adjustable-height{
background-color : transparent;
min-height : 200px;
height : auto;
}
.the-list ul{
vertical-align : middle;
}
.the-list ul li{
position : relative;
display : inline-block;
min-width : 100px;
min-height : 120px;
width : 20%;
height : 30%;
}
.list_image{
position : absolute;
height : 75%;
width : 100%;
background-repeat : no-repeat;
background-size : 80px 80px;
background-position : center;
}
.ingredient_name{
position : absolute;
font-family: 'IM Fell English', serif;
font-size : 14px;
bottom : 0;
height : 25%;
width : 100%;
text-align : center;
}
.details-product-about{
margin : 40px auto;
padding : 0 30px;
background-color : #F7F7F7;
margin-bottom : 0;
margin-top : 0;
padding-bottom : 0;
padding-top : 40px;
text-align : center;
}
.details-product-about p, .details-product-ingredients p{
margin-bottom : 0;
font-style : normal;
line-height : 1.7em;
max-width : 500px;
color : #1A1A1A;
}
#margin-enabled{
margin-bottom : 40px;
}
.details-product-ingredients{
background-color : #F7F7F7;
margin : 40px auto;
margin-bottom : 0;
margin-top : 0;
padding : 0 30px;
padding-bottom : 30px;
padding-top : 40px;
text-align : center;
}
.details-product-ingredients .the-list{
max-width : 800px;
}
.details-product-allergens{
margin : 40px auto 0;
padding : 0 40px 40px;
text-align : center;
}
.details-product-allergens p{
color : #7F7F7F;
font-size : .82em;
font-style : italic;
line-height : 1.75em;
}
#login_error_messages, #login_error_messages_2{
height : 20px;
width : 290px;
margin-left : 70px;
position : fixed;
display : block;
top : 265px;
color : red;
font-family: 'IM Fell English', serif;
font-style : italic;
font-size : 1.2em;
font-weight : lighter;
}
.expand_button{
height : 90%;
width : 50px;
background-color : #fbfafa;
border-radius : 50%;
background-size : 30px;
background-repeat : no-repeat;
background-position : center;
background-image : url(../Image/expand.png);
border : 2px solid #e0dada;
cursor : pointer;
}
.member_menu{
height : 100%;
width : 100%;
position : fixed;
top : 0%;
left : 0%;
background-color : black;
overflow : auto;
}
.member_menu_close_button{
position : absolute;
top : 10px;
left : 5%;
display : inline-block;
background-image : url(../Image/closebutton.png);
background-size : 30px;
border-radius : 50%;
background-position : center;
border : 2px solid white;
width : 40px;
height : 40px;
cursor : pointer;
}
.member_menu_cart_button{
position : absolute;
top : 5px;
right : 5%;
display : inline-block;
background-image : url(../Image/cart.png);
background-size : 30px;
background-position : center;
background-repeat : no-repeat;
border-radius : 50%;
border : 2px dotted #1a1a1a;
width : 40px;
height : 40px;
}
.left_filler, .right_filler{
width : 24.45%;
display : inline-block;
}
.center_filler{
width : 50%;
display : inline-block;
margin : auto;
position : absolute;
}
.center_box{
display : block;
height : 70px;
width : 100%;
margin : 0 auto;
margin-top : 10px;
position : absolute;
}
.center_filler a{
display: block;
text-align : center;
font-family : 'Open Sans', sans-serif;
letter-spacing : 0.2em;
font-size : 30px;
text-decoration: none;
}
.center_filler a:hover{
text-decoration : none;
color : white;
}
.left_5_percent{
display : block;
position : absolute;
top : 10px;
left : 5%;
}
.member_menu_header{
height : 60px;
width : 100%;
display : inline-block;
margin : auto;
}
.member_menu_body{
height : 550px;
width : 100%;
}
.list_box{
height : 85px;
width : 100%;
background-color : black;
}
.list_box .centered_text a{
color : white;
font-family: 'Open Sans Condensed', sans-serif;
font-weight : 700;
font-size : 38px;
letter-spacing : 0.05em;
text-transform: uppercase;
}
.list_box .centered_text a:hover{
color : #FFCD5C;
}
.list_box .centered_text hr{
border-color : #4C4C4C;
margin : 10px auto;
}
.list_box_sign_out{
height : 125px;
width : 100%;
text-align : center;
}
#sign_out_button{
text-align : center;
border : 1px solid #7F7F7F;
background-color : transparent;
margin-left : auto;
margin-right : auto;
color : #FFFFFF;
display : inline-block;
font-family : 'Open Sans Condensed', sans-serif;
font-weight : 700;
font-size : 16px;
text-transform: uppercase;
text-decoration : none;
border-radius : 2px;
cursor : pointer;
padding : 0.7em 2em;
padding-left : 4em;
padding-right : 4em;
margin-top : 90px;
}
.register_errors{
margin-top : 10px;
color : red;
min-height : 30px;
padding-left : 70px;
font-style : italic;
font-family: 'IM Fell English', serif;
font-size : 1.2em;
}
.number_display{
position : absolute;
margin-left : 30px;
height : 20px;
width : 20px;
background-color : black;
border-radius : 50%;
color : white;
text-align : center;
font-size : 14px;
font-family: 'IM Fell English', serif;
}
.icon_box_wrapper{
height : 100%;
background-color : blue;
width : 200px;
}
#click_cursor{
cursor : pointer;
}
.success{
text-align : center;
font-size : 18px;
font-style: italic;
font-family: 'IM Fell English', serif;
color : green;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.footer:hover{
background-color: #F8F6F6;
color: black;
}
footer{
background-color: black;
color: white;
text-align: center;
}
.linkFooter{
text-transform: uppercase;
border-bottom : 1px dotted #999;
display : inline-block;
text-decoration: none;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*="title-"] {
width: 100%;
font-size: 100%;
}
.nav.navbar-nav>li{
margin : 0;
}
.nav>li>a{
padding : 5px ;
}
.container-fluid{
padding-top : 30px;
}
}
.container-fluid{
padding-top : 15px;
padding-bottom : 15px;
} | 0.473414 | 0.141163 |
#superContainer,.fp-section,.fp-slides,sub,sup{position:relative}
#portfolioURL a,#serviceListId a,.contactPs a,.footerSection a,.ul-nav li a{text-decoration:none}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,optgroup,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre,textarea{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:transparent}
#superContainer{height:100%;-ms-touch-action:none;touch-action:none}
.fp-section{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.fp-slide{float:left}
.fp-slide,.fp-slidesContainer{height:100%;display:block}
.fp-slides{z-index:1;height:100%;overflow:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}
.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}
.fp-slidesContainer{float:left;position:relative}
.fp-controlArrow{position:absolute;z-index:4;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
#fp-nav,.fp-controlArrow{top:50%;-webkit-transform:translate3d(0,0,0)}
.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}
.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}
.fp-scrollable{overflow:scroll}
.fp-notransition{-webkit-transition:none!important;transition:none!important}
#fp-nav{position:fixed;z-index:100;margin-top:-32px;opacity:1}
#fp-nav.right{right:17px}
#fp-nav.left{left:17px}
.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1}
.fp-slidesNav.bottom{bottom:17px}
.fp-slidesNav.top{top:17px}
#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}
#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}
.fp-slidesNav ul li{display:inline-block}
#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}
#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}
#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}
#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0}
#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}
#fp-nav ul li .fp-tooltip.right{right:20px}
#fp-nav ul li .fp-tooltip.left{left:20px}
body,html{height:100%}
h1,h2,h3,p{font-family:Roboto,sans-serif;font-weight:lighter}
#triangle,#triangleTop{display:none}
#top-logo-page-text{position:absolute;opacity:1;z-index:2000;text-align:center;left:0;right:0;width:6em;margin:37% auto;font-size:1.6em;color:#fff;font-weight:lighter;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;background-color:#576366;border-radius:.2em;padding:0 .1em}
.site,.threeD{position:relative;height:100%}
svg{fill:#c0c1c3}
.site{-webkit-transition:all 3s ease-in-out;-moz-transition:all 3s ease-in-out}
.threeD{-webkit-perspective:10000em;-webkit-transition:all .07s linear;-moz-perspective:60000em;-moz-transition:all .07s linear;width:100%}
.threedbox,.threedbox-open-menu{left:0;display:block;width:100%;top:0;position:absolute;-webkit-transition:all .5s ease-out;-webkit-transform-style:preserve-3d;-moz-transition:all .5s ease-out;-moz-transform-style:preserve-3d}
.threedbox{-ms-transform:translateZ(-25px);-ms-transition:all .5s ease-out;-ms-transform-style:preserve-3d;-webkit-transform:translateZ(-25px);-moz-transform:translateZ(-25px)}
.threedbox-open-menu{-webkit-transform:rotateX(90deg)translateZ(0);-moz-transform:rotateX(90deg)translateZ(0);-ms-transform:rotateX(90deg)translateZ(0)}
#site-nav{width:100%;position:fixed;z-index:100;transition-delay:.5s}
#site-nav,#site-nav #front{height:61px;-webkit-transition-delay:.5s}
#site-nav #front{background:0 0;-ms-transform:rotateX(0)translateZ(25px);-webkit-transform:rotateX(0)translateZ(25px);-moz-transform:rotateX(0)translateZ(25px);transition-delay:.5s}
#site-nav #front #codicated-c{height:80%;margin:.4em .2em;-webkit-transition:all .4s ease-in-out;opacity:0}
#site-nav #back{background:#7ed0e3;-webkit-transform:rotateX(-90deg)translateZ(31px);-moz-transform:rotateX(-90deg)translateZ(31px);position:absolute;height:100%;width:100%;top:0;left:0}
.nav-line-container{float:right;padding:.8em}
.nav-line-container .navLine{width:2.8em;height:4px;border-radius:1em;margin-bottom:.6em;background-color:#000;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out}
#fullpage,#imageMorph{height:100%}
@-webkit-keyframes bounceIn{0%{opacity:0;-ms-transform:scale(.3);-webkit-transform:scale(.3);-moz-transform:scale(.3)}
50%{opacity:1;-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05)}
70%{-ms-transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9)}
100%{-ms-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1)}
}
@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}
50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}
70%{-webkit-transform:scale(.9);transform:scale(.9)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
div#imageMorph.section.fp-section.fp-table.active{margin-top:0}
.codicated-big-logo{display:block;width:80%;margin:10% auto}
#ieNine #ct,.iconId{margin:auto;padding:60px;top:0;-webkit-animation:linear bounceIn 1s;-webkit-transition:all .01s ease-in-out}
#ct,#ieNine .iconId{display:none}
#ieNine #ct,.iconId,.nav-after-logo-animation{box-sizing:border-box;display:block;width:100%;background:#FFF;position:relative}
#ieNine .nav-after-logo-animation{max-height:0}
.iconId{max-height:100%;-moz-animation:linear bounceIn 1s;-moz-transition:all .01s ease-in-out;-ms-transition:all .01s ease-in-out}
.nav-after-logo-animation{padding:0;max-height:3.8em;text-align:center;top:54.8%;-webkit-transition:all 2.7s ease-in-out;-moz-transition:all 2.7s ease-in-out;-ms-transition:all 2.7s ease-in-out}
.nav-after-class-toggle{padding:0;position:fixed;margin-top:-35%;-webkit-transition:all 1.5s ease-in-out;-moz-transition:all 1.5s ease-in-out}
@media only screen and (min-device-width:1600px)and (max-device-width:2560px)and (-webkit-min-device-pixel-ratio:1.5){#site-nav,#site-nav #front{-webkit-transition-delay:.2s;transition-delay:.2s}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (-webkit-min-device-pixel-ratio:1){#site-nav,#site-nav #front{-webkit-transition-delay:.2s;transition-delay:.2s}
#top-logo-page-text{margin:3% 70%;font-size:1.8em}
}
@media screen and (max-width:600px){#top-logo-page-text{font-size:1em;right:0;left:0;width:6em;text-align:center;margin:auto;bottom:25%}
#site-nav #front{-webkit-transition-delay:0s;transition-delay:0s}
#site-nav #front #codicated-c,.nav-line-container .navLine{-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out}
#triangleTop{border-right:.5em solid #29b2d1;border-bottom:.5em solid #29b2d1;width:1.5em;height:1.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:auto;display:block;position:absolute;left:0;right:0;bottom:16%;opacity:.9;-webkit-transition:all 1.2s ease-in-out;transition:all 1.2s ease-in-out}
}
#ieNine .ieBack{display:none}
#ieNine .ieBackopen{display:block}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.threedbox-open-menu{-ms-transform:rotateX(0)translateZ(0)}
.ieBack{-ms-transform:rotateX(90deg)translateZ(31px)}
.ieBackopen{-ms-transform:rotateX(0)translateZ(0)}
#back .nav-line-container .navLine:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:.9em}
#back .nav-line-container .navLine:nth-child(2){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-.8em}
#back .nav-line-container .navLine:nth-child(3){display:none}
}
.ul-nav,.ul-nav li{display:inline-block}
.ul-nav{overflow:hidden;background:#7ed0e3;padding:0 5px 0 0;margin:0;height:100%}
.ul-nav li a{color:#fff;display:block;font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased;text-transform:uppercase;overflow:visible;line-height:30px;font-size:20px;padding:16px 10px}
.three-d{-webkit-perspective:400px;perspective:400px;-webkit-transition:all .07s linear;transition:all .07s linear;position:relative}
a.three-d.last-menu-item{padding:16px 17px}
.three-d:not(.active):focus .three-d-box,.three-d:not(.active):hover .three-d-box{-webkit-transform:translateZ(-25px)rotateX(90deg);transform:translateZ(-25px)rotateX(90deg)}
.three-d-box{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:translatez(-25px);-ms-transform:translatez(-25px);transform:translatez(-25px);-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;pointer-events:none}
.back-li,.front-li,.three-d-box{position:absolute;top:.05em;left:0;display:block;width:100%;height:100%}
.front-li{background:#29b2d1;-webkit-transform:rotatex(0)translatez(31px);-ms-transform:rotatex(0)translatez(31px);transform:rotatex(0)translatez(31px)}
.back-li{background:#208ea7;-webkit-transform:rotatex(-90deg)translatez(25px);-ms-transform:rotatex(-90deg)translatez(25px);transform:rotatex(-90deg)translatez(25px);color:#ffe6b3}
.back-li,.front-li{padding:15px 10px;pointer-events:none;box-sizing:border-box}
#ieNine .back-li,#ieNine .front-li,#ieNine .three-d-box{display:none}
#ieNine .ul-nav-back a:hover{background-color:#29b2d1}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.front-li{display:none}
.ul-nav-back a:hover{background-color:#29b2d1}
}
.statementWrapper{width:100%;height:100%;position:relative;top:3.8em}
.mission-statement{background-color:#f46c6c;display:inline-block;float:left;width:60%;height:100%;position:relative;-webkit-transition:all .9s ease-in-out;-ms-transition:all .9s ease-in-out}
.mission-statement #small-logo{width:40%;margin:4em 4em 4em -100%;opacity:0;-webkit-transition:all 2s ease-in-out;-moz-transition:all 2s ease-in-out;-ms-transition:all 2s ease-in-out}
.responsive-web-dev,.responsive-web-dev #push-left-text{position:relative;-webkit-transition:all 1.2s ease-in-out;-ms-transition:all 1.2s ease-in-out}
.mission-statement h1{color:#fff;margin:.5em 2em}
.responsive-web-dev{display:inline-block;background-color:#ffe6b3;width:40%;height:100%;text-align:center;color:#474747}
.recent-projects h2,.recent-projects p{text-align:center;color:#576366}
.responsive-web-dev img{width:85%;margin:1em auto}
.responsive-web-dev #push-left-text{margin:2.6em .5em .5em;right:-100%;opacity:0}
.recent-projects{width:100%;height:100%;background:#f2f2f2;position:relative;top:3.8em}
.recent-projects h2{font-weight:700;margin-top:5em}
.recent-projects .projects-block{text-align:center;-webkit-transition:all 2s ease-in-out;-moz-transition:all 2s ease-in-out;-ms-transition:all 2s ease-in-out;padding:0}
.recent-projects .projects{width:25%;overflow-x:hidden;display:inline-block;margin:2em;background-color:#fff}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{color:#576366;position:relative;margin:0;left:-100%;opacity:0;-webkit-transition:all 1.6s ease-in-out;-moz-transition:all 1.6s ease-in-out;-ms-transition:all 1.6s ease-in-out}
.recent-projects .projects .project-description{width:100%;height:100%;background-color:#ffe6b3;text-align:left}
.recent-projects .projects .project-description .project-title{padding:.6em 0 0 .6em;-webkit-margin-before:0;-webkit-margin-after:0;font-weight:700}
.recent-projects .projects .project-description .project-paragraph{padding:0 .6em .6em;text-align:left}
.bcolor{background:#f2f2f2}
.wrapper{overflow:hidden;position:relative;height:100%;width:100%}
.wrapper .overlay,.wrapper .overlay .arrow-left,.wrapper .overlay .rectangle{top:0;position:absolute}
.wrapper:hover .overlay{right:200px}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:1s ease-in;-webkit-transition:1s ease-in}
.wrapper .overlay{display:block;width:100%;right:-100%;transition:.4s ease-out;-webkit-transition:.4s ease-out}
.wrapper .overlay .rectangle{display:block;margin-left:200px;width:100%;height:100%;background-color:rgba(255,255,255,.95)}
.wrapper .overlay .arrow-left{position:relative;left:0;width:0;height:0;top:0;bottom:0;border-bottom:500px solid transparent;border-right:200px solid rgba(255,255,255,.95)}
.wrapper .description,.wrapper .link{top:0;position:absolute;left:0;right:0;bottom:0}
.wrapper .description{text-align:left;padding:10px;color:#576366;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:.2s ease-out;-webkit-transition:.2s ease-out}
.wrapper .description h3{text-align:center;font-size:20px;margin-bottom:5px;font-weight:700}
.wrapper .link{z-index:10;margin:0}
.wrapper img{vertical-align:bottom;width:100%}
@media screen and (max-width:769px){.recent-projects h2{margin:5.5em 0 0}
.recent-projects>p{text-align:center;margin:0 .3em;display:none}
ul.projects-block{margin:0;padding:0;width:100%;height:100%}
.recent-projects .projects{width:75%;height:25%;display:block;margin:.5em auto;background-color:#ffe6b3}
.wrapper{height:100%;width:50%;display:inline-block;float:left}
.wrapper .description{padding:5px 30px}
.recent-projects .projects .project-description{width:50%;font-size:1.2em;text-align:center;display:inline-block}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{left:0;opacity:1;text-align:center}
.recent-projects{top:0}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=1);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:1s ease-in;-webkit-transition:1s ease-in}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#frontMS,#frontSW{background-color:#ffe6b3;width:100%}
#frontMS{height:40%}
#frontMS #small-logo{display:none}
#frontMS h1{margin:10% 1em 30%}
#frontSW #push-left-text{margin:.5em;right:-100%;opacity:0;font-size:2em}
}
@media screen and (max-width:600px){.mission-statement{background-color:#f46c6c;font-size:1.1em;font-weight:700;display:inline-block;float:left;height:30%;position:relative;width:100%}
#frontMS,.responsive-web-dev{background-color:#ffe6b3}
.mission-statement #small-logo{margin:1em;width:25%;display:none}
.mission-statement .missionTitle{color:#29b2d1;margin:1em;text-align:center}
.responsive-web-dev{color:#474747;display:inline-block;height:70%;text-align:center;width:100%}
.responsive-web-dev h2{font-size:1.2em}
.responsive-web-dev #push-left-text{margin:.1em .5em .5em}
.recent-projects h2{margin:5.5em 0 0}
.recent-projects>p{text-align:left;margin:0 .3em;display:none}
ul.projects-block{margin:0;padding:0;width:100%;height:auto}
.recent-projects .projects{width:75%;display:block;margin:.5em auto;background-color:#ffe6b3}
.wrapper{height:100%;width:50%;display:inline-block;float:left}
.recent-projects .projects .project-description{width:50%;font-size:1em;text-align:left;display:inline-block}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{left:0;opacity:1;text-align:left}
.recent-projects{top:0}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:1s ease-in;-webkit-transition:1s ease-in}
.wrapper:hover .overlay{right:-200px}
.ul-nav-back{height:70em;width:74%}
#back .nav-line-container .navLine:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:.9em}
#back .nav-line-container .navLine:nth-child(2){-webkit-transform:rotate(-45deg);margin-top:-.8em}
#back .nav-line-container .navLine:nth-child(3){display:none}
.ul-nav-back li{display:block;border-bottom:2px solid #fff}
#icon{display:none}
#ct{width:80%;display:block;margin:0 auto}
#site-nav{right:0;transition:all 1.2s ease-in-out;-webkit-transition:all 1.2s ease-in-out}
}
#portfolioTitle,#portfolioURL,.contactHOnes,.contactPs,.service-list-box{text-align:center}
#serviceListId a{color:#576366}
.wire-frame{background:url(../img/wire-frame-website-800x600.png);background-size:cover;width:60%}
.service-list-image{width:50%;height:100%;background:url(../img/wire-frame-blue-drawing-1159x780.jpg);background-size:cover;display:inline-block;float:left}
.service-list-box{color:#576366;width:50%;font-size:1.3em;display:inline-block;margin:10% 0}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.wire-frame{width:100%}
.service-list-image{display:none}
#slist{background-color:#fff;border-radius:.5em;margin:45% auto 0;width:90%;display:block;border:2px solid #ffe6b3;font-size:1.7em}
.servicePbold{background-color:#ffe6b3;padding:1em 2em;margin:1em 5em;border-radius:.5em}
.spb{margin:1em 2em}
}
@media screen and (max-width:600px){#serviceWF{display:none}
.service-list-image{width:100%;height:0}
.service-list-box{width:100%;margin:20% 0;font-size:1.1em}
}
.ipad-dev{background:url(../img/ipad-web-development.jpg);background-size:cover;width:60%}
.pageLogoContainer{width:40%}
.contact-list-image{width:50%;height:100%;background:url(../img/web-dev-for-iphone.jpg)center center;background-size:cover;display:inline-block;float:left}
.remove-top{top:0}
.contactPs{font-size:1.3em;color:#fff}
.contactPs a{color:#fff;margin:0;padding:0}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.ipad-dev{width:100%}
#contactStatement #small-logo{display:block;width:24%}
.mission-statement .contactHOnes{text-align:center;margin:25% 22% 20%;border:2px solid #fff;padding:.5em 1em;border-radius:10px;font-size:2.5em;z-index:1000;position:absolute;background-color:#29b2d1}
.contactPs{font-size:2em}
.contact-list-image{display:none}
#serviceListId{width:90%;margin:90% auto 0;font-size:1.6em;display:block}
}
@media screen and (max-width:600px){.contact-list-image{display:none}
#contactStatement{height:100%}
.mission-statement .contactHOnes{margin:20% 1em 1em;font-size:1.6em;font-weight:700}
.mission-statement .contactPs{font-size:1.2em}
.service-list-box .contactHtwo{font-size:1.5em;margin:.67em 1em}
.service-list-box .contactPtwo{font-size:1em;margin:1em}
.service-list-box .contactPtwo a{color:#576366;text-decoration:none}
.phoneNum{background-color:#29b2d1;padding:2%;margin:0 10%;border-radius:5px;border:1px solid #fff;box-shadow:0 5px 0 0 rgba(0,0,0,.01),0 4px 0 0 rgba(0,0,0,.02),0 3px 0 0 rgba(0,0,0,.04),0 2px 0 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.08),0 1px 0 0 rgba(255,255,255,.1)inset,1px 0 0 0 rgba(255,255,255,.1)inset,-1px 0 0 0 rgba(255,255,255,.1)inset,0 -1px 0 0 rgba(0,0,0,.1)inset}
}
.about-image{background:url(../img/web-design-company.jpg)center center;background-size:cover;width:60%}
.about-bottom-image{width:50%;height:100%;background:url(../img/web-design-1000x667.jpg)center center;background-size:cover;display:inline-block;float:left}
.aboutP p{margin:2% 7%;line-height:1.5em}
.about-title{font-size:1.3em}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.mission-statement #small-logo{display:block;width:80%}
#aboutLB{width:95%;margin:60% auto 0;font-size:1.6em;display:block}
.about-image{width:100%;height:50%;display:inline-block}
.pageLogoContainer{height:50%;width:100%}
.about-bottom-image{width:100%;height:0}
.service-list-box{width:100%;margin:20% 0;font-size:1.1em}
.mission-statement h1{margin:1% 1em 30%;border:2px solid #fff;padding:.5em;border-radius:10px;font-size:2.5em;z-index:1000;position:absolute;background-color:#29b2d1}
#triangle{display:none}
#triangleTop{border-right:.5em solid #29b2d1;border-bottom:.5em solid #29b2d1;width:1.5em;height:1.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:auto;display:block;position:absolute;left:0;right:0;bottom:20%;opacity:.9;-webkit-transition:all 1.2s ease-in-out;transition:all 1.2s ease-in-out}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#top-logo-page-text,.service-list-box{font-size:.9em}
#portfolioTitle{margin:5% auto 0}
}
@media screen and (max-width:600px){.about-image{width:100%;display:none}
.pageLogoContainer{height:100%;width:100%}
.about-bottom-image{width:100%;height:0}
.service-list-box{width:100%;margin:20% auto 0;font-size:.9em}
.mission-statement h1{margin:50% 1em 30%}
#triangle{border-right:.5em solid rgba(255,255,255,.53);border-bottom:.5em solid rgba(255,255,255,.53);width:1.5em;height:1.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:auto;display:block;position:absolute;left:0;right:0;bottom:22%}
}
@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#uniquePortfolio{height:19%}
}
#uniquePortfolio{z-index:0}
.portfolioBusinessLogoWrap{background-color:#fff}
#portfolio-business-logo{width:80%;display:block;margin:1% auto}
#portfolioTitle{color:#576366;margin:10% auto 0;font-weight:700}
#portfolioURL{margin-top:0}
#portfolioURL a{color:#576366;font-weight:700;margin-top:.5em;display:inline-block;border:1px solid;border-radius:5px;padding:5px 10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}
#portfolioURL a:hover{color:rgba(87,99,102,.48)}
.portfolio-business-devices{background-color:#fff;width:60%}
#devicesIMG{width:98%;margin-top:10%}
#portfolio-big-image-sunrise{width:100%;background:url(../img/sunrise-screen.jpg)center center;background-size:cover}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#portfolioTitle{margin:5% auto 0;border:none;padding:0;border-radius:0;font-size:2.5em;z-index:0;position:relative;background-color:transparent}
#sr #portfolio-business-logo{width:40%}
#lc #portfolio-business-logo{width:30%}
#pt #portfolio-business-logo{width:50%}
#sm #portfolio-business-logo{width:60%}
}
@media screen and (max-width:768px){#uniquePortfolio{height:40%;width:100%}
#portfolioURL{text-align:center;margin:0 auto 1em}
.portfolio-business-devices{width:100%}
#uniquePortfolioDeviceWrap{display:inline-block}
}
.portfolioRec{width:100%}
#portfolio-logo{margin:5% auto;display:block;width:40%}
.full-project-list .projects{width:15%;margin:1em}
@media only screen and (min-width:768px)and (max-width:1024px)and (-webkit-min-device-pixel-ratio:1){.wrapper .description,.wrapper .overlay{display:none}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#portfolio-logo{margin:15% auto 10%;display:block;width:80%}
#portfolioMS h1{margin:1% 1em 30%;border:none;padding:.5em;border-radius:10px;font-size:2.5em;z-index:1;position:relative;text-align:center;background-color:transparent}
.full-project-list .projects{width:95%;margin:1em;border:.2em solid #fff;border-radius:1em}
.recent-projects .projects .project-description{font-size:1.6em}
.recent-projects .projects{height:8em}
}
.footerColor,.footerSection{background:#ffe6b3}
@media screen and (max-width:600px){#portfolioTitle{margin:10% auto 0}
#portfolio-logo{display:none}
#portfolioMS{height:100%}
.mission-statement h1{font-size:1.2em}
.recent-projects h2{margin:5.5em 0 0}
.recent-projects>p{text-align:left;margin:0 .3em;display:none}
ul.projects-block{margin:0;padding:0;width:100%;height:auto}
.recent-projects .projects{width:75%;display:block;margin:.5em auto;background-color:#ffe6b3}
.wrapper{height:100%;width:50%;display:inline-block;float:left}
.recent-projects .projects .project-description{width:50%;font-size:1em;text-align:left;display:inline-block}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{left:0;opacity:1;text-align:left}
.recent-projects{top:0}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:1s ease-in;-webkit-transition:1s ease-in}
.wrapper:hover .overlay{right:-200px}
.ul-nav-back{height:70em;width:74%}
#removeElement,.hideImage{display:none}
}
@media screen and (max-width:600px)and (orientation:portrait){#sr #portfolio-business-logo{width:30%}
#lc #portfolio-business-logo{width:25%}
#pt #portfolio-business-logo{width:45%}
#sm #portfolio-business-logo{width:55%}
}
@media only screen and (min-device-width:414px)and (max-device-width:736px)and (-webkit-min-device-pixel-ratio:3)and (orientation:landscape){#top-logo-page-text{margin:40%}
#small-logo{display:none}
.mission-statement h1{margin:1.5em 1em}
.recent-projects .projects{width:25%;height:initial;display:inline-block;margin:1em auto}
#removeElement,.bottomFooter,.recent-projects .projects .project-description{display:none}
.wrapper{width:100%}
.pageLogoContainer{font-size:.8em}
.service-list-box{font-size:1em}
#uniquePortfolio{height:100%;width:40%}
.portfolio-business-devices{width:60%}
}
@media only screen and (min-device-width:375px)and (max-device-width:667px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){#aboutLB,.pageLogoContainer{font-size:.9em}
#small-logo{display:none}
.mission-statement h1{margin:1.5em 1em}
.responsive-web-dev #push-left-text{margin:1em .5em 0}
.recent-projects .projects{width:25%;height:initial;display:inline-block;margin:1em auto}
#removeElement,.bottomFooter,.recent-projects .projects .project-description{display:none}
.wrapper{width:100%}
.service-list-box{font-size:1em}
.service-list-box a{text-decoration:none;color:#576366}
#uniquePortfolio{height:100%;width:40%}
.portfolio-business-devices{width:60%}
#top-logo-page-text{display:none;font-size:1em}
}
@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){.mission-statement,.responsive-web-dev{height:100%;width:50%}
#contactStatement .contactHOnes{margin:5% 1em 1em}
.responsive-web-dev img{margin:0 auto}
.recent-projects .projects{width:25%;height:initial;display:inline-block;margin:1em auto}
.bottomFooter,.recent-projects .projects .project-description{display:none}
#aboutMS,#portfolioMS,#serviceMS,.wrapper{width:100%}
#aboutMS h1,#serviceMS h1{margin:2em auto 0;text-align:center}
#triangle{bottom:40%}
#slist{margin:12% 0}
#slist p{margin:.6em}
.portfolio-business-devices{width:60%}
#top-logo-page-text{bottom:35%;margin:auto}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#top-logo-page-text{font-size:.9em}
#portfolioURL{font-size:.7em;margin:0 auto}
#portfolioTitle{margin:5% auto 0}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){#portfolioTitle{margin:5% auto 0}
}
.footerSection{width:100%;height:100%;position:relative;top:9.8em}
.footerSection ul{text-align:center;display:block;padding:0;width:50%;height:100%;margin:0 auto;border-bottom:1px solid #29b2d1}
.footerSection li{display:inline-block;text-align:center;width:26%;height:15%;margin:0 auto}
.footerSection li p{font-size:1.2em;color:#29b2d1}
.footerSection li:nth-child(2){margin-right:.8em}
.footerSection a{color:#29b2d1;transition:all .9s ease-in-out;-webkit-transition:all .9s ease-in-out}
.footerSection a:hover,.footerSection p:hover{color:#fff}
.bottomFooter{background:0 0;position:absolute;bottom:7.4em}
.bottomFooter img{width:15%;margin:1em 0 2% 2em}
.bottomFooter ul{float:right;margin-top:6%;border-bottom:none}
.bottomFooter li{color:#fff;width:20%}
#about-us-icon,#phone-icon,#services-icon{width:100%}
@media screen and (max-width:962px){.footerSection ul{width:60%}
.footerSection li{width:27.7%}
.bottomFooter{bottom:8.4em}
.bottomFooter img{width:30%;margin:0 auto;display:block}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.footerSection ul{margin:17em auto}
.footerSection li{width:28.7%;height:10%}
.bottomFooter{bottom:18.4em}
}
@media screen and (max-width:600px){.footerSection ul{width:90%}
.footerSection li{width:27.7%}
.bottomFooter{bottom:11.4em}
.bottomFooter img{width:70%;margin:0 auto;display:block}
}
@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){.footerSection{top:5.5em}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){.bottomFooter img{display:none}
.mission-statement h1{margin:30% 1em}
.footerSection li p{font-size:.9em}
}
#ieNine .footerSection li{height:30%;width:27%}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.footerSection li{height:30%;width:27%}
}
@supports (-ms-accelerator:true){.footerSection li{height:30%;width:27%}
} | mincss/all.css | #superContainer,.fp-section,.fp-slides,sub,sup{position:relative}
#portfolioURL a,#serviceListId a,.contactPs a,.footerSection a,.ul-nav li a{text-decoration:none}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,optgroup,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre,textarea{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:transparent}
#superContainer{height:100%;-ms-touch-action:none;touch-action:none}
.fp-section{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.fp-slide{float:left}
.fp-slide,.fp-slidesContainer{height:100%;display:block}
.fp-slides{z-index:1;height:100%;overflow:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}
.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}
.fp-slidesContainer{float:left;position:relative}
.fp-controlArrow{position:absolute;z-index:4;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
#fp-nav,.fp-controlArrow{top:50%;-webkit-transform:translate3d(0,0,0)}
.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}
.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}
.fp-scrollable{overflow:scroll}
.fp-notransition{-webkit-transition:none!important;transition:none!important}
#fp-nav{position:fixed;z-index:100;margin-top:-32px;opacity:1}
#fp-nav.right{right:17px}
#fp-nav.left{left:17px}
.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1}
.fp-slidesNav.bottom{bottom:17px}
.fp-slidesNav.top{top:17px}
#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}
#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}
.fp-slidesNav ul li{display:inline-block}
#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}
#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}
#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}
#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0}
#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}
#fp-nav ul li .fp-tooltip.right{right:20px}
#fp-nav ul li .fp-tooltip.left{left:20px}
body,html{height:100%}
h1,h2,h3,p{font-family:Roboto,sans-serif;font-weight:lighter}
#triangle,#triangleTop{display:none}
#top-logo-page-text{position:absolute;opacity:1;z-index:2000;text-align:center;left:0;right:0;width:6em;margin:37% auto;font-size:1.6em;color:#fff;font-weight:lighter;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;background-color:#576366;border-radius:.2em;padding:0 .1em}
.site,.threeD{position:relative;height:100%}
svg{fill:#c0c1c3}
.site{-webkit-transition:all 3s ease-in-out;-moz-transition:all 3s ease-in-out}
.threeD{-webkit-perspective:10000em;-webkit-transition:all .07s linear;-moz-perspective:60000em;-moz-transition:all .07s linear;width:100%}
.threedbox,.threedbox-open-menu{left:0;display:block;width:100%;top:0;position:absolute;-webkit-transition:all .5s ease-out;-webkit-transform-style:preserve-3d;-moz-transition:all .5s ease-out;-moz-transform-style:preserve-3d}
.threedbox{-ms-transform:translateZ(-25px);-ms-transition:all .5s ease-out;-ms-transform-style:preserve-3d;-webkit-transform:translateZ(-25px);-moz-transform:translateZ(-25px)}
.threedbox-open-menu{-webkit-transform:rotateX(90deg)translateZ(0);-moz-transform:rotateX(90deg)translateZ(0);-ms-transform:rotateX(90deg)translateZ(0)}
#site-nav{width:100%;position:fixed;z-index:100;transition-delay:.5s}
#site-nav,#site-nav #front{height:61px;-webkit-transition-delay:.5s}
#site-nav #front{background:0 0;-ms-transform:rotateX(0)translateZ(25px);-webkit-transform:rotateX(0)translateZ(25px);-moz-transform:rotateX(0)translateZ(25px);transition-delay:.5s}
#site-nav #front #codicated-c{height:80%;margin:.4em .2em;-webkit-transition:all .4s ease-in-out;opacity:0}
#site-nav #back{background:#7ed0e3;-webkit-transform:rotateX(-90deg)translateZ(31px);-moz-transform:rotateX(-90deg)translateZ(31px);position:absolute;height:100%;width:100%;top:0;left:0}
.nav-line-container{float:right;padding:.8em}
.nav-line-container .navLine{width:2.8em;height:4px;border-radius:1em;margin-bottom:.6em;background-color:#000;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out}
#fullpage,#imageMorph{height:100%}
@-webkit-keyframes bounceIn{0%{opacity:0;-ms-transform:scale(.3);-webkit-transform:scale(.3);-moz-transform:scale(.3)}
50%{opacity:1;-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05)}
70%{-ms-transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9)}
100%{-ms-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1)}
}
@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}
50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}
70%{-webkit-transform:scale(.9);transform:scale(.9)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
div#imageMorph.section.fp-section.fp-table.active{margin-top:0}
.codicated-big-logo{display:block;width:80%;margin:10% auto}
#ieNine #ct,.iconId{margin:auto;padding:60px;top:0;-webkit-animation:linear bounceIn 1s;-webkit-transition:all .01s ease-in-out}
#ct,#ieNine .iconId{display:none}
#ieNine #ct,.iconId,.nav-after-logo-animation{box-sizing:border-box;display:block;width:100%;background:#FFF;position:relative}
#ieNine .nav-after-logo-animation{max-height:0}
.iconId{max-height:100%;-moz-animation:linear bounceIn 1s;-moz-transition:all .01s ease-in-out;-ms-transition:all .01s ease-in-out}
.nav-after-logo-animation{padding:0;max-height:3.8em;text-align:center;top:54.8%;-webkit-transition:all 2.7s ease-in-out;-moz-transition:all 2.7s ease-in-out;-ms-transition:all 2.7s ease-in-out}
.nav-after-class-toggle{padding:0;position:fixed;margin-top:-35%;-webkit-transition:all 1.5s ease-in-out;-moz-transition:all 1.5s ease-in-out}
@media only screen and (min-device-width:1600px)and (max-device-width:2560px)and (-webkit-min-device-pixel-ratio:1.5){#site-nav,#site-nav #front{-webkit-transition-delay:.2s;transition-delay:.2s}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (-webkit-min-device-pixel-ratio:1){#site-nav,#site-nav #front{-webkit-transition-delay:.2s;transition-delay:.2s}
#top-logo-page-text{margin:3% 70%;font-size:1.8em}
}
@media screen and (max-width:600px){#top-logo-page-text{font-size:1em;right:0;left:0;width:6em;text-align:center;margin:auto;bottom:25%}
#site-nav #front{-webkit-transition-delay:0s;transition-delay:0s}
#site-nav #front #codicated-c,.nav-line-container .navLine{-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out}
#triangleTop{border-right:.5em solid #29b2d1;border-bottom:.5em solid #29b2d1;width:1.5em;height:1.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:auto;display:block;position:absolute;left:0;right:0;bottom:16%;opacity:.9;-webkit-transition:all 1.2s ease-in-out;transition:all 1.2s ease-in-out}
}
#ieNine .ieBack{display:none}
#ieNine .ieBackopen{display:block}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.threedbox-open-menu{-ms-transform:rotateX(0)translateZ(0)}
.ieBack{-ms-transform:rotateX(90deg)translateZ(31px)}
.ieBackopen{-ms-transform:rotateX(0)translateZ(0)}
#back .nav-line-container .navLine:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:.9em}
#back .nav-line-container .navLine:nth-child(2){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-.8em}
#back .nav-line-container .navLine:nth-child(3){display:none}
}
.ul-nav,.ul-nav li{display:inline-block}
.ul-nav{overflow:hidden;background:#7ed0e3;padding:0 5px 0 0;margin:0;height:100%}
.ul-nav li a{color:#fff;display:block;font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased;text-transform:uppercase;overflow:visible;line-height:30px;font-size:20px;padding:16px 10px}
.three-d{-webkit-perspective:400px;perspective:400px;-webkit-transition:all .07s linear;transition:all .07s linear;position:relative}
a.three-d.last-menu-item{padding:16px 17px}
.three-d:not(.active):focus .three-d-box,.three-d:not(.active):hover .three-d-box{-webkit-transform:translateZ(-25px)rotateX(90deg);transform:translateZ(-25px)rotateX(90deg)}
.three-d-box{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:translatez(-25px);-ms-transform:translatez(-25px);transform:translatez(-25px);-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;pointer-events:none}
.back-li,.front-li,.three-d-box{position:absolute;top:.05em;left:0;display:block;width:100%;height:100%}
.front-li{background:#29b2d1;-webkit-transform:rotatex(0)translatez(31px);-ms-transform:rotatex(0)translatez(31px);transform:rotatex(0)translatez(31px)}
.back-li{background:#208ea7;-webkit-transform:rotatex(-90deg)translatez(25px);-ms-transform:rotatex(-90deg)translatez(25px);transform:rotatex(-90deg)translatez(25px);color:#ffe6b3}
.back-li,.front-li{padding:15px 10px;pointer-events:none;box-sizing:border-box}
#ieNine .back-li,#ieNine .front-li,#ieNine .three-d-box{display:none}
#ieNine .ul-nav-back a:hover{background-color:#29b2d1}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.front-li{display:none}
.ul-nav-back a:hover{background-color:#29b2d1}
}
.statementWrapper{width:100%;height:100%;position:relative;top:3.8em}
.mission-statement{background-color:#f46c6c;display:inline-block;float:left;width:60%;height:100%;position:relative;-webkit-transition:all .9s ease-in-out;-ms-transition:all .9s ease-in-out}
.mission-statement #small-logo{width:40%;margin:4em 4em 4em -100%;opacity:0;-webkit-transition:all 2s ease-in-out;-moz-transition:all 2s ease-in-out;-ms-transition:all 2s ease-in-out}
.responsive-web-dev,.responsive-web-dev #push-left-text{position:relative;-webkit-transition:all 1.2s ease-in-out;-ms-transition:all 1.2s ease-in-out}
.mission-statement h1{color:#fff;margin:.5em 2em}
.responsive-web-dev{display:inline-block;background-color:#ffe6b3;width:40%;height:100%;text-align:center;color:#474747}
.recent-projects h2,.recent-projects p{text-align:center;color:#576366}
.responsive-web-dev img{width:85%;margin:1em auto}
.responsive-web-dev #push-left-text{margin:2.6em .5em .5em;right:-100%;opacity:0}
.recent-projects{width:100%;height:100%;background:#f2f2f2;position:relative;top:3.8em}
.recent-projects h2{font-weight:700;margin-top:5em}
.recent-projects .projects-block{text-align:center;-webkit-transition:all 2s ease-in-out;-moz-transition:all 2s ease-in-out;-ms-transition:all 2s ease-in-out;padding:0}
.recent-projects .projects{width:25%;overflow-x:hidden;display:inline-block;margin:2em;background-color:#fff}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{color:#576366;position:relative;margin:0;left:-100%;opacity:0;-webkit-transition:all 1.6s ease-in-out;-moz-transition:all 1.6s ease-in-out;-ms-transition:all 1.6s ease-in-out}
.recent-projects .projects .project-description{width:100%;height:100%;background-color:#ffe6b3;text-align:left}
.recent-projects .projects .project-description .project-title{padding:.6em 0 0 .6em;-webkit-margin-before:0;-webkit-margin-after:0;font-weight:700}
.recent-projects .projects .project-description .project-paragraph{padding:0 .6em .6em;text-align:left}
.bcolor{background:#f2f2f2}
.wrapper{overflow:hidden;position:relative;height:100%;width:100%}
.wrapper .overlay,.wrapper .overlay .arrow-left,.wrapper .overlay .rectangle{top:0;position:absolute}
.wrapper:hover .overlay{right:200px}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:1s ease-in;-webkit-transition:1s ease-in}
.wrapper .overlay{display:block;width:100%;right:-100%;transition:.4s ease-out;-webkit-transition:.4s ease-out}
.wrapper .overlay .rectangle{display:block;margin-left:200px;width:100%;height:100%;background-color:rgba(255,255,255,.95)}
.wrapper .overlay .arrow-left{position:relative;left:0;width:0;height:0;top:0;bottom:0;border-bottom:500px solid transparent;border-right:200px solid rgba(255,255,255,.95)}
.wrapper .description,.wrapper .link{top:0;position:absolute;left:0;right:0;bottom:0}
.wrapper .description{text-align:left;padding:10px;color:#576366;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:.2s ease-out;-webkit-transition:.2s ease-out}
.wrapper .description h3{text-align:center;font-size:20px;margin-bottom:5px;font-weight:700}
.wrapper .link{z-index:10;margin:0}
.wrapper img{vertical-align:bottom;width:100%}
@media screen and (max-width:769px){.recent-projects h2{margin:5.5em 0 0}
.recent-projects>p{text-align:center;margin:0 .3em;display:none}
ul.projects-block{margin:0;padding:0;width:100%;height:100%}
.recent-projects .projects{width:75%;height:25%;display:block;margin:.5em auto;background-color:#ffe6b3}
.wrapper{height:100%;width:50%;display:inline-block;float:left}
.wrapper .description{padding:5px 30px}
.recent-projects .projects .project-description{width:50%;font-size:1.2em;text-align:center;display:inline-block}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{left:0;opacity:1;text-align:center}
.recent-projects{top:0}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=1);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:1s ease-in;-webkit-transition:1s ease-in}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#frontMS,#frontSW{background-color:#ffe6b3;width:100%}
#frontMS{height:40%}
#frontMS #small-logo{display:none}
#frontMS h1{margin:10% 1em 30%}
#frontSW #push-left-text{margin:.5em;right:-100%;opacity:0;font-size:2em}
}
@media screen and (max-width:600px){.mission-statement{background-color:#f46c6c;font-size:1.1em;font-weight:700;display:inline-block;float:left;height:30%;position:relative;width:100%}
#frontMS,.responsive-web-dev{background-color:#ffe6b3}
.mission-statement #small-logo{margin:1em;width:25%;display:none}
.mission-statement .missionTitle{color:#29b2d1;margin:1em;text-align:center}
.responsive-web-dev{color:#474747;display:inline-block;height:70%;text-align:center;width:100%}
.responsive-web-dev h2{font-size:1.2em}
.responsive-web-dev #push-left-text{margin:.1em .5em .5em}
.recent-projects h2{margin:5.5em 0 0}
.recent-projects>p{text-align:left;margin:0 .3em;display:none}
ul.projects-block{margin:0;padding:0;width:100%;height:auto}
.recent-projects .projects{width:75%;display:block;margin:.5em auto;background-color:#ffe6b3}
.wrapper{height:100%;width:50%;display:inline-block;float:left}
.recent-projects .projects .project-description{width:50%;font-size:1em;text-align:left;display:inline-block}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{left:0;opacity:1;text-align:left}
.recent-projects{top:0}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:1s ease-in;-webkit-transition:1s ease-in}
.wrapper:hover .overlay{right:-200px}
.ul-nav-back{height:70em;width:74%}
#back .nav-line-container .navLine:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:.9em}
#back .nav-line-container .navLine:nth-child(2){-webkit-transform:rotate(-45deg);margin-top:-.8em}
#back .nav-line-container .navLine:nth-child(3){display:none}
.ul-nav-back li{display:block;border-bottom:2px solid #fff}
#icon{display:none}
#ct{width:80%;display:block;margin:0 auto}
#site-nav{right:0;transition:all 1.2s ease-in-out;-webkit-transition:all 1.2s ease-in-out}
}
#portfolioTitle,#portfolioURL,.contactHOnes,.contactPs,.service-list-box{text-align:center}
#serviceListId a{color:#576366}
.wire-frame{background:url(../img/wire-frame-website-800x600.png);background-size:cover;width:60%}
.service-list-image{width:50%;height:100%;background:url(../img/wire-frame-blue-drawing-1159x780.jpg);background-size:cover;display:inline-block;float:left}
.service-list-box{color:#576366;width:50%;font-size:1.3em;display:inline-block;margin:10% 0}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.wire-frame{width:100%}
.service-list-image{display:none}
#slist{background-color:#fff;border-radius:.5em;margin:45% auto 0;width:90%;display:block;border:2px solid #ffe6b3;font-size:1.7em}
.servicePbold{background-color:#ffe6b3;padding:1em 2em;margin:1em 5em;border-radius:.5em}
.spb{margin:1em 2em}
}
@media screen and (max-width:600px){#serviceWF{display:none}
.service-list-image{width:100%;height:0}
.service-list-box{width:100%;margin:20% 0;font-size:1.1em}
}
.ipad-dev{background:url(../img/ipad-web-development.jpg);background-size:cover;width:60%}
.pageLogoContainer{width:40%}
.contact-list-image{width:50%;height:100%;background:url(../img/web-dev-for-iphone.jpg)center center;background-size:cover;display:inline-block;float:left}
.remove-top{top:0}
.contactPs{font-size:1.3em;color:#fff}
.contactPs a{color:#fff;margin:0;padding:0}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.ipad-dev{width:100%}
#contactStatement #small-logo{display:block;width:24%}
.mission-statement .contactHOnes{text-align:center;margin:25% 22% 20%;border:2px solid #fff;padding:.5em 1em;border-radius:10px;font-size:2.5em;z-index:1000;position:absolute;background-color:#29b2d1}
.contactPs{font-size:2em}
.contact-list-image{display:none}
#serviceListId{width:90%;margin:90% auto 0;font-size:1.6em;display:block}
}
@media screen and (max-width:600px){.contact-list-image{display:none}
#contactStatement{height:100%}
.mission-statement .contactHOnes{margin:20% 1em 1em;font-size:1.6em;font-weight:700}
.mission-statement .contactPs{font-size:1.2em}
.service-list-box .contactHtwo{font-size:1.5em;margin:.67em 1em}
.service-list-box .contactPtwo{font-size:1em;margin:1em}
.service-list-box .contactPtwo a{color:#576366;text-decoration:none}
.phoneNum{background-color:#29b2d1;padding:2%;margin:0 10%;border-radius:5px;border:1px solid #fff;box-shadow:0 5px 0 0 rgba(0,0,0,.01),0 4px 0 0 rgba(0,0,0,.02),0 3px 0 0 rgba(0,0,0,.04),0 2px 0 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.08),0 1px 0 0 rgba(255,255,255,.1)inset,1px 0 0 0 rgba(255,255,255,.1)inset,-1px 0 0 0 rgba(255,255,255,.1)inset,0 -1px 0 0 rgba(0,0,0,.1)inset}
}
.about-image{background:url(../img/web-design-company.jpg)center center;background-size:cover;width:60%}
.about-bottom-image{width:50%;height:100%;background:url(../img/web-design-1000x667.jpg)center center;background-size:cover;display:inline-block;float:left}
.aboutP p{margin:2% 7%;line-height:1.5em}
.about-title{font-size:1.3em}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.mission-statement #small-logo{display:block;width:80%}
#aboutLB{width:95%;margin:60% auto 0;font-size:1.6em;display:block}
.about-image{width:100%;height:50%;display:inline-block}
.pageLogoContainer{height:50%;width:100%}
.about-bottom-image{width:100%;height:0}
.service-list-box{width:100%;margin:20% 0;font-size:1.1em}
.mission-statement h1{margin:1% 1em 30%;border:2px solid #fff;padding:.5em;border-radius:10px;font-size:2.5em;z-index:1000;position:absolute;background-color:#29b2d1}
#triangle{display:none}
#triangleTop{border-right:.5em solid #29b2d1;border-bottom:.5em solid #29b2d1;width:1.5em;height:1.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:auto;display:block;position:absolute;left:0;right:0;bottom:20%;opacity:.9;-webkit-transition:all 1.2s ease-in-out;transition:all 1.2s ease-in-out}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#top-logo-page-text,.service-list-box{font-size:.9em}
#portfolioTitle{margin:5% auto 0}
}
@media screen and (max-width:600px){.about-image{width:100%;display:none}
.pageLogoContainer{height:100%;width:100%}
.about-bottom-image{width:100%;height:0}
.service-list-box{width:100%;margin:20% auto 0;font-size:.9em}
.mission-statement h1{margin:50% 1em 30%}
#triangle{border-right:.5em solid rgba(255,255,255,.53);border-bottom:.5em solid rgba(255,255,255,.53);width:1.5em;height:1.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:auto;display:block;position:absolute;left:0;right:0;bottom:22%}
}
@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#uniquePortfolio{height:19%}
}
#uniquePortfolio{z-index:0}
.portfolioBusinessLogoWrap{background-color:#fff}
#portfolio-business-logo{width:80%;display:block;margin:1% auto}
#portfolioTitle{color:#576366;margin:10% auto 0;font-weight:700}
#portfolioURL{margin-top:0}
#portfolioURL a{color:#576366;font-weight:700;margin-top:.5em;display:inline-block;border:1px solid;border-radius:5px;padding:5px 10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}
#portfolioURL a:hover{color:rgba(87,99,102,.48)}
.portfolio-business-devices{background-color:#fff;width:60%}
#devicesIMG{width:98%;margin-top:10%}
#portfolio-big-image-sunrise{width:100%;background:url(../img/sunrise-screen.jpg)center center;background-size:cover}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#portfolioTitle{margin:5% auto 0;border:none;padding:0;border-radius:0;font-size:2.5em;z-index:0;position:relative;background-color:transparent}
#sr #portfolio-business-logo{width:40%}
#lc #portfolio-business-logo{width:30%}
#pt #portfolio-business-logo{width:50%}
#sm #portfolio-business-logo{width:60%}
}
@media screen and (max-width:768px){#uniquePortfolio{height:40%;width:100%}
#portfolioURL{text-align:center;margin:0 auto 1em}
.portfolio-business-devices{width:100%}
#uniquePortfolioDeviceWrap{display:inline-block}
}
.portfolioRec{width:100%}
#portfolio-logo{margin:5% auto;display:block;width:40%}
.full-project-list .projects{width:15%;margin:1em}
@media only screen and (min-width:768px)and (max-width:1024px)and (-webkit-min-device-pixel-ratio:1){.wrapper .description,.wrapper .overlay{display:none}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#portfolio-logo{margin:15% auto 10%;display:block;width:80%}
#portfolioMS h1{margin:1% 1em 30%;border:none;padding:.5em;border-radius:10px;font-size:2.5em;z-index:1;position:relative;text-align:center;background-color:transparent}
.full-project-list .projects{width:95%;margin:1em;border:.2em solid #fff;border-radius:1em}
.recent-projects .projects .project-description{font-size:1.6em}
.recent-projects .projects{height:8em}
}
.footerColor,.footerSection{background:#ffe6b3}
@media screen and (max-width:600px){#portfolioTitle{margin:10% auto 0}
#portfolio-logo{display:none}
#portfolioMS{height:100%}
.mission-statement h1{font-size:1.2em}
.recent-projects h2{margin:5.5em 0 0}
.recent-projects>p{text-align:left;margin:0 .3em;display:none}
ul.projects-block{margin:0;padding:0;width:100%;height:auto}
.recent-projects .projects{width:75%;display:block;margin:.5em auto;background-color:#ffe6b3}
.wrapper{height:100%;width:50%;display:inline-block;float:left}
.recent-projects .projects .project-description{width:50%;font-size:1em;text-align:left;display:inline-block}
.recent-projects .projects .project-description .project-paragraph,.recent-projects .projects .project-description .project-title{left:0;opacity:1;text-align:left}
.recent-projects{top:0}
.wrapper:hover .description{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:1s ease-in;-webkit-transition:1s ease-in}
.wrapper:hover .overlay{right:-200px}
.ul-nav-back{height:70em;width:74%}
#removeElement,.hideImage{display:none}
}
@media screen and (max-width:600px)and (orientation:portrait){#sr #portfolio-business-logo{width:30%}
#lc #portfolio-business-logo{width:25%}
#pt #portfolio-business-logo{width:45%}
#sm #portfolio-business-logo{width:55%}
}
@media only screen and (min-device-width:414px)and (max-device-width:736px)and (-webkit-min-device-pixel-ratio:3)and (orientation:landscape){#top-logo-page-text{margin:40%}
#small-logo{display:none}
.mission-statement h1{margin:1.5em 1em}
.recent-projects .projects{width:25%;height:initial;display:inline-block;margin:1em auto}
#removeElement,.bottomFooter,.recent-projects .projects .project-description{display:none}
.wrapper{width:100%}
.pageLogoContainer{font-size:.8em}
.service-list-box{font-size:1em}
#uniquePortfolio{height:100%;width:40%}
.portfolio-business-devices{width:60%}
}
@media only screen and (min-device-width:375px)and (max-device-width:667px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){#aboutLB,.pageLogoContainer{font-size:.9em}
#small-logo{display:none}
.mission-statement h1{margin:1.5em 1em}
.responsive-web-dev #push-left-text{margin:1em .5em 0}
.recent-projects .projects{width:25%;height:initial;display:inline-block;margin:1em auto}
#removeElement,.bottomFooter,.recent-projects .projects .project-description{display:none}
.wrapper{width:100%}
.service-list-box{font-size:1em}
.service-list-box a{text-decoration:none;color:#576366}
#uniquePortfolio{height:100%;width:40%}
.portfolio-business-devices{width:60%}
#top-logo-page-text{display:none;font-size:1em}
}
@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){.mission-statement,.responsive-web-dev{height:100%;width:50%}
#contactStatement .contactHOnes{margin:5% 1em 1em}
.responsive-web-dev img{margin:0 auto}
.recent-projects .projects{width:25%;height:initial;display:inline-block;margin:1em auto}
.bottomFooter,.recent-projects .projects .project-description{display:none}
#aboutMS,#portfolioMS,#serviceMS,.wrapper{width:100%}
#aboutMS h1,#serviceMS h1{margin:2em auto 0;text-align:center}
#triangle{bottom:40%}
#slist{margin:12% 0}
#slist p{margin:.6em}
.portfolio-business-devices{width:60%}
#top-logo-page-text{bottom:35%;margin:auto}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){#top-logo-page-text{font-size:.9em}
#portfolioURL{font-size:.7em;margin:0 auto}
#portfolioTitle{margin:5% auto 0}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){#portfolioTitle{margin:5% auto 0}
}
.footerSection{width:100%;height:100%;position:relative;top:9.8em}
.footerSection ul{text-align:center;display:block;padding:0;width:50%;height:100%;margin:0 auto;border-bottom:1px solid #29b2d1}
.footerSection li{display:inline-block;text-align:center;width:26%;height:15%;margin:0 auto}
.footerSection li p{font-size:1.2em;color:#29b2d1}
.footerSection li:nth-child(2){margin-right:.8em}
.footerSection a{color:#29b2d1;transition:all .9s ease-in-out;-webkit-transition:all .9s ease-in-out}
.footerSection a:hover,.footerSection p:hover{color:#fff}
.bottomFooter{background:0 0;position:absolute;bottom:7.4em}
.bottomFooter img{width:15%;margin:1em 0 2% 2em}
.bottomFooter ul{float:right;margin-top:6%;border-bottom:none}
.bottomFooter li{color:#fff;width:20%}
#about-us-icon,#phone-icon,#services-icon{width:100%}
@media screen and (max-width:962px){.footerSection ul{width:60%}
.footerSection li{width:27.7%}
.bottomFooter{bottom:8.4em}
.bottomFooter img{width:30%;margin:0 auto;display:block}
}
@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){.footerSection ul{margin:17em auto}
.footerSection li{width:28.7%;height:10%}
.bottomFooter{bottom:18.4em}
}
@media screen and (max-width:600px){.footerSection ul{width:90%}
.footerSection li{width:27.7%}
.bottomFooter{bottom:11.4em}
.bottomFooter img{width:70%;margin:0 auto;display:block}
}
@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape){.footerSection{top:5.5em}
}
@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2)and (orientation:portrait){.bottomFooter img{display:none}
.mission-statement h1{margin:30% 1em}
.footerSection li p{font-size:.9em}
}
#ieNine .footerSection li{height:30%;width:27%}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.footerSection li{height:30%;width:27%}
}
@supports (-ms-accelerator:true){.footerSection li{height:30%;width:27%}
} | 0.245718 | 0.056862 |
@charset "utf-8";
/* CSS Document */
@import url('_scrollbar.css');
@import url('_form.css');
@import url('_select.css');
@import url('_menu.css');
@import url('screen/header.css');
@import url('screen/content.css');
@import url('screen/navigation.css');
@import url('screen/table.css');
@import url('screen/footer.css');
body {
margin:0px 0px 60px 0px;
background-color:#F9F9F9;
background-image:url('../../media/jpg/bodyBg.jpg');
background-repeat:repeat;
background-position:top left;
font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size:12px;
color: #696969;
font-weight:normal;
font-style:normal;
}
/* general utility */
#spacer, .spacer {
font-size:1px;
line-height:1px;
}
.infoError { color:#D70000;}
.infoSuccess {color:#009100;}
smallContent {font-size:11px;}
.h3 {
font-size:17px;
text-shadow: 1px 1px 1px #CCC;
}
a.infoNav {
background-color:#F3F3F3;
text-decoration:none;
color:#646464;
padding:2px 4px;
border: #E4E4E4 solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
a.infoNav:hover {
background-color:#EAEAEA;
border: solid #D8D8D8 1px;
text-decoration:none;
color:#2C2C2C;
}
a.infoNav2{
background-color:#FFEAEA;
text-decoration:none;
color:#FF7D7D;
padding:1px 3px;
border: #FDD solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-decoration:none;
}
a.infoNav2:hover {
background-color:#FDD;
border: solid #FFCECE 1px;
color:#FF5959;
text-decoration:none;
}
a.infoNav3 {
text-decoration:none;
color:#646464;
padding:2px 2px;
border: #E4E4E4 solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
a.infoNav3:hover {
background-color:#F4F4F4;
border: solid #D8D8D8 1px;
text-decoration:none;
color:#2C2C2C;
}
a.infoNav3Circle {
background-color:#EEE;
text-decoration:none;
color:#8B8B8B;
padding:1px 4px;
border: #C0C0C0 solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;
height:16px;
}
a.infoNav3Circle:hover {
background-color:#F4F4F4;
border: solid #D8D8D8 1px;
text-decoration:none;
color:#C0C0C0;
}
/* tables */
.inputTabVert {
border:solid 0px #000;
}
.inputTabVert th {
padding: 10px 10px 4px 10px;
width:100px;
}
.inputTabVert td {
padding: 4px;
min-width:300px;
} | _o/dev/box/framework/dotphp/DelMaster/_source/xend/bunch/project/SHIM/script/css/screen.css | @charset "utf-8";
/* CSS Document */
@import url('_scrollbar.css');
@import url('_form.css');
@import url('_select.css');
@import url('_menu.css');
@import url('screen/header.css');
@import url('screen/content.css');
@import url('screen/navigation.css');
@import url('screen/table.css');
@import url('screen/footer.css');
body {
margin:0px 0px 60px 0px;
background-color:#F9F9F9;
background-image:url('../../media/jpg/bodyBg.jpg');
background-repeat:repeat;
background-position:top left;
font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size:12px;
color: #696969;
font-weight:normal;
font-style:normal;
}
/* general utility */
#spacer, .spacer {
font-size:1px;
line-height:1px;
}
.infoError { color:#D70000;}
.infoSuccess {color:#009100;}
smallContent {font-size:11px;}
.h3 {
font-size:17px;
text-shadow: 1px 1px 1px #CCC;
}
a.infoNav {
background-color:#F3F3F3;
text-decoration:none;
color:#646464;
padding:2px 4px;
border: #E4E4E4 solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
a.infoNav:hover {
background-color:#EAEAEA;
border: solid #D8D8D8 1px;
text-decoration:none;
color:#2C2C2C;
}
a.infoNav2{
background-color:#FFEAEA;
text-decoration:none;
color:#FF7D7D;
padding:1px 3px;
border: #FDD solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-decoration:none;
}
a.infoNav2:hover {
background-color:#FDD;
border: solid #FFCECE 1px;
color:#FF5959;
text-decoration:none;
}
a.infoNav3 {
text-decoration:none;
color:#646464;
padding:2px 2px;
border: #E4E4E4 solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
a.infoNav3:hover {
background-color:#F4F4F4;
border: solid #D8D8D8 1px;
text-decoration:none;
color:#2C2C2C;
}
a.infoNav3Circle {
background-color:#EEE;
text-decoration:none;
color:#8B8B8B;
padding:1px 4px;
border: #C0C0C0 solid 1px;
text-shadow: 1px 1px 1px #FFFFFF;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;
height:16px;
}
a.infoNav3Circle:hover {
background-color:#F4F4F4;
border: solid #D8D8D8 1px;
text-decoration:none;
color:#C0C0C0;
}
/* tables */
.inputTabVert {
border:solid 0px #000;
}
.inputTabVert th {
padding: 10px 10px 4px 10px;
width:100px;
}
.inputTabVert td {
padding: 4px;
min-width:300px;
} | 0.077686 | 0.043671 |
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-thumb{
border-width:1px 1px 1px 2px;
border-color: #777;
background-color: #aaa;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover{
border-width: 1px 1px 1px 2px;
border-color: #555;
background-color: #777;
}
::-webkit-scrollbar-track{
border-width:0;
}
::-webkit-scrollbar-track:hover{
border-left: solid 1px #aaa;
background-color: #eee;
}
@font-face {
font-family: Baronneue;
src: url(../fonts/glyphicons-halflings-regular.ttf);
}
li {
list-style-type: none;
}
#logo {
height: 150px;
margin-bottom: 50px;
margin-left: 50px;
}
#header-h1 {
color: #fff;
margin-top: 75px;
font-family: Baronneue, 'Calibri', cursive;
border: 1px solid black;
background: #000;
padding: 0px 20px 15px 20px;
display: inline-block;
opacity: 0.8;
}
#header-quote {
color: white;
position: absolute;
top: 0px;
margin-top: 15px;
}
.header-col {
background: url('/img/PANO_20170626_123100.jpg') no-repeat;
background-size: 100%;
}
.row.modal-footer {
background-color: #38363d;
color: #59dee5;
}
.row.modal-footer a {
color: #59dee5;
}
.row.modal-footer a:hover {
text-decoration: none;
color: #3ba5aa;
}
.menu {
padding: 0;
}
.menu-navbar {
border-radius: 0px;
border: none;
}
.active-custom>a {
background-color: #c9e2b3;
}
.view-btn {
background-color: green;
border-color: green;
border-radius: 0px;
}
.modal-footer {
text-align: left;
}
.footer-col {
padding: 4px;
}
.row.black {
background: #38363d;
color: #fff;
font-size: 12px;
text-align: center;
}
#address {
float: right;
margin-right: 10px;
}
#phone {
float: left;
margin-left: 10px;
}
.example2 {
display:inline-block;
position:relative;
}
.example2 span {
display:inline-block;
position:absolute;
bottom:10px;
left:5px;
/* Оформление текста */
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
/* Фон */
background-color:rgba(0,0,0,.4);
padding:2px 5px;
}
.photo-gallery {
height: 140px;
margin-bottom: 3px;
}
.photo-galley-content {
margin-bottom: 30px;
padding: 0px;
}
.parents-content {
margin-bottom: 30px;
}
@media (min-width: 350px) {
div.navbar-header {
width: 100%;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 306px) and (max-width: 767px) {
.row.black {
background: #38363d;
color: #fff;
font-size: 12px;
text-align: center;
height: 100px;
}
}
@media (min-width: 768px) {
iframe {
width: 700px;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
iframe {
width: 1000px;
margin-bottom:31px;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
.input-group-addon {
border-radius: 0px;
}
input[type="text"] {
border-radius: 0px;
}
.form-control {
border-radius: 0px;
}
/*Animation*/
.navbar-toggle {
border: none;
background: transparent !important;
}
.navbar-toggle:hover {
background: transparent !important;
}
.navbar-toggle .icon-bar {
width: 22px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
opacity: 0;
filter: alpha(opacity=0);
}
.navbar-toggle .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
/*фото*/
.am-wrapper{
float:left;
position:relative;
overflow:hidden;
}
.am-wrapper img{
position:absolute;
outline:none;
}
/*Login Block*/
.login {
padding-bottom: 20px;
}
.center {text-align: center; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto;} | public/css/style.css |
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-thumb{
border-width:1px 1px 1px 2px;
border-color: #777;
background-color: #aaa;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover{
border-width: 1px 1px 1px 2px;
border-color: #555;
background-color: #777;
}
::-webkit-scrollbar-track{
border-width:0;
}
::-webkit-scrollbar-track:hover{
border-left: solid 1px #aaa;
background-color: #eee;
}
@font-face {
font-family: Baronneue;
src: url(../fonts/glyphicons-halflings-regular.ttf);
}
li {
list-style-type: none;
}
#logo {
height: 150px;
margin-bottom: 50px;
margin-left: 50px;
}
#header-h1 {
color: #fff;
margin-top: 75px;
font-family: Baronneue, 'Calibri', cursive;
border: 1px solid black;
background: #000;
padding: 0px 20px 15px 20px;
display: inline-block;
opacity: 0.8;
}
#header-quote {
color: white;
position: absolute;
top: 0px;
margin-top: 15px;
}
.header-col {
background: url('/img/PANO_20170626_123100.jpg') no-repeat;
background-size: 100%;
}
.row.modal-footer {
background-color: #38363d;
color: #59dee5;
}
.row.modal-footer a {
color: #59dee5;
}
.row.modal-footer a:hover {
text-decoration: none;
color: #3ba5aa;
}
.menu {
padding: 0;
}
.menu-navbar {
border-radius: 0px;
border: none;
}
.active-custom>a {
background-color: #c9e2b3;
}
.view-btn {
background-color: green;
border-color: green;
border-radius: 0px;
}
.modal-footer {
text-align: left;
}
.footer-col {
padding: 4px;
}
.row.black {
background: #38363d;
color: #fff;
font-size: 12px;
text-align: center;
}
#address {
float: right;
margin-right: 10px;
}
#phone {
float: left;
margin-left: 10px;
}
.example2 {
display:inline-block;
position:relative;
}
.example2 span {
display:inline-block;
position:absolute;
bottom:10px;
left:5px;
/* Оформление текста */
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
/* Фон */
background-color:rgba(0,0,0,.4);
padding:2px 5px;
}
.photo-gallery {
height: 140px;
margin-bottom: 3px;
}
.photo-galley-content {
margin-bottom: 30px;
padding: 0px;
}
.parents-content {
margin-bottom: 30px;
}
@media (min-width: 350px) {
div.navbar-header {
width: 100%;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 306px) and (max-width: 767px) {
.row.black {
background: #38363d;
color: #fff;
font-size: 12px;
text-align: center;
height: 100px;
}
}
@media (min-width: 768px) {
iframe {
width: 700px;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
iframe {
width: 1000px;
margin-bottom:31px;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
.input-group-addon {
border-radius: 0px;
}
input[type="text"] {
border-radius: 0px;
}
.form-control {
border-radius: 0px;
}
/*Animation*/
.navbar-toggle {
border: none;
background: transparent !important;
}
.navbar-toggle:hover {
background: transparent !important;
}
.navbar-toggle .icon-bar {
width: 22px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
opacity: 0;
filter: alpha(opacity=0);
}
.navbar-toggle .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
/*фото*/
.am-wrapper{
float:left;
position:relative;
overflow:hidden;
}
.am-wrapper img{
position:absolute;
outline:none;
}
/*Login Block*/
.login {
padding-bottom: 20px;
}
.center {text-align: center; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto;} | 0.352982 | 0.074399 |
body {
background-color: #f7f7f7;
}
.zr-system-layout {
position: relative;
width: 100%;
height: auto;
padding: 0 20px 20px;
}
.home-title {
position: relative;
width: 100%;
height: 48px;
text-align: center;
border-bottom: 1px solid #d7e9ff;
}
.home-title .t {
display: inline-block;
position: relative;
height: 48px;
padding-top: 6px;
line-height: 42px;
font-size: 18px;
border-bottom: 2px solid #0096ff;
}
.home-data-wrap {
position: relative;
padding-top: 31px;
margin-bottom: 20px;
}
.home-data-list {
float: left;
position: relative;
width: 50%;
padding-left: 10px;
}
.home-data-list:first-child {
padding-right: 10px;
padding-left: 0;
}
.home-data-mode {
position: relative;
width: 100%;
padding: 60px 20px 20px 20px;
background-color: #fff;
border: 1px solid #99d5ff;
}
.home-data-mode .data-title {
display: inline-block;
position: absolute;
top: -11px;
left: -1px;
width: auto;
height: 48px;
min-width: 206px;
padding: 20px 55px 10px 54px;
}
.home-data-mode .data-title .data-icon {
position: absolute;
display: table;
top: 0;
left: 0;
width: 100%;
height: 48px;
table-layout: fixed;
}
.home-data-mode .data-title .data-icon em {
display: table-cell;
height: 100%;
}
.home-data-mode .data-title .data-icon .em-1 {
width: 35px;
background: url("../../images/home/icon-1.png") no-repeat right center;
}
.home-data-mode .data-title .data-icon .em-2 {
width: auto;
background: url("../../images/home/icon-2.png") repeat-x center;
}
.home-data-mode .data-title .data-icon .em-3 {
width: 140px;
background: url("../../images/home/icon-3.png") no-repeat left center;
}
.home-data-mode .data-title .t {
position: relative;
line-height: 1;
font-size: 18px;
color: #fff;
z-index: 5;
}
.home-data-mode .data-cont {
position: relative;
width: 100%;
}
.quota {
position: relative;
width: 100%;
height: 210px;
padding-right: 190px;
margin-bottom: 28px;
}
.quota .echarst-mode {
position: relative;
width: 100%;
height: 100%;
}
.quota .echarst-info {
display: table;
position: absolute;
top: 0;
right: 0;
width: 180px;
height: 100%;
}
.quota .echarst-info .info-wrap {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
font-size: 0;
}
.quota .echarst-info .info-list {
display: inline-block;
width: 50%;
margin-bottom: 18px;
}
.quota .echarst-info .info-list .t {
position: relative;
padding-left: 14px;
font-size: 14px;
line-height: 1;
color: #666;
}
.quota .echarst-info .info-list .t:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto 0;
width: 10px;
height: 10px;
border-radius: 50%;
}
.quota .echarst-info .state-1 .t:before {
background-color: #1ac570;
}
.quota .echarst-info .n {
line-height: 1;
font-size: 14px;
}
.quota .echarst-info .n span {
padding-top: 6px;
font-size: 20px;
line-height: 1;
}
.quota .echarst-info .state-2 .t:before {
background-color: #fe7c00;
}
.bar-shape {
display: table;
position: relative;
width: 100%;
height: 208px;
table-layout: fixed;
}
.bar-shape .bar-left-wrap {
display: table-cell;
position: relative;
width: auto;
height: 100%;
vertical-align: top;
}
.bar-shape .bar-right-wrap {
display: table-cell;
position: relative;
width: 154px;
height: 100%;
padding-left: 20px;
vertical-align: top;
}
.bar-shape .bar-left {
position: relative;
width: 100%;
height: 100%;
padding-top: 38px;
background-color: #f2faff;
border: 1px solid #d9efff;
}
.bar-left .bar-title {
position: absolute;
top: -1px;
left: -1px;
padding: 0 25px;
height: 34px;
z-index: 2;
}
.bar-left .bar-title:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 100%;
background: url("../../images/home/icon-7.png") no-repeat right center;
}
.bar-left .bar-title:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 100%;
background: url("../../images/home/icon-9.png") no-repeat left center;
}
.bar-left .bar-title .t {
position: relative;
height: 100%;
min-width: 64px;
text-align: center;
line-height: 34px;
font-size: 16px;
color: #fff;
background: url("../../images/home/icon-8.png") repeat-x center;
}
.bar-shape .bar-echarst {
position: relative;
width: 100%;
height: 100%;
}
.bar-shape .bar-right {
position: relative;
width: 100%;
height: 100%;
}
.bar-shape .bar-right:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 49px;
background: url("../../images/home/icon-4.png") no-repeat center 0;
}
.bar-shape .bar-right:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 45px;
background: url("../../images/home/icon-6.png") no-repeat center 0;
}
.bar-shape .bar-right .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 49px 0 45px;
}
.bar-shape .bar-right .bg:before {
content: "";
display: block;
position: relative;
width: 100%;
height: 100%;
background: url("../../images/home/icon-5.png") repeat-y center 0;
}
.bar-shape .bar-right-cont {
position: relative;
width: 100%;
padding: 18px 5px;
z-index: 5;
}
.bar-right-cont .type {
position: relative;
width: 100%;
padding: 0 13px;
height: 34px;
}
.bar-right-cont .type .t {
width: 100%;
height: 100%;
line-height: 34px;
color: #fff;
font-size: 16px;
text-align: center;
background-color: #0096ff;
border-radius: 4px;
}
.bar-right-cont .resource-data {
width: 100%;
padding: 6px 10px;
}
.bar-right-cont .resource-data>li {
display: table;
width: 100%;
height: 28px;
}
.bar-right-cont .resource-data span {
display: table-cell;
line-height: 1;
font-size: 14px;
white-space: nowrap;
vertical-align: middle;
}
.bar-right-cont .resource-data .t {
text-align: left;
color: #666;
}
.bar-right-cont .resource-data .n {
text-align: right;
font-size: 20px;
}
.home-calendar-wrap {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.home-calendar-wrap .data-tab-mode,
.trend-wrap .data-tab-mode {
border: 0;
}
.home-calendar-wrap .tab-cont,
.trend-wrap .tab-cont {
position: relative;
width: 100%;
height: auto;
padding: 20px;
background-color: #fff;
border: 1px solid #99d5ff;
border-top: 0;
}
.trend-wrap {
position: relative;
width: 100%;
}
.trend-wrap .handle-wrap {
position: absolute;
top: 20px;
right: 20px;
height: 28px;
z-index: 90;
}
.trend-wrap .handle-wrap .handle-list {
float: left;
position: relative;
margin-left: 10px;
height: 28px;
}
.trend-wrap .calend-mode-wrap {
position: relative;
width: 100%;
height: 28px;
padding-right: 10px;
border: 1px solid #99d5ff;
border-radius: 2px;
background-color: #fff;
z-index: 99;
}
.trend-wrap .calend-mode-wrap .calend-list {
float: left;
position: relative;
width: 105px;
height: 100%;
padding: 0 25px 0 10px;
line-height: 26px;
background: url("../../images/common/icon-15.png") no-repeat right 3px;
}
.trend-wrap .calend-mode-wrap>.t {
float: left;
line-height: 26px;
padding: 0 7px;
font-size: 14px;
}
.trend-wrap .trend-echarst {
position: relative;
width: 100%;
height: 310px;
z-index: 8;
}
.trend-wrap .fast-choose {
width: 98px;
}
.trend-wrap .fast-choose .select-input .select-view>em:after {
border-top-color: #0096ff;
}
.home-calendar-mode {
position: relative;
width: 100%;
min-height: 325px;
padding: 0 39px;
}
.home-calendar-mode>button {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
width: 24px;
height: 30px;
opacity: .8;
filter: alpha(opacity=80);
transition: opacity .3s;
}
.home-calendar-mode>button:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.home-calendar-mode>.prev-btn {
left: 0;
background: url("../../images/home/prev-icon.png") no-repeat center;
}
.home-calendar-mode>.next-btn {
right: 0;
background: url("../../images/home/next-icon.png") no-repeat center;
}
.calendar-wrap {
position: relative;
width: 100%;
min-height: 324px;
padding: 20px 50px;
}
.calendar-wrap:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 100%;
background: url("../../images/home/icon-10.png") no-repeat right center;
background-size: 100% 100%;
}
.calendar-wrap:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
background: url("../../images/home/icon-12.png") no-repeat left center;
background-size: 100% 100%;
}
.calendar-wrap em.bg {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 50px;
}
.calendar-wrap em.bg:before {
content: "";
display: block;
width: 100%;
height: 100%;
background: url("../../images/home/icon-11.png") repeat-x center;
background-size: 100% 100%;
}
.calendar-wrap .calendar-head {
position: relative;
width: 100%;
height: 34px;
margin-bottom: 20px;
z-index: 5;
}
.calendar-wrap .calendar-cont {
position: relative;
width: 100%;
height: auto;
border: 1px solid #a6daff;
z-index: 2;
}
.phase-wrap {
position: relative;
float: left;
height: 24px;
margin-top: 5px;
font-size: 0;
}
.phase-wrap .p-btn {
width: 24px;
height: 24px;
margin-right: 8px;
line-height: 1;
font-size: 14px;
background: transparent;
border-radius: 3px;
}
.phase-wrap .p-btn.cur {
color: #fff;
background-color: #0096ff;
}
.interval-wrap {
position: relative;
float: left;
width: 208px;
height: 34px;
margin-left: 20px;
border: 1px solid #99d5ff;
border-radius: 3px;
}
.interval-list {
float: left;
position: relative;
height: 32px;
border-left: 1px solid #99d5ff;
}
.interval-list:first-child {
border-left: 0;
}
.year-interval {
width: 80px;
}
.month-interval {
width: 63px;
}
.day-interval {
width: 63px;
}
.interval-list .interval-screen {
position: relative;
width: 100%;
height: 100%;
padding-right: 23px;
cursor: pointer;
}
.interval-list .interval-screen .t {
line-height: 32px;
text-align: right;
}
.interval-list .interval-screen>em {
position: absolute;
top: 0;
bottom: 0;
right: 6px;
width: 0;
height: 0;
margin: auto 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid #0096ff;
transform: rotateX(0deg);
transition: transform .3s;
}
.interval-list .interval-choose {
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
z-index: 100;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform: translate3d(0, 10px, 0);
transition: opacity .3s, transform .3s;
}
.interval-list.active .interval-choose {
width: 100%;
height: auto;
overflow: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: translate3d(0, 0, 0);
}
.interval-list.active .interval-screen {
background-color: #0096ff;
}
.interval-list.active .interval-screen .t {
color: #fff;
}
.interval-list.active .interval-screen>em {
border-top-color: #fff;
transform: rotateX(180deg);
}
.interval-list .choose-mode {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 194px;
border: 1px solid #d9efff;
background-color: #fff;
overflow: hidden;
box-shadow: 0 0 5px #ddd;
box-sizing: content-box;
}
.interval-list .interval-time {
position: relative;
width: 100%;
}
.interval-list .interval-time>li {
position: relative;
width: 100%;
height: 32px;
line-height: 32px;
padding-left: 8px;
transition: background-color .3s;
cursor: pointer;
}
.interval-list .interval-time>li.cur,
.interval-list .interval-time>li:hover {
background-color: #cceaff;
}
.deploy-wrap {
float: right;
position: relative;
height: 100%;
text-align: right;
}
.deploy-wrap .t {
line-height: 34px;
margin-left: 28px;
}
.choose-scroll-wrap .zr-stand-scroll-mode {
background: transparent;
}
.choose-scroll-wrap .zr-stand-scroll-bar {
background-color: #0096ff;
border-radius: 6px;
}
/* .calendar-wrap .zr-kalend-day,
.calendar-wrap .zr-kalend-hours {
border-collapse: separate;
border-spacing: 6px;
} */
.calendar-wrap .calendar-cont .hours {
position: relative;
width: 100%;
height: 42px;
line-height: 42px;
color: #999;
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: #e9e9e9;
border-radius: 2px;
}
.calendar-wrap .calendar-cont.state-day {
padding: 6px;
}
.calendar-wrap .zr-kalend-day tr:first-child+tr td {
padding-top: 8px;
}
.calendar-wrap .zr-kalend-day tr:last-child td {
padding-bottom: 8px;
}
.calendar-wrap .zr-kalend-day td {
padding: 4px 6px;
}
.calendar-wrap .zr-kalend-day tr:first-child {
height: 36px;
border-bottom: 1px solid #a6daff;
}
.calendar-wrap .zr-kalend-day .w-t {
text-align: center;
line-height: 1;
color: #0096ff;
}
.calendar-wrap .calendar-cont .day {
position: relative;
width: 100%;
height: 34px;
line-height: 34px;
color: #999;
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: #e9e9e9;
border-radius: 2px;
}
.calendar-wrap .calendar-cont .gray-cell .day {
background-color: #f8f8f8;
color: #d2d2d2;
}
.calendar-wrap .zr-kalend-years>tbody>tr>td {
padding: 3px;
}
.calendar-wrap .zr-kalend-years .zr-kalend-min-month {
position: relative;
width: 100%;
height: auto;
padding: 4px;
}
.calendar-wrap .zr-kalend-min-month-c {
position: relative;
width: 100%;
padding: 0 10px;
}
.calendar-wrap .zr-kalend-min-month-d {
position: relative;
width: 100%;
height: auto;
}
.calendar-wrap .zr-kalend-min-month-d td {
text-align: center;
height: 20px;
padding: 2px 0;
}
.calendar-wrap .zr-kalend-min-month-h {
padding: 0 10px;
line-height: 24px;
font-weight: bold;
}
.calendar-wrap .zr-kalend-years td.cur .zr-kalend-min-month {
background-color: #dbf0ff;
}
.calendar-wrap .zr-kalend-min-month-d span {
font-size: 12px;
}
.calendar-wrap .zr-kalend-hours .state-normal p,
.calendar-wrap .zr-kalend-day .state-normal p {
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#46cd8a, endcolorstr=#0da157, gradientType=0);
background: -webkit-linear-gradient(left, #46cd8a, #0da157);
background: -moz-linear-gradient(left, #46cd8a, #0da157);
background: -ms-linear-gradient(left, #46cd8a, #0da157);
background: -o-linear-gradient(left, #46cd8a, #0da157);
background: linear-gradient(left, #46cd8a, #0da157);
}
.calendar-wrap .zr-kalend-hours .state-unormal p,
.calendar-wrap .zr-kalend-day .state-unormal p {
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fe7c00, endcolorstr=#ff5c00, gradientType=0);
background: -webkit-linear-gradient(left, #fe7c00, #ff5c00);
background: -moz-linear-gradient(left, #fe7c00, #ff5c00);
background: -ms-linear-gradient(left, #fe7c00, #ff5c00);
background: -o-linear-gradient(left, #fe7c00, #ff5c00);
background: linear-gradient(left, #fe7c00, #ff5c00);
}
.calendar-wrap .zr-kalend-min-month-d span {
display: block;
line-height: 14px;
}
.calendar-wrap .zr-kalend-min-month-d .state-normal span {
background-color: #26b46d;
color: #fff;
}
.calendar-wrap .zr-kalend-min-month-d .state-unormal span {
background-color: #ff6600;
color: #fff;
} | static/resources/css/home/home.css | body {
background-color: #f7f7f7;
}
.zr-system-layout {
position: relative;
width: 100%;
height: auto;
padding: 0 20px 20px;
}
.home-title {
position: relative;
width: 100%;
height: 48px;
text-align: center;
border-bottom: 1px solid #d7e9ff;
}
.home-title .t {
display: inline-block;
position: relative;
height: 48px;
padding-top: 6px;
line-height: 42px;
font-size: 18px;
border-bottom: 2px solid #0096ff;
}
.home-data-wrap {
position: relative;
padding-top: 31px;
margin-bottom: 20px;
}
.home-data-list {
float: left;
position: relative;
width: 50%;
padding-left: 10px;
}
.home-data-list:first-child {
padding-right: 10px;
padding-left: 0;
}
.home-data-mode {
position: relative;
width: 100%;
padding: 60px 20px 20px 20px;
background-color: #fff;
border: 1px solid #99d5ff;
}
.home-data-mode .data-title {
display: inline-block;
position: absolute;
top: -11px;
left: -1px;
width: auto;
height: 48px;
min-width: 206px;
padding: 20px 55px 10px 54px;
}
.home-data-mode .data-title .data-icon {
position: absolute;
display: table;
top: 0;
left: 0;
width: 100%;
height: 48px;
table-layout: fixed;
}
.home-data-mode .data-title .data-icon em {
display: table-cell;
height: 100%;
}
.home-data-mode .data-title .data-icon .em-1 {
width: 35px;
background: url("../../images/home/icon-1.png") no-repeat right center;
}
.home-data-mode .data-title .data-icon .em-2 {
width: auto;
background: url("../../images/home/icon-2.png") repeat-x center;
}
.home-data-mode .data-title .data-icon .em-3 {
width: 140px;
background: url("../../images/home/icon-3.png") no-repeat left center;
}
.home-data-mode .data-title .t {
position: relative;
line-height: 1;
font-size: 18px;
color: #fff;
z-index: 5;
}
.home-data-mode .data-cont {
position: relative;
width: 100%;
}
.quota {
position: relative;
width: 100%;
height: 210px;
padding-right: 190px;
margin-bottom: 28px;
}
.quota .echarst-mode {
position: relative;
width: 100%;
height: 100%;
}
.quota .echarst-info {
display: table;
position: absolute;
top: 0;
right: 0;
width: 180px;
height: 100%;
}
.quota .echarst-info .info-wrap {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
font-size: 0;
}
.quota .echarst-info .info-list {
display: inline-block;
width: 50%;
margin-bottom: 18px;
}
.quota .echarst-info .info-list .t {
position: relative;
padding-left: 14px;
font-size: 14px;
line-height: 1;
color: #666;
}
.quota .echarst-info .info-list .t:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto 0;
width: 10px;
height: 10px;
border-radius: 50%;
}
.quota .echarst-info .state-1 .t:before {
background-color: #1ac570;
}
.quota .echarst-info .n {
line-height: 1;
font-size: 14px;
}
.quota .echarst-info .n span {
padding-top: 6px;
font-size: 20px;
line-height: 1;
}
.quota .echarst-info .state-2 .t:before {
background-color: #fe7c00;
}
.bar-shape {
display: table;
position: relative;
width: 100%;
height: 208px;
table-layout: fixed;
}
.bar-shape .bar-left-wrap {
display: table-cell;
position: relative;
width: auto;
height: 100%;
vertical-align: top;
}
.bar-shape .bar-right-wrap {
display: table-cell;
position: relative;
width: 154px;
height: 100%;
padding-left: 20px;
vertical-align: top;
}
.bar-shape .bar-left {
position: relative;
width: 100%;
height: 100%;
padding-top: 38px;
background-color: #f2faff;
border: 1px solid #d9efff;
}
.bar-left .bar-title {
position: absolute;
top: -1px;
left: -1px;
padding: 0 25px;
height: 34px;
z-index: 2;
}
.bar-left .bar-title:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 100%;
background: url("../../images/home/icon-7.png") no-repeat right center;
}
.bar-left .bar-title:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 100%;
background: url("../../images/home/icon-9.png") no-repeat left center;
}
.bar-left .bar-title .t {
position: relative;
height: 100%;
min-width: 64px;
text-align: center;
line-height: 34px;
font-size: 16px;
color: #fff;
background: url("../../images/home/icon-8.png") repeat-x center;
}
.bar-shape .bar-echarst {
position: relative;
width: 100%;
height: 100%;
}
.bar-shape .bar-right {
position: relative;
width: 100%;
height: 100%;
}
.bar-shape .bar-right:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 49px;
background: url("../../images/home/icon-4.png") no-repeat center 0;
}
.bar-shape .bar-right:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 45px;
background: url("../../images/home/icon-6.png") no-repeat center 0;
}
.bar-shape .bar-right .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 49px 0 45px;
}
.bar-shape .bar-right .bg:before {
content: "";
display: block;
position: relative;
width: 100%;
height: 100%;
background: url("../../images/home/icon-5.png") repeat-y center 0;
}
.bar-shape .bar-right-cont {
position: relative;
width: 100%;
padding: 18px 5px;
z-index: 5;
}
.bar-right-cont .type {
position: relative;
width: 100%;
padding: 0 13px;
height: 34px;
}
.bar-right-cont .type .t {
width: 100%;
height: 100%;
line-height: 34px;
color: #fff;
font-size: 16px;
text-align: center;
background-color: #0096ff;
border-radius: 4px;
}
.bar-right-cont .resource-data {
width: 100%;
padding: 6px 10px;
}
.bar-right-cont .resource-data>li {
display: table;
width: 100%;
height: 28px;
}
.bar-right-cont .resource-data span {
display: table-cell;
line-height: 1;
font-size: 14px;
white-space: nowrap;
vertical-align: middle;
}
.bar-right-cont .resource-data .t {
text-align: left;
color: #666;
}
.bar-right-cont .resource-data .n {
text-align: right;
font-size: 20px;
}
.home-calendar-wrap {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.home-calendar-wrap .data-tab-mode,
.trend-wrap .data-tab-mode {
border: 0;
}
.home-calendar-wrap .tab-cont,
.trend-wrap .tab-cont {
position: relative;
width: 100%;
height: auto;
padding: 20px;
background-color: #fff;
border: 1px solid #99d5ff;
border-top: 0;
}
.trend-wrap {
position: relative;
width: 100%;
}
.trend-wrap .handle-wrap {
position: absolute;
top: 20px;
right: 20px;
height: 28px;
z-index: 90;
}
.trend-wrap .handle-wrap .handle-list {
float: left;
position: relative;
margin-left: 10px;
height: 28px;
}
.trend-wrap .calend-mode-wrap {
position: relative;
width: 100%;
height: 28px;
padding-right: 10px;
border: 1px solid #99d5ff;
border-radius: 2px;
background-color: #fff;
z-index: 99;
}
.trend-wrap .calend-mode-wrap .calend-list {
float: left;
position: relative;
width: 105px;
height: 100%;
padding: 0 25px 0 10px;
line-height: 26px;
background: url("../../images/common/icon-15.png") no-repeat right 3px;
}
.trend-wrap .calend-mode-wrap>.t {
float: left;
line-height: 26px;
padding: 0 7px;
font-size: 14px;
}
.trend-wrap .trend-echarst {
position: relative;
width: 100%;
height: 310px;
z-index: 8;
}
.trend-wrap .fast-choose {
width: 98px;
}
.trend-wrap .fast-choose .select-input .select-view>em:after {
border-top-color: #0096ff;
}
.home-calendar-mode {
position: relative;
width: 100%;
min-height: 325px;
padding: 0 39px;
}
.home-calendar-mode>button {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
width: 24px;
height: 30px;
opacity: .8;
filter: alpha(opacity=80);
transition: opacity .3s;
}
.home-calendar-mode>button:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.home-calendar-mode>.prev-btn {
left: 0;
background: url("../../images/home/prev-icon.png") no-repeat center;
}
.home-calendar-mode>.next-btn {
right: 0;
background: url("../../images/home/next-icon.png") no-repeat center;
}
.calendar-wrap {
position: relative;
width: 100%;
min-height: 324px;
padding: 20px 50px;
}
.calendar-wrap:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 100%;
background: url("../../images/home/icon-10.png") no-repeat right center;
background-size: 100% 100%;
}
.calendar-wrap:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
background: url("../../images/home/icon-12.png") no-repeat left center;
background-size: 100% 100%;
}
.calendar-wrap em.bg {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 50px;
}
.calendar-wrap em.bg:before {
content: "";
display: block;
width: 100%;
height: 100%;
background: url("../../images/home/icon-11.png") repeat-x center;
background-size: 100% 100%;
}
.calendar-wrap .calendar-head {
position: relative;
width: 100%;
height: 34px;
margin-bottom: 20px;
z-index: 5;
}
.calendar-wrap .calendar-cont {
position: relative;
width: 100%;
height: auto;
border: 1px solid #a6daff;
z-index: 2;
}
.phase-wrap {
position: relative;
float: left;
height: 24px;
margin-top: 5px;
font-size: 0;
}
.phase-wrap .p-btn {
width: 24px;
height: 24px;
margin-right: 8px;
line-height: 1;
font-size: 14px;
background: transparent;
border-radius: 3px;
}
.phase-wrap .p-btn.cur {
color: #fff;
background-color: #0096ff;
}
.interval-wrap {
position: relative;
float: left;
width: 208px;
height: 34px;
margin-left: 20px;
border: 1px solid #99d5ff;
border-radius: 3px;
}
.interval-list {
float: left;
position: relative;
height: 32px;
border-left: 1px solid #99d5ff;
}
.interval-list:first-child {
border-left: 0;
}
.year-interval {
width: 80px;
}
.month-interval {
width: 63px;
}
.day-interval {
width: 63px;
}
.interval-list .interval-screen {
position: relative;
width: 100%;
height: 100%;
padding-right: 23px;
cursor: pointer;
}
.interval-list .interval-screen .t {
line-height: 32px;
text-align: right;
}
.interval-list .interval-screen>em {
position: absolute;
top: 0;
bottom: 0;
right: 6px;
width: 0;
height: 0;
margin: auto 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid #0096ff;
transform: rotateX(0deg);
transition: transform .3s;
}
.interval-list .interval-choose {
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
z-index: 100;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform: translate3d(0, 10px, 0);
transition: opacity .3s, transform .3s;
}
.interval-list.active .interval-choose {
width: 100%;
height: auto;
overflow: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: translate3d(0, 0, 0);
}
.interval-list.active .interval-screen {
background-color: #0096ff;
}
.interval-list.active .interval-screen .t {
color: #fff;
}
.interval-list.active .interval-screen>em {
border-top-color: #fff;
transform: rotateX(180deg);
}
.interval-list .choose-mode {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 194px;
border: 1px solid #d9efff;
background-color: #fff;
overflow: hidden;
box-shadow: 0 0 5px #ddd;
box-sizing: content-box;
}
.interval-list .interval-time {
position: relative;
width: 100%;
}
.interval-list .interval-time>li {
position: relative;
width: 100%;
height: 32px;
line-height: 32px;
padding-left: 8px;
transition: background-color .3s;
cursor: pointer;
}
.interval-list .interval-time>li.cur,
.interval-list .interval-time>li:hover {
background-color: #cceaff;
}
.deploy-wrap {
float: right;
position: relative;
height: 100%;
text-align: right;
}
.deploy-wrap .t {
line-height: 34px;
margin-left: 28px;
}
.choose-scroll-wrap .zr-stand-scroll-mode {
background: transparent;
}
.choose-scroll-wrap .zr-stand-scroll-bar {
background-color: #0096ff;
border-radius: 6px;
}
/* .calendar-wrap .zr-kalend-day,
.calendar-wrap .zr-kalend-hours {
border-collapse: separate;
border-spacing: 6px;
} */
.calendar-wrap .calendar-cont .hours {
position: relative;
width: 100%;
height: 42px;
line-height: 42px;
color: #999;
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: #e9e9e9;
border-radius: 2px;
}
.calendar-wrap .calendar-cont.state-day {
padding: 6px;
}
.calendar-wrap .zr-kalend-day tr:first-child+tr td {
padding-top: 8px;
}
.calendar-wrap .zr-kalend-day tr:last-child td {
padding-bottom: 8px;
}
.calendar-wrap .zr-kalend-day td {
padding: 4px 6px;
}
.calendar-wrap .zr-kalend-day tr:first-child {
height: 36px;
border-bottom: 1px solid #a6daff;
}
.calendar-wrap .zr-kalend-day .w-t {
text-align: center;
line-height: 1;
color: #0096ff;
}
.calendar-wrap .calendar-cont .day {
position: relative;
width: 100%;
height: 34px;
line-height: 34px;
color: #999;
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: #e9e9e9;
border-radius: 2px;
}
.calendar-wrap .calendar-cont .gray-cell .day {
background-color: #f8f8f8;
color: #d2d2d2;
}
.calendar-wrap .zr-kalend-years>tbody>tr>td {
padding: 3px;
}
.calendar-wrap .zr-kalend-years .zr-kalend-min-month {
position: relative;
width: 100%;
height: auto;
padding: 4px;
}
.calendar-wrap .zr-kalend-min-month-c {
position: relative;
width: 100%;
padding: 0 10px;
}
.calendar-wrap .zr-kalend-min-month-d {
position: relative;
width: 100%;
height: auto;
}
.calendar-wrap .zr-kalend-min-month-d td {
text-align: center;
height: 20px;
padding: 2px 0;
}
.calendar-wrap .zr-kalend-min-month-h {
padding: 0 10px;
line-height: 24px;
font-weight: bold;
}
.calendar-wrap .zr-kalend-years td.cur .zr-kalend-min-month {
background-color: #dbf0ff;
}
.calendar-wrap .zr-kalend-min-month-d span {
font-size: 12px;
}
.calendar-wrap .zr-kalend-hours .state-normal p,
.calendar-wrap .zr-kalend-day .state-normal p {
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#46cd8a, endcolorstr=#0da157, gradientType=0);
background: -webkit-linear-gradient(left, #46cd8a, #0da157);
background: -moz-linear-gradient(left, #46cd8a, #0da157);
background: -ms-linear-gradient(left, #46cd8a, #0da157);
background: -o-linear-gradient(left, #46cd8a, #0da157);
background: linear-gradient(left, #46cd8a, #0da157);
}
.calendar-wrap .zr-kalend-hours .state-unormal p,
.calendar-wrap .zr-kalend-day .state-unormal p {
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fe7c00, endcolorstr=#ff5c00, gradientType=0);
background: -webkit-linear-gradient(left, #fe7c00, #ff5c00);
background: -moz-linear-gradient(left, #fe7c00, #ff5c00);
background: -ms-linear-gradient(left, #fe7c00, #ff5c00);
background: -o-linear-gradient(left, #fe7c00, #ff5c00);
background: linear-gradient(left, #fe7c00, #ff5c00);
}
.calendar-wrap .zr-kalend-min-month-d span {
display: block;
line-height: 14px;
}
.calendar-wrap .zr-kalend-min-month-d .state-normal span {
background-color: #26b46d;
color: #fff;
}
.calendar-wrap .zr-kalend-min-month-d .state-unormal span {
background-color: #ff6600;
color: #fff;
} | 0.500732 | 0.072112 |
.mapTitle {
font-family: Helvetica;
text-align: center;
font-style: bold;
color:lightskyblue;
font-variant: small-caps;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.sumI {
font-family: sans-serif;
color:pink;
font-weight: normal;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.different {
font-family: courier;
color:pink;
font-weight: bold;
font-style: oblique;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.mapQuick {
font-size: 14px;
line-height: 125%;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.selectFilter {
font-family: Optima, sans-serif;
font-size: 16px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.Mission {
font-family: Optima, sans-serif;
font-style: normal;
font-size: 16px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.tabsInfo {
font-family: Optima, sans-serif;
font-style: italic;
font-size: 16px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.MissionInfo {
font-family: Optima, sans-serif;
font-style: normal;
font-style: oblique;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
h2 {
font-family: Helvetica;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.sharkTypes {
font-family: Helvetica;
color:pink;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.tabFive {
font-family: Helvetica;
color:yellowgreen;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.tabSix {
font-family: Helvetica;
color:orange;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.tabFiveWords {
font-style: normal;
}
h3 {
font-family: Helvetica;
color: pink;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
h4 {
font-style: italic
}
h6 {
font-family: Helvetica;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.disclaimer {
font-size: 8px;
font-style: italic;
}
.left {
display: block;
margin-left: 0px;
margin-right: auto;
}
.contextTitle {
font-family: Helvetica;
font-variant: small-caps;
color: yellowgreen
}
.context {
font-family: Optima, sans-serif;
font-size: 15px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
} | style.css | .mapTitle {
font-family: Helvetica;
text-align: center;
font-style: bold;
color:lightskyblue;
font-variant: small-caps;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.sumI {
font-family: sans-serif;
color:pink;
font-weight: normal;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.different {
font-family: courier;
color:pink;
font-weight: bold;
font-style: oblique;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.mapQuick {
font-size: 14px;
line-height: 125%;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.selectFilter {
font-family: Optima, sans-serif;
font-size: 16px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.Mission {
font-family: Optima, sans-serif;
font-style: normal;
font-size: 16px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.tabsInfo {
font-family: Optima, sans-serif;
font-style: italic;
font-size: 16px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.MissionInfo {
font-family: Optima, sans-serif;
font-style: normal;
font-style: oblique;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
h2 {
font-family: Helvetica;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.sharkTypes {
font-family: Helvetica;
color:pink;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.tabFive {
font-family: Helvetica;
color:yellowgreen;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.tabSix {
font-family: Helvetica;
color:orange;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.tabFiveWords {
font-style: normal;
}
h3 {
font-family: Helvetica;
color: pink;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
h4 {
font-style: italic
}
h6 {
font-family: Helvetica;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.disclaimer {
font-size: 8px;
font-style: italic;
}
.left {
display: block;
margin-left: 0px;
margin-right: auto;
}
.contextTitle {
font-family: Helvetica;
font-variant: small-caps;
color: yellowgreen
}
.context {
font-family: Optima, sans-serif;
font-size: 15px;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
} | 0.405566 | 0.184473 |
body,html{
height:100%;
margin:0;
font-size:16px;
font-family:"Lato",sans-serif;
font-weigth:400;
color:#666;
}
.barraInicio{
background-color:#006080;
font-family:sans-serif;
font-size:20px;
color:#fff;
font:bolder;
}
.pimg1, .pimg2{
position:relative;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
min-height:100%;
}
.pimg1{
background-image:url(../img/building.jpg);
}
.pimg2{
background-image:url(../img/chess.jpg);
}
#ImgenLogo{
max-height:250px;
margin-bottom:100px;
padding-right:23%;
margin:0px;
}
.DivBienvenida{
position:inherit;
width:100%;
text-align:center;
font-weight: bold;
color:#fff;
font-size:50px;
padding-top:120px;
padding-right:23%;
padding-left:23%;
padding-bottom:120px;
}
.section{
text-align:center;
padding: 50px 80px;
background-color:#1A405F;
color:#fff;
}
.section h2{
font-size:45px;
padding-bottom:35px;
}
.section p{
font-size:25px;
padding-top:15px;
padding-bottom:15px;
}
.login{
position:inherit;
min-height:100%;
top:30%;
width:100%;
padding-top:130px;
padding-bottom:60px;
}
.loginBox{
background: rgba(0,0,0,.5);
margin-left:30%;
margin-right:30%;
max-width:1440px;
font-size:100%;
}
form{
margin:auto;
width:50%;
padding-bottom:4%;
padding-top:4%;
max-width:1000px;
}
.loginBox h2{
padding-bottom:10px;
margin-left:10px;
margin-right:20px;
color:rgb(188,212,232);
text-align:center;
font-weight:bold;
}
.loginBox p{
margin:0;
padding: 0;
font-weight: bold;
color:#fff;
font-weight:bold;
}
.loginBox input{
width:100%;
display:block;
margin-bottom:20px;
}
.loginBox input[type="text"],
.loginBox input[type="password"]{
border:none;
display:block;
border-bottom:1px solid #fff;
background:transparent;
outline:none;
height:30px;
color:#fff;
font-weight:bold;
}
::placeholder{
color:rgba(225,255,255,.5);
font-size:10px;
}
.loginBox input[type="submit"]{
border:none;
outline:none;
height:25px;
color:#1f2e2e;
font-weight:bold;
background:#e6ffff;
cursor:pointer;
border-radius:20px;
}
.loginBox input[type="submit"]:hover{
background:#5d8989;
color:#fff;
}
.loginBox button{
width:100%;
display:block;
border:none;
outline:none;
height:25px;
color:#1f2e2e;
font-size:12px;
font-weight:bold;
background:#e6ffff;
cursor:pointer;
border-radius:20px;
}
.loginBox button:hover{
background:#5d8989;
color:#fff;
}
#nocuenta{
padding-top:2%;
padding-bottom:2%;
}
#registro{
margin-bottom:40px;
} | MonolithV2/web/Css/login.css | body,html{
height:100%;
margin:0;
font-size:16px;
font-family:"Lato",sans-serif;
font-weigth:400;
color:#666;
}
.barraInicio{
background-color:#006080;
font-family:sans-serif;
font-size:20px;
color:#fff;
font:bolder;
}
.pimg1, .pimg2{
position:relative;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
min-height:100%;
}
.pimg1{
background-image:url(../img/building.jpg);
}
.pimg2{
background-image:url(../img/chess.jpg);
}
#ImgenLogo{
max-height:250px;
margin-bottom:100px;
padding-right:23%;
margin:0px;
}
.DivBienvenida{
position:inherit;
width:100%;
text-align:center;
font-weight: bold;
color:#fff;
font-size:50px;
padding-top:120px;
padding-right:23%;
padding-left:23%;
padding-bottom:120px;
}
.section{
text-align:center;
padding: 50px 80px;
background-color:#1A405F;
color:#fff;
}
.section h2{
font-size:45px;
padding-bottom:35px;
}
.section p{
font-size:25px;
padding-top:15px;
padding-bottom:15px;
}
.login{
position:inherit;
min-height:100%;
top:30%;
width:100%;
padding-top:130px;
padding-bottom:60px;
}
.loginBox{
background: rgba(0,0,0,.5);
margin-left:30%;
margin-right:30%;
max-width:1440px;
font-size:100%;
}
form{
margin:auto;
width:50%;
padding-bottom:4%;
padding-top:4%;
max-width:1000px;
}
.loginBox h2{
padding-bottom:10px;
margin-left:10px;
margin-right:20px;
color:rgb(188,212,232);
text-align:center;
font-weight:bold;
}
.loginBox p{
margin:0;
padding: 0;
font-weight: bold;
color:#fff;
font-weight:bold;
}
.loginBox input{
width:100%;
display:block;
margin-bottom:20px;
}
.loginBox input[type="text"],
.loginBox input[type="password"]{
border:none;
display:block;
border-bottom:1px solid #fff;
background:transparent;
outline:none;
height:30px;
color:#fff;
font-weight:bold;
}
::placeholder{
color:rgba(225,255,255,.5);
font-size:10px;
}
.loginBox input[type="submit"]{
border:none;
outline:none;
height:25px;
color:#1f2e2e;
font-weight:bold;
background:#e6ffff;
cursor:pointer;
border-radius:20px;
}
.loginBox input[type="submit"]:hover{
background:#5d8989;
color:#fff;
}
.loginBox button{
width:100%;
display:block;
border:none;
outline:none;
height:25px;
color:#1f2e2e;
font-size:12px;
font-weight:bold;
background:#e6ffff;
cursor:pointer;
border-radius:20px;
}
.loginBox button:hover{
background:#5d8989;
color:#fff;
}
#nocuenta{
padding-top:2%;
padding-bottom:2%;
}
#registro{
margin-bottom:40px;
} | 0.324235 | 0.066448 |