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 |
|---|---|---|---|---|
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-thumbs-up:before {
content: "\f087";
}
.fa-comment:before {
content: "\f075";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-share:before {
content: "\f064";
}
body {
background: #EFF3F6;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
color: #354052;
letter-spacing: 0.1px;
}
a {
color: #00AEEF;
text-decoration: none;
}
.panel-default {
background: #FFFFFF;
border: 1px solid #E6EAEE;
border-radius: 4px;
box-shadow: none;
}
.panel-default .panel-heading {
background-image: linear-gradient(-1deg, #F2F4F7 2%, #FFFFFF 98%);
border-radius: 4px 4px 0px 0px !important;
height: 50px;
color: #354052;
border: 1px solid #E6EAEE;
border-radius: 0px 0px 4px 4px;
}
.panel-default .panel-heading .panel-title {
font-size: 16px;
line-height: 28px;
text-transform: capitalize;
color: #354052;
font-weight: 600;
}
.panel-default .panel-heading .panel-title a {
color: #00AEEF;
font-weight: 600;
font-size: 12px;
text-decoration: none !important;
}
.panel-default .panel-heading .panel-title a:hover {
color: #009bd6;
}
.panel-default .panel-heading.no-bg {
background: none;
border-color: transparent;
}
.panel-default .panel-body.nopadding-top-bottom {
padding: 0px 15px;
}
.panel-default .panel-body.nopadding,
.panel-default .panel-heading.nopadding {
padding: 0px;
}
.panel-default .panel-body.bg-grey {
background-color: #EFF3F6;
}
.panel > .panel-body + .table {
border-top: 1px solid #E6EAEE;
}
.panel-body.panel-post {
padding: 0px;
border: 1px solid #E6EAEE;
border-radius: 4px 4px 0px 0px;
}
.panel-post {
border-width: 0px;
}
.panel-post .panel-heading {
padding: 14px 15px;
height: auto;
border: 1px solid #E6EAEE !important;
}
.panel-post .panel-heading .post-author .post-options {
float: right;
color: #859AB5;
margin-top: 6px;
}
.panel-post .panel-heading .post-author .post-options > ul > li > a {
color: #859AB5;
border-radius: 83px;
font-size: 20px;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu {
right: -15px;
left: auto;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li:hover a {
background-color: #FAFBFC;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li a {
color: #354052;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li a i {
width: 20px;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
font-weight: 600;
font-size: 14px;
}
@media (max-width: 500px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
font-size: 13px;
padding-left: 10px;
padding-right: 16px;
}
}
@media (max-width: 350px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
font-size: 12px;
}
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
font-weight: 400;
font-size: 13px;
color: #7F8FA4;
display: block;
padding-left: 22px;
}
@media (max-width: 500px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
font-size: 12px;
}
}
@media (max-width: 350px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
font-size: 11px;
}
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li.active a {
background-color: #FAFBFC;
}
.panel-post .panel-heading .post-author .user-avatar {
width: 40px;
height: 40px;
float: left;
margin-right: 10px;
}
.panel-post .panel-heading .post-author .user-avatar img {
width: 100%;
height: 100%;
border-radius: 4px;
}
.panel-post .panel-heading .post-author .user-post-details {
line-height: 21px;
}
.panel-post .panel-heading .post-author .user-post-details ul {
padding-left: 50px;
}
.panel-post .panel-heading .post-author .user-post-details li {
color: #859AB5;
font-size: 16px;
font-weight: 400;
}
.panel-post .panel-heading .post-author .user-post-details li .user {
text-transform: capitalize;
}
.panel-post .panel-heading .post-author .user-post-details li .post-time {
color: #354052;
font-size: 12px;
letter-spacing: 0px;
margin-right: 3px;
}
.panel-post .panel-heading .post-author .user-post-details li:last-child {
font-size: 14px;
}
.panel-post .panel-heading .post-author .user-post-details li:last-child i {
margin-left: 6px;
margin-right: 2px;
}
.panel-post .panel-heading .post-author .user-post-details li:last-child .post-place {
text-transform: capitalize;
}
.panel-post .panel-body {
border: 1px solid #E6EAEE;
border-top-width: 0px;
padding-bottom: 7px;
}
.panel-post .panel-body .text-wrapper p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 400;
color: #5B6B81;
letter-spacing: 0.3px;
line-height: 20px;
margin-bottom: 0px;
}
.panel-post .panel-body .text-wrapper .post-image-holder {
margin-top: 10px;
max-height: 200px;
overflow: hidden;
}
.panel-post .panel-body .text-wrapper .post-image-holder img {
max-width: 100%;
max-height: 200px;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
border-radius: 4px;
}
.panel-post .panel-body iframe {
width: 100%;
margin-top: 10px;
height: 273px;
}
.panel-post .panel-body .actions-count {
margin-top: 10px;
margin-bottom: 0px;
}
.panel-post .panel-body .actions-count li a {
text-decoration: none;
font-size: 13px;
text-transform: capitalize;
color: #859AB5;
}
@media (max-width: 350px) {
.panel-post .panel-body .actions-count li a {
font-size: 12px;
}
}
.panel-post .panel-body .actions-count li a .count-circle {
width: 16px;
height: 16px;
border-radius: 50%;
text-align: center;
display: inline-block;
padding: 0px;
background-color: #9FA9BA;
line-height: 13px;
margin-right: 3px;
vertical-align: 2px;
}
.panel-post .panel-body .actions-count li a .count-circle i {
font-size: 10px;
color: #fff;
}
.panel-post .panel-body.image-post {
padding: 0px;
}
.panel-post .panel-body.image-post .text-wrapper p {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
.panel-post .panel-body.image-post .text-wrapper .post-image-holder {
margin-top: 10px;
max-height: 800px;
overflow: hidden;
}
.panel-post .panel-body.image-post .text-wrapper .post-image-holder a {
width: 100%;
height: auto;
margin-bottom: 0px;
}
.panel-post .panel-body.image-post .text-wrapper .post-image-holder a img {
width: 100%;
height: auto;
border-radius: 0px;
margin: 0px;
}
.panel-post .panel-body.image-post .actions-count {
padding-left: 15px;
padding-bottom: 7px;
}
.panel-post .panel-footer.socialite {
background-color: #fff;
border-top: 0px;
padding: 15px;
border: 1px solid #E6EAEE;
border-top-width: 0px;
}
.panel-post .panel-footer.socialite .footer-list {
margin-bottom: 0px;
}
.panel-post .panel-footer.socialite .footer-list li {
padding-left: 14px;
padding-right: 14px;
}
@media (max-width: 350px) {
.panel-post .panel-footer.socialite .footer-list li {
padding-left: 10px;
padding-right: 10px;
}
}
.panel-post .panel-footer.socialite .footer-list li:first-child {
padding-left: 5px;
}
.panel-post .panel-footer.socialite .footer-list li:nth-child(2) {
padding-left: 5px;
}
.panel-post .panel-footer.socialite .footer-list li a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 13px;
color: #859AB5;
text-transform: capitalize;
}
.panel-post .panel-footer.socialite .footer-list li a i {
font-size: 16px;
color: #9FA9BA;
letter-spacing: 0px;
margin-right: 4px;
}
.panel-post .comments-section {
width: 100%;
height: auto;
padding-left: 4px;
padding-right: 4px;
background-color: #eff3f6;
}
.panel-post .comments-section .comments-wrapper {
width: 100%;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 26px;
height: auto;
background: #FCFCFC;
border: 1px solid #E6EAEE;
border-top-width: 0px;
}
.panel .panel-heading {
height: auto;
}
.holder {
padding-left: 15px;
}
#post-image-holder img {
width: auto !important;
height: 60px !important;
margin-right: 5px;
padding-left: 13px;
}
.post-image-holder a {
width: 32.5%;
max-height: 100px;
margin-bottom: 10px;
display: inline-block;
background-size: cover !important;
}
.post-image-holder.single-image {
max-height: inherit !important;
height: auto;
}
.post-image-holder.single-image a {
max-height: inherit;
height: auto;
width: 100%;
}
.post-image-holder.single-image a img {
max-height: inherit!important;
height: auto;
width: 100%;
}
.soundcloud-results,
.user-results {
max-height: 300px;
overflow: hidden;
overflow-y: scroll;
}
.soundcloud-results img,
.user-results img {
width: 30px;
height: 30px;
}
.soundcloud-wrapper {
height: 166px;
margin-top: 10px;
overflow: hidden;
}
.soundcloud-results-wrapper .soundcloud-results {
margin-bottom: 0px;
}
.soundcloud-results-wrapper .soundcloud-results .list-group-item:first-child {
border-radius: 0px;
}
.soundcloud-results-wrapper .soundcloud-results .list-group-item {
border-width: 0px;
border-top: 1px solid #E6EAEE;
padding: 10px;
color: #354052;
font-size: 13px;
}
.soundcloud-results-wrapper .soundcloud-results .list-group-item img {
border-radius: 4px;
margin-right: 1px;
}
.soundcloud-results-wrapper .soundcloud-results a.list-group-item:focus,
.soundcloud-results-wrapper .soundcloud-results a.list-group-item:hover,
.soundcloud-results-wrapper .soundcloud-results button.list-group-item:focus,
.soundcloud-results-wrapper .soundcloud-results button.list-group-item:hover {
background-color: #fafbfc;
}
.youtube-iframe {
margin-bottom: -5px;
}
.youtube-iframe iframe {
width: 100%;
height: 360px;
}
/*# sourceMappingURL=style.css.map */ | public/themes/default/assets/css/share.css | .list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-thumbs-up:before {
content: "\f087";
}
.fa-comment:before {
content: "\f075";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-share:before {
content: "\f064";
}
body {
background: #EFF3F6;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
color: #354052;
letter-spacing: 0.1px;
}
a {
color: #00AEEF;
text-decoration: none;
}
.panel-default {
background: #FFFFFF;
border: 1px solid #E6EAEE;
border-radius: 4px;
box-shadow: none;
}
.panel-default .panel-heading {
background-image: linear-gradient(-1deg, #F2F4F7 2%, #FFFFFF 98%);
border-radius: 4px 4px 0px 0px !important;
height: 50px;
color: #354052;
border: 1px solid #E6EAEE;
border-radius: 0px 0px 4px 4px;
}
.panel-default .panel-heading .panel-title {
font-size: 16px;
line-height: 28px;
text-transform: capitalize;
color: #354052;
font-weight: 600;
}
.panel-default .panel-heading .panel-title a {
color: #00AEEF;
font-weight: 600;
font-size: 12px;
text-decoration: none !important;
}
.panel-default .panel-heading .panel-title a:hover {
color: #009bd6;
}
.panel-default .panel-heading.no-bg {
background: none;
border-color: transparent;
}
.panel-default .panel-body.nopadding-top-bottom {
padding: 0px 15px;
}
.panel-default .panel-body.nopadding,
.panel-default .panel-heading.nopadding {
padding: 0px;
}
.panel-default .panel-body.bg-grey {
background-color: #EFF3F6;
}
.panel > .panel-body + .table {
border-top: 1px solid #E6EAEE;
}
.panel-body.panel-post {
padding: 0px;
border: 1px solid #E6EAEE;
border-radius: 4px 4px 0px 0px;
}
.panel-post {
border-width: 0px;
}
.panel-post .panel-heading {
padding: 14px 15px;
height: auto;
border: 1px solid #E6EAEE !important;
}
.panel-post .panel-heading .post-author .post-options {
float: right;
color: #859AB5;
margin-top: 6px;
}
.panel-post .panel-heading .post-author .post-options > ul > li > a {
color: #859AB5;
border-radius: 83px;
font-size: 20px;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu {
right: -15px;
left: auto;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li:hover a {
background-color: #FAFBFC;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li a {
color: #354052;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li a i {
width: 20px;
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
font-weight: 600;
font-size: 14px;
}
@media (max-width: 500px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
font-size: 13px;
padding-left: 10px;
padding-right: 16px;
}
}
@media (max-width: 350px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
font-size: 12px;
}
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
font-weight: 400;
font-size: 13px;
color: #7F8FA4;
display: block;
padding-left: 22px;
}
@media (max-width: 500px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
font-size: 12px;
}
}
@media (max-width: 350px) {
.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
font-size: 11px;
}
}
.panel-post .panel-heading .post-author .post-options .dropdown-menu li.active a {
background-color: #FAFBFC;
}
.panel-post .panel-heading .post-author .user-avatar {
width: 40px;
height: 40px;
float: left;
margin-right: 10px;
}
.panel-post .panel-heading .post-author .user-avatar img {
width: 100%;
height: 100%;
border-radius: 4px;
}
.panel-post .panel-heading .post-author .user-post-details {
line-height: 21px;
}
.panel-post .panel-heading .post-author .user-post-details ul {
padding-left: 50px;
}
.panel-post .panel-heading .post-author .user-post-details li {
color: #859AB5;
font-size: 16px;
font-weight: 400;
}
.panel-post .panel-heading .post-author .user-post-details li .user {
text-transform: capitalize;
}
.panel-post .panel-heading .post-author .user-post-details li .post-time {
color: #354052;
font-size: 12px;
letter-spacing: 0px;
margin-right: 3px;
}
.panel-post .panel-heading .post-author .user-post-details li:last-child {
font-size: 14px;
}
.panel-post .panel-heading .post-author .user-post-details li:last-child i {
margin-left: 6px;
margin-right: 2px;
}
.panel-post .panel-heading .post-author .user-post-details li:last-child .post-place {
text-transform: capitalize;
}
.panel-post .panel-body {
border: 1px solid #E6EAEE;
border-top-width: 0px;
padding-bottom: 7px;
}
.panel-post .panel-body .text-wrapper p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 400;
color: #5B6B81;
letter-spacing: 0.3px;
line-height: 20px;
margin-bottom: 0px;
}
.panel-post .panel-body .text-wrapper .post-image-holder {
margin-top: 10px;
max-height: 200px;
overflow: hidden;
}
.panel-post .panel-body .text-wrapper .post-image-holder img {
max-width: 100%;
max-height: 200px;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
border-radius: 4px;
}
.panel-post .panel-body iframe {
width: 100%;
margin-top: 10px;
height: 273px;
}
.panel-post .panel-body .actions-count {
margin-top: 10px;
margin-bottom: 0px;
}
.panel-post .panel-body .actions-count li a {
text-decoration: none;
font-size: 13px;
text-transform: capitalize;
color: #859AB5;
}
@media (max-width: 350px) {
.panel-post .panel-body .actions-count li a {
font-size: 12px;
}
}
.panel-post .panel-body .actions-count li a .count-circle {
width: 16px;
height: 16px;
border-radius: 50%;
text-align: center;
display: inline-block;
padding: 0px;
background-color: #9FA9BA;
line-height: 13px;
margin-right: 3px;
vertical-align: 2px;
}
.panel-post .panel-body .actions-count li a .count-circle i {
font-size: 10px;
color: #fff;
}
.panel-post .panel-body.image-post {
padding: 0px;
}
.panel-post .panel-body.image-post .text-wrapper p {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
.panel-post .panel-body.image-post .text-wrapper .post-image-holder {
margin-top: 10px;
max-height: 800px;
overflow: hidden;
}
.panel-post .panel-body.image-post .text-wrapper .post-image-holder a {
width: 100%;
height: auto;
margin-bottom: 0px;
}
.panel-post .panel-body.image-post .text-wrapper .post-image-holder a img {
width: 100%;
height: auto;
border-radius: 0px;
margin: 0px;
}
.panel-post .panel-body.image-post .actions-count {
padding-left: 15px;
padding-bottom: 7px;
}
.panel-post .panel-footer.socialite {
background-color: #fff;
border-top: 0px;
padding: 15px;
border: 1px solid #E6EAEE;
border-top-width: 0px;
}
.panel-post .panel-footer.socialite .footer-list {
margin-bottom: 0px;
}
.panel-post .panel-footer.socialite .footer-list li {
padding-left: 14px;
padding-right: 14px;
}
@media (max-width: 350px) {
.panel-post .panel-footer.socialite .footer-list li {
padding-left: 10px;
padding-right: 10px;
}
}
.panel-post .panel-footer.socialite .footer-list li:first-child {
padding-left: 5px;
}
.panel-post .panel-footer.socialite .footer-list li:nth-child(2) {
padding-left: 5px;
}
.panel-post .panel-footer.socialite .footer-list li a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 13px;
color: #859AB5;
text-transform: capitalize;
}
.panel-post .panel-footer.socialite .footer-list li a i {
font-size: 16px;
color: #9FA9BA;
letter-spacing: 0px;
margin-right: 4px;
}
.panel-post .comments-section {
width: 100%;
height: auto;
padding-left: 4px;
padding-right: 4px;
background-color: #eff3f6;
}
.panel-post .comments-section .comments-wrapper {
width: 100%;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 26px;
height: auto;
background: #FCFCFC;
border: 1px solid #E6EAEE;
border-top-width: 0px;
}
.panel .panel-heading {
height: auto;
}
.holder {
padding-left: 15px;
}
#post-image-holder img {
width: auto !important;
height: 60px !important;
margin-right: 5px;
padding-left: 13px;
}
.post-image-holder a {
width: 32.5%;
max-height: 100px;
margin-bottom: 10px;
display: inline-block;
background-size: cover !important;
}
.post-image-holder.single-image {
max-height: inherit !important;
height: auto;
}
.post-image-holder.single-image a {
max-height: inherit;
height: auto;
width: 100%;
}
.post-image-holder.single-image a img {
max-height: inherit!important;
height: auto;
width: 100%;
}
.soundcloud-results,
.user-results {
max-height: 300px;
overflow: hidden;
overflow-y: scroll;
}
.soundcloud-results img,
.user-results img {
width: 30px;
height: 30px;
}
.soundcloud-wrapper {
height: 166px;
margin-top: 10px;
overflow: hidden;
}
.soundcloud-results-wrapper .soundcloud-results {
margin-bottom: 0px;
}
.soundcloud-results-wrapper .soundcloud-results .list-group-item:first-child {
border-radius: 0px;
}
.soundcloud-results-wrapper .soundcloud-results .list-group-item {
border-width: 0px;
border-top: 1px solid #E6EAEE;
padding: 10px;
color: #354052;
font-size: 13px;
}
.soundcloud-results-wrapper .soundcloud-results .list-group-item img {
border-radius: 4px;
margin-right: 1px;
}
.soundcloud-results-wrapper .soundcloud-results a.list-group-item:focus,
.soundcloud-results-wrapper .soundcloud-results a.list-group-item:hover,
.soundcloud-results-wrapper .soundcloud-results button.list-group-item:focus,
.soundcloud-results-wrapper .soundcloud-results button.list-group-item:hover {
background-color: #fafbfc;
}
.youtube-iframe {
margin-bottom: -5px;
}
.youtube-iframe iframe {
width: 100%;
height: 360px;
}
/*# sourceMappingURL=style.css.map */ | 0.379838 | 0.087447 |
.main_header{
background-color: transparent;
}
.pages{
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
margin: auto;
max-width: 1250px;
}
#home .cnts{
position: absolute;
top: 30%;
margin-top: 124px;
left: 0;
right: 0;
padding: 0 40px;
text-align: center;
}
#home .cnts p{
width: 90%;
margin: auto;
}
h1.main_title{
text-align: center;
margin-bottom: 15px;
}
.pages > section{
overflow: hidden;
width: 100%;
padding: 0 26px;
padding-top: 75px;
/*max-height: 768px;*/
}
.pages #home{
background: url('../../images/icons-bg.png') no-repeat center 250px;
background-size: 1000px;
}
.pages #home.active{
background-position: center center;
background-size: 864px;
}
section h1.main_title{
top: -200px;
position: relative;
font-weight: 500;
}
section.active h1.main_title{
top:0px;
}
section h1.main_title i{
opacity: 0;
/*left: 300px;*/
position: relative;
-webkit-transform: scale(6);
-ms-transform: scale(6);
-o-transform: scale(6);
transform: scale(6);
display: inline-block;
}
section.active h1.main_title i{
opacity: 1;
/*left: 0px;*/
position: relative;
display: inline-block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pages #home .logo{
overflow: hidden;
margin: auto;
width: 242px;
position: absolute;
left: 50%;
margin-left: -121px;
top: 40%;
margin-top: 0;
height: 224px;
-webkit-filter: blur(0px);
-o-filter: blur(0px);
filter: blur(0px);
opacity: 0;
}
.pages #home .logo:hover{
-webkit-animation: blurImg 1000ms ;
-o-animation: blurImg 1000ms ;
animation: blurImg 1000ms ;
}
.pages #home.active .logo{
top: 30%;
opacity: 1;
margin-top: -112px;
}
@-webkit-keyframes blurImg2{
0% {
-webkit-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
20% {
-webkit-filter: blur(2px);
-o-filter: blur(2px);
filter: blur(2px);
}
100% {
-webkit-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
}
.pages #services{
padding-bottom: 0;
}
article.post{
float: left;
width: 50%;
padding: 10px;
}
article.post:nth-child(2n+1){
clear: left;
}
article.post header img{
display: none;
}
article.post header{
height: 180px;
}
h1.partners{
margin-top: 20px;
}
.slick-slide img{
max-width: 100%;
height: auto;
}
.slick-next,
.slick-prev{
position: absolute;
top: 50%;
right: -30px;
height: 50px;
background-color: rgba(255, 255, 255, 0);
margin-top: -25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: transparent;
cursor: pointer;
text-align: right;
font-size: 30px;
width: 37px;
}
.slick-next:after,
.slick-prev:after{
content: '\a62a';
color: #000;
font-family: 'Ecomm-icon';
position: absolute;
right: 0;
top: 10px;
}
.slick-next:after{
content: '\a62c';
left: 0;
}
.slick-prev{
left: -30px;
text-align: left;
}
.slick-next{
}
.simpleGrid{
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.21);
}
.simpleGrid > li{
float: left;
padding: 1% 5%;
width: 25%;
border-left: 1px solid rgba(0, 0, 0, 0.21);
}
.simpleGrid > li:nth-child(1),
.simpleGrid > li:nth-child(2),
.simpleGrid > li:nth-child(3),
.simpleGrid > li:nth-child(4){
border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.simpleGrid > li:nth-child(4n+1){
border-left-color: transparent;
}
.simpleGrid > li > img{
max-width: 100%;
height: auto;
-webkit-transition: 500ms all ease, 1000ms opacity ease;
-o-transition: 500ms all ease, 1000ms opacity ease;
transition: 500ms all ease, 1000ms opacity ease;
opacity: 0;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.simpleGrid > li._ > img{
opacity: 1;
}
.simpleGrid > li:hover > img{
filter: none;
-webkit-filter: grayscale(0%);
} | public/admin-theme/css/split/home.css | .main_header{
background-color: transparent;
}
.pages{
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
margin: auto;
max-width: 1250px;
}
#home .cnts{
position: absolute;
top: 30%;
margin-top: 124px;
left: 0;
right: 0;
padding: 0 40px;
text-align: center;
}
#home .cnts p{
width: 90%;
margin: auto;
}
h1.main_title{
text-align: center;
margin-bottom: 15px;
}
.pages > section{
overflow: hidden;
width: 100%;
padding: 0 26px;
padding-top: 75px;
/*max-height: 768px;*/
}
.pages #home{
background: url('../../images/icons-bg.png') no-repeat center 250px;
background-size: 1000px;
}
.pages #home.active{
background-position: center center;
background-size: 864px;
}
section h1.main_title{
top: -200px;
position: relative;
font-weight: 500;
}
section.active h1.main_title{
top:0px;
}
section h1.main_title i{
opacity: 0;
/*left: 300px;*/
position: relative;
-webkit-transform: scale(6);
-ms-transform: scale(6);
-o-transform: scale(6);
transform: scale(6);
display: inline-block;
}
section.active h1.main_title i{
opacity: 1;
/*left: 0px;*/
position: relative;
display: inline-block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pages #home .logo{
overflow: hidden;
margin: auto;
width: 242px;
position: absolute;
left: 50%;
margin-left: -121px;
top: 40%;
margin-top: 0;
height: 224px;
-webkit-filter: blur(0px);
-o-filter: blur(0px);
filter: blur(0px);
opacity: 0;
}
.pages #home .logo:hover{
-webkit-animation: blurImg 1000ms ;
-o-animation: blurImg 1000ms ;
animation: blurImg 1000ms ;
}
.pages #home.active .logo{
top: 30%;
opacity: 1;
margin-top: -112px;
}
@-webkit-keyframes blurImg2{
0% {
-webkit-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
20% {
-webkit-filter: blur(2px);
-o-filter: blur(2px);
filter: blur(2px);
}
100% {
-webkit-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
}
.pages #services{
padding-bottom: 0;
}
article.post{
float: left;
width: 50%;
padding: 10px;
}
article.post:nth-child(2n+1){
clear: left;
}
article.post header img{
display: none;
}
article.post header{
height: 180px;
}
h1.partners{
margin-top: 20px;
}
.slick-slide img{
max-width: 100%;
height: auto;
}
.slick-next,
.slick-prev{
position: absolute;
top: 50%;
right: -30px;
height: 50px;
background-color: rgba(255, 255, 255, 0);
margin-top: -25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: transparent;
cursor: pointer;
text-align: right;
font-size: 30px;
width: 37px;
}
.slick-next:after,
.slick-prev:after{
content: '\a62a';
color: #000;
font-family: 'Ecomm-icon';
position: absolute;
right: 0;
top: 10px;
}
.slick-next:after{
content: '\a62c';
left: 0;
}
.slick-prev{
left: -30px;
text-align: left;
}
.slick-next{
}
.simpleGrid{
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.21);
}
.simpleGrid > li{
float: left;
padding: 1% 5%;
width: 25%;
border-left: 1px solid rgba(0, 0, 0, 0.21);
}
.simpleGrid > li:nth-child(1),
.simpleGrid > li:nth-child(2),
.simpleGrid > li:nth-child(3),
.simpleGrid > li:nth-child(4){
border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.simpleGrid > li:nth-child(4n+1){
border-left-color: transparent;
}
.simpleGrid > li > img{
max-width: 100%;
height: auto;
-webkit-transition: 500ms all ease, 1000ms opacity ease;
-o-transition: 500ms all ease, 1000ms opacity ease;
transition: 500ms all ease, 1000ms opacity ease;
opacity: 0;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.simpleGrid > li._ > img{
opacity: 1;
}
.simpleGrid > li:hover > img{
filter: none;
-webkit-filter: grayscale(0%);
} | 0.167423 | 0.070752 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-family: "Encode Sans Condensed", sans-serif;
margin: 0;
font-size: 18px;
}
section {
padding: 1.5% 0%;
}
section:nth-of-type(even) {
background: linear-gradient(to right,rgb(250, 250, 250), rgb(235, 235, 235), rgb(250, 250, 250));
}
section:last-of-type {
padding-bottom: 5%;
margin-bottom: 0;
}
/* Text */
h1, h2 {
color: rgb(40, 110, 160);
margin: 1% 0;
padding: 1.5%;
}
h3, h4, h5, h6 {
margin: 1% 0;
padding: 1%;
}
p {
margin: 2%;
font-size: 1.1rem;
letter-spacing: 0.07rem;
line-height: 2rem;
}
.comment {
font-size: 0.9rem;
margin-bottom: 2%;
}
hr {
border-color: rgb(40, 110, 160);
}
a:hover {
text-decoration: none;
background-color: rgb(126, 175, 231);
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
/* Images */
img {
width: 100%;
padding: 5px;
}
/* --------------
Header and Footer
-------------- */
header {
position: relative;
}
.head-title {
margin: 2rem 0;
}
.header-back {
background: url(../images/m86_rg2.jpg);
background-position: center;
/* background-repeat: no-repeat; */
height: 50vh;
}
.washout-back {
background: #FFF;
opacity: 0.5;
display: inline-block;
position: absolute;
padding: 2%;
/* Center alignment */
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
footer {
padding: 2%;
background-color:rgb(40, 110, 160);
color: #FFF;
}
footer h3 {
margin: 0;
padding: 3%;
}
footer p {
margin: 2%;
font-size: 0.9rem;
letter-spacing: 0.07rem;
line-height: 1.2rem;
}
/* -----
Wrappers
----- */
/* Text alignment */
.center {
text-align: center;
}
.center-justify {
text-align: justify;
text-align-last: center;
}
/* Grids */
.sources-grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1%;
}
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1%;
}
.grid-item-txt {
padding: 1%;
text-align: center;
}
.grid-item-img {
display: relative;
margin: auto;
}
.width-limit {
width: auto;
max-width: 50%;
display: relative;
margin: auto;
}
/* -------
Navigation
------- */
nav {
background: rgb(40, 110, 160);
padding: 1.5rem 0.5rem;
text-align: center;
}
nav a {
color: #FFF;
font-size: 1.2rem;
text-decoration: none;
margin: 0 1rem;
padding: 0.5rem 0.5rem;
position: relative;
z-index: 0;
cursor: pointer;
border-radius: 10%;
}
/* -----
Homepage
----- */
/* About and profile image */
/* ----------------
Projects / Research
---------------- */
.h-alpha-pair {
position: relative;
margin: 0 auto;
}
.h-alpha-pair img {
max-width: 55%;
width: auto;
height: auto;
}
.h-alpha-pair img:first-child {
position: absolute;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
/* Class added on user click to hide top image */
.hidden {
opacity: 0;
}
/* Image slides */
.scroll-container {
position: relative;
}
.scroll-item-image-0,
.scroll-item-image-1,
.scroll-item-image-2,
.scroll-item-image-3,
.scroll-item-image-4,
.scroll-item-image-5 {
display: none;
cursor: pointer;
}
.show-img {
display: block;
}
.display-left, .display-right {
cursor: pointer;
position: absolute;
color: black;
background-color: rgb(235, 235, 235);
top: 45%;
padding: 3%;
user-select: none;
-webkit-user-select: none;
}
.display-right {
right: 0;
}
/* Modal box (fullscreen image pop) */
#modal-0,
#modal-1,
#modal-2,
#modal-3,
#modal-4,
#modal-5 {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
padding: 5%;
overflow: auto;
height: 100vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.95);
font-size: 1.5rem;
}
.modal-content-0,
.modal-content-1,
.modal-content-2,
.modal-content-3,
.modal-content-4,
.modal-content-5 {
position: relative;
color: white;
text-align: center;
margin: auto;
padding: 0;
width: 90%;
}
/* Close and navigation buttons for modal */
.close {
color: white;
position: fixed;
top: 3%;
right: 5%;
font-weight: bold;
}
.close:hover, .close:focus {
cursor: pointer;
}
.prev, .next {
cursor: pointer;
color: white;
position: fixed;
top: 50%;
padding: 3%;
user-select: none;
-webkit-user-select: none;
}
.next {
right: 0;
} | css/style.css | html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-family: "Encode Sans Condensed", sans-serif;
margin: 0;
font-size: 18px;
}
section {
padding: 1.5% 0%;
}
section:nth-of-type(even) {
background: linear-gradient(to right,rgb(250, 250, 250), rgb(235, 235, 235), rgb(250, 250, 250));
}
section:last-of-type {
padding-bottom: 5%;
margin-bottom: 0;
}
/* Text */
h1, h2 {
color: rgb(40, 110, 160);
margin: 1% 0;
padding: 1.5%;
}
h3, h4, h5, h6 {
margin: 1% 0;
padding: 1%;
}
p {
margin: 2%;
font-size: 1.1rem;
letter-spacing: 0.07rem;
line-height: 2rem;
}
.comment {
font-size: 0.9rem;
margin-bottom: 2%;
}
hr {
border-color: rgb(40, 110, 160);
}
a:hover {
text-decoration: none;
background-color: rgb(126, 175, 231);
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
/* Images */
img {
width: 100%;
padding: 5px;
}
/* --------------
Header and Footer
-------------- */
header {
position: relative;
}
.head-title {
margin: 2rem 0;
}
.header-back {
background: url(../images/m86_rg2.jpg);
background-position: center;
/* background-repeat: no-repeat; */
height: 50vh;
}
.washout-back {
background: #FFF;
opacity: 0.5;
display: inline-block;
position: absolute;
padding: 2%;
/* Center alignment */
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
footer {
padding: 2%;
background-color:rgb(40, 110, 160);
color: #FFF;
}
footer h3 {
margin: 0;
padding: 3%;
}
footer p {
margin: 2%;
font-size: 0.9rem;
letter-spacing: 0.07rem;
line-height: 1.2rem;
}
/* -----
Wrappers
----- */
/* Text alignment */
.center {
text-align: center;
}
.center-justify {
text-align: justify;
text-align-last: center;
}
/* Grids */
.sources-grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1%;
}
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1%;
}
.grid-item-txt {
padding: 1%;
text-align: center;
}
.grid-item-img {
display: relative;
margin: auto;
}
.width-limit {
width: auto;
max-width: 50%;
display: relative;
margin: auto;
}
/* -------
Navigation
------- */
nav {
background: rgb(40, 110, 160);
padding: 1.5rem 0.5rem;
text-align: center;
}
nav a {
color: #FFF;
font-size: 1.2rem;
text-decoration: none;
margin: 0 1rem;
padding: 0.5rem 0.5rem;
position: relative;
z-index: 0;
cursor: pointer;
border-radius: 10%;
}
/* -----
Homepage
----- */
/* About and profile image */
/* ----------------
Projects / Research
---------------- */
.h-alpha-pair {
position: relative;
margin: 0 auto;
}
.h-alpha-pair img {
max-width: 55%;
width: auto;
height: auto;
}
.h-alpha-pair img:first-child {
position: absolute;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
/* Class added on user click to hide top image */
.hidden {
opacity: 0;
}
/* Image slides */
.scroll-container {
position: relative;
}
.scroll-item-image-0,
.scroll-item-image-1,
.scroll-item-image-2,
.scroll-item-image-3,
.scroll-item-image-4,
.scroll-item-image-5 {
display: none;
cursor: pointer;
}
.show-img {
display: block;
}
.display-left, .display-right {
cursor: pointer;
position: absolute;
color: black;
background-color: rgb(235, 235, 235);
top: 45%;
padding: 3%;
user-select: none;
-webkit-user-select: none;
}
.display-right {
right: 0;
}
/* Modal box (fullscreen image pop) */
#modal-0,
#modal-1,
#modal-2,
#modal-3,
#modal-4,
#modal-5 {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
padding: 5%;
overflow: auto;
height: 100vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.95);
font-size: 1.5rem;
}
.modal-content-0,
.modal-content-1,
.modal-content-2,
.modal-content-3,
.modal-content-4,
.modal-content-5 {
position: relative;
color: white;
text-align: center;
margin: auto;
padding: 0;
width: 90%;
}
/* Close and navigation buttons for modal */
.close {
color: white;
position: fixed;
top: 3%;
right: 5%;
font-weight: bold;
}
.close:hover, .close:focus {
cursor: pointer;
}
.prev, .next {
cursor: pointer;
color: white;
position: fixed;
top: 50%;
padding: 3%;
user-select: none;
-webkit-user-select: none;
}
.next {
right: 0;
} | 0.573917 | 0.116337 |
body {
background-image:url(../imagens/body_bg.png);
background-repeat: no-repeat;
background-position: center top;
background-color: #D9D9D6 !important;
margin-top: 0px;
}
#estrutura {
background-color: #FFF;
width: auto;
margin-right: auto;
margin-left: auto;
}
#estrutura #cabecalho {
background-color: #FFF;
background-repeat: no-repeat;
background-position: center top;
float: none;
margin-top: 0px;
}
#estrutura #cabecalho #slogan {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
float: left;
text-align: right;
font-weight: lighter;
color: #757575;
width: 400px;
margin-left: 500px;
margin-top: -70px;
}
.text_color {
color: #91A1FB;
font-weight: bold;
font-size: 18px;
}
#header #estrutura #cabecalho #logo {
width: 180px;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 50px;
}
#estrutura #cabecalho #logo {
width: 180px;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 50px;
}
.testCol1
{
}
.testCol2
{
vertical-align: top;
text-align: center;
font-size: 14px;
}
.padrao {
background-image: url("../imagens/padrao.png") !important;
}
.padrao2 {
background-image: url("#{resource['imagens/padrao.png']}") !important;
}
.className {
vertical-align:top;
margin: 0 auto;
height: 100%;
}
.className td {
vertical-align:top;
}
#estrutura #cabecalho #menu1{
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
height: 60px;
width: 670px;
float: right;
margin-top: -160px;
font-weight: lighter;
}
#estrutura #cabecalho #menu1 a {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
text-decoration: none;
color: #757575;
height: 60px;
width: 122px;
padding-top: 50px;
padding-left: 12px;
display: block;
float: left;
font-weight: lighter;
}
#estrutura #cabecalho #menu1 a:hover {
background-image: url(../imagens/menu-principal_hover.png);
background-repeat: no-repeat;
}
#content #estrutura #conteudo #formulario {
padding-right: 20px;
padding-left: 20px;
font-size: 12px;
}
#estrutura #conteudo #formulario {
padding-right: 20px;
padding-left: 20px;
font-size: 12px;
}
#estrutura #conteudo #formulario #imagem{
padding-left: 20px;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 50px;
text-align: center;
}
#estrutura #rodape {
font-family: helvetica, arial, "san serif";
font-size: 10px;
text-align: center;
background-image: url(../imagens/rodape_bg.png);
background-repeat: repeat;
background-position: left;
height: 40px;
font-weight: lighter;
color: #757575;
}
.ui-datatable .ui-datatable-data .even-row td{
background-color:#f6f6f6;
}
.ui-datatable .ui-datatable-data .odd-row td{
background-color:#FFF5E6;
}
.ui-datatable td.ui-datatable-even-row:hover, .ui-datatable td.ui-datatable-odd-row:hover {
background: #FFFACD;
} | src/main/webapp/resources/css/estilos7.css | body {
background-image:url(../imagens/body_bg.png);
background-repeat: no-repeat;
background-position: center top;
background-color: #D9D9D6 !important;
margin-top: 0px;
}
#estrutura {
background-color: #FFF;
width: auto;
margin-right: auto;
margin-left: auto;
}
#estrutura #cabecalho {
background-color: #FFF;
background-repeat: no-repeat;
background-position: center top;
float: none;
margin-top: 0px;
}
#estrutura #cabecalho #slogan {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
float: left;
text-align: right;
font-weight: lighter;
color: #757575;
width: 400px;
margin-left: 500px;
margin-top: -70px;
}
.text_color {
color: #91A1FB;
font-weight: bold;
font-size: 18px;
}
#header #estrutura #cabecalho #logo {
width: 180px;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 50px;
}
#estrutura #cabecalho #logo {
width: 180px;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 50px;
}
.testCol1
{
}
.testCol2
{
vertical-align: top;
text-align: center;
font-size: 14px;
}
.padrao {
background-image: url("../imagens/padrao.png") !important;
}
.padrao2 {
background-image: url("#{resource['imagens/padrao.png']}") !important;
}
.className {
vertical-align:top;
margin: 0 auto;
height: 100%;
}
.className td {
vertical-align:top;
}
#estrutura #cabecalho #menu1{
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
height: 60px;
width: 670px;
float: right;
margin-top: -160px;
font-weight: lighter;
}
#estrutura #cabecalho #menu1 a {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
text-decoration: none;
color: #757575;
height: 60px;
width: 122px;
padding-top: 50px;
padding-left: 12px;
display: block;
float: left;
font-weight: lighter;
}
#estrutura #cabecalho #menu1 a:hover {
background-image: url(../imagens/menu-principal_hover.png);
background-repeat: no-repeat;
}
#content #estrutura #conteudo #formulario {
padding-right: 20px;
padding-left: 20px;
font-size: 12px;
}
#estrutura #conteudo #formulario {
padding-right: 20px;
padding-left: 20px;
font-size: 12px;
}
#estrutura #conteudo #formulario #imagem{
padding-left: 20px;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 50px;
text-align: center;
}
#estrutura #rodape {
font-family: helvetica, arial, "san serif";
font-size: 10px;
text-align: center;
background-image: url(../imagens/rodape_bg.png);
background-repeat: repeat;
background-position: left;
height: 40px;
font-weight: lighter;
color: #757575;
}
.ui-datatable .ui-datatable-data .even-row td{
background-color:#f6f6f6;
}
.ui-datatable .ui-datatable-data .odd-row td{
background-color:#FFF5E6;
}
.ui-datatable td.ui-datatable-even-row:hover, .ui-datatable td.ui-datatable-odd-row:hover {
background: #FFFACD;
} | 0.406037 | 0.095139 |
.flowers {
display: grid;
display: hidden;
}
#main-content .flowers img {
margin: 0 auto;
transition: all 1s linear;
width: 100%;
}
.flowers-explanation {
background:white;
position: absolute;
bottom: 0rem;
left: 0rem;
width: 15rem;
margin: 2rem;
font-size: 0.9rem;
line-height: 1.4rem;
transition: all 1s linear;
padding: 1rem;
}
.flowers-explanation p:last-child {
margin-bottom: 0.4rem;
}
.flowers a {
width: 10rem;
display: block;
font-weight: bold;
cursor: pointer;
}
.data {
position: absolute;
top: 0;
left: 0;
padding: 2rem;
margin: 1rem;
background: yellow;
}
/* Experiment 2 */
.flowers-experiment-2 {
display: grid;
grid-template-columns: repeat(3,1fr);
overflow: hidden;
}
.grid-experiment-image {
background: yellow;
height: calc(100vh / 4);
background-size: cover;
transition: all linear 0.5s;
}
.grid-experiment-full-image {
background: yellow;
height: calc(100vh);
background-size: cover;
transition: all linear 0.5s;
}
.opacity-layer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffeb00+0,f97e00+100 */
background: #ffeb00; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffeb00 0%, #f97e00 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #ffeb00 0%,#f97e00 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #ffeb00 0%,#f97e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb00', endColorstr='#f97e00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 100vw;
height: 100vh;
z-index: 1;
mix-blend-mode: color;
transition: all linear 0.5s;
}
.flowers-year {
position: absolute;
top: 48vh;
margin: 0 auto;
width: 100vw;
text-align: center;
color: white;
z-index: 9999;
font-size: 16rem;
font-weight: 800;
letter-spacing: -1rem;
opacity: 0.65;
z-index: 100;
transition: all linear 0.5s;
}
.flowers-highest {
position: absolute;
top: 2rem;
left: 2vh;
color: black;
font-size: 6rem;
opacity: 0.8;
font-weight: 800;
z-index: 100;
}
.flowers-temperature {
color: white;
text-align: left;
margin: 0 1rem;
}
.highest-temperature-sign {
width: 3.6rem;
float: left;
}
@media all and (max-width: 72.5rem) {
.flowers-year {
font-size: 8rem;
letter-spacing: -0.2rem;
}
.flowers-highest {
font-size: 4rem;
}
.highest-temperature-sign {
width: 2.4rem;
}
.flowers-temperature {
margin: 0 0.4rem;
}
} | src/pages/experiments/Flowers.css | .flowers {
display: grid;
display: hidden;
}
#main-content .flowers img {
margin: 0 auto;
transition: all 1s linear;
width: 100%;
}
.flowers-explanation {
background:white;
position: absolute;
bottom: 0rem;
left: 0rem;
width: 15rem;
margin: 2rem;
font-size: 0.9rem;
line-height: 1.4rem;
transition: all 1s linear;
padding: 1rem;
}
.flowers-explanation p:last-child {
margin-bottom: 0.4rem;
}
.flowers a {
width: 10rem;
display: block;
font-weight: bold;
cursor: pointer;
}
.data {
position: absolute;
top: 0;
left: 0;
padding: 2rem;
margin: 1rem;
background: yellow;
}
/* Experiment 2 */
.flowers-experiment-2 {
display: grid;
grid-template-columns: repeat(3,1fr);
overflow: hidden;
}
.grid-experiment-image {
background: yellow;
height: calc(100vh / 4);
background-size: cover;
transition: all linear 0.5s;
}
.grid-experiment-full-image {
background: yellow;
height: calc(100vh);
background-size: cover;
transition: all linear 0.5s;
}
.opacity-layer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffeb00+0,f97e00+100 */
background: #ffeb00; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffeb00 0%, #f97e00 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #ffeb00 0%,#f97e00 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #ffeb00 0%,#f97e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb00', endColorstr='#f97e00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 100vw;
height: 100vh;
z-index: 1;
mix-blend-mode: color;
transition: all linear 0.5s;
}
.flowers-year {
position: absolute;
top: 48vh;
margin: 0 auto;
width: 100vw;
text-align: center;
color: white;
z-index: 9999;
font-size: 16rem;
font-weight: 800;
letter-spacing: -1rem;
opacity: 0.65;
z-index: 100;
transition: all linear 0.5s;
}
.flowers-highest {
position: absolute;
top: 2rem;
left: 2vh;
color: black;
font-size: 6rem;
opacity: 0.8;
font-weight: 800;
z-index: 100;
}
.flowers-temperature {
color: white;
text-align: left;
margin: 0 1rem;
}
.highest-temperature-sign {
width: 3.6rem;
float: left;
}
@media all and (max-width: 72.5rem) {
.flowers-year {
font-size: 8rem;
letter-spacing: -0.2rem;
}
.flowers-highest {
font-size: 4rem;
}
.highest-temperature-sign {
width: 2.4rem;
}
.flowers-temperature {
margin: 0 0.4rem;
}
} | 0.76921 | 0.26073 |
@-moz-document domain("elearning.ua.pt") {
:root {
--navbar-font-size: 12px;
--navbar-padding-right: calc(var(--navbar-font-size) * 1.2);
--navbar-padding-top: calc(var(--navbar-font-size) * 0.4);
--navbar-padding-dropdown: calc(var(--navbar-padding-right) * 1.6);
--navbar-padding: var(--navbar-padding-top) var(--navbar-padding-right);
--buttons-radius: 8px;
--main-color: #A5CA56;
--darker-color: #729723;
--default-title-color: #333;
--container-spacing: 1.25rem;
}
/* Media Queries for fixing stuff that was broken by the custom classes and/or changing size of the page*/
@media only screen and (max-width:576px),
only screen and (max-width: 768px) {
#page.container-fluid > .container,
#main-navbar > .container {
width: 95%;
}
}
@media only screen and (min-width: 768px) {
#page.container-fluid > .container,
#main-navbar > .container {
width: 90%;
}
}
@media only screen and (min-width: 992px) {
:root {
--navbar-padding-right: calc(var(--navbar-font-size) * 0.7);
--navbar-padding-top: calc(var(--navbar-font-size) * 0.2);
--navbar-padding-dropdown: calc(var(--navbar-padding-right) * 2);
}
#page.container-fluid > .container,
#main-navbar > .container {
width: 85%;
}
.course-info-container {
padding-bottom: 1.5rem;
}
.media {
flex: 1 1 auto;
display: flex;
}
.media-object,
.media > .pull-left,
.media-heading {
display: inline-block;
}
.media > .pull-left {
float: none;
}
.media-body {
height: 6rem;
}
}
@media only screen and (min-width: 1200px) {
:root {
--navbar-font-size: 1rem;
}
#page.container-fluid > .container,
#main-navbar > .container {
width: 85%;
}
.course-info-container {
padding-bottom: 0rem;
}
.media-body {
height: 0rem;
}
}
/* reset fix */
.m-t-2 {
margin-top: 0px !important;
}
.media,
.media-body {
overflow: visible;
}
/* New Event Modal */
.fcontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.fitem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.fitem fieldset {
width: auto;
}
.fitemtitle {
-webkit-box-flex: 0;
-ms-flex: 0 180px;
flex: 0 180px;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* Proper Reset */
.mform .fitem .felement {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-ms-flex-item-align: end;
align-self: flex-end;
margin-left: 10px;
width: auto;
}
/* Removing unnecessary margin from icons */
.icon {
margin-right: 0;
}
img.icon,
#adaptable-page-header-wrapper #main-navbar .nav-item i,
#adaptable-page-header-wrapper #main-navbar a.dropdown-item img.icon {
padding-right: 0px;
margin-right: 4px;
}
/* Dropdown Fixes */
.dropdown-menu,
.dropdown-menu * {
box-sizing: border-box;
}
.dropdown-menu {
padding: 0px;
min-width: 100%;
}
.dropdown-menu {
border-radius: 0px 0px 10px 10px;
}
.dropdown-menu > li:last-child > a:hover {
border-radius: 0px 0px 10px 10px;
}
li.dropdown > ul.dropdown-menu > li > a {
border: none !important;
color: rgb(54, 91, 26) !important;
padding: 4px 10px 6px 10px;
}
/*
Still using fontawesome's icon, because it's just more visible than Bootstrap's
(+ no conflict with alignment)
*/
#adaptable-page-header-wrapper #main-navbar .dropdown-toggle:after,
#adaptable-page-header-wrapper #nav-drawer .dropdown-toggle:after,
#adaptable-page-header-wrapper #main-navbar .action-menu .dropdown-toggle:after {
/* ,  , arrow character*/
font-family: 'FontAwesome';
content: "\00a0\00a0 \f107";
vertical-align: 0;
margin-left: 0;
border: 0;
}
/* (#region-main-settings-menu)
Bringing some fixes to the cog
Taking out the needless margin...
*/
.context-header-settings-menu,
.region-main-settings-menu,
#region-main-settings-menu > div,
#region-main-settings-menu {
position: static;
float: none;
right: 0;
}
#region-main-settings-menu,
.region-main-settings-menu {
padding: var(--navbar-padding-top) var(--navbar-padding-right);
margin-top: 8px;
}
/*
Not sure why they used the navbar-nav to apply the settings, but must have
been for some valid reason...
Instead, we're forced to use these
*/
#adaptable-page-header-wrapper #main-navbar .action-menu .dropdown-toggle:after {
position: relative;
top: -10px;
}
/*
Unecessarily lengthy rule...
Not sure why add a rule over 2 IDs....
Resetting the padding on the last child in the navbar, because it'd look weird
having text cut out.
TODO: Maybe replace the last-child fix with a centering of the text
Resetting the paddings to the defaults
*/
#adaptable-page-header-wrapper #main-navbar .navbar-nav > li > a,
#adaptable-page-header-wrapper #main-navbar .navbar .navbar-nav > li:last-child a {
font-size: var(--navbar-font-size);
padding: var(--navbar-padding);
}
/*
Except for dropdowns, which we need to increase a tiny little bit on the padding right
*/
#adaptable-page-header-wrapper #main-navbar .navbar-nav > li.dropdown > a,
#adaptable-page-header-wrapper #main-navbar .navbar .navbar-nav > li.dropdown:last-child a {
padding-right: var(--navbar-padding-dropdown);
}
.block .header {
border: none;
}
/** Forum Fixes ( see element tr.discussion ) **/
/* Removing border-radius from forum-discussion's menus */
tr.discussion .dropdown-menu {
border-radius: 0;
}
/* Fixed Author's image not being centered */
td.author > div,
td.author ~ td.text-left > div {
align-items: center;
}
#intro.generalbox {
margin-right: 0;
margin-left: 0;
width: 100%;
font-size: larger;
}
/* Breadcrumb Fixes (#page-navbar)
Peculiar fix... Breadcrumb navbar needs no padding on the left, and same padding on the right to match alignment with both sidebar + main content, since they're not bound
by the `.col-*` classes
*/
#page-navbar {
padding-left: 0;
padding-right: var(--container-spacing);
}
/* (.breadcrumb)
And in order to restore (what I'd guess) proper intention,
breadcrumb needs to have the same padding-left... this is weird
Restoring original breadcrumb padding */
.breadcrumb {
padding: .25rem 0 .25rem var(--container-spacing);
border-radius: 4px;
border: 1px #e3e3e3 solid;
}
/* (#page-content)
Since both #region-main and #block-region-side-post
need 1.25rem to stay align, moving them upwards in the markup
to avoid having 2 rules that do the same
*/
#page-content {
margin-top: var(--container-spacing);
}
/** MainContent + Sidebar Fixes ( #region-main, #block-region-side-post ) **/
/*
#region-main - Fixing display on dashboard to make it consistent with UC's view...
- Replacing top-padding with margin, to make it semantically relevant, moved to #page-content
#block-region-side-post - Fixing alignment with #region-main
- Margin for semantic vertical alignment, moved to #page-content
- Padding for centering
*/
#block-region-side-post,
.pagelayout-mydashboard #region-main,
#region-main {
padding: 0px var(--container-spacing);
margin-top: 0;
}
#block-region-side-post,
#block-region-content .header {
border: 1px #e3e3e3 solid;
border-radius: 4px;
}
/* Replacing margin with padding */
.block .calendar_filters li {
margin-bottom: 0px;
padding: .2em;
}
/* Unnecessary margin since now padding exists*/
#block-region-side-post .block {
margin-bottom: 0px;
}
.block.block_fake > .content {
padding: 0px;
padding-left: 6px;
}
.block.block_fake > .header {
padding: 12px;
}
/* Removing redudant indentation*/
.block_navigation .block_tree p.hasicon {
text-indent: 0;
padding-left: 0;
}
/* Removing needless top margin*/
.block_navigation .block_tree .tree_item {
margin: 0 auto;
}
/*
Turning the icon links into flex (as well as their containers)
so we can easily align them vertically
*/
div.content li.item_with_icon p.tree_item.hasicon,
div.content li.item_with_icon p.tree_item.hasicon > a,
.block_course_list .c1,
.block_course_list .c1 > a,
div.region-main-settings-menu div.menubar a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.block_course_list .c1 > a {
flex: 1 1 auto;
}
div.content li.item_with_icon p.tree_item.hasicon > a > span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Needed !important because of .block having !important as well.
TODO: Remove !important in case block also gets !important removed
*/
#block-region-side-post > div.block:not(:last-of-type) {
border-bottom: 1px #59585D dashed !important;
}
.header .title h2 {
cursor: default;
}
/*
Fixing titles
Resetting color from #59585d to default #333 (contrast on white from 7.05 to 12.63)
Also removing unnecessary padding, and increasing font-size a little bit for
legi
*/
.block .title h2 {
color: #333;
padding: 0;
font-size: 1.5rem;
}
/* Fixing navigation's icons...*/
.block_navigation .block_tree p.hasicon img {
width: auto;
height: 18px;
margin-top: 0;
}
.block_navigation .block_tree p.hasicon img,
.block_navigation .block_tree p.hasicon .icon,
.menubar .icon,
div.block_course_list .c1 .icon {
margin-right: 5px;
}
/* Needed */
.block_navigation .block_tree [aria-expanded="false"],
.block_navigation .block_tree [aria-expanded="true"] {
background-size: auto 18px;
}
/* Removing unnnecessary padding (probably unnecessary due to icon fixes ...*/
.block_navigation .block_tree .tree_item.branch {
padding-left: 0;
}
/*
Whenever a block has a description, it'd exceed expected height for the others, so we'd have empty spaces.
Hopefully, this should fix it.
Turning the text into ellipsis should also prevent the cases where the description is too long.
*/
.course-info-container > .text-muted {
min-height: 1.2rem;
margin-bottom: 0.25em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
/* Needless margin. If needed, 2.5 to 5px should be good enough*/
.well h4 {
margin-left: 0px;
}
/* Reducing the size of icons, 70px makes funky sizes
TODO: Could potentially also be relative to the max width.
*/
.progress-chart-container,
.progress-chart-container .no-progress,
.progress-chart-container .progress-doughnut {
height: 50px;
width: 50px;
}
.progress-chart-container .progress-doughnut .progress-indicator svg .circle {
stroke-width: 11px;
}
.progress-chart-container .progress-doughnut .progress-indicator svg g {
transform: scale(0.75);
}
.progress-chart-container .progress-doughnut .progress-indicator {
top: -10px;
left: -10px;
}
/* Due to reduced icon size, we also need to cut the border in the progress.*/
.progress-chart-container .progress-doughnut {
border: 9px solid #eee;
}
/* Easier to have the sizes be relative than hardcoded at half*/
.progress-chart-container .no-progress .icon,
.progress-chart-container .no-progress .smallicon {
width: 50%;
height: 50%;
}
/* Button Fixes */
.block .content .block-myoverview a:active,
.block .content .block-myoverview li a:active,
.block .content .block-myoverview td a:active,
.block .content .block-myoverview a:focus,
.block .content .block-myoverview li a:focus,
.block .content .block-myoverview td a:focus,
.btn.active,
.btn:active {
background-color: var(--darker-color) !important;
}
.btn.active,
.btn:active {
-webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .05);
-moz-box-shadow: inset 0 4px 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .05);
box-shadow: inset 0 4px 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .05);
}
.btn-group > .btn:first-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-left-radius: var(--buttons-radius);
-moz-border-radius-topleft: var(--buttons-radius);
border-top-left-radius: var(--buttons-radius);
-webkit-border-bottom-left-radius: var(--buttons-radius);
-moz-border-radius-bottomleft: var(--buttons-radius);
border-bottom-left-radius: var(--buttons-radius);
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: var(--buttons-radius);
-moz-border-radius-topright: var(--buttons-radius);
border-top-right-radius: var(--buttons-radius);
-webkit-border-bottom-right-radius: var(--buttons-radius);
-moz-border-radius-bottomright: var(--buttons-radius);
border-bottom-right-radius: var(--buttons-radius);
}
/* Lots of link fixes below */
/* Fixing Link colors on bodies and sidebar */
div[role=main] div.box p a[href],
div.urlworkaround a[href],
div.content .activity a,
div.content .post .info a,
div.content .type_structure .tree_item a,
div.content .type_course .tree_item a,
div.content li.collapsed.contains_branch p.tree_item > a,
/* TODO: Keep this to distinguish sidebar links for the News, Home, Calendar or remove?*/
div.content li.item_with_icon p.tree_item.hasicon > a,
.submissionsummarytable a,
.breadcrumb a,
.tabtree .tabrow0 li a,
tr.discussion a,
.prev-discussion a,
.next-discussion a,
address a,
.block_news_items .footer a,
div.block_activity_modules .c1 a,
div.block_course_list .c1 a,
.block_course_list .footer a {
color: #0070a8;
}
/* Adding underline on hover */
/* Technically this is a span, but helps with consistency*/
div.content .type_structure .tree_item span:hover,
div.content .type_container .tree_item span:hover,
div.content .type_unknown .tree_item span:hover,
/* TODO: Remove the !important when they remove the global text-decoration reset */
div.content .type_unknown .tree_item a:hover,
div[role=main] div.box p a[href]:hover,
div.urlworkaround a[href]:hover,
div.content .activity a:hover,
div.content .post .info a:hover,
div.content .type_structure .tree_item a:hover,
div.content .type_course .tree_item a:hover,
div.content li.collapsed.contains_branch p.tree_item > a:hover,
/* TODO: Keep this to distinguish sidebar links for the News, Home, Calendar or remove?*/
div.content li.item_with_icon p.tree_item.hasicon > a:hover,
.submissionsummarytable a:hover,
.breadcrumb a:hover,
.tabtree .tabrow0 li a:hover,
tr.discussion a:hover,
#page-footer a:hover,
.prev-discussion a:hover,
.next-discussion a:hover,
address a:hover,
.block_news_items .footer a:hover,
div.block_activity_modules .c1 a:hover,
/* TODO: Reduce specifity of (`div.block_course_list .c1 a`) everywhere when they remove the global text-decoration reset*/
div.block_course_list .c1 a:hover,
.block_course_list .footer a:hover {
text-decoration: underline !important;
}
/* Handling visited color */
div[role=main] div.box p a[href]:visited,
div.urlworkaround a[href]:visited,
div.content .activity a:visited,
div.content .post .info a:visited,
div.content .type_structure .tree_item a:visited,
div.content .type_course .tree_item a:visited,
div.content li.collapsed.contains_branch p.tree_item > a:visited,
/* TODO: Keep this to distinguish sidebar links for the News, Home, Calendar or remove?*/
div.content li.item_with_icon p.tree_item.hasicon > a:visited,
.submissionsummarytable a:visited,
.breadcrumb a:visited > span,
.tabtree .tabrow0 li a:visited,
tr.discussion a:visited,
#page-footer a:visited,
.prev-discussion a:visited,
.next-discussion a:visited,
address a:visited,
.block_news_items .footer a:visited,
div.block_activity_modules .c1 a:visited,
div.block_course_list .c1 a:visited,
.block_course_list .footer a:visited {
color: #ac391e;
}
} | data/usercss/165268.user.css | @-moz-document domain("elearning.ua.pt") {
:root {
--navbar-font-size: 12px;
--navbar-padding-right: calc(var(--navbar-font-size) * 1.2);
--navbar-padding-top: calc(var(--navbar-font-size) * 0.4);
--navbar-padding-dropdown: calc(var(--navbar-padding-right) * 1.6);
--navbar-padding: var(--navbar-padding-top) var(--navbar-padding-right);
--buttons-radius: 8px;
--main-color: #A5CA56;
--darker-color: #729723;
--default-title-color: #333;
--container-spacing: 1.25rem;
}
/* Media Queries for fixing stuff that was broken by the custom classes and/or changing size of the page*/
@media only screen and (max-width:576px),
only screen and (max-width: 768px) {
#page.container-fluid > .container,
#main-navbar > .container {
width: 95%;
}
}
@media only screen and (min-width: 768px) {
#page.container-fluid > .container,
#main-navbar > .container {
width: 90%;
}
}
@media only screen and (min-width: 992px) {
:root {
--navbar-padding-right: calc(var(--navbar-font-size) * 0.7);
--navbar-padding-top: calc(var(--navbar-font-size) * 0.2);
--navbar-padding-dropdown: calc(var(--navbar-padding-right) * 2);
}
#page.container-fluid > .container,
#main-navbar > .container {
width: 85%;
}
.course-info-container {
padding-bottom: 1.5rem;
}
.media {
flex: 1 1 auto;
display: flex;
}
.media-object,
.media > .pull-left,
.media-heading {
display: inline-block;
}
.media > .pull-left {
float: none;
}
.media-body {
height: 6rem;
}
}
@media only screen and (min-width: 1200px) {
:root {
--navbar-font-size: 1rem;
}
#page.container-fluid > .container,
#main-navbar > .container {
width: 85%;
}
.course-info-container {
padding-bottom: 0rem;
}
.media-body {
height: 0rem;
}
}
/* reset fix */
.m-t-2 {
margin-top: 0px !important;
}
.media,
.media-body {
overflow: visible;
}
/* New Event Modal */
.fcontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.fitem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.fitem fieldset {
width: auto;
}
.fitemtitle {
-webkit-box-flex: 0;
-ms-flex: 0 180px;
flex: 0 180px;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* Proper Reset */
.mform .fitem .felement {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-ms-flex-item-align: end;
align-self: flex-end;
margin-left: 10px;
width: auto;
}
/* Removing unnecessary margin from icons */
.icon {
margin-right: 0;
}
img.icon,
#adaptable-page-header-wrapper #main-navbar .nav-item i,
#adaptable-page-header-wrapper #main-navbar a.dropdown-item img.icon {
padding-right: 0px;
margin-right: 4px;
}
/* Dropdown Fixes */
.dropdown-menu,
.dropdown-menu * {
box-sizing: border-box;
}
.dropdown-menu {
padding: 0px;
min-width: 100%;
}
.dropdown-menu {
border-radius: 0px 0px 10px 10px;
}
.dropdown-menu > li:last-child > a:hover {
border-radius: 0px 0px 10px 10px;
}
li.dropdown > ul.dropdown-menu > li > a {
border: none !important;
color: rgb(54, 91, 26) !important;
padding: 4px 10px 6px 10px;
}
/*
Still using fontawesome's icon, because it's just more visible than Bootstrap's
(+ no conflict with alignment)
*/
#adaptable-page-header-wrapper #main-navbar .dropdown-toggle:after,
#adaptable-page-header-wrapper #nav-drawer .dropdown-toggle:after,
#adaptable-page-header-wrapper #main-navbar .action-menu .dropdown-toggle:after {
/* ,  , arrow character*/
font-family: 'FontAwesome';
content: "\00a0\00a0 \f107";
vertical-align: 0;
margin-left: 0;
border: 0;
}
/* (#region-main-settings-menu)
Bringing some fixes to the cog
Taking out the needless margin...
*/
.context-header-settings-menu,
.region-main-settings-menu,
#region-main-settings-menu > div,
#region-main-settings-menu {
position: static;
float: none;
right: 0;
}
#region-main-settings-menu,
.region-main-settings-menu {
padding: var(--navbar-padding-top) var(--navbar-padding-right);
margin-top: 8px;
}
/*
Not sure why they used the navbar-nav to apply the settings, but must have
been for some valid reason...
Instead, we're forced to use these
*/
#adaptable-page-header-wrapper #main-navbar .action-menu .dropdown-toggle:after {
position: relative;
top: -10px;
}
/*
Unecessarily lengthy rule...
Not sure why add a rule over 2 IDs....
Resetting the padding on the last child in the navbar, because it'd look weird
having text cut out.
TODO: Maybe replace the last-child fix with a centering of the text
Resetting the paddings to the defaults
*/
#adaptable-page-header-wrapper #main-navbar .navbar-nav > li > a,
#adaptable-page-header-wrapper #main-navbar .navbar .navbar-nav > li:last-child a {
font-size: var(--navbar-font-size);
padding: var(--navbar-padding);
}
/*
Except for dropdowns, which we need to increase a tiny little bit on the padding right
*/
#adaptable-page-header-wrapper #main-navbar .navbar-nav > li.dropdown > a,
#adaptable-page-header-wrapper #main-navbar .navbar .navbar-nav > li.dropdown:last-child a {
padding-right: var(--navbar-padding-dropdown);
}
.block .header {
border: none;
}
/** Forum Fixes ( see element tr.discussion ) **/
/* Removing border-radius from forum-discussion's menus */
tr.discussion .dropdown-menu {
border-radius: 0;
}
/* Fixed Author's image not being centered */
td.author > div,
td.author ~ td.text-left > div {
align-items: center;
}
#intro.generalbox {
margin-right: 0;
margin-left: 0;
width: 100%;
font-size: larger;
}
/* Breadcrumb Fixes (#page-navbar)
Peculiar fix... Breadcrumb navbar needs no padding on the left, and same padding on the right to match alignment with both sidebar + main content, since they're not bound
by the `.col-*` classes
*/
#page-navbar {
padding-left: 0;
padding-right: var(--container-spacing);
}
/* (.breadcrumb)
And in order to restore (what I'd guess) proper intention,
breadcrumb needs to have the same padding-left... this is weird
Restoring original breadcrumb padding */
.breadcrumb {
padding: .25rem 0 .25rem var(--container-spacing);
border-radius: 4px;
border: 1px #e3e3e3 solid;
}
/* (#page-content)
Since both #region-main and #block-region-side-post
need 1.25rem to stay align, moving them upwards in the markup
to avoid having 2 rules that do the same
*/
#page-content {
margin-top: var(--container-spacing);
}
/** MainContent + Sidebar Fixes ( #region-main, #block-region-side-post ) **/
/*
#region-main - Fixing display on dashboard to make it consistent with UC's view...
- Replacing top-padding with margin, to make it semantically relevant, moved to #page-content
#block-region-side-post - Fixing alignment with #region-main
- Margin for semantic vertical alignment, moved to #page-content
- Padding for centering
*/
#block-region-side-post,
.pagelayout-mydashboard #region-main,
#region-main {
padding: 0px var(--container-spacing);
margin-top: 0;
}
#block-region-side-post,
#block-region-content .header {
border: 1px #e3e3e3 solid;
border-radius: 4px;
}
/* Replacing margin with padding */
.block .calendar_filters li {
margin-bottom: 0px;
padding: .2em;
}
/* Unnecessary margin since now padding exists*/
#block-region-side-post .block {
margin-bottom: 0px;
}
.block.block_fake > .content {
padding: 0px;
padding-left: 6px;
}
.block.block_fake > .header {
padding: 12px;
}
/* Removing redudant indentation*/
.block_navigation .block_tree p.hasicon {
text-indent: 0;
padding-left: 0;
}
/* Removing needless top margin*/
.block_navigation .block_tree .tree_item {
margin: 0 auto;
}
/*
Turning the icon links into flex (as well as their containers)
so we can easily align them vertically
*/
div.content li.item_with_icon p.tree_item.hasicon,
div.content li.item_with_icon p.tree_item.hasicon > a,
.block_course_list .c1,
.block_course_list .c1 > a,
div.region-main-settings-menu div.menubar a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.block_course_list .c1 > a {
flex: 1 1 auto;
}
div.content li.item_with_icon p.tree_item.hasicon > a > span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Needed !important because of .block having !important as well.
TODO: Remove !important in case block also gets !important removed
*/
#block-region-side-post > div.block:not(:last-of-type) {
border-bottom: 1px #59585D dashed !important;
}
.header .title h2 {
cursor: default;
}
/*
Fixing titles
Resetting color from #59585d to default #333 (contrast on white from 7.05 to 12.63)
Also removing unnecessary padding, and increasing font-size a little bit for
legi
*/
.block .title h2 {
color: #333;
padding: 0;
font-size: 1.5rem;
}
/* Fixing navigation's icons...*/
.block_navigation .block_tree p.hasicon img {
width: auto;
height: 18px;
margin-top: 0;
}
.block_navigation .block_tree p.hasicon img,
.block_navigation .block_tree p.hasicon .icon,
.menubar .icon,
div.block_course_list .c1 .icon {
margin-right: 5px;
}
/* Needed */
.block_navigation .block_tree [aria-expanded="false"],
.block_navigation .block_tree [aria-expanded="true"] {
background-size: auto 18px;
}
/* Removing unnnecessary padding (probably unnecessary due to icon fixes ...*/
.block_navigation .block_tree .tree_item.branch {
padding-left: 0;
}
/*
Whenever a block has a description, it'd exceed expected height for the others, so we'd have empty spaces.
Hopefully, this should fix it.
Turning the text into ellipsis should also prevent the cases where the description is too long.
*/
.course-info-container > .text-muted {
min-height: 1.2rem;
margin-bottom: 0.25em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
/* Needless margin. If needed, 2.5 to 5px should be good enough*/
.well h4 {
margin-left: 0px;
}
/* Reducing the size of icons, 70px makes funky sizes
TODO: Could potentially also be relative to the max width.
*/
.progress-chart-container,
.progress-chart-container .no-progress,
.progress-chart-container .progress-doughnut {
height: 50px;
width: 50px;
}
.progress-chart-container .progress-doughnut .progress-indicator svg .circle {
stroke-width: 11px;
}
.progress-chart-container .progress-doughnut .progress-indicator svg g {
transform: scale(0.75);
}
.progress-chart-container .progress-doughnut .progress-indicator {
top: -10px;
left: -10px;
}
/* Due to reduced icon size, we also need to cut the border in the progress.*/
.progress-chart-container .progress-doughnut {
border: 9px solid #eee;
}
/* Easier to have the sizes be relative than hardcoded at half*/
.progress-chart-container .no-progress .icon,
.progress-chart-container .no-progress .smallicon {
width: 50%;
height: 50%;
}
/* Button Fixes */
.block .content .block-myoverview a:active,
.block .content .block-myoverview li a:active,
.block .content .block-myoverview td a:active,
.block .content .block-myoverview a:focus,
.block .content .block-myoverview li a:focus,
.block .content .block-myoverview td a:focus,
.btn.active,
.btn:active {
background-color: var(--darker-color) !important;
}
.btn.active,
.btn:active {
-webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .05);
-moz-box-shadow: inset 0 4px 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .05);
box-shadow: inset 0 4px 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .05);
}
.btn-group > .btn:first-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-left-radius: var(--buttons-radius);
-moz-border-radius-topleft: var(--buttons-radius);
border-top-left-radius: var(--buttons-radius);
-webkit-border-bottom-left-radius: var(--buttons-radius);
-moz-border-radius-bottomleft: var(--buttons-radius);
border-bottom-left-radius: var(--buttons-radius);
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: var(--buttons-radius);
-moz-border-radius-topright: var(--buttons-radius);
border-top-right-radius: var(--buttons-radius);
-webkit-border-bottom-right-radius: var(--buttons-radius);
-moz-border-radius-bottomright: var(--buttons-radius);
border-bottom-right-radius: var(--buttons-radius);
}
/* Lots of link fixes below */
/* Fixing Link colors on bodies and sidebar */
div[role=main] div.box p a[href],
div.urlworkaround a[href],
div.content .activity a,
div.content .post .info a,
div.content .type_structure .tree_item a,
div.content .type_course .tree_item a,
div.content li.collapsed.contains_branch p.tree_item > a,
/* TODO: Keep this to distinguish sidebar links for the News, Home, Calendar or remove?*/
div.content li.item_with_icon p.tree_item.hasicon > a,
.submissionsummarytable a,
.breadcrumb a,
.tabtree .tabrow0 li a,
tr.discussion a,
.prev-discussion a,
.next-discussion a,
address a,
.block_news_items .footer a,
div.block_activity_modules .c1 a,
div.block_course_list .c1 a,
.block_course_list .footer a {
color: #0070a8;
}
/* Adding underline on hover */
/* Technically this is a span, but helps with consistency*/
div.content .type_structure .tree_item span:hover,
div.content .type_container .tree_item span:hover,
div.content .type_unknown .tree_item span:hover,
/* TODO: Remove the !important when they remove the global text-decoration reset */
div.content .type_unknown .tree_item a:hover,
div[role=main] div.box p a[href]:hover,
div.urlworkaround a[href]:hover,
div.content .activity a:hover,
div.content .post .info a:hover,
div.content .type_structure .tree_item a:hover,
div.content .type_course .tree_item a:hover,
div.content li.collapsed.contains_branch p.tree_item > a:hover,
/* TODO: Keep this to distinguish sidebar links for the News, Home, Calendar or remove?*/
div.content li.item_with_icon p.tree_item.hasicon > a:hover,
.submissionsummarytable a:hover,
.breadcrumb a:hover,
.tabtree .tabrow0 li a:hover,
tr.discussion a:hover,
#page-footer a:hover,
.prev-discussion a:hover,
.next-discussion a:hover,
address a:hover,
.block_news_items .footer a:hover,
div.block_activity_modules .c1 a:hover,
/* TODO: Reduce specifity of (`div.block_course_list .c1 a`) everywhere when they remove the global text-decoration reset*/
div.block_course_list .c1 a:hover,
.block_course_list .footer a:hover {
text-decoration: underline !important;
}
/* Handling visited color */
div[role=main] div.box p a[href]:visited,
div.urlworkaround a[href]:visited,
div.content .activity a:visited,
div.content .post .info a:visited,
div.content .type_structure .tree_item a:visited,
div.content .type_course .tree_item a:visited,
div.content li.collapsed.contains_branch p.tree_item > a:visited,
/* TODO: Keep this to distinguish sidebar links for the News, Home, Calendar or remove?*/
div.content li.item_with_icon p.tree_item.hasicon > a:visited,
.submissionsummarytable a:visited,
.breadcrumb a:visited > span,
.tabtree .tabrow0 li a:visited,
tr.discussion a:visited,
#page-footer a:visited,
.prev-discussion a:visited,
.next-discussion a:visited,
address a:visited,
.block_news_items .footer a:visited,
div.block_activity_modules .c1 a:visited,
div.block_course_list .c1 a:visited,
.block_course_list .footer a:visited {
color: #ac391e;
}
} | 0.227126 | 0.041269 |
.hqt-admin-page .wrap {
margin-top: 30px;
}
.hqt-invisible {
padding: 0!important;
margin: 0!important;
visibility: hidden!important;
}
.hqt-admin-page h1 {
font-size: 36px;
}
.hqt-admin-page h2 {
font-size: 28px;
line-height: 1.5;
}
.hqt-admin-page a:focus {
box-shadow: none;
outline: none;
}
.hqt-admin-page .btn,
.hq-notice .btn {
display: inline-block;
padding: 10px 25px;
text-align: center;
border-radius: 4px;
text-decoration: none;
outline: none;
box-shadow: none;
transition: all 0.3s ease;
border: solid 1px;
}
.hqt-admin-page .btn.btn-primary,
.hq-notice .btn.btn-primary {
background: #2096F3;
border-color: #2096F3;
color: #fff;
}
.hqt-admin-page .btn.btn-primary:hover,
.hq-notice .btn.btn-primary:hover {
background: #1a82d4;
border-color: #1a82d4;
}
.hqt-admin-page .btn.btn-secondary,
.hq-notice .btn.btn-secondary {
background: #C7C7C7;
border-color: #C7C7C7;
color: #fff;
}
.hqt-admin-page .btn.btn-secondary:hover,
.hq-notice .btn.btn-secondary:hover {
background: #adadad;
border-color: #adadad;
}
.hqt-admin-page .btn.btn-danger,
.hq-notice .btn.btn-danger {
background: #ff0048;
border-color: #ff0048;
color: #fff;
}
.hqt-admin-page .btn.btn-danger:hover {
background: #da003e;
border-color: #da003e;
}
.hqt-admin-page .btn.btn-danger-border,
.hq-notice.btn.btn-danger-border {
color: #ff0048;
background: none;
border: solid 1px #ff0048;
}
.hqt-admin-page .btn.btn-danger-border:hover,
.hq-notice .btn.btn-danger-border:hover {
color: #da003e;
border-color: #da003e;
}
.hqt-admin-page .btn.btn-border,
.hq-notice .btn.btn-border {
color: #2096F3;
background: none;
border: solid 1px #2096F3;
}
.hqt-admin-page .btn.btn-border:hover,
.hq-notice .btn.btn-border:hover {
color: #1a82d4;
border-color: #1a82d4;
}
.hqt-admin-page .btn.loading {
pointer-events: none;
cursor: default;
opacity: 0.7;
}
.hqt-list.hqt-list {
list-style: none;
padding: 0;
}
.hqt-list li {
position: relative;
padding-left: 25px;
margin-bottom: 15px;
font-size: 16px;
}
.hqt-list li:before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 2px;
width: 15px;
height: 15px;
box-sizing: border-box;
border-radius: 4px;
background: #ff0048;
}
.hqt-list.list-primary li:before {
background: #2196F3;
}
.hqt-list.list-secondary li:before {
background: #c7c7c7;
}
.hqt-list.list-border li:before {
background: none;
border: solid 1px #2196F3;
}
.hqt-list.list-dot li:before {
background: none;
border: none;
}
.hqt-list li:after {
content: '';
display: inline-block;
position: absolute;
transform: rotate(45deg);
left: 5px;
top: 4px;
width: 4px;
height: 7px;
border: solid #fff;
border-width: 0 1px 1px 0;
}
.hqt-list.list-border li:after {
border-color: #2196F3;
}
.hqt-list.list-dot li:after {
border: none;
height: 4px;
top: 7px;
left: 10px;
border-radius: 999px;
background: #ff0048;
}
.hqt-box {
height: 100%;
border: solid 1px #e2e4e7;
border-radius: 4px;
padding: 20px;
box-sizing: border-box;
}
.hqt-container {
background-color: #fff;
padding: 25px;
margin-top: 15px;
position: relative;
}
.hqt-tabs-content .hqt-container {
margin-top: 0;
}
.hqt-container:after {
display: table;
content: "";
clear: both;
}
.hqt-container__title h3 {
margin: 0 0 20px;
font-size: 24px;
line-height: 1;
}
.hqt-container a {
color: #2196F3;
text-decoration: none;
transition: all 0.3s ease;
}
.hqt-container a:hover {
color: #1f87da;
}
.hqt-container p {
font-size: 16px;
}
.hqt-page-footer-info {
background: #222;
padding: 2em;
color: #fff;
}
.hqt-page-footer-info p {
font-size: 13px;
}
.hqt-page-footer-info a {
color: #1f82d2;
text-decoration: none;
}
.hqt-page-footer-info a:hover {
color: #2196F3;
}
.hqt-box-shadow {
box-shadow: 0 0 25px #f1f1f1;
}
/* DASHBOARD */
.hqt-dashboard-icon {
color: #fff;
width: 50px;
height: 50px;
font-size: 50px;
}
.step-box {
text-align: center;
}
.step {
display: flex;
align-items: center;
justify-content: center;
}
.step-number {
line-height: 57px;
font-size: 30px;
display:inline-block;
width: 60px;
height: 60px;
color: #fff;
border-radius: 999px;
}
.step-arrow {
display: inline-block;
height: 1px;
flex: 1;
background: red;
}
.step-arrow-left {
margin: 0 10px 0 -10px;
position: relative;
}
.step-arrow-left:before, .step-arrow-left:after {
content: "";
display: inline-block;
width: 10px;
height: 1px;
position: absolute;
top: -4px;
right: 0;
transform: rotate(45deg);
}
.step-arrow-left:after {
top: 4px;
transform: rotate(-45deg);
}
.step-arrow-right {
margin: 0 -10px 0 10px;
}
.step-1 .step-arrow-right, .step-2 .step-arrow-left, .step-2 .step-arrow-left:before, .step-2 .step-arrow-left:after {
background: #ED1946;
}
.step-2 .step-arrow-right, .step-3 .step-arrow-left, .step-3 .step-arrow-left:before, .step-3 .step-arrow-left:after {
background: #ED1946;
}
.step-3 .step-arrow-right, .step-4 .step-arrow-left, .step-4 .step-arrow-left:before, .step-4 .step-arrow-left:after {
background: #FA5721;
}
.step-current + .step-disabled .step-arrow-right,
.step-disabled + .step-disabled .step-arrow-right,
.step-disabled + .step-disabled .step-arrow-left,
.step-disabled + .step-disabled .step-arrow-left:before,
.step-disabled + .step-disabled .step-arrow-left:after {
background: #ccc;
}
.step-1 .step-arrow-left, .step-4 .step-arrow-right {
opacity: 0;
visibility: hidden;
}
.step-1 .step-number {
background: #ED1946;
}
.step-1 h3 {
color: #ED1946;
}
.step-2 .step-number {
background: #F72D31;
}
.step-2 h3 {
color: #F72D31;
}
.step-3 .step-number {
background: #FA5721;
}
.step-3 h3 {
color: #FA5721;
}
.step-4 .step-number {
background: #FF9108;
}
.step-4 h3 {
color: #FF9108;
}
.step-disabled .step-number {
background: #ccc;
}
.step-disabled h3 {
color: #ccc;
}
.easy-steps-buttons {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
/* MEDIA QUERIES */
@media (min-width:640px) {
.easy-steps-buttons {
justify-content: flex-end;
}
}
@media (min-width:960px) {
}
/* HELPER CLASSES */
.overflow-hidden {overflow: hidden;}
.d-flex {display: flex;}
.d-block {display: block;}
.d-iblock {display: inline-block;}
.flex {flex: 1;}
.flex-basis-100 {flex-basis: 100%;}
.min-width-max-content {min-width: max-content;}
.box-shadow {box-shadow: 0px 0px 23px -11px rgba(0, 0, 0, 0.2);}
.img-fluid {
max-width: 100%;
height: auto;
}
.hqt-svg-icon {width: 50px;}
.hqt-svg-icon.__xs {width: 30px;}
.hqt-svg-icon.__sm {width: 40px;}
.hqt-svg-icon.__md {width: 60px;}
.hqt-svg-icon.__lg {width: 70px;}
.hqt-svg-icon.__xl {width: 80px;}
.border-rad-5 {border-radius: 5px;}
.border-rad-10 {border-radius: 10px;}
.border-top {border-top: solid 1px #e2e4e7;}
.border-left {border-left: solid 1px #e2e4e7;}
.border-right {border-right: solid 1px #e2e4e7;}
.border-bottom {border-bottom: solid 1px #e2e4e7;}
.border-top-dotted {border-top: dotted 1px #e2e4e7;}
.border-left-dotted {border-left: dotted 1px #e2e4e7;}
.border-right-dotted {border-right: dotted 1px #e2e4e7;}
.border-bottom-dotted {border-bottom: dotted 1px #e2e4e7;}
.m-0 {margin: 0 !important;}
.mt-0, .my-0 {margin-top: 0 !important;}
.mr-0, .mx-0 {margin-right: 0 !important;}
.mb-0, .my-0 {margin-bottom: 0 !important;}
.ml-0, .mx-0 {margin-left: 0 !important;}
.m-1 {margin: 0.5rem !important;}
.mt-1, .my-1 {margin-top: 0.5rem !important;}
.mr-1, .mx-1 {margin-right: 0.5rem !important;}
.mb-1, .my-1 {margin-bottom: 0.5rem !important;}
.ml-1, .mx-1 {margin-left: 0.5rem !important;}
.m-2 {margin: 1rem !important;}
.mt-2, .my-2 {margin-top: 1rem !important;}
.mr-2, .mx-2 {margin-right: 1rem !important;}
.mb-2, .my-2 {margin-bottom: 1rem !important;}
.ml-2, .mx-2 {margin-left: 1rem !important;}
.m-3 {margin: 1.5rem !important;}
.mt-3, .my-3 {margin-top: 1.5rem !important;}
.mr-3, .mx-3 {margin-right: 1.5rem !important;}
.mb-3, .my-3 {margin-bottom: 1.5rem !important;}
.ml-3, .mx-3 {margin-left: 1.5rem !important;}
.m-4 {margin: 2rem !important;}
.mt-4, .my-4 {margin-top: 2rem !important;}
.mr-4, .mx-4 {margin-right: 2rem !important;}
.mb-4,.my-4 {margin-bottom: 2rem !important;}
.ml-4, .mx-4 {margin-left: 2rem !important;}
.m-5 {margin: 2.5rem !important;}
.mt-5, .my-5 {margin-top: 2.5rem !important;}
.mr-5, .mx-5 {margin-right: 2.5rem !important;}
.mb-5, .my-5 {margin-bottom: 2.5rem !important;}
.ml-5, .mx-5 {margin-left: 2.5rem !important;}
.m-6 {margin: 3rem !important;}
.mt-6, .my-6 {margin-top: 3rem !important;}
.mr-6, .mx-6 {margin-right: 3rem !important;}
.mb-6, .my-6 {margin-bottom: 3rem !important;}
.ml-6, .mx-6 {margin-left: 3rem !important;}
.p-0 {padding: 0 !important;}
.pt-0, .py-0 {padding-top: 0 !important;}
.pr-0, .px-0 {padding-right: 0 !important;}
.pb-0, .py-0 {padding-bottom: 0 !important;}
.pl-0, .px-0 {padding-left: 0 !important;}
.p-1 {padding: 0.5rem !important;}
.pt-1, .py-1 {padding-top: 0.5rem !important;}
.pr-1, .px-1 {padding-right: 0.5rem !important;}
.pb-1, .py-1 {padding-bottom: 0.5rem !important;}
.pl-1, .px-1 {padding-left: 0.5rem !important;}
.p-2 {padding: 1rem !important;}
.pt-2, .py-2 {padding-top: 1rem !important;}
.pr-2, .px-2 {padding-right: 1rem !important;}
.pb-2,.py-2 {padding-bottom: 1rem !important;}
.pl-2, .px-2 {padding-left: 1rem !important;}
.p-3 {padding: 1.5rem !important;}
.pt-3, .py-3 {padding-top: 1.5rem !important;}
.pr-3, .px-3 {padding-right: 1.5rem !important;}
.pb-3, .py-3 {padding-bottom: 1.5rem !important;}
.pl-3, .px-3 {padding-left: 1.5rem !important;}
.p-4 {padding: 2rem !important;}
.pt-4, .py-4 {padding-top: 2rem !important;}
.pr-4, .px-4 {padding-right: 2rem !important;}
.pb-4, .py-4 {padding-bottom: 2rem !important;}
.pl-4, .px-4 {padding-left: 2rem !important;}
.p-5 {padding: 2.5rem !important;}
.pt-5, .py-5 {padding-top: 2.5rem !important;}
.pr-5, .px-5 {padding-right: 2.5rem !important;}
.pb-5, .py-5 {padding-bottom: 2.5rem !important;}
.pl-5, .px-5 {padding-left: 2.5rem !important;}
.p-6 {padding: 3rem !important;}
.pt-6, .py-6 {padding-top: 3rem !important;}
.pr-6, .px-6 {padding-right: 3rem !important;}
.pb-6, .py-6 {padding-bottom: 3rem !important;}
.pl-6, .px-6 {padding-left: 3rem !important;}
.align-items-start {align-items: flex-start;}
.align-items-center {align-items: center;}
.align-items-end {align-items: flex-end;}
.justify-content-start {justify-content: flex-start;}
.justify-content-center {justify-content: center;}
.justify-content-end {justify-content: flex-end;}
.justify-content-justify {justify-content: space-between;}
.text-medium {font-weight: 600!important;}
.text-bold {font-weight: bold !important;}
.text-uppercase {text-transform: uppercase;}
.text-italic {font-style: italic!important;}
.text-brighter {color: #999!important;}
.text-white {color: #fff!important;}
.text-small {font-size: 90%!important;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-bg {
border-radius: 4px;
}
.text-primary {
background: #2196F3;
color: #fff;
}
.text-secoondary {
background: #666;
color: #fff;
}
.text-success {
background: #5cc75f;
color: #fff;
}
.text-danger {
background: #ff0048;
color: #fff;
}
.letter-space {
letter-spacing: 2px;
}
/* GRID COLUMNS CLASSES*/
.hqt-row {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
[class*='hqt-col'] {
box-sizing: border-box;
width: 100%;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.hqt-col-1-1 {
width: 100%
}
.hqt-col-1-2 {
width: 50%
}
.hqt-col-1-3 {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3 {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4 {
width: 25%
}
.hqt-col-3-4 {
width: 75%
}
.hqt-col-1-5 {
width: 20%
}
.hqt-col-2-5 {
width: 40%
}
.hqt-col-3-5 {
width: 60%
}
.hqt-col-4-5 {
width: 80%
}
.hqt-col-1-6 {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6 {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small {
width: 150px
}
.hqt-col-medium {
width: 300px
}
.hqt-col-large {
width: 450px
}
.hqt-col-xlarge {
width: 600px
}
.hqt-col-xxlarge {
width: 750px
}
.hqt-col-auto {
width: auto
}
.hqt-col-expand {
flex: 1;
min-width: 1px
}
.hqt-hidden {
display: none;
}
.hqt-visible {
display: block;
}
@media (min-width:640px) {
.hqt-col-1-1__sm {
width: 100%
}
.hqt-col-1-2__sm {
width: 50%
}
.hqt-col-1-3__sm {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__sm {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__sm {
width: 25%
}
.hqt-col-3-4__sm {
width: 75%
}
.hqt-col-1-5__sm {
width: 20%
}
.hqt-col-2-5__sm {
width: 40%
}
.hqt-col-3-5__sm {
width: 60%
}
.hqt-col-4-5__sm {
width: 80%
}
.hqt-col-1-6__sm {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__sm {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__sm {
width: 150px
}
.hqt-col-medium__sm {
width: 300px
}
.hqt-col-large__sm {
width: 450px
}
.hqt-col-xlarge__sm {
width: 600px
}
.hqt-col-xxlarge__sm {
width: 750px
}
.hqt-col-auto__sm {
width: auto
}
.hqt-col-expand__sm {
flex: 1;
min-width: 1px
}
.hqt-hidden__sm {
display: none;
}
.hqt-visible__sm {
display: block;
}
}
@media (min-width:960px) {
.hqt-col-1-1__md {
width: 100%
}
.hqt-col-1-2__md {
width: 50%
}
.hqt-col-1-3__md {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__md {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__md {
width: 25%
}
.hqt-col-3-4__md {
width: 75%
}
.hqt-col-1-5__md {
width: 20%
}
.hqt-col-2-5__md {
width: 40%
}
.hqt-col-3-5__md {
width: 60%
}
.hqt-col-4-5__md {
width: 80%
}
.hqt-col-1-6__md {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__md {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__md {
width: 150px
}
.hqt-col-medium__md {
width: 300px
}
.hqt-col-large__md {
width: 450px
}
.hqt-col-xlarge__md {
width: 600px
}
.hqt-col-xxlarge__md {
width: 750px
}
.hqt-col-auto__md {
width: auto
}
.hqt-col-expand__md {
flex: 1;
min-width: 1px
}
.hqt-hidden__md {
display: none;
}
.hqt-visible__md {
display: block;
}
}
@media (min-width:1200px) {
.hqt-col-1-1__lg {
width: 100%
}
.hqt-col-1-2__lg {
width: 50%
}
.hqt-col-1-3__lg {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__lg {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__lg {
width: 25%
}
.hqt-col-3-4__lg {
width: 75%
}
.hqt-col-1-5__lg {
width: 20%
}
.hqt-col-2-5__lg {
width: 40%
}
.hqt-col-3-5__lg {
width: 60%
}
.hqt-col-4-5__lg {
width: 80%
}
.hqt-col-1-6__lg {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__lg {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__lg {
width: 150px
}
.hqt-col-medium__lg {
width: 300px
}
.hqt-col-large__lg {
width: 450px
}
.hqt-col-xlarge__lg {
width: 600px
}
.hqt-col-xxlarge__lg {
width: 750px
}
.hqt-col-auto__lg {
width: auto
}
.hqt-col-expand__lg {
flex: 1;
min-width: 1px
}
.hqt-hidden__lg {
display: none;
}
.hqt-visible__lg {
display: block;
}
}
@media (min-width:1600px) {
.hqt-col-1-1__xl {
width: 100%
}
.hqt-col-1-2__xl {
width: 50%
}
.hqt-col-1-3__xl {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__xl {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__xl {
width: 25%
}
.hqt-col-3-4__xl {
width: 75%
}
.hqt-col-1-5__xl {
width: 20%
}
.hqt-col-2-5__xl {
width: 40%
}
.hqt-col-3-5__xl {
width: 60%
}
.hqt-col-4-5__xl {
width: 80%
}
.hqt-col-1-6__xl {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__xl {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__xl {
width: 150px
}
.hqt-col-medium__xl {
width: 300px
}
.hqt-col-large__xl {
width: 450px
}
.hqt-col-xlarge__xl {
width: 600px
}
.hqt-col-xxlarge__xl {
width: 750px
}
.hqt-col-auto__xl {
width: auto
}
.hqt-col-expand__xl {
flex: 1;
min-width: 1px
}
.hqt-hidden__xl {
display: none;
}
.hqt-visible__xl {
display: block;
}
}
/* ADMIN SUBMENU ICONS */
#adminmenu .wp-submenu li .hqt-submenu-icon:before {
content: '\21B3';
padding: 0 5px;
}
/* ADMIN DASHBOARD TABS */
.marmot-tabs-nav {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none;
margin: 0;
}
.marmot-tabs-nav > li {
flex: none;
position: relative;
margin: 0;
margin-bottom: 10px;
}
.marmot-tabs-nav > li:not(:last-of-type) {
margin-right: 10px;
}
.marmot-tabs-nav > li > a {
position: relative;
display: block;
padding: 1em;
color: #2196F3;
text-decoration: none;
border: none;
}
.marmot-tabs-nav > li:not(.tab-clear) > a {
background: #fff;
border-radius: 4px 4px 0 0;
}
.marmot-tabs-nav > li > a:focus {
outline: none;
box-shadow: none;
}
.marmot-tabs-nav > li > a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 0;
height: 3px;
margin: auto;
background: #2196F3;
transition: width 0.1s ease-in-out;
}
.marmot-tabs-nav > li:hover a:after {
width: 100%;
}
/* HQT AJAX BUTTON LOADER */
.hqt-btn-ellipsis {
display: none;
position: relative;
margin-left: 10px;
width: 30px;
height: 16px;
background: none;
vertical-align: text-top;
}
.btn.loading .hqt-btn-ellipsis {
display: inline-block;
}
.hqt-btn-ellipsis span {
position: absolute;
top: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.hqt-btn-ellipsis span:nth-child(1) {
left: 0px;
animation: hqt-ellipsis1 0.6s infinite;
}
.hqt-btn-ellipsis span:nth-child(2) {
left: 0px;
animation: hqt-ellipsis2 0.6s infinite;
}
.hqt-btn-ellipsis span:nth-child(3) {
left: 10px;
animation: hqt-ellipsis2 0.6s infinite;
}
.hqt-btn-ellipsis span:nth-child(4) {
left: 20px;
animation: hqt-ellipsis3 0.6s infinite;
}
@keyframes hqt-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes hqt-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(10px, 0);
}
}
@keyframes hqt-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
} | woocommerce-wordpress-service/app/wp-content/themes/marmot/assets/css/admin/admin.css | .hqt-admin-page .wrap {
margin-top: 30px;
}
.hqt-invisible {
padding: 0!important;
margin: 0!important;
visibility: hidden!important;
}
.hqt-admin-page h1 {
font-size: 36px;
}
.hqt-admin-page h2 {
font-size: 28px;
line-height: 1.5;
}
.hqt-admin-page a:focus {
box-shadow: none;
outline: none;
}
.hqt-admin-page .btn,
.hq-notice .btn {
display: inline-block;
padding: 10px 25px;
text-align: center;
border-radius: 4px;
text-decoration: none;
outline: none;
box-shadow: none;
transition: all 0.3s ease;
border: solid 1px;
}
.hqt-admin-page .btn.btn-primary,
.hq-notice .btn.btn-primary {
background: #2096F3;
border-color: #2096F3;
color: #fff;
}
.hqt-admin-page .btn.btn-primary:hover,
.hq-notice .btn.btn-primary:hover {
background: #1a82d4;
border-color: #1a82d4;
}
.hqt-admin-page .btn.btn-secondary,
.hq-notice .btn.btn-secondary {
background: #C7C7C7;
border-color: #C7C7C7;
color: #fff;
}
.hqt-admin-page .btn.btn-secondary:hover,
.hq-notice .btn.btn-secondary:hover {
background: #adadad;
border-color: #adadad;
}
.hqt-admin-page .btn.btn-danger,
.hq-notice .btn.btn-danger {
background: #ff0048;
border-color: #ff0048;
color: #fff;
}
.hqt-admin-page .btn.btn-danger:hover {
background: #da003e;
border-color: #da003e;
}
.hqt-admin-page .btn.btn-danger-border,
.hq-notice.btn.btn-danger-border {
color: #ff0048;
background: none;
border: solid 1px #ff0048;
}
.hqt-admin-page .btn.btn-danger-border:hover,
.hq-notice .btn.btn-danger-border:hover {
color: #da003e;
border-color: #da003e;
}
.hqt-admin-page .btn.btn-border,
.hq-notice .btn.btn-border {
color: #2096F3;
background: none;
border: solid 1px #2096F3;
}
.hqt-admin-page .btn.btn-border:hover,
.hq-notice .btn.btn-border:hover {
color: #1a82d4;
border-color: #1a82d4;
}
.hqt-admin-page .btn.loading {
pointer-events: none;
cursor: default;
opacity: 0.7;
}
.hqt-list.hqt-list {
list-style: none;
padding: 0;
}
.hqt-list li {
position: relative;
padding-left: 25px;
margin-bottom: 15px;
font-size: 16px;
}
.hqt-list li:before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 2px;
width: 15px;
height: 15px;
box-sizing: border-box;
border-radius: 4px;
background: #ff0048;
}
.hqt-list.list-primary li:before {
background: #2196F3;
}
.hqt-list.list-secondary li:before {
background: #c7c7c7;
}
.hqt-list.list-border li:before {
background: none;
border: solid 1px #2196F3;
}
.hqt-list.list-dot li:before {
background: none;
border: none;
}
.hqt-list li:after {
content: '';
display: inline-block;
position: absolute;
transform: rotate(45deg);
left: 5px;
top: 4px;
width: 4px;
height: 7px;
border: solid #fff;
border-width: 0 1px 1px 0;
}
.hqt-list.list-border li:after {
border-color: #2196F3;
}
.hqt-list.list-dot li:after {
border: none;
height: 4px;
top: 7px;
left: 10px;
border-radius: 999px;
background: #ff0048;
}
.hqt-box {
height: 100%;
border: solid 1px #e2e4e7;
border-radius: 4px;
padding: 20px;
box-sizing: border-box;
}
.hqt-container {
background-color: #fff;
padding: 25px;
margin-top: 15px;
position: relative;
}
.hqt-tabs-content .hqt-container {
margin-top: 0;
}
.hqt-container:after {
display: table;
content: "";
clear: both;
}
.hqt-container__title h3 {
margin: 0 0 20px;
font-size: 24px;
line-height: 1;
}
.hqt-container a {
color: #2196F3;
text-decoration: none;
transition: all 0.3s ease;
}
.hqt-container a:hover {
color: #1f87da;
}
.hqt-container p {
font-size: 16px;
}
.hqt-page-footer-info {
background: #222;
padding: 2em;
color: #fff;
}
.hqt-page-footer-info p {
font-size: 13px;
}
.hqt-page-footer-info a {
color: #1f82d2;
text-decoration: none;
}
.hqt-page-footer-info a:hover {
color: #2196F3;
}
.hqt-box-shadow {
box-shadow: 0 0 25px #f1f1f1;
}
/* DASHBOARD */
.hqt-dashboard-icon {
color: #fff;
width: 50px;
height: 50px;
font-size: 50px;
}
.step-box {
text-align: center;
}
.step {
display: flex;
align-items: center;
justify-content: center;
}
.step-number {
line-height: 57px;
font-size: 30px;
display:inline-block;
width: 60px;
height: 60px;
color: #fff;
border-radius: 999px;
}
.step-arrow {
display: inline-block;
height: 1px;
flex: 1;
background: red;
}
.step-arrow-left {
margin: 0 10px 0 -10px;
position: relative;
}
.step-arrow-left:before, .step-arrow-left:after {
content: "";
display: inline-block;
width: 10px;
height: 1px;
position: absolute;
top: -4px;
right: 0;
transform: rotate(45deg);
}
.step-arrow-left:after {
top: 4px;
transform: rotate(-45deg);
}
.step-arrow-right {
margin: 0 -10px 0 10px;
}
.step-1 .step-arrow-right, .step-2 .step-arrow-left, .step-2 .step-arrow-left:before, .step-2 .step-arrow-left:after {
background: #ED1946;
}
.step-2 .step-arrow-right, .step-3 .step-arrow-left, .step-3 .step-arrow-left:before, .step-3 .step-arrow-left:after {
background: #ED1946;
}
.step-3 .step-arrow-right, .step-4 .step-arrow-left, .step-4 .step-arrow-left:before, .step-4 .step-arrow-left:after {
background: #FA5721;
}
.step-current + .step-disabled .step-arrow-right,
.step-disabled + .step-disabled .step-arrow-right,
.step-disabled + .step-disabled .step-arrow-left,
.step-disabled + .step-disabled .step-arrow-left:before,
.step-disabled + .step-disabled .step-arrow-left:after {
background: #ccc;
}
.step-1 .step-arrow-left, .step-4 .step-arrow-right {
opacity: 0;
visibility: hidden;
}
.step-1 .step-number {
background: #ED1946;
}
.step-1 h3 {
color: #ED1946;
}
.step-2 .step-number {
background: #F72D31;
}
.step-2 h3 {
color: #F72D31;
}
.step-3 .step-number {
background: #FA5721;
}
.step-3 h3 {
color: #FA5721;
}
.step-4 .step-number {
background: #FF9108;
}
.step-4 h3 {
color: #FF9108;
}
.step-disabled .step-number {
background: #ccc;
}
.step-disabled h3 {
color: #ccc;
}
.easy-steps-buttons {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
/* MEDIA QUERIES */
@media (min-width:640px) {
.easy-steps-buttons {
justify-content: flex-end;
}
}
@media (min-width:960px) {
}
/* HELPER CLASSES */
.overflow-hidden {overflow: hidden;}
.d-flex {display: flex;}
.d-block {display: block;}
.d-iblock {display: inline-block;}
.flex {flex: 1;}
.flex-basis-100 {flex-basis: 100%;}
.min-width-max-content {min-width: max-content;}
.box-shadow {box-shadow: 0px 0px 23px -11px rgba(0, 0, 0, 0.2);}
.img-fluid {
max-width: 100%;
height: auto;
}
.hqt-svg-icon {width: 50px;}
.hqt-svg-icon.__xs {width: 30px;}
.hqt-svg-icon.__sm {width: 40px;}
.hqt-svg-icon.__md {width: 60px;}
.hqt-svg-icon.__lg {width: 70px;}
.hqt-svg-icon.__xl {width: 80px;}
.border-rad-5 {border-radius: 5px;}
.border-rad-10 {border-radius: 10px;}
.border-top {border-top: solid 1px #e2e4e7;}
.border-left {border-left: solid 1px #e2e4e7;}
.border-right {border-right: solid 1px #e2e4e7;}
.border-bottom {border-bottom: solid 1px #e2e4e7;}
.border-top-dotted {border-top: dotted 1px #e2e4e7;}
.border-left-dotted {border-left: dotted 1px #e2e4e7;}
.border-right-dotted {border-right: dotted 1px #e2e4e7;}
.border-bottom-dotted {border-bottom: dotted 1px #e2e4e7;}
.m-0 {margin: 0 !important;}
.mt-0, .my-0 {margin-top: 0 !important;}
.mr-0, .mx-0 {margin-right: 0 !important;}
.mb-0, .my-0 {margin-bottom: 0 !important;}
.ml-0, .mx-0 {margin-left: 0 !important;}
.m-1 {margin: 0.5rem !important;}
.mt-1, .my-1 {margin-top: 0.5rem !important;}
.mr-1, .mx-1 {margin-right: 0.5rem !important;}
.mb-1, .my-1 {margin-bottom: 0.5rem !important;}
.ml-1, .mx-1 {margin-left: 0.5rem !important;}
.m-2 {margin: 1rem !important;}
.mt-2, .my-2 {margin-top: 1rem !important;}
.mr-2, .mx-2 {margin-right: 1rem !important;}
.mb-2, .my-2 {margin-bottom: 1rem !important;}
.ml-2, .mx-2 {margin-left: 1rem !important;}
.m-3 {margin: 1.5rem !important;}
.mt-3, .my-3 {margin-top: 1.5rem !important;}
.mr-3, .mx-3 {margin-right: 1.5rem !important;}
.mb-3, .my-3 {margin-bottom: 1.5rem !important;}
.ml-3, .mx-3 {margin-left: 1.5rem !important;}
.m-4 {margin: 2rem !important;}
.mt-4, .my-4 {margin-top: 2rem !important;}
.mr-4, .mx-4 {margin-right: 2rem !important;}
.mb-4,.my-4 {margin-bottom: 2rem !important;}
.ml-4, .mx-4 {margin-left: 2rem !important;}
.m-5 {margin: 2.5rem !important;}
.mt-5, .my-5 {margin-top: 2.5rem !important;}
.mr-5, .mx-5 {margin-right: 2.5rem !important;}
.mb-5, .my-5 {margin-bottom: 2.5rem !important;}
.ml-5, .mx-5 {margin-left: 2.5rem !important;}
.m-6 {margin: 3rem !important;}
.mt-6, .my-6 {margin-top: 3rem !important;}
.mr-6, .mx-6 {margin-right: 3rem !important;}
.mb-6, .my-6 {margin-bottom: 3rem !important;}
.ml-6, .mx-6 {margin-left: 3rem !important;}
.p-0 {padding: 0 !important;}
.pt-0, .py-0 {padding-top: 0 !important;}
.pr-0, .px-0 {padding-right: 0 !important;}
.pb-0, .py-0 {padding-bottom: 0 !important;}
.pl-0, .px-0 {padding-left: 0 !important;}
.p-1 {padding: 0.5rem !important;}
.pt-1, .py-1 {padding-top: 0.5rem !important;}
.pr-1, .px-1 {padding-right: 0.5rem !important;}
.pb-1, .py-1 {padding-bottom: 0.5rem !important;}
.pl-1, .px-1 {padding-left: 0.5rem !important;}
.p-2 {padding: 1rem !important;}
.pt-2, .py-2 {padding-top: 1rem !important;}
.pr-2, .px-2 {padding-right: 1rem !important;}
.pb-2,.py-2 {padding-bottom: 1rem !important;}
.pl-2, .px-2 {padding-left: 1rem !important;}
.p-3 {padding: 1.5rem !important;}
.pt-3, .py-3 {padding-top: 1.5rem !important;}
.pr-3, .px-3 {padding-right: 1.5rem !important;}
.pb-3, .py-3 {padding-bottom: 1.5rem !important;}
.pl-3, .px-3 {padding-left: 1.5rem !important;}
.p-4 {padding: 2rem !important;}
.pt-4, .py-4 {padding-top: 2rem !important;}
.pr-4, .px-4 {padding-right: 2rem !important;}
.pb-4, .py-4 {padding-bottom: 2rem !important;}
.pl-4, .px-4 {padding-left: 2rem !important;}
.p-5 {padding: 2.5rem !important;}
.pt-5, .py-5 {padding-top: 2.5rem !important;}
.pr-5, .px-5 {padding-right: 2.5rem !important;}
.pb-5, .py-5 {padding-bottom: 2.5rem !important;}
.pl-5, .px-5 {padding-left: 2.5rem !important;}
.p-6 {padding: 3rem !important;}
.pt-6, .py-6 {padding-top: 3rem !important;}
.pr-6, .px-6 {padding-right: 3rem !important;}
.pb-6, .py-6 {padding-bottom: 3rem !important;}
.pl-6, .px-6 {padding-left: 3rem !important;}
.align-items-start {align-items: flex-start;}
.align-items-center {align-items: center;}
.align-items-end {align-items: flex-end;}
.justify-content-start {justify-content: flex-start;}
.justify-content-center {justify-content: center;}
.justify-content-end {justify-content: flex-end;}
.justify-content-justify {justify-content: space-between;}
.text-medium {font-weight: 600!important;}
.text-bold {font-weight: bold !important;}
.text-uppercase {text-transform: uppercase;}
.text-italic {font-style: italic!important;}
.text-brighter {color: #999!important;}
.text-white {color: #fff!important;}
.text-small {font-size: 90%!important;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-bg {
border-radius: 4px;
}
.text-primary {
background: #2196F3;
color: #fff;
}
.text-secoondary {
background: #666;
color: #fff;
}
.text-success {
background: #5cc75f;
color: #fff;
}
.text-danger {
background: #ff0048;
color: #fff;
}
.letter-space {
letter-spacing: 2px;
}
/* GRID COLUMNS CLASSES*/
.hqt-row {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
[class*='hqt-col'] {
box-sizing: border-box;
width: 100%;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.hqt-col-1-1 {
width: 100%
}
.hqt-col-1-2 {
width: 50%
}
.hqt-col-1-3 {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3 {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4 {
width: 25%
}
.hqt-col-3-4 {
width: 75%
}
.hqt-col-1-5 {
width: 20%
}
.hqt-col-2-5 {
width: 40%
}
.hqt-col-3-5 {
width: 60%
}
.hqt-col-4-5 {
width: 80%
}
.hqt-col-1-6 {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6 {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small {
width: 150px
}
.hqt-col-medium {
width: 300px
}
.hqt-col-large {
width: 450px
}
.hqt-col-xlarge {
width: 600px
}
.hqt-col-xxlarge {
width: 750px
}
.hqt-col-auto {
width: auto
}
.hqt-col-expand {
flex: 1;
min-width: 1px
}
.hqt-hidden {
display: none;
}
.hqt-visible {
display: block;
}
@media (min-width:640px) {
.hqt-col-1-1__sm {
width: 100%
}
.hqt-col-1-2__sm {
width: 50%
}
.hqt-col-1-3__sm {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__sm {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__sm {
width: 25%
}
.hqt-col-3-4__sm {
width: 75%
}
.hqt-col-1-5__sm {
width: 20%
}
.hqt-col-2-5__sm {
width: 40%
}
.hqt-col-3-5__sm {
width: 60%
}
.hqt-col-4-5__sm {
width: 80%
}
.hqt-col-1-6__sm {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__sm {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__sm {
width: 150px
}
.hqt-col-medium__sm {
width: 300px
}
.hqt-col-large__sm {
width: 450px
}
.hqt-col-xlarge__sm {
width: 600px
}
.hqt-col-xxlarge__sm {
width: 750px
}
.hqt-col-auto__sm {
width: auto
}
.hqt-col-expand__sm {
flex: 1;
min-width: 1px
}
.hqt-hidden__sm {
display: none;
}
.hqt-visible__sm {
display: block;
}
}
@media (min-width:960px) {
.hqt-col-1-1__md {
width: 100%
}
.hqt-col-1-2__md {
width: 50%
}
.hqt-col-1-3__md {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__md {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__md {
width: 25%
}
.hqt-col-3-4__md {
width: 75%
}
.hqt-col-1-5__md {
width: 20%
}
.hqt-col-2-5__md {
width: 40%
}
.hqt-col-3-5__md {
width: 60%
}
.hqt-col-4-5__md {
width: 80%
}
.hqt-col-1-6__md {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__md {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__md {
width: 150px
}
.hqt-col-medium__md {
width: 300px
}
.hqt-col-large__md {
width: 450px
}
.hqt-col-xlarge__md {
width: 600px
}
.hqt-col-xxlarge__md {
width: 750px
}
.hqt-col-auto__md {
width: auto
}
.hqt-col-expand__md {
flex: 1;
min-width: 1px
}
.hqt-hidden__md {
display: none;
}
.hqt-visible__md {
display: block;
}
}
@media (min-width:1200px) {
.hqt-col-1-1__lg {
width: 100%
}
.hqt-col-1-2__lg {
width: 50%
}
.hqt-col-1-3__lg {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__lg {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__lg {
width: 25%
}
.hqt-col-3-4__lg {
width: 75%
}
.hqt-col-1-5__lg {
width: 20%
}
.hqt-col-2-5__lg {
width: 40%
}
.hqt-col-3-5__lg {
width: 60%
}
.hqt-col-4-5__lg {
width: 80%
}
.hqt-col-1-6__lg {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__lg {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__lg {
width: 150px
}
.hqt-col-medium__lg {
width: 300px
}
.hqt-col-large__lg {
width: 450px
}
.hqt-col-xlarge__lg {
width: 600px
}
.hqt-col-xxlarge__lg {
width: 750px
}
.hqt-col-auto__lg {
width: auto
}
.hqt-col-expand__lg {
flex: 1;
min-width: 1px
}
.hqt-hidden__lg {
display: none;
}
.hqt-visible__lg {
display: block;
}
}
@media (min-width:1600px) {
.hqt-col-1-1__xl {
width: 100%
}
.hqt-col-1-2__xl {
width: 50%
}
.hqt-col-1-3__xl {
width: calc(100% * 1 / 3.001)
}
.hqt-col-2-3__xl {
width: calc(100% * 2 / 3.001)
}
.hqt-col-1-4__xl {
width: 25%
}
.hqt-col-3-4__xl {
width: 75%
}
.hqt-col-1-5__xl {
width: 20%
}
.hqt-col-2-5__xl {
width: 40%
}
.hqt-col-3-5__xl {
width: 60%
}
.hqt-col-4-5__xl {
width: 80%
}
.hqt-col-1-6__xl {
width: calc(100% * 1 / 6.001)
}
.hqt-col-5-6__xl {
width: calc(100% * 5 / 6.001)
}
.hqt-col-small__xl {
width: 150px
}
.hqt-col-medium__xl {
width: 300px
}
.hqt-col-large__xl {
width: 450px
}
.hqt-col-xlarge__xl {
width: 600px
}
.hqt-col-xxlarge__xl {
width: 750px
}
.hqt-col-auto__xl {
width: auto
}
.hqt-col-expand__xl {
flex: 1;
min-width: 1px
}
.hqt-hidden__xl {
display: none;
}
.hqt-visible__xl {
display: block;
}
}
/* ADMIN SUBMENU ICONS */
#adminmenu .wp-submenu li .hqt-submenu-icon:before {
content: '\21B3';
padding: 0 5px;
}
/* ADMIN DASHBOARD TABS */
.marmot-tabs-nav {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none;
margin: 0;
}
.marmot-tabs-nav > li {
flex: none;
position: relative;
margin: 0;
margin-bottom: 10px;
}
.marmot-tabs-nav > li:not(:last-of-type) {
margin-right: 10px;
}
.marmot-tabs-nav > li > a {
position: relative;
display: block;
padding: 1em;
color: #2196F3;
text-decoration: none;
border: none;
}
.marmot-tabs-nav > li:not(.tab-clear) > a {
background: #fff;
border-radius: 4px 4px 0 0;
}
.marmot-tabs-nav > li > a:focus {
outline: none;
box-shadow: none;
}
.marmot-tabs-nav > li > a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 0;
height: 3px;
margin: auto;
background: #2196F3;
transition: width 0.1s ease-in-out;
}
.marmot-tabs-nav > li:hover a:after {
width: 100%;
}
/* HQT AJAX BUTTON LOADER */
.hqt-btn-ellipsis {
display: none;
position: relative;
margin-left: 10px;
width: 30px;
height: 16px;
background: none;
vertical-align: text-top;
}
.btn.loading .hqt-btn-ellipsis {
display: inline-block;
}
.hqt-btn-ellipsis span {
position: absolute;
top: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.hqt-btn-ellipsis span:nth-child(1) {
left: 0px;
animation: hqt-ellipsis1 0.6s infinite;
}
.hqt-btn-ellipsis span:nth-child(2) {
left: 0px;
animation: hqt-ellipsis2 0.6s infinite;
}
.hqt-btn-ellipsis span:nth-child(3) {
left: 10px;
animation: hqt-ellipsis2 0.6s infinite;
}
.hqt-btn-ellipsis span:nth-child(4) {
left: 20px;
animation: hqt-ellipsis3 0.6s infinite;
}
@keyframes hqt-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes hqt-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(10px, 0);
}
}
@keyframes hqt-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
} | 0.351534 | 0.048137 |
.login-page { background: #00a65a }
.login-logo { color: #fff }
.nav-tabs-custom.farms-login { border-right: 4px solid #ddd; padding-right: 4% }
.nav-tabs-custom.farms-login>.nav-tabs>li.active{border-top-color: #00a65a }
.login-box,.register-box{width:600px; margin: 5% auto }
.login-box-body {
border-radius: 10px;
box-shadow: rgb(0, 141, 77) 1px 1px,
rgb(0, 141, 77) 2px 2px,
rgb(0, 141, 77) 3px 3px,
rgb(0, 141, 77) 4px 4px,
rgb(0, 141, 77) 5px 5px,
rgb(0, 141, 77) 6px 6px,
rgb(0, 141, 77) 7px 7px,
rgb(0, 141, 77) 8px 8px,
rgb(0, 141, 77) 9px 9px,
rgb(0, 141, 77) 10px 10px,
rgb(0, 141, 77) 11px 11px,
rgb(0, 141, 77) 12px 12px,
rgb(0, 141, 77) 13px 13px,
rgb(0, 141, 77) 14px 14px,
rgb(0, 141, 77) 15px 15px,
rgb(0, 141, 77) 16px 16px,
rgb(0, 141, 77) 17px 17px,
rgb(0, 141, 77) 18px 18px,
rgb(0, 141, 77) 19px 19px,
rgb(0, 141, 77) 20px 20px,
rgb(0, 141, 77) 21px 21px,
rgb(0, 141, 77) 22px 22px,
rgb(0, 141, 77) 23px 23px,
rgb(0, 141, 77) 24px 24px,
rgb(0, 141, 77) 25px 25px,
rgb(0, 141, 77) 26px 26px,
rgb(0, 141, 77) 27px 27px,
rgb(0, 141, 77) 28px 28px,
rgb(0, 141, 77) 29px 29px,
rgb(0, 141, 77) 30px 30px,
rgb(0, 141, 77) 31px 31px,
rgb(0, 141, 77) 32px 32px,
rgb(0, 141, 77) 33px 33px,
rgb(0, 141, 77) 34px 34px,
rgb(0, 141, 77) 35px 35px,
rgb(0, 141, 77) 36px 36px,
rgb(0, 141, 77) 37px 37px,
rgb(0, 141, 77) 38px 38px,
rgb(0, 141, 77) 39px 39px,
rgb(0, 141, 77) 40px 40px,
rgb(0, 141, 77) 41px 41px,
rgb(0, 141, 77) 42px 42px,
rgb(0, 141, 77) 43px 43px,
rgb(0, 141, 77) 44px 44px,
rgb(0, 141, 77) 45px 45px,
rgb(0, 141, 77) 46px 46px,
rgb(0, 141, 77) 47px 47px,
rgb(0, 141, 77) 48px 48px,
rgb(0, 141, 77) 49px 49px,
rgb(0, 141, 77) 50px 50px,
rgb(0, 141, 77) 51px 51px,
rgb(0, 141, 77) 52px 52px,
rgb(0, 141, 77) 53px 53px,
rgb(0, 141, 77) 54px 54px,
rgb(0, 141, 77) 55px 55px,
rgb(0, 141, 77) 56px 56px,
rgb(0, 141, 77) 57px 57px,
rgb(0, 141, 77) 58px 58px,
rgb(0, 141, 77) 59px 59px,
rgb(0, 141, 77) 60px 60px,
rgb(0, 141, 77) 61px 61px,
rgb(0, 141, 77) 62px 62px,
rgb(0, 141, 77) 63px 63px,
rgb(0, 141, 77) 64px 64px,
rgb(0, 141, 77) 65px 65px,
rgb(0, 141, 77) 66px 66px,
rgb(0, 141, 77) 67px 67px,
rgb(0, 141, 77) 68px 68px,
rgb(0, 141, 77) 69px 69px,
rgb(0, 141, 77) 70px 70px,
rgb(0, 141, 77) 71px 71px,
rgb(0, 141, 77) 72px 72px,
rgb(0, 141, 77) 73px 73px,
rgb(0, 141, 77) 74px 74px,
rgb(0, 141, 77) 75px 75px,
rgb(0, 141, 77) 76px 76px,
rgb(0, 141, 77) 77px 77px,
rgb(0, 141, 77) 78px 78px,
rgb(0, 141, 77) 79px 79px,
rgb(0, 141, 77) 80px 80px,
rgb(0, 141, 77) 81px 81px,
rgb(0, 141, 77) 82px 82px,
rgb(0, 141, 77) 83px 83px,
rgb(0, 141, 77) 84px 84px,
rgb(0, 141, 77) 85px 85px,
rgb(0, 141, 77) 86px 86px,
rgb(0, 141, 77) 87px 87px,
rgb(0, 141, 77) 88px 88px,
rgb(0, 141, 77) 89px 89px,
rgb(0, 141, 77) 90px 90px,
rgb(0, 141, 77) 91px 91px,
rgb(0, 141, 77) 92px 92px,
rgb(0, 141, 77) 93px 93px,
rgb(0, 141, 77) 94px 94px,
rgb(0, 141, 77) 95px 95px,
rgb(0, 141, 77) 96px 96px,
rgb(0, 141, 77) 97px 97px,
rgb(0, 141, 77) 98px 98px,
rgb(0, 141, 77) 99px 99px,
rgb(0, 141, 77) 100px 100px,
rgb(0, 141, 77) 101px 101px,
rgb(0, 141, 77) 102px 102px,
rgb(0, 141, 77) 103px 103px,
rgb(0, 142, 77) 104px 104px,
rgb(0, 142, 77) 105px 105px,
rgb(0, 142, 77) 106px 106px,
rgb(0, 142, 77) 107px 107px,
rgb(0, 143, 78) 108px 108px,
rgb(0, 143, 78) 109px 109px,
rgb(0, 143, 78) 110px 110px,
rgb(0, 143, 78) 111px 111px,
rgb(0, 144, 78) 112px 112px,
rgb(0, 144, 78) 113px 113px,
rgb(0, 144, 78) 114px 114px,
rgb(0, 144, 78) 115px 115px,
rgb(0, 145, 79) 116px 116px,
rgb(0, 145, 79) 117px 117px,
rgb(0, 145, 79) 118px 118px,
rgb(0, 145, 79) 119px 119px,
rgb(0, 146, 79) 120px 120px,
rgb(0, 146, 79) 121px 121px,
rgb(0, 146, 79) 122px 122px,
rgb(0, 146, 79) 123px 123px,
rgb(0, 147, 80) 124px 124px,
rgb(0, 147, 80) 125px 125px,
rgb(0, 147, 80) 126px 126px,
rgb(0, 147, 80) 127px 127px,
rgb(0, 148, 80) 128px 128px,
rgb(0, 148, 80) 129px 129px,
rgb(0, 148, 80) 130px 130px,
rgb(0, 148, 81) 131px 131px,
rgb(0, 149, 81) 132px 132px,
rgb(0, 149, 81) 133px 133px,
rgb(0, 149, 81) 134px 134px,
rgb(0, 149, 81) 135px 135px,
rgb(0, 150, 81) 136px 136px,
rgb(0, 150, 81) 137px 137px,
rgb(0, 150, 81) 138px 138px,
rgb(0, 150, 82) 139px 139px,
rgb(0, 151, 82) 140px 140px,
rgb(0, 151, 82) 141px 141px,
rgb(0, 151, 82) 142px 142px,
rgb(0, 151, 82) 143px 143px,
rgb(0, 152, 82) 144px 144px,
rgb(0, 152, 82) 145px 145px,
rgb(0, 152, 82) 146px 146px,
rgb(0, 152, 83) 147px 147px,
rgb(0, 153, 83) 148px 148px,
rgb(0, 153, 83) 149px 149px,
rgb(0, 153, 83) 150px 150px,
rgb(0, 153, 83) 151px 151px,
rgb(0, 154, 83) 152px 152px,
rgb(0, 154, 83) 153px 153px,
rgb(0, 154, 84) 154px 154px,
rgb(0, 154, 84) 155px 155px,
rgb(0, 155, 84) 156px 156px,
rgb(0, 155, 84) 157px 157px,
rgb(0, 155, 84) 158px 158px,
rgb(0, 155, 84) 159px 159px,
rgb(0, 156, 84) 160px 160px,
rgb(0, 156, 84) 161px 161px,
rgb(0, 156, 85) 162px 162px,
rgb(0, 156, 85) 163px 163px,
rgb(0, 157, 85) 164px 164px,
rgb(0, 157, 85) 165px 165px,
rgb(0, 157, 85) 166px 166px,
rgb(0, 157, 85) 167px 167px,
rgb(0, 158, 85) 168px 168px,
rgb(0, 158, 85) 169px 169px,
rgb(0, 158, 86) 170px 170px,
rgb(0, 158, 86) 171px 171px,
rgb(0, 159, 86) 172px 172px,
rgb(0, 159, 86) 173px 173px,
rgb(0, 159, 86) 174px 174px,
rgb(0, 159, 86) 175px 175px,
rgb(0, 160, 86) 176px 176px,
rgb(0, 160, 87) 177px 177px,
rgb(0, 160, 87) 178px 178px,
rgb(0, 160, 87) 179px 179px,
rgb(0, 161, 87) 180px 180px,
rgb(0, 161, 87) 181px 181px,
rgb(0, 161, 87) 182px 182px,
rgb(0, 161, 87) 183px 183px,
rgb(0, 162, 87) 184px 184px,
rgb(0, 162, 88) 185px 185px,
rgb(0, 162, 88) 186px 186px,
rgb(0, 162, 88) 187px 187px,
rgb(0, 163, 88) 188px 188px,
rgb(0, 163, 88) 189px 189px,
rgb(0, 163, 88) 190px 190px,
rgb(0, 163, 88) 191px 191px,
rgb(0, 164, 88) 192px 192px,
rgb(0, 164, 89) 193px 193px,
rgb(0, 164, 89) 194px 194px,
rgb(0, 164, 89) 195px 195px,
rgb(0, 165, 89) 196px 196px,
rgb(0, 165, 89) 197px 197px,
rgb(0, 165, 89) 198px 198px,
rgb(0, 165, 89) 199px 199px,
rgb(0, 166, 90) 200px 200px
;
}
.login-box-msg { font-size: 15px; padding: 15px 20px 0 20px }
.btn-social { height: 40px; padding-top: 10px }
.center-line {
position: absolute;
background: #ddd;
border: 4px solid #ddd;
border-radius: 20px;
right: 3px;
top: 100px
}
/* HEADER NAVBAR */
.skin-green .main-header .navbar {
background: #2ecc71;
background: -moz-linear-gradient(left, #2ecc71 0%, #1abc9c 60%, #16a085 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ecc71), color-stop(60%,#1abc9c), color-stop(100%,#16a085));
background: -webkit-linear-gradient(left, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
background: -o-linear-gradient(left, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
background: -ms-linear-gradient(left, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
background: linear-gradient(to right, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#16a085',GradientType=1 );
}
/* CONFIGURATION NAV */
.nav-conf>.nav-pills>li.active>a { border-left-color: #008d4c }
.nav-conf>.nav-pills>li.active>a,
.nav-conf>.nav-pills>li.active>a:focus,
.nav-conf>.nav-pills>li.active>a:hover { color: #000; background: transparent }
/* PROJECT CARDS PANEL */
.panel-project { border-color: none }
.panel-project>.panel-heading { color: #fff; background-color: #374850; border-color: #374850 }
.panel-project>.panel-footer { padding: 0; border-top: none; background-color: transparent }
.delete-project { float: right; font-size: 18px; margin: -5px; display: none }
.panel-project:hover .delete-project { display: block }
/* FORMS BEHAVIOR */
.form-control:focus { border-color: #1abc9c }
/* SELECT2 STYLE */
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #008d4c; border-color: #008749 }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color:#008d4c }
.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{ border:1px solid #1abc9c } | src/main/webapp/dist/css/farms.css | .login-page { background: #00a65a }
.login-logo { color: #fff }
.nav-tabs-custom.farms-login { border-right: 4px solid #ddd; padding-right: 4% }
.nav-tabs-custom.farms-login>.nav-tabs>li.active{border-top-color: #00a65a }
.login-box,.register-box{width:600px; margin: 5% auto }
.login-box-body {
border-radius: 10px;
box-shadow: rgb(0, 141, 77) 1px 1px,
rgb(0, 141, 77) 2px 2px,
rgb(0, 141, 77) 3px 3px,
rgb(0, 141, 77) 4px 4px,
rgb(0, 141, 77) 5px 5px,
rgb(0, 141, 77) 6px 6px,
rgb(0, 141, 77) 7px 7px,
rgb(0, 141, 77) 8px 8px,
rgb(0, 141, 77) 9px 9px,
rgb(0, 141, 77) 10px 10px,
rgb(0, 141, 77) 11px 11px,
rgb(0, 141, 77) 12px 12px,
rgb(0, 141, 77) 13px 13px,
rgb(0, 141, 77) 14px 14px,
rgb(0, 141, 77) 15px 15px,
rgb(0, 141, 77) 16px 16px,
rgb(0, 141, 77) 17px 17px,
rgb(0, 141, 77) 18px 18px,
rgb(0, 141, 77) 19px 19px,
rgb(0, 141, 77) 20px 20px,
rgb(0, 141, 77) 21px 21px,
rgb(0, 141, 77) 22px 22px,
rgb(0, 141, 77) 23px 23px,
rgb(0, 141, 77) 24px 24px,
rgb(0, 141, 77) 25px 25px,
rgb(0, 141, 77) 26px 26px,
rgb(0, 141, 77) 27px 27px,
rgb(0, 141, 77) 28px 28px,
rgb(0, 141, 77) 29px 29px,
rgb(0, 141, 77) 30px 30px,
rgb(0, 141, 77) 31px 31px,
rgb(0, 141, 77) 32px 32px,
rgb(0, 141, 77) 33px 33px,
rgb(0, 141, 77) 34px 34px,
rgb(0, 141, 77) 35px 35px,
rgb(0, 141, 77) 36px 36px,
rgb(0, 141, 77) 37px 37px,
rgb(0, 141, 77) 38px 38px,
rgb(0, 141, 77) 39px 39px,
rgb(0, 141, 77) 40px 40px,
rgb(0, 141, 77) 41px 41px,
rgb(0, 141, 77) 42px 42px,
rgb(0, 141, 77) 43px 43px,
rgb(0, 141, 77) 44px 44px,
rgb(0, 141, 77) 45px 45px,
rgb(0, 141, 77) 46px 46px,
rgb(0, 141, 77) 47px 47px,
rgb(0, 141, 77) 48px 48px,
rgb(0, 141, 77) 49px 49px,
rgb(0, 141, 77) 50px 50px,
rgb(0, 141, 77) 51px 51px,
rgb(0, 141, 77) 52px 52px,
rgb(0, 141, 77) 53px 53px,
rgb(0, 141, 77) 54px 54px,
rgb(0, 141, 77) 55px 55px,
rgb(0, 141, 77) 56px 56px,
rgb(0, 141, 77) 57px 57px,
rgb(0, 141, 77) 58px 58px,
rgb(0, 141, 77) 59px 59px,
rgb(0, 141, 77) 60px 60px,
rgb(0, 141, 77) 61px 61px,
rgb(0, 141, 77) 62px 62px,
rgb(0, 141, 77) 63px 63px,
rgb(0, 141, 77) 64px 64px,
rgb(0, 141, 77) 65px 65px,
rgb(0, 141, 77) 66px 66px,
rgb(0, 141, 77) 67px 67px,
rgb(0, 141, 77) 68px 68px,
rgb(0, 141, 77) 69px 69px,
rgb(0, 141, 77) 70px 70px,
rgb(0, 141, 77) 71px 71px,
rgb(0, 141, 77) 72px 72px,
rgb(0, 141, 77) 73px 73px,
rgb(0, 141, 77) 74px 74px,
rgb(0, 141, 77) 75px 75px,
rgb(0, 141, 77) 76px 76px,
rgb(0, 141, 77) 77px 77px,
rgb(0, 141, 77) 78px 78px,
rgb(0, 141, 77) 79px 79px,
rgb(0, 141, 77) 80px 80px,
rgb(0, 141, 77) 81px 81px,
rgb(0, 141, 77) 82px 82px,
rgb(0, 141, 77) 83px 83px,
rgb(0, 141, 77) 84px 84px,
rgb(0, 141, 77) 85px 85px,
rgb(0, 141, 77) 86px 86px,
rgb(0, 141, 77) 87px 87px,
rgb(0, 141, 77) 88px 88px,
rgb(0, 141, 77) 89px 89px,
rgb(0, 141, 77) 90px 90px,
rgb(0, 141, 77) 91px 91px,
rgb(0, 141, 77) 92px 92px,
rgb(0, 141, 77) 93px 93px,
rgb(0, 141, 77) 94px 94px,
rgb(0, 141, 77) 95px 95px,
rgb(0, 141, 77) 96px 96px,
rgb(0, 141, 77) 97px 97px,
rgb(0, 141, 77) 98px 98px,
rgb(0, 141, 77) 99px 99px,
rgb(0, 141, 77) 100px 100px,
rgb(0, 141, 77) 101px 101px,
rgb(0, 141, 77) 102px 102px,
rgb(0, 141, 77) 103px 103px,
rgb(0, 142, 77) 104px 104px,
rgb(0, 142, 77) 105px 105px,
rgb(0, 142, 77) 106px 106px,
rgb(0, 142, 77) 107px 107px,
rgb(0, 143, 78) 108px 108px,
rgb(0, 143, 78) 109px 109px,
rgb(0, 143, 78) 110px 110px,
rgb(0, 143, 78) 111px 111px,
rgb(0, 144, 78) 112px 112px,
rgb(0, 144, 78) 113px 113px,
rgb(0, 144, 78) 114px 114px,
rgb(0, 144, 78) 115px 115px,
rgb(0, 145, 79) 116px 116px,
rgb(0, 145, 79) 117px 117px,
rgb(0, 145, 79) 118px 118px,
rgb(0, 145, 79) 119px 119px,
rgb(0, 146, 79) 120px 120px,
rgb(0, 146, 79) 121px 121px,
rgb(0, 146, 79) 122px 122px,
rgb(0, 146, 79) 123px 123px,
rgb(0, 147, 80) 124px 124px,
rgb(0, 147, 80) 125px 125px,
rgb(0, 147, 80) 126px 126px,
rgb(0, 147, 80) 127px 127px,
rgb(0, 148, 80) 128px 128px,
rgb(0, 148, 80) 129px 129px,
rgb(0, 148, 80) 130px 130px,
rgb(0, 148, 81) 131px 131px,
rgb(0, 149, 81) 132px 132px,
rgb(0, 149, 81) 133px 133px,
rgb(0, 149, 81) 134px 134px,
rgb(0, 149, 81) 135px 135px,
rgb(0, 150, 81) 136px 136px,
rgb(0, 150, 81) 137px 137px,
rgb(0, 150, 81) 138px 138px,
rgb(0, 150, 82) 139px 139px,
rgb(0, 151, 82) 140px 140px,
rgb(0, 151, 82) 141px 141px,
rgb(0, 151, 82) 142px 142px,
rgb(0, 151, 82) 143px 143px,
rgb(0, 152, 82) 144px 144px,
rgb(0, 152, 82) 145px 145px,
rgb(0, 152, 82) 146px 146px,
rgb(0, 152, 83) 147px 147px,
rgb(0, 153, 83) 148px 148px,
rgb(0, 153, 83) 149px 149px,
rgb(0, 153, 83) 150px 150px,
rgb(0, 153, 83) 151px 151px,
rgb(0, 154, 83) 152px 152px,
rgb(0, 154, 83) 153px 153px,
rgb(0, 154, 84) 154px 154px,
rgb(0, 154, 84) 155px 155px,
rgb(0, 155, 84) 156px 156px,
rgb(0, 155, 84) 157px 157px,
rgb(0, 155, 84) 158px 158px,
rgb(0, 155, 84) 159px 159px,
rgb(0, 156, 84) 160px 160px,
rgb(0, 156, 84) 161px 161px,
rgb(0, 156, 85) 162px 162px,
rgb(0, 156, 85) 163px 163px,
rgb(0, 157, 85) 164px 164px,
rgb(0, 157, 85) 165px 165px,
rgb(0, 157, 85) 166px 166px,
rgb(0, 157, 85) 167px 167px,
rgb(0, 158, 85) 168px 168px,
rgb(0, 158, 85) 169px 169px,
rgb(0, 158, 86) 170px 170px,
rgb(0, 158, 86) 171px 171px,
rgb(0, 159, 86) 172px 172px,
rgb(0, 159, 86) 173px 173px,
rgb(0, 159, 86) 174px 174px,
rgb(0, 159, 86) 175px 175px,
rgb(0, 160, 86) 176px 176px,
rgb(0, 160, 87) 177px 177px,
rgb(0, 160, 87) 178px 178px,
rgb(0, 160, 87) 179px 179px,
rgb(0, 161, 87) 180px 180px,
rgb(0, 161, 87) 181px 181px,
rgb(0, 161, 87) 182px 182px,
rgb(0, 161, 87) 183px 183px,
rgb(0, 162, 87) 184px 184px,
rgb(0, 162, 88) 185px 185px,
rgb(0, 162, 88) 186px 186px,
rgb(0, 162, 88) 187px 187px,
rgb(0, 163, 88) 188px 188px,
rgb(0, 163, 88) 189px 189px,
rgb(0, 163, 88) 190px 190px,
rgb(0, 163, 88) 191px 191px,
rgb(0, 164, 88) 192px 192px,
rgb(0, 164, 89) 193px 193px,
rgb(0, 164, 89) 194px 194px,
rgb(0, 164, 89) 195px 195px,
rgb(0, 165, 89) 196px 196px,
rgb(0, 165, 89) 197px 197px,
rgb(0, 165, 89) 198px 198px,
rgb(0, 165, 89) 199px 199px,
rgb(0, 166, 90) 200px 200px
;
}
.login-box-msg { font-size: 15px; padding: 15px 20px 0 20px }
.btn-social { height: 40px; padding-top: 10px }
.center-line {
position: absolute;
background: #ddd;
border: 4px solid #ddd;
border-radius: 20px;
right: 3px;
top: 100px
}
/* HEADER NAVBAR */
.skin-green .main-header .navbar {
background: #2ecc71;
background: -moz-linear-gradient(left, #2ecc71 0%, #1abc9c 60%, #16a085 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ecc71), color-stop(60%,#1abc9c), color-stop(100%,#16a085));
background: -webkit-linear-gradient(left, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
background: -o-linear-gradient(left, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
background: -ms-linear-gradient(left, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
background: linear-gradient(to right, #2ecc71 0%,#1abc9c 60%,#16a085 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#16a085',GradientType=1 );
}
/* CONFIGURATION NAV */
.nav-conf>.nav-pills>li.active>a { border-left-color: #008d4c }
.nav-conf>.nav-pills>li.active>a,
.nav-conf>.nav-pills>li.active>a:focus,
.nav-conf>.nav-pills>li.active>a:hover { color: #000; background: transparent }
/* PROJECT CARDS PANEL */
.panel-project { border-color: none }
.panel-project>.panel-heading { color: #fff; background-color: #374850; border-color: #374850 }
.panel-project>.panel-footer { padding: 0; border-top: none; background-color: transparent }
.delete-project { float: right; font-size: 18px; margin: -5px; display: none }
.panel-project:hover .delete-project { display: block }
/* FORMS BEHAVIOR */
.form-control:focus { border-color: #1abc9c }
/* SELECT2 STYLE */
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #008d4c; border-color: #008749 }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color:#008d4c }
.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{ border:1px solid #1abc9c } | 0.267983 | 0.179674 |
.mainContainer {
display: grid;
grid-template-columns: 45% 55%;
grid-template-rows: 3em 100vh;
grid-template-areas:
"header header"
"textArea markdownText"
;
height: 90%;
width: 100%;
}
/* HEADER STYLES */
.header {
grid-area: header;
height: 100%;
width: 100%;
background-color: darkslateblue;
display: flex;
align-items: center;
}
.header h1 {
font-family: Roboto, sans-serif;
font-size: 30px;
color: whitesmoke;
margin-left: 10px;
}
.header span {
font-family: Pacifico,
cursive;
font-size: 15px;
color: whitesmoke;
margin-left: 10px;
padding-top: 5px;
line-height: 1.5;
}
/* TEXT AREA STYLES */
.textArea {
display: flex;
justify-content: center;
grid-area: textArea;
height: 100%;
width: 100%;
background-color: coral;
}
.textArea textarea {
outline: none;
resize: none;
font-family: courier,
monospace;
font-size: 18px;
text-overflow: ellipsis;
white-space: nowrap;
-moz-white-space: nowrap;
width: 90%;
height: 86%;
border: 1px solid rgb(169, 169, 169);
border-radius: 5px;
margin-top: 0.5em;
word-wrap: break-word;
white-space: normal;
overflow-y: auto;
padding: 1rem;
}
.textArea textarea i:hover {
cursor: pointer;
}
.textArea textarea i:active {
transition: opacity .2s;
opacity: 0.5;
}
/* MARKDOWN TEXT STYLES */
.markdownText {
grid-area: markdownText;
height: 100%;
overflow-wrap: break-word;
display: flex;
justify-content: center;
background-color: coral;
}
.editor {
text-overflow: ellipsis;
white-space: nowrap;
-moz-white-space: nowrap;
width: 85%;
height: 86%;
border: 1px solid rgb(169, 169, 169);
border-radius: 5px;
margin-top: 0.5em;
word-wrap: break-word;
white-space: normal;
overflow-y: auto;
background: #e8e8e8;
padding: 1rem;
}
.editor::-webkit-scrollbar,
.textArea textarea::-webkit-scrollbar
{
width: 0.3em;
}
.editor::-webkit-scrollbar-track,
.textArea textarea::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 0 5px 5px 0;
}
.editor::-webkit-scrollbar-thumb,
.textArea textarea::-webkit-scrollbar-thumb
{
background-color: darkslateblue;
outline: 1px solid slategrey;
height: 2em;
border-radius: 2px;
} | client/src/Editor/App.module.css | .mainContainer {
display: grid;
grid-template-columns: 45% 55%;
grid-template-rows: 3em 100vh;
grid-template-areas:
"header header"
"textArea markdownText"
;
height: 90%;
width: 100%;
}
/* HEADER STYLES */
.header {
grid-area: header;
height: 100%;
width: 100%;
background-color: darkslateblue;
display: flex;
align-items: center;
}
.header h1 {
font-family: Roboto, sans-serif;
font-size: 30px;
color: whitesmoke;
margin-left: 10px;
}
.header span {
font-family: Pacifico,
cursive;
font-size: 15px;
color: whitesmoke;
margin-left: 10px;
padding-top: 5px;
line-height: 1.5;
}
/* TEXT AREA STYLES */
.textArea {
display: flex;
justify-content: center;
grid-area: textArea;
height: 100%;
width: 100%;
background-color: coral;
}
.textArea textarea {
outline: none;
resize: none;
font-family: courier,
monospace;
font-size: 18px;
text-overflow: ellipsis;
white-space: nowrap;
-moz-white-space: nowrap;
width: 90%;
height: 86%;
border: 1px solid rgb(169, 169, 169);
border-radius: 5px;
margin-top: 0.5em;
word-wrap: break-word;
white-space: normal;
overflow-y: auto;
padding: 1rem;
}
.textArea textarea i:hover {
cursor: pointer;
}
.textArea textarea i:active {
transition: opacity .2s;
opacity: 0.5;
}
/* MARKDOWN TEXT STYLES */
.markdownText {
grid-area: markdownText;
height: 100%;
overflow-wrap: break-word;
display: flex;
justify-content: center;
background-color: coral;
}
.editor {
text-overflow: ellipsis;
white-space: nowrap;
-moz-white-space: nowrap;
width: 85%;
height: 86%;
border: 1px solid rgb(169, 169, 169);
border-radius: 5px;
margin-top: 0.5em;
word-wrap: break-word;
white-space: normal;
overflow-y: auto;
background: #e8e8e8;
padding: 1rem;
}
.editor::-webkit-scrollbar,
.textArea textarea::-webkit-scrollbar
{
width: 0.3em;
}
.editor::-webkit-scrollbar-track,
.textArea textarea::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 0 5px 5px 0;
}
.editor::-webkit-scrollbar-thumb,
.textArea textarea::-webkit-scrollbar-thumb
{
background-color: darkslateblue;
outline: 1px solid slategrey;
height: 2em;
border-radius: 2px;
} | 0.443118 | 0.105533 |
.col-header {
/* background-color: #009c74; */
background: #fbfbfb;
display: grid;
grid-template-columns: 1fr 2.5fr 2fr 2fr 1fr;
/* height: 20px; */
grid-template-areas: "1 2 3 4 5";
border: 1px solid #aaabac;
border-radius: 8px 8px 0px 0px;
}
.desktop-hide {
display: none;
}
.normal-font {
font-family: var(--para-font);
font-style: normal;
font-weight: 500;
font-size: 16px !important;
line-height: 32px;
}
.light-font {
font-style: normal;
font-size: 15px !important;
line-height: 24px;
}
.col-item {
display: flex;
align-items: center;
font-weight: bold;
font-family: var(--para-font);
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 32px;
padding-left: 10px;
padding-top: 8px;
padding-bottom: 8px;
}
.testing-container {
display: grid;
/* margin-bottom: 0; */
}
.testing-item {
display: grid;
grid-template-columns: 1fr 2.5fr 2fr 2fr 1fr;
grid-template-areas: "t-item1 t-item2 t-item3 t-item4 t-item5";
grid-template-rows: minmax(30vh, min-content);
box-sizing: border-box;
position: relative;
}
.table-border {
border-radius: 0px 0px 8px 8px;
}
.active-best {
border: 2px solid #009c74;
}
.non-active-best {
border: 1px solid #aaabac;
}
.t-item {
display: flex;
/* align-items: center; */
padding-top: 40px;
}
.t-item1 {
grid-area: t-item1;
display: flex;
padding-top: 40px;
/* justify-content: center; */
flex-direction: column;
position: relative;
/* background-color: aqua; */
}
.error {
position: absolute;
width: 300px;
margin-left: 32px;
display: flex;
bottom: 5px;
margin-top: 5px;
}
.error-img {
display: flex;
align-items: center;
}
.error-msg {
color: #a62708;
margin-left: 10px;
font-size: 14px;
line-height: 18px;
}
.t-item1 p {
font-size: 24px;
margin-left: 10px;
font-weight: bold;
}
.t-item2 {
grid-area: t-item2;
/* background: lightcoral; */
}
.t-item2 p {
font-size: 16px;
}
.t-item3 {
grid-area: t-item3;
/* background: cadetblue; */
}
.t-item3 p {
font-size: 18px;
}
.t-item4 p {
font-size: 18px;
}
.t-item4 {
grid-area: t-item4;
position: relative;
/* background: blueviolet; */
}
.mbl-show {
display: block;
}
.t-item5 {
grid-area: t-item5;
position: relative;
/* background: burlywood; */
display: flex;
/* align-items: flex-start; */
flex-direction: column;
}
.t-item5 p {
font-size: 28px;
/* margin-top: 20px; */
}
.i5-p {
/* background-color: yellow; */
position: relative;
top: -10px;
}
.t-item5 button {
margin-top: 70px;
width: 140px;
height: 40px;
background: #009c74;
padding: 4px, 12px, 4px, 12px;
color: white;
border-radius: 5px;
border: none;
font-size: 18px;
margin-right: 5px;
position: absolute;
bottom: 4px;
}
.bestOptionActive {
bottom: 0px;
left: -2px;
margin-bottom: 23px;
}
.recommended-tag {
top: 6px;
color: var(--vff-green);
}
.btn-more {
position: absolute;
bottom: 30px;
right: 8%;
/* background-color: white; */
color: var(--vff-green);
font-style: normal;
font-family: var(--para-font);
font-weight: bold;
font-size: 16px;
line-height: 32px;
/* text-align: center; */
}
.btn-more span {
text-align: center;
margin: 0px 0px 0px 3px;
}
.btn-more span.collapse-b img {
transform: rotate(-180deg);
}
.collapse-b img {
transform: rotate(-180deg);
}
.collapse-top {
border-top: 2px solid #aaabac;
}
.collapse-border {
background: #fbfbfb;
border-top: 1px solid #aaabac;
border-radius: 0px 0px 8px 8px;
}
.learn-more {
color: var(--vff-green);
font-weight: 600;
font-style: normal;
font-family: Manrope;
text-align: end;
display: flex;
justify-content: flex-end;
align-items: center;
}
.learn-more:hover {
color: var(--vff-green);
text-decoration: none;
}
.learn-more-p {
margin: 0px;
padding: 0px;
}
.br-hide {
display: block;
}
.t-item6 {
display: none;
padding: 0;
/* background-color: #FBFBFB; */
}
.mobile-hide {
/* background-color: aqua; */
width: 75%;
}
.pros-cons-header {
padding: 8px;
}
@media only screen and (max-width: 1300px) {
.t-item5 button {
width: 100px;
height: 30px;
font-size: 14px;
}
}
@media only screen and (max-width: 1120px) {
.col-item {
font-size: 14px;
}
.t-item2 p {
font-size: 14px;
}
}
.mobile-hide {
display: block;
}
@media only screen and (max-width: 900px) {
.mobile-hide {
display: none;
}
.desktop-hide {
display: block;
}
.mobile-border {
border-radius: 8px 8px 8px 8px;
}
.mobile-mb-2 {
margin-bottom: 24px;
}
.slider-w {
width: 70%;
}
.col-header {
display: none;
}
.active-best {
border: 1px solid #aaabac;
}
/* .testing-container {
width: 560px;
} */
.testing-item {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-template-areas: "t-item1" "t-item3" "t-item4" "t-item5" "t-item6";
/* margin-bottom: 10px; */
/* border-radius: 8px; */
}
.t-item6 {
grid-area: t-item6;
display: flex;
justify-content: center;
background: linear-gradient(0deg, #fbfbfb, #fbfbfb);
border-radius: 0px 0px 8px 8px;
}
.t-item2 {
display: none;
}
.t-item3 {
border-bottom: 1px solid #aaabac;
padding: 24px 0;
}
.t-item4 {
border-bottom: 1px solid #aaabac;
padding: 24px 0;
}
.t-item5 {
padding: 24px 0;
}
.mbl-show {
display: none;
}
.t-item3,
.t-item4,
.t-item5 {
display: flex;
align-items: center;
flex-flow: column;
border-bottom: 1px solid #aaabac;
}
.t-item1 p {
padding-top: 45px;
text-align: center;
}
.bestOptionActive {
top: 8px;
left: -1px;
}
.error {
margin-left: 0px;
top: 8px;
}
.error-img {
align-items: flex-start;
padding-left: 5px;
}
.t-item5 button {
margin-top: 0;
width: 140px;
height: 40px;
font-size: 18px;
margin-right: 5px;
position: relative;
top: 4px;
}
.i5-p {
position: relative;
top: 0;
}
.btn-more {
position: relative;
bottom: 0;
right: 0;
/* background-color: rgb(224, 19, 19); */
color: var(--vff-green);
margin: 0;
top: 5px;
}
.btn-more span {
text-align: center;
/* background-color: pink; */
position: relative;
top: 0;
}
.c {
display: flex;
align-items: center;
flex-flow: column;
}
.testing-container {
margin-bottom: 24px;
}
}
@media only screen and (max-width: 480px) {
.bank-opt {
margin-top: 24px !important;
}
.pros-cons-header {
padding: 18px;
}
.br-hide {
display: none;
}
.pros h5 {
text-align: center;
}
.cons h5 {
text-align: center;
}
.learn-more {
justify-content: center;
}
} | examples/firstquiz/css/testing.css | .col-header {
/* background-color: #009c74; */
background: #fbfbfb;
display: grid;
grid-template-columns: 1fr 2.5fr 2fr 2fr 1fr;
/* height: 20px; */
grid-template-areas: "1 2 3 4 5";
border: 1px solid #aaabac;
border-radius: 8px 8px 0px 0px;
}
.desktop-hide {
display: none;
}
.normal-font {
font-family: var(--para-font);
font-style: normal;
font-weight: 500;
font-size: 16px !important;
line-height: 32px;
}
.light-font {
font-style: normal;
font-size: 15px !important;
line-height: 24px;
}
.col-item {
display: flex;
align-items: center;
font-weight: bold;
font-family: var(--para-font);
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 32px;
padding-left: 10px;
padding-top: 8px;
padding-bottom: 8px;
}
.testing-container {
display: grid;
/* margin-bottom: 0; */
}
.testing-item {
display: grid;
grid-template-columns: 1fr 2.5fr 2fr 2fr 1fr;
grid-template-areas: "t-item1 t-item2 t-item3 t-item4 t-item5";
grid-template-rows: minmax(30vh, min-content);
box-sizing: border-box;
position: relative;
}
.table-border {
border-radius: 0px 0px 8px 8px;
}
.active-best {
border: 2px solid #009c74;
}
.non-active-best {
border: 1px solid #aaabac;
}
.t-item {
display: flex;
/* align-items: center; */
padding-top: 40px;
}
.t-item1 {
grid-area: t-item1;
display: flex;
padding-top: 40px;
/* justify-content: center; */
flex-direction: column;
position: relative;
/* background-color: aqua; */
}
.error {
position: absolute;
width: 300px;
margin-left: 32px;
display: flex;
bottom: 5px;
margin-top: 5px;
}
.error-img {
display: flex;
align-items: center;
}
.error-msg {
color: #a62708;
margin-left: 10px;
font-size: 14px;
line-height: 18px;
}
.t-item1 p {
font-size: 24px;
margin-left: 10px;
font-weight: bold;
}
.t-item2 {
grid-area: t-item2;
/* background: lightcoral; */
}
.t-item2 p {
font-size: 16px;
}
.t-item3 {
grid-area: t-item3;
/* background: cadetblue; */
}
.t-item3 p {
font-size: 18px;
}
.t-item4 p {
font-size: 18px;
}
.t-item4 {
grid-area: t-item4;
position: relative;
/* background: blueviolet; */
}
.mbl-show {
display: block;
}
.t-item5 {
grid-area: t-item5;
position: relative;
/* background: burlywood; */
display: flex;
/* align-items: flex-start; */
flex-direction: column;
}
.t-item5 p {
font-size: 28px;
/* margin-top: 20px; */
}
.i5-p {
/* background-color: yellow; */
position: relative;
top: -10px;
}
.t-item5 button {
margin-top: 70px;
width: 140px;
height: 40px;
background: #009c74;
padding: 4px, 12px, 4px, 12px;
color: white;
border-radius: 5px;
border: none;
font-size: 18px;
margin-right: 5px;
position: absolute;
bottom: 4px;
}
.bestOptionActive {
bottom: 0px;
left: -2px;
margin-bottom: 23px;
}
.recommended-tag {
top: 6px;
color: var(--vff-green);
}
.btn-more {
position: absolute;
bottom: 30px;
right: 8%;
/* background-color: white; */
color: var(--vff-green);
font-style: normal;
font-family: var(--para-font);
font-weight: bold;
font-size: 16px;
line-height: 32px;
/* text-align: center; */
}
.btn-more span {
text-align: center;
margin: 0px 0px 0px 3px;
}
.btn-more span.collapse-b img {
transform: rotate(-180deg);
}
.collapse-b img {
transform: rotate(-180deg);
}
.collapse-top {
border-top: 2px solid #aaabac;
}
.collapse-border {
background: #fbfbfb;
border-top: 1px solid #aaabac;
border-radius: 0px 0px 8px 8px;
}
.learn-more {
color: var(--vff-green);
font-weight: 600;
font-style: normal;
font-family: Manrope;
text-align: end;
display: flex;
justify-content: flex-end;
align-items: center;
}
.learn-more:hover {
color: var(--vff-green);
text-decoration: none;
}
.learn-more-p {
margin: 0px;
padding: 0px;
}
.br-hide {
display: block;
}
.t-item6 {
display: none;
padding: 0;
/* background-color: #FBFBFB; */
}
.mobile-hide {
/* background-color: aqua; */
width: 75%;
}
.pros-cons-header {
padding: 8px;
}
@media only screen and (max-width: 1300px) {
.t-item5 button {
width: 100px;
height: 30px;
font-size: 14px;
}
}
@media only screen and (max-width: 1120px) {
.col-item {
font-size: 14px;
}
.t-item2 p {
font-size: 14px;
}
}
.mobile-hide {
display: block;
}
@media only screen and (max-width: 900px) {
.mobile-hide {
display: none;
}
.desktop-hide {
display: block;
}
.mobile-border {
border-radius: 8px 8px 8px 8px;
}
.mobile-mb-2 {
margin-bottom: 24px;
}
.slider-w {
width: 70%;
}
.col-header {
display: none;
}
.active-best {
border: 1px solid #aaabac;
}
/* .testing-container {
width: 560px;
} */
.testing-item {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-template-areas: "t-item1" "t-item3" "t-item4" "t-item5" "t-item6";
/* margin-bottom: 10px; */
/* border-radius: 8px; */
}
.t-item6 {
grid-area: t-item6;
display: flex;
justify-content: center;
background: linear-gradient(0deg, #fbfbfb, #fbfbfb);
border-radius: 0px 0px 8px 8px;
}
.t-item2 {
display: none;
}
.t-item3 {
border-bottom: 1px solid #aaabac;
padding: 24px 0;
}
.t-item4 {
border-bottom: 1px solid #aaabac;
padding: 24px 0;
}
.t-item5 {
padding: 24px 0;
}
.mbl-show {
display: none;
}
.t-item3,
.t-item4,
.t-item5 {
display: flex;
align-items: center;
flex-flow: column;
border-bottom: 1px solid #aaabac;
}
.t-item1 p {
padding-top: 45px;
text-align: center;
}
.bestOptionActive {
top: 8px;
left: -1px;
}
.error {
margin-left: 0px;
top: 8px;
}
.error-img {
align-items: flex-start;
padding-left: 5px;
}
.t-item5 button {
margin-top: 0;
width: 140px;
height: 40px;
font-size: 18px;
margin-right: 5px;
position: relative;
top: 4px;
}
.i5-p {
position: relative;
top: 0;
}
.btn-more {
position: relative;
bottom: 0;
right: 0;
/* background-color: rgb(224, 19, 19); */
color: var(--vff-green);
margin: 0;
top: 5px;
}
.btn-more span {
text-align: center;
/* background-color: pink; */
position: relative;
top: 0;
}
.c {
display: flex;
align-items: center;
flex-flow: column;
}
.testing-container {
margin-bottom: 24px;
}
}
@media only screen and (max-width: 480px) {
.bank-opt {
margin-top: 24px !important;
}
.pros-cons-header {
padding: 18px;
}
.br-hide {
display: none;
}
.pros h5 {
text-align: center;
}
.cons h5 {
text-align: center;
}
.learn-more {
justify-content: center;
}
} | 0.281011 | 0.155687 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.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: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.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, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.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: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.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, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.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: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.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, U+E0FF, U+EFFD, U+F000;
} | docs/doc_cn/libs/open-sans/styles.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.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: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.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, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.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: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.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, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.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: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.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, U+E0FF, U+EFFD, U+F000;
} | 0.196865 | 0.063599 |
.sidenav {
border-radius:20px;
height: 290px;
width: 0;
position: fixed;
z-index: 1;
top: 20%;
right: 0;
background-color: rgba(0,0,0, 0.7);
overflow-x: hidden;
transition: 1.0s;
padding-top: 10px;
}
.sidenav p, .sidenav a {
position: relative;
z-index: 1;
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #fff;
display: block;
}
#overlayButton {
position: fixed;
z-index:1;
top:25%;
right: 0px;
cursor:pointer;
min-height:30px;
text-align: center;
border: 1px solid #333;
border-radius: 8px 0px 0px 8px;
-moz-linear-gradient(center top , #008ead, #00ade2)
font-variant:small-caps;
color: #fff;
text-shadow: 0 0 0;
outline: 0;
text-shadow: 0 1px 4px #111;
/*box-shadow*/
box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
/*linear-gradient*/
background: linear-gradient(#333,#666);
width: 30px;
transition: right 1.0s
}
.datapoint {
opacity: 0;
transition: opacity 0.5s ease;
border-style:solid;
}
.datapoint:hover {
opacity: 1;
border-style: solid;
}
#humanGenesGraph, #mouseGenesGraph {
border: solid;
}
#network.editor{
background: #d0d0d0;
box-shadow: 0 0 1px 1px #d0d0d0;
border: none;
}
.legend {
border: medium double;
width: 540px;
height: 90px;
padding: 10px 10px 10px 10px;
margin: 0 auto;
}
.legend .legend-title {
text-align: left;
margin-bottom: 8px;
font-weight: bold;
font-size: 90%;
}
.legend .legend-scale ul {
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.legend .legend-scale ul li {
display: block;
float: left;
width: 50px;
margin-bottom: 6px;
text-align: center;
font-size: 50%;
list-style: none;
}
.legend ul.legend-labels li span {
display: block;
float: left;
height: 15px;
width: 50px;
}
.legend .legend-source {
font-size: 70%;
color: #999;
clear: both;
}
.legend a {
color: #777;
}
.demo-label {
font-size: 1.6em;
letter-spacing: -1px;
text-transform: capitalize;
color: #007897;
font-weight: normal;
} | tgdb-client-samples/samples/webapp/css/demo.css | .sidenav {
border-radius:20px;
height: 290px;
width: 0;
position: fixed;
z-index: 1;
top: 20%;
right: 0;
background-color: rgba(0,0,0, 0.7);
overflow-x: hidden;
transition: 1.0s;
padding-top: 10px;
}
.sidenav p, .sidenav a {
position: relative;
z-index: 1;
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #fff;
display: block;
}
#overlayButton {
position: fixed;
z-index:1;
top:25%;
right: 0px;
cursor:pointer;
min-height:30px;
text-align: center;
border: 1px solid #333;
border-radius: 8px 0px 0px 8px;
-moz-linear-gradient(center top , #008ead, #00ade2)
font-variant:small-caps;
color: #fff;
text-shadow: 0 0 0;
outline: 0;
text-shadow: 0 1px 4px #111;
/*box-shadow*/
box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
/*linear-gradient*/
background: linear-gradient(#333,#666);
width: 30px;
transition: right 1.0s
}
.datapoint {
opacity: 0;
transition: opacity 0.5s ease;
border-style:solid;
}
.datapoint:hover {
opacity: 1;
border-style: solid;
}
#humanGenesGraph, #mouseGenesGraph {
border: solid;
}
#network.editor{
background: #d0d0d0;
box-shadow: 0 0 1px 1px #d0d0d0;
border: none;
}
.legend {
border: medium double;
width: 540px;
height: 90px;
padding: 10px 10px 10px 10px;
margin: 0 auto;
}
.legend .legend-title {
text-align: left;
margin-bottom: 8px;
font-weight: bold;
font-size: 90%;
}
.legend .legend-scale ul {
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.legend .legend-scale ul li {
display: block;
float: left;
width: 50px;
margin-bottom: 6px;
text-align: center;
font-size: 50%;
list-style: none;
}
.legend ul.legend-labels li span {
display: block;
float: left;
height: 15px;
width: 50px;
}
.legend .legend-source {
font-size: 70%;
color: #999;
clear: both;
}
.legend a {
color: #777;
}
.demo-label {
font-size: 1.6em;
letter-spacing: -1px;
text-transform: capitalize;
color: #007897;
font-weight: normal;
} | 0.470737 | 0.152979 |
.nth-tabs {
/*border: 1px solid #E7E7E7 !important;*/
}
.nth-tabs .page-tabs {
width: 100%;
height: 42px;
background: #fafafa;
line-height: 40px;
position: relative;
}
.nth-tabs .content-tabs {
width: 100%;
position: relative;
height: 42px;
background: #fafafa;
line-height: 40px;
overflow: hidden;
}
.nth-tabs .content-tabs-container {
width: 100000px;
margin-left: 40px;
overflow: hidden;
height: 42px;
transition: margin-left 1s;
-moz-transition: margin-left 1s;
/* Firefox 4 */
-webkit-transition: margin-left 1s;
/* Safari and Chrome */
-o-transition: margin-left 1s;
/* Opera */
}
/*选项卡操作相关*/
.nth-tabs .roll-nav {
position: absolute;
width: 40px;
height: 42px;
text-align: center;
color: #999;
background-color: #FFFFFF;
z-index: 2;
top: 0;
}
.nth-tabs a.roll-nav:hover {
color: #797979 !important;
}
.nth-tabs a.roll-nav:active, .nth-tabs a.roll-nav:visited {
color: #95A0AA;
}
.nth-tabs .roll-nav-left {
left: 0;
border-right: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nth-tabs .roll-nav-right {
/*right: 40px;*/
right: 0;
border-left: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nth-tabs .tab-close {
margin-right: -5px;
margin-left: 3px;
width: 18px;
height: 18px;
text-align: center;
line-height: 18px;
color: #95A0AA;
}
.nth-tabs .tab-close:hover {
background-color: #838E98;
border-radius: 18px;
color: #fff;
cursor: pointer;
}
/*tab list*/
.nth-tabs .right-nav-list {
right: 0;
border-left: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nth-tabs .right-nav-list a {
color: #999;
}
.nth-tabs .right-nav-list a:hover {
color: #797979;
text-decoration: none;;
}
.tab-list-scrollbar {
max-height: 250px;
max-width: 180px;
}
.dropdown-menu ul {
list-style: none;
margin: 0px;
text-align: left;
padding: 0px;
}
.dropdown-menu ul li {
line-height: 30px;
padding: 0px 20px;
white-space: nowrap;
}
.dropdown-menu ul li:hover {
background-color: #ececec;
cursor: pointer;
}
.scrollbar-outer {
overflow: hidden;
}
/*重写tab*/
.nav-tabs {
background-color: #FFFFFF;
border-bottom: 1px solid #E7E7E7 !important;
height: 42px;
}
.nav-tabs a {
color: #76838f;
border-radius: 0;
}
.nav-tabs > li > a {
border-radius: 0;
padding: 9px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transition-property: background-color, border-bottom;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-property: background-color, border-bottom;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: ease;
-o-transition-property: background-color, border-bottom;
-o-transition-duration: 0.2s;
-o-transition-timing-function: ease;
}
.nav-tabs > li:first-child.active > a {
border-left: 1px solid #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
background-color: #EDEDED;
border-top: 1px solid #EDEDED;
} | gaming-server/gaming-server-web-admin/src/main/resources/static/assets/plugins/nth-tabs/css/nth.tabs.css | .nth-tabs {
/*border: 1px solid #E7E7E7 !important;*/
}
.nth-tabs .page-tabs {
width: 100%;
height: 42px;
background: #fafafa;
line-height: 40px;
position: relative;
}
.nth-tabs .content-tabs {
width: 100%;
position: relative;
height: 42px;
background: #fafafa;
line-height: 40px;
overflow: hidden;
}
.nth-tabs .content-tabs-container {
width: 100000px;
margin-left: 40px;
overflow: hidden;
height: 42px;
transition: margin-left 1s;
-moz-transition: margin-left 1s;
/* Firefox 4 */
-webkit-transition: margin-left 1s;
/* Safari and Chrome */
-o-transition: margin-left 1s;
/* Opera */
}
/*选项卡操作相关*/
.nth-tabs .roll-nav {
position: absolute;
width: 40px;
height: 42px;
text-align: center;
color: #999;
background-color: #FFFFFF;
z-index: 2;
top: 0;
}
.nth-tabs a.roll-nav:hover {
color: #797979 !important;
}
.nth-tabs a.roll-nav:active, .nth-tabs a.roll-nav:visited {
color: #95A0AA;
}
.nth-tabs .roll-nav-left {
left: 0;
border-right: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nth-tabs .roll-nav-right {
/*right: 40px;*/
right: 0;
border-left: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nth-tabs .tab-close {
margin-right: -5px;
margin-left: 3px;
width: 18px;
height: 18px;
text-align: center;
line-height: 18px;
color: #95A0AA;
}
.nth-tabs .tab-close:hover {
background-color: #838E98;
border-radius: 18px;
color: #fff;
cursor: pointer;
}
/*tab list*/
.nth-tabs .right-nav-list {
right: 0;
border-left: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.nth-tabs .right-nav-list a {
color: #999;
}
.nth-tabs .right-nav-list a:hover {
color: #797979;
text-decoration: none;;
}
.tab-list-scrollbar {
max-height: 250px;
max-width: 180px;
}
.dropdown-menu ul {
list-style: none;
margin: 0px;
text-align: left;
padding: 0px;
}
.dropdown-menu ul li {
line-height: 30px;
padding: 0px 20px;
white-space: nowrap;
}
.dropdown-menu ul li:hover {
background-color: #ececec;
cursor: pointer;
}
.scrollbar-outer {
overflow: hidden;
}
/*重写tab*/
.nav-tabs {
background-color: #FFFFFF;
border-bottom: 1px solid #E7E7E7 !important;
height: 42px;
}
.nav-tabs a {
color: #76838f;
border-radius: 0;
}
.nav-tabs > li > a {
border-radius: 0;
padding: 9px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transition-property: background-color, border-bottom;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-property: background-color, border-bottom;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: ease;
-o-transition-property: background-color, border-bottom;
-o-transition-duration: 0.2s;
-o-transition-timing-function: ease;
}
.nav-tabs > li:first-child.active > a {
border-left: 1px solid #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
background-color: #EDEDED;
border-top: 1px solid #EDEDED;
} | 0.32146 | 0.043305 |
*{
margin: 0px;
padding: 0px;
}
body{
font-family: arial;
}
hr{
height: 7.5px;
color: grey;
background-color: grey;
margin: 1px 0px 2px 0px;
border: 0;
}
/* #mainStatus{
z-index: 1;
position: fixed;
top: 0vh;
} */
.psa{
width: 100vw;
text-align: center;
display: table;
padding-top: 2vh;
padding-bottom: 2vh;
font-size: 24pt;
background-color: #d83d42;
}
.status{
overflow: hidden;
position: fixed;
top: 0;
left: 0;
transition: height 0.1s;
}
.messages-scroll{
padding-top: 240px;
scroll-behavior: auto;
overflow-y: scroll;
}
.status-width{
width: 100vw;
text-align: center;
display: table;
font-size: 48pt;
-moz-box-shadow: 0 1px 5px 0px gray;
-webkit-box-shadow: 0 1px 5px 0px gray;
box-shadow: 0 1px 5px 0px gray;
}
.status-height{
height: 240px; /* !important; */
}
@media only screen and (max-height: 400px){
.status-height{
height: 45vh;
}
.messages-scroll{
padding-top: 45vh;
}
}
@media only screen and (max-width: 320px) and (max-height: 320px) {
.status-height { height: 100vh; }
}
@media only screen and (min-width: 2048px) and (min-height: 1080px) {
.status-height { height: 30vh; }
.status-width { font-size: 12em; }
}
@media only screen and (min-width: 2100px) and (min-height: 1100px) {
.status-height { height: 40vh; }
.status-width { font-size: 16em; }
}
@media only screen and (min-width: 3000px) and (min-height: 2000px) {
.status-height { height: 40vh; }
.status-width { font-size: 16em; }
}
@media only screen and (max-width: 450px){
.unavailable-font{
font-size: 28pt !important;
}
}
.size-zero, .hidden{
height: 0;
width: 0;
margin: 0 !important;
padding: 0 !important;
}
.size-max{
height: 100vh;
width: 100vw;
}
.bold{
font-weight: bold;
}
.padding-none{
padding: 3vh 7.5vw 0vh;
}
.center{
width: auto;
text-align: center !important;
}
.center-status{
vertical-align: middle;
display: table-cell;
}
.empty{
color: #646464 !important;
}
.font-36{
font-size: 36pt;
font-weight: 600;
}
.font-12{
font-size: 9pt;
font-weight: 500;
}
svg{
height: 27px;
margin-top: 0px;
margin-bottom: -5px;
}
@media (max-width: 300px) {
.right{ float: none; }
}
.right{
float: right;
}
.margin{
margin: 5px;
}
.margin-bottom{
margin-bottom: 2.5vh;
}
.good, .none{
background-color: #339966;
}
.minor{
background-color: #DBAB09;
}
.major{
background-color: #E25D10;
}
.critical{
background-color: #DC3545;
}
.maintenance{
background-color: #0366d6;
}
@media only screen and (min-width: 351px) and (max-width: 450px){
.maintenance{
font-size: 36pt;
font-weight: 500;
}
}
@media only screen and (min-width: 251px) and (max-width: 350px){
.maintenance{
font-size: 30pt;
font-weight: 500;
}
}
@media only screen and (min-width: 151px) and (max-width: 250px){
.maintenance{
font-size: 20pt;
font-weight: 500;
}
}
.unavailable{
background-color: #4F93BD;
}
.error{
background-color: #646464;
}
.status-color{
color: white;
}
.black{
color: black !important;
} | styling/github.css | *{
margin: 0px;
padding: 0px;
}
body{
font-family: arial;
}
hr{
height: 7.5px;
color: grey;
background-color: grey;
margin: 1px 0px 2px 0px;
border: 0;
}
/* #mainStatus{
z-index: 1;
position: fixed;
top: 0vh;
} */
.psa{
width: 100vw;
text-align: center;
display: table;
padding-top: 2vh;
padding-bottom: 2vh;
font-size: 24pt;
background-color: #d83d42;
}
.status{
overflow: hidden;
position: fixed;
top: 0;
left: 0;
transition: height 0.1s;
}
.messages-scroll{
padding-top: 240px;
scroll-behavior: auto;
overflow-y: scroll;
}
.status-width{
width: 100vw;
text-align: center;
display: table;
font-size: 48pt;
-moz-box-shadow: 0 1px 5px 0px gray;
-webkit-box-shadow: 0 1px 5px 0px gray;
box-shadow: 0 1px 5px 0px gray;
}
.status-height{
height: 240px; /* !important; */
}
@media only screen and (max-height: 400px){
.status-height{
height: 45vh;
}
.messages-scroll{
padding-top: 45vh;
}
}
@media only screen and (max-width: 320px) and (max-height: 320px) {
.status-height { height: 100vh; }
}
@media only screen and (min-width: 2048px) and (min-height: 1080px) {
.status-height { height: 30vh; }
.status-width { font-size: 12em; }
}
@media only screen and (min-width: 2100px) and (min-height: 1100px) {
.status-height { height: 40vh; }
.status-width { font-size: 16em; }
}
@media only screen and (min-width: 3000px) and (min-height: 2000px) {
.status-height { height: 40vh; }
.status-width { font-size: 16em; }
}
@media only screen and (max-width: 450px){
.unavailable-font{
font-size: 28pt !important;
}
}
.size-zero, .hidden{
height: 0;
width: 0;
margin: 0 !important;
padding: 0 !important;
}
.size-max{
height: 100vh;
width: 100vw;
}
.bold{
font-weight: bold;
}
.padding-none{
padding: 3vh 7.5vw 0vh;
}
.center{
width: auto;
text-align: center !important;
}
.center-status{
vertical-align: middle;
display: table-cell;
}
.empty{
color: #646464 !important;
}
.font-36{
font-size: 36pt;
font-weight: 600;
}
.font-12{
font-size: 9pt;
font-weight: 500;
}
svg{
height: 27px;
margin-top: 0px;
margin-bottom: -5px;
}
@media (max-width: 300px) {
.right{ float: none; }
}
.right{
float: right;
}
.margin{
margin: 5px;
}
.margin-bottom{
margin-bottom: 2.5vh;
}
.good, .none{
background-color: #339966;
}
.minor{
background-color: #DBAB09;
}
.major{
background-color: #E25D10;
}
.critical{
background-color: #DC3545;
}
.maintenance{
background-color: #0366d6;
}
@media only screen and (min-width: 351px) and (max-width: 450px){
.maintenance{
font-size: 36pt;
font-weight: 500;
}
}
@media only screen and (min-width: 251px) and (max-width: 350px){
.maintenance{
font-size: 30pt;
font-weight: 500;
}
}
@media only screen and (min-width: 151px) and (max-width: 250px){
.maintenance{
font-size: 20pt;
font-weight: 500;
}
}
.unavailable{
background-color: #4F93BD;
}
.error{
background-color: #646464;
}
.status-color{
color: white;
}
.black{
color: black !important;
} | 0.361616 | 0.097048 |
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
tr.rowlink td {
cursor: pointer;
}
tr.rowlink td.nolink {
cursor: auto;
}
.table tbody tr.rowlink:hover td {
background-color: #cfcfcf;
}
a.rowlink {
color: inherit;
font: inherit;
text-decoration: inherit;
}
.btn-file {
position: relative;
overflow: hidden;
vertical-align: middle;
}
.btn-file > input {
position: absolute;
top: 0;
right: 0;
margin: 0;
font-size: 23px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
direction: ltr;
}
.fileupload {
margin-bottom: 9px;
}
.fileupload .uneditable-input {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
cursor: text;
}
.fileupload .thumbnail {
display: inline-block;
margin-bottom: 5px;
overflow: hidden;
text-align: center;
vertical-align: middle;
}
.fileupload .thumbnail > img {
max-height: 100%;
}
.fileupload .btn {
vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
display: none;
}
.fileupload-inline .fileupload-controls {
display: inline;
}
.thumbnail-borderless .thumbnail {
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.fileupload-new .input-group .btn-file {
border-radius: 0 4px 4px 0;
}
.fileupload-new .input-group .btn-file.btn-xs,
.fileupload-new .input-group .btn-file.btn-sm {
border-radius: 0 3px 3px 0;
}
.fileupload-new .input-group .btn-file.btn-lg {
border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileupload .uneditable-input {
color: #c09853;
border-color: #fbeed5;
}
.form-group.has-warning .fileupload .fileupload-preview {
color: #c09853;
}
.form-group.has-warning .fileupload .thumbnail {
border-color: #fbeed5;
}
.form-group.has-error .fileupload .uneditable-input {
color: #b94a48;
border-color: #eed3d7;
}
.form-group.has-error .fileupload .fileupload-preview {
color: #b94a48;
}
.form-group.has-error .fileupload .thumbnail {
border-color: #eed3d7;
}
.form-group.has-success .fileupload .uneditable-input {
color: #468847;
border-color: #d6e9c6;
}
.form-group.has-success .fileupload .fileupload-preview {
color: #468847;
}
.form-group.has-success .fileupload .thumbnail {
border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
border-left: 0;
} | bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/javascript/jasny/css/bootstrap.css | .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
tr.rowlink td {
cursor: pointer;
}
tr.rowlink td.nolink {
cursor: auto;
}
.table tbody tr.rowlink:hover td {
background-color: #cfcfcf;
}
a.rowlink {
color: inherit;
font: inherit;
text-decoration: inherit;
}
.btn-file {
position: relative;
overflow: hidden;
vertical-align: middle;
}
.btn-file > input {
position: absolute;
top: 0;
right: 0;
margin: 0;
font-size: 23px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
direction: ltr;
}
.fileupload {
margin-bottom: 9px;
}
.fileupload .uneditable-input {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
cursor: text;
}
.fileupload .thumbnail {
display: inline-block;
margin-bottom: 5px;
overflow: hidden;
text-align: center;
vertical-align: middle;
}
.fileupload .thumbnail > img {
max-height: 100%;
}
.fileupload .btn {
vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
display: none;
}
.fileupload-inline .fileupload-controls {
display: inline;
}
.thumbnail-borderless .thumbnail {
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.fileupload-new .input-group .btn-file {
border-radius: 0 4px 4px 0;
}
.fileupload-new .input-group .btn-file.btn-xs,
.fileupload-new .input-group .btn-file.btn-sm {
border-radius: 0 3px 3px 0;
}
.fileupload-new .input-group .btn-file.btn-lg {
border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileupload .uneditable-input {
color: #c09853;
border-color: #fbeed5;
}
.form-group.has-warning .fileupload .fileupload-preview {
color: #c09853;
}
.form-group.has-warning .fileupload .thumbnail {
border-color: #fbeed5;
}
.form-group.has-error .fileupload .uneditable-input {
color: #b94a48;
border-color: #eed3d7;
}
.form-group.has-error .fileupload .fileupload-preview {
color: #b94a48;
}
.form-group.has-error .fileupload .thumbnail {
border-color: #eed3d7;
}
.form-group.has-success .fileupload .uneditable-input {
color: #468847;
border-color: #d6e9c6;
}
.form-group.has-success .fileupload .fileupload-preview {
color: #468847;
}
.form-group.has-success .fileupload .thumbnail {
border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
border-left: 0;
} | 0.341692 | 0.089534 |
*{
margin: 0;
padding: 0;
font-family: 'Flamenco',cursive;
font-weight: bolder;
}
body{
height:100vh;
background-size:cover;
font-size: 20px;
}
#logo img {
padding: 0;
margin: 0;
max-height: 50px;
}
#logo{
width: 50px;
height: 50px;
float: left;
}
.menudropdown1{
width:98%;
height:100px;
margin-top:5px auto;
display: inline-block;
}
.menudropdown1 ul{
padding:5px;
display: block;
float: right;
margin-bottom: 5px;
}
.menudropdown1 ul li{
float:left;
background-color:black;
color:white;
width:120px;
height:30px;
line-height:30px;
font-size:15px;
text-align:center;
list-style:none;
opacity:0.6;
display: inline-block;
border: 2px solid #fff;
margin-bottom: 5px;
}
.main{
background-color:black;
color: #fff;
list-style:none;
}
ul li.active a{
background-color: #bf55ec;
color: #fff;
}
.menudropdown1 ul li ul{
display:none;
}
.menudropdown1 ul li:hover > ul{
display:block;
}
.menudropdown1 ul li a{
text-decoration: none;
color: #fff;
padding: 7px 39px;
}
.menudropdown1 ul li:hover{
background-color:#bf55ec;
opacity:0.9;
}
.carousel12:before{
background-color: rgba(0,0,0,0.7);
}
.menudropdown1 ul li ul li{
position:relative;
}
.menudropdown1 ul li ul li ul{
position:absolute;
left:200px;
top:0px;
}
.button1{
border-color: #fff;
color: #bf55ec;
border: 1px solid #bf55ec;
padding: 8px 20px;
border-radius: 70px;
border-spacing: 15px;
background-color: #fff;
}
.button1:hover{
background-color: #bf55ec;
border-color: #bf55ec;
color: #fff;
}
.carousel-caption h3{
color: #bf55ec;
}
.title{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
word-spacing: 5px;
font-weight: lighter;
}
.title h1{
color: #fff;
font-size: 50px;
}
.button{
position: absolute;
top: 62%;
left: 50%;
transform: translate(-50%,-50%);
}
.btn2{
border: 1px solid #bf55ec;
padding: 10px 30px;
color: #bf55ec;
text-decoration: none;
transition: 0.6s ease;
border-radius: 200px;
border-spacing: 15px;
background-color: #fff;
}
.btn1{
background-color: #bf55ec;
transition: 0.6s ease;
border-radius: 200px;
border-spacing: 15px;
border: 1px solid #fff;
padding: 10px 30px;
color: #fff;
text-decoration: none;
}
.btn2:hover{
background-color: #bf55ec;
color: #fff;
}
.btn1:hover{
background-color: #fff;
color: #bf55ec;
}
.colorchange{
animation: colorchangejigar 1s infinite;
}
@keyframes colorchangejigar{
0%{color: #bf55ec;}
25%{color: white;}
50%{color: black;}
100%{color: #bf55ec;}
}
#footer {
background: #101522;
padding: 0 0 25px 0;
color: #eee;
font-size: 14px;
}
#footer .footer-top {
background: #040919;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 26px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-family: "Raleway", sans-serif;
font-weight: 700;
color: #fff;
}
#footer .footer-top .footer-info img {
height: 80px;
margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
color: #fff;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
background: #e0072f;
}
#footer .footer-top .social-links a:hover {
background: #bf55ec;
color: #fff;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
border-bottom: 2px solid #bf55ec;
}
#footer .footer-top .footer-links ul a:hover {
color: #bf55ec;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #eee;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
text-align: center;
font-size: 13px;
color: #ddd;
}
.footer-info img{
width: 150px;
margin: 0;
padding: 0;
height: auto;
}
#buy-tickets {
padding: 60px 0;
}
#buy-tickets .card {
border: none;
border-radius: 5px;
transition: all 0.3s ease-in-out;
box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
#buy-tickets .card:hover {
box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
#buy-tickets .card hr {
margin: 25px 0;
}
.text-center .btn{
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
.text-center .btn:hover{
background-color: #fff;
color: #bf55ec;
}
#buy-tickets .card .card-title {
margin: 10px 0;
font-size: 14px;
letter-spacing: 1px;
font-weight: bold;
}
#buy-tickets .card .card-price {
font-size: 48px;
margin: 0;
}
#buy-tickets .card ul li {
margin-bottom: 20px;
}
#buy-tickets .card .text-muted {
opacity: 0.7;
}
#buy-tickets .card .button3 {
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
#buy-tickets .card .button3:hover {
background-color: #fff;
color: #bf55ec;
}
#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
border-radius: 0;
}
#buy-tickets #buy-ticket-modal .button3 {
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
#buy-tickets #buy-ticket-modal .button3:hover {
background-color: #fff;
color: #bf55ec;
}
.text-cen .button4{
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
.text-cen .button4:hover{
background-color: #fff;
color: #bf55ec;
} | style_1.css | *{
margin: 0;
padding: 0;
font-family: 'Flamenco',cursive;
font-weight: bolder;
}
body{
height:100vh;
background-size:cover;
font-size: 20px;
}
#logo img {
padding: 0;
margin: 0;
max-height: 50px;
}
#logo{
width: 50px;
height: 50px;
float: left;
}
.menudropdown1{
width:98%;
height:100px;
margin-top:5px auto;
display: inline-block;
}
.menudropdown1 ul{
padding:5px;
display: block;
float: right;
margin-bottom: 5px;
}
.menudropdown1 ul li{
float:left;
background-color:black;
color:white;
width:120px;
height:30px;
line-height:30px;
font-size:15px;
text-align:center;
list-style:none;
opacity:0.6;
display: inline-block;
border: 2px solid #fff;
margin-bottom: 5px;
}
.main{
background-color:black;
color: #fff;
list-style:none;
}
ul li.active a{
background-color: #bf55ec;
color: #fff;
}
.menudropdown1 ul li ul{
display:none;
}
.menudropdown1 ul li:hover > ul{
display:block;
}
.menudropdown1 ul li a{
text-decoration: none;
color: #fff;
padding: 7px 39px;
}
.menudropdown1 ul li:hover{
background-color:#bf55ec;
opacity:0.9;
}
.carousel12:before{
background-color: rgba(0,0,0,0.7);
}
.menudropdown1 ul li ul li{
position:relative;
}
.menudropdown1 ul li ul li ul{
position:absolute;
left:200px;
top:0px;
}
.button1{
border-color: #fff;
color: #bf55ec;
border: 1px solid #bf55ec;
padding: 8px 20px;
border-radius: 70px;
border-spacing: 15px;
background-color: #fff;
}
.button1:hover{
background-color: #bf55ec;
border-color: #bf55ec;
color: #fff;
}
.carousel-caption h3{
color: #bf55ec;
}
.title{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
word-spacing: 5px;
font-weight: lighter;
}
.title h1{
color: #fff;
font-size: 50px;
}
.button{
position: absolute;
top: 62%;
left: 50%;
transform: translate(-50%,-50%);
}
.btn2{
border: 1px solid #bf55ec;
padding: 10px 30px;
color: #bf55ec;
text-decoration: none;
transition: 0.6s ease;
border-radius: 200px;
border-spacing: 15px;
background-color: #fff;
}
.btn1{
background-color: #bf55ec;
transition: 0.6s ease;
border-radius: 200px;
border-spacing: 15px;
border: 1px solid #fff;
padding: 10px 30px;
color: #fff;
text-decoration: none;
}
.btn2:hover{
background-color: #bf55ec;
color: #fff;
}
.btn1:hover{
background-color: #fff;
color: #bf55ec;
}
.colorchange{
animation: colorchangejigar 1s infinite;
}
@keyframes colorchangejigar{
0%{color: #bf55ec;}
25%{color: white;}
50%{color: black;}
100%{color: #bf55ec;}
}
#footer {
background: #101522;
padding: 0 0 25px 0;
color: #eee;
font-size: 14px;
}
#footer .footer-top {
background: #040919;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 26px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-family: "Raleway", sans-serif;
font-weight: 700;
color: #fff;
}
#footer .footer-top .footer-info img {
height: 80px;
margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
color: #fff;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
background: #e0072f;
}
#footer .footer-top .social-links a:hover {
background: #bf55ec;
color: #fff;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
border-bottom: 2px solid #bf55ec;
}
#footer .footer-top .footer-links ul a:hover {
color: #bf55ec;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #eee;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
text-align: center;
font-size: 13px;
color: #ddd;
}
.footer-info img{
width: 150px;
margin: 0;
padding: 0;
height: auto;
}
#buy-tickets {
padding: 60px 0;
}
#buy-tickets .card {
border: none;
border-radius: 5px;
transition: all 0.3s ease-in-out;
box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
#buy-tickets .card:hover {
box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
#buy-tickets .card hr {
margin: 25px 0;
}
.text-center .btn{
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
.text-center .btn:hover{
background-color: #fff;
color: #bf55ec;
}
#buy-tickets .card .card-title {
margin: 10px 0;
font-size: 14px;
letter-spacing: 1px;
font-weight: bold;
}
#buy-tickets .card .card-price {
font-size: 48px;
margin: 0;
}
#buy-tickets .card ul li {
margin-bottom: 20px;
}
#buy-tickets .card .text-muted {
opacity: 0.7;
}
#buy-tickets .card .button3 {
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
#buy-tickets .card .button3:hover {
background-color: #fff;
color: #bf55ec;
}
#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
border-radius: 0;
}
#buy-tickets #buy-ticket-modal .button3 {
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
#buy-tickets #buy-ticket-modal .button3:hover {
background-color: #fff;
color: #bf55ec;
}
.text-cen .button4{
font-size: 15px;
border-radius: 50px;
padding: 10px 40px;
transition: all 0.2s;
background-color: #bf55ec;
border: 0;
color: #fff;
}
.text-cen .button4:hover{
background-color: #fff;
color: #bf55ec;
} | 0.305283 | 0.041307 |
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
img {
width: 45%;
}
.wrap
{
padding: 15px;
}
.wikidata_logo_pos {
text-align: center;
background-size: contain;
background-position: 50% 0;
background-repeat: no-repeat;
height: 100px;
}
.w3-bar w3-border w3-light-grey a{
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.searchbar {
float: center;
width: auto;
height: auto;
}
.searchbar input[type=text] {
padding: 6px;
margin-top: 0%;
margin-left: 18%;
font-size: 17px;
}
.searchbar-button {
height: 36px;
width: auto;
padding: 6px 10px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
border-radius: 10%;
border: 1px solid rgb(14, 13, 13);
}
.searchbar-button:hover {
background: #ccc;
}
.PositionVideo{
display:block;
border: 5px solid;
border-color: #d43526 #61cb85 #378ac5 #52966a;
top: 0; right: 0; /* confuse it i guess */
bottom: 0; left: 0;
margin: auto;
}
.profile-container{
flex-flow: row wrap;
display:flex;
align-items: center;
justify-content: center;
width: 100vw;
}
.profile{
flex-basis: 30%;
padding: 3rem;
overflow: hidden;
align-items: center;
justify-content: center;
display: block;
text-align: center;
background-color: rgb(243, 242, 242);
margin: 5px;
border-radius: 5%;
min-height: 300px;
min-width: 200px;
}
.img{
border-radius: 0;
transition: 500ms;
border-radius: 5%;
display: inline-block;
overflow: hidden;
/* height: 200px;
width: 200px; */
}
.img:hover{
opacity: 80%;
transform: scale(1.1);
}
.profile-name{
color: #000830;
font-weight: bold;
}
.fun{
flex-basis: 40%;
padding: 2rem;
overflow: hidden;
align-items: center;
justify-content: center;
display: block;
text-align: center;
}
.fun-img{
border-radius: 0;
transition: 500ms;
border-radius: 5%;
display: inline-block;
overflow: hidden;
height: 300px;
width: 300px;
border: 1px solid rgb(14, 13, 13);
}
.fun-img:hover{
opacity: 80%;
transform: scale(1.1);
} | style.css | .center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
img {
width: 45%;
}
.wrap
{
padding: 15px;
}
.wikidata_logo_pos {
text-align: center;
background-size: contain;
background-position: 50% 0;
background-repeat: no-repeat;
height: 100px;
}
.w3-bar w3-border w3-light-grey a{
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.searchbar {
float: center;
width: auto;
height: auto;
}
.searchbar input[type=text] {
padding: 6px;
margin-top: 0%;
margin-left: 18%;
font-size: 17px;
}
.searchbar-button {
height: 36px;
width: auto;
padding: 6px 10px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
border-radius: 10%;
border: 1px solid rgb(14, 13, 13);
}
.searchbar-button:hover {
background: #ccc;
}
.PositionVideo{
display:block;
border: 5px solid;
border-color: #d43526 #61cb85 #378ac5 #52966a;
top: 0; right: 0; /* confuse it i guess */
bottom: 0; left: 0;
margin: auto;
}
.profile-container{
flex-flow: row wrap;
display:flex;
align-items: center;
justify-content: center;
width: 100vw;
}
.profile{
flex-basis: 30%;
padding: 3rem;
overflow: hidden;
align-items: center;
justify-content: center;
display: block;
text-align: center;
background-color: rgb(243, 242, 242);
margin: 5px;
border-radius: 5%;
min-height: 300px;
min-width: 200px;
}
.img{
border-radius: 0;
transition: 500ms;
border-radius: 5%;
display: inline-block;
overflow: hidden;
/* height: 200px;
width: 200px; */
}
.img:hover{
opacity: 80%;
transform: scale(1.1);
}
.profile-name{
color: #000830;
font-weight: bold;
}
.fun{
flex-basis: 40%;
padding: 2rem;
overflow: hidden;
align-items: center;
justify-content: center;
display: block;
text-align: center;
}
.fun-img{
border-radius: 0;
transition: 500ms;
border-radius: 5%;
display: inline-block;
overflow: hidden;
height: 300px;
width: 300px;
border: 1px solid rgb(14, 13, 13);
}
.fun-img:hover{
opacity: 80%;
transform: scale(1.1);
} | 0.500732 | 0.199094 |
The font-size percentage is of 16px. (0625 * 16px = 10px) */
body {
font-size: 62.5%;
color: #222;
background: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p { margin: 1em 0; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus,
a:hover { color: #000; }
a { color: #009; text-decoration: underline; }
a:visited { color: purple; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr,
acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Lists
-------------------------------------------------------------- */
li ul,
li ol { margin:0.25em 1.5em; }
ul, ol { margin:1em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
/* Extra
-------------------------------------------------------------- */
hr { border-color:#CCCCCC; padding-top:1em; margin-top:2em; } | 2A. Web with PHP & MySQL/Assignments/Assign2/lib/tpl/minimal/h6e-minimal/h6e-typography.css | The font-size percentage is of 16px. (0625 * 16px = 10px) */
body {
font-size: 62.5%;
color: #222;
background: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p { margin: 1em 0; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus,
a:hover { color: #000; }
a { color: #009; text-decoration: underline; }
a:visited { color: purple; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr,
acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Lists
-------------------------------------------------------------- */
li ul,
li ol { margin:0.25em 1.5em; }
ul, ol { margin:1em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
/* Extra
-------------------------------------------------------------- */
hr { border-color:#CCCCCC; padding-top:1em; margin-top:2em; } | 0.422505 | 0.263546 |
@import url(https://chainsawxiv.github.io/DST/common/css/csx_dd4e_common.css);
/* Parchment Sheet Customization */
div.ds_fage_simple .content{
color:black;
border-bottom:1px solid #AAAAAA;
padding-bottom:0px;
}
div.ds_fage_simple .section.doublecolumn{
width:484px;
}
div.ds_fage_simple .boxfield{
border:1px solid #AAAAAA;
}
div.ds_fage_simple .box28{
border:1px solid #AAAAAA;
}
div.ds_fage_simple .box51{
border:1px solid #AAAAAA;
}
div.ds_fage_simple .linefield{
border-color:#CCCCCC;
}
div.ds_fage_simple h1,h2,h3,h4{
color:red;
}
div.ds_fage_simple .top{
}
div.ds_fage_simple .header{
background-color:#999999;
color:white;
}
div.ds_fage_simple .valbar{
background-color:#DDDDDD;
color:black;
}
div.ds_fage_simple .headeredit{
font-weight:bold;
}
/* This is extracted from .csx.valbar */
div.ds_fage_simple .textblock{
background-color:#DDDDDD;
color:black;
position:relative;
height:100%;
width:236px;
margin-left:2px;
margin-bottom:2px;
padding-bottom:2px;
font-size:9pt;
vertical-align:top;
}
div.ds_fage_simple .lable{
color:#888888;
}
div.ds_fage_simple a{
text-decoration:none;
}
/* Optional Link Styles */
div.ds_fage_simple .link_address{
display:none;
}
div.ds_fage_simple .link_active{
color:#7766AA;
}
div.ds_fage_simple .link_active:hover{
color:#AA88DD;
}
div.ds_fage_simple .list li.item{
border-bottom:1px solid #CCCCCC;
border-radius:0px;
}
div.ds_fage_simple .list.doublecolumn{
width:474px;
}
div.ds_fage_simple .tab.tab_crunch,
div.ds_fage_simple .tab.tab_fluff{
font-family:arial;
text-align:center;
vertical-align:middle;
border:1px solid #CCCCCC;
border-top:none;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
padding-top:15px;
height:30px;
background-color:#EEEEEE;
font-weight:bold;
width:125px;
position:absolute;
}
div.ds_fage_simple .tab.tab_crunch.active,
div.ds_fage_simple .tab.tab_fluff.active{
background-color:white;
padding-top:16px;
margin-top:-1px;
}
div.ds_fage_simple .boxfield{
width:22px;
height:14px;
}
div.ds_fage_simple .box28{
width:26px;
}
div.ds_fage_simple .box51{
width:49px;
}
div.ds_fage_simple .labelrow{
margin-top:2px;
}
div.ds_fage_simple .listhead{
margin-top:1px;
}
div.ds_fage_simple .listhead.doublecolumn{
width:474px;
}
div.ds_fage_simple .dsf.fullcolumn,
div.ds_fage_simple .edit.fullcolumn{
width:237px;
padding-bottom:4px;
}
div.ds_fage_simple.editable .dsf.fullcolumn,
div.ds_fage_simple.editable .edit.fullcolumn{
width:211px;
}
div.ds_fage_simple.editable .dsf.doublecolumn,
div.ds_fage_simple.editable .edit.doublecolumn{
width:422px;
}
div.ds_fage_simple .column.double{
width:484px;
}
.csx .tipBox .contentBox{
background: white;
}
.csx .tipBox .contentBox .tipArea,
.csx .tipBox .contentBox .tipArea:hover{
color:#000000;
}
/* Checks Interface */
.csx .check{
position:relative;
bottom:3px;
margin:0px 3px 4px 0px;
}
.csx .check .checkMark{
display:inline-block;
width:12px;
height:12px;
}
.editable .csx .checkMark{
cursor:pointer;
}
.csx .check .checkBorder{
display:inline-block;
height:12px;
width:12px;
}
.csx .check .checkOff{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-0.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.editable .csx .check .checkOff:hover{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-0.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.csx .check .checkOn{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-1.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.editable .csx .check .checkOn:hover{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-1.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.csx .check.autobalance .checkMark{
background-position: 1px 3px;
position: relative;
left: 2px;
} | sheet.css |
@import url(https://chainsawxiv.github.io/DST/common/css/csx_dd4e_common.css);
/* Parchment Sheet Customization */
div.ds_fage_simple .content{
color:black;
border-bottom:1px solid #AAAAAA;
padding-bottom:0px;
}
div.ds_fage_simple .section.doublecolumn{
width:484px;
}
div.ds_fage_simple .boxfield{
border:1px solid #AAAAAA;
}
div.ds_fage_simple .box28{
border:1px solid #AAAAAA;
}
div.ds_fage_simple .box51{
border:1px solid #AAAAAA;
}
div.ds_fage_simple .linefield{
border-color:#CCCCCC;
}
div.ds_fage_simple h1,h2,h3,h4{
color:red;
}
div.ds_fage_simple .top{
}
div.ds_fage_simple .header{
background-color:#999999;
color:white;
}
div.ds_fage_simple .valbar{
background-color:#DDDDDD;
color:black;
}
div.ds_fage_simple .headeredit{
font-weight:bold;
}
/* This is extracted from .csx.valbar */
div.ds_fage_simple .textblock{
background-color:#DDDDDD;
color:black;
position:relative;
height:100%;
width:236px;
margin-left:2px;
margin-bottom:2px;
padding-bottom:2px;
font-size:9pt;
vertical-align:top;
}
div.ds_fage_simple .lable{
color:#888888;
}
div.ds_fage_simple a{
text-decoration:none;
}
/* Optional Link Styles */
div.ds_fage_simple .link_address{
display:none;
}
div.ds_fage_simple .link_active{
color:#7766AA;
}
div.ds_fage_simple .link_active:hover{
color:#AA88DD;
}
div.ds_fage_simple .list li.item{
border-bottom:1px solid #CCCCCC;
border-radius:0px;
}
div.ds_fage_simple .list.doublecolumn{
width:474px;
}
div.ds_fage_simple .tab.tab_crunch,
div.ds_fage_simple .tab.tab_fluff{
font-family:arial;
text-align:center;
vertical-align:middle;
border:1px solid #CCCCCC;
border-top:none;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
padding-top:15px;
height:30px;
background-color:#EEEEEE;
font-weight:bold;
width:125px;
position:absolute;
}
div.ds_fage_simple .tab.tab_crunch.active,
div.ds_fage_simple .tab.tab_fluff.active{
background-color:white;
padding-top:16px;
margin-top:-1px;
}
div.ds_fage_simple .boxfield{
width:22px;
height:14px;
}
div.ds_fage_simple .box28{
width:26px;
}
div.ds_fage_simple .box51{
width:49px;
}
div.ds_fage_simple .labelrow{
margin-top:2px;
}
div.ds_fage_simple .listhead{
margin-top:1px;
}
div.ds_fage_simple .listhead.doublecolumn{
width:474px;
}
div.ds_fage_simple .dsf.fullcolumn,
div.ds_fage_simple .edit.fullcolumn{
width:237px;
padding-bottom:4px;
}
div.ds_fage_simple.editable .dsf.fullcolumn,
div.ds_fage_simple.editable .edit.fullcolumn{
width:211px;
}
div.ds_fage_simple.editable .dsf.doublecolumn,
div.ds_fage_simple.editable .edit.doublecolumn{
width:422px;
}
div.ds_fage_simple .column.double{
width:484px;
}
.csx .tipBox .contentBox{
background: white;
}
.csx .tipBox .contentBox .tipArea,
.csx .tipBox .contentBox .tipArea:hover{
color:#000000;
}
/* Checks Interface */
.csx .check{
position:relative;
bottom:3px;
margin:0px 3px 4px 0px;
}
.csx .check .checkMark{
display:inline-block;
width:12px;
height:12px;
}
.editable .csx .checkMark{
cursor:pointer;
}
.csx .check .checkBorder{
display:inline-block;
height:12px;
width:12px;
}
.csx .check .checkOff{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-0.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.editable .csx .check .checkOff:hover{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-0.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.csx .check .checkOn{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-1.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.editable .csx .check .checkOn:hover{
background-image:url('https://chainsawxiv.github.io/DST/sheets/lphillips_exalted_sidereal/images/check-1.png');
background-size:10px;
background-position:1px 2px;
background-repeat:no-repeat;
}
.csx .check.autobalance .checkMark{
background-position: 1px 3px;
position: relative;
left: 2px;
} | 0.447702 | 0.104614 |
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin Italic'),
local('Roboto-ThinItalic'),
url('./files/roboto-latin-100-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-100-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-100-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin'),
local('Roboto-Thin'),
url('./files/roboto-latin-100-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-100-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-300-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light Italic'),
local('Roboto-LightItalic'),
url('./files/roboto-latin-300-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-300-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-300-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light'),
local('Roboto-Light'),
url('./files/roboto-latin-300-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-300-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-400-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 400;
src:
local('Roboto Italic'),
local('Roboto-Italic'),
url('./files/roboto-latin-400-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-400-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-400-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Roboto'),
local('Roboto-Regular'),
url('./files/roboto-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-500-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium Italic'),
local('Roboto-MediumItalic'),
url('./files/roboto-latin-500-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-500-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-500-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium'),
local('Roboto-Medium'),
url('./files/roboto-latin-500-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-500-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-700-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold Italic'),
local('Roboto-BoldItalic'),
url('./files/roboto-latin-700-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-700-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-700-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold'),
local('Roboto-Bold'),
url('./files/roboto-latin-700-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-700-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-900-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black Italic'),
local('Roboto-BlackItalic'),
url('./files/roboto-latin-900-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-900-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-900-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black'),
local('Roboto-Black'),
url('./files/roboto-latin-900-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-900-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} | website/node_modules/fontsource-roboto/latin.css | @font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin Italic'),
local('Roboto-ThinItalic'),
url('./files/roboto-latin-100-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-100-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-100-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin'),
local('Roboto-Thin'),
url('./files/roboto-latin-100-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-100-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-300-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light Italic'),
local('Roboto-LightItalic'),
url('./files/roboto-latin-300-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-300-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-300-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light'),
local('Roboto-Light'),
url('./files/roboto-latin-300-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-300-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-400-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 400;
src:
local('Roboto Italic'),
local('Roboto-Italic'),
url('./files/roboto-latin-400-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-400-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-400-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Roboto'),
local('Roboto-Regular'),
url('./files/roboto-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-500-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium Italic'),
local('Roboto-MediumItalic'),
url('./files/roboto-latin-500-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-500-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-500-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium'),
local('Roboto-Medium'),
url('./files/roboto-latin-500-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-500-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-700-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold Italic'),
local('Roboto-BoldItalic'),
url('./files/roboto-latin-700-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-700-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-700-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold'),
local('Roboto-Bold'),
url('./files/roboto-latin-700-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-700-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-900-italic*/
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black Italic'),
local('Roboto-BlackItalic'),
url('./files/roboto-latin-900-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-900-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-latin-900-normal*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black'),
local('Roboto-Black'),
url('./files/roboto-latin-900-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/roboto-latin-900-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} | 0.134947 | 0.058239 |
::selection{
background : orange;
color: white;
}
body{
background: #fff;
color: black;
font-family: 'Comic Sans MS',verdana;
font-size: 1.7rem;
}
.thin{
}
.header{
position: fixed;
top: 0;
width: 100%;
border-bottom: 1px solid #e0e0e0;
font-family: 'Comic Sans MS',verdana;
font-weight: 500;
font-size: 1.7rem;
z-index: 100;
height: 65px;
}
.nav-ele{
display: inline-block;
}
.left-part{
position: relative;
font-size: 3rem;
top: 10px;
left: 20px;
font-family: 'Comic Sans MS',verdana;
font-weight: 600;
}
.thin{
font-family: 'Comic Sans MS',verdana;
font-weight: 300;
}
.right-part{
float: right;
position: relative;
top: 3px;
}
.right-part a{
font-family: 'Comic Sans MS',verdana;
position: relative;
font-weight: 500;
top: 15px;
right: 15px;
color: black;
text-decoration: none;
padding: 10px;
padding-bottom: 23px;
margin: 5px;
z-index: 1;
}
.right-part a:after{
position: absolute;
content: "";
width: 0;
height: 1px;
top: 100%;
left: 50%;
right: 50%;
background: orange;
opacity: 0;
z-index: -1;
transition: .3s;
border-radius: 10px;
}
.right-part a:hover{
text-decoration: none;
}
.right-part a:hover:after{
width: 100%;
left: 0;right: 0;
opacity: 1;
}
.landing-box{
width: 50%;
border: 1px solid #000;
border-radius:10px;
padding: 15px;
}
.landing{
position: relative;
color: black;
margin-top: 150px;
margin-bottom:50px;
}
.landing h1{
padding: 20px;
padding-left: 0;
}
.landing p{
width: 80%;
font-family: 'Comic Sans MS',verdana;
font-weight: 300;
}
.orange{
color: orange;
}
.buttons{
margin-top: 30px;
margin-bottom:10px;
}
.buttons div{
text-decoration: none;
color: black;
padding: 10px;
padding-left: 47px;
padding-right: 47px;
border:1px solid black;
position: relative;
z-index: 1;
transition: .3s;
}
.buttons div:hover{
background: orange;
color: white;
border:1px solid orange;
padding-left: 57px;
padding-right: 57px;
}
button{
text-decoration: none;
background: none;
border:none;
}
input{
width: 300px;
margin-top: 15px;
padding: 5px;
transition: .3s;
border:2px solid transparent;
cursor: pointer;
}
input:focus{
border:2px solid orange;
outline: none;
}
#error{
min-width:100px;
min-height:100px;
color:#f11;
}
.landing-box img{
padding:20px;
} | lstyle.css | ::selection{
background : orange;
color: white;
}
body{
background: #fff;
color: black;
font-family: 'Comic Sans MS',verdana;
font-size: 1.7rem;
}
.thin{
}
.header{
position: fixed;
top: 0;
width: 100%;
border-bottom: 1px solid #e0e0e0;
font-family: 'Comic Sans MS',verdana;
font-weight: 500;
font-size: 1.7rem;
z-index: 100;
height: 65px;
}
.nav-ele{
display: inline-block;
}
.left-part{
position: relative;
font-size: 3rem;
top: 10px;
left: 20px;
font-family: 'Comic Sans MS',verdana;
font-weight: 600;
}
.thin{
font-family: 'Comic Sans MS',verdana;
font-weight: 300;
}
.right-part{
float: right;
position: relative;
top: 3px;
}
.right-part a{
font-family: 'Comic Sans MS',verdana;
position: relative;
font-weight: 500;
top: 15px;
right: 15px;
color: black;
text-decoration: none;
padding: 10px;
padding-bottom: 23px;
margin: 5px;
z-index: 1;
}
.right-part a:after{
position: absolute;
content: "";
width: 0;
height: 1px;
top: 100%;
left: 50%;
right: 50%;
background: orange;
opacity: 0;
z-index: -1;
transition: .3s;
border-radius: 10px;
}
.right-part a:hover{
text-decoration: none;
}
.right-part a:hover:after{
width: 100%;
left: 0;right: 0;
opacity: 1;
}
.landing-box{
width: 50%;
border: 1px solid #000;
border-radius:10px;
padding: 15px;
}
.landing{
position: relative;
color: black;
margin-top: 150px;
margin-bottom:50px;
}
.landing h1{
padding: 20px;
padding-left: 0;
}
.landing p{
width: 80%;
font-family: 'Comic Sans MS',verdana;
font-weight: 300;
}
.orange{
color: orange;
}
.buttons{
margin-top: 30px;
margin-bottom:10px;
}
.buttons div{
text-decoration: none;
color: black;
padding: 10px;
padding-left: 47px;
padding-right: 47px;
border:1px solid black;
position: relative;
z-index: 1;
transition: .3s;
}
.buttons div:hover{
background: orange;
color: white;
border:1px solid orange;
padding-left: 57px;
padding-right: 57px;
}
button{
text-decoration: none;
background: none;
border:none;
}
input{
width: 300px;
margin-top: 15px;
padding: 5px;
transition: .3s;
border:2px solid transparent;
cursor: pointer;
}
input:focus{
border:2px solid orange;
outline: none;
}
#error{
min-width:100px;
min-height:100px;
color:#f11;
}
.landing-box img{
padding:20px;
} | 0.418935 | 0.064065 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(boards.4chan.org) {
body[bgcolor] {
margin-left: 10% !important;
margin-right: 10% !important;
background-color: #eef2ff !important;
background-image: url('http://i44.tinypic.com/r0uvwh.jpg') !important;
}
body[bgcolor], DIV[class="4chan_ext_thread"] {
background-position: bottom right !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
color: #000 !important
}
.reply {
border: 1px solid #5a90c7 !important;
background-color: #cfe2f5 !important;
padding-bottom: 10px !important
}
img[md5] {
height: auto !important;
width: auto !important;
border: 1px solid #000 !important;
}
a, a:hover, a:visited {
text-decoration: none !important;
font-weight: bold !important;
color: #000 !important
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
max-width:50% !important;
}
DIV[class="4chan_ext_thread"] {
background-color: #fdfdf7 !important;
padding: 10px !important;
border: 1px solid #5a90c7 !important;
background-image: url('http://img291.imageshack.us/img291/5303/ohgoditsabg2hk4.jpg') !important;
overflow: hidden !important
}
center {
opacity: 0 !important;
max-height: 1px !important
}
.postblock {
background-color: #cfe2f5 !important;
padding: 8px !important
}
.postblock, DIV[class="4chan_ext_thread"], .reply, .pages, th {
border-radius: 1em !important;
}
.filetitle {
color: #000099 !important;
font-weight: bold !important
}
.postername, .commentpostername {
color: #006600 !important;
font-weight: bold !important
}
tbody, .filesize, .postblock, .reply, .replyhl, .unkfunc, .filetitle, .omittedposts, .commentpostername, .postertrip, .pages, .postername, .replytitle, #navbot, #navtop, th, DIV[class="4chan_ext_thread"], blockquote, a {
font-family: Verdana, Arial, sans-serif !important;
font-size: 10px !important;
}
.postername:after, .commentpostername:after, .filetitle:after {
content: " - " !important;
color: #000 !important
}
.quotelink {
color: #ff0000 !important;
font-weight: bold !important;
text-decoration: underline !important
}
.omittedposts {
font-weight: bold !important;
position: relative !important;
top: -5px !important
}
#twi_table_div, #twi_table, .postblock {
border: 0px !important;
}
hr {
opacity: 0 !important
}
.pages b:after { content: " ·" !important }
.pages b:before { content: "· " !important }
.pages a:hover {
background-color: #5a90c7 !important;
}
.pages > tbody > tr > td {
color: #FDFDF7 !important
}
.pages {
position: relative !important;
top: -20px !important;
padding: 5px !important;
background-color: #FDFDF7 !important;
border: 1px solid #5a90c7 !important;
}
.doubledash, th[bgcolor], td.rules, .deletebuttons, #navbotr, #navtopr, #navbot, #footer, #navtop, #twi_table_div, span[id*="4chan_ext_right"], span[id*="4chan_ext_nav_top"], td[align="right"] {
display: none !important
}
.logo SPAN{
color: #2b629a;
}
.logo IMG {
display: none;
}
} | data/usercss/29057.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(boards.4chan.org) {
body[bgcolor] {
margin-left: 10% !important;
margin-right: 10% !important;
background-color: #eef2ff !important;
background-image: url('http://i44.tinypic.com/r0uvwh.jpg') !important;
}
body[bgcolor], DIV[class="4chan_ext_thread"] {
background-position: bottom right !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
color: #000 !important
}
.reply {
border: 1px solid #5a90c7 !important;
background-color: #cfe2f5 !important;
padding-bottom: 10px !important
}
img[md5] {
height: auto !important;
width: auto !important;
border: 1px solid #000 !important;
}
a, a:hover, a:visited {
text-decoration: none !important;
font-weight: bold !important;
color: #000 !important
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
max-width:50% !important;
}
DIV[class="4chan_ext_thread"] {
background-color: #fdfdf7 !important;
padding: 10px !important;
border: 1px solid #5a90c7 !important;
background-image: url('http://img291.imageshack.us/img291/5303/ohgoditsabg2hk4.jpg') !important;
overflow: hidden !important
}
center {
opacity: 0 !important;
max-height: 1px !important
}
.postblock {
background-color: #cfe2f5 !important;
padding: 8px !important
}
.postblock, DIV[class="4chan_ext_thread"], .reply, .pages, th {
border-radius: 1em !important;
}
.filetitle {
color: #000099 !important;
font-weight: bold !important
}
.postername, .commentpostername {
color: #006600 !important;
font-weight: bold !important
}
tbody, .filesize, .postblock, .reply, .replyhl, .unkfunc, .filetitle, .omittedposts, .commentpostername, .postertrip, .pages, .postername, .replytitle, #navbot, #navtop, th, DIV[class="4chan_ext_thread"], blockquote, a {
font-family: Verdana, Arial, sans-serif !important;
font-size: 10px !important;
}
.postername:after, .commentpostername:after, .filetitle:after {
content: " - " !important;
color: #000 !important
}
.quotelink {
color: #ff0000 !important;
font-weight: bold !important;
text-decoration: underline !important
}
.omittedposts {
font-weight: bold !important;
position: relative !important;
top: -5px !important
}
#twi_table_div, #twi_table, .postblock {
border: 0px !important;
}
hr {
opacity: 0 !important
}
.pages b:after { content: " ·" !important }
.pages b:before { content: "· " !important }
.pages a:hover {
background-color: #5a90c7 !important;
}
.pages > tbody > tr > td {
color: #FDFDF7 !important
}
.pages {
position: relative !important;
top: -20px !important;
padding: 5px !important;
background-color: #FDFDF7 !important;
border: 1px solid #5a90c7 !important;
}
.doubledash, th[bgcolor], td.rules, .deletebuttons, #navbotr, #navtopr, #navbot, #footer, #navtop, #twi_table_div, span[id*="4chan_ext_right"], span[id*="4chan_ext_nav_top"], td[align="right"] {
display: none !important
}
.logo SPAN{
color: #2b629a;
}
.logo IMG {
display: none;
}
} | 0.218086 | 0.142232 |
html, body {
background:#282828;
color:white;
font-family:Helvetica,Arial,Verdana;
width:100%;
height:100%;
margin:0;
}
.noScroll {
overflow:hidden;
}
.cp {
height:100%;
width:100%;
align-items:center;
justify-content:center;
flex-flow:row wrap;
align-content:center;
display:flex;
}
.hoverLink {
text-decoration:none;
color:white;
}
.hoverLink:hover {
text-decoration:underline;
}
.gallery {
padding-top:1%;
transition:width 0.5s, height 0.5s, opacity 0.5s;
overflow:hidden;
}
.gallery * {
position:relative;
}
.closed {
width:0%;
opacity:0;
}
.open {
width:100%;
height:auto;
opacity:1;
}
button[value="true"] {
background:#004000;
color:white;
border:0;
}
button[value="false"] {
background:#400300;
color:white;
border:0;
}
.header a {
min-width:120px;
}
.bottomHalf {
text-align:center;
margin:0;
}
.result p {
overflow:hidden !important;
}
@media (max-width:1200px) {
.p {
width:100%;
text-align:center;
}
.p h1 {
font-size:120px;
margin:0;
}
.p h2 {
font-size:64px;
margin:0;
width:100%;
}
.p input {
width:50%;
height:28px;
margin-bottom:30px;
}
.header {
text-align:center;
}
.header h1 {
color:white;
text-decoration:none;
}
.header input {
width:80%;
height:26px;
}
.header button {
margin-top:3%;
}
.results {
margin-top:3%;
}
#loader, .result {
margin-left:1%;
margin-right:1%;
}
.result {
background:black;
width:98%;
height:200px;
margin-bottom:10px;
overflow-wrap:break-word;
}
.result img, .result div {
float:left;
}
.result img {
padding-top:2%;
padding-left:1%;
padding-right:1%;
width:31%;
height:80%;
object-fit:cover;
}
.result div {
padding-top:2%;
width:62.5%;
}
.result div * {
margin:0;
color:white;
max-width:92%;
overflow:auto;
}
.bottomHalf {
text-align:center !important;
}
}
@media (min-width:1200px) {
.p h1 {
font-size:96px;
margin:0;
width:99%;
}
.p h2 {
font-size:64px;
margin:0;
width:100%;
}
.p input {
width:99%;
height:26px;
margin-bottom:2.5%;
}
.header {
padding-left:2.25%;
padding-top:2%;
}
.header * {
float:left;
}
.header h1 {
color:white;
text-decoration:none;
margin:0;
}
.header input {
height:28px;
width:50%;
margin-left:1.5%;
margin-top:4px;
padding-top:0;
padding-bottom:0;
}
.header button {
margin-top:3px;
margin-left:1%;
height:32px;
}
.results {
margin-left:2.25%;
width:96%;
margin-top:4%;
}
.result {
background:black;
color:white;
height:280px;
width:100%;
margin-bottom:1%;
}
.result img, .result div {
float:left;
}
.result img {
object-fit:cover;
width:25%;
padding-top:0.5%;
padding-left:1%;
padding-right:1%;
height:90%;
}
.result div {
padding-top:1%;
width:70%;
overflow-wrap:break-word;
}
.result div * {
padding-bottom:5px;
color:white;
margin:0;
}
#s {
margin-top:0;
margin-bottom:5px;
}
#resultCount {
margin:0;
}
#loader {
margin-bottom:1%;
}
} | web-content/css/style.css | html, body {
background:#282828;
color:white;
font-family:Helvetica,Arial,Verdana;
width:100%;
height:100%;
margin:0;
}
.noScroll {
overflow:hidden;
}
.cp {
height:100%;
width:100%;
align-items:center;
justify-content:center;
flex-flow:row wrap;
align-content:center;
display:flex;
}
.hoverLink {
text-decoration:none;
color:white;
}
.hoverLink:hover {
text-decoration:underline;
}
.gallery {
padding-top:1%;
transition:width 0.5s, height 0.5s, opacity 0.5s;
overflow:hidden;
}
.gallery * {
position:relative;
}
.closed {
width:0%;
opacity:0;
}
.open {
width:100%;
height:auto;
opacity:1;
}
button[value="true"] {
background:#004000;
color:white;
border:0;
}
button[value="false"] {
background:#400300;
color:white;
border:0;
}
.header a {
min-width:120px;
}
.bottomHalf {
text-align:center;
margin:0;
}
.result p {
overflow:hidden !important;
}
@media (max-width:1200px) {
.p {
width:100%;
text-align:center;
}
.p h1 {
font-size:120px;
margin:0;
}
.p h2 {
font-size:64px;
margin:0;
width:100%;
}
.p input {
width:50%;
height:28px;
margin-bottom:30px;
}
.header {
text-align:center;
}
.header h1 {
color:white;
text-decoration:none;
}
.header input {
width:80%;
height:26px;
}
.header button {
margin-top:3%;
}
.results {
margin-top:3%;
}
#loader, .result {
margin-left:1%;
margin-right:1%;
}
.result {
background:black;
width:98%;
height:200px;
margin-bottom:10px;
overflow-wrap:break-word;
}
.result img, .result div {
float:left;
}
.result img {
padding-top:2%;
padding-left:1%;
padding-right:1%;
width:31%;
height:80%;
object-fit:cover;
}
.result div {
padding-top:2%;
width:62.5%;
}
.result div * {
margin:0;
color:white;
max-width:92%;
overflow:auto;
}
.bottomHalf {
text-align:center !important;
}
}
@media (min-width:1200px) {
.p h1 {
font-size:96px;
margin:0;
width:99%;
}
.p h2 {
font-size:64px;
margin:0;
width:100%;
}
.p input {
width:99%;
height:26px;
margin-bottom:2.5%;
}
.header {
padding-left:2.25%;
padding-top:2%;
}
.header * {
float:left;
}
.header h1 {
color:white;
text-decoration:none;
margin:0;
}
.header input {
height:28px;
width:50%;
margin-left:1.5%;
margin-top:4px;
padding-top:0;
padding-bottom:0;
}
.header button {
margin-top:3px;
margin-left:1%;
height:32px;
}
.results {
margin-left:2.25%;
width:96%;
margin-top:4%;
}
.result {
background:black;
color:white;
height:280px;
width:100%;
margin-bottom:1%;
}
.result img, .result div {
float:left;
}
.result img {
object-fit:cover;
width:25%;
padding-top:0.5%;
padding-left:1%;
padding-right:1%;
height:90%;
}
.result div {
padding-top:1%;
width:70%;
overflow-wrap:break-word;
}
.result div * {
padding-bottom:5px;
color:white;
margin:0;
}
#s {
margin-top:0;
margin-bottom:5px;
}
#resultCount {
margin:0;
}
#loader {
margin-bottom:1%;
}
} | 0.679179 | 0.085213 |
* {
margin: 0;
padding: 0;
border: 0;
font-family: sans-serif;
color: #444;
}
.header {
width: 100%;
height: 400px;
}
.header::after {
content: "";
background: url(../images/penguin-banner.jpg) 0 0 no-repeat;
opacity: 0.3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
.header h1, .header h2, .header .outline {
width: 100%;
text-align: center;
}
.header h1 {
color: #f44336;
padding-top: 80px;
font-size: 3em;
}
.header h2 {
color: #f44336;
font-size: 1.5em;
}
.header .outline {
font-size: 1.2em;
font-weight: bold;
padding-top: 30px;
color: #444;
}
.header a {
text-decoration: none;
}
.section {
display: block;
float: left;
}
.general-info {
padding-left: 5%;
}
.general-info, .schedule {
width: 35%;
}
.upcoming {
font-weight: bold;
font-size: 1.1em;
}
tr.past > td {
color: #ccc;
}
.registration {
height: 220px;
width: 20%;
}
.registration .featured-button {
margin: 30px auto;
}
.section-title {
padding: 20px;
font-size: 1.1em;
font-weight: bold;
color: #f44336;
}
.featured-button {
background: url(../images/featured-button.png) 0 0 no-repeat;
border: none;
cursor: pointer;
display: block;
height: 61px;
width: 230px;
}
.featured-button a {
color: #444;
text-decoration: none;
}
.featured-button:hover {
background-position: 0 -61px;
color: #444;
text-decoration: none;
}
.featured-button p {
font-size: 18px;
font-weight: 700;
height: 61px;
line-height: 50px;
text-align: center;
text-shadow: 0 1px #fff;
}
.featured-button p a {
display: block;
}
.note {
font-size: 0.7em;
text-align: center;
}
.clearer {
clear: both;
}
.topic {
width: 70%;
padding: 10px 15%;
}
.topic h2, .topic h3, .topic h4 {
color: #f44336;
font-weight: bold;
}
.topic h2 {
margin-top: 1em;
font-size: 1.5em;
}
.topic h3 {
margin-top: 1.5em;
font-size: 1.2em;
}
.topic h4 {
padding-top: 1.5em;
font-size: 1.1em;
clear: both;
}
.topic p.goal {
color: #3020dd;
}
.topic p, .topic ol {
margin-top: 0.5em;
font-size: 1.2em;
color: #444;
}
.topic li {
margin-left: 50px;
}
img.right-aligned {
float: right;
}
img.left-aligned {
float: left;
}
img.illustration {
float: left;
width: 280px;
margin: 10px;
}
.topic table {
width: 80%;
margin: auto;
}
.topic table td {
text-align: center;
}
.topic table .featured-button {
margin: 0 auto;
}
.appendix h1 {
text-align: center;
margin-top: 2em;
color: #f44336;
font-weight: bold;
font-size: 1.8em;
}
.appendix .topic h2 {
font-size: 1.2em;
}
.appendix .topic p {
font-size: 1em;
} | styles/main.css | * {
margin: 0;
padding: 0;
border: 0;
font-family: sans-serif;
color: #444;
}
.header {
width: 100%;
height: 400px;
}
.header::after {
content: "";
background: url(../images/penguin-banner.jpg) 0 0 no-repeat;
opacity: 0.3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
.header h1, .header h2, .header .outline {
width: 100%;
text-align: center;
}
.header h1 {
color: #f44336;
padding-top: 80px;
font-size: 3em;
}
.header h2 {
color: #f44336;
font-size: 1.5em;
}
.header .outline {
font-size: 1.2em;
font-weight: bold;
padding-top: 30px;
color: #444;
}
.header a {
text-decoration: none;
}
.section {
display: block;
float: left;
}
.general-info {
padding-left: 5%;
}
.general-info, .schedule {
width: 35%;
}
.upcoming {
font-weight: bold;
font-size: 1.1em;
}
tr.past > td {
color: #ccc;
}
.registration {
height: 220px;
width: 20%;
}
.registration .featured-button {
margin: 30px auto;
}
.section-title {
padding: 20px;
font-size: 1.1em;
font-weight: bold;
color: #f44336;
}
.featured-button {
background: url(../images/featured-button.png) 0 0 no-repeat;
border: none;
cursor: pointer;
display: block;
height: 61px;
width: 230px;
}
.featured-button a {
color: #444;
text-decoration: none;
}
.featured-button:hover {
background-position: 0 -61px;
color: #444;
text-decoration: none;
}
.featured-button p {
font-size: 18px;
font-weight: 700;
height: 61px;
line-height: 50px;
text-align: center;
text-shadow: 0 1px #fff;
}
.featured-button p a {
display: block;
}
.note {
font-size: 0.7em;
text-align: center;
}
.clearer {
clear: both;
}
.topic {
width: 70%;
padding: 10px 15%;
}
.topic h2, .topic h3, .topic h4 {
color: #f44336;
font-weight: bold;
}
.topic h2 {
margin-top: 1em;
font-size: 1.5em;
}
.topic h3 {
margin-top: 1.5em;
font-size: 1.2em;
}
.topic h4 {
padding-top: 1.5em;
font-size: 1.1em;
clear: both;
}
.topic p.goal {
color: #3020dd;
}
.topic p, .topic ol {
margin-top: 0.5em;
font-size: 1.2em;
color: #444;
}
.topic li {
margin-left: 50px;
}
img.right-aligned {
float: right;
}
img.left-aligned {
float: left;
}
img.illustration {
float: left;
width: 280px;
margin: 10px;
}
.topic table {
width: 80%;
margin: auto;
}
.topic table td {
text-align: center;
}
.topic table .featured-button {
margin: 0 auto;
}
.appendix h1 {
text-align: center;
margin-top: 2em;
color: #f44336;
font-weight: bold;
font-size: 1.8em;
}
.appendix .topic h2 {
font-size: 1.2em;
}
.appendix .topic p {
font-size: 1em;
} | 0.480722 | 0.150434 |
* {
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #0e0e0e;
}
#header {
background-color: black;
color: white;
text-align: center;
padding: 2%;
}
#center {
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-left: 2%;
}
.iphoneh1 {
margin-top: 2%;
}
.h1nr {
font-size: 70px;
}
.ul {
margin-left: 5%;
}
.iphonefaqe1 {
margin-left: 67%;
margin-top: -45%;
}
#btniphone {
margin-left: 5%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btniphone:hover {
background-color: #252525;
transition: .2s;
}
.vija1 {
border-top: 3px solid white;
margin-left: 10%;
margin-top: -0.3%;
width: 90%;
}
.nr1 {
margin-left: 6.3%;
margin-top: -1.9%;
}
.samsungfoto2 {
margin-left: -3%;
}
.samsungh1 {
margin-left: 70%;
margin-top: -60%;
}
.s10 {
font-size: 70px;
margin-left: 20%;
}
.samsungp {
margin-left: 50%;
}
#btnsamsung {
margin-left: 50%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btnsamsung:hover {
background-color: #252525;
transition: .2s;
}
.vija2 {
border-top: 3px solid white;
margin-left: -2%;
margin-top: 6.7%;
width: 90%;
}
.nr2 {
margin-left: 88%;
margin-top: -1.9%;
}
.huawei30 {
font-size: 70px;
}
.huaweifoto3 {
margin-left: 67%;
margin-top: -30%;
}
.huawei30ul {
margin-top: 2%;
margin-left: 5%;
}
#btnhuawei {
margin-left: 5%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btnhuawei:hover {
background-color: #252525;
transition: .2s;
}
.vija3 {
border-top: 3px solid white;
margin-left: 10%;
margin-top: 1%;
width: 90%;
}
.nr3 {
margin-left: 6.3%;
margin-top: -1.9%;
}
.oneplush1 {
margin-top: 2%;
}
.oneplus7pro {
font-size: 70px;
}
.oneplus4ul {
margin-left: 5%;
margin-top: 2%;
}
#btnoneplus {
margin-left: 5%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btnoneplus:hover {
background-color: #252525;
transition: .2s;
}
.oneplusfoto4 {
margin-left: 67%;
margin-top: -40%;
}
.vija4 {
border-top: 3px solid white;
margin-left: 10%;
margin-top: 2%;
width: 90%;
}
.nr4 {
margin-left: 6.3%;
margin-top: -1.9%;
}
.googlePixelh1 {
margin-left: 70%;
margin-top: -48%;
}
.googlePixel4i {
font-size: 70px;
}
.googlePixelul {
margin-left: 50%;
margin-top: 2%;
}
#btngooglePixel {
margin-left: 50%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btngooglePixel:hover {
background-color: #252525;
transition: .2s;
}
.googlePixelfoto5 {
margin-left: -6%;
}
.vija5 {
border-top: 3px solid white;
margin-left: -5%;
margin-top: 13%;
width: 105%;
}
.nr5 {
margin-left: 48%;
margin-top: -1.9%;
}
.footer {
background-color: black;
color: white;
padding: 7%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footerp {
text-align: justify;
margin-top: -5%;
}
.vijafooter {
border-top: 1px solid white;
margin-left: 25%;
margin-top: 2%;
width: 50%;
}
.footerh1 {
text-align: center;
margin-top: 2%;
}
.g1 a {
text-decoration: blink;
}
.g1 {
display: flex;
margin-left: 29%;
margin-top: 2%;
}
.i1 a {
text-decoration: blink;
}
.i1 {
display: flex;
margin-left: 43%;
margin-top: -4.6%;
}
.t1 a {
text-decoration: blink;
}
.t1 {
display: flex;
margin-left: 54%;
margin-top: -4.6%;
}
.f1 a {
text-decoration: blink;
}
.f1 {
display: flex;
margin-left: 66%;
margin-top: -4.6%;
}
.email {
text-align: center;
font-size: x-large;
margin-top: 5%;
} | DarkWebCSS.css | * {
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #0e0e0e;
}
#header {
background-color: black;
color: white;
text-align: center;
padding: 2%;
}
#center {
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-left: 2%;
}
.iphoneh1 {
margin-top: 2%;
}
.h1nr {
font-size: 70px;
}
.ul {
margin-left: 5%;
}
.iphonefaqe1 {
margin-left: 67%;
margin-top: -45%;
}
#btniphone {
margin-left: 5%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btniphone:hover {
background-color: #252525;
transition: .2s;
}
.vija1 {
border-top: 3px solid white;
margin-left: 10%;
margin-top: -0.3%;
width: 90%;
}
.nr1 {
margin-left: 6.3%;
margin-top: -1.9%;
}
.samsungfoto2 {
margin-left: -3%;
}
.samsungh1 {
margin-left: 70%;
margin-top: -60%;
}
.s10 {
font-size: 70px;
margin-left: 20%;
}
.samsungp {
margin-left: 50%;
}
#btnsamsung {
margin-left: 50%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btnsamsung:hover {
background-color: #252525;
transition: .2s;
}
.vija2 {
border-top: 3px solid white;
margin-left: -2%;
margin-top: 6.7%;
width: 90%;
}
.nr2 {
margin-left: 88%;
margin-top: -1.9%;
}
.huawei30 {
font-size: 70px;
}
.huaweifoto3 {
margin-left: 67%;
margin-top: -30%;
}
.huawei30ul {
margin-top: 2%;
margin-left: 5%;
}
#btnhuawei {
margin-left: 5%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btnhuawei:hover {
background-color: #252525;
transition: .2s;
}
.vija3 {
border-top: 3px solid white;
margin-left: 10%;
margin-top: 1%;
width: 90%;
}
.nr3 {
margin-left: 6.3%;
margin-top: -1.9%;
}
.oneplush1 {
margin-top: 2%;
}
.oneplus7pro {
font-size: 70px;
}
.oneplus4ul {
margin-left: 5%;
margin-top: 2%;
}
#btnoneplus {
margin-left: 5%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btnoneplus:hover {
background-color: #252525;
transition: .2s;
}
.oneplusfoto4 {
margin-left: 67%;
margin-top: -40%;
}
.vija4 {
border-top: 3px solid white;
margin-left: 10%;
margin-top: 2%;
width: 90%;
}
.nr4 {
margin-left: 6.3%;
margin-top: -1.9%;
}
.googlePixelh1 {
margin-left: 70%;
margin-top: -48%;
}
.googlePixel4i {
font-size: 70px;
}
.googlePixelul {
margin-left: 50%;
margin-top: 2%;
}
#btngooglePixel {
margin-left: 50%;
background-color: #0e0e0e;
color: white;
border-radius: 5px;
width: 10%;
padding: 10px;
cursor: pointer;
}
#btngooglePixel:hover {
background-color: #252525;
transition: .2s;
}
.googlePixelfoto5 {
margin-left: -6%;
}
.vija5 {
border-top: 3px solid white;
margin-left: -5%;
margin-top: 13%;
width: 105%;
}
.nr5 {
margin-left: 48%;
margin-top: -1.9%;
}
.footer {
background-color: black;
color: white;
padding: 7%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footerp {
text-align: justify;
margin-top: -5%;
}
.vijafooter {
border-top: 1px solid white;
margin-left: 25%;
margin-top: 2%;
width: 50%;
}
.footerh1 {
text-align: center;
margin-top: 2%;
}
.g1 a {
text-decoration: blink;
}
.g1 {
display: flex;
margin-left: 29%;
margin-top: 2%;
}
.i1 a {
text-decoration: blink;
}
.i1 {
display: flex;
margin-left: 43%;
margin-top: -4.6%;
}
.t1 a {
text-decoration: blink;
}
.t1 {
display: flex;
margin-left: 54%;
margin-top: -4.6%;
}
.f1 a {
text-decoration: blink;
}
.f1 {
display: flex;
margin-left: 66%;
margin-top: -4.6%;
}
.email {
text-align: center;
font-size: x-large;
margin-top: 5%;
} | 0.426322 | 0.091788 |
body {
height: 100%;
background-color:rgb(245, 245, 245);
}
body, .form-control{
font-size:12px!important;
}
.floatRight{
float:right;
margin-right: 18px;
}
.has-error{
color:red;
}
.uploadcontainer{
background-color: rgba(40, 117, 103, 0.34);
padding: 20px;
}
.tablecontainer{
padding-left: 20px;
}
.generic-container1 {
position:fixed;
width:54%;
margin-left: 5px;
margin-top: 54px;
margin-bottom: 5px;
padding: 20px;
background-color: #EAE7E7;
border: 1px solid #ddd;
border-radius: 9px;
box-shadow: 0 0 30px black;
}
/*! OTHER CONFIGURTION */
html{
background-color:#2F2F2F;
}
#mainWrapper {
height: 100%;
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0, #EDEDED),
color-stop(0.08, #EAEAEA),
color-stop(1, #2F2F2F),
color-stop(1, #AAAAAA)
);
background-image: -o-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: -moz-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: -webkit-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: -ms-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: linear-gradient(to top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
}
.floatRight{
float:right;
margin-right: 18px;
}
.has-error{
color:red;
}
.generic-container {
position:fixed;
width:40%;
margin-left: 5px;
margin-top: 54px;
margin-bottom: 5px;
padding: 20px;
background-color: #EAE7E7;
border: 1px solid #ddd;
border-radius: 9px;
box-shadow: 0 0 30px black;
}
.custom-width {
width: 80px !important;
background-color: #31708f;
border: 3px solid #ddd;
border-radius: 22px;
font-size:12px!important;
}
body, #mainWrapper, .form-control{
font-size:12px!important;
}
#mainWrapper {
/*height: 720px; Without explicit px values, % in children's does not work*/
height: 100vh; /*with Viewport-Percentage, we can handles all devices screens */
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
.login-container {
border: 1px solid #a1a1a1;
margin-top: 100px;
background-color: lightsteelblue;
width: 40%;
left: 30%;
border-radius: 30px;
position: absolute;
box-shadow: 0 1px 30px black;
}
.login-card {
width: 80%;
margin: auto;
}
.login-form {
padding: 10%;
}
.authbar{
margin-bottom:15px;
}
/*---------------*/
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: auto;
display: inline-block;
border: 2px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
/* Extra styles for the cancel button */
.cancelbtn {
padding: 14px 20px;
background-color: #f44336;
}
/* Float cancel and signup buttons and add an equal width */
.cancelbtn,.signupbtn {
float: left;
width: 50%;
}
/* Add padding to container elements */
.container {
width: 100%;
margin: auto;
padding: 16px;
}
/* Clear floats */
.clearfix::after {
content: "";
clear: both;
display: table;
}
/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
.cancelbtn, .signupbtn {
width: 100%;
}
} | src/main/webapp/css/app.css | body {
height: 100%;
background-color:rgb(245, 245, 245);
}
body, .form-control{
font-size:12px!important;
}
.floatRight{
float:right;
margin-right: 18px;
}
.has-error{
color:red;
}
.uploadcontainer{
background-color: rgba(40, 117, 103, 0.34);
padding: 20px;
}
.tablecontainer{
padding-left: 20px;
}
.generic-container1 {
position:fixed;
width:54%;
margin-left: 5px;
margin-top: 54px;
margin-bottom: 5px;
padding: 20px;
background-color: #EAE7E7;
border: 1px solid #ddd;
border-radius: 9px;
box-shadow: 0 0 30px black;
}
/*! OTHER CONFIGURTION */
html{
background-color:#2F2F2F;
}
#mainWrapper {
height: 100%;
background-image: -webkit-gradient(
linear,
right bottom,
right top,
color-stop(0, #EDEDED),
color-stop(0.08, #EAEAEA),
color-stop(1, #2F2F2F),
color-stop(1, #AAAAAA)
);
background-image: -o-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: -moz-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: -webkit-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: -ms-linear-gradient(top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
background-image: linear-gradient(to top, #EDEDED 0%, #EAEAEA 8%, #2F2F2F 100%, #AAAAAA 100%);
}
.floatRight{
float:right;
margin-right: 18px;
}
.has-error{
color:red;
}
.generic-container {
position:fixed;
width:40%;
margin-left: 5px;
margin-top: 54px;
margin-bottom: 5px;
padding: 20px;
background-color: #EAE7E7;
border: 1px solid #ddd;
border-radius: 9px;
box-shadow: 0 0 30px black;
}
.custom-width {
width: 80px !important;
background-color: #31708f;
border: 3px solid #ddd;
border-radius: 22px;
font-size:12px!important;
}
body, #mainWrapper, .form-control{
font-size:12px!important;
}
#mainWrapper {
/*height: 720px; Without explicit px values, % in children's does not work*/
height: 100vh; /*with Viewport-Percentage, we can handles all devices screens */
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
.login-container {
border: 1px solid #a1a1a1;
margin-top: 100px;
background-color: lightsteelblue;
width: 40%;
left: 30%;
border-radius: 30px;
position: absolute;
box-shadow: 0 1px 30px black;
}
.login-card {
width: 80%;
margin: auto;
}
.login-form {
padding: 10%;
}
.authbar{
margin-bottom:15px;
}
/*---------------*/
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: auto;
display: inline-block;
border: 2px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
/* Extra styles for the cancel button */
.cancelbtn {
padding: 14px 20px;
background-color: #f44336;
}
/* Float cancel and signup buttons and add an equal width */
.cancelbtn,.signupbtn {
float: left;
width: 50%;
}
/* Add padding to container elements */
.container {
width: 100%;
margin: auto;
padding: 16px;
}
/* Clear floats */
.clearfix::after {
content: "";
clear: both;
display: table;
}
/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
.cancelbtn, .signupbtn {
width: 100%;
}
} | 0.29584 | 0.083815 |
*,
*::after,
*::before {
box-sizing: border-box;
}
:root {
--cell-size: 100px;
--font-size: 3rem;
--font-size2: 1.3rem;
--black-color: rgba(0, 0, 0, 0.8);
}
body {
margin: 0;
align-items: center;
justify-content: center;
font-family: "Jost", sans-serif;
}
button {
font-family: "Jost", sans-serif;
}
.title {
font-family: "Gugi", cursive;
font-size: 4rem;
font-weight: 600;
width: fit-content;
margin: 100px auto 50px;
text-align: center;
cursor: default;
background-color: var(--black-color);
/* background: linear-gradient(to top, #000 0%, #fcbe2c 100%); */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cell img {
max-width: 60%;
}
.menu {
display: none;
justify-content: center;
align-items: center;
width: 500px;
margin: 40px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
font-size: var(--font-size2);
}
.character-image {
flex: 1;
}
.info,
.button {
flex: 2;
}
.character-image img {
width: 60px;
}
.menu #menuRestartButton {
width: 100%;
font-size: var(--font-size2);
border: 2px solid var(--black-color);
border-radius: 5px;
background-color: transparent;
cursor: pointer;
}
.menu #menuRestartButton:hover {
background-color: var(--black-color);
color: white;
}
.board {
width: 500px;
margin: auto;
display: grid;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
position: relative;
grid-template-columns: repeat(5, auto);
border-radius: 10px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.cell {
width: var(--cell-size);
height: var(--cell-size);
border: none;
display: flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
}
.winning-message {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
justify-content: end;
align-items: center;
color: white;
font-size: var(--font-size);
flex-direction: column;
}
.winning-message button {
margin-top: 20px;
font-size: var(--font-size);
background-color: white;
border: 2px solid white;
padding: 0.2em 0.75em;
border-radius: 5px;
cursor: pointer;
}
.winning-message button:hover {
background-color: transparent;
color: white;
}
.winning-message.show,
.menu.show,
.menu div {
display: flex;
}
/* Play Button Animation */
.playButton {
position: fixed;
left: 50%;
top: 70%;
transform: translate(-50%, -50%);
width: 150px;
height: 150px;
border-radius: 50%;
box-shadow: inset 0px 0px 0px 9px rgba(0, 0, 0, 0.8);
}
/* triangle */
.playButton::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
transform-origin: center center;
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 45px solid rgba(0, 0, 0, 0.8);
}
/* pulse wave */
.playButton:hover::before {
content: "";
position: absolute;
top: -25%;
left: -25%;
width: 150%;
height: 150%;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(0, 0, 0, 0.75);
background: rgba(198, 16, 0, 0);
animation-delay: 0s;
animation: pulsate 2.5s;
animation-direction: forwards;
animation-iteration-count: infinite;
animation-timing-function: steps;
}
@keyframes pulsate {
0% {
transform: scale(0.62);
opacity: 1;
box-shadow: inset 0px 0px 25px 3px rgba(0, 0, 0, 0.75), 0px 0px 25px 10px rgba(0, 0, 0, 0.75);
}
100% {
transform: scale(1);
opacity: 0;
box-shadow: none;
}
}
/* Radio Button css */
.bokri-choice {
width: 400px;
margin: auto;
padding: 5px 0 20px;
border-radius: 5px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
text-align: center;
}
.input-hidden {
display: none;
margin: 0;
}
input[type="radio"] + label {
display: inline-block;
width: 150px;
margin-left: -4.5px;
}
input[type="radio"] + label > img {
width: 150px;
}
#bLeft:checked + label > img {
content: url("../img/bokri left.jpg");
}
#bRight:checked + label > img {
content: url("../img/bokri right.jpg");
}
.hide {
display: none;
} | css/main.css | *,
*::after,
*::before {
box-sizing: border-box;
}
:root {
--cell-size: 100px;
--font-size: 3rem;
--font-size2: 1.3rem;
--black-color: rgba(0, 0, 0, 0.8);
}
body {
margin: 0;
align-items: center;
justify-content: center;
font-family: "Jost", sans-serif;
}
button {
font-family: "Jost", sans-serif;
}
.title {
font-family: "Gugi", cursive;
font-size: 4rem;
font-weight: 600;
width: fit-content;
margin: 100px auto 50px;
text-align: center;
cursor: default;
background-color: var(--black-color);
/* background: linear-gradient(to top, #000 0%, #fcbe2c 100%); */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cell img {
max-width: 60%;
}
.menu {
display: none;
justify-content: center;
align-items: center;
width: 500px;
margin: 40px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
font-size: var(--font-size2);
}
.character-image {
flex: 1;
}
.info,
.button {
flex: 2;
}
.character-image img {
width: 60px;
}
.menu #menuRestartButton {
width: 100%;
font-size: var(--font-size2);
border: 2px solid var(--black-color);
border-radius: 5px;
background-color: transparent;
cursor: pointer;
}
.menu #menuRestartButton:hover {
background-color: var(--black-color);
color: white;
}
.board {
width: 500px;
margin: auto;
display: grid;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
position: relative;
grid-template-columns: repeat(5, auto);
border-radius: 10px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.cell {
width: var(--cell-size);
height: var(--cell-size);
border: none;
display: flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
}
.winning-message {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
justify-content: end;
align-items: center;
color: white;
font-size: var(--font-size);
flex-direction: column;
}
.winning-message button {
margin-top: 20px;
font-size: var(--font-size);
background-color: white;
border: 2px solid white;
padding: 0.2em 0.75em;
border-radius: 5px;
cursor: pointer;
}
.winning-message button:hover {
background-color: transparent;
color: white;
}
.winning-message.show,
.menu.show,
.menu div {
display: flex;
}
/* Play Button Animation */
.playButton {
position: fixed;
left: 50%;
top: 70%;
transform: translate(-50%, -50%);
width: 150px;
height: 150px;
border-radius: 50%;
box-shadow: inset 0px 0px 0px 9px rgba(0, 0, 0, 0.8);
}
/* triangle */
.playButton::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
transform-origin: center center;
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 45px solid rgba(0, 0, 0, 0.8);
}
/* pulse wave */
.playButton:hover::before {
content: "";
position: absolute;
top: -25%;
left: -25%;
width: 150%;
height: 150%;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(0, 0, 0, 0.75);
background: rgba(198, 16, 0, 0);
animation-delay: 0s;
animation: pulsate 2.5s;
animation-direction: forwards;
animation-iteration-count: infinite;
animation-timing-function: steps;
}
@keyframes pulsate {
0% {
transform: scale(0.62);
opacity: 1;
box-shadow: inset 0px 0px 25px 3px rgba(0, 0, 0, 0.75), 0px 0px 25px 10px rgba(0, 0, 0, 0.75);
}
100% {
transform: scale(1);
opacity: 0;
box-shadow: none;
}
}
/* Radio Button css */
.bokri-choice {
width: 400px;
margin: auto;
padding: 5px 0 20px;
border-radius: 5px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
text-align: center;
}
.input-hidden {
display: none;
margin: 0;
}
input[type="radio"] + label {
display: inline-block;
width: 150px;
margin-left: -4.5px;
}
input[type="radio"] + label > img {
width: 150px;
}
#bLeft:checked + label > img {
content: url("../img/bokri left.jpg");
}
#bRight:checked + label > img {
content: url("../img/bokri right.jpg");
}
.hide {
display: none;
} | 0.336876 | 0.085862 |
/*
If a user scrolls down, we want the modal window to appear to go under the top bar. However
we also want the top bar to be disabled at the same time. To do this, I made the modal/overlay
have a lower z-index than the top bar, and added an extra overlay over the existing top-bar
to disable it.
*/
.tutorial-overlay-top-bar{
position: fixed;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.1);
height: 40px;
width: 100%;
z-index: 110; /* Just above the top bar */
}
.tutorial-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.1);
z-index: 90; /* Under the top bar so that it can scroll under it */
}
/* just some content with arbitrary styles for explanation purposes */
.tutorial-modal {
box-sizing: : border-box;
width: 500px;
height: 325px;
position: absolute;
top: 200px;
left: calc(50% - 250px);
background-color: #FFFFFF;
border: 2px solid #797171;
padding: 10px;
z-index: 91; /* One higher than the overlay layer so that users can still interact with it */
}
/* Top arrow border */
.tutorial-modal:before {
content: '';
position: absolute;
top: -20px;
left: 50px;
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #797171;
}
/* Top arrow filler */
.tutorial-modal:after {
content: '';
position: absolute;
top: -16px;
left: 50px;
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #FFFFFF;
}
.tutorial-modal-curposition{
float:right;
}
.tutorial-modal h2{
margin-top: 10px;
display: inline
}
.tutorial-modal > div > p:first-of-type{
margin-top: 20px;
}
.tutorial-modal-nav{
position: absolute;
text-align: center;
bottom: 10px;
bottom: 15px;
width: 100%;
}
.tutorial-modal-nav button{
margin-left: 0px;
}
.tutorial-modal-nav a{
margin-top: 10px;
display: block;
}
.tutorial-modal ul{
list-style-type: none;
padding-left: 0px;
}
.tutorial-modal li span{
font-weight: bold;
} | AzureFunctions.Client/styles/tutorial.style.css | /*
If a user scrolls down, we want the modal window to appear to go under the top bar. However
we also want the top bar to be disabled at the same time. To do this, I made the modal/overlay
have a lower z-index than the top bar, and added an extra overlay over the existing top-bar
to disable it.
*/
.tutorial-overlay-top-bar{
position: fixed;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.1);
height: 40px;
width: 100%;
z-index: 110; /* Just above the top bar */
}
.tutorial-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.1);
z-index: 90; /* Under the top bar so that it can scroll under it */
}
/* just some content with arbitrary styles for explanation purposes */
.tutorial-modal {
box-sizing: : border-box;
width: 500px;
height: 325px;
position: absolute;
top: 200px;
left: calc(50% - 250px);
background-color: #FFFFFF;
border: 2px solid #797171;
padding: 10px;
z-index: 91; /* One higher than the overlay layer so that users can still interact with it */
}
/* Top arrow border */
.tutorial-modal:before {
content: '';
position: absolute;
top: -20px;
left: 50px;
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #797171;
}
/* Top arrow filler */
.tutorial-modal:after {
content: '';
position: absolute;
top: -16px;
left: 50px;
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #FFFFFF;
}
.tutorial-modal-curposition{
float:right;
}
.tutorial-modal h2{
margin-top: 10px;
display: inline
}
.tutorial-modal > div > p:first-of-type{
margin-top: 20px;
}
.tutorial-modal-nav{
position: absolute;
text-align: center;
bottom: 10px;
bottom: 15px;
width: 100%;
}
.tutorial-modal-nav button{
margin-left: 0px;
}
.tutorial-modal-nav a{
margin-top: 10px;
display: block;
}
.tutorial-modal ul{
list-style-type: none;
padding-left: 0px;
}
.tutorial-modal li span{
font-weight: bold;
} | 0.47171 | 0.241132 |
.survey-title{font-weight:bold;font-size:18px}
.section-wrap{clear:both}
.section-wrap div{padding-top:10px}
h3.section-title{font-size:14px;margin:0;font-weight:bold;color:#666}
.question-wrap{padding:0 0 10px 0}
.question{display:block;font-weight:bold;padding:0 0 2px 0}
.ee-required-label{font-size:26px;line-height:0;color:#b50015;padding-right:5px;font-family:Helvetica,Arial,Sans-Serif;font-weight:bold}
.section-wrap span.question span.required{font-size:20px;line-height:0;color:#b50015;padding-left:5px}
.answer-horizontal,.answer-vertical,.answer-vertical>span{display:block}
.error-message{background:#b50015;padding:2px 4px;color:#fff!important;font-weight:bold}
.error-text{color:#fff!important;font-weight:bold}
.submit-button,.back-button,.delete-button,.edit-button{float:left;margin:20px 0 0 5px}
.limit-reached{background:#b50015;width:180px;color:#fff;font-weight:bold}
p.ee-note{text-align:right;font-family:"Lucida Grande",Lucida Sans Unicode,Helvetica,Arial,Sans-Serif;font-style:italic}
fieldset.ee-create-questions,fieldset.ee-preview-area{display:none}
fieldset.ee-create-new,fieldset.ee-create-questions,fieldset.ee-preview-area{border:0;padding:0 0 15px 0;margin:0}
#engage-evaluation legend{padding:0 0 5px 0}
#engage-evaluation legend.Head{color:#6f4719;font-family:"Lucida Grande",Lucida Sans Unicode,Helvetica,Arial,Sans-Serif;font-size:20px;letter-spacing:-1px}
#engage-evaluation div{clear:both;padding-bottom:8px;height:100%;overflow:hidden}
#engage-evaluation .ee-label{display:block;float:left;text-align:right;width:100px;font-weight:bold;padding-right:10px;padding-top:5px;font-family:Helvetica,Arial,Sans-Serif}
#engage-evaluation .ee-input{display:block;float:left;background:#ebf5fc;color:#020202;padding:3px 5px;position:relative;font-family:Helvetica,Arial,Sans-Serif}
#engage-evaluation input.NormalTextBox,#engage-evaluation textarea.NormalTextBox,#engage-evaluation select.NormalTextBox{border:1px #cbcbcb solid;width:300px;padding:8px;font-family:Helvetica,Arial,Sans-Serif}
label.error{display:block;position:absolute;top:10%;left:310px;padding:5px 20px;background:url(images/validator-bg-right.gif) left no-repeat;color:#ebc6c6;min-width:140px;font-weight:bold;font-family:Helvetica,Arial,Sans-Serif}
span.ai-input label.error{top:-4px;left:-170px}
#engage-evaluation a.ee-edit,#engage-evaluation a.ee-copy,#engage-evaluation a.ee-delete{color:#007b00;padding:4px;text-decoration:underline;font-weight:bold}
#engage-evaluation a.ee-edit{color:#0063dd;padding:0}
#engage-evaluation a.ee-delete{color:#b50015;padding:0}
#engage-evaluation a.ee-delete.disabled{color:#b6b6b6}
a.ee-edit,a.ee-edit:link,a.ee-edit:active,a.ee-edit:visited{color:#0063dd}
a.ee-copy,a.ee-copy:link,a.ee-copy:active,a.ee-copy:visited{color:#007b00}
a.ee-delete,a.ee-delete:link,a.ee-delete:active,a.ee-delete:visited{color:#b50015}
#engage-evaluation a.ee-edit:hover,#engage-evaluation a.ee-copy:hover,#engage-evaluation a.ee-delete:hover{text-decoration:none}
.ee-title,.ee-question{border-top:1px #ccc solid;padding-top:15px}
.ee-description textarea.NormalTextBox{height:100px}
.ee-input-pre{display:block;width:300px}
ul.ee-action-btns,ul.ee-pr-action-links{clear:both;padding:10px 15px 15px 110px;list-style:none;margin:0}
ul.ee-action-btns li{padding:0;list-style:none;margin:0;display:inline}
ul.ee-action-btns li.primary-btn a,ul.answer-inputs li.primary-btn a{color:#df3f00;font-weight:bold;font-size:16px;text-shadow:1px 1px 1px #fff;display:block;padding:3px 15px;font-family:Helvetica,Arial,Sans-Serif}
ul.ee-action-btns li.primary-btn a:hover,ul.answer-inputs li.primary-btn a:hover{text-decoration:none}
ul.ee-action-btns li.primary-btn,ul.answer-inputs li.primary-btn{background:url(images/btn-bg.gif) repeat-x bottom;border:1px #f17b4d solid;display:block;float:left}
ul.ee-action-btns li.primary-btn:hover,ul.answer-inputs li.primary-btn:hover{text-decoration:none;background:url(images/btn-bg-on.gif) repeat-x bottom}
ul.ee-action-btns li.secondary-btn a{line-height:34px;padding-left:15px;color:#9e7261;font-weight:bold;font-size:16px;text-decoration:underline;font-family:Helvetica,Arial,Sans-Serif;line-height:28px}
ul.ee-action-btns li.secondary-btn a:hover{color:#000;text-decoration:none}
ul.ee-action-btns li.disabled,ul.ee-action-btns li.disabled:hover{border:1px #b2b2b2 solid;background:url(images/btn-bg.gif) repeat-x bottom}
ul.ee-action-btns li.disabled a{color:#b6b6b6}
.survey-listing ul{padding:15px 0 0 0}
#engage-evaluation .ee-question a.ee-edit{display:block;cursor:pointer;margin-left:110px;padding-left:20px!important;clear:both;background:url(images/help-icn.gif) no-repeat left}
#section-title-input a.ee-delete{padding:5px 0 0 10px;display:block;float:left}
#engage-evaluation .define-answer{overflow:visible;float:left;display:block;clear:none}
.define-answer .ee-input{margin-bottom:10px}
.ee-answer-inputs{background:#eee;color:#020202;width:410px;border-bottom:1px #c4cbb2 solid;border-right:1px #cfcfcf solid;clear:both}
ul.answer-inputs{margin:10px 0 0 0;padding:10px;list-style:none;clear:both}
ul.answer-inputs li{list-style:none;padding:5px 0 5px 10px;border:1px #eee solid;height:100%}
ul.answer-inputs li.answer-input{cursor:move}
ul.answer-inputs li.answer-input:hover{border-color:#fff #ccc #ccc #fff;border-style:solid;border-width:1px}
ul.answer-inputs li.ui-state-highlight{background:0}
#engage-evaluation .answer-inputs input.NormalTextBox,#engage-evaluation .answer-inputs textarea.NormalTextBox,#engage-evaluation .answer-inputs select.NormalTextBox{border:1px #cbcbcb solid;width:320px;padding:5px}
#engage-evaluation .ee-answer-inputs .answer-inputs input.NormalTextBox{width:260px}
#engage-evaluation .ee-answer-inputs ul.ee-action-btns{padding:0 10px 15px 20px;overflow:hidden}
#engage-evaluation .ee-answer-inputs li.primary-btn a{font-size:12px}
#engage-evaluation ul.answer-inputs a.ee-delete{padding-left:10px}
.ai-label{font-weight:bold;display:block;padding:5px 0}
.ai-input{position:relative}
#ShortTextAnswer,#LongTextAnswer{padding-left:10px}
ul#ee-previews{display:block;margin:0;padding:0;list-style:none;overflow:hidden}
ul#ee-previews li.ee-preview{padding:10px 15px;margin:10px;display:block;overflow:hidden;list-style:none;background:#f8f8f8;color:#020202;border-right:1px #ccc solid;border-bottom:1px #ccc solid;height:100%;cursor:move}
ul#ee-previews li.ee-preview:hover{background:#FEFFEF;border-right:1px #b9bd77 solid;border-bottom:1px #b9bd77 solid}
.ui-sortable-helper{background:#feffe8;border-right:1px #b9bd77 solid;border-bottom:1px #b9bd77 solid;overflow:hidden;padding:10px 15px!important;cursor:pointer}
li.ui-state-highlight{height:100px;background:#f1f1f1;list-style:none}
ul.ee-pr-action-links{padding:0 0 10px 0;text-align:right;border-bottom:1px #ccc dotted;margin-bottom:10px}
ul.ee-pr-action-links li{display:inline}
#engage-evaluation .ee-preview .ee-label{padding-top:0}
.pv-question{display:block;float:left}
.pv-answer{float:left;padding:5px 0 0 0}
#engage-evaluation hr{border:0;border-top:1px #ccc solid}
li.ee-undo{background:#FFF6BF;color:#020202;border-top:1px solid #FFD324;border-bottom:1px solid #FFD324;padding:5px 10px}
.ee-collapsed legend a,.ee-expanded legend a{background-repeat:no-repeat;background-position:0 0;padding:0 0 0 12px}
.ee-collapsed legend a{background-image:url(images/expand.gif)}
.ee-expanded legend a{background-image:url(images/collapse.gif)}
.ee-collapsed .ee-collapsable{display:none}
.ee-expanded .ee-collapsable{display:block}
#engage-evaluation fieldset.ee-optional{border:none 0;padding:0}
#engage-evaluation fieldset.ee-optional legend{padding-left:100px}
.survey-listing h3{color:#000;font-size:18px;margin-bottom:0;font-family:"Lucida Sans Unicode",Helvetica,Arial,Sans-Serif}
#survey-filters{clear:both;overflow:hidden}
#survey-filters table{float:right}
.survey-listing td{padding:5px 10px}
ul.sl-repeater{margin:0;padding:0;border-top:1px solid #D4DFE1}
ul.sl-repeater li{list-style:none;padding:10px;margin:0;display:block;clear:both;overflow:hidden}
ul.sl-repeater li span.sl-repeater-data{display:block;width:50%;float:left}
span.sl-repeater-data span,ul.sl-repeater li span.sl-repeater-actions{display:block;font-family:Helvetica,Arial,Sans-Serif}
span.sl-repeater-data .sl-title{font-size:14px;padding-bottom:5px}
span.sl-repeater-data .sl-user{font-weight:bold;color:#444}
ul.sl-repeater li .sl-repeater-actions a,.sa-action-btn a{display:block;float:left;padding:2px 15px;text-transform:capitalize;font-weight:bold;margin:0 5px;border-color:#fff #c8d6e1 #c8d6e1 #fff;border-style:solid;border-width:1px;font-family:Helvetica,Arial,Sans-Serif}
ul.sl-repeater li.sl-item .sl-repeater-actions a:hover,.rgRow .sa-action-btn a:hover{background:#fff}
ul.sl-repeater li.sl-alt-item .sl-repeater-actions a:hover,.rgAltRow .sa-action-btn a:hover{background:#F2F6F9}
ul.sl-repeater li{background:#F2F6F9;color:#020202;border:1px solid #D4DFE1;border-top:0}
ul.sl-repeater li.sl-alt-item{background:#fff}
.sa-charts{clear:both}
.sa-charts .RadChart{float:left;padding:1em}
.sa-long-answer{display:block;height:10em;overflow:auto;overflow-x:hidden;overflow-y:auto}
ul.em-global-nav{clear:both;overflow:hidden;background:#fbf1ed;border-right:1px #e4bbab solid;border-bottom:1px #e4bbab solid;padding:10px 15px;margin:0 0 15px 0;height:100%}
ul.em-global-nav li{display:block;float:left;padding:5px 25px 5px 0}
ul.em-global-nav li a,ul.em-global-nav li a:hover,ul.em-global-nav li a:visited{padding-left:25px;color:#df3f00;text-decoration:underline;font-weight:bold;font-size:14px;font-family:Helvetica,Arial,Sans-Serif}
ul.em-global-nav li a:hover,ul.em-global-nav li a:visited:hover{text-decoration:none;color:#000;font-weight:bold}
ul.em-global-nav li.egn-home{background:url(images/em-home-icn.gif) left no-repeat}
ul.em-global-nav li.egn-add-new{background:url(images/em-add-icn.gif) left no-repeat}
ul.em-global-nav li.egn-manage{background:url(images/em-manage-icn.gif) left no-repeat}
ul.em-global-nav li.egn-settings{background:url(images/em-settings-icn.gif) left no-repeat}
.em-success,.thankyou-wrap{border:2px #95c277 solid;background:#f5ffea;color:#020202;padding:8px 15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.em-success .Normal,.thankyou-wrap .Normal{color:#020202}
.em-user-message{width:600px;margin:0 auto}
.em-message-title{color:#666;margin:5px 0;font-size:16px}
.em-message{border:2px solid;padding:5px 15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.em-warning{background:#fff5b7;border-color:#e1c300}
.em-success{background:#e0ffce;border-color:#78bd4e}
.em-help{background:#e3f1ff;border-color:#2e94fc}
.em-error{background:#ffd8d8;border-color:#800000}
.eng-form fieldset{color:#222;background:#f7f7f7;border:solid 1px #ddd;padding:15px;margin-bottom:15px}
.eng-form legend{color:#d4730c;font-size:1.2em}
.eng-form ul.eng-form-items,.eng-form ul.eng-actions{margin:0;padding:0}
.eng-form ul li.eng-form-item,.eng-form ul.eng-actions li{list-style:none;margin:0;padding:6px 0;zoom:1}
.eng-form ul li.eng-form-item:after{content:"";display:table;clear:both}
.eng-form label{display:block}
.eng-form .eng-window-wrap label{display:inline}
.eng-form .eng-form-item label a.dnnFormHelp{background-position:left;padding-left:20px;display:inline}
.eng-form .eng-form-item .dnnFormHelpContent{left:30%}
.eng-form .eng-tiny input,.eng-form .eng-tiny label{float:left}
.eng-form .eng-tiny .eng-form-help{clear:left;float:none}
.eng-form .eng-small input,.eng-form .eng-medium select{width:4em}
.eng-form .eng-small .RadInput .riTextBox{width:4em!important}
.eng-form .eng-medium input,.eng-form .eng-medium select{width:200px}
.eng-form .eng-medium .RadInput .riTextBox{width:200px!important}
.eng-form .eng-large input,.eng-form .eng-large select{width:600px}
.eng-form .eng-large .RadInput .riTextBox{width:600px!important}
.eng-form input[type="checkbox"],.eng-form input[type="radio"],.eng-form input[type="submit"],.eng-form input[type="button"]{width:auto}
.eng-form .eng-list input{float:left}
.eng-form .eng-list label{margin-bottom:.5em}
.eng-form ul.eng-actions li{float:left}
.eng-form .eng-primary-action{background:#d4730c;padding:2px 6px;border:solid 1px #ddd;color:#fff}
.eng-form .eng-primary-action[disabled]{cursor:default;color:#bbb;border-color:#777}
.eng-form .eng-secondary-action{background:0;border:0;color:#d4730c;padding:2px 6px}
.eng-form .eng-secondary-action:hover{text-decoration:underline}
.eng-form .eng-secondary-action[disabled]{cursor:default;background:#ddd;border:solid 1px #777}
.eng-form .eng-secondary-action[disabled]:hover{text-decoration:none}
.eng-form .eng-tertiary-action{background:#60605f;padding:2px 6px;border:solid 1px #ddd;color:#fff}
.eng-form .eng-tertiary-action[disabled]{cursor:default;border-color:#bbb;color:#777}
.eng-primary-action,.eng-secondary-action,.eng-tertiary-action{cursor:pointer}
.eng-end-form{clear:both} | Source/module.min.css | .survey-title{font-weight:bold;font-size:18px}
.section-wrap{clear:both}
.section-wrap div{padding-top:10px}
h3.section-title{font-size:14px;margin:0;font-weight:bold;color:#666}
.question-wrap{padding:0 0 10px 0}
.question{display:block;font-weight:bold;padding:0 0 2px 0}
.ee-required-label{font-size:26px;line-height:0;color:#b50015;padding-right:5px;font-family:Helvetica,Arial,Sans-Serif;font-weight:bold}
.section-wrap span.question span.required{font-size:20px;line-height:0;color:#b50015;padding-left:5px}
.answer-horizontal,.answer-vertical,.answer-vertical>span{display:block}
.error-message{background:#b50015;padding:2px 4px;color:#fff!important;font-weight:bold}
.error-text{color:#fff!important;font-weight:bold}
.submit-button,.back-button,.delete-button,.edit-button{float:left;margin:20px 0 0 5px}
.limit-reached{background:#b50015;width:180px;color:#fff;font-weight:bold}
p.ee-note{text-align:right;font-family:"Lucida Grande",Lucida Sans Unicode,Helvetica,Arial,Sans-Serif;font-style:italic}
fieldset.ee-create-questions,fieldset.ee-preview-area{display:none}
fieldset.ee-create-new,fieldset.ee-create-questions,fieldset.ee-preview-area{border:0;padding:0 0 15px 0;margin:0}
#engage-evaluation legend{padding:0 0 5px 0}
#engage-evaluation legend.Head{color:#6f4719;font-family:"Lucida Grande",Lucida Sans Unicode,Helvetica,Arial,Sans-Serif;font-size:20px;letter-spacing:-1px}
#engage-evaluation div{clear:both;padding-bottom:8px;height:100%;overflow:hidden}
#engage-evaluation .ee-label{display:block;float:left;text-align:right;width:100px;font-weight:bold;padding-right:10px;padding-top:5px;font-family:Helvetica,Arial,Sans-Serif}
#engage-evaluation .ee-input{display:block;float:left;background:#ebf5fc;color:#020202;padding:3px 5px;position:relative;font-family:Helvetica,Arial,Sans-Serif}
#engage-evaluation input.NormalTextBox,#engage-evaluation textarea.NormalTextBox,#engage-evaluation select.NormalTextBox{border:1px #cbcbcb solid;width:300px;padding:8px;font-family:Helvetica,Arial,Sans-Serif}
label.error{display:block;position:absolute;top:10%;left:310px;padding:5px 20px;background:url(images/validator-bg-right.gif) left no-repeat;color:#ebc6c6;min-width:140px;font-weight:bold;font-family:Helvetica,Arial,Sans-Serif}
span.ai-input label.error{top:-4px;left:-170px}
#engage-evaluation a.ee-edit,#engage-evaluation a.ee-copy,#engage-evaluation a.ee-delete{color:#007b00;padding:4px;text-decoration:underline;font-weight:bold}
#engage-evaluation a.ee-edit{color:#0063dd;padding:0}
#engage-evaluation a.ee-delete{color:#b50015;padding:0}
#engage-evaluation a.ee-delete.disabled{color:#b6b6b6}
a.ee-edit,a.ee-edit:link,a.ee-edit:active,a.ee-edit:visited{color:#0063dd}
a.ee-copy,a.ee-copy:link,a.ee-copy:active,a.ee-copy:visited{color:#007b00}
a.ee-delete,a.ee-delete:link,a.ee-delete:active,a.ee-delete:visited{color:#b50015}
#engage-evaluation a.ee-edit:hover,#engage-evaluation a.ee-copy:hover,#engage-evaluation a.ee-delete:hover{text-decoration:none}
.ee-title,.ee-question{border-top:1px #ccc solid;padding-top:15px}
.ee-description textarea.NormalTextBox{height:100px}
.ee-input-pre{display:block;width:300px}
ul.ee-action-btns,ul.ee-pr-action-links{clear:both;padding:10px 15px 15px 110px;list-style:none;margin:0}
ul.ee-action-btns li{padding:0;list-style:none;margin:0;display:inline}
ul.ee-action-btns li.primary-btn a,ul.answer-inputs li.primary-btn a{color:#df3f00;font-weight:bold;font-size:16px;text-shadow:1px 1px 1px #fff;display:block;padding:3px 15px;font-family:Helvetica,Arial,Sans-Serif}
ul.ee-action-btns li.primary-btn a:hover,ul.answer-inputs li.primary-btn a:hover{text-decoration:none}
ul.ee-action-btns li.primary-btn,ul.answer-inputs li.primary-btn{background:url(images/btn-bg.gif) repeat-x bottom;border:1px #f17b4d solid;display:block;float:left}
ul.ee-action-btns li.primary-btn:hover,ul.answer-inputs li.primary-btn:hover{text-decoration:none;background:url(images/btn-bg-on.gif) repeat-x bottom}
ul.ee-action-btns li.secondary-btn a{line-height:34px;padding-left:15px;color:#9e7261;font-weight:bold;font-size:16px;text-decoration:underline;font-family:Helvetica,Arial,Sans-Serif;line-height:28px}
ul.ee-action-btns li.secondary-btn a:hover{color:#000;text-decoration:none}
ul.ee-action-btns li.disabled,ul.ee-action-btns li.disabled:hover{border:1px #b2b2b2 solid;background:url(images/btn-bg.gif) repeat-x bottom}
ul.ee-action-btns li.disabled a{color:#b6b6b6}
.survey-listing ul{padding:15px 0 0 0}
#engage-evaluation .ee-question a.ee-edit{display:block;cursor:pointer;margin-left:110px;padding-left:20px!important;clear:both;background:url(images/help-icn.gif) no-repeat left}
#section-title-input a.ee-delete{padding:5px 0 0 10px;display:block;float:left}
#engage-evaluation .define-answer{overflow:visible;float:left;display:block;clear:none}
.define-answer .ee-input{margin-bottom:10px}
.ee-answer-inputs{background:#eee;color:#020202;width:410px;border-bottom:1px #c4cbb2 solid;border-right:1px #cfcfcf solid;clear:both}
ul.answer-inputs{margin:10px 0 0 0;padding:10px;list-style:none;clear:both}
ul.answer-inputs li{list-style:none;padding:5px 0 5px 10px;border:1px #eee solid;height:100%}
ul.answer-inputs li.answer-input{cursor:move}
ul.answer-inputs li.answer-input:hover{border-color:#fff #ccc #ccc #fff;border-style:solid;border-width:1px}
ul.answer-inputs li.ui-state-highlight{background:0}
#engage-evaluation .answer-inputs input.NormalTextBox,#engage-evaluation .answer-inputs textarea.NormalTextBox,#engage-evaluation .answer-inputs select.NormalTextBox{border:1px #cbcbcb solid;width:320px;padding:5px}
#engage-evaluation .ee-answer-inputs .answer-inputs input.NormalTextBox{width:260px}
#engage-evaluation .ee-answer-inputs ul.ee-action-btns{padding:0 10px 15px 20px;overflow:hidden}
#engage-evaluation .ee-answer-inputs li.primary-btn a{font-size:12px}
#engage-evaluation ul.answer-inputs a.ee-delete{padding-left:10px}
.ai-label{font-weight:bold;display:block;padding:5px 0}
.ai-input{position:relative}
#ShortTextAnswer,#LongTextAnswer{padding-left:10px}
ul#ee-previews{display:block;margin:0;padding:0;list-style:none;overflow:hidden}
ul#ee-previews li.ee-preview{padding:10px 15px;margin:10px;display:block;overflow:hidden;list-style:none;background:#f8f8f8;color:#020202;border-right:1px #ccc solid;border-bottom:1px #ccc solid;height:100%;cursor:move}
ul#ee-previews li.ee-preview:hover{background:#FEFFEF;border-right:1px #b9bd77 solid;border-bottom:1px #b9bd77 solid}
.ui-sortable-helper{background:#feffe8;border-right:1px #b9bd77 solid;border-bottom:1px #b9bd77 solid;overflow:hidden;padding:10px 15px!important;cursor:pointer}
li.ui-state-highlight{height:100px;background:#f1f1f1;list-style:none}
ul.ee-pr-action-links{padding:0 0 10px 0;text-align:right;border-bottom:1px #ccc dotted;margin-bottom:10px}
ul.ee-pr-action-links li{display:inline}
#engage-evaluation .ee-preview .ee-label{padding-top:0}
.pv-question{display:block;float:left}
.pv-answer{float:left;padding:5px 0 0 0}
#engage-evaluation hr{border:0;border-top:1px #ccc solid}
li.ee-undo{background:#FFF6BF;color:#020202;border-top:1px solid #FFD324;border-bottom:1px solid #FFD324;padding:5px 10px}
.ee-collapsed legend a,.ee-expanded legend a{background-repeat:no-repeat;background-position:0 0;padding:0 0 0 12px}
.ee-collapsed legend a{background-image:url(images/expand.gif)}
.ee-expanded legend a{background-image:url(images/collapse.gif)}
.ee-collapsed .ee-collapsable{display:none}
.ee-expanded .ee-collapsable{display:block}
#engage-evaluation fieldset.ee-optional{border:none 0;padding:0}
#engage-evaluation fieldset.ee-optional legend{padding-left:100px}
.survey-listing h3{color:#000;font-size:18px;margin-bottom:0;font-family:"Lucida Sans Unicode",Helvetica,Arial,Sans-Serif}
#survey-filters{clear:both;overflow:hidden}
#survey-filters table{float:right}
.survey-listing td{padding:5px 10px}
ul.sl-repeater{margin:0;padding:0;border-top:1px solid #D4DFE1}
ul.sl-repeater li{list-style:none;padding:10px;margin:0;display:block;clear:both;overflow:hidden}
ul.sl-repeater li span.sl-repeater-data{display:block;width:50%;float:left}
span.sl-repeater-data span,ul.sl-repeater li span.sl-repeater-actions{display:block;font-family:Helvetica,Arial,Sans-Serif}
span.sl-repeater-data .sl-title{font-size:14px;padding-bottom:5px}
span.sl-repeater-data .sl-user{font-weight:bold;color:#444}
ul.sl-repeater li .sl-repeater-actions a,.sa-action-btn a{display:block;float:left;padding:2px 15px;text-transform:capitalize;font-weight:bold;margin:0 5px;border-color:#fff #c8d6e1 #c8d6e1 #fff;border-style:solid;border-width:1px;font-family:Helvetica,Arial,Sans-Serif}
ul.sl-repeater li.sl-item .sl-repeater-actions a:hover,.rgRow .sa-action-btn a:hover{background:#fff}
ul.sl-repeater li.sl-alt-item .sl-repeater-actions a:hover,.rgAltRow .sa-action-btn a:hover{background:#F2F6F9}
ul.sl-repeater li{background:#F2F6F9;color:#020202;border:1px solid #D4DFE1;border-top:0}
ul.sl-repeater li.sl-alt-item{background:#fff}
.sa-charts{clear:both}
.sa-charts .RadChart{float:left;padding:1em}
.sa-long-answer{display:block;height:10em;overflow:auto;overflow-x:hidden;overflow-y:auto}
ul.em-global-nav{clear:both;overflow:hidden;background:#fbf1ed;border-right:1px #e4bbab solid;border-bottom:1px #e4bbab solid;padding:10px 15px;margin:0 0 15px 0;height:100%}
ul.em-global-nav li{display:block;float:left;padding:5px 25px 5px 0}
ul.em-global-nav li a,ul.em-global-nav li a:hover,ul.em-global-nav li a:visited{padding-left:25px;color:#df3f00;text-decoration:underline;font-weight:bold;font-size:14px;font-family:Helvetica,Arial,Sans-Serif}
ul.em-global-nav li a:hover,ul.em-global-nav li a:visited:hover{text-decoration:none;color:#000;font-weight:bold}
ul.em-global-nav li.egn-home{background:url(images/em-home-icn.gif) left no-repeat}
ul.em-global-nav li.egn-add-new{background:url(images/em-add-icn.gif) left no-repeat}
ul.em-global-nav li.egn-manage{background:url(images/em-manage-icn.gif) left no-repeat}
ul.em-global-nav li.egn-settings{background:url(images/em-settings-icn.gif) left no-repeat}
.em-success,.thankyou-wrap{border:2px #95c277 solid;background:#f5ffea;color:#020202;padding:8px 15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.em-success .Normal,.thankyou-wrap .Normal{color:#020202}
.em-user-message{width:600px;margin:0 auto}
.em-message-title{color:#666;margin:5px 0;font-size:16px}
.em-message{border:2px solid;padding:5px 15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.em-warning{background:#fff5b7;border-color:#e1c300}
.em-success{background:#e0ffce;border-color:#78bd4e}
.em-help{background:#e3f1ff;border-color:#2e94fc}
.em-error{background:#ffd8d8;border-color:#800000}
.eng-form fieldset{color:#222;background:#f7f7f7;border:solid 1px #ddd;padding:15px;margin-bottom:15px}
.eng-form legend{color:#d4730c;font-size:1.2em}
.eng-form ul.eng-form-items,.eng-form ul.eng-actions{margin:0;padding:0}
.eng-form ul li.eng-form-item,.eng-form ul.eng-actions li{list-style:none;margin:0;padding:6px 0;zoom:1}
.eng-form ul li.eng-form-item:after{content:"";display:table;clear:both}
.eng-form label{display:block}
.eng-form .eng-window-wrap label{display:inline}
.eng-form .eng-form-item label a.dnnFormHelp{background-position:left;padding-left:20px;display:inline}
.eng-form .eng-form-item .dnnFormHelpContent{left:30%}
.eng-form .eng-tiny input,.eng-form .eng-tiny label{float:left}
.eng-form .eng-tiny .eng-form-help{clear:left;float:none}
.eng-form .eng-small input,.eng-form .eng-medium select{width:4em}
.eng-form .eng-small .RadInput .riTextBox{width:4em!important}
.eng-form .eng-medium input,.eng-form .eng-medium select{width:200px}
.eng-form .eng-medium .RadInput .riTextBox{width:200px!important}
.eng-form .eng-large input,.eng-form .eng-large select{width:600px}
.eng-form .eng-large .RadInput .riTextBox{width:600px!important}
.eng-form input[type="checkbox"],.eng-form input[type="radio"],.eng-form input[type="submit"],.eng-form input[type="button"]{width:auto}
.eng-form .eng-list input{float:left}
.eng-form .eng-list label{margin-bottom:.5em}
.eng-form ul.eng-actions li{float:left}
.eng-form .eng-primary-action{background:#d4730c;padding:2px 6px;border:solid 1px #ddd;color:#fff}
.eng-form .eng-primary-action[disabled]{cursor:default;color:#bbb;border-color:#777}
.eng-form .eng-secondary-action{background:0;border:0;color:#d4730c;padding:2px 6px}
.eng-form .eng-secondary-action:hover{text-decoration:underline}
.eng-form .eng-secondary-action[disabled]{cursor:default;background:#ddd;border:solid 1px #777}
.eng-form .eng-secondary-action[disabled]:hover{text-decoration:none}
.eng-form .eng-tertiary-action{background:#60605f;padding:2px 6px;border:solid 1px #ddd;color:#fff}
.eng-form .eng-tertiary-action[disabled]{cursor:default;border-color:#bbb;color:#777}
.eng-primary-action,.eng-secondary-action,.eng-tertiary-action{cursor:pointer}
.eng-end-form{clear:both} | 0.260954 | 0.077903 |
html.shinybox {
overflow: hidden!important;
}
#shinybox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999!important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: rgba(13, 13, 13, 0.6);
}
@keyframes rightSpring {
0% {
margin-left: 0px;
}
50% {
margin-left: -30px;
}
100% {
margin-left: 0px;
}
}
@keyframes leftSpring {
0% {
margin-left: 0px;
}
50% {
margin-left: 30px;
}
100% {
margin-left: 0px;
}
}
#shinybox-overlay img {
border: none!important;
}
#shinybox-overlay .shinybox-slider {
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
}
#shinybox-overlay .shinybox-slider.rightSpring {
animation: rightSpring 0.3s;
}
#shinybox-overlay .shinybox-slider.leftSpring {
animation: leftSpring 0.3s;
}
#shinybox-overlay .shinybox-slider .slide {
height: 100%;
width: 98%;
line-height: 1px;
text-align: center;
display: inline-block;
margin: 0 1%;
}
#shinybox-overlay .shinybox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#shinybox-overlay .shinybox-slider .slide img,
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container,
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
box-sizing: border-box;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video iframe {
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
background: none;
max-width: 1140px;
height: 100%;
width: 100%;
box-sizing: border-box;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf {
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf iframe {
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
}
#shinybox-overlay .shinybox-slider .loading {
background: url("../images/loader.gif") no-repeat center center;
height: 31px;
width: 31px;
margin: auto;
}
#shinybox-overlay .shinybox-bottom,
#shinybox-overlay .shinybox-top {
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
text-shadow: 1px 1px 1px black;
background-color: #0d0d0d;
background-image: linear-gradient(#0d0d0d, #000000);
opacity: 0.95;
}
#shinybox-overlay .shinybox-top {
top: -50px;
}
#shinybox-overlay .shinybox-top.visible-bars {
top: 0;
}
#shinybox-overlay .shinybox-top.force-visible-bars {
top: 0!important;
}
#shinybox-overlay .shinybox-bottom {
text-align: right;
bottom: -50px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#shinybox-overlay .shinybox-bottom.visible-bars {
bottom: 0;
}
#shinybox-overlay .shinybox-bottom.force-visible-bars {
bottom: 0!important;
}
#shinybox-overlay .shinybox-prev,
#shinybox-overlay .shinybox-next,
#shinybox-overlay .shinybox-close {
background-image: url("../images/icons.svg");
background-repeat: no-repeat;
border: none!important;
text-decoration: none!important;
cursor: pointer;
width: 50px;
height: 50px;
display: inline-block;
position: relative;
z-index: 1;
}
#shinybox-overlay .shinybox-close {
background-position: 15px 12px;
float: left;
}
#shinybox-overlay .shinybox-prev {
background-position: -32px 13px;
}
#shinybox-overlay .shinybox-prev.disabled {
opacity: 0.3;
}
#shinybox-overlay .shinybox-next {
background-position: -78px 13px;
}
#shinybox-overlay .shinybox-next.disabled {
opacity: 0.3;
}
#shinybox-overlay .shinybox-caption {
color: white!important;
font-size: 15px;
line-height: 50px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
float: left;
margin-left:16px;
width:calc(100% - 200px);
text-align: left;
} | wp-content/themes/onecom-playschool/one-shortcodes/css/shinybox.css | html.shinybox {
overflow: hidden!important;
}
#shinybox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999!important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: rgba(13, 13, 13, 0.6);
}
@keyframes rightSpring {
0% {
margin-left: 0px;
}
50% {
margin-left: -30px;
}
100% {
margin-left: 0px;
}
}
@keyframes leftSpring {
0% {
margin-left: 0px;
}
50% {
margin-left: 30px;
}
100% {
margin-left: 0px;
}
}
#shinybox-overlay img {
border: none!important;
}
#shinybox-overlay .shinybox-slider {
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
}
#shinybox-overlay .shinybox-slider.rightSpring {
animation: rightSpring 0.3s;
}
#shinybox-overlay .shinybox-slider.leftSpring {
animation: leftSpring 0.3s;
}
#shinybox-overlay .shinybox-slider .slide {
height: 100%;
width: 98%;
line-height: 1px;
text-align: center;
display: inline-block;
margin: 0 1%;
}
#shinybox-overlay .shinybox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#shinybox-overlay .shinybox-slider .slide img,
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container,
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
box-sizing: border-box;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video iframe {
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
background: none;
max-width: 1140px;
height: 100%;
width: 100%;
box-sizing: border-box;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf {
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
}
#shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf iframe {
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
}
#shinybox-overlay .shinybox-slider .loading {
background: url("../images/loader.gif") no-repeat center center;
height: 31px;
width: 31px;
margin: auto;
}
#shinybox-overlay .shinybox-bottom,
#shinybox-overlay .shinybox-top {
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
text-shadow: 1px 1px 1px black;
background-color: #0d0d0d;
background-image: linear-gradient(#0d0d0d, #000000);
opacity: 0.95;
}
#shinybox-overlay .shinybox-top {
top: -50px;
}
#shinybox-overlay .shinybox-top.visible-bars {
top: 0;
}
#shinybox-overlay .shinybox-top.force-visible-bars {
top: 0!important;
}
#shinybox-overlay .shinybox-bottom {
text-align: right;
bottom: -50px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#shinybox-overlay .shinybox-bottom.visible-bars {
bottom: 0;
}
#shinybox-overlay .shinybox-bottom.force-visible-bars {
bottom: 0!important;
}
#shinybox-overlay .shinybox-prev,
#shinybox-overlay .shinybox-next,
#shinybox-overlay .shinybox-close {
background-image: url("../images/icons.svg");
background-repeat: no-repeat;
border: none!important;
text-decoration: none!important;
cursor: pointer;
width: 50px;
height: 50px;
display: inline-block;
position: relative;
z-index: 1;
}
#shinybox-overlay .shinybox-close {
background-position: 15px 12px;
float: left;
}
#shinybox-overlay .shinybox-prev {
background-position: -32px 13px;
}
#shinybox-overlay .shinybox-prev.disabled {
opacity: 0.3;
}
#shinybox-overlay .shinybox-next {
background-position: -78px 13px;
}
#shinybox-overlay .shinybox-next.disabled {
opacity: 0.3;
}
#shinybox-overlay .shinybox-caption {
color: white!important;
font-size: 15px;
line-height: 50px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
float: left;
margin-left:16px;
width:calc(100% - 200px);
text-align: left;
} | 0.447702 | 0.047958 |
@font-face {
font-family: mochyFont;
src: url(./fonts/mochy-font/MochiyPopPOne-Regular.ttf);
}
/* ========== DONGLE =============== */
@font-face {
font-family: dongleRegular;
src: url(./fonts/Dongle/Dongle-Regular.ttf);
}
@font-face {
font-family: dongleBold;
src: url(./fonts/Dongle/Dongle-Bold.ttf);
}
@font-face {
font-family: dongleLight;
src: url(./fonts/Dongle/Dongle-Light.ttf);
}
/* ========= UBUNTU ========== */
@font-face {
font-family: ubuntu;
src: url(./fonts/Ubuntu/Ubuntu-Medium.ttf);
}
p, h1, h2, h3, h4, h5, span, li, ul, input, a, td, th, tr, table, button, textarea, select, option{
font-family: ubuntu !important;
}
/* ======== WORK ITEM TABLE ========= */
#workItemTable th{
font-size: 1.25em;
}
#workItemTable td{
font-size: 1.1em;
}
/* ======== WORK ITEM TABLE END ========= */
/* Header and statistics title */
#createWorkItem, .sprint-review-card span, #manage-table th, #managesSprintTable th, .big-text, .statistics-title, .fa-filter, .filterByTeamContainer, .filterBySprintContainer, .navbarQueryContainer, #addUserBtn{
font-size: 1.3em !important;
}
.status-list, #projectDescription, #number-of-members-text{
font-size: 1.2em !important;
}
#box-title-title{
font-size: 1.5em !important;
}
.statistics-title{
font-weight: bold;
}
.top-navbar-menu a.nav-link, .makeQueryContainer, .user-row{
font-size: 1.2em;
}
.filter-text button, .filter-text-btn, .board-column .columnTitle{
font-size: 1em;
}
#manage-table tbody, #managesSprintTable tbody{
font-size: 1.1em;
}
.project-status-container{
font-size: 1.5em !important;
font-weight: bold;
text-transform: uppercase;
}
/* Media Screem */
@media screen and (max-width: 2000px) {
.list-unstyled span{
font-size: 1em;
}
.queries-container span{
font-size: 1.1em !important;
}
.makeQueryContainer > *{
font-size: 1.5em !important;
}
/* ======== WORK ITEM TABLE ========= */
#workItemTable th{
font-size: 1em !important;
font-weight: bold !important;
}
#workItemTable td{
font-size: 1em;
}
/* ======== WORK ITEM TABLE END ========= */
/* Header and statistics title */
#createWorkItem, #manage-table th, .sprint-review-card span,.sprint-review-card .card-text, #managesSprintTable th, .big-text, .statistics-title, .fa-filter, .filterByTeamContainer, .filterBySprintContainer, .navbarQueryContainer, #addUserBtn{
font-size: 1.15em !important;
}
.status-list, #projectDescription, #number-of-members-text{
font-size: 1em !important;
}
#box-title-title{
font-size: 1.3em !important;
}
.statistics-title{
font-weight: bold;
}
.top-navbar-menu a.nav-link, .makeQueryContainer, .user-row{
font-size: 1em;
}
.filter-text button, .filter-text-btn, .board-column .columnTitle{
font-size: 1em;
}
#manage-table tbody, #managesSprintTable tbody{
font-size: 1em;
}
.project-status-container{
font-size: 1.2em !important;
font-weight: bold;
text-transform: uppercase;
}
} | public/stylesheets/app-font.css | @font-face {
font-family: mochyFont;
src: url(./fonts/mochy-font/MochiyPopPOne-Regular.ttf);
}
/* ========== DONGLE =============== */
@font-face {
font-family: dongleRegular;
src: url(./fonts/Dongle/Dongle-Regular.ttf);
}
@font-face {
font-family: dongleBold;
src: url(./fonts/Dongle/Dongle-Bold.ttf);
}
@font-face {
font-family: dongleLight;
src: url(./fonts/Dongle/Dongle-Light.ttf);
}
/* ========= UBUNTU ========== */
@font-face {
font-family: ubuntu;
src: url(./fonts/Ubuntu/Ubuntu-Medium.ttf);
}
p, h1, h2, h3, h4, h5, span, li, ul, input, a, td, th, tr, table, button, textarea, select, option{
font-family: ubuntu !important;
}
/* ======== WORK ITEM TABLE ========= */
#workItemTable th{
font-size: 1.25em;
}
#workItemTable td{
font-size: 1.1em;
}
/* ======== WORK ITEM TABLE END ========= */
/* Header and statistics title */
#createWorkItem, .sprint-review-card span, #manage-table th, #managesSprintTable th, .big-text, .statistics-title, .fa-filter, .filterByTeamContainer, .filterBySprintContainer, .navbarQueryContainer, #addUserBtn{
font-size: 1.3em !important;
}
.status-list, #projectDescription, #number-of-members-text{
font-size: 1.2em !important;
}
#box-title-title{
font-size: 1.5em !important;
}
.statistics-title{
font-weight: bold;
}
.top-navbar-menu a.nav-link, .makeQueryContainer, .user-row{
font-size: 1.2em;
}
.filter-text button, .filter-text-btn, .board-column .columnTitle{
font-size: 1em;
}
#manage-table tbody, #managesSprintTable tbody{
font-size: 1.1em;
}
.project-status-container{
font-size: 1.5em !important;
font-weight: bold;
text-transform: uppercase;
}
/* Media Screem */
@media screen and (max-width: 2000px) {
.list-unstyled span{
font-size: 1em;
}
.queries-container span{
font-size: 1.1em !important;
}
.makeQueryContainer > *{
font-size: 1.5em !important;
}
/* ======== WORK ITEM TABLE ========= */
#workItemTable th{
font-size: 1em !important;
font-weight: bold !important;
}
#workItemTable td{
font-size: 1em;
}
/* ======== WORK ITEM TABLE END ========= */
/* Header and statistics title */
#createWorkItem, #manage-table th, .sprint-review-card span,.sprint-review-card .card-text, #managesSprintTable th, .big-text, .statistics-title, .fa-filter, .filterByTeamContainer, .filterBySprintContainer, .navbarQueryContainer, #addUserBtn{
font-size: 1.15em !important;
}
.status-list, #projectDescription, #number-of-members-text{
font-size: 1em !important;
}
#box-title-title{
font-size: 1.3em !important;
}
.statistics-title{
font-weight: bold;
}
.top-navbar-menu a.nav-link, .makeQueryContainer, .user-row{
font-size: 1em;
}
.filter-text button, .filter-text-btn, .board-column .columnTitle{
font-size: 1em;
}
#manage-table tbody, #managesSprintTable tbody{
font-size: 1em;
}
.project-status-container{
font-size: 1.2em !important;
font-weight: bold;
text-transform: uppercase;
}
} | 0.270577 | 0.063164 |
@value variables: '../../stylesheet/vars.css';
@value primaryColor, accentColor, primaryTextFontSize, thirdHeaderFontStyle, borderColor from variables;
.mainMenuItems {
display: flex;
align-items: center;
/* justify-content: center; */
justify-content: space-between;
margin-bottom: 0;
flex-wrap: wrap;
}
.mainMenuItem {
position: relative;
z-index: 0;
font-family: OswaldRegular;
font-size: primaryTextFontSize;
color: primaryColor;
text-transform: uppercase;
transition: color 0.25s;
}
/* .mainMenuItems li:not(:last-of-type) {
margin-right: 30px;
} */
.mainMenuItem::before {
content: "";
position: absolute;
top: 25px;
/* top: 48px; */
left: 50%;
transform: translateX(-50%) scaleX(0);
transform-origin: right;
width: 100%;
height: 4px;
background-color: accentColor;
transition: transform 0.25s;
}
.mainMenuItem:hover {
color: accentColor;
text-decoration: none;
}
.mainMenuItem:focus {
color: accentColor;
text-decoration: none;
}
.mainMenuItem:hover::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
.mainMenuItem:focus::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
.mainMenuActiveItem {
color: accentColor;
}
.mainMenuActiveItem::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
/* adminPages */
.line {
width: 100%;
margin-bottom: 10px;
border: none;
/* Убираем границу для браузера Firefox */
color: borderColor;
/* Цвет линии для остальных браузеров */
background-color: borderColor;
/* Цвет линии для браузера Firefox и Opera */
height: 1px;
}
.adminMenuItems {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding-top: 6px;
margin-bottom: 0;
}
.adminMenuItem {
position: relative;
z-index: 0;
font-family: OswaldRegular;
font-size: thirdHeaderFontStyle;
color: primaryColor;
text-transform: uppercase;
}
.adminMenuItems li:not(:last-of-type) {
margin-bottom: 15px;
}
.adminMenuItem::before {
content: "";
position: absolute;
top: 25px;
left: 50%;
transform: translateX(-50%) scaleX(0);
transform-origin: right;
width: 100%;
height: 4px;
background-color: accentColor;
transition: transform 0.25s;
}
.adminMenuItem:hover {
color: accentColor;
text-decoration: none;
}
.adminMenuItem:hover::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
.adminMenuActiveItem {
color: accentColor;
}
.adminMenuActiveItem::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
@media (min-width: 768px) {
.mainMenuItems {
width: 392px;
margin: 0 auto;
}
.adminMenuItems {
flex-direction: row;
}
.lightHeader {
position: relative;
height: 80px;
padding-left: 20px;
padding-right: 20px;
/* display: flex;
align-items: center;
justify-content: space-between; */
}
.adminMenuItems li:not(:last-of-type) {
/* margin-right: 30px; */
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.mainMenuItems {
width: 558px;
}
.adminMenuItems {
width: 640px;
margin: 0 auto;
}
}
/* @media screen and (min-width: 1024px) {
.mainMenuItems li:not(:last-of-type) {
margin-right: 89px;
}
} */ | src/components/MainMenu/MainMenu.module.css | @value variables: '../../stylesheet/vars.css';
@value primaryColor, accentColor, primaryTextFontSize, thirdHeaderFontStyle, borderColor from variables;
.mainMenuItems {
display: flex;
align-items: center;
/* justify-content: center; */
justify-content: space-between;
margin-bottom: 0;
flex-wrap: wrap;
}
.mainMenuItem {
position: relative;
z-index: 0;
font-family: OswaldRegular;
font-size: primaryTextFontSize;
color: primaryColor;
text-transform: uppercase;
transition: color 0.25s;
}
/* .mainMenuItems li:not(:last-of-type) {
margin-right: 30px;
} */
.mainMenuItem::before {
content: "";
position: absolute;
top: 25px;
/* top: 48px; */
left: 50%;
transform: translateX(-50%) scaleX(0);
transform-origin: right;
width: 100%;
height: 4px;
background-color: accentColor;
transition: transform 0.25s;
}
.mainMenuItem:hover {
color: accentColor;
text-decoration: none;
}
.mainMenuItem:focus {
color: accentColor;
text-decoration: none;
}
.mainMenuItem:hover::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
.mainMenuItem:focus::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
.mainMenuActiveItem {
color: accentColor;
}
.mainMenuActiveItem::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
/* adminPages */
.line {
width: 100%;
margin-bottom: 10px;
border: none;
/* Убираем границу для браузера Firefox */
color: borderColor;
/* Цвет линии для остальных браузеров */
background-color: borderColor;
/* Цвет линии для браузера Firefox и Opera */
height: 1px;
}
.adminMenuItems {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding-top: 6px;
margin-bottom: 0;
}
.adminMenuItem {
position: relative;
z-index: 0;
font-family: OswaldRegular;
font-size: thirdHeaderFontStyle;
color: primaryColor;
text-transform: uppercase;
}
.adminMenuItems li:not(:last-of-type) {
margin-bottom: 15px;
}
.adminMenuItem::before {
content: "";
position: absolute;
top: 25px;
left: 50%;
transform: translateX(-50%) scaleX(0);
transform-origin: right;
width: 100%;
height: 4px;
background-color: accentColor;
transition: transform 0.25s;
}
.adminMenuItem:hover {
color: accentColor;
text-decoration: none;
}
.adminMenuItem:hover::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
.adminMenuActiveItem {
color: accentColor;
}
.adminMenuActiveItem::before {
transform: translateX(-50%) scaleX(1);
transform-origin: left;
}
@media (min-width: 768px) {
.mainMenuItems {
width: 392px;
margin: 0 auto;
}
.adminMenuItems {
flex-direction: row;
}
.lightHeader {
position: relative;
height: 80px;
padding-left: 20px;
padding-right: 20px;
/* display: flex;
align-items: center;
justify-content: space-between; */
}
.adminMenuItems li:not(:last-of-type) {
/* margin-right: 30px; */
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.mainMenuItems {
width: 558px;
}
.adminMenuItems {
width: 640px;
margin: 0 auto;
}
}
/* @media screen and (min-width: 1024px) {
.mainMenuItems li:not(:last-of-type) {
margin-right: 89px;
}
} */ | 0.40698 | 0.045905 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("basilmarket.com") {
/* Cursor */
/* body {cursor: url(http://www.basilmarket.com/img/hand_shadow.cur), auto !important;}
A {cursor: url(http://www.basilmarket.com/img/hand_anim_shadow.ani), url(http://www.basilmarket.com/img/hand1.cur), auto !important;} */
/* Change top banner */
.innerWrapday {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/innerWrapdaynight-1.png) top repeat-x !important;}
.innerWrapnight {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/innerWrapdaynight-1.png) top repeat-x !important;}
.innerWrapPP1 {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/innerWrapPP1-2.png) !important}
.innerWrapPP2 {width:800px !important;}
.innerWrapPP2 {background-position: 205px -6px !important;}
/* Top smoothing */
.bwnight {background:url(http://dl.getdropbox.com/u/62398/BM/bodywrap.gif) top no-repeat #f8f7f2 !important;}
.bwday {background:url(http://dl.getdropbox.com/u/62398/BM/bodywrap.gif) top no-repeat #f8f7f2 !important;}
/* Improved right title bars (Forum headers, screens, latest items) */
.right {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/newrightitle-1.png) !important;}
/* Improved left title bars (Latest Comments, videos, listings) */
.left {color:#ffffff !important;font-family:tahoma !important;font-size:12px !important;font-weight:bold
!important;background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Newlefttitle.png) top repeat-x #99ffff !important;min-height:14px !important;}
/* Forum headers on a forum (Where it shows all threads; stickies, active, non-active; for Chat, Site, etc.) */
.topicBar, .bbTop {color:#ffffff !important;padding:10px !important;background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/topicbar-3.png) top no-repeat;background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/topicbar-3.png) !important;}
.topicBar a, .bbTop a {color:#ffffff !important;}
/* Changed sticky background color */
.stickyrow {background: url(http://i359.photobucket.com/albums/oo32/x2bishyz/Stickypost.png) !important;}
/* Changed sticky font color */
.stickytopic {font-weight:bold !important;}
.stickytopic a, .stickytopic a:visited, .stickytopic a:active, .stickytopic a:link {color:#ffffff !important;}
/* Remove side module on forums
.sideModule {display:none !important;}
.flHeader{display:none !important;}
.flForum{display:none !important;}
.middleColumn>div.np {width:790px !important;}
.sideModule.np {display:none !important;} */
/* Change search background color */
.misc1.mb10 {background-color:#656565 !important}
/*Better post background*/
.postSubn {background:url(http://img522.imageshack.us/img522/1255/bluepostbackgroundix4.png) !important}
/*Transparent menus */
.sub_menu{opacity: 0.8 !important;}
.sub_menu a:hover{font-weight:bold !important; color: #000000 !important; background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/submenu_option.png) !important;}
/* Top notice inside color */
.topMsg{background:url(http://img55.imageshack.us/img55/2572/topnoticeff7.png) !important}
/* Top notice border color */
.topMsg {border:1px solid #ddffff!important;}
/* Blue "I like this notices" */
.likeit {background:#70A7B4 !important}
/* Blue "I like this" hovered */
.likeit:hover {color:#70A7B4 !important; background:#96BEE5!important}
/* Friends list on mail background */
.error3 {background-color: #999999 !important }
/* Forum areas on main page */
.normal.center.misc1{background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/ForumTag-1.png) !important}
/* Text color (where it says "Page:" and where it says "Quoting an inappropriate post will result in a suspension. If you see something bad, report it, don't quote it.") */
body {margin:0px !important;margin-bottom:10px !important;font-size:13px !important;font-family:tahoma, verdana, arial !important;color:#999999 !important;text-align:center !important;background:#999999 !important;}
/* Text color for posts (except quotes) */
.lh, span.lh a {line-height:1.6em !important;color:#ffffff !important;}
/* IGN */
.postib {width:113px !important;height:90px !important;text-align:center !important;float:left !important;font-size:9px !important;margin-right:10px !important;line-height:1.6em !important;color:#ffffff !important;}
/* Quote color (that took too much time to find) */
.quote{font-size:10px !important;color:#ffffff !important;border-left:2px solid #00ffff !important;}
/* Body (2nd to back background) */
#bodyWrap {padding:0 10px 10px 10px !important;padding-top:0 !important;width:800px !important;margin-left:auto !important;margin-right:auto !important;text-align:left !important;clear:both !important;background:#202020 !important;}
/* Search Function Bar and Front Page "What this topic is" Part */
.misc1 {background-color:#202020 !important;}
.miscl.mb10 {background-color:#202020 !important;}
/* Posts */
.postSubn {width:790px !important;color:#333 !important;font-size:9px !important;background:url("http://i370.photobucket.com/albums/oo142/Dumbfugi/BasilMarket%20-%20Halloween%20Theme/post-background.png") top repeat-x !important;height:100px !important;padding:0 !important;}
.postn {background:#666666 !important;padding:5px !important;width:790px !important;border-bottom:1px solid #666666 !important;}
.postAuthorAn a strong {color:#ffffff !important;}
a.link {font-weight:bold !important;text-decoration:underline !important;color:#ffffff !important;padding-left:12px !important;}
.msgHeader{background:#ffffff !important; color:#000000 !important;}
.bwnight {background:url(http://img530.imageshack.us/img530/8502/cornernightpv0.png) top no-repeat #202020 !important;}
.bwday {background:url(http://img521.imageshack.us/img521/2702/cornerdayfr5.png) top no-repeat #202020 !important;}
.innerMenuWrap {color:#202020 !important;padding:5px !important;}
/* Top gradient (on sides) */
.day {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Backgradientday-1.png) center top repeat-y #ffffff !important;}
.night {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Backgradient-1.png) center top repeat-y #c8c8c8 !important;}
/* For left column color */
.leftColumn {vertical-align:top !important;background:#656565 !important;}
/* For right column color */
.rightColumn {vertical-align:top !important;background:#656565 !important;}
/* Active threads */
.hil {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Highlightpost.png) !important}
} | data/usercss/11602.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("basilmarket.com") {
/* Cursor */
/* body {cursor: url(http://www.basilmarket.com/img/hand_shadow.cur), auto !important;}
A {cursor: url(http://www.basilmarket.com/img/hand_anim_shadow.ani), url(http://www.basilmarket.com/img/hand1.cur), auto !important;} */
/* Change top banner */
.innerWrapday {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/innerWrapdaynight-1.png) top repeat-x !important;}
.innerWrapnight {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/innerWrapdaynight-1.png) top repeat-x !important;}
.innerWrapPP1 {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/innerWrapPP1-2.png) !important}
.innerWrapPP2 {width:800px !important;}
.innerWrapPP2 {background-position: 205px -6px !important;}
/* Top smoothing */
.bwnight {background:url(http://dl.getdropbox.com/u/62398/BM/bodywrap.gif) top no-repeat #f8f7f2 !important;}
.bwday {background:url(http://dl.getdropbox.com/u/62398/BM/bodywrap.gif) top no-repeat #f8f7f2 !important;}
/* Improved right title bars (Forum headers, screens, latest items) */
.right {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/newrightitle-1.png) !important;}
/* Improved left title bars (Latest Comments, videos, listings) */
.left {color:#ffffff !important;font-family:tahoma !important;font-size:12px !important;font-weight:bold
!important;background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Newlefttitle.png) top repeat-x #99ffff !important;min-height:14px !important;}
/* Forum headers on a forum (Where it shows all threads; stickies, active, non-active; for Chat, Site, etc.) */
.topicBar, .bbTop {color:#ffffff !important;padding:10px !important;background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/topicbar-3.png) top no-repeat;background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/topicbar-3.png) !important;}
.topicBar a, .bbTop a {color:#ffffff !important;}
/* Changed sticky background color */
.stickyrow {background: url(http://i359.photobucket.com/albums/oo32/x2bishyz/Stickypost.png) !important;}
/* Changed sticky font color */
.stickytopic {font-weight:bold !important;}
.stickytopic a, .stickytopic a:visited, .stickytopic a:active, .stickytopic a:link {color:#ffffff !important;}
/* Remove side module on forums
.sideModule {display:none !important;}
.flHeader{display:none !important;}
.flForum{display:none !important;}
.middleColumn>div.np {width:790px !important;}
.sideModule.np {display:none !important;} */
/* Change search background color */
.misc1.mb10 {background-color:#656565 !important}
/*Better post background*/
.postSubn {background:url(http://img522.imageshack.us/img522/1255/bluepostbackgroundix4.png) !important}
/*Transparent menus */
.sub_menu{opacity: 0.8 !important;}
.sub_menu a:hover{font-weight:bold !important; color: #000000 !important; background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/submenu_option.png) !important;}
/* Top notice inside color */
.topMsg{background:url(http://img55.imageshack.us/img55/2572/topnoticeff7.png) !important}
/* Top notice border color */
.topMsg {border:1px solid #ddffff!important;}
/* Blue "I like this notices" */
.likeit {background:#70A7B4 !important}
/* Blue "I like this" hovered */
.likeit:hover {color:#70A7B4 !important; background:#96BEE5!important}
/* Friends list on mail background */
.error3 {background-color: #999999 !important }
/* Forum areas on main page */
.normal.center.misc1{background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/ForumTag-1.png) !important}
/* Text color (where it says "Page:" and where it says "Quoting an inappropriate post will result in a suspension. If you see something bad, report it, don't quote it.") */
body {margin:0px !important;margin-bottom:10px !important;font-size:13px !important;font-family:tahoma, verdana, arial !important;color:#999999 !important;text-align:center !important;background:#999999 !important;}
/* Text color for posts (except quotes) */
.lh, span.lh a {line-height:1.6em !important;color:#ffffff !important;}
/* IGN */
.postib {width:113px !important;height:90px !important;text-align:center !important;float:left !important;font-size:9px !important;margin-right:10px !important;line-height:1.6em !important;color:#ffffff !important;}
/* Quote color (that took too much time to find) */
.quote{font-size:10px !important;color:#ffffff !important;border-left:2px solid #00ffff !important;}
/* Body (2nd to back background) */
#bodyWrap {padding:0 10px 10px 10px !important;padding-top:0 !important;width:800px !important;margin-left:auto !important;margin-right:auto !important;text-align:left !important;clear:both !important;background:#202020 !important;}
/* Search Function Bar and Front Page "What this topic is" Part */
.misc1 {background-color:#202020 !important;}
.miscl.mb10 {background-color:#202020 !important;}
/* Posts */
.postSubn {width:790px !important;color:#333 !important;font-size:9px !important;background:url("http://i370.photobucket.com/albums/oo142/Dumbfugi/BasilMarket%20-%20Halloween%20Theme/post-background.png") top repeat-x !important;height:100px !important;padding:0 !important;}
.postn {background:#666666 !important;padding:5px !important;width:790px !important;border-bottom:1px solid #666666 !important;}
.postAuthorAn a strong {color:#ffffff !important;}
a.link {font-weight:bold !important;text-decoration:underline !important;color:#ffffff !important;padding-left:12px !important;}
.msgHeader{background:#ffffff !important; color:#000000 !important;}
.bwnight {background:url(http://img530.imageshack.us/img530/8502/cornernightpv0.png) top no-repeat #202020 !important;}
.bwday {background:url(http://img521.imageshack.us/img521/2702/cornerdayfr5.png) top no-repeat #202020 !important;}
.innerMenuWrap {color:#202020 !important;padding:5px !important;}
/* Top gradient (on sides) */
.day {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Backgradientday-1.png) center top repeat-y #ffffff !important;}
.night {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Backgradient-1.png) center top repeat-y #c8c8c8 !important;}
/* For left column color */
.leftColumn {vertical-align:top !important;background:#656565 !important;}
/* For right column color */
.rightColumn {vertical-align:top !important;background:#656565 !important;}
/* Active threads */
.hil {background:url(http://i359.photobucket.com/albums/oo32/x2bishyz/Highlightpost.png) !important}
} | 0.20947 | 0.130562 |
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 100px;
padding-bottom: 40px;
margin-bottom: 80px; /* Margin bottom by footer height */
}
.zf-green {
color: #68b604;
}
.btn-success {
background-color: #57a900;
background-image: -moz-linear-gradient(top, #70d900, #57a900);
background-image: -ms-linear-gradient(top, #70d900, #57a900);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
background-image: -webkit-linear-gradient(top, #70d900, #57a900);
background-image: -o-linear-gradient(top, #70d900, #57a900);
background-image: linear-gradient(top, #70d900, #57a900);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
background-color: #57a900;
}
a:hover, a:focus {
outline: none;
text-decoration: none;
}
div.container a.navbar-brand > img {
display: inline;
margin-right: 4px;
margin-top: -2px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 80px; /* Set the fixed height of the footer here */
line-height: 2; /* Vertically center the text there */
}
a.home-active {
color: #18BC9C !important;
}
.success-message, .error-message {
display: inline-block;
color: #fff;
border-radius: 3px;
padding: 4px 6px;
list-style: none;
}
.success-message {
background: green;
}
.error-message {
background: #d00;
}
.blog-image-thumbnail {
width: 100px;
height: 60px;
border: 1px solid #E5E5E5;
border-radius: 3px;
margin: 0 20px 10px 0;
}
.blog-image {
width: 240px;
height: 140px;
border: 1px solid #E5E5E5;
border-radius: 3px;
margin: 0 20px 10px 0;
}
#back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
}
.breadcrumb-box {
display: inline-block;
}
.breadcrumb {
padding: 4px 12px;
margin-bottom: 0;
margin-top: 2px;
}
.color-red {
color: #d00;
}
/* For Zend Form Error */
form ul li {
color: #d00;
}
/* For Mandatory Fields */
label.asterisk::after {
content: '*';
margin-left: 5px;
color: #d00;
}
/* For Label */
label {
margin-top: 6px;
}
/* For login form checkbox */
#login-form input[type="checkbox"] {
margin-top: 9px !important;
}
/* For Captcha */
.captcha-box {
font-size: 1.5em;
text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}
#captcha {
border: 1px solid #dddddd;
border-radius: 3px;
padding: 0 10px;
width: 100px;
}
/* For Application/view/layout/layout.phtml ( You can change this values of course) */
.registration-block {
margin-top: 1px;
color: #fff !important;
}
.registration-block a {
color: #fff;
}
.registration-block a:hover {
color: #18BC9C;
} | public_html/css/style.css | html {
position: relative;
min-height: 100%;
}
body {
padding-top: 100px;
padding-bottom: 40px;
margin-bottom: 80px; /* Margin bottom by footer height */
}
.zf-green {
color: #68b604;
}
.btn-success {
background-color: #57a900;
background-image: -moz-linear-gradient(top, #70d900, #57a900);
background-image: -ms-linear-gradient(top, #70d900, #57a900);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
background-image: -webkit-linear-gradient(top, #70d900, #57a900);
background-image: -o-linear-gradient(top, #70d900, #57a900);
background-image: linear-gradient(top, #70d900, #57a900);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
background-color: #57a900;
}
a:hover, a:focus {
outline: none;
text-decoration: none;
}
div.container a.navbar-brand > img {
display: inline;
margin-right: 4px;
margin-top: -2px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 80px; /* Set the fixed height of the footer here */
line-height: 2; /* Vertically center the text there */
}
a.home-active {
color: #18BC9C !important;
}
.success-message, .error-message {
display: inline-block;
color: #fff;
border-radius: 3px;
padding: 4px 6px;
list-style: none;
}
.success-message {
background: green;
}
.error-message {
background: #d00;
}
.blog-image-thumbnail {
width: 100px;
height: 60px;
border: 1px solid #E5E5E5;
border-radius: 3px;
margin: 0 20px 10px 0;
}
.blog-image {
width: 240px;
height: 140px;
border: 1px solid #E5E5E5;
border-radius: 3px;
margin: 0 20px 10px 0;
}
#back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
}
.breadcrumb-box {
display: inline-block;
}
.breadcrumb {
padding: 4px 12px;
margin-bottom: 0;
margin-top: 2px;
}
.color-red {
color: #d00;
}
/* For Zend Form Error */
form ul li {
color: #d00;
}
/* For Mandatory Fields */
label.asterisk::after {
content: '*';
margin-left: 5px;
color: #d00;
}
/* For Label */
label {
margin-top: 6px;
}
/* For login form checkbox */
#login-form input[type="checkbox"] {
margin-top: 9px !important;
}
/* For Captcha */
.captcha-box {
font-size: 1.5em;
text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}
#captcha {
border: 1px solid #dddddd;
border-radius: 3px;
padding: 0 10px;
width: 100px;
}
/* For Application/view/layout/layout.phtml ( You can change this values of course) */
.registration-block {
margin-top: 1px;
color: #fff !important;
}
.registration-block a {
color: #fff;
}
.registration-block a:hover {
color: #18BC9C;
} | 0.477067 | 0.113973 |
@font-face {
font-family: 'Segoe UI';
src: url('fonts/SegoeUI.ttf');
}
@font-face {
font-family: Consolas;
src: url('fonts/Consolas.ttf');
}
/*** RESET ***/
body, div, img, a, span, input, table, tr, td {
padding: 0;
margin: 0;
}
#window {
margin: auto;
width: 419px;
height: 384px;
border: 1px solid #000000;
border-radius: 10px;
box-shadow: #000000 2px 2px 12px;
background: linear-gradient(to bottom, rgba(212,212,212,1) 0%,rgba(215,215,215,1) 16%,rgba(221,221,221,1) 20%,rgba(243,243,243,1) 30%,rgba(239,239,239,1) 30%,rgba(220,220,220,1) 30%,rgba(207,207,207,1) 30%,rgba(205,205,205,1) 31%,rgba(190,190,190,1) 43%,rgba(190,190,190,1) 55%,rgba(193,193,193,1) 66%,rgba(193,193,193,1) 100%);
}
#heading {
font-family: 'Segoe UI';
font-size: 12px;
position: relative;
left: 10px;
}
#icon {
position: relative;
left: 7px;
top: 1px;
}
#controls {
position: relative;
left: 236px;
}
#calculator {
position: absolute;
width: 407px;
height: 350px;
margin: 0px 6px 6px 6px;
border: 1px solid #616161;
}
#menu {
height: 17px;
padding-top: 0;
border-bottom: 1px solid #b6bccc;
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(252,253,255,1) 6%,rgba(239,242,249,1) 24%,rgba(232,236,247,1) 29%,rgba(228,235,245,1) 35%,rgba(212,219,237,1) 41%,rgba(224,230,246,1) 100%);
}
#menu .menuItem {
font-family: 'Segoe UI';
font-size: 11px;
font-weight: bold;
margin-left: 10px;
vertical-align: text-top;
}
#menu .menuItem span {
text-decoration: underline;
}
#mainContent {
height: 332px;
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(237,244,252,1) 0%,rgba(236,243,253,1) 2%,rgba(233,242,251,1) 7%,rgba(226,236,246,1) 14%,rgba(225,233,244,1) 15%,rgba(224,234,246,1) 16%,rgba(223,233,243,1) 16%,rgba(220,230,242,1) 22%,rgba(217,229,241,1) 22%,rgba(219,229,241,1) 23%,rgba(216,228,242,1) 24%,rgba(218,228,240,1) 24%,rgba(218,228,240,1) 100%);
}
#inputBox {
width: 383px;
height: 48px;
border: 1px solid #8e9cad;
border-radius: 2px;
position: relative;
top: 11px;
left: 11px;
background: linear-gradient(to bottom, rgba(233,242,251,1) 0%,rgba(232,240,251,1) 9%,rgba(235,242,252,1) 28%,rgba(250,251,255,1) 67%,rgba(255,255,255,1) 100%);
}
#inputText {
font-family: Consolas;
font-size: 24px;
position: relative;
left: 287px;
top: 13px;
}
#binaryNumbers {
width: 383px;
height: 65px;
position: relative;
top: 16px;
left: 11px;
background-color: #d9e4f1;
border: 1px solid #8e9cad;
border-radius: 2px;
}
#binaryNumbers table td {
line-height: 1.1;
font-family: Consolas;
color: #1e395b;
font-size: 13px;
padding-left: 5px;
padding-right: 13px;
}
#binaryNumbers table td.group {
color: #666666;
}
.leftPart {
border: 1px solid #8696aa;
border-radius: 2px;
width: 70px;
height: 88px;
position: relative;
top: 22px;
left: 11px;
}
.leftPart input[type="radio"] {
font-family: 'Segoe UI';
font-size: 12px;
color: #1e395b;
position: relative;
top: 0;
left: 7px;
}
.leftPart label {
vertical-align: 3px;
}
.leftPartBottom {
border: 1px solid #8696aa;
border-radius: 2px;
width: 70px;
height: 88px;
position: relative;
top: 27px;
left: 11px;
}
.leftPartBottom input[type="radio"], label {
font-family: 'Segoe UI';
font-size: 11px;
font-weight: bold;
color: #1e395b;
position: relative;
top: 0;
left: 7px;
}
.leftPartBottom label {
vertical-align: 3px;
}
#buttons {
width: 307px;
height: 187px;
position: relative;
top: -160px;
left: 86px;
}
#buttons td {
width: 36px;
height: 29px;
}
#buttons input[type="button"] {
width: 100%;
height: 100%;
font-family: 'Segoe UI';
font-size: 12px;
color: #1e395b;
background: linear-gradient(to bottom, rgba(239,246,252,1) 0%,rgba(239,244,250,1) 9%,rgba(226,235,244,1) 45%,rgba(214,224,236,1) 50%,rgba(214,226,240,1) 100%);
border: 1px solid #8e9cad;
border-radius: 2px;
}
#buttons input[type="button"]:not(:disabled):not(.memory):hover {
background: linear-gradient(to bottom, rgba(255,245,233,1) 0%,rgba(255,239,223,1) 5%,rgba(255,226,194,1) 45%,rgba(255,207,105,1) 50%,rgba(255,211,116,1) 64%,rgba(255,217,122,1) 77%,rgba(255,233,131,1) 95%,rgba(255,243,161,1) 100%);
border: 1px solid #ffdb00;
}
#buttons input[class="equals"] {
height: 58px;
font-family: 'Segoe UI';
font-size: 20px;
font-weight: bold;
}
#buttons input[disabled] {
background: #d9e4f1;
border: 1px solid #8e9cad;
}
#buttons input.memory {
background: #d6e1ee;
}
#buttons input.memory:hover {
background: linear-gradient(to bottom, rgba(255,219,122,1) 0%,rgba(255,207,105,1) 5%,rgba(255,206,104,1) 45%,rgba(255,211,114,1) 64%,rgba(255,222,122,1) 82%,rgba(255,232,128,1) 91%,rgba(255,237,135,1) 95%,rgba(255,244,164,1) 100%);
} | Module01_Basics/05.CSS/02.CSS-Presentation/04.WindowsCalculator/main.css | @font-face {
font-family: 'Segoe UI';
src: url('fonts/SegoeUI.ttf');
}
@font-face {
font-family: Consolas;
src: url('fonts/Consolas.ttf');
}
/*** RESET ***/
body, div, img, a, span, input, table, tr, td {
padding: 0;
margin: 0;
}
#window {
margin: auto;
width: 419px;
height: 384px;
border: 1px solid #000000;
border-radius: 10px;
box-shadow: #000000 2px 2px 12px;
background: linear-gradient(to bottom, rgba(212,212,212,1) 0%,rgba(215,215,215,1) 16%,rgba(221,221,221,1) 20%,rgba(243,243,243,1) 30%,rgba(239,239,239,1) 30%,rgba(220,220,220,1) 30%,rgba(207,207,207,1) 30%,rgba(205,205,205,1) 31%,rgba(190,190,190,1) 43%,rgba(190,190,190,1) 55%,rgba(193,193,193,1) 66%,rgba(193,193,193,1) 100%);
}
#heading {
font-family: 'Segoe UI';
font-size: 12px;
position: relative;
left: 10px;
}
#icon {
position: relative;
left: 7px;
top: 1px;
}
#controls {
position: relative;
left: 236px;
}
#calculator {
position: absolute;
width: 407px;
height: 350px;
margin: 0px 6px 6px 6px;
border: 1px solid #616161;
}
#menu {
height: 17px;
padding-top: 0;
border-bottom: 1px solid #b6bccc;
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(252,253,255,1) 6%,rgba(239,242,249,1) 24%,rgba(232,236,247,1) 29%,rgba(228,235,245,1) 35%,rgba(212,219,237,1) 41%,rgba(224,230,246,1) 100%);
}
#menu .menuItem {
font-family: 'Segoe UI';
font-size: 11px;
font-weight: bold;
margin-left: 10px;
vertical-align: text-top;
}
#menu .menuItem span {
text-decoration: underline;
}
#mainContent {
height: 332px;
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(237,244,252,1) 0%,rgba(236,243,253,1) 2%,rgba(233,242,251,1) 7%,rgba(226,236,246,1) 14%,rgba(225,233,244,1) 15%,rgba(224,234,246,1) 16%,rgba(223,233,243,1) 16%,rgba(220,230,242,1) 22%,rgba(217,229,241,1) 22%,rgba(219,229,241,1) 23%,rgba(216,228,242,1) 24%,rgba(218,228,240,1) 24%,rgba(218,228,240,1) 100%);
}
#inputBox {
width: 383px;
height: 48px;
border: 1px solid #8e9cad;
border-radius: 2px;
position: relative;
top: 11px;
left: 11px;
background: linear-gradient(to bottom, rgba(233,242,251,1) 0%,rgba(232,240,251,1) 9%,rgba(235,242,252,1) 28%,rgba(250,251,255,1) 67%,rgba(255,255,255,1) 100%);
}
#inputText {
font-family: Consolas;
font-size: 24px;
position: relative;
left: 287px;
top: 13px;
}
#binaryNumbers {
width: 383px;
height: 65px;
position: relative;
top: 16px;
left: 11px;
background-color: #d9e4f1;
border: 1px solid #8e9cad;
border-radius: 2px;
}
#binaryNumbers table td {
line-height: 1.1;
font-family: Consolas;
color: #1e395b;
font-size: 13px;
padding-left: 5px;
padding-right: 13px;
}
#binaryNumbers table td.group {
color: #666666;
}
.leftPart {
border: 1px solid #8696aa;
border-radius: 2px;
width: 70px;
height: 88px;
position: relative;
top: 22px;
left: 11px;
}
.leftPart input[type="radio"] {
font-family: 'Segoe UI';
font-size: 12px;
color: #1e395b;
position: relative;
top: 0;
left: 7px;
}
.leftPart label {
vertical-align: 3px;
}
.leftPartBottom {
border: 1px solid #8696aa;
border-radius: 2px;
width: 70px;
height: 88px;
position: relative;
top: 27px;
left: 11px;
}
.leftPartBottom input[type="radio"], label {
font-family: 'Segoe UI';
font-size: 11px;
font-weight: bold;
color: #1e395b;
position: relative;
top: 0;
left: 7px;
}
.leftPartBottom label {
vertical-align: 3px;
}
#buttons {
width: 307px;
height: 187px;
position: relative;
top: -160px;
left: 86px;
}
#buttons td {
width: 36px;
height: 29px;
}
#buttons input[type="button"] {
width: 100%;
height: 100%;
font-family: 'Segoe UI';
font-size: 12px;
color: #1e395b;
background: linear-gradient(to bottom, rgba(239,246,252,1) 0%,rgba(239,244,250,1) 9%,rgba(226,235,244,1) 45%,rgba(214,224,236,1) 50%,rgba(214,226,240,1) 100%);
border: 1px solid #8e9cad;
border-radius: 2px;
}
#buttons input[type="button"]:not(:disabled):not(.memory):hover {
background: linear-gradient(to bottom, rgba(255,245,233,1) 0%,rgba(255,239,223,1) 5%,rgba(255,226,194,1) 45%,rgba(255,207,105,1) 50%,rgba(255,211,116,1) 64%,rgba(255,217,122,1) 77%,rgba(255,233,131,1) 95%,rgba(255,243,161,1) 100%);
border: 1px solid #ffdb00;
}
#buttons input[class="equals"] {
height: 58px;
font-family: 'Segoe UI';
font-size: 20px;
font-weight: bold;
}
#buttons input[disabled] {
background: #d9e4f1;
border: 1px solid #8e9cad;
}
#buttons input.memory {
background: #d6e1ee;
}
#buttons input.memory:hover {
background: linear-gradient(to bottom, rgba(255,219,122,1) 0%,rgba(255,207,105,1) 5%,rgba(255,206,104,1) 45%,rgba(255,211,114,1) 64%,rgba(255,222,122,1) 82%,rgba(255,232,128,1) 91%,rgba(255,237,135,1) 95%,rgba(255,244,164,1) 100%);
} | 0.438064 | 0.112649 |
.wysiwyg-color-black {
color: black;
}
.wysiwyg-color-silver {
color: silver;
}
.wysiwyg-color-gray {
color: gray;
}
.wysiwyg-color-white {
color: white;
}
.wysiwyg-color-maroon {
color: maroon;
}
.wysiwyg-color-red {
color: red;
}
.wysiwyg-color-purple {
color: purple;
}
.wysiwyg-color-fuchsia {
color: fuchsia;
}
.wysiwyg-color-green {
color: green;
}
.wysiwyg-color-lime {
color: lime;
}
.wysiwyg-color-olive {
color: olive;
}
.wysiwyg-color-yellow {
color: yellow;
}
.wysiwyg-color-navy {
color: navy;
}
.wysiwyg-color-blue {
color: blue;
}
.wysiwyg-color-teal {
color: teal;
}
.wysiwyg-color-aqua {
color: aqua;
}
.wysiwyg-color-orange {
color: orange;
}
.content-btn {
text-decoration: none;
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: whitesmoke;
background-image: -moz-linear-gradient(top, white, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, white, #e6e6e6);
background-image: -o-linear-gradient(top, white, #e6e6e6);
background-image: linear-gradient(to bottom, white, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
} | vendor/assets/stylesheets/bootstrap-wysihtml5/wysiwyg-color.css | .wysiwyg-color-black {
color: black;
}
.wysiwyg-color-silver {
color: silver;
}
.wysiwyg-color-gray {
color: gray;
}
.wysiwyg-color-white {
color: white;
}
.wysiwyg-color-maroon {
color: maroon;
}
.wysiwyg-color-red {
color: red;
}
.wysiwyg-color-purple {
color: purple;
}
.wysiwyg-color-fuchsia {
color: fuchsia;
}
.wysiwyg-color-green {
color: green;
}
.wysiwyg-color-lime {
color: lime;
}
.wysiwyg-color-olive {
color: olive;
}
.wysiwyg-color-yellow {
color: yellow;
}
.wysiwyg-color-navy {
color: navy;
}
.wysiwyg-color-blue {
color: blue;
}
.wysiwyg-color-teal {
color: teal;
}
.wysiwyg-color-aqua {
color: aqua;
}
.wysiwyg-color-orange {
color: orange;
}
.content-btn {
text-decoration: none;
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: whitesmoke;
background-image: -moz-linear-gradient(top, white, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, white, #e6e6e6);
background-image: -o-linear-gradient(top, white, #e6e6e6);
background-image: linear-gradient(to bottom, white, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
} | 0.531939 | 0.202956 |
@charset "utf-8";
/* CSS Document */
body{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 12px;
background-image: url("../images/body.gif");
text-align: center;
height: 1950px;
}
.main{
width: 1200px;
height: 1880px;
margin: 0 auto;
background-color: #FFF;
}
.main_top{
float: left;
width: 1200px;
height: 80px;
background-color: #FFF;
}
.top_title{
width: 200px;
height: 40px;
margin-left: 130px;
margin-top: 40px;
}
.logo{
margin-left: -1050px;
margin-top: -70px;
}
.top_nav{
height: 55px;
width: 800px;
background-color: #FFF;
position: relative;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin-left: 350px;
margin-top: -60px;
}
.top_nav ul{
list-style-type: none;
}
.top_nav ul li{
float: left;
position: relative;
}
.top_nav ul li.first{
border-left: 1px solid #e9e9e9;
}
.top_nav ul li a{
display: block;
width: 115px;
height: 30px;
text-align: center;
border-right: 1px solid #e9e9e9;
text-decoration: none;
color: #C8B8B8;
padding-top: 8px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-weight: bold;
font-size: 16px;
}
.top_nav ul li a:hover{
background: #AD2123;
color: #FFF;
}
.photo{
width: 1200px;
height: 280px;
background-color: #FFF;
}
.item{
width: 1200px;
height: 300px;
background-color: #FFF;
margin-top: 130px;
}
.style{
width: 300px;
height: 300px;
background-color: #FFF;
}
.style_title{
width: 300px;
height: 25px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.style_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.style_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.style_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.style_more a:hover{
background: #BFA8A8;
color: #000;
}
.economic{
width: 300px;
height: 300px;
background-color: #FFF;
margin-left: 300px;
margin-top: -300px;
}
.economic_title{
width: 300px;
height: 25px;
background-color: #FFF;
margin-top: -300px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.economic_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.economic_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.economic_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.economic_more a:hover{
background: #BFA8A8;
color: #000;
}
.military{
width: 300px;
height: 300px;
background-color: #FFF;
margin-left: 600px;
margin-top: -300px;
}
.military_title{
width: 300px;
height: 25px;
background-color: #FFF;
margin-top: -300px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.military_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.military_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.military_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.military_more a:hover{
background: #BFA8A8;
color: #000;
}
.culture{
width: 300px;
height: 300px;
background-color: #FFF;
margin-left: 900px;
margin-top: -300px;
}
.culture_title{
width: 250px;
height: 25px;
background-color: #FFF;
margin-top: -300px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.culture_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.culture_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.culture_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.culture_more a:hover{
background: #BFA8A8;
color: #000;
}
.news{
width: 1200px;
height: 500px;
background-color: #FFF;
margin-top: 50px;
}
.news_left{
width: 600px;
height: 500px;
background-color: #FFF;
}
.left_title{
width: 575px;
height: 50px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.left_movie{
width: 550px;
height: 400px;
background-color: #000;
margin-left: 25px;
}
.left_review{
width: 80px;
height: 25px;
margin-left: 25px;
background-color: #F30408;
margin-top: 35px;
}
.left_review a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
display: block;
text-align: center;
color: #FFF;
}
.left_review a:hover{
background: #BFA8A8;
color: #000;
height: 25px;
width: 80px;
}
.news_middle{
width: 275px;
height: 500px;
background-color: #FFF;
margin-left: 625px;
margin-top: -500px;
}
.middle_title{
width: 275px;
height: 50px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
}
.middle1{
width: 275px;
height: 120px;
background-color: #FFF;
}
.middle1_photo{
width: 120px;
height: 120px;
background-color: #FFF;
}
.middle1_word{
width: 50px;
height: 20px;
background-color: #F30408;
margin-left: 210px;
margin-top: -20px;
}
.middle1_word a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.middle1_word a:hover{
background: #BFA8A8;
color: #000;
}
.middle2{
width: 275px;
height: 120px;
background-color: #FFF;
margin-top: 15px;
}
.middle2_photo{
width: 120px;
height: 100px;
background-color: #FFF;
}
.middle2_word{
width: 50px;
height: 20px;
background-color: #F30408;
margin-left: 210px;
}
.middle2_word a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.middle2_word a:hover{
background: #BFA8A8;
color: #000;
}
.middle3{
width: 275px;
height: 100px;
background-color: #FFF;
margin-top: 15px;
}
.middle3_photo{
width: 120px;
height: 100px;
background-color: #FFF;
}
.middle3_word{
width: 50px;
height: 20px;
background-color: #F30408;
margin-left: 210px;
}
.middle3_word a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.middle3_word a:hover{
background: #BFA8A8;
color: #000;
}
.news_right{
width: 250px;
height: 500px;
background-color: #FFF;
margin-left: 925px;
margin-top: -500px;
}
.right1{
width: 250px;
height: 270px;
background-color: #FFF;
}
.right1_title{
width: 250px;
height: 50px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
}
.right1_word{
width: 250px;
height: 220px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 12px;
color: #000;
}
.right2{
width: 250px;
height: 210px;
background-color: #FFF;
margin-top: 20px;
}
.right2_title{
width: 250px;
height: 20px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-top: -30px;
}
.right2_word{
width: 250px;
height: 180px;
background-color: #FFF;
color: #F90408;
margin-top: 18px;
}
.bottom{
width: 1200px;
height: 520px;
background-color: #000;
margin-top: 50px;
}
.bottom1{
width: 250px;
height: 500px;
margin-left: 15px;
}
.bottom1_title{
width: 250px;
height: 30px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom2{
width: 250px;
height: 500px;
background-color: #000;
margin-left: 324px;
margin-top: -500px;
}
.bottom2_title{
width: 250px;
height: 30px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom2_word{
width: 260px;
height: 455px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #BFB4B4;
margin-top: -25px;
}
.bottom2_more{
width: 50px;
height: 20px;
margin-top: 5px;
background-color: #F30408;
}
.bottom2_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.bottom2_more a:hover{
background: #BFA8A8;
color: #000;
}
.bottom3{
width: 250px;
height: 500px;
background-color: #000;
margin-left: 625px;
margin-top: -500px;
}
.bottom3_title{
width: 250px;
height: 30px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom3_word{
width: 250px;
height:270px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #BFB4B4;
margin-top: -15px;
}
.bottom3_photo{
width: 250px;
height: 170px;
background-color: #000;
margin-top: -42px;
}
.photo1{
width: 80px;
height: 80px;
background-color: #FFF;
}
.photo2{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 85px;
margin-top: -80px;
}
.photo3{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 170px;
margin-top: -80px;
}
.photo4{
width: 80px;
height: 80px;
background-color: #FFF;
margin-top: 5px;
}
.photo5{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 85px;
margin-top: -80px;
}
.photo6{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 170px;
margin-top: -80px;
}
.bottom3_more{
width: 50px;
height: 20px;
margin-top: 5px;
background-color: #F30408;
}
.bottom3_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.bottom3_more a:hover{
background: #BFA8A8;
color: #000;
}
.bottom4{
width: 250px;
height: 500px;
background-color: #000;
margin-left: 925px;
margin-top: -500px;
}
.bottom4_title{
width: 250px;
height: 16px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom4_word{
width: 250px;
height: 455px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #BFB4B4;
margin-top: -2px;
}
.bottom4_more{
width: 50px;
height: 20px;
margin-top: 5px;
background-color: #F30408;
margin-left: 2px;
}
.bottom4_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.bottom4_more a:hover{
background: #BFA8A8;
color: #000;
}
.copyright{
width: 1200px;
height: 50px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #FFF;
}
.slider {
margin: 5px auto;
width: 750px;
height: 288px;
position: relative;
}
.conbox { /* 播放面板样式 */
position: absolute;
padding: 8px 8px 8px 8px;
}
.switcher {
position: absolute;
bottom: -120px;
right: 480px;
float: right;
z-index: 99;
}
.switcher a {
background: #fff;
border: 1px solid #D00000;
cursor: pointer;
float: left;
font-family: arial;
height: 18px;
line-height: 18px;
width: 18px;
margin: 4px;
text-align: center;
color: #D00000;
}
.switcher a.cur, .switcher a:hover {
background: #FF0000;
border: 1px solid #D00000;
height: 24px;
line-height: 24px;
width: 24px;
margin: 0 2px;
color: #fff;
font-weight: 800px;
}
.slider1{
margin-left: -8px;
} | goahead/css/style.css | @charset "utf-8";
/* CSS Document */
body{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 12px;
background-image: url("../images/body.gif");
text-align: center;
height: 1950px;
}
.main{
width: 1200px;
height: 1880px;
margin: 0 auto;
background-color: #FFF;
}
.main_top{
float: left;
width: 1200px;
height: 80px;
background-color: #FFF;
}
.top_title{
width: 200px;
height: 40px;
margin-left: 130px;
margin-top: 40px;
}
.logo{
margin-left: -1050px;
margin-top: -70px;
}
.top_nav{
height: 55px;
width: 800px;
background-color: #FFF;
position: relative;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin-left: 350px;
margin-top: -60px;
}
.top_nav ul{
list-style-type: none;
}
.top_nav ul li{
float: left;
position: relative;
}
.top_nav ul li.first{
border-left: 1px solid #e9e9e9;
}
.top_nav ul li a{
display: block;
width: 115px;
height: 30px;
text-align: center;
border-right: 1px solid #e9e9e9;
text-decoration: none;
color: #C8B8B8;
padding-top: 8px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-weight: bold;
font-size: 16px;
}
.top_nav ul li a:hover{
background: #AD2123;
color: #FFF;
}
.photo{
width: 1200px;
height: 280px;
background-color: #FFF;
}
.item{
width: 1200px;
height: 300px;
background-color: #FFF;
margin-top: 130px;
}
.style{
width: 300px;
height: 300px;
background-color: #FFF;
}
.style_title{
width: 300px;
height: 25px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.style_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.style_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.style_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.style_more a:hover{
background: #BFA8A8;
color: #000;
}
.economic{
width: 300px;
height: 300px;
background-color: #FFF;
margin-left: 300px;
margin-top: -300px;
}
.economic_title{
width: 300px;
height: 25px;
background-color: #FFF;
margin-top: -300px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.economic_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.economic_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.economic_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.economic_more a:hover{
background: #BFA8A8;
color: #000;
}
.military{
width: 300px;
height: 300px;
background-color: #FFF;
margin-left: 600px;
margin-top: -300px;
}
.military_title{
width: 300px;
height: 25px;
background-color: #FFF;
margin-top: -300px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.military_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.military_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.military_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.military_more a:hover{
background: #BFA8A8;
color: #000;
}
.culture{
width: 300px;
height: 300px;
background-color: #FFF;
margin-left: 900px;
margin-top: -300px;
}
.culture_title{
width: 250px;
height: 25px;
background-color: #FFF;
margin-top: -300px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.culture_photo{
width: 250px;
height: 250px;
background-color: #FFF;
margin-left: 25px;
}
.culture_more{
width: 50px;
height: 20px;
margin-left: 25px;
background-color: #F30408;
}
.culture_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.culture_more a:hover{
background: #BFA8A8;
color: #000;
}
.news{
width: 1200px;
height: 500px;
background-color: #FFF;
margin-top: 50px;
}
.news_left{
width: 600px;
height: 500px;
background-color: #FFF;
}
.left_title{
width: 575px;
height: 50px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 25px;
}
.left_movie{
width: 550px;
height: 400px;
background-color: #000;
margin-left: 25px;
}
.left_review{
width: 80px;
height: 25px;
margin-left: 25px;
background-color: #F30408;
margin-top: 35px;
}
.left_review a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
display: block;
text-align: center;
color: #FFF;
}
.left_review a:hover{
background: #BFA8A8;
color: #000;
height: 25px;
width: 80px;
}
.news_middle{
width: 275px;
height: 500px;
background-color: #FFF;
margin-left: 625px;
margin-top: -500px;
}
.middle_title{
width: 275px;
height: 50px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
}
.middle1{
width: 275px;
height: 120px;
background-color: #FFF;
}
.middle1_photo{
width: 120px;
height: 120px;
background-color: #FFF;
}
.middle1_word{
width: 50px;
height: 20px;
background-color: #F30408;
margin-left: 210px;
margin-top: -20px;
}
.middle1_word a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.middle1_word a:hover{
background: #BFA8A8;
color: #000;
}
.middle2{
width: 275px;
height: 120px;
background-color: #FFF;
margin-top: 15px;
}
.middle2_photo{
width: 120px;
height: 100px;
background-color: #FFF;
}
.middle2_word{
width: 50px;
height: 20px;
background-color: #F30408;
margin-left: 210px;
}
.middle2_word a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.middle2_word a:hover{
background: #BFA8A8;
color: #000;
}
.middle3{
width: 275px;
height: 100px;
background-color: #FFF;
margin-top: 15px;
}
.middle3_photo{
width: 120px;
height: 100px;
background-color: #FFF;
}
.middle3_word{
width: 50px;
height: 20px;
background-color: #F30408;
margin-left: 210px;
}
.middle3_word a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.middle3_word a:hover{
background: #BFA8A8;
color: #000;
}
.news_right{
width: 250px;
height: 500px;
background-color: #FFF;
margin-left: 925px;
margin-top: -500px;
}
.right1{
width: 250px;
height: 270px;
background-color: #FFF;
}
.right1_title{
width: 250px;
height: 50px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
}
.right1_word{
width: 250px;
height: 220px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 12px;
color: #000;
}
.right2{
width: 250px;
height: 210px;
background-color: #FFF;
margin-top: 20px;
}
.right2_title{
width: 250px;
height: 20px;
background-color: #FFF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 20px;
font-weight: bold;
text-align: left;
margin-top: -30px;
}
.right2_word{
width: 250px;
height: 180px;
background-color: #FFF;
color: #F90408;
margin-top: 18px;
}
.bottom{
width: 1200px;
height: 520px;
background-color: #000;
margin-top: 50px;
}
.bottom1{
width: 250px;
height: 500px;
margin-left: 15px;
}
.bottom1_title{
width: 250px;
height: 30px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom2{
width: 250px;
height: 500px;
background-color: #000;
margin-left: 324px;
margin-top: -500px;
}
.bottom2_title{
width: 250px;
height: 30px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom2_word{
width: 260px;
height: 455px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #BFB4B4;
margin-top: -25px;
}
.bottom2_more{
width: 50px;
height: 20px;
margin-top: 5px;
background-color: #F30408;
}
.bottom2_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.bottom2_more a:hover{
background: #BFA8A8;
color: #000;
}
.bottom3{
width: 250px;
height: 500px;
background-color: #000;
margin-left: 625px;
margin-top: -500px;
}
.bottom3_title{
width: 250px;
height: 30px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom3_word{
width: 250px;
height:270px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #BFB4B4;
margin-top: -15px;
}
.bottom3_photo{
width: 250px;
height: 170px;
background-color: #000;
margin-top: -42px;
}
.photo1{
width: 80px;
height: 80px;
background-color: #FFF;
}
.photo2{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 85px;
margin-top: -80px;
}
.photo3{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 170px;
margin-top: -80px;
}
.photo4{
width: 80px;
height: 80px;
background-color: #FFF;
margin-top: 5px;
}
.photo5{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 85px;
margin-top: -80px;
}
.photo6{
width: 80px;
height: 80px;
background-color: #FFF;
margin-left: 170px;
margin-top: -80px;
}
.bottom3_more{
width: 50px;
height: 20px;
margin-top: 5px;
background-color: #F30408;
}
.bottom3_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.bottom3_more a:hover{
background: #BFA8A8;
color: #000;
}
.bottom4{
width: 250px;
height: 500px;
background-color: #000;
margin-left: 925px;
margin-top: -500px;
}
.bottom4_title{
width: 250px;
height: 16px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #C7BDBD;
padding-top: 15px;
}
.bottom4_word{
width: 250px;
height: 455px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #BFB4B4;
margin-top: -2px;
}
.bottom4_more{
width: 50px;
height: 20px;
margin-top: 5px;
background-color: #F30408;
margin-left: 2px;
}
.bottom4_more a{
text-decoration: none;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 18px;
display: block;
text-align: center;
color: #FFF;
}
.bottom4_more a:hover{
background: #BFA8A8;
color: #000;
}
.copyright{
width: 1200px;
height: 50px;
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 14px;
color: #FFF;
}
.slider {
margin: 5px auto;
width: 750px;
height: 288px;
position: relative;
}
.conbox { /* 播放面板样式 */
position: absolute;
padding: 8px 8px 8px 8px;
}
.switcher {
position: absolute;
bottom: -120px;
right: 480px;
float: right;
z-index: 99;
}
.switcher a {
background: #fff;
border: 1px solid #D00000;
cursor: pointer;
float: left;
font-family: arial;
height: 18px;
line-height: 18px;
width: 18px;
margin: 4px;
text-align: center;
color: #D00000;
}
.switcher a.cur, .switcher a:hover {
background: #FF0000;
border: 1px solid #D00000;
height: 24px;
line-height: 24px;
width: 24px;
margin: 0 2px;
color: #fff;
font-weight: 800px;
}
.slider1{
margin-left: -8px;
} | 0.298185 | 0.053453 |
.main_header_wrapper{padding: 50px 50px;
background: #1B5E20;
}
.table-wrapper-scroll-y {
display: block;
max-height: 400px;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body{
background:#fff;
}
.main_section{
position: relative;
margin-top: -5%;
background: #fff;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
padding: 50px 0px;
}
.admin_section{
position: relative;
margin-top: -5%;
background: #fff;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
padding: 50px 0px;
}
#form_heading{
font-size: 25px;
}
.padd-top-30{
padding-top:30px;
}
.mar-reset{
margin: 0 !important;
}
.form_meta{
padding: 0 100px;
}
.member-head{
color: #1F5891;
font-size: 25px;
font-weight: 500;
}
.member-meta-sub-heading{
color: #2E7D32;
}
.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #fff;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 450px;
}
.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }
.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }
.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }
.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00C851; }
.scrollbar-info::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-info::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-info::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #33b5e5; }
.scrollbar-default::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-default::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-default::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #2BBBAD; }
.scrollbar-secondary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-secondary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-secondary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #aa66cc; }
.active-text input[type=text]:focus:not([readonly]) {
border-bottom: 1px solid #000;
box-shadow: 0 1px 0 0 #000;
} | assets/css/style.css | .main_header_wrapper{padding: 50px 50px;
background: #1B5E20;
}
.table-wrapper-scroll-y {
display: block;
max-height: 400px;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body{
background:#fff;
}
.main_section{
position: relative;
margin-top: -5%;
background: #fff;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
padding: 50px 0px;
}
.admin_section{
position: relative;
margin-top: -5%;
background: #fff;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
padding: 50px 0px;
}
#form_heading{
font-size: 25px;
}
.padd-top-30{
padding-top:30px;
}
.mar-reset{
margin: 0 !important;
}
.form_meta{
padding: 0 100px;
}
.member-head{
color: #1F5891;
font-size: 25px;
font-weight: 500;
}
.member-meta-sub-heading{
color: #2E7D32;
}
.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #fff;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 450px;
}
.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }
.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }
.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }
.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00C851; }
.scrollbar-info::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-info::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-info::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #33b5e5; }
.scrollbar-default::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-default::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-default::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #2BBBAD; }
.scrollbar-secondary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-secondary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-secondary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #aa66cc; }
.active-text input[type=text]:focus:not([readonly]) {
border-bottom: 1px solid #000;
box-shadow: 0 1px 0 0 #000;
} | 0.393036 | 0.062217 |
body {font-family: sans-serif; font-size: 80%; margin: 0px; padding: 0px;}
div.envelope {margin: 20px;}
div.header {}
div.header h1 {background-color: #dddddd; color: #0069ce; font-weight: bold; font-size: 150%; padding: 5px 10px; margin: -10px -10px 10px -10px;}
div.header div.property {color: #333333;}
div.header div.property div.bullet {float: left; width: 0.75em;}
div.header div.property div.value {margin-left: 0.75em; font-style: italic;}
div.section {margin-top: 10px;}
div.section h2 {font-size: 150%; font-weight: normal; margin: 0px -5px 0px -5px; padding: 3px 5px 3px 5px; border-bottom: 1px dotted #000000;}
div.section h2 span.arrow {float: right; font-size: 75%; color: #666666; position: relative; top: 2px;}
div.section h2.clickable {cursor: pointer;}
div.section h2.clickable:hover {color: #990033; border-color: #990033; background-color: #ffffcc;}
div.section h2.clickable:hover * {color: inherit !important;}
div.subsection {margin-top: 10px;}
div.subsection h3 {color: #4F4F4F; font-size: 100%; margin: 0px 0px 0px 0px;}
div.selector {font-size: 150%; font-weight: normal; margin: 10px -5px 0px -5px; padding: 0px 0px 3px 0px; border-bottom: 1px dotted #000000;}
div.selector select {color: #4F4F4F; font-size: 125%; width: 100%; border: 1px solid #DDDDDD; padding: 3px 5px;}
div.block {position: relative; margin: 5px 0px 0px 0px;}
div.block.introd {padding-left: 1.5em;}
div.block div.intro {position: absolute; top: 0px; left: 0px; width: 1.5em; color: #333333;}
div.block div.line {position: relative; line-height: 1.25em;}
div.block div.line.bulletted {padding-left: 0.75em;}
div.block div.line span.bullet {position: absolute; top: 0px; left: 0px; width: 0.75em; color: #333333;}
div.block div.line span.value {color: #0069ce; font-size: 120%;}
div.block div.line span.value.primary {font-weight: bold;}
div.block div.line span.label {color: #333333; font-style: italic; font-size: 90%;}
div.note { position: relative; margin: 10px 0px 0px 0px; color: #666666; line-height: 1.4em; }
div.note b { font-weight: bold; background-color: #ffff99; padding: 1px 5px; margin-left: -3px; margin-right: 2px; border-radius: 2px; }
div.note i { font-style: normal; color: #0069ce; font-weight: bold; } | NeidOutput/!gram.css | body {font-family: sans-serif; font-size: 80%; margin: 0px; padding: 0px;}
div.envelope {margin: 20px;}
div.header {}
div.header h1 {background-color: #dddddd; color: #0069ce; font-weight: bold; font-size: 150%; padding: 5px 10px; margin: -10px -10px 10px -10px;}
div.header div.property {color: #333333;}
div.header div.property div.bullet {float: left; width: 0.75em;}
div.header div.property div.value {margin-left: 0.75em; font-style: italic;}
div.section {margin-top: 10px;}
div.section h2 {font-size: 150%; font-weight: normal; margin: 0px -5px 0px -5px; padding: 3px 5px 3px 5px; border-bottom: 1px dotted #000000;}
div.section h2 span.arrow {float: right; font-size: 75%; color: #666666; position: relative; top: 2px;}
div.section h2.clickable {cursor: pointer;}
div.section h2.clickable:hover {color: #990033; border-color: #990033; background-color: #ffffcc;}
div.section h2.clickable:hover * {color: inherit !important;}
div.subsection {margin-top: 10px;}
div.subsection h3 {color: #4F4F4F; font-size: 100%; margin: 0px 0px 0px 0px;}
div.selector {font-size: 150%; font-weight: normal; margin: 10px -5px 0px -5px; padding: 0px 0px 3px 0px; border-bottom: 1px dotted #000000;}
div.selector select {color: #4F4F4F; font-size: 125%; width: 100%; border: 1px solid #DDDDDD; padding: 3px 5px;}
div.block {position: relative; margin: 5px 0px 0px 0px;}
div.block.introd {padding-left: 1.5em;}
div.block div.intro {position: absolute; top: 0px; left: 0px; width: 1.5em; color: #333333;}
div.block div.line {position: relative; line-height: 1.25em;}
div.block div.line.bulletted {padding-left: 0.75em;}
div.block div.line span.bullet {position: absolute; top: 0px; left: 0px; width: 0.75em; color: #333333;}
div.block div.line span.value {color: #0069ce; font-size: 120%;}
div.block div.line span.value.primary {font-weight: bold;}
div.block div.line span.label {color: #333333; font-style: italic; font-size: 90%;}
div.note { position: relative; margin: 10px 0px 0px 0px; color: #666666; line-height: 1.4em; }
div.note b { font-weight: bold; background-color: #ffff99; padding: 1px 5px; margin-left: -3px; margin-right: 2px; border-radius: 2px; }
div.note i { font-style: normal; color: #0069ce; font-weight: bold; } | 0.303216 | 0.267878 |
.HNO3Content,.ECContent{
width: 1300px;
height: 300px;
}
.warpone{
padding-right: 30px;
margin-bottom: 20px;
width: 1300px;
}
.warp-pm{
display: inline-block;
position: relative;
}
.time-control-new{
position: absolute;
right: 0px;
display: inline-block;
}
.bordess{
border-bottom: 3px solid #4F81BD;
}
.spantext{
width: 10px;
display: inline-block;
font-size: 20px;
font-weight: bolder;
}
.nes-span{
margin-left: 12px;
}
.spantext-new{
width: 56px;
display: inline-block;
font-size: 20px;
font-weight: bolder;
}
#areaTBody tr td{
text-align: center;
vertical-align: middle;
}
.pmContent{
width: 1300px;
}
.warptable{
width: 1300px;
margin-bottom: 40px;
}
#areaTBody{
border:2px solid black;
border-top:none;
}
.warptable .table{
margin-bottom: 0px;
}
.pmContent div{
display: inline-block;
}
.eightrow {
width: 366px !important;
background: #10aefc;
}
.fixed .control-sidebar {
top: 100px !important;
}
.checkBtn,.radioBtn{
display: inline-block;
width: 65px;
height: 30px;
text-align: center;
font-size: 12px;
line-height: 30px;
margin: 0 0 10px 6px;
background-color: #003650;
color: #fff;
border-radius: 5px !important;
}
.checkBtn.active,.radioBtn.active{
color: #000;
background-color: #fff;
}
.seleceBtn{
width: 88px;
height: 30px;
padding: 0 10px;
margin: 0 0 10px 6px;
border-radius: 5px;
color: #fff;
background-color: #003650;
}
.input-sm{
border-radius: 8px !important;
}
.headera{
height: 23px;
}
.content-one-left{
width: 1000px;
}
.content-one-right{
width: 290px;
height: 290px;
}
.HNO3Content div,.ECContent div{
display: inline-block;
}
.mainContent{
width: 1300px;
overflow: hidden;
}
.mainContent>div{
display: flex;
flex-direction: row;
}
.bg-div{
width: 1300px;
height: 10px;
margin-top: 6px;
}
.th-index{
width: 115px;
height: 50px;
text-align: center;
}
.operate-wrapper{
background-color: #fff;
}
table, table tr th, table tr td {
border: 1px solid #bbb;
}
.table > thead > tr > th {
border: 2px solid black !important;
background-color: #E9F0F6;
font-size: 16px;
} | assets/css/Expertevaluation.css | .HNO3Content,.ECContent{
width: 1300px;
height: 300px;
}
.warpone{
padding-right: 30px;
margin-bottom: 20px;
width: 1300px;
}
.warp-pm{
display: inline-block;
position: relative;
}
.time-control-new{
position: absolute;
right: 0px;
display: inline-block;
}
.bordess{
border-bottom: 3px solid #4F81BD;
}
.spantext{
width: 10px;
display: inline-block;
font-size: 20px;
font-weight: bolder;
}
.nes-span{
margin-left: 12px;
}
.spantext-new{
width: 56px;
display: inline-block;
font-size: 20px;
font-weight: bolder;
}
#areaTBody tr td{
text-align: center;
vertical-align: middle;
}
.pmContent{
width: 1300px;
}
.warptable{
width: 1300px;
margin-bottom: 40px;
}
#areaTBody{
border:2px solid black;
border-top:none;
}
.warptable .table{
margin-bottom: 0px;
}
.pmContent div{
display: inline-block;
}
.eightrow {
width: 366px !important;
background: #10aefc;
}
.fixed .control-sidebar {
top: 100px !important;
}
.checkBtn,.radioBtn{
display: inline-block;
width: 65px;
height: 30px;
text-align: center;
font-size: 12px;
line-height: 30px;
margin: 0 0 10px 6px;
background-color: #003650;
color: #fff;
border-radius: 5px !important;
}
.checkBtn.active,.radioBtn.active{
color: #000;
background-color: #fff;
}
.seleceBtn{
width: 88px;
height: 30px;
padding: 0 10px;
margin: 0 0 10px 6px;
border-radius: 5px;
color: #fff;
background-color: #003650;
}
.input-sm{
border-radius: 8px !important;
}
.headera{
height: 23px;
}
.content-one-left{
width: 1000px;
}
.content-one-right{
width: 290px;
height: 290px;
}
.HNO3Content div,.ECContent div{
display: inline-block;
}
.mainContent{
width: 1300px;
overflow: hidden;
}
.mainContent>div{
display: flex;
flex-direction: row;
}
.bg-div{
width: 1300px;
height: 10px;
margin-top: 6px;
}
.th-index{
width: 115px;
height: 50px;
text-align: center;
}
.operate-wrapper{
background-color: #fff;
}
table, table tr th, table tr td {
border: 1px solid #bbb;
}
.table > thead > tr > th {
border: 2px solid black !important;
background-color: #E9F0F6;
font-size: 16px;
} | 0.168686 | 0.087955 |
span {
display: inline-block;
vertical-align: center;
}
body {
background-color: rgb(34, 26, 12);
text-align: center !important;
}
.toast {
margin: 15px;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
border-radius: 8px;
border-color:blue;
border-width: 5px;
}
.toast-body {
color:black;
}
.mr-auto {
color: rgb(255, 255, 255);
font-size: 12px;
padding-left: 5px;
display: inline-block;
vertical-align: center;
}
.App {
background-color: rgb(34, 26, 12);
font-family: sans-serif;
justify-content: center;
text-align: center;
margin: 0px;
padding: 0px;
padding-top: 10px;
}
.WomanBadge {
background: white;
border-radius: 100px;
text-align: center;
height: 150px;
}
.mr-2 {
height: 20px;
}
.Header {
color: white;
}
.Footer {
color: white;
}
.PinkSlipsInterface {
font-weight: 600;
padding: 50px;
background: pink;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.MintingTileHeader {
border-style: solid;
border-radius: 40px 40px 0px 0px !important;
border-width: 5px;
border-color: white;
}
.MintingTileImage {
background-color: rgb(171, 248, 248) !important;
border-style: none;
border-radius: 2px !important;
}
.MintingTileForm {
border-style: none;
border-radius: 2px !important;
}
.MintingTileFooter {
border-style: solid;
border-radius: 0px 0px 40px 40px !important;
border-width: 5px;
border-color: white;
}
.GoldStarsInterface {
font-weight: 600;
padding: 50px;
background: rgba(245, 201, 7);
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.PinkSlips body {
background: transparent;
}
.pinkSpinner {
}
.aboutBadgesContainer {
padding: 10px;
padding-left: 50px;
padding-right: 50px;
margin-top: 35px;
background-color: aliceblue;
border-radius: 5px;
}
.badgeTypeContainer {
padding: 10px;
padding-left: 0px;
padding-right: 0px;
margin-top: 35px;
border-radius: 5px;
}
.BadgeSearch {
font-weight: 600;
padding: 50px;
background: rgb(252, 125, 40) !important;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.BadgeSearchResults {
font-weight: 600;
margin: 30px;
padding: 50px;
background: rgb(255, 255, 255) !important;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.SearchResultsContainer {
font-weight: 600;
margin: 30px;
padding: 50px;
background: rgb(255, 255, 255) !important;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
#listItem {
font-size: 12px;
padding-bottom: 5px;
overflow-wrap: break-word;
vertical-align: baseline;
}
#listItem_color{
min-height: 10px;
}
#redSymbol {
color: rgb(255, 68, 84);
}
#listItem_reason{}
#listItem_gifter{}
#listItem_empty{}
#listWalletText {
font-weight: 300;
font-size: 14px;
}
#BadgeSearchResultsRow {
padding: 7px;
padding-bottom: 12px;
}
#closeListButton {
border-radius: 10px;
}
.BadgeSearchResults {
padding: 10px;
background: white !important;
border-style: solid;
border-width: 2px;
border-color: black;
}
#resultsBox {
overflow-wrap: break-word;
}
#searchHeader {
font-size: 25px !important;
font-weight: 600;
}
#infoBox {
font-size: 80%;
font-weight: 500;
padding: 10px;
background: white !important;
border-style: solid;
border-width: 2px;
border-color: black;
}
#navButton {
width: 30%;
}
.Dispute {
margin: 50px;
padding: 50px;
background: rgb(235, 135, 73);
background: linear-gradient(
180deg,
rgba(235, 135, 73, 1) 0%,
rgba(235, 135, 73, 1) 48%,
rgba(255, 128, 0, 1) 100%
);
color: white;
border-style: solid;
border-width: 5px;
}
.Dispute h1 {
color: white;
font-weight: 600;
letter-spacing: 1px;
}
.Dispute h2 {
color: rgb(0, 0, 0);
font-weight: 100;
font-size: 110%;
font-weight: 700;
letter-spacing: 1px;
}
.Dispute body {
background: rgba(235, 135, 73, 1) 0%;
color: black;
font-weight: 100;
}
.Dispute emoji {
font-size: 450%;
}
.dummyMenu {
margin: auto;
padding-top: 25px;
padding-bottom: 25px;
color:aliceblue;
font-size: 35px;
font-weight: 600px;
background-image: linear-gradient(pink, yellow, blue);
}
#discord {
height: 55px;
}
.tokenIcon {
margin-left: -90px;
width: 100px;
}
.tokenMeter {
margin-left: 90px;
}
.priceLabel {
font-weight: 400;
}
#priceInfo {
font-size: 85%;
font-weight: 500;
}
#priceQuote {
font-size: 200%;
font-weight: 600;
}
#priceNumber {
color: red;
outline: rgb(235, 135, 73), 100;
outline-width: 100;
outline-color: black;
}
#quoteContainer {
}
#issueContainer {
margin-top: 20px;
}
#balanceBar {
border-width: 2px;
border-color: black;
border-radius: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 1px;
}
#balanceBoxGold {
background: rgb(44, 44, 44);
font-size: 14px;
font-weight: 600;
color: rgb(255, 255, 255);
letter-spacing: 1px;
}
#balanceBoxPink {
background-color: rgba(49, 49, 49, 0.157);
font-size: 14px;
font-weight: 600;
color: rgb(255, 255, 255);
letter-spacing: 1px;
}
#pinkHeader, #goldHeader {
font-size: 80%;
font-weight: 500;
vertical-align: middle;
}
#pinkSubHeader, #goldSubHeader {
font-size: 100%;
font-weight: 500 !important;
}
#skull {
color: rgb(100, 100, 100);
font-weight: bolder;
font-size: 35px !important;
vertical-align: middle;
}
#lets-not-all-be-grey {
border-color: pink;
}
.retroButton {
background-color: rgb(233, 227, 227);
border-style: outset !important;
border-color: lightgray !important;
border-width: 3px !important;
border-radius: 1px !important;
}
.loadingText {
padding-top: 8;
padding-bottom: 8;
color: rgb(25, 25, 39);
font-size: 50px;
font-weight: 100;
}
.spinner-border {
margin: 4px !important;
}
.spinner-grow {
margin: 2px !important;
}
#drawerShadow {
background-color: pink !important;
box-shadow:rgb(126, 126, 126) 3px 3px 6px 0px inset, rgba(138, 137, 137, 0.5) 3px 3px 10px 1px inset;
}
#contentWindowBorder1 {
border-style: solid;
border-width: 2px;
border-color: rgb(192, 214, 255);
}
#contentWindowBorder2 {
box-shadow: 1px 0px 5px 0 rgb(255, 79, 211), 10px 5px 20px 0 rgba(255, 208, 208, 0.158);
}
@media (max-width: 700px) {
#AlphaAlert {
display: none;
}
} | client/src/css/styles.css | span {
display: inline-block;
vertical-align: center;
}
body {
background-color: rgb(34, 26, 12);
text-align: center !important;
}
.toast {
margin: 15px;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
border-radius: 8px;
border-color:blue;
border-width: 5px;
}
.toast-body {
color:black;
}
.mr-auto {
color: rgb(255, 255, 255);
font-size: 12px;
padding-left: 5px;
display: inline-block;
vertical-align: center;
}
.App {
background-color: rgb(34, 26, 12);
font-family: sans-serif;
justify-content: center;
text-align: center;
margin: 0px;
padding: 0px;
padding-top: 10px;
}
.WomanBadge {
background: white;
border-radius: 100px;
text-align: center;
height: 150px;
}
.mr-2 {
height: 20px;
}
.Header {
color: white;
}
.Footer {
color: white;
}
.PinkSlipsInterface {
font-weight: 600;
padding: 50px;
background: pink;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.MintingTileHeader {
border-style: solid;
border-radius: 40px 40px 0px 0px !important;
border-width: 5px;
border-color: white;
}
.MintingTileImage {
background-color: rgb(171, 248, 248) !important;
border-style: none;
border-radius: 2px !important;
}
.MintingTileForm {
border-style: none;
border-radius: 2px !important;
}
.MintingTileFooter {
border-style: solid;
border-radius: 0px 0px 40px 40px !important;
border-width: 5px;
border-color: white;
}
.GoldStarsInterface {
font-weight: 600;
padding: 50px;
background: rgba(245, 201, 7);
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.PinkSlips body {
background: transparent;
}
.pinkSpinner {
}
.aboutBadgesContainer {
padding: 10px;
padding-left: 50px;
padding-right: 50px;
margin-top: 35px;
background-color: aliceblue;
border-radius: 5px;
}
.badgeTypeContainer {
padding: 10px;
padding-left: 0px;
padding-right: 0px;
margin-top: 35px;
border-radius: 5px;
}
.BadgeSearch {
font-weight: 600;
padding: 50px;
background: rgb(252, 125, 40) !important;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.BadgeSearchResults {
font-weight: 600;
margin: 30px;
padding: 50px;
background: rgb(255, 255, 255) !important;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
.SearchResultsContainer {
font-weight: 600;
margin: 30px;
padding: 50px;
background: rgb(255, 255, 255) !important;
border-style: solid;
border-radius: 40px;
border-width: 5px;
border-color: white;
}
#listItem {
font-size: 12px;
padding-bottom: 5px;
overflow-wrap: break-word;
vertical-align: baseline;
}
#listItem_color{
min-height: 10px;
}
#redSymbol {
color: rgb(255, 68, 84);
}
#listItem_reason{}
#listItem_gifter{}
#listItem_empty{}
#listWalletText {
font-weight: 300;
font-size: 14px;
}
#BadgeSearchResultsRow {
padding: 7px;
padding-bottom: 12px;
}
#closeListButton {
border-radius: 10px;
}
.BadgeSearchResults {
padding: 10px;
background: white !important;
border-style: solid;
border-width: 2px;
border-color: black;
}
#resultsBox {
overflow-wrap: break-word;
}
#searchHeader {
font-size: 25px !important;
font-weight: 600;
}
#infoBox {
font-size: 80%;
font-weight: 500;
padding: 10px;
background: white !important;
border-style: solid;
border-width: 2px;
border-color: black;
}
#navButton {
width: 30%;
}
.Dispute {
margin: 50px;
padding: 50px;
background: rgb(235, 135, 73);
background: linear-gradient(
180deg,
rgba(235, 135, 73, 1) 0%,
rgba(235, 135, 73, 1) 48%,
rgba(255, 128, 0, 1) 100%
);
color: white;
border-style: solid;
border-width: 5px;
}
.Dispute h1 {
color: white;
font-weight: 600;
letter-spacing: 1px;
}
.Dispute h2 {
color: rgb(0, 0, 0);
font-weight: 100;
font-size: 110%;
font-weight: 700;
letter-spacing: 1px;
}
.Dispute body {
background: rgba(235, 135, 73, 1) 0%;
color: black;
font-weight: 100;
}
.Dispute emoji {
font-size: 450%;
}
.dummyMenu {
margin: auto;
padding-top: 25px;
padding-bottom: 25px;
color:aliceblue;
font-size: 35px;
font-weight: 600px;
background-image: linear-gradient(pink, yellow, blue);
}
#discord {
height: 55px;
}
.tokenIcon {
margin-left: -90px;
width: 100px;
}
.tokenMeter {
margin-left: 90px;
}
.priceLabel {
font-weight: 400;
}
#priceInfo {
font-size: 85%;
font-weight: 500;
}
#priceQuote {
font-size: 200%;
font-weight: 600;
}
#priceNumber {
color: red;
outline: rgb(235, 135, 73), 100;
outline-width: 100;
outline-color: black;
}
#quoteContainer {
}
#issueContainer {
margin-top: 20px;
}
#balanceBar {
border-width: 2px;
border-color: black;
border-radius: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 1px;
}
#balanceBoxGold {
background: rgb(44, 44, 44);
font-size: 14px;
font-weight: 600;
color: rgb(255, 255, 255);
letter-spacing: 1px;
}
#balanceBoxPink {
background-color: rgba(49, 49, 49, 0.157);
font-size: 14px;
font-weight: 600;
color: rgb(255, 255, 255);
letter-spacing: 1px;
}
#pinkHeader, #goldHeader {
font-size: 80%;
font-weight: 500;
vertical-align: middle;
}
#pinkSubHeader, #goldSubHeader {
font-size: 100%;
font-weight: 500 !important;
}
#skull {
color: rgb(100, 100, 100);
font-weight: bolder;
font-size: 35px !important;
vertical-align: middle;
}
#lets-not-all-be-grey {
border-color: pink;
}
.retroButton {
background-color: rgb(233, 227, 227);
border-style: outset !important;
border-color: lightgray !important;
border-width: 3px !important;
border-radius: 1px !important;
}
.loadingText {
padding-top: 8;
padding-bottom: 8;
color: rgb(25, 25, 39);
font-size: 50px;
font-weight: 100;
}
.spinner-border {
margin: 4px !important;
}
.spinner-grow {
margin: 2px !important;
}
#drawerShadow {
background-color: pink !important;
box-shadow:rgb(126, 126, 126) 3px 3px 6px 0px inset, rgba(138, 137, 137, 0.5) 3px 3px 10px 1px inset;
}
#contentWindowBorder1 {
border-style: solid;
border-width: 2px;
border-color: rgb(192, 214, 255);
}
#contentWindowBorder2 {
box-shadow: 1px 0px 5px 0 rgb(255, 79, 211), 10px 5px 20px 0 rgba(255, 208, 208, 0.158);
}
@media (max-width: 700px) {
#AlphaAlert {
display: none;
}
} | 0.386879 | 0.228554 |
body {
background-color: #ece0d1;
padding:0px;
margin:0px;
width:100%;
height:100%;
}
.wrapper{
height: auto;
}
.coffee {
position: relative;
top: 5px;
width: 100%;
}
.login {
float: right;
font-family: Helvetica;
font-size: .7vw;
position: absolute;
top: 20px;
right: 35px;
margin-top: 15px;
margin-right: 15px;
font-weight: bold;
color: #38220f;
}
#logo{
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
margin: 0px;
float: right;
}
li {
display: inline;
margin-right: 120px;
}
a {
color: #38220f;
font-family: Helvetica;
font-weight: bold;
text-decoration: none;
}
.main-page {
font-family: Helvetica;
position: absolute;
top: 370px;
padding-left: 40px;
}
.main-page h2 {
font-size: 5.5vw;
width: 570px;
color: white;
}
.main-page h3 {
font-size: 2.2vw;
width: 570px;
color: white;
}
.main-page p {
font-size: 1.2vw;
width: 400px;
color: white;
}
.button {
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 27px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
}
.people{
position: absolute;
right: 765px;
width: 100%;
height: 100%;
}
.signup {
float: right;
font-family: Helvetica;
width: 40%;
height: 58%;
position: absolute;
right: 250px;
margin: 50px auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
display: block;
}
.signup-text {
background: #38220f;
color: white;
width: 97%;
padding: 11px;
}
.signup-text h1{
margin-left: 11px;
font-size: 1.7vw;
}
.signup-text p{
font-size: 1vw;
padding-bottom: 7px;
color: white;
margin-left: 11px;
}
.signup-form {
padding-top: 30px;
margin-left: 50px;
}
.signup-form input[type=text]{
width: 33%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.signup-form input[type=password] {
width: 30%;
padding: 12px 20px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Style the submit button */
.signup-form input[type=submit] {
width: 30%;
background-color: #38220f;
color: white;
padding: 14px 20px;
margin: 18px 40px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Add a background color to the submit button on mouse-over */
.signup-form input[type=submit]:hover {
background-color: #967259;
}
.bean {
width: 100%;
height: 100%;
opacity: .5;
}
#new {
position: absolute;
left: 555px;
top: 500px;
background-color: #ece0d1;
width: 35%;
height: 65%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
padding: 30px;
display: block;
border-style: inset;
border-width: 6px;
border-color: #38220f;
}
#new h1 {
font-family: Helvetica;
font-size: 2.5vw;
margin: 7px 145px;
padding: 20px 27px;
color: #634832;
}
#new h2{
font-family: Helvetica;
color: #634832;
padding: 13px 117px;
margin: 0 57px;
}
#new p{
font-family: Helvetica;
font-size: 1.1vw;
margin: 7px 0;
padding: 5px 27px;
color: #967259;
}
#new a{
position: relative;
top: 20px;
padding-left: 90px;
}
.new-form {
padding-top: 27px;
margin-left: 50px;
}
.new-form label{
font-family: Helvetica;
}
.new-form select{
width: 40%;
padding: 10px 20px;
margin: 12px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Style the submit button */
.new-form input[type=submit] {
width: 30%;
background-color: #38220f;
color: white;
padding: 14px 20px;
margin: 28px 140px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Add a background color to the submit button on mouse-over */
.new-form input[type=submit]:hover {
background-color: #967259;
}
.coffees {
padding: 50px 0px;
position: absolute;
top: 365px;
left: 215px;
width: 70%;
height: 50%;
}
.coffees2 {
padding: 50px 0px;
position: absolute;
top: 365px;
left: 215px;
width: 70%;
height: 50%;
}
img.bg{
opacity: .7;
width: 100%;
height: 100%;
}
.list {
font-family: Helvetica;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
}
.list h1, h2, h3, {
color: #634832;
}
.coffees h1{
font-size: 3vw;
padding-left: 25px;
position: absolute;
top: 280px;
color: #634832;
}
.coffees h2{
font-size: 1.5vw;
padding-left: 100px;
padding-top: 45px;
color:#634832;
}
.coffees h3{
font-size: 1.2vw;
padding-left: 100px;
margin-top: 40px;
color:#634832;
}
.coffees2 h1{
font-size: 3.5vw;
padding-left: 60px;
position: absolute;
top: 280px;
color: #634832;
}
.coffees2 h2{
font-size: 1.5vw;
padding-left: 100px;
padding-top: 45px;
color: #634832;
}
.coffees2 h3{
font-size: 1.2vw;
padding-left: 100px;
line-height: 1.6;
margin-top: 40px;
color: #634832;
width: 400px;
}
.coffees2 h4 {
color:#634832;
padding-bottom: 10px;
margin-left: 103px;
}
.coffees2 p{
color: #634832;
position: absolute;
left: 103px;
}
#info p{
font-size: .8vw;
font-family: Helvetica;
padding-left: 100px;
margin-top: 20px;
color: #634832;
position: relative;
bottom: 270px;
left: 670px;
color: 634832;
}
#info2 p{
font-size: .8vw;
font-family: Helvetica;
padding-left: 100px;
margin-top: 20px;
color: #634832;
position: relative;
bottom: 370px;
left: 670px;
}
.coffees2 input[type=submit] {
margin-left: 120px;
margin-top: 70px;
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
font-weight: bold;
}
a.button1 {
margin-left: 120px;
margin-top: 30px;
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
}
a.button2 {
margin-left: 760px;
margin-bottom: 30px;
position: absolute;
top: 1010px;
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
}
#edit {
position: absolute;
left: 555px;
top: 500px;
background-color: #ece0d1;
width: 35%;
height: 65%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
padding: 30px;
display: block;
border-style: inset;
border-width: 6px;
border-color: #38220f;
}
#edit h1 {
font-family: Helvetica;
font-size: 3vw;
margin: 7px 145px;
padding: 20px 27px;
color: #634832;
}
#edit h2{
font-family: Helvetica;
color: #634832;
padding: 13px 30px;
margin: 0 47px;
}
#edit p{
font-family: Helvetica;
font-size: 1.1vw;
margin: 7px 0;
padding: 5px 80px;
color: #967259;
}
#edit a{
position: relative;
top: 20px;
padding-left: 90px;
}
.edit-form {
padding-top: 27px;
margin-left: 50px;
}
.edit-form label{
font-family: Helvetica;
}
.edit-form select{
width: 40%;
padding: 10px 20px;
margin: 12px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Style the submit button */
.edit-form input[type=submit] {
width: 30%;
background-color: #38220f;
color: white;
padding: 14px 20px;
margin: 28px 140px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Add a background color to the submit button on mouse-over */
.edit-form input[type=submit]:hover {
background-color: #967259;
}
input#editbutton {
float: left;
margin: 0 auto;
position: absolute;
bottom: 101px;
}
input#delbutton{
float: right;
margin: 0 auto;
position: absolute;
top: 524px;
left: 380px;
}
.login2 {
float: right;
font-family: Helvetica;
width: 40%;
height: 58%;
position: absolute;
right: 250px;
margin: 50px auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
display: block;
}
.login2-text {
background: #38220f;
color: white;
width: 97%;
padding: 11px;
}
.login2-text h1{
margin-left: 11px;
font-size: 2vw;
}
.login2-text p{
font-size: 1.25vw;
padding-bottom: 7px;
color: white;
margin-left: 11px;
}
.login-form {
padding-top: 30px;
margin-left: 50px;
}
.login-form input[type=text]{
width: 33%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.login-form input[type=password] {
width: 30%;
padding: 12px 20px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.login-form input[type=submit] {
width: 26%;
background-color: #38220f;
font-size: .8vw;
color: white;
padding: 14px 20px;
margin: 25px 88px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.login-form input[type=submit]:hover {
background-color: #967259; | public/stylesheet/style.css | body {
background-color: #ece0d1;
padding:0px;
margin:0px;
width:100%;
height:100%;
}
.wrapper{
height: auto;
}
.coffee {
position: relative;
top: 5px;
width: 100%;
}
.login {
float: right;
font-family: Helvetica;
font-size: .7vw;
position: absolute;
top: 20px;
right: 35px;
margin-top: 15px;
margin-right: 15px;
font-weight: bold;
color: #38220f;
}
#logo{
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
margin: 0px;
float: right;
}
li {
display: inline;
margin-right: 120px;
}
a {
color: #38220f;
font-family: Helvetica;
font-weight: bold;
text-decoration: none;
}
.main-page {
font-family: Helvetica;
position: absolute;
top: 370px;
padding-left: 40px;
}
.main-page h2 {
font-size: 5.5vw;
width: 570px;
color: white;
}
.main-page h3 {
font-size: 2.2vw;
width: 570px;
color: white;
}
.main-page p {
font-size: 1.2vw;
width: 400px;
color: white;
}
.button {
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 27px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
}
.people{
position: absolute;
right: 765px;
width: 100%;
height: 100%;
}
.signup {
float: right;
font-family: Helvetica;
width: 40%;
height: 58%;
position: absolute;
right: 250px;
margin: 50px auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
display: block;
}
.signup-text {
background: #38220f;
color: white;
width: 97%;
padding: 11px;
}
.signup-text h1{
margin-left: 11px;
font-size: 1.7vw;
}
.signup-text p{
font-size: 1vw;
padding-bottom: 7px;
color: white;
margin-left: 11px;
}
.signup-form {
padding-top: 30px;
margin-left: 50px;
}
.signup-form input[type=text]{
width: 33%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.signup-form input[type=password] {
width: 30%;
padding: 12px 20px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Style the submit button */
.signup-form input[type=submit] {
width: 30%;
background-color: #38220f;
color: white;
padding: 14px 20px;
margin: 18px 40px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Add a background color to the submit button on mouse-over */
.signup-form input[type=submit]:hover {
background-color: #967259;
}
.bean {
width: 100%;
height: 100%;
opacity: .5;
}
#new {
position: absolute;
left: 555px;
top: 500px;
background-color: #ece0d1;
width: 35%;
height: 65%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
padding: 30px;
display: block;
border-style: inset;
border-width: 6px;
border-color: #38220f;
}
#new h1 {
font-family: Helvetica;
font-size: 2.5vw;
margin: 7px 145px;
padding: 20px 27px;
color: #634832;
}
#new h2{
font-family: Helvetica;
color: #634832;
padding: 13px 117px;
margin: 0 57px;
}
#new p{
font-family: Helvetica;
font-size: 1.1vw;
margin: 7px 0;
padding: 5px 27px;
color: #967259;
}
#new a{
position: relative;
top: 20px;
padding-left: 90px;
}
.new-form {
padding-top: 27px;
margin-left: 50px;
}
.new-form label{
font-family: Helvetica;
}
.new-form select{
width: 40%;
padding: 10px 20px;
margin: 12px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Style the submit button */
.new-form input[type=submit] {
width: 30%;
background-color: #38220f;
color: white;
padding: 14px 20px;
margin: 28px 140px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Add a background color to the submit button on mouse-over */
.new-form input[type=submit]:hover {
background-color: #967259;
}
.coffees {
padding: 50px 0px;
position: absolute;
top: 365px;
left: 215px;
width: 70%;
height: 50%;
}
.coffees2 {
padding: 50px 0px;
position: absolute;
top: 365px;
left: 215px;
width: 70%;
height: 50%;
}
img.bg{
opacity: .7;
width: 100%;
height: 100%;
}
.list {
font-family: Helvetica;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
}
.list h1, h2, h3, {
color: #634832;
}
.coffees h1{
font-size: 3vw;
padding-left: 25px;
position: absolute;
top: 280px;
color: #634832;
}
.coffees h2{
font-size: 1.5vw;
padding-left: 100px;
padding-top: 45px;
color:#634832;
}
.coffees h3{
font-size: 1.2vw;
padding-left: 100px;
margin-top: 40px;
color:#634832;
}
.coffees2 h1{
font-size: 3.5vw;
padding-left: 60px;
position: absolute;
top: 280px;
color: #634832;
}
.coffees2 h2{
font-size: 1.5vw;
padding-left: 100px;
padding-top: 45px;
color: #634832;
}
.coffees2 h3{
font-size: 1.2vw;
padding-left: 100px;
line-height: 1.6;
margin-top: 40px;
color: #634832;
width: 400px;
}
.coffees2 h4 {
color:#634832;
padding-bottom: 10px;
margin-left: 103px;
}
.coffees2 p{
color: #634832;
position: absolute;
left: 103px;
}
#info p{
font-size: .8vw;
font-family: Helvetica;
padding-left: 100px;
margin-top: 20px;
color: #634832;
position: relative;
bottom: 270px;
left: 670px;
color: 634832;
}
#info2 p{
font-size: .8vw;
font-family: Helvetica;
padding-left: 100px;
margin-top: 20px;
color: #634832;
position: relative;
bottom: 370px;
left: 670px;
}
.coffees2 input[type=submit] {
margin-left: 120px;
margin-top: 70px;
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
font-weight: bold;
}
a.button1 {
margin-left: 120px;
margin-top: 30px;
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
}
a.button2 {
margin-left: 760px;
margin-bottom: 30px;
position: absolute;
top: 1010px;
background-color: white;
border: none;
border-radius: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
color: #38220f;
font-family: Helvetica;
font-size: .8vw;
}
#edit {
position: absolute;
left: 555px;
top: 500px;
background-color: #ece0d1;
width: 35%;
height: 65%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
padding: 30px;
display: block;
border-style: inset;
border-width: 6px;
border-color: #38220f;
}
#edit h1 {
font-family: Helvetica;
font-size: 3vw;
margin: 7px 145px;
padding: 20px 27px;
color: #634832;
}
#edit h2{
font-family: Helvetica;
color: #634832;
padding: 13px 30px;
margin: 0 47px;
}
#edit p{
font-family: Helvetica;
font-size: 1.1vw;
margin: 7px 0;
padding: 5px 80px;
color: #967259;
}
#edit a{
position: relative;
top: 20px;
padding-left: 90px;
}
.edit-form {
padding-top: 27px;
margin-left: 50px;
}
.edit-form label{
font-family: Helvetica;
}
.edit-form select{
width: 40%;
padding: 10px 20px;
margin: 12px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Style the submit button */
.edit-form input[type=submit] {
width: 30%;
background-color: #38220f;
color: white;
padding: 14px 20px;
margin: 28px 140px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Add a background color to the submit button on mouse-over */
.edit-form input[type=submit]:hover {
background-color: #967259;
}
input#editbutton {
float: left;
margin: 0 auto;
position: absolute;
bottom: 101px;
}
input#delbutton{
float: right;
margin: 0 auto;
position: absolute;
top: 524px;
left: 380px;
}
.login2 {
float: right;
font-family: Helvetica;
width: 40%;
height: 58%;
position: absolute;
right: 250px;
margin: 50px auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
display: block;
}
.login2-text {
background: #38220f;
color: white;
width: 97%;
padding: 11px;
}
.login2-text h1{
margin-left: 11px;
font-size: 2vw;
}
.login2-text p{
font-size: 1.25vw;
padding-bottom: 7px;
color: white;
margin-left: 11px;
}
.login-form {
padding-top: 30px;
margin-left: 50px;
}
.login-form input[type=text]{
width: 33%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.login-form input[type=password] {
width: 30%;
padding: 12px 20px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.login-form input[type=submit] {
width: 26%;
background-color: #38220f;
font-size: .8vw;
color: white;
padding: 14px 20px;
margin: 25px 88px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.login-form input[type=submit]:hover {
background-color: #967259; | 0.401688 | 0.076788 |
.mod-hotsite-newtab {background-color: #fcfdff; overflow:hidden;padding:0px 1px;border: 1px solid;border-color:#FFF;border-bottom:none;letter-spacing: -0.3em;word-spacing:-0.3em;float: left; width: 710px;display: none;}
.mod-hotsite-newtab span{ display: inline-block; *display:inline;*zoom:1;width: 110px; /*overflow: hidden; */vertical-align:top;white-space: nowrap;letter-spacing: normal;word-spacing: normal;margin: 6px 4px 0px 4px;/*position:relative;*/}
.mod-hotsite-newtab a{display: block;color:#454545;width:100%;/*float:left;*/overflow:hidden;}
.mod-hotsite-newtab .hotsite_link{padding-top: 10px;line-height: 28px;text-align:center;/*position:relative;z-index:1;*/}
.mod-hotsite-newtab .i-hot-sprites{ width: 41px; height: 41px; display: block; margin: 0 auto;}
.mod-hotsite-newtab .more_trigger{border-top-color:#f56f2f;border-top-style:solid;border-width:5px;display:inline-block;vertical-align:middle;margin-top:2px;}
.mod-hotsite-newtab .hotsite-newtab{display: block !important;}
.mod-hotsite-newtab .hotsite-for_tn {display: none;}
.mod-hotsite-newtab .hotsite_link .span-hot-name{height:22px;margin:0;}
.mod-hotsite-newtab .hotsite_hover .more_trigger{border-top-color:transparent;border-top-style:dashed;border-bottom-color:#f56f2f;border-bottom-style:solid;margin-top:-6px;}
.mod-hotsite-newtab .more_links{position:absolute;z-index:2;border:1px solid #E3E4E6;width:108px;background:#fff;display:none; visibility: visible;}
.mod-hotsite-newtab .more_links a{text-align:left;line-height:32px;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;}
.mod-hotsite-newtab .hotsite_hover {background: #ebebeb;}
.mod-hotsite-newtab .more_links a:hover{background:#f5f7f7;}
.mod-hotsite-newtab .more_links .site-icon{border-bottom:1px solid #dedede;vertical-align:-4px;background-color:#fff;/*IE6 line-height hack*/_margin:7px 0;}
.mod-hotsite-newtab .description{position: absolute;bottom: -14px;right: 0px;color: #e39d55;text-align: right;width: auto;cursor: default;}
.i-hotsite-newtab{background: url(../img/i-newtab.png?__sprite) no-repeat;}
.cur .i-hotsite-newtab,.hotsite-tabs_btn:hover .i-hotsite-newtab {background: url(../img/i-newtab-hover.png?__sprite) no-repeat;}
/*第一行*/
.mod-hotsite-newtab .a-1{background-position: 0px 0px; }
.mod-hotsite-newtab .a-2{background-position:-41px 0px; }
.mod-hotsite-newtab .a-3{background-position: -82px 0px; }
.mod-hotsite-newtab .a-4{background-position: -123px 0px; }
.mod-hotsite-newtab .a-5{background-position: -164px 0px; }
.mod-hotsite-newtab .a-6{background-position: -205px 0px; }
.mod-hotsite-newtab .a-7{background-position: -246px 0px; }
.mod-hotsite-newtab .a-8{background-position: -287px 0px; }
.mod-hotsite-newtab .a-9{background-position: -328px 0px; }
.mod-hotsite-newtab .a-10{background-position: -369px 0px; }
.mod-hotsite-newtab .a-11{background-position: -410px 0px; }
.mod-hotsite-newtab .a-12{background-position: -451px 0px; }
/*第二行*/
.mod-hotsite-newtab .b-1{background-position: 0px -41px; }
.mod-hotsite-newtab .b-2{background-position:-41px -41px; }
.mod-hotsite-newtab .b-3{background-position: -82px -41px; }
.mod-hotsite-newtab .b-4{background-position: -123px -41px; }
.mod-hotsite-newtab .b-5{background-position: -164px -41px; }
.mod-hotsite-newtab .b-6{background-position: -205px -41px; }
.mod-hotsite-newtab .b-7{background-position: -246px -41px; }
.mod-hotsite-newtab .b-8{background-position: -287px -41px; }
.mod-hotsite-newtab .b-9{background-position: -328px -41px; }
.mod-hotsite-newtab .b-10{background-position: -369px -41px; }
.mod-hotsite-newtab .b-11{background-position: -410px -41px; }
.mod-hotsite-newtab .b-12{background-position: -451px -41px; }
/*第三行*/
.mod-hotsite-newtab .c-1{background-position: 0px -82px; }
.mod-hotsite-newtab .c-2{background-position:-41px -82px; }
.mod-hotsite-newtab .c-3{background-position: -82px -82px; }
.mod-hotsite-newtab .c-4{background-position: -123px -82px; }
.mod-hotsite-newtab .c-5{background-position: -164px -82px; }
.mod-hotsite-newtab .c-6{background-position: -205px -82px; }
.mod-hotsite-newtab .c-7{background-position: -246px -82px; }
.mod-hotsite-newtab .c-8{background-position: -287px -82px; }
.mod-hotsite-newtab .c-9{background-position: -328px -82px; }
.mod-hotsite-newtab .c-10{background-position: -369px -82px; }
.mod-hotsite-newtab .c-11{background-position: -410px -82px; }
.mod-hotsite-newtab .c-12{background-position: -451px -82px; }
/*第四行*/
.mod-hotsite-newtab .d-1{background-position: 0px -123px; }
.mod-hotsite-newtab .d-2{background-position:-41px -123px; }
.mod-hotsite-newtab .d-3{background-position: -82px -123px; }
.mod-hotsite-newtab .d-4{background-position: -123px -123px; }
.mod-hotsite-newtab .d-5{background-position: -164px -123px; }
.mod-hotsite-newtab .d-6{background-position: -205px -123px; }
.mod-hotsite-newtab .d-7{background-position: -246px -123px; }
.mod-hotsite-newtab .d-8{background-position: -287px -123px; }
.mod-hotsite-newtab .d-9{background-position: -328px -123px; }
.mod-hotsite-newtab .d-10{background-position: -369px -123px; }
.mod-hotsite-newtab .d-11{background-position: -410px -123px; }
.mod-hotsite-newtab .d-12{background-position: -451px -123px; }
/*第五行*/
.mod-hotsite-newtab .e-1{background-position: 0px -164px; }
.mod-hotsite-newtab .e-2{background-position:-41px -164px; }
.mod-hotsite-newtab .e-3{background-position: -82px -164px; }
.mod-hotsite-newtab .e-4{background-position: -123px -164px; }
.mod-hotsite-newtab .e-5{background-position: -164px -164px; }
.mod-hotsite-newtab .e-6{background-position: -205px -164px; }
.mod-hotsite-newtab .e-7{background-position: -246px -164px; }
.mod-hotsite-newtab .e-8{background-position: -287px -164px; }
.mod-hotsite-newtab .e-9{background-position: -328px -164px; }
.mod-hotsite-newtab .e-10{background-position: -369px -164px; }
.mod-hotsite-newtab .e-11{background-position: -410px -164px; }
.mod-hotsite-newtab .e-12{background-position: -451px -164px; }
/*第六行*/
.mod-hotsite-newtab .f-1{background-position: 0px -205px; }
.mod-hotsite-newtab .f-2{background-position:-41px -205px; }
.mod-hotsite-newtab .f-3{background-position: -82px -205px; }
.mod-hotsite-newtab .f-4{background-position: -123px -205px; }
.mod-hotsite-newtab .f-5{background-position: -164px -205px; }
.mod-hotsite-newtab .f-6{background-position: -205px -205px; }
.mod-hotsite-newtab .f-7{background-position: -246px -205px; }
.mod-hotsite-newtab .f-8{background-position: -287px -205px; }
.mod-hotsite-newtab .f-9{background-position: -328px -205px; }
.mod-hotsite-newtab .f-10{background-position: -369px -205px; }
.mod-hotsite-newtab .f-11{background-position: -410px -205px; }
.mod-hotsite-newtab .f-12{background-position: -451px -205px; }
/*第七行*/
.mod-hotsite-newtab .g-1{background-position: 0px -246px; }
.mod-hotsite-newtab .g-2{background-position:-41px -246px; }
.mod-hotsite-newtab .g-3{background-position: -82px -246px; }
.mod-hotsite-newtab .g-4{background-position: -123px -246px; }
.mod-hotsite-newtab .g-5{background-position: -164px -246px; }
.mod-hotsite-newtab .g-6{background-position: -205px -246px; }
.mod-hotsite-newtab .g-7{background-position: -246px -246px; }
.mod-hotsite-newtab .g-8{background-position: -287px -246px; }
.mod-hotsite-newtab .g-9{background-position: -328px -246px; }
.mod-hotsite-newtab .g-10{background-position: -369px -246px; }
.mod-hotsite-newtab .g-11{background-position: -410px -246px; }
.mod-hotsite-newtab .g-12{background-position: -451px -246px; }
/*第八行*/
.mod-hotsite-newtab .h-1{background-position: 0px -287px; }
.mod-hotsite-newtab .h-2{background-position:-41px -287px; }
.mod-hotsite-newtab .h-3{background-position: -82px -287px; }
.mod-hotsite-newtab .h-4{background-position: -123px -287px; }
.mod-hotsite-newtab .h-5{background-position: -164px -287px; }
.mod-hotsite-newtab .h-6{background-position: -205px -287px; }
.mod-hotsite-newtab .h-7{background-position: -246px -287px; }
.mod-hotsite-newtab .h-8{background-position: -287px -287px; }
.mod-hotsite-newtab .h-9{background-position: -328px -287px; }
.mod-hotsite-newtab .h-10{background-position: -369px -287px; }
.mod-hotsite-newtab .h-11{background-position: -410px -287px; }
.mod-hotsite-newtab .h-12{background-position: -451px -287px; }
/*第九行*/
.mod-hotsite-newtab .i-1{background-position: 0px -328px; }
.mod-hotsite-newtab .i-2{background-position:-41px -328px; }
.mod-hotsite-newtab .i-3{background-position: -82px -328px; }
.mod-hotsite-newtab .i-4{background-position: -123px -328px; }
.mod-hotsite-newtab .i-5{background-position: -164px -328px; }
.mod-hotsite-newtab .i-6{background-position: -205px -328px; }
.mod-hotsite-newtab .i-7{background-position: -246px -328px; }
.mod-hotsite-newtab .i-8{background-position: -287px -328px; }
.mod-hotsite-newtab .i-9{background-position: -328px -328px; }
.mod-hotsite-newtab .i-10{background-position: -369px -328px; }
.mod-hotsite-newtab .i-11{background-position: -410px -328px; }
.mod-hotsite-newtab .i-12{background-position: -451px -328px; }
/*第十行*/
.mod-hotsite-newtab .j-1{background-position: 0px -369px; }
.mod-hotsite-newtab .j-2{background-position:-41px -369px; }
.mod-hotsite-newtab .j-3{background-position: -82px -369px; }
.mod-hotsite-newtab .j-4{background-position: -123px -369px; }
.mod-hotsite-newtab .j-5{background-position: -164px -369px; }
.mod-hotsite-newtab .j-6{background-position: -205px -369px; }
.mod-hotsite-newtab .j-7{background-position: -246px -369px; }
.mod-hotsite-newtab .j-8{background-position: -287px -369px; }
.mod-hotsite-newtab .j-9{background-position: -328px -369px; }
.mod-hotsite-newtab .j-10{background-position: -369px -369px; }
.mod-hotsite-newtab .j-11{background-position: -410px -369px; }
.mod-hotsite-newtab .j-12{background-position: -451px -369px; }
/*第十一行*/
.mod-hotsite-newtab .k-1{background-position: 0px -410px; }
.mod-hotsite-newtab .k-2{background-position:-41px -410px; }
.mod-hotsite-newtab .k-3{background-position: -82px -410px; }
.mod-hotsite-newtab .k-4{background-position: -123px -410px; }
.mod-hotsite-newtab .k-5{background-position: -164px -410px; }
.mod-hotsite-newtab .k-6{background-position: -205px -410px; }
.mod-hotsite-newtab .k-7{background-position: -246px -410px; }
.mod-hotsite-newtab .k-8{background-position: -287px -410px; }
.mod-hotsite-newtab .k-9{background-position: -328px -410px; }
.mod-hotsite-newtab .k-10{background-position: -369px -410px; }
.mod-hotsite-newtab .k-11{background-position: -410px -410px; }
.mod-hotsite-newtab .k-12{background-position: -451px -410px; }
/*第十二行*/
.mod-hotsite-newtab .l-1{background-position: 0px -451px; }
.mod-hotsite-newtab .l-2{background-position:-41px -451px; }
.mod-hotsite-newtab .l-3{background-position: -82px -451px; }
.mod-hotsite-newtab .l-4{background-position: -123px -451px; }
.mod-hotsite-newtab .l-5{background-position: -164px -451px; }
.mod-hotsite-newtab .l-6{background-position: -205px -451px; }
.mod-hotsite-newtab .l-7{background-position: -246px -451px; }
.mod-hotsite-newtab .l-8{background-position: -287px -451px; }
.mod-hotsite-newtab .l-9{background-position: -328px -451px; }
.mod-hotsite-newtab .l-10{background-position: -369px -451px; }
.mod-hotsite-newtab .l-11{background-position: -410px -451px; }
.mod-hotsite-newtab .l-12{background-position: -451px -451px; }
/*第十三行*/
.mod-hotsite-newtab .m-1{background-position: 0px -492px; }
.mod-hotsite-newtab .m-2{background-position:-41px -492px; }
.mod-hotsite-newtab .m-3{background-position: -82px -492px; }
.mod-hotsite-newtab .m-4{background-position: -123px -492px; }
.mod-hotsite-newtab .m-5{background-position: -164px -492px; }
.mod-hotsite-newtab .m-6{background-position: -205px -492px; }
.mod-hotsite-newtab .m-7{background-position: -246px -492px; }
.mod-hotsite-newtab .m-8{background-position: -287px -492px; }
.mod-hotsite-newtab .m-9{background-position: -328px -492px; }
.mod-hotsite-newtab .m-10{background-position: -369px -492px; }
.mod-hotsite-newtab .m-11{background-position: -410px -492px; }
.mod-hotsite-newtab .m-12{background-position: -451px -492px; } | test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/hotsite-newtab/ltr/ltr.css | .mod-hotsite-newtab {background-color: #fcfdff; overflow:hidden;padding:0px 1px;border: 1px solid;border-color:#FFF;border-bottom:none;letter-spacing: -0.3em;word-spacing:-0.3em;float: left; width: 710px;display: none;}
.mod-hotsite-newtab span{ display: inline-block; *display:inline;*zoom:1;width: 110px; /*overflow: hidden; */vertical-align:top;white-space: nowrap;letter-spacing: normal;word-spacing: normal;margin: 6px 4px 0px 4px;/*position:relative;*/}
.mod-hotsite-newtab a{display: block;color:#454545;width:100%;/*float:left;*/overflow:hidden;}
.mod-hotsite-newtab .hotsite_link{padding-top: 10px;line-height: 28px;text-align:center;/*position:relative;z-index:1;*/}
.mod-hotsite-newtab .i-hot-sprites{ width: 41px; height: 41px; display: block; margin: 0 auto;}
.mod-hotsite-newtab .more_trigger{border-top-color:#f56f2f;border-top-style:solid;border-width:5px;display:inline-block;vertical-align:middle;margin-top:2px;}
.mod-hotsite-newtab .hotsite-newtab{display: block !important;}
.mod-hotsite-newtab .hotsite-for_tn {display: none;}
.mod-hotsite-newtab .hotsite_link .span-hot-name{height:22px;margin:0;}
.mod-hotsite-newtab .hotsite_hover .more_trigger{border-top-color:transparent;border-top-style:dashed;border-bottom-color:#f56f2f;border-bottom-style:solid;margin-top:-6px;}
.mod-hotsite-newtab .more_links{position:absolute;z-index:2;border:1px solid #E3E4E6;width:108px;background:#fff;display:none; visibility: visible;}
.mod-hotsite-newtab .more_links a{text-align:left;line-height:32px;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;}
.mod-hotsite-newtab .hotsite_hover {background: #ebebeb;}
.mod-hotsite-newtab .more_links a:hover{background:#f5f7f7;}
.mod-hotsite-newtab .more_links .site-icon{border-bottom:1px solid #dedede;vertical-align:-4px;background-color:#fff;/*IE6 line-height hack*/_margin:7px 0;}
.mod-hotsite-newtab .description{position: absolute;bottom: -14px;right: 0px;color: #e39d55;text-align: right;width: auto;cursor: default;}
.i-hotsite-newtab{background: url(../img/i-newtab.png?__sprite) no-repeat;}
.cur .i-hotsite-newtab,.hotsite-tabs_btn:hover .i-hotsite-newtab {background: url(../img/i-newtab-hover.png?__sprite) no-repeat;}
/*第一行*/
.mod-hotsite-newtab .a-1{background-position: 0px 0px; }
.mod-hotsite-newtab .a-2{background-position:-41px 0px; }
.mod-hotsite-newtab .a-3{background-position: -82px 0px; }
.mod-hotsite-newtab .a-4{background-position: -123px 0px; }
.mod-hotsite-newtab .a-5{background-position: -164px 0px; }
.mod-hotsite-newtab .a-6{background-position: -205px 0px; }
.mod-hotsite-newtab .a-7{background-position: -246px 0px; }
.mod-hotsite-newtab .a-8{background-position: -287px 0px; }
.mod-hotsite-newtab .a-9{background-position: -328px 0px; }
.mod-hotsite-newtab .a-10{background-position: -369px 0px; }
.mod-hotsite-newtab .a-11{background-position: -410px 0px; }
.mod-hotsite-newtab .a-12{background-position: -451px 0px; }
/*第二行*/
.mod-hotsite-newtab .b-1{background-position: 0px -41px; }
.mod-hotsite-newtab .b-2{background-position:-41px -41px; }
.mod-hotsite-newtab .b-3{background-position: -82px -41px; }
.mod-hotsite-newtab .b-4{background-position: -123px -41px; }
.mod-hotsite-newtab .b-5{background-position: -164px -41px; }
.mod-hotsite-newtab .b-6{background-position: -205px -41px; }
.mod-hotsite-newtab .b-7{background-position: -246px -41px; }
.mod-hotsite-newtab .b-8{background-position: -287px -41px; }
.mod-hotsite-newtab .b-9{background-position: -328px -41px; }
.mod-hotsite-newtab .b-10{background-position: -369px -41px; }
.mod-hotsite-newtab .b-11{background-position: -410px -41px; }
.mod-hotsite-newtab .b-12{background-position: -451px -41px; }
/*第三行*/
.mod-hotsite-newtab .c-1{background-position: 0px -82px; }
.mod-hotsite-newtab .c-2{background-position:-41px -82px; }
.mod-hotsite-newtab .c-3{background-position: -82px -82px; }
.mod-hotsite-newtab .c-4{background-position: -123px -82px; }
.mod-hotsite-newtab .c-5{background-position: -164px -82px; }
.mod-hotsite-newtab .c-6{background-position: -205px -82px; }
.mod-hotsite-newtab .c-7{background-position: -246px -82px; }
.mod-hotsite-newtab .c-8{background-position: -287px -82px; }
.mod-hotsite-newtab .c-9{background-position: -328px -82px; }
.mod-hotsite-newtab .c-10{background-position: -369px -82px; }
.mod-hotsite-newtab .c-11{background-position: -410px -82px; }
.mod-hotsite-newtab .c-12{background-position: -451px -82px; }
/*第四行*/
.mod-hotsite-newtab .d-1{background-position: 0px -123px; }
.mod-hotsite-newtab .d-2{background-position:-41px -123px; }
.mod-hotsite-newtab .d-3{background-position: -82px -123px; }
.mod-hotsite-newtab .d-4{background-position: -123px -123px; }
.mod-hotsite-newtab .d-5{background-position: -164px -123px; }
.mod-hotsite-newtab .d-6{background-position: -205px -123px; }
.mod-hotsite-newtab .d-7{background-position: -246px -123px; }
.mod-hotsite-newtab .d-8{background-position: -287px -123px; }
.mod-hotsite-newtab .d-9{background-position: -328px -123px; }
.mod-hotsite-newtab .d-10{background-position: -369px -123px; }
.mod-hotsite-newtab .d-11{background-position: -410px -123px; }
.mod-hotsite-newtab .d-12{background-position: -451px -123px; }
/*第五行*/
.mod-hotsite-newtab .e-1{background-position: 0px -164px; }
.mod-hotsite-newtab .e-2{background-position:-41px -164px; }
.mod-hotsite-newtab .e-3{background-position: -82px -164px; }
.mod-hotsite-newtab .e-4{background-position: -123px -164px; }
.mod-hotsite-newtab .e-5{background-position: -164px -164px; }
.mod-hotsite-newtab .e-6{background-position: -205px -164px; }
.mod-hotsite-newtab .e-7{background-position: -246px -164px; }
.mod-hotsite-newtab .e-8{background-position: -287px -164px; }
.mod-hotsite-newtab .e-9{background-position: -328px -164px; }
.mod-hotsite-newtab .e-10{background-position: -369px -164px; }
.mod-hotsite-newtab .e-11{background-position: -410px -164px; }
.mod-hotsite-newtab .e-12{background-position: -451px -164px; }
/*第六行*/
.mod-hotsite-newtab .f-1{background-position: 0px -205px; }
.mod-hotsite-newtab .f-2{background-position:-41px -205px; }
.mod-hotsite-newtab .f-3{background-position: -82px -205px; }
.mod-hotsite-newtab .f-4{background-position: -123px -205px; }
.mod-hotsite-newtab .f-5{background-position: -164px -205px; }
.mod-hotsite-newtab .f-6{background-position: -205px -205px; }
.mod-hotsite-newtab .f-7{background-position: -246px -205px; }
.mod-hotsite-newtab .f-8{background-position: -287px -205px; }
.mod-hotsite-newtab .f-9{background-position: -328px -205px; }
.mod-hotsite-newtab .f-10{background-position: -369px -205px; }
.mod-hotsite-newtab .f-11{background-position: -410px -205px; }
.mod-hotsite-newtab .f-12{background-position: -451px -205px; }
/*第七行*/
.mod-hotsite-newtab .g-1{background-position: 0px -246px; }
.mod-hotsite-newtab .g-2{background-position:-41px -246px; }
.mod-hotsite-newtab .g-3{background-position: -82px -246px; }
.mod-hotsite-newtab .g-4{background-position: -123px -246px; }
.mod-hotsite-newtab .g-5{background-position: -164px -246px; }
.mod-hotsite-newtab .g-6{background-position: -205px -246px; }
.mod-hotsite-newtab .g-7{background-position: -246px -246px; }
.mod-hotsite-newtab .g-8{background-position: -287px -246px; }
.mod-hotsite-newtab .g-9{background-position: -328px -246px; }
.mod-hotsite-newtab .g-10{background-position: -369px -246px; }
.mod-hotsite-newtab .g-11{background-position: -410px -246px; }
.mod-hotsite-newtab .g-12{background-position: -451px -246px; }
/*第八行*/
.mod-hotsite-newtab .h-1{background-position: 0px -287px; }
.mod-hotsite-newtab .h-2{background-position:-41px -287px; }
.mod-hotsite-newtab .h-3{background-position: -82px -287px; }
.mod-hotsite-newtab .h-4{background-position: -123px -287px; }
.mod-hotsite-newtab .h-5{background-position: -164px -287px; }
.mod-hotsite-newtab .h-6{background-position: -205px -287px; }
.mod-hotsite-newtab .h-7{background-position: -246px -287px; }
.mod-hotsite-newtab .h-8{background-position: -287px -287px; }
.mod-hotsite-newtab .h-9{background-position: -328px -287px; }
.mod-hotsite-newtab .h-10{background-position: -369px -287px; }
.mod-hotsite-newtab .h-11{background-position: -410px -287px; }
.mod-hotsite-newtab .h-12{background-position: -451px -287px; }
/*第九行*/
.mod-hotsite-newtab .i-1{background-position: 0px -328px; }
.mod-hotsite-newtab .i-2{background-position:-41px -328px; }
.mod-hotsite-newtab .i-3{background-position: -82px -328px; }
.mod-hotsite-newtab .i-4{background-position: -123px -328px; }
.mod-hotsite-newtab .i-5{background-position: -164px -328px; }
.mod-hotsite-newtab .i-6{background-position: -205px -328px; }
.mod-hotsite-newtab .i-7{background-position: -246px -328px; }
.mod-hotsite-newtab .i-8{background-position: -287px -328px; }
.mod-hotsite-newtab .i-9{background-position: -328px -328px; }
.mod-hotsite-newtab .i-10{background-position: -369px -328px; }
.mod-hotsite-newtab .i-11{background-position: -410px -328px; }
.mod-hotsite-newtab .i-12{background-position: -451px -328px; }
/*第十行*/
.mod-hotsite-newtab .j-1{background-position: 0px -369px; }
.mod-hotsite-newtab .j-2{background-position:-41px -369px; }
.mod-hotsite-newtab .j-3{background-position: -82px -369px; }
.mod-hotsite-newtab .j-4{background-position: -123px -369px; }
.mod-hotsite-newtab .j-5{background-position: -164px -369px; }
.mod-hotsite-newtab .j-6{background-position: -205px -369px; }
.mod-hotsite-newtab .j-7{background-position: -246px -369px; }
.mod-hotsite-newtab .j-8{background-position: -287px -369px; }
.mod-hotsite-newtab .j-9{background-position: -328px -369px; }
.mod-hotsite-newtab .j-10{background-position: -369px -369px; }
.mod-hotsite-newtab .j-11{background-position: -410px -369px; }
.mod-hotsite-newtab .j-12{background-position: -451px -369px; }
/*第十一行*/
.mod-hotsite-newtab .k-1{background-position: 0px -410px; }
.mod-hotsite-newtab .k-2{background-position:-41px -410px; }
.mod-hotsite-newtab .k-3{background-position: -82px -410px; }
.mod-hotsite-newtab .k-4{background-position: -123px -410px; }
.mod-hotsite-newtab .k-5{background-position: -164px -410px; }
.mod-hotsite-newtab .k-6{background-position: -205px -410px; }
.mod-hotsite-newtab .k-7{background-position: -246px -410px; }
.mod-hotsite-newtab .k-8{background-position: -287px -410px; }
.mod-hotsite-newtab .k-9{background-position: -328px -410px; }
.mod-hotsite-newtab .k-10{background-position: -369px -410px; }
.mod-hotsite-newtab .k-11{background-position: -410px -410px; }
.mod-hotsite-newtab .k-12{background-position: -451px -410px; }
/*第十二行*/
.mod-hotsite-newtab .l-1{background-position: 0px -451px; }
.mod-hotsite-newtab .l-2{background-position:-41px -451px; }
.mod-hotsite-newtab .l-3{background-position: -82px -451px; }
.mod-hotsite-newtab .l-4{background-position: -123px -451px; }
.mod-hotsite-newtab .l-5{background-position: -164px -451px; }
.mod-hotsite-newtab .l-6{background-position: -205px -451px; }
.mod-hotsite-newtab .l-7{background-position: -246px -451px; }
.mod-hotsite-newtab .l-8{background-position: -287px -451px; }
.mod-hotsite-newtab .l-9{background-position: -328px -451px; }
.mod-hotsite-newtab .l-10{background-position: -369px -451px; }
.mod-hotsite-newtab .l-11{background-position: -410px -451px; }
.mod-hotsite-newtab .l-12{background-position: -451px -451px; }
/*第十三行*/
.mod-hotsite-newtab .m-1{background-position: 0px -492px; }
.mod-hotsite-newtab .m-2{background-position:-41px -492px; }
.mod-hotsite-newtab .m-3{background-position: -82px -492px; }
.mod-hotsite-newtab .m-4{background-position: -123px -492px; }
.mod-hotsite-newtab .m-5{background-position: -164px -492px; }
.mod-hotsite-newtab .m-6{background-position: -205px -492px; }
.mod-hotsite-newtab .m-7{background-position: -246px -492px; }
.mod-hotsite-newtab .m-8{background-position: -287px -492px; }
.mod-hotsite-newtab .m-9{background-position: -328px -492px; }
.mod-hotsite-newtab .m-10{background-position: -369px -492px; }
.mod-hotsite-newtab .m-11{background-position: -410px -492px; }
.mod-hotsite-newtab .m-12{background-position: -451px -492px; } | 0.316475 | 0.062103 |
*, *:before, *:after {
/* -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;*/
box-sizing: border-box;
padding: 0;
margin: 0;
*margin-top:-2px;
}
.c-af:after {
clear: both !important;
content: " " !important;
display: table !important;
}
#goTopBtn {
z-index: 9999;
POSITION: fixed;
TEXT-ALIGN: center;
LINE-HEIGHT: 30px;
WIDTH: 30px;
BOTTOM:35px;
/*HEIGHT: 33px;*/
FONT-SIZE: 12px;
CURSOR: pointer;
RIGHT: 10%;
_position: absolute;
_right: auto
}
body {
text-align: center;
margin: 0px auto;
padding: 0px;
background:#11151b url(../images/main_bg.jpg) no-repeat center top;
font-family:"mirosoft yahei";
font-size: 14px;
line-height: 24px;
}
a{color: #d6d6d6;}
img {border:none}
#banner {
vertical-align: top;
display: block;
text-align: center;
}
#banner .tab_link {
width: 146px;
height: 110px;
}
#banner .split_01 {
/*background: url(../images/split_01.png);*/
width: 4px;
height: 110px;
margin: 0px;
}
#banner ul {
margin-top: 0px;
width: 955px;
margin: 0px auto;
text-align: center;
white-space: nowrap;
}
#banner ul li {
vertical-align: top;
margin: 0px auto;
margin-left: 0px;
margin-right: 0px;
display: inline-block;
float: left;
}
#banner .index {
background: url(../images/btn_top_link_index_normal.png?v=201508);
}
#banner .index a :hover,#banner .index.cur {
background: url(../images/btn_top_link_index_hover.png?v=20150815);
}
#banner .news {
background: url(../images/btn_top_link_news_normal.png?v=201508);
}
#banner .news a :hover,#banner .news.cur {
background: url(../images/btn_top_link_news_hover.png?v=20150815);
}
#banner .bbs {
background: url(../images/btn_top_link_bbs_normal.png?v=201508);
}
#banner .bbs a :hover ,#banner .bbs.cur {
background: url(../images/btn_top_link_bbs_hover.png?v=20150815);
}
#banner .activity {
background: url(../images/btn_top_link_activity_normal.png?v=201508);
}
#banner .activity a :hover,#banner .activity.cur {
background: url(../images/btn_top_link_activity_hover.png?v=20150815);
}
#download_box{margin-top: -5px;height:356px;}
#download_box .tab_link {
width: 235px;
height: 96px;
margin: 0px;
}
#download_box ul {
margin: 0px auto;
}
#download_box ul li {
width: 204px;
height: 82px;
display: inline-block;
}
#download_box .app {
background: url(../images/down_ios.png) no-repeat;
/* background: url(../images/btn_down_app_normal.png);*/
}
#download_box .app a :hover {
background: url(../images/down_ios_b.png) no-repeat;
}
#download_box .ios {
background: url(../images/btn_down_ios_normal.png) no-repeat;
}
#download_box .ios a :hover {
background: url(../images/btn_down_ios_hover.png) no-repeat;
}
#download_box .android {
/* background: url(../images/btn_down_android_disabled.png);*/
background: url(../images/btn_down_android_normal.png) no-repeat;
}
#download_box .android a :hover {
background: url(../images/btn_down_android_hover.png) no-repeat;
}
#download_box .computer {
/* background: url(../images/btn_down_android_disabled.png);*/
background: url(../images/btn_down_pc.png) no-repeat;
}
#download_box .computer a :hover {
background: url(../images/btn_down_pc_q.png) no-repeat;
}
#download_box .lbm {
/* background: url(../images/btn_down_android_disabled.png);*/
background: url(../images/lbm_b.png) no-repeat;
}
#download_box .lbm a :hover {
background: url(../images/lbm.png) no-repeat;
}
#main_content {
text-align: center;
display: inline-block;
width: 1040px;
margin-top: 5px;
}
#main_content #main_left {
width: 730px;
float: left;
margin-right: 10px;
min-height:1100px;
}
#main_content #main_left #pic_ad {
width: 718px;
*width: auto;
height: 334px;
*height: auto;
background: url(../images/bg_pic_pic_box.png);
padding: 5px;
text-align: center;
vertical-align: middle;
float: right;
}
#main_content #main_left #news_list {
clear: both;
width: 730px;
padding-left: 5px;
}
#main_content #main_left #news_list #news_list_title {
background: url(../images/bg_index_news_title.png) -20px;
height: 102px;
}
#news_lists {
background: url(../images/news_title.png);
float:left;
height: 102px;
width:745px;
}
#news_list_title {
background: url(../images/bg_index_news_title.png);
height: 102px;
float:left;
*position:relative;
width:725px;
}
#game_list_title{
background: url(../images/game_list_title.png);
float:left;
*float:left;
*position:relative;
width:745px;
height: 102px;
}
#game_lbmlq{
background: url(../images/game_lbmbac.png);
float:left;
*float:left;
*position:relative;
width:745px;
height: 102px;
}
#huodong_list_title{
background: url(../images/huodong_list_title.png);
float:left;
*position:relative;
width:745px;
height: 102px;
}
#game_info_title{
background: url(../images/game_info_title.png);
float:left;
*position:relative;
width:745px;
height: 102px;
}
#company_list_title{
background: url(../images/company_list_title.png);
float:left;
*position:relative;
width:745px;
height: 102px;
}
.btn_pic_more {
float: right;
margin-top: 55px;
margin-right: 10px;
}
.news_list_item {
border-bottom: 1px dashed #a9a9a9;
width: 720px;
display: inline-block;
padding-top: 5px;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
/*-----------礼包-----------*/
.inbox{text-align:left;}
.inbox .p2{ width:470px; margin:0 auto; text-indent:2em; line-height:20px; padding:30px 0px;}
.inbox .libao_in{ width:321px; height:auto; margin:0 auto 10px; background:#64B434; border:1px solid #797b7a; padding:4%;}
.inbox .libao_in h4{ font-size:14px; font-weight:normal;}
.inbox .libao_in .xialak{ width: 252px; height:31px; background:#fff 235px center no-repeat; line-height:31px; color:#000; margin-top:5px;padding:5px 0px 3px 10px;
}
.inbox .libao_in .btn1{ background:url(../images/lbnn.png) no-repeat; width:199px; height:52px; cursor:pointer; margin:0 auto; margin:27px 2px 25px 37px; display:block;}
.inbox .libao_in .input{ width:217px; height:43px; padding-left: 10px; line-height:43px;}
.inbox .libao_in .btn2{ width:45px; height:24px; cursor:pointer; margin:10px; }
.list_item{
border-bottom: 1px dashed #a9a9a9;
width: 690px;
height:125px;
*height:80px;
display: inline-block;
*display:inline;
*zoom:1;
padding-top: 20px;
padding-bottom: 24px;
margin-left: 10px;
margin-right: 20px;
}
.list_item p {
float: right;
width: 100%;
*width: 100%;
}
.news_list_item p {
float: left;
width: 485px;/*474px*/
*width:470px;
text-align:left;
}
.news_thumb {
border: 1px solid #d8d4d5;
padding: 5px;
float: left;
margin-right: 20px;
width: 215px;
text-align: center;
vertical-align: middle;
overflow: hidden;
}
.news_title {
float: left;
font-size: 16px;
width: 400px;
height: 24px;
/*margin-left:20px;*/
line-height: 24px;
overflow: hidden;
font-family: 微软雅黑;
text-decoration: underline;
}
.list_title {
float: left;
font-size: 16px;
width: 410px;
height: 24px;
color:#CCC;
line-height: 24px;
overflow: hidden;
font-family: 微软雅黑;
text-decoration: underline;
text-align:left;
}
.list_title a{
color:#b4cdd3;
}
.list_title a:hover{
color:#87C647;
}
.list_title a:visited{
color:#b4cdd3;
}
.news_title a{
color:#b4cdd3;
}
.news_title a:hover{
color:#87C647;
}
.news_title a:visited{
color:#b4cdd3;
}
.news_time {
font-family: 宋体;
font-size: 12px;
text-align: right;
float: right;
line-height: 24px;
}
/*.news_time {
font-family: 宋体;
font-size: 12px;
text-align: right;
float: right;
margin-right:20px;
line-height: 24px;
}
.line_c {
float:left;
font-size: 12px;
font-family: 宋体;
line-height: 10px;
color:#F90000;
text-align: left;
margin-left: 20px;
text-decoration: underline;
}
*/
.news_brief {
text-indent: 25px;
margin-top: 5px;
height: auto;
overflow: hidden;
font-size: 12px;
font-family: 宋体;
line-height: 18px;
text-align: left;
}
.list_brief{
text-indent: 25px;
margin-top: 5px;
height: auto;
overflow: hidden;
font-size: 12px;
font-family: 宋体;
line-height: 18px;
text-align: left;
}
.line_c {
font-size: 12px;
font-family: 宋体;
line-height: 20px;
color:#000;
float: left;
text-align: left;
margin-top: 38px;
text-decoration: underline;
}
.list_c {
float:right;
font-size: 12px;
line-height: 14px;
color:#b4cdd3;
text-align: left;
/*margin-right: 10px;*/
margin-top:34px;
text-decoration: underline;
}
#list_content{
/*float:left;*/
padding-left:10px;
border:1px solid #094F1D;
border-top:0px solid #094F1D;
/*margin-top:-23px;*/
*margin-top:-20px;
margin-left:26px;
border-radius:5px;
width:718px;
*width:700px;
background:#FFF;
height: 1068px;
}
#show_content{
border:1px solid #094F1D;border-top:0px solid #094F1D;margin-top:80px;*margin-top:-20px;margin-left:28px;border-radius:5px; width:718px;*width:700px;background:#FFF;
}
#soc {
margin-top: 5px;
}
#soc ul {
margin: 0px auto;
margin-left: 30px;
}
#soc ul li {
float: left;
display: inline-block;
}
#soc p {
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-family: 微软雅黑;
}
.weibo_info {
width: 236px;
background: url(../images/weibo_icon.jpg) top left no-repeat;
}
.weixin_info {
width: 236px;
background: url(../images/weixin_02.jpg) top left no-repeat;
}
.weixin_info p {
font-size: 20px;
line-height: 28px;
font-family: 微软雅黑;
color: #ac201f;
font-weight: 700;
}
#main_right {
width: 280px;
float: right;
height: 323px;
}
#weixin_box {
background: url(../images/bg_weibo_box.png);
width: 280px ;
*width: 260px ;
height: 343px ;
padding-top: 27px;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
padding-bottom: 40px;
}
.right_item_box {
width: 275px;
height: 705px;
background: url(../images/bg_right_box.png);
margin-top:15px;/*15px*/
margin-left: 5px;
}
.right_item_title {
background: url(../images/bg_right_item_title.png);
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
width: 275px;
height: 57px;
*height:35px;
}
.right_item_title a img{
float: right;
margin-right: 5px;
margin-top: 12px;
*margin-top:-23px;
}
.yxgl_lst {
width: 250px;
overflow: hidden;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin-bottom: 5px;
background: rgb(57,133,28);
margin-right:auto;
margin-left:auto;
border-radius: 5px;
}
.yxgl_lst li {
font-size: 12px;
text-align: left;
white-space: nowrap;
overflow: hidden;
line-height: 24px;
color: #ffffff;
}
.yxgl_lst li a {
color: #ffffff;
text-decoration: none;
}
.yxgl_lst li a:hover {
color: #ffffff;
text-decoration: underline;
}
#right_item_yxzl {
list-style-type: none;
width: 220px;
margin-left: 27px;
*margin-left:10px;
font-size: 12px;
color: #ffffff;
height: 190px;
*height:210px;
}
#right_item_yxzl ul li {
}
#right_item_yxzl dt {
cursor: pointer;
width: 220px;
border-bottom: 2px dashed #ffffff;
}
#right_item_yxzl dd {
padding-top: 5px;
height: 85px;
}
#right_item_yxzl dd div {
width: 110px;
float: left;
height: 22px;
line-height: 22px;
margin-bottom: 3px;
}
#right_item_yxzl dd div img {
margin-right: 5px;
float: left;
width: 20px;
}
#right_item_yxzl dd a {
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
float: left;
height: 22px;
line-height: 22px;
overflow: hidden;
vertical-align: middle;
color: #ffffff;
}
#right_item_yxzl dd a:hover {
background: rgb(53,143,175);
}
.right_item_kf {
height: 156px;
*height:146px;
margin-left: 27px;
}
.right_item_kf a {
color: #ffffff;
text-decoration: none;
}
.right_item_kf a:hover {
text-decoration: underline;
}
.right_item_kf div {
font-size: 12px;
float: left;
clear: both;
height: 24px;
line-height: 24px;
vertical-align: middle;
color: #ffffff;
}
.right_item_kf_title {
width: 50px;
*width:auto;
text-align: right;
float: left;
margin-right: 10px;
font-weight: 800;
}
#friend_link {
height: 70px;
margin-top: 5px;
*margin-top:8px;
overflow: hidden;
}
#footer {
clear: both;
margin: 0 auto;
margin-bottom: 50px;
padding-left: 15px;
margin-top:20px;
width: 1036px;
text-align: center;
}
#footer_tip {
padding: 10px;
height: 40px;
background: #262d33;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 20px;
color: #d6d6d6;
}
#footer_tip .tip_title {
font-size: 16px;
font-weight: 600;
}
#footer_logo {
width: 820px;
margin: 0 auto;
border-top: 1px solid #95908d;
text-align: center;
margin-top: 30px;
padding-top: 20px;
}
#footer_logo .footer_right {
width: 550px;
text-align: center;
float: right;
color: #63432c;
}
#footer_logo a {
text-decoration: none;
color: #63432c;
}
.f14{
text-align:left;
margin-left:40px;
margin-top:10px;
margin-bottom:20px;
}
/*幻灯片*/
.jdt ul{ height:17px; margin-bottom:4px; position:absolute; left:10px; bottom:4px; z-index:333;}
.w1{ width:719px;}
/*首页中间切换图*/
.jdtBox{ background:url(../images/jdtBg2.jpg) no-repeat; height: 322px;padding: 0px;width: 709px; }
.jdt{ width:709px; height:322px;position:relative;overflow:hidden;}
.jdt ol{ position:absolute; top:0; left:0;}
.jdt ol li{ float:left; width:709px;}
.jdt ul li{ float:left; width:18px; height:18px; margin-right:4px;background: #11151b;opacity: .7; text-align:center; cursor:pointer;border-radius: 9px;}
.jdt ul li.avtive{ color:#fff; background:url(../images/Point_1.png)}
.jdt ul li span{ float:left;width:242px; height:17px; margin:0 0 0 -1px; background:url(../images/jdtban.jpg) no-repeat; cursor:pointer; text-align:center;}
.jdt ul li.jdt1 span{ background-position:0 0;}
.jdt ul li.jdt1 span.active{ background-position:0 -77px;}
.jdt ul li.jdt2 span{ background-position:-243px 0;}
.jdt ul li.jdt2 span.active{ background-position:-243px -77px;}
.jdt ul li.jdt3 span{ background-position:-485px 0px ;}
.jdt ul li.jdt3 span.active{ background-position:-485px -77px;}
.jdt div{ background:url(../images/jdtBg.jpg) no-repeat; width:719px; height:264px; display:none;}
.jdt div.show,.ziliao div.show{ display:block;}
.jdt div img{ margin:5px;}
.content{
margin-left:30px;
margin-right:30px;
text-align:left;
}
.pages{
margin-top:20px;
*margin-top:50px;
padding-bottom:50px;
}
.crumbs a{
color:#FFF;
text-decoration:none;
}
.footer-copy{ margin-bottom:20px;color:#d6d6d6;overflow:hidden; }
.footer-copy a,.footer-copy a:visited{color: #d6d6d6;}
.footer-copy .left{width:40%;float:left;text-align:right}
.footer-copy .right{width:60%;float:left;text-align:left} | output/statics/css/style.css | *, *:before, *:after {
/* -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;*/
box-sizing: border-box;
padding: 0;
margin: 0;
*margin-top:-2px;
}
.c-af:after {
clear: both !important;
content: " " !important;
display: table !important;
}
#goTopBtn {
z-index: 9999;
POSITION: fixed;
TEXT-ALIGN: center;
LINE-HEIGHT: 30px;
WIDTH: 30px;
BOTTOM:35px;
/*HEIGHT: 33px;*/
FONT-SIZE: 12px;
CURSOR: pointer;
RIGHT: 10%;
_position: absolute;
_right: auto
}
body {
text-align: center;
margin: 0px auto;
padding: 0px;
background:#11151b url(../images/main_bg.jpg) no-repeat center top;
font-family:"mirosoft yahei";
font-size: 14px;
line-height: 24px;
}
a{color: #d6d6d6;}
img {border:none}
#banner {
vertical-align: top;
display: block;
text-align: center;
}
#banner .tab_link {
width: 146px;
height: 110px;
}
#banner .split_01 {
/*background: url(../images/split_01.png);*/
width: 4px;
height: 110px;
margin: 0px;
}
#banner ul {
margin-top: 0px;
width: 955px;
margin: 0px auto;
text-align: center;
white-space: nowrap;
}
#banner ul li {
vertical-align: top;
margin: 0px auto;
margin-left: 0px;
margin-right: 0px;
display: inline-block;
float: left;
}
#banner .index {
background: url(../images/btn_top_link_index_normal.png?v=201508);
}
#banner .index a :hover,#banner .index.cur {
background: url(../images/btn_top_link_index_hover.png?v=20150815);
}
#banner .news {
background: url(../images/btn_top_link_news_normal.png?v=201508);
}
#banner .news a :hover,#banner .news.cur {
background: url(../images/btn_top_link_news_hover.png?v=20150815);
}
#banner .bbs {
background: url(../images/btn_top_link_bbs_normal.png?v=201508);
}
#banner .bbs a :hover ,#banner .bbs.cur {
background: url(../images/btn_top_link_bbs_hover.png?v=20150815);
}
#banner .activity {
background: url(../images/btn_top_link_activity_normal.png?v=201508);
}
#banner .activity a :hover,#banner .activity.cur {
background: url(../images/btn_top_link_activity_hover.png?v=20150815);
}
#download_box{margin-top: -5px;height:356px;}
#download_box .tab_link {
width: 235px;
height: 96px;
margin: 0px;
}
#download_box ul {
margin: 0px auto;
}
#download_box ul li {
width: 204px;
height: 82px;
display: inline-block;
}
#download_box .app {
background: url(../images/down_ios.png) no-repeat;
/* background: url(../images/btn_down_app_normal.png);*/
}
#download_box .app a :hover {
background: url(../images/down_ios_b.png) no-repeat;
}
#download_box .ios {
background: url(../images/btn_down_ios_normal.png) no-repeat;
}
#download_box .ios a :hover {
background: url(../images/btn_down_ios_hover.png) no-repeat;
}
#download_box .android {
/* background: url(../images/btn_down_android_disabled.png);*/
background: url(../images/btn_down_android_normal.png) no-repeat;
}
#download_box .android a :hover {
background: url(../images/btn_down_android_hover.png) no-repeat;
}
#download_box .computer {
/* background: url(../images/btn_down_android_disabled.png);*/
background: url(../images/btn_down_pc.png) no-repeat;
}
#download_box .computer a :hover {
background: url(../images/btn_down_pc_q.png) no-repeat;
}
#download_box .lbm {
/* background: url(../images/btn_down_android_disabled.png);*/
background: url(../images/lbm_b.png) no-repeat;
}
#download_box .lbm a :hover {
background: url(../images/lbm.png) no-repeat;
}
#main_content {
text-align: center;
display: inline-block;
width: 1040px;
margin-top: 5px;
}
#main_content #main_left {
width: 730px;
float: left;
margin-right: 10px;
min-height:1100px;
}
#main_content #main_left #pic_ad {
width: 718px;
*width: auto;
height: 334px;
*height: auto;
background: url(../images/bg_pic_pic_box.png);
padding: 5px;
text-align: center;
vertical-align: middle;
float: right;
}
#main_content #main_left #news_list {
clear: both;
width: 730px;
padding-left: 5px;
}
#main_content #main_left #news_list #news_list_title {
background: url(../images/bg_index_news_title.png) -20px;
height: 102px;
}
#news_lists {
background: url(../images/news_title.png);
float:left;
height: 102px;
width:745px;
}
#news_list_title {
background: url(../images/bg_index_news_title.png);
height: 102px;
float:left;
*position:relative;
width:725px;
}
#game_list_title{
background: url(../images/game_list_title.png);
float:left;
*float:left;
*position:relative;
width:745px;
height: 102px;
}
#game_lbmlq{
background: url(../images/game_lbmbac.png);
float:left;
*float:left;
*position:relative;
width:745px;
height: 102px;
}
#huodong_list_title{
background: url(../images/huodong_list_title.png);
float:left;
*position:relative;
width:745px;
height: 102px;
}
#game_info_title{
background: url(../images/game_info_title.png);
float:left;
*position:relative;
width:745px;
height: 102px;
}
#company_list_title{
background: url(../images/company_list_title.png);
float:left;
*position:relative;
width:745px;
height: 102px;
}
.btn_pic_more {
float: right;
margin-top: 55px;
margin-right: 10px;
}
.news_list_item {
border-bottom: 1px dashed #a9a9a9;
width: 720px;
display: inline-block;
padding-top: 5px;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
/*-----------礼包-----------*/
.inbox{text-align:left;}
.inbox .p2{ width:470px; margin:0 auto; text-indent:2em; line-height:20px; padding:30px 0px;}
.inbox .libao_in{ width:321px; height:auto; margin:0 auto 10px; background:#64B434; border:1px solid #797b7a; padding:4%;}
.inbox .libao_in h4{ font-size:14px; font-weight:normal;}
.inbox .libao_in .xialak{ width: 252px; height:31px; background:#fff 235px center no-repeat; line-height:31px; color:#000; margin-top:5px;padding:5px 0px 3px 10px;
}
.inbox .libao_in .btn1{ background:url(../images/lbnn.png) no-repeat; width:199px; height:52px; cursor:pointer; margin:0 auto; margin:27px 2px 25px 37px; display:block;}
.inbox .libao_in .input{ width:217px; height:43px; padding-left: 10px; line-height:43px;}
.inbox .libao_in .btn2{ width:45px; height:24px; cursor:pointer; margin:10px; }
.list_item{
border-bottom: 1px dashed #a9a9a9;
width: 690px;
height:125px;
*height:80px;
display: inline-block;
*display:inline;
*zoom:1;
padding-top: 20px;
padding-bottom: 24px;
margin-left: 10px;
margin-right: 20px;
}
.list_item p {
float: right;
width: 100%;
*width: 100%;
}
.news_list_item p {
float: left;
width: 485px;/*474px*/
*width:470px;
text-align:left;
}
.news_thumb {
border: 1px solid #d8d4d5;
padding: 5px;
float: left;
margin-right: 20px;
width: 215px;
text-align: center;
vertical-align: middle;
overflow: hidden;
}
.news_title {
float: left;
font-size: 16px;
width: 400px;
height: 24px;
/*margin-left:20px;*/
line-height: 24px;
overflow: hidden;
font-family: 微软雅黑;
text-decoration: underline;
}
.list_title {
float: left;
font-size: 16px;
width: 410px;
height: 24px;
color:#CCC;
line-height: 24px;
overflow: hidden;
font-family: 微软雅黑;
text-decoration: underline;
text-align:left;
}
.list_title a{
color:#b4cdd3;
}
.list_title a:hover{
color:#87C647;
}
.list_title a:visited{
color:#b4cdd3;
}
.news_title a{
color:#b4cdd3;
}
.news_title a:hover{
color:#87C647;
}
.news_title a:visited{
color:#b4cdd3;
}
.news_time {
font-family: 宋体;
font-size: 12px;
text-align: right;
float: right;
line-height: 24px;
}
/*.news_time {
font-family: 宋体;
font-size: 12px;
text-align: right;
float: right;
margin-right:20px;
line-height: 24px;
}
.line_c {
float:left;
font-size: 12px;
font-family: 宋体;
line-height: 10px;
color:#F90000;
text-align: left;
margin-left: 20px;
text-decoration: underline;
}
*/
.news_brief {
text-indent: 25px;
margin-top: 5px;
height: auto;
overflow: hidden;
font-size: 12px;
font-family: 宋体;
line-height: 18px;
text-align: left;
}
.list_brief{
text-indent: 25px;
margin-top: 5px;
height: auto;
overflow: hidden;
font-size: 12px;
font-family: 宋体;
line-height: 18px;
text-align: left;
}
.line_c {
font-size: 12px;
font-family: 宋体;
line-height: 20px;
color:#000;
float: left;
text-align: left;
margin-top: 38px;
text-decoration: underline;
}
.list_c {
float:right;
font-size: 12px;
line-height: 14px;
color:#b4cdd3;
text-align: left;
/*margin-right: 10px;*/
margin-top:34px;
text-decoration: underline;
}
#list_content{
/*float:left;*/
padding-left:10px;
border:1px solid #094F1D;
border-top:0px solid #094F1D;
/*margin-top:-23px;*/
*margin-top:-20px;
margin-left:26px;
border-radius:5px;
width:718px;
*width:700px;
background:#FFF;
height: 1068px;
}
#show_content{
border:1px solid #094F1D;border-top:0px solid #094F1D;margin-top:80px;*margin-top:-20px;margin-left:28px;border-radius:5px; width:718px;*width:700px;background:#FFF;
}
#soc {
margin-top: 5px;
}
#soc ul {
margin: 0px auto;
margin-left: 30px;
}
#soc ul li {
float: left;
display: inline-block;
}
#soc p {
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-family: 微软雅黑;
}
.weibo_info {
width: 236px;
background: url(../images/weibo_icon.jpg) top left no-repeat;
}
.weixin_info {
width: 236px;
background: url(../images/weixin_02.jpg) top left no-repeat;
}
.weixin_info p {
font-size: 20px;
line-height: 28px;
font-family: 微软雅黑;
color: #ac201f;
font-weight: 700;
}
#main_right {
width: 280px;
float: right;
height: 323px;
}
#weixin_box {
background: url(../images/bg_weibo_box.png);
width: 280px ;
*width: 260px ;
height: 343px ;
padding-top: 27px;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
padding-bottom: 40px;
}
.right_item_box {
width: 275px;
height: 705px;
background: url(../images/bg_right_box.png);
margin-top:15px;/*15px*/
margin-left: 5px;
}
.right_item_title {
background: url(../images/bg_right_item_title.png);
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
width: 275px;
height: 57px;
*height:35px;
}
.right_item_title a img{
float: right;
margin-right: 5px;
margin-top: 12px;
*margin-top:-23px;
}
.yxgl_lst {
width: 250px;
overflow: hidden;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin-bottom: 5px;
background: rgb(57,133,28);
margin-right:auto;
margin-left:auto;
border-radius: 5px;
}
.yxgl_lst li {
font-size: 12px;
text-align: left;
white-space: nowrap;
overflow: hidden;
line-height: 24px;
color: #ffffff;
}
.yxgl_lst li a {
color: #ffffff;
text-decoration: none;
}
.yxgl_lst li a:hover {
color: #ffffff;
text-decoration: underline;
}
#right_item_yxzl {
list-style-type: none;
width: 220px;
margin-left: 27px;
*margin-left:10px;
font-size: 12px;
color: #ffffff;
height: 190px;
*height:210px;
}
#right_item_yxzl ul li {
}
#right_item_yxzl dt {
cursor: pointer;
width: 220px;
border-bottom: 2px dashed #ffffff;
}
#right_item_yxzl dd {
padding-top: 5px;
height: 85px;
}
#right_item_yxzl dd div {
width: 110px;
float: left;
height: 22px;
line-height: 22px;
margin-bottom: 3px;
}
#right_item_yxzl dd div img {
margin-right: 5px;
float: left;
width: 20px;
}
#right_item_yxzl dd a {
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
float: left;
height: 22px;
line-height: 22px;
overflow: hidden;
vertical-align: middle;
color: #ffffff;
}
#right_item_yxzl dd a:hover {
background: rgb(53,143,175);
}
.right_item_kf {
height: 156px;
*height:146px;
margin-left: 27px;
}
.right_item_kf a {
color: #ffffff;
text-decoration: none;
}
.right_item_kf a:hover {
text-decoration: underline;
}
.right_item_kf div {
font-size: 12px;
float: left;
clear: both;
height: 24px;
line-height: 24px;
vertical-align: middle;
color: #ffffff;
}
.right_item_kf_title {
width: 50px;
*width:auto;
text-align: right;
float: left;
margin-right: 10px;
font-weight: 800;
}
#friend_link {
height: 70px;
margin-top: 5px;
*margin-top:8px;
overflow: hidden;
}
#footer {
clear: both;
margin: 0 auto;
margin-bottom: 50px;
padding-left: 15px;
margin-top:20px;
width: 1036px;
text-align: center;
}
#footer_tip {
padding: 10px;
height: 40px;
background: #262d33;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 20px;
color: #d6d6d6;
}
#footer_tip .tip_title {
font-size: 16px;
font-weight: 600;
}
#footer_logo {
width: 820px;
margin: 0 auto;
border-top: 1px solid #95908d;
text-align: center;
margin-top: 30px;
padding-top: 20px;
}
#footer_logo .footer_right {
width: 550px;
text-align: center;
float: right;
color: #63432c;
}
#footer_logo a {
text-decoration: none;
color: #63432c;
}
.f14{
text-align:left;
margin-left:40px;
margin-top:10px;
margin-bottom:20px;
}
/*幻灯片*/
.jdt ul{ height:17px; margin-bottom:4px; position:absolute; left:10px; bottom:4px; z-index:333;}
.w1{ width:719px;}
/*首页中间切换图*/
.jdtBox{ background:url(../images/jdtBg2.jpg) no-repeat; height: 322px;padding: 0px;width: 709px; }
.jdt{ width:709px; height:322px;position:relative;overflow:hidden;}
.jdt ol{ position:absolute; top:0; left:0;}
.jdt ol li{ float:left; width:709px;}
.jdt ul li{ float:left; width:18px; height:18px; margin-right:4px;background: #11151b;opacity: .7; text-align:center; cursor:pointer;border-radius: 9px;}
.jdt ul li.avtive{ color:#fff; background:url(../images/Point_1.png)}
.jdt ul li span{ float:left;width:242px; height:17px; margin:0 0 0 -1px; background:url(../images/jdtban.jpg) no-repeat; cursor:pointer; text-align:center;}
.jdt ul li.jdt1 span{ background-position:0 0;}
.jdt ul li.jdt1 span.active{ background-position:0 -77px;}
.jdt ul li.jdt2 span{ background-position:-243px 0;}
.jdt ul li.jdt2 span.active{ background-position:-243px -77px;}
.jdt ul li.jdt3 span{ background-position:-485px 0px ;}
.jdt ul li.jdt3 span.active{ background-position:-485px -77px;}
.jdt div{ background:url(../images/jdtBg.jpg) no-repeat; width:719px; height:264px; display:none;}
.jdt div.show,.ziliao div.show{ display:block;}
.jdt div img{ margin:5px;}
.content{
margin-left:30px;
margin-right:30px;
text-align:left;
}
.pages{
margin-top:20px;
*margin-top:50px;
padding-bottom:50px;
}
.crumbs a{
color:#FFF;
text-decoration:none;
}
.footer-copy{ margin-bottom:20px;color:#d6d6d6;overflow:hidden; }
.footer-copy a,.footer-copy a:visited{color: #d6d6d6;}
.footer-copy .left{width:40%;float:left;text-align:right}
.footer-copy .right{width:60%;float:left;text-align:left} | 0.315314 | 0.10466 |
body {
background: #eee
}
h3 {
color: #555
}
h2 a {
text-decoration: none
}
h2, .moduletable h3, .items-leading h2 {
border-bottom: solid 1px #ddd
}
.items-row h2 {
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd
}
a:link, a:visited {
color: #c00
}
a:hover, a:active, a:focus {
background: #c00;
color: #FFF
}
.logoheader {
background: #900;
color: #FFF;
min-height: 200px
}
#all {
background: #fff;
color: #555
}
#shadow #all {
box-shadow: 0 20px 10px #555
}
#header ul.menu {
background-color: #ddd;
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd);
background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
background-image: -moz-linear-gradient(top, #eee, #ddd);
background-image: -ms-linear-gradient(top, #eee, #ddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
background-image: -webkit-linear-gradient(top, #eee, #ddd);
background-image: -o-linear-gradient(top, #eee, #ddd);
background-image: linear-gradient(#eee, #ddd);
border-color: #b2b2b2 #b2b2b2 #9f9f9f;
text-shadow: 0 1px 1px rgba(255, 255, 255, .49);
-webkit-font-smoothing: antialiased;
box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
border: solid 1px #ddd;
border: 1px solid #e5e5e5;
text-transform: uppercase
}
#header ul.menu a:link, #header ul.menu a:visited {
color: #333;
display: inline-block;
font-weight: 700;
text-decoration: none;
padding: 0 10px;
margin: 0;
display: inline-block;
margin: 0 0 0;
padding: 12px 15px;
position: relative;
border-right: 1px solid #ddd;
box-shadow: 1px 0 0 #f5f5f5
}
.button, button, p.readmore a, #header input.button, .pagenav a:link, .pagenav a:visited, #advanced-search-toggle, .profile-edit a:link, .profile-edit a:visited, h3.js_heading, .article-info {
background-color: #ddd;
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);
background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
background-image: -moz-linear-gradient(top, #fff, #ddd);
background-image: -ms-linear-gradient(top, #fff, #ddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
background-image: -webkit-linear-gradient(top, #fff, #ddd);
background-image: -o-linear-gradient(top, #fff, #ddd);
background-image: linear-gradient(#fff, #ddd);
border-color: #b2b2b2 #b2b2b2 #9f9f9f;
text-shadow: 0 1px 1px rgba(255, 255, 255, .49);
-webkit-font-smoothing: antialiased;
box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
color: #c00;
border: solid 1px #ddd
}
.article-info {
color: #555
}
table {
border: solid 1px #ddd
}
table th a:link, table th a:visited {
color: #fff
}
tr.odd, tr.cat-list-row1 {
background: #f8f8f8
}
table tr:hover td {
background: #FEFDE2
}
.button:hover, .button:active, .button:focus, button:hover, p.readmore a:hover, #header ul.menu a:hover, #header ul.menu a:active, #header ul.menu a:focus, .pagenav a:hover, .pagenav a:active, .pagenav a:focus, #advanced-search-toggle:hover, #advanced-search-toggle:active, #advanced-search-toggle:focus, .profile-edit a:hover, .profile-edit a:active, .profile-edit a:focus, #fontsize a:hover, #fontsize a:active, #fontsize a:focus, #mobile_select h2 a, table th, .logoheader {
background-color: #c00;
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#cc0000, endColorstr=#990000);
background-image: -khtml-gradient(linear, left top, left bottom, from(#c00), to(#900));
background-image: -moz-linear-gradient(top, #c00, #900);
background-image: -ms-linear-gradient(top, #c00, #900);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00), color-stop(100%, #900));
background-image: -webkit-linear-gradient(top, #c00, #900);
background-image: -o-linear-gradient(top, #c00, #900);
background-image: linear-gradient(#c00, #900);
border-color: #900;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .33);
-webkit-font-smoothing: antialiased
}
.pagination span, .pagination span a:hover {
color: #999;
background-color: #f5f5f5
}
span.pagenav {
background: #095197;
color: #fff
}
.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
background-color: #f5f5f5;
color: #444
}
ul.menu a:link, ul.menu a:visited {
color: #444
}
.moduletable_menu {
border: solid 1px #ddd;
background: #f9f9f9
}
#header ul.menu {
border: solid 1px #D5D5D5;
box-shadow: 0 1px 0 #fff inset, 0 1px 5px rgba(0, 0, 0, .1)
}
#header ul.menu a {
box-shadow: none;
border-bottom: 0
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus {
background-color: #F5F5F5;
background-image: -moz-linear-gradient(center top, #fff, #e6e6e6);
background-repeat: repeat-x;
background: url(../images/arrow.png) no-repeat right center;
color: #c00
}
ul.menu li.active a, ul.menu li.active ul li.active a, ul.menu li.active ul li.active ul li.active a, ul.menu li.active ul li.active ul li.active ul li.active a, ul.menu li.active ul li.active ul li.active ul li.active ul li.active a {
font-weight: 700
}
ul.menu li.active ul li a, ul.menu li.active ul li.active ul li a, ul.menu li.active ul li.active ul li.active ul li a, ul.menu li.active ul li.active ul li.active ul li.active ul li a {
font-weight: 400
}
ul.menu a {
box-shadow: 0 1px 0 #fff;
border-bottom: solid 1px #ddd;
text-shadow: 0 1px 0 #fff
}
ul.menu ul a {
background: #e5e5e5;
margin-bottom: 1px
}
ul.menu ul ul ul a {
background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center
}
ul.menu ul ul ul ul a {
background: #fff
}
.panel h3.pane-toggler a {
background: url(../images/slider_plus.png) right top no-repeat;
color: #333
}
.panel h3.pane-toggler-down a {
background: url(../images/slider_minus.png) right top no-repeat;
border-bottom: solid 1px #ddd;
color: #333
}
ul.tabs li, dl.tabs dt h3 a:link, dl.tabs dt h3 a:visited {
background: #f5f5f5 url(../images/nature/box.png) repeat-x
}
ul.tabs li a:link, ul.tabs li a:visited, dl.tabs dt a {
color: #333;
border: solid 1px #ddd;
border-bottom: 0
}
ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a:focus {
color: #000
}
.tabcontent, div.current {
background: #fff;
color: #000;
border: solid 1px #ddd
}
.tabcontent .linkclosed {
color: #000;
border-bottom: solid 1px #e5e5e5
}
ul.tabs li a.linkopen, dl.tabs dt.open h3 a:link, dl.tabs dt.open h3 a:visited {
background: #fff;
color: #333;
border-radius: 5px 5px 0 0
}
ul.tabs li a.linkclosed:hover, ul.tabs li a.linkclosed:active, ul.tabs li a.linkclosed:focus, ul.tabs li a.linkopen:hover, ul.tabs li a.linkopen:active, ul.tabs li a.linkopen:focus {
background: #555;
color: #fff
}
#footer-inner, #footer {
background: #f5f5f5;
box-shadow: 0 20px 10px #555
}
#footer {
background: #555;
max-width: 1025px;
margin: 0 auto;
box-shadow: 0 0 10px #555;
color: #fff
}
#footer a {
color: #fff;
background: 0
}
#bottom a {
background: 0
}
.box1 {
border-right: solid 1px #ccc
}
.box3 {
border-left: solid 1px #ccc
}
#bottom ul li a {
background-image: none;
padding-left: 0
}
#mobile_select h2 {
border: 0;
margin: -17px 0 0 0;
padding: 0;
background: #900;
text-align: right
}
#mobile_select h2 a {
display: inline-block;
font-size: .8em;
border-radius: 4px 4px 0 0;
padding: 6px;
font-size: .75em;
margin-right: 5px
}
@media only screen and (max-width: 480px) {
img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic
}
#fontsize {
display: none
}
#nav, #wrapper2, #wrapper, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3, #right, .box, #header form {
float: none;
width: 100%
}
#header {
padding-top: 3em
}
#header form {
margin: 0
}
.logoheader {
background: #900;
min-height: 100px;
margin: 0
}
.box {
border-left: 0 !important;
border-bottom: solid 1px #ddd
}
#line {
text-align: center;
top: 0;
right: auto;
max-width: 100%;
min-width: 100%;
margin: 0 0;
background: #c00
}
#header form input {
float: none;
margin-bottom: 4px
}
#menuwrapper {
margin-top: 10px
}
#header ul.menu {
position: relative;
top: 0;
left: 20px;
right: 20px;
margin: 0;
width: 90%;
border-radius: 4px
}
#header ul.menu li:first-child a {
border-radius: 4px 4px 0 0
}
#header ul.menu li:last-child a {
border-radius: 0 0 4px 4px
}
#header ul.menu li a:link, #header ul.menu li a:visited {
display: block;
padding: 6px 10px;
border-bottom: solid 1px #ccc
}
} | public_html/templates/beez3/css/red.css | body {
background: #eee
}
h3 {
color: #555
}
h2 a {
text-decoration: none
}
h2, .moduletable h3, .items-leading h2 {
border-bottom: solid 1px #ddd
}
.items-row h2 {
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd
}
a:link, a:visited {
color: #c00
}
a:hover, a:active, a:focus {
background: #c00;
color: #FFF
}
.logoheader {
background: #900;
color: #FFF;
min-height: 200px
}
#all {
background: #fff;
color: #555
}
#shadow #all {
box-shadow: 0 20px 10px #555
}
#header ul.menu {
background-color: #ddd;
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd);
background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
background-image: -moz-linear-gradient(top, #eee, #ddd);
background-image: -ms-linear-gradient(top, #eee, #ddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
background-image: -webkit-linear-gradient(top, #eee, #ddd);
background-image: -o-linear-gradient(top, #eee, #ddd);
background-image: linear-gradient(#eee, #ddd);
border-color: #b2b2b2 #b2b2b2 #9f9f9f;
text-shadow: 0 1px 1px rgba(255, 255, 255, .49);
-webkit-font-smoothing: antialiased;
box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
border: solid 1px #ddd;
border: 1px solid #e5e5e5;
text-transform: uppercase
}
#header ul.menu a:link, #header ul.menu a:visited {
color: #333;
display: inline-block;
font-weight: 700;
text-decoration: none;
padding: 0 10px;
margin: 0;
display: inline-block;
margin: 0 0 0;
padding: 12px 15px;
position: relative;
border-right: 1px solid #ddd;
box-shadow: 1px 0 0 #f5f5f5
}
.button, button, p.readmore a, #header input.button, .pagenav a:link, .pagenav a:visited, #advanced-search-toggle, .profile-edit a:link, .profile-edit a:visited, h3.js_heading, .article-info {
background-color: #ddd;
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);
background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
background-image: -moz-linear-gradient(top, #fff, #ddd);
background-image: -ms-linear-gradient(top, #fff, #ddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
background-image: -webkit-linear-gradient(top, #fff, #ddd);
background-image: -o-linear-gradient(top, #fff, #ddd);
background-image: linear-gradient(#fff, #ddd);
border-color: #b2b2b2 #b2b2b2 #9f9f9f;
text-shadow: 0 1px 1px rgba(255, 255, 255, .49);
-webkit-font-smoothing: antialiased;
box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
color: #c00;
border: solid 1px #ddd
}
.article-info {
color: #555
}
table {
border: solid 1px #ddd
}
table th a:link, table th a:visited {
color: #fff
}
tr.odd, tr.cat-list-row1 {
background: #f8f8f8
}
table tr:hover td {
background: #FEFDE2
}
.button:hover, .button:active, .button:focus, button:hover, p.readmore a:hover, #header ul.menu a:hover, #header ul.menu a:active, #header ul.menu a:focus, .pagenav a:hover, .pagenav a:active, .pagenav a:focus, #advanced-search-toggle:hover, #advanced-search-toggle:active, #advanced-search-toggle:focus, .profile-edit a:hover, .profile-edit a:active, .profile-edit a:focus, #fontsize a:hover, #fontsize a:active, #fontsize a:focus, #mobile_select h2 a, table th, .logoheader {
background-color: #c00;
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#cc0000, endColorstr=#990000);
background-image: -khtml-gradient(linear, left top, left bottom, from(#c00), to(#900));
background-image: -moz-linear-gradient(top, #c00, #900);
background-image: -ms-linear-gradient(top, #c00, #900);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00), color-stop(100%, #900));
background-image: -webkit-linear-gradient(top, #c00, #900);
background-image: -o-linear-gradient(top, #c00, #900);
background-image: linear-gradient(#c00, #900);
border-color: #900;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .33);
-webkit-font-smoothing: antialiased
}
.pagination span, .pagination span a:hover {
color: #999;
background-color: #f5f5f5
}
span.pagenav {
background: #095197;
color: #fff
}
.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
background-color: #f5f5f5;
color: #444
}
ul.menu a:link, ul.menu a:visited {
color: #444
}
.moduletable_menu {
border: solid 1px #ddd;
background: #f9f9f9
}
#header ul.menu {
border: solid 1px #D5D5D5;
box-shadow: 0 1px 0 #fff inset, 0 1px 5px rgba(0, 0, 0, .1)
}
#header ul.menu a {
box-shadow: none;
border-bottom: 0
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus {
background-color: #F5F5F5;
background-image: -moz-linear-gradient(center top, #fff, #e6e6e6);
background-repeat: repeat-x;
background: url(../images/arrow.png) no-repeat right center;
color: #c00
}
ul.menu li.active a, ul.menu li.active ul li.active a, ul.menu li.active ul li.active ul li.active a, ul.menu li.active ul li.active ul li.active ul li.active a, ul.menu li.active ul li.active ul li.active ul li.active ul li.active a {
font-weight: 700
}
ul.menu li.active ul li a, ul.menu li.active ul li.active ul li a, ul.menu li.active ul li.active ul li.active ul li a, ul.menu li.active ul li.active ul li.active ul li.active ul li a {
font-weight: 400
}
ul.menu a {
box-shadow: 0 1px 0 #fff;
border-bottom: solid 1px #ddd;
text-shadow: 0 1px 0 #fff
}
ul.menu ul a {
background: #e5e5e5;
margin-bottom: 1px
}
ul.menu ul ul ul a {
background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center
}
ul.menu ul ul ul ul a {
background: #fff
}
.panel h3.pane-toggler a {
background: url(../images/slider_plus.png) right top no-repeat;
color: #333
}
.panel h3.pane-toggler-down a {
background: url(../images/slider_minus.png) right top no-repeat;
border-bottom: solid 1px #ddd;
color: #333
}
ul.tabs li, dl.tabs dt h3 a:link, dl.tabs dt h3 a:visited {
background: #f5f5f5 url(../images/nature/box.png) repeat-x
}
ul.tabs li a:link, ul.tabs li a:visited, dl.tabs dt a {
color: #333;
border: solid 1px #ddd;
border-bottom: 0
}
ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a:focus {
color: #000
}
.tabcontent, div.current {
background: #fff;
color: #000;
border: solid 1px #ddd
}
.tabcontent .linkclosed {
color: #000;
border-bottom: solid 1px #e5e5e5
}
ul.tabs li a.linkopen, dl.tabs dt.open h3 a:link, dl.tabs dt.open h3 a:visited {
background: #fff;
color: #333;
border-radius: 5px 5px 0 0
}
ul.tabs li a.linkclosed:hover, ul.tabs li a.linkclosed:active, ul.tabs li a.linkclosed:focus, ul.tabs li a.linkopen:hover, ul.tabs li a.linkopen:active, ul.tabs li a.linkopen:focus {
background: #555;
color: #fff
}
#footer-inner, #footer {
background: #f5f5f5;
box-shadow: 0 20px 10px #555
}
#footer {
background: #555;
max-width: 1025px;
margin: 0 auto;
box-shadow: 0 0 10px #555;
color: #fff
}
#footer a {
color: #fff;
background: 0
}
#bottom a {
background: 0
}
.box1 {
border-right: solid 1px #ccc
}
.box3 {
border-left: solid 1px #ccc
}
#bottom ul li a {
background-image: none;
padding-left: 0
}
#mobile_select h2 {
border: 0;
margin: -17px 0 0 0;
padding: 0;
background: #900;
text-align: right
}
#mobile_select h2 a {
display: inline-block;
font-size: .8em;
border-radius: 4px 4px 0 0;
padding: 6px;
font-size: .75em;
margin-right: 5px
}
@media only screen and (max-width: 480px) {
img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic
}
#fontsize {
display: none
}
#nav, #wrapper2, #wrapper, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3, #right, .box, #header form {
float: none;
width: 100%
}
#header {
padding-top: 3em
}
#header form {
margin: 0
}
.logoheader {
background: #900;
min-height: 100px;
margin: 0
}
.box {
border-left: 0 !important;
border-bottom: solid 1px #ddd
}
#line {
text-align: center;
top: 0;
right: auto;
max-width: 100%;
min-width: 100%;
margin: 0 0;
background: #c00
}
#header form input {
float: none;
margin-bottom: 4px
}
#menuwrapper {
margin-top: 10px
}
#header ul.menu {
position: relative;
top: 0;
left: 20px;
right: 20px;
margin: 0;
width: 90%;
border-radius: 4px
}
#header ul.menu li:first-child a {
border-radius: 4px 4px 0 0
}
#header ul.menu li:last-child a {
border-radius: 0 0 4px 4px
}
#header ul.menu li a:link, #header ul.menu li a:visited {
display: block;
padding: 6px 10px;
border-bottom: solid 1px #ccc
}
} | 0.323594 | 0.197212 |
.super {
width: 100%;
height: calc(100vh - 64px);
overflow: auto;
margin: 0 auto;
background: #252a31;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.disabled-overlay {
z-index: 999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
background-color: rgba(0, 0, 0, .6);
justify-content: center;
cursor: not-allowed;
}
.disabled-overlay .loader {
margin: 0 auto;
}
.c-spinner {
--spinner-duration: 1.4s;
--spinner-color: #3f51b5;
--spinner-size: 50px;
--spinner-width: 5px;
position: relative;
box-sizing: border-box;
display: inline-block;
height: var(--spinner-size);
width: var(--spinner-size);
animation: spinner-reveal var(--spinner-duration) steps(1, end) infinite,
spinner-rotation var(--spinner-duration) ease-in-out infinite;
clip-path: inset(0 0 0 50%);
}
.c-spinner::before,
.c-spinner::after {
box-sizing: border-box;
content: "";
width: 100%;
height: 100%;
border: var(--spinner-width) solid var(--spinner-color);
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
clip-path: inset(0 50% 0 0);
animation: spinner-rotation-a var(--spinner-duration) linear infinite;
transition: border-color .5s ease-out;
}
.c-spinner::after {
animation-name: spinner-rotation-b;
}
.c-spinner--big {
--spinner-size: 64px;
}
/***
* Animations
*/
@keyframes spinner-rotation {
100% {
transform: rotate(360deg);
}
}
@keyframes spinner-rotation-a {
40%,
60% {
transform: rotate(180deg);
}
100% {
transform: rotate(540deg);
}
}
@keyframes spinner-rotation-b {
40% {
transform: rotate(180deg);
}
80% {
transform: rotate(360deg);
}
100% {
transform: rotate(540deg);
}
}
@keyframes spinner-reveal {
40% {
clip-path: inset(0 0 0 0);
}
80% {
clip-path: inset(0 50% 0 0);
}
}
.abs-center {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 796px;
}
.wrap {
margin: 0 auto;
padding: 20px 0px 20px 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.wrap .status {
font-size: 33px;
font-weight: bolder;
line-height: 1.7;
background-color: white;
padding: 0 35px;
border-radius: 51px;
}
.wrap .status .success {
color: green;
}
.wrap .status .error {
color: red;
}
.wrap h2 {
font-family: "Gentium Book Basic";
font-weight: 900;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
-webkit-font-smoothing: antialiased;
font-size: 2.7em;
padding: 0;
margin: 0;
}
#title h3 {
font-family: "Gentium Book Basic";
font-weight: 900;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
-webkit-font-smoothing: antialiased;
font-size: 2em;
}
.wrap p {
font-family: "Gentium Book Basic";
font-size: 1.5em;
color: #b3b9bf;
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
letter-spacing: 1px;
}
.fa {
margin-right: 10px;
}
.mainWrap {
margin: 0 auto;
}
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: calc(100vh - 171px);
min-height: 500px;
}
.container .sidebar {
width: 20%;
display: flex;
flex-direction: column;
overflow-x: scroll;
height: 100%;
min-height: 400px;
}
.container .editor {
width: 80%;
height: 100%;
}
#editor {
height: 100%;
}
.container .section {
padding: 10px;
width: 50% !important;
}
.file1,
.file2 {
width: 100%;
border: 0;
margin-bottom: 2px;
background: #fff;
padding: 10px;
font-size: 1.2em;
font-family: "Gentium Book Basic";
box-shadow: 4px 4px 0px rgba(0, 0, 0, .1);
color: #111;
min-width: 300px;
}
.pointer {
cursor: pointer;
}
.active-file {
background-color: #3f51b5;
color: white;
}
::-webkit-input-placeholder {
color: #696969;
}
:-moz-placeholder {
color: #696969;
}
::-moz-placeholder {
color: #696969;
}
:-ms-input-placeholder {
color: #696969;
}
.file1 {
float: left;
}
.file2 {
float: right;
}
.mainArea {
width: 100%;
box-shadow: 4px 4px 0px rgba(0, 0, 0, .1);
margin-bottom: 2px;
padding: 20px;
font-family: "Gentium Book Basic";
color: #111;
height: 100%;
min-height: 400px;
resize: none;
background-color: white;
overflow-y: auto;
font-size: 16px !important;
}
.section i {
color: #3f51b5;
}
.bigBtn {
width: 300px;
float: right;
padding: 15px;
text-align: center;
margin-top: 20px;
font-size: 2em;
font-family: "Gentium Book Basic";
background: #3f51b5;
color: #fff;
cursor: pointer;
margin-right: 5px;
}
.p-10 {
padding: 10px;
}
#githubForm {
display: flex;
height: 64px;
flex-direction: row;
padding: 0px;
min-width: 550px;
transition: all 2s ease-in-out;
}
#githubForm input {
float: left;
height: 100%;
width: calc(100% - 80px);
}
#githubForm button {
float: left;
width: 80px;
margin-top: 0;
padding: 13px;
height: 100%;
margin: 0px;
}
.notification {
position: fixed;
top: 50px;
right: 50px;
padding: 20px;
background-color: rgb(255, 255, 255);
box-shadow: 4px 4px 6px 1px rgba(18, 79, 142, 1);
z-index: 9999;
}
#result-div {
background-color: #353c46;
margin-top: 10px;
font-family: monospace;
}
#result-div .log {
display: flex;
color: white;
font-size: 14px;
padding: 6px;
background-color: #252a31;
border-bottom: solid 1px #353c46;
}
#result-div .log-status {
width: 60px;
text-align: center
}
#result-div .log-time {
width: 80px;
text-align: center
}
#result-div .log .log-describe {
width: 225px;
}
#result-div .log-expect {
width: calc(100% - 365px);
}
#result-div .error {
color: red;
}
#result-div .success {
color: green;
}
#result-div .log-err {
border-bottom: solid 1px #353c46;
}
/* #result-div .log-err pre {
font-size: 12px !important;
} */
#result-div .console {
color: white;
background-color: #0b0b0b;
padding: 10px;
font-size: 12px !important;
line-height: 1.5;
}
/* Landscape mobile & down */
@media (max-width: 50em) {
body{
padding: 20px;
}
.container {
display: flex;
flex-direction: column;
}
.container .section {
padding: 10px;
width: 100% !important;
}
.wrap {
}
.wrap h2 {
font-size: 2.3em;
letter-spacing: 0;
}
.wrap p {
font-size: 1.1em;
line-height: 1.4em;
}
.file1,
.file2 {
width: 100%;
}
/* .file2 {
}
.bigBtn {
} */
.wrap .status {
font-size: 25px;
}
#githubForm {
width: auto;
}
}
.note{
padding: 0px 10px;
float: left;
color: white;
font-size: 17px;
font-family: monospace;
}
.save-btn{
position: fixed;
top: 10%;
right: -200px;
z-index: 99;
width: 188px;
height: 64px;
font-size: 25px;
text-decoration: none;
background-color: #d8830e;
color: white;
border: 2px solid white;
cursor: pointer;
font-weight: bold;
z-index: 9999;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} | src/components/jest-runner/index.css | .super {
width: 100%;
height: calc(100vh - 64px);
overflow: auto;
margin: 0 auto;
background: #252a31;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.disabled-overlay {
z-index: 999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
background-color: rgba(0, 0, 0, .6);
justify-content: center;
cursor: not-allowed;
}
.disabled-overlay .loader {
margin: 0 auto;
}
.c-spinner {
--spinner-duration: 1.4s;
--spinner-color: #3f51b5;
--spinner-size: 50px;
--spinner-width: 5px;
position: relative;
box-sizing: border-box;
display: inline-block;
height: var(--spinner-size);
width: var(--spinner-size);
animation: spinner-reveal var(--spinner-duration) steps(1, end) infinite,
spinner-rotation var(--spinner-duration) ease-in-out infinite;
clip-path: inset(0 0 0 50%);
}
.c-spinner::before,
.c-spinner::after {
box-sizing: border-box;
content: "";
width: 100%;
height: 100%;
border: var(--spinner-width) solid var(--spinner-color);
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
clip-path: inset(0 50% 0 0);
animation: spinner-rotation-a var(--spinner-duration) linear infinite;
transition: border-color .5s ease-out;
}
.c-spinner::after {
animation-name: spinner-rotation-b;
}
.c-spinner--big {
--spinner-size: 64px;
}
/***
* Animations
*/
@keyframes spinner-rotation {
100% {
transform: rotate(360deg);
}
}
@keyframes spinner-rotation-a {
40%,
60% {
transform: rotate(180deg);
}
100% {
transform: rotate(540deg);
}
}
@keyframes spinner-rotation-b {
40% {
transform: rotate(180deg);
}
80% {
transform: rotate(360deg);
}
100% {
transform: rotate(540deg);
}
}
@keyframes spinner-reveal {
40% {
clip-path: inset(0 0 0 0);
}
80% {
clip-path: inset(0 50% 0 0);
}
}
.abs-center {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 796px;
}
.wrap {
margin: 0 auto;
padding: 20px 0px 20px 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.wrap .status {
font-size: 33px;
font-weight: bolder;
line-height: 1.7;
background-color: white;
padding: 0 35px;
border-radius: 51px;
}
.wrap .status .success {
color: green;
}
.wrap .status .error {
color: red;
}
.wrap h2 {
font-family: "Gentium Book Basic";
font-weight: 900;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
-webkit-font-smoothing: antialiased;
font-size: 2.7em;
padding: 0;
margin: 0;
}
#title h3 {
font-family: "Gentium Book Basic";
font-weight: 900;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
-webkit-font-smoothing: antialiased;
font-size: 2em;
}
.wrap p {
font-family: "Gentium Book Basic";
font-size: 1.5em;
color: #b3b9bf;
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
letter-spacing: 1px;
}
.fa {
margin-right: 10px;
}
.mainWrap {
margin: 0 auto;
}
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: calc(100vh - 171px);
min-height: 500px;
}
.container .sidebar {
width: 20%;
display: flex;
flex-direction: column;
overflow-x: scroll;
height: 100%;
min-height: 400px;
}
.container .editor {
width: 80%;
height: 100%;
}
#editor {
height: 100%;
}
.container .section {
padding: 10px;
width: 50% !important;
}
.file1,
.file2 {
width: 100%;
border: 0;
margin-bottom: 2px;
background: #fff;
padding: 10px;
font-size: 1.2em;
font-family: "Gentium Book Basic";
box-shadow: 4px 4px 0px rgba(0, 0, 0, .1);
color: #111;
min-width: 300px;
}
.pointer {
cursor: pointer;
}
.active-file {
background-color: #3f51b5;
color: white;
}
::-webkit-input-placeholder {
color: #696969;
}
:-moz-placeholder {
color: #696969;
}
::-moz-placeholder {
color: #696969;
}
:-ms-input-placeholder {
color: #696969;
}
.file1 {
float: left;
}
.file2 {
float: right;
}
.mainArea {
width: 100%;
box-shadow: 4px 4px 0px rgba(0, 0, 0, .1);
margin-bottom: 2px;
padding: 20px;
font-family: "Gentium Book Basic";
color: #111;
height: 100%;
min-height: 400px;
resize: none;
background-color: white;
overflow-y: auto;
font-size: 16px !important;
}
.section i {
color: #3f51b5;
}
.bigBtn {
width: 300px;
float: right;
padding: 15px;
text-align: center;
margin-top: 20px;
font-size: 2em;
font-family: "Gentium Book Basic";
background: #3f51b5;
color: #fff;
cursor: pointer;
margin-right: 5px;
}
.p-10 {
padding: 10px;
}
#githubForm {
display: flex;
height: 64px;
flex-direction: row;
padding: 0px;
min-width: 550px;
transition: all 2s ease-in-out;
}
#githubForm input {
float: left;
height: 100%;
width: calc(100% - 80px);
}
#githubForm button {
float: left;
width: 80px;
margin-top: 0;
padding: 13px;
height: 100%;
margin: 0px;
}
.notification {
position: fixed;
top: 50px;
right: 50px;
padding: 20px;
background-color: rgb(255, 255, 255);
box-shadow: 4px 4px 6px 1px rgba(18, 79, 142, 1);
z-index: 9999;
}
#result-div {
background-color: #353c46;
margin-top: 10px;
font-family: monospace;
}
#result-div .log {
display: flex;
color: white;
font-size: 14px;
padding: 6px;
background-color: #252a31;
border-bottom: solid 1px #353c46;
}
#result-div .log-status {
width: 60px;
text-align: center
}
#result-div .log-time {
width: 80px;
text-align: center
}
#result-div .log .log-describe {
width: 225px;
}
#result-div .log-expect {
width: calc(100% - 365px);
}
#result-div .error {
color: red;
}
#result-div .success {
color: green;
}
#result-div .log-err {
border-bottom: solid 1px #353c46;
}
/* #result-div .log-err pre {
font-size: 12px !important;
} */
#result-div .console {
color: white;
background-color: #0b0b0b;
padding: 10px;
font-size: 12px !important;
line-height: 1.5;
}
/* Landscape mobile & down */
@media (max-width: 50em) {
body{
padding: 20px;
}
.container {
display: flex;
flex-direction: column;
}
.container .section {
padding: 10px;
width: 100% !important;
}
.wrap {
}
.wrap h2 {
font-size: 2.3em;
letter-spacing: 0;
}
.wrap p {
font-size: 1.1em;
line-height: 1.4em;
}
.file1,
.file2 {
width: 100%;
}
/* .file2 {
}
.bigBtn {
} */
.wrap .status {
font-size: 25px;
}
#githubForm {
width: auto;
}
}
.note{
padding: 0px 10px;
float: left;
color: white;
font-size: 17px;
font-family: monospace;
}
.save-btn{
position: fixed;
top: 10%;
right: -200px;
z-index: 99;
width: 188px;
height: 64px;
font-size: 25px;
text-decoration: none;
background-color: #d8830e;
color: white;
border: 2px solid white;
cursor: pointer;
font-weight: bold;
z-index: 9999;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} | 0.463444 | 0.107204 |
margin: 5px;
}
#logo_box {
}
#mythtv_logo {
margin: 0px 5px;
padding: 5px;
height: 32px;
width: 115px;
float: left;
text-align: center;
}
#sections {
white-space: nowrap;
}
#sections a {
float: left;
margin: 0px 5px;
padding: 5px;
background-color: #DDDDDD;
border: 1px solid #999999;
-moz-border-radius: 8px;
text-align: center;
height: 32px;
width: 32px;
}
#sections a:hover {
background-color: #FF9933;
}
#sections a img {
border: none;
display: inline !important;
}
#sections a.current_section {
background-color: #555555;
border: 3px solid #BBBBBB;
}
#sections a.current_section:hover {
background-color: #FF9933;
}
#tv_link {
}
#music_link {
}
#video_link {
}
#weather_link {
}
#settings_link {
}
#extra_header {
margin-left: 410px;
padding: 0px 2px;
}
/*
* IE sucks: true-height is supposed to be height+padding+margin+border, but IE
* doesn't add in padding, so we have to create a wrapper container and use
* margin instead of padding to make the "padding" that we need.
*/
#help_wrapper {
height: 21px;
margin-bottom: 3px;
background-color: #DDDDDD;
border: 1px solid #999999;
-moz-border-radius: 6px;
min-width: 225px;
}
#help_box {
margin: 4px 5px 2px 5px;
height: 15px;
overflow: hidden;
white-space: nowrap;
}
#help_text_default {
position: relative;
}
#help_text {
display: none;
}
#search {
padding: 2px 5px;
height: 22px;
background-color: #DDDDDD;
border: 1px solid #999999;
-moz-border-radius: 8px;
min-width: 225px;
white-space: nowrap;
}
#simple_search {
padding-top: 1px;
}
#search_text {
position: relative;
width: 60%;
margin-right: 5px;
padding: 0px 3px;
font-size: 9pt;
}
#search_submit {
position: relative;
width: auto;
font-size: 9pt;
} | skins/elkin/header.css | margin: 5px;
}
#logo_box {
}
#mythtv_logo {
margin: 0px 5px;
padding: 5px;
height: 32px;
width: 115px;
float: left;
text-align: center;
}
#sections {
white-space: nowrap;
}
#sections a {
float: left;
margin: 0px 5px;
padding: 5px;
background-color: #DDDDDD;
border: 1px solid #999999;
-moz-border-radius: 8px;
text-align: center;
height: 32px;
width: 32px;
}
#sections a:hover {
background-color: #FF9933;
}
#sections a img {
border: none;
display: inline !important;
}
#sections a.current_section {
background-color: #555555;
border: 3px solid #BBBBBB;
}
#sections a.current_section:hover {
background-color: #FF9933;
}
#tv_link {
}
#music_link {
}
#video_link {
}
#weather_link {
}
#settings_link {
}
#extra_header {
margin-left: 410px;
padding: 0px 2px;
}
/*
* IE sucks: true-height is supposed to be height+padding+margin+border, but IE
* doesn't add in padding, so we have to create a wrapper container and use
* margin instead of padding to make the "padding" that we need.
*/
#help_wrapper {
height: 21px;
margin-bottom: 3px;
background-color: #DDDDDD;
border: 1px solid #999999;
-moz-border-radius: 6px;
min-width: 225px;
}
#help_box {
margin: 4px 5px 2px 5px;
height: 15px;
overflow: hidden;
white-space: nowrap;
}
#help_text_default {
position: relative;
}
#help_text {
display: none;
}
#search {
padding: 2px 5px;
height: 22px;
background-color: #DDDDDD;
border: 1px solid #999999;
-moz-border-radius: 8px;
min-width: 225px;
white-space: nowrap;
}
#simple_search {
padding-top: 1px;
}
#search_text {
position: relative;
width: 60%;
margin-right: 5px;
padding: 0px 3px;
font-size: 9pt;
}
#search_submit {
position: relative;
width: auto;
font-size: 9pt;
} | 0.330471 | 0.156523 |
*{
margin: 0px;
padding: 0px;
}
/*整体的div*/
.dl{
width: 900px;
margin: 0px auto;
font-size: 12px;
}
/*logo显示*/
.dl_logo{
width: 900px;
height: 57px;
margin-top: 25px;
}
/*修改密码主体*/
.dl_main{
width: 838px;
/*height: 480px;*/
padding: 20px 30px;
margin: 30px auto;
border: 1px solid #dcdcdc;
}
/*进度条*/
.step_box li span{
width:60px;
color:#ff5683;
display:block;
padding-top:35px;
text-align:center;
background-position:22px 0;
background:url("../images/ew_150x110.png") no-repeat;
}
.step_box{
background:url("../images/sew_15x4.png") left 13px repeat-x;
width:798px;
overflow:hidden;
margin:20px 0 60px;
}
.step_box ul{
margin-right:-300px;
}
.step_box li{
background-color:#fff;
float:left;
display:inline;
margin-right:300px;
}
.step_box li.no2 span{
color:#999;
background-position:-38px 0;
}
.step_box li.no3 span{
color:#999;
background-position:-98px 0;
}
.clearfix:after{
clear:both;
}
.clearfix{
zoom:1;
}
/*输入框*/
.formbox ul{
color: #999;
width: 638px;
height: 185px;
margin-left: 150px;
/*border: 1px solid red;*/
list-style: none;
}
.delu_box{
margin-bottom: 20px;
}
.label_title{
width: 100px;
text-align: right;
float: left;
display: inline;
font-size: 14px;
color: #666;
line-height: 36px;
}
#tel_box{
width: 250px;
height: 36px;
border: 1px solid #ddd;
border-radius: 5px;
}
/*验证码*/
.code_box{
width: 150px;
height: 36px;
border: 1px solid #ddd;
border-radius: 5px;
}
.get_tel_code a{
outline: none;
text-decoration: none;
}
.get_tel_code{
color: black;
width: 282px;
height: 36px;
display: block;
line-height: 36px;
text-align: center;
margin-left:70px;
background: url("../images/ew_282x300.png");
}
/*单击下一步*/
.btn_check {
color: #fff;
width: 122px;
line-height: 36px;
font-size: 14px;
cursor: pointer;
margin-left: 100px;
text-align: center;
border-radius: 5px;
background: #ff4066;
display: inline-block;
border: 1px solid white;
}
.btn_check:hover{
color: white;
text-decoration: none;
}
.verify_foot {
border-top: 1px dashed #dcdcdc;
width: 720px;
margin: 0 auto;
padding: 22px 0 0 30px;
margin-top: 70px;
}
/*尾部*/
.footer{
margin-left: 170px;
}
/*请输入正确手机号*/
.error_tip{
background: url("../images/ew_16x16.png") 12px center no-repeat #fffff8;
border: 1px solid #ffd797;
height: 30px;
line-height: 30px;
color: #ff5783;
width: 240px;
padding-left: 40px;
margin-bottom: 9px;
margin-top: 10px;
margin-left: 100px;
}
.right_box {
background: url("../images/ew_25x25.png") left center no-repeat;
padding-left: 33px;
font-size: 16px;
color: #333;
font-weight: 700;
}
.mb30 {
margin-bottom: 10px!important;
} | Public/Home/css/uppwd.css | *{
margin: 0px;
padding: 0px;
}
/*整体的div*/
.dl{
width: 900px;
margin: 0px auto;
font-size: 12px;
}
/*logo显示*/
.dl_logo{
width: 900px;
height: 57px;
margin-top: 25px;
}
/*修改密码主体*/
.dl_main{
width: 838px;
/*height: 480px;*/
padding: 20px 30px;
margin: 30px auto;
border: 1px solid #dcdcdc;
}
/*进度条*/
.step_box li span{
width:60px;
color:#ff5683;
display:block;
padding-top:35px;
text-align:center;
background-position:22px 0;
background:url("../images/ew_150x110.png") no-repeat;
}
.step_box{
background:url("../images/sew_15x4.png") left 13px repeat-x;
width:798px;
overflow:hidden;
margin:20px 0 60px;
}
.step_box ul{
margin-right:-300px;
}
.step_box li{
background-color:#fff;
float:left;
display:inline;
margin-right:300px;
}
.step_box li.no2 span{
color:#999;
background-position:-38px 0;
}
.step_box li.no3 span{
color:#999;
background-position:-98px 0;
}
.clearfix:after{
clear:both;
}
.clearfix{
zoom:1;
}
/*输入框*/
.formbox ul{
color: #999;
width: 638px;
height: 185px;
margin-left: 150px;
/*border: 1px solid red;*/
list-style: none;
}
.delu_box{
margin-bottom: 20px;
}
.label_title{
width: 100px;
text-align: right;
float: left;
display: inline;
font-size: 14px;
color: #666;
line-height: 36px;
}
#tel_box{
width: 250px;
height: 36px;
border: 1px solid #ddd;
border-radius: 5px;
}
/*验证码*/
.code_box{
width: 150px;
height: 36px;
border: 1px solid #ddd;
border-radius: 5px;
}
.get_tel_code a{
outline: none;
text-decoration: none;
}
.get_tel_code{
color: black;
width: 282px;
height: 36px;
display: block;
line-height: 36px;
text-align: center;
margin-left:70px;
background: url("../images/ew_282x300.png");
}
/*单击下一步*/
.btn_check {
color: #fff;
width: 122px;
line-height: 36px;
font-size: 14px;
cursor: pointer;
margin-left: 100px;
text-align: center;
border-radius: 5px;
background: #ff4066;
display: inline-block;
border: 1px solid white;
}
.btn_check:hover{
color: white;
text-decoration: none;
}
.verify_foot {
border-top: 1px dashed #dcdcdc;
width: 720px;
margin: 0 auto;
padding: 22px 0 0 30px;
margin-top: 70px;
}
/*尾部*/
.footer{
margin-left: 170px;
}
/*请输入正确手机号*/
.error_tip{
background: url("../images/ew_16x16.png") 12px center no-repeat #fffff8;
border: 1px solid #ffd797;
height: 30px;
line-height: 30px;
color: #ff5783;
width: 240px;
padding-left: 40px;
margin-bottom: 9px;
margin-top: 10px;
margin-left: 100px;
}
.right_box {
background: url("../images/ew_25x25.png") left center no-repeat;
padding-left: 33px;
font-size: 16px;
color: #333;
font-weight: 700;
}
.mb30 {
margin-bottom: 10px!important;
} | 0.168275 | 0.042444 |
* {
box-sizing: border-box;
}
body {
background-color: #f8f8f8;
font-family: -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: -apple-system-font, 'Segoe UI Light', 'Segoe UI', 'Roboto', sans-serif;
font-weight: 300;
}
h2 {
margin: 15px 0 30px -12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #80044d;
}
@media(max-width: 991px) {
.header h1 {
font-size: 22px;
line-height: 1;
margin-top: 7px;
color: #fff;
}
h2 {
font-size: 22px;
margin: 10px 0 25px 0;
}
h4 {
display: none;
}
}
.header {
background-color: #80044d;
margin-bottom: 14px;
padding: 12px 0px;
color: #e3bfd5;
}
.header h1 {
font-size: 40px;
line-height: 1;
margin: 8px 0 5px 0;
color: #fff;
}
.header img {
float: left;
margin: 0 10px 5px 0;
}
.header a {
color: #FFFFFF;
}
/* The Sunburst chart and its container */
.periodic-sunburst {
width: 100vw;
height: 100vh;
padding: 0.5vh 0 0 0;
margin: 0;
display: block;
position: relative;
font-size: 0.75em;
}
.wj-flexchart {
border: none;
background: transparent;
background-color: transparent;
}
.wj-flexchart .wj-state-selected {
stroke-width: 3px;
stroke-linecap: square;
stroke-dasharray: 0;
}
.wj-tooltip {
display: none;
}
.wj-data-label {
cursor: default;
}
/* The properties tile that goes in the center of the chart */
.properties-tile {
display: block;
position: absolute;
background: transparent;
visibility: hidden;
text-align: center;
}
.properties-tile>div {
position: relative;
display: none;
padding: 0;
margin: 0;
border: none;
}
.properties-tile>div>span {
display: block;
}
/* Specific info pane styling */
.element-symbol {
font-size: 2em;
margin-bottom: 5px;
}
.element-name,
.group-name {
font-size: 1.25em;
margin-bottom: 20px;
}
#group-name {
font-size: 1.5em;
}
.subgroups-title {
font-weight: 500;
}
.num-elements {
font-weight: 400;
}
.subGroup-name {
font-size: 1.5em;
margin-bottom: 5px;
}
.element-number-overview {
font-weight: 500;
margin-bottom: 15px;
}
.characteristics-title {
font-weight: 500;
} | styles/style-main.css | * {
box-sizing: border-box;
}
body {
background-color: #f8f8f8;
font-family: -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: -apple-system-font, 'Segoe UI Light', 'Segoe UI', 'Roboto', sans-serif;
font-weight: 300;
}
h2 {
margin: 15px 0 30px -12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #80044d;
}
@media(max-width: 991px) {
.header h1 {
font-size: 22px;
line-height: 1;
margin-top: 7px;
color: #fff;
}
h2 {
font-size: 22px;
margin: 10px 0 25px 0;
}
h4 {
display: none;
}
}
.header {
background-color: #80044d;
margin-bottom: 14px;
padding: 12px 0px;
color: #e3bfd5;
}
.header h1 {
font-size: 40px;
line-height: 1;
margin: 8px 0 5px 0;
color: #fff;
}
.header img {
float: left;
margin: 0 10px 5px 0;
}
.header a {
color: #FFFFFF;
}
/* The Sunburst chart and its container */
.periodic-sunburst {
width: 100vw;
height: 100vh;
padding: 0.5vh 0 0 0;
margin: 0;
display: block;
position: relative;
font-size: 0.75em;
}
.wj-flexchart {
border: none;
background: transparent;
background-color: transparent;
}
.wj-flexchart .wj-state-selected {
stroke-width: 3px;
stroke-linecap: square;
stroke-dasharray: 0;
}
.wj-tooltip {
display: none;
}
.wj-data-label {
cursor: default;
}
/* The properties tile that goes in the center of the chart */
.properties-tile {
display: block;
position: absolute;
background: transparent;
visibility: hidden;
text-align: center;
}
.properties-tile>div {
position: relative;
display: none;
padding: 0;
margin: 0;
border: none;
}
.properties-tile>div>span {
display: block;
}
/* Specific info pane styling */
.element-symbol {
font-size: 2em;
margin-bottom: 5px;
}
.element-name,
.group-name {
font-size: 1.25em;
margin-bottom: 20px;
}
#group-name {
font-size: 1.5em;
}
.subgroups-title {
font-weight: 500;
}
.num-elements {
font-weight: 400;
}
.subGroup-name {
font-size: 1.5em;
margin-bottom: 5px;
}
.element-number-overview {
font-weight: 500;
margin-bottom: 15px;
}
.characteristics-title {
font-weight: 500;
} | 0.569374 | 0.143338 |
.home_header_wrap{background-image:url('../images/headernew.png');background-repeat: no-repeat;background-size:100%;}
.home_header_wrap .logo_sec{margin:50px 0 50px;}
.home_header_wrap .menu_sec{/*margin:50px 0;*/}
h2.h2-border.p3{margin:5px 0;}
div.filmstripTut{overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden;height:140px;padding:0px;}
ul.imageRow{width:1848px;height:170px;padding:0px;margin:0px;}
div.filmstrip{height:375px;padding:0px;}
div.filmstrip ul.imageRow{width:99%;height:auto;margin:0;border:1px solid #282828;float:right;margin-right:1%;}
ul.imageRow li{display:inline-block;padding:1px;margin:5px 0;background:none 0 0;min-height:177px;}
ul.imageRow li:last-child:after{content:"";clear:both;}
ul.imageRow li.opac:hover,
ul.imageRow li.opac_hover{-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5) !important;-moz-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5) !important;box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5) !important;border-radius:5px !important;}
ul.imageRow li.bg{background-color:#fff;}
ul.imageRow li.bg:hover{background-color:#bef;}
ul.imageRow li.border{}
ul.imageRow li.border:hover{padding:4px;border:3px dashed red;}
ul.imageRow li.opac{opacity:0.8;filter:alpha(opacity=50);background-color:rgba(0,0,0,0.8);color:#fff;text-align:center;}
ul.imageRow li.opac_hover{background-color:rgba(0,0,0,0.8);}
li.opac, li.opac_hover{max-width:145px;}
ul.imageRow li.opac:hover li.opac_hover{opacity:1.0;filter:alpha(opacity=100);cursor:pointer;}
li.opac .img_div,
li.opac_hover .img_div{height:100px;overflow:hidden;}
li.opac .img_div img.content{margin-top:-15px;}
li.opac .img_div img.content,
li.opac_hover .img_div img.content{width:100%;height:auto;margin-top:-10px;}
li.opac_hover .img_div{border:2px dashed #ff6c6c;height:98px;}
li.opac_hover div.caption{color:#fff;font-size:10px;padding-bottom:5px;}
li.opac div.caption{color:#fff;font-size:10px;padding-bottom:5px;}
li.opac_hover div.caption2{color:#fff;font-size:10px;padding-top:5px;}
li.opac div.caption2{height:auto !important;color:#fff;font-size:10px;padding-top:5px;}
ul.imageRow li img{border:0px;height:100px;width:140px;margin:0px;padding:0px;cursor:pointer;}
.rarrow{float:left;padding-top:40px;padding-left:10px;}
.larrow{float:left;padding-top:40px;padding-right:10px;}
.gps_monitoring_cont{background:#383838;color:#fff;}
.gps_monitoring_cont #map_canvas{color:#000;}
.btn.btn-inverse:hover{color:#ccc !important;}
.gps_monitoring_cont label, .btn-inverse{padding:7px 15px 7px;border:1px solid #111;border-radius:3px;background:#4c4c4c;background:-moz-linear-gradient(top, #4c4c4c 0%, #2d2d2d 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#2d2d2d));background:-webkit-linear-gradient(top, #4c4c4c 0%,#2d2d2d 100%);background:-o-linear-gradient(top, #4c4c4c 0%,#2d2d2d 100%);background:-ms-linear-gradient(top, #4c4c4c 0%,#2d2d2d 100%);background:linear-gradient(to bottom, #4c4c4c 0%,#2d2d2d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#2d2d2d',GradientType=0);font-weight:normal;display:initial;font-size:11px;}
.gps_monitoring_cont label{line-height:25px;}
.btn-inverse{color:#ccc !important;}
.gps_monitoring_form_row{}
.gps_monitoring_form_row input[type=checkbox], .gps_monitoring_form_row input[type=radio]{margin:0;}
.gps_monitoring_cont hr{border-color:#222;margin:5px 0;}
.gps_monitoring_cont select{background:#4c4c4c;background:-moz-linear-gradient(top, #4c4c4c 0%, #333333 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#333333));background:-webkit-linear-gradient(top, #4c4c4c 0%,#333333 100%);background:-o-linear-gradient(top, #4c4c4c 0%,#333333 100%);background:-ms-linear-gradient(top, #4c4c4c 0%,#333333 100%);background:linear-gradient(to bottom, #4c4c4c 0%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#333333',GradientType=0);height:18px;border-radius:1px;color:#fff;border:1px solid #111;font-size:11px;margin-bottom:4px;padding:0;}
.gps_monitoring_cont select option{background:#444;}
.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened{margin-top:0px;}
iframe.fancybox-iframe{margin-top:-56px !important;overflow:hidden !important;height:460px;}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner{overflow:hidden !important;height:440px !important;}
.start_strm_btn{background-image:url('../images/vdo-o.png');}
.stop_strm_btn{background-image:url('../images/vdo-x.png');}
.start_strm_btn,.stop_strm_btn{width:128px;height:128px;background-position:center !important;background-repeat:no-repeat !important;padding:0 !important;border:0 !important;border-radius:65px;background-color:red;color:#fff;font-weight:bold;font-size:0.9em;}
.start_strm_btn:hover,.stop_strm_btn:hover{-webkit-box-shadow:0px 0px 31px -3px rgba(255,0,0,1);-moz-box-shadow:0px 0px 31px -3px rgba(255,0,0,1);box-shadow:0px 0px 31px -3px rgba(255,0,0,1);}
.start_strm{font-size:6em;padding:15px;text-align:center;float:left;}
.map_cont_title, .cctv_cont h3, .street_view h3, .tracking_thumb h3, .map_canvas_wrap h3{color:#DB9A48;font-weight:normal;margin:0px 0 2px 0px;padding:5px 15px;border-top:1px solid #282828;border-bottom:1px solid #282828;font-size:12px;background:rgba(0,0,0,0.2);border:1px solid rgba(0,0,0,0.3);border-radius:1px;}
.cctv_cont h3,
.tracking_thumb h3{text-align:right;}
.map_canvas_wrap{}
.map_canvas_wrap h3{text-align:left;}
#map_canvas{width:100%;height:373px;border:1px solid #262626;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);box-shadow:0px 0px 5px 0px rgba(0,0,0,1);border-radius:3px;}
.street_view{width:98%;margin:0 1%;}
.street_view hr{margin-top:0;border-width:2px;}
.street_view #pano_{-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);box-shadow:0px 0px 5px 0px rgba(0,0,0,1);border-radius:3px;}
.cctv_cont .row{background:#000;text-align:center;}
.cctv_cont .cctv_title_sub_title{font-size:12px;margin-top:10px;margin-bottom:5px;}
.cctv_cont p{font-size:11px;text-align:center;}
.cctv_cont .img-thumbnail{background:#222;border-color:#000;border-radius:2px;}
.map_infowindow_cont{color:red;}
.combine_console2 div.img_div{width:100%;height:210px;border-top:10px solid #444;border-bottom:10px solid #444;border-left:5px solid #444;border-right:5px solid #444;overflow:hidden;}
.combine_console2 div.img_div img{height:100%;}
ul.imageRow_combine_console1{padding:0 !important;}
ul.imageRow_combine_console1 li.imageRow1st{list-style:none;max-width:100% !important;}
ul.imageRow_combine_console1 li.imageRow1st div.caption,
ul.imageRow_combine_console1 li.imageRow1st div.caption2{font-size:12px;}
ul.imageRow_combine_console1 li.imageRow1st div.img_div{height:230px;border:5px solid #222;border-radius:5px;}
ul.imageRow_combine_console1 li.imageRow1st div.img_div img{cursor:pointer;}
ul.imageRow_combine_console1 li.imageRow1st div.img_div img.content{display:block !important;}
ul.console_tab_nev{border-bottom:1px solid #111;background:rgba(0,0,0,0.2);}
ul.console_tab_nev li a{border-radius:0;border-right:1px solid #111;border-top:1px solid #111;padding:2px 10px;font-size:11px;margin:0;color:#fff;}
ul.console_tab_nev li:first-child a{border-left:1px solid #111;}
ul.console_tab_nev li a:hover{color:#05D639;background:rgba(0,0,0,0.1);border-left:1px solid #111;border-right:1px solid #111;border-top:1px solid #111;border-bottom:0;}
ul.console_tab_nev li.active a:focus{background:rgba(56,56,56,1) !important;border-color:none !important;color:#05D639 !important;border-left:1px solid #111 !important;border-right:1px solid #111 !important;border-top:1px solid #111 !important;}
ul.console_tab_nev li.active a:hover{color:#05D639 !important;border-left:1px solid #111 !important;border-right:1px solid #111 !important;border-top:1px solid #111 !important;}
ul.console_tab_nev li.active a{border-left:1px solid #111;border-right:1px solid #111;border-top:1px solid #111;background:rgba(56,56,56,1) !important;color:#05D639 !important;}
#cons_curr_loca{background:#9F9F9F;display:block;color:blue;padding:3px 10px;font-weight:bold;font-size:12px;border:1px solid #282828;}
ul.console_nav{list-style:none;display:block;width:100%;height:100%;margin:0;padding:0;}
ul.console_nav li{float:left;height:30px;}
ul.console_nav li p.sky_trk_info,
ul.console_nav li a{color:#333;padding:6px 10px 4px;display:block;text-shadow:#bdbdbd 1px 1px 0;font-weight:bold;}
ul.console_nav li p.sky_trk_info{border:1px solid #666;font-weight:normal;}
ul.console_nav li p.sky_trk_info span{font-weight:bold;}
ul.consl_mult_offi_list{list-style:none;padding:0;max-height:330px;overflow:auto;}
ul.consl_mult_offi_list li.selected_usr{background:#aaa;}
ul.consl_mult_offi_list li{background:#fff;color:#000;padding:5px;font-size:11px;line-height:0.9em;}
ul.consl_mult_offi_list li:first-child,
ul.consl_mult_offi_list li:last-child{border-radius:0;}
ul.consl_mult_offi_list li img{max-height:20px;}
ul.consl_mult_offi_list li a{color:#000;display:block;}
#track_buttons{line-height:1;font-size:11px;}
#imageRow2_kikfl li .img_div img.content{display:block !important;}
ul.cctv_vdo_thumb_ul{padding:0;}
ul li.cctv_vdo_thumb{list-style:none;}
.cctv_vdo_thumb div.img_div{width:100%;height:210px;border-top:10px solid #444;border-bottom:10px solid #444;border-left:5px solid #444;border-right:5px solid #444;overflow:hidden;}
.cctv_vdo_thumb div.img_div img{height:100%;}
ul li.cctv_vdo_thumb.active div.img_div{border-top:10px solid #999;border-bottom:10px solid #999;border-left:5px solid #999;border-right:5px solid #999;}
.cctv_vdo_exp video{background:#000;}
footer{text-align:center;}
.panel-body .alert{margin-bottom:0;}
.shadow{box-shadow: 10px 0px 10px -7px rgba(0,0,0,0.5), -10px 10px 10px -7px rgba(0,0,0,0.5); overflow: auto;} | public/assetsold/css/custom.css | .home_header_wrap{background-image:url('../images/headernew.png');background-repeat: no-repeat;background-size:100%;}
.home_header_wrap .logo_sec{margin:50px 0 50px;}
.home_header_wrap .menu_sec{/*margin:50px 0;*/}
h2.h2-border.p3{margin:5px 0;}
div.filmstripTut{overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden;height:140px;padding:0px;}
ul.imageRow{width:1848px;height:170px;padding:0px;margin:0px;}
div.filmstrip{height:375px;padding:0px;}
div.filmstrip ul.imageRow{width:99%;height:auto;margin:0;border:1px solid #282828;float:right;margin-right:1%;}
ul.imageRow li{display:inline-block;padding:1px;margin:5px 0;background:none 0 0;min-height:177px;}
ul.imageRow li:last-child:after{content:"";clear:both;}
ul.imageRow li.opac:hover,
ul.imageRow li.opac_hover{-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5) !important;-moz-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5) !important;box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5) !important;border-radius:5px !important;}
ul.imageRow li.bg{background-color:#fff;}
ul.imageRow li.bg:hover{background-color:#bef;}
ul.imageRow li.border{}
ul.imageRow li.border:hover{padding:4px;border:3px dashed red;}
ul.imageRow li.opac{opacity:0.8;filter:alpha(opacity=50);background-color:rgba(0,0,0,0.8);color:#fff;text-align:center;}
ul.imageRow li.opac_hover{background-color:rgba(0,0,0,0.8);}
li.opac, li.opac_hover{max-width:145px;}
ul.imageRow li.opac:hover li.opac_hover{opacity:1.0;filter:alpha(opacity=100);cursor:pointer;}
li.opac .img_div,
li.opac_hover .img_div{height:100px;overflow:hidden;}
li.opac .img_div img.content{margin-top:-15px;}
li.opac .img_div img.content,
li.opac_hover .img_div img.content{width:100%;height:auto;margin-top:-10px;}
li.opac_hover .img_div{border:2px dashed #ff6c6c;height:98px;}
li.opac_hover div.caption{color:#fff;font-size:10px;padding-bottom:5px;}
li.opac div.caption{color:#fff;font-size:10px;padding-bottom:5px;}
li.opac_hover div.caption2{color:#fff;font-size:10px;padding-top:5px;}
li.opac div.caption2{height:auto !important;color:#fff;font-size:10px;padding-top:5px;}
ul.imageRow li img{border:0px;height:100px;width:140px;margin:0px;padding:0px;cursor:pointer;}
.rarrow{float:left;padding-top:40px;padding-left:10px;}
.larrow{float:left;padding-top:40px;padding-right:10px;}
.gps_monitoring_cont{background:#383838;color:#fff;}
.gps_monitoring_cont #map_canvas{color:#000;}
.btn.btn-inverse:hover{color:#ccc !important;}
.gps_monitoring_cont label, .btn-inverse{padding:7px 15px 7px;border:1px solid #111;border-radius:3px;background:#4c4c4c;background:-moz-linear-gradient(top, #4c4c4c 0%, #2d2d2d 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#2d2d2d));background:-webkit-linear-gradient(top, #4c4c4c 0%,#2d2d2d 100%);background:-o-linear-gradient(top, #4c4c4c 0%,#2d2d2d 100%);background:-ms-linear-gradient(top, #4c4c4c 0%,#2d2d2d 100%);background:linear-gradient(to bottom, #4c4c4c 0%,#2d2d2d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#2d2d2d',GradientType=0);font-weight:normal;display:initial;font-size:11px;}
.gps_monitoring_cont label{line-height:25px;}
.btn-inverse{color:#ccc !important;}
.gps_monitoring_form_row{}
.gps_monitoring_form_row input[type=checkbox], .gps_monitoring_form_row input[type=radio]{margin:0;}
.gps_monitoring_cont hr{border-color:#222;margin:5px 0;}
.gps_monitoring_cont select{background:#4c4c4c;background:-moz-linear-gradient(top, #4c4c4c 0%, #333333 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#333333));background:-webkit-linear-gradient(top, #4c4c4c 0%,#333333 100%);background:-o-linear-gradient(top, #4c4c4c 0%,#333333 100%);background:-ms-linear-gradient(top, #4c4c4c 0%,#333333 100%);background:linear-gradient(to bottom, #4c4c4c 0%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#333333',GradientType=0);height:18px;border-radius:1px;color:#fff;border:1px solid #111;font-size:11px;margin-bottom:4px;padding:0;}
.gps_monitoring_cont select option{background:#444;}
.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened{margin-top:0px;}
iframe.fancybox-iframe{margin-top:-56px !important;overflow:hidden !important;height:460px;}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner{overflow:hidden !important;height:440px !important;}
.start_strm_btn{background-image:url('../images/vdo-o.png');}
.stop_strm_btn{background-image:url('../images/vdo-x.png');}
.start_strm_btn,.stop_strm_btn{width:128px;height:128px;background-position:center !important;background-repeat:no-repeat !important;padding:0 !important;border:0 !important;border-radius:65px;background-color:red;color:#fff;font-weight:bold;font-size:0.9em;}
.start_strm_btn:hover,.stop_strm_btn:hover{-webkit-box-shadow:0px 0px 31px -3px rgba(255,0,0,1);-moz-box-shadow:0px 0px 31px -3px rgba(255,0,0,1);box-shadow:0px 0px 31px -3px rgba(255,0,0,1);}
.start_strm{font-size:6em;padding:15px;text-align:center;float:left;}
.map_cont_title, .cctv_cont h3, .street_view h3, .tracking_thumb h3, .map_canvas_wrap h3{color:#DB9A48;font-weight:normal;margin:0px 0 2px 0px;padding:5px 15px;border-top:1px solid #282828;border-bottom:1px solid #282828;font-size:12px;background:rgba(0,0,0,0.2);border:1px solid rgba(0,0,0,0.3);border-radius:1px;}
.cctv_cont h3,
.tracking_thumb h3{text-align:right;}
.map_canvas_wrap{}
.map_canvas_wrap h3{text-align:left;}
#map_canvas{width:100%;height:373px;border:1px solid #262626;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);box-shadow:0px 0px 5px 0px rgba(0,0,0,1);border-radius:3px;}
.street_view{width:98%;margin:0 1%;}
.street_view hr{margin-top:0;border-width:2px;}
.street_view #pano_{-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,1);box-shadow:0px 0px 5px 0px rgba(0,0,0,1);border-radius:3px;}
.cctv_cont .row{background:#000;text-align:center;}
.cctv_cont .cctv_title_sub_title{font-size:12px;margin-top:10px;margin-bottom:5px;}
.cctv_cont p{font-size:11px;text-align:center;}
.cctv_cont .img-thumbnail{background:#222;border-color:#000;border-radius:2px;}
.map_infowindow_cont{color:red;}
.combine_console2 div.img_div{width:100%;height:210px;border-top:10px solid #444;border-bottom:10px solid #444;border-left:5px solid #444;border-right:5px solid #444;overflow:hidden;}
.combine_console2 div.img_div img{height:100%;}
ul.imageRow_combine_console1{padding:0 !important;}
ul.imageRow_combine_console1 li.imageRow1st{list-style:none;max-width:100% !important;}
ul.imageRow_combine_console1 li.imageRow1st div.caption,
ul.imageRow_combine_console1 li.imageRow1st div.caption2{font-size:12px;}
ul.imageRow_combine_console1 li.imageRow1st div.img_div{height:230px;border:5px solid #222;border-radius:5px;}
ul.imageRow_combine_console1 li.imageRow1st div.img_div img{cursor:pointer;}
ul.imageRow_combine_console1 li.imageRow1st div.img_div img.content{display:block !important;}
ul.console_tab_nev{border-bottom:1px solid #111;background:rgba(0,0,0,0.2);}
ul.console_tab_nev li a{border-radius:0;border-right:1px solid #111;border-top:1px solid #111;padding:2px 10px;font-size:11px;margin:0;color:#fff;}
ul.console_tab_nev li:first-child a{border-left:1px solid #111;}
ul.console_tab_nev li a:hover{color:#05D639;background:rgba(0,0,0,0.1);border-left:1px solid #111;border-right:1px solid #111;border-top:1px solid #111;border-bottom:0;}
ul.console_tab_nev li.active a:focus{background:rgba(56,56,56,1) !important;border-color:none !important;color:#05D639 !important;border-left:1px solid #111 !important;border-right:1px solid #111 !important;border-top:1px solid #111 !important;}
ul.console_tab_nev li.active a:hover{color:#05D639 !important;border-left:1px solid #111 !important;border-right:1px solid #111 !important;border-top:1px solid #111 !important;}
ul.console_tab_nev li.active a{border-left:1px solid #111;border-right:1px solid #111;border-top:1px solid #111;background:rgba(56,56,56,1) !important;color:#05D639 !important;}
#cons_curr_loca{background:#9F9F9F;display:block;color:blue;padding:3px 10px;font-weight:bold;font-size:12px;border:1px solid #282828;}
ul.console_nav{list-style:none;display:block;width:100%;height:100%;margin:0;padding:0;}
ul.console_nav li{float:left;height:30px;}
ul.console_nav li p.sky_trk_info,
ul.console_nav li a{color:#333;padding:6px 10px 4px;display:block;text-shadow:#bdbdbd 1px 1px 0;font-weight:bold;}
ul.console_nav li p.sky_trk_info{border:1px solid #666;font-weight:normal;}
ul.console_nav li p.sky_trk_info span{font-weight:bold;}
ul.consl_mult_offi_list{list-style:none;padding:0;max-height:330px;overflow:auto;}
ul.consl_mult_offi_list li.selected_usr{background:#aaa;}
ul.consl_mult_offi_list li{background:#fff;color:#000;padding:5px;font-size:11px;line-height:0.9em;}
ul.consl_mult_offi_list li:first-child,
ul.consl_mult_offi_list li:last-child{border-radius:0;}
ul.consl_mult_offi_list li img{max-height:20px;}
ul.consl_mult_offi_list li a{color:#000;display:block;}
#track_buttons{line-height:1;font-size:11px;}
#imageRow2_kikfl li .img_div img.content{display:block !important;}
ul.cctv_vdo_thumb_ul{padding:0;}
ul li.cctv_vdo_thumb{list-style:none;}
.cctv_vdo_thumb div.img_div{width:100%;height:210px;border-top:10px solid #444;border-bottom:10px solid #444;border-left:5px solid #444;border-right:5px solid #444;overflow:hidden;}
.cctv_vdo_thumb div.img_div img{height:100%;}
ul li.cctv_vdo_thumb.active div.img_div{border-top:10px solid #999;border-bottom:10px solid #999;border-left:5px solid #999;border-right:5px solid #999;}
.cctv_vdo_exp video{background:#000;}
footer{text-align:center;}
.panel-body .alert{margin-bottom:0;}
.shadow{box-shadow: 10px 0px 10px -7px rgba(0,0,0,0.5), -10px 10px 10px -7px rgba(0,0,0,0.5); overflow: auto;} | 0.211091 | 0.051272 |
body, html { font-weight: 200; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Barlow', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100;
text-transform: uppercase;
margin: 0;
}
h2 {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.3em;
font-size: 1.4em;
margin-bottom: 30px;
}
h3 {
/* matches em tag significantly... see below */
margin: 5px 0;
font-size: 1.8em;
}
h3 small {
display: inline-block;
margin-left: 15px;
font-weight: 100;
}
.font-light { font-weight: 300; }
a {
color: inherit;
text-decoration-style: dotted;
}
a:hover {
color: inherit;
text-decoration-style: solid;
}
a.invisible, a.invisible:hover {
color: inherit;
text-decoration: none;
}
a.button {
display: inline-block;
margin: 0 auto;
font-weight: 500;
text-transform: uppercase;
font-variant: small-caps;
letter-spacing: 0.4em;
font-size: 0.5em;
border-radius: 1px;
border-color: #444444;
color: inherit;
transition: all 0.3s ease 0s;
word-wrap: break-word;
}
a.button:hover {
opacity: 1;
border-color: #222222;
background-color: #222222;
color: #ffffff;
}
em, h3 {
font-family: 'Barlow Semi Condensed', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}
p, span.course {
font-size: 1.5em;
}
span.course {
display: inline-block;
margin: 0 35px 10px 0;
}
code {
border-radius: 1px;
}
header {
padding-top: 70px;
}
header .tagline {
font-size: 1.5em;
text-align: right;
text-transform: lowercase;
font-variant: small-caps;
line-height: 1em;
margin-top: 45px;
}
header .tagline em { text-transform: inherit; }
.about-me {
position: relative;
margin: 30px 0;
}
section {
padding: 50px 0;
}
section:last-of-type { margin-bottom: 75px; }
section.grey { background-color: #fcfcfc; color: #373737; }
section hr {
margin-bottom: 0;
}
footer {
padding: 30px 0;
background-color: #171717;
color: #ffffff;
}
footer ul.social-icons {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
footer ul.social-icons li {
vertical-align: top;
display: inline;
}
footer ul.social-icons li a {
text-decoration: none;
display: inline-block;
padding: 0 6px;
margin: 0 1px;
font-size: 1.5em;
font-weight: 400;
color: #ffffff;
background-color: #171717;
border-radius: 1px;
transition: all 0.3s ease 0s;
}
footer ul.social-icons li a:hover {
text-decoration: none;
color: #171717;
background-color: #ffffff;
}
@media (max-width: 915px) {
header .six.columns { width: 100%; margin: 0; }
.tagline { text-align: left !important; margin-bottom: -30px; }
.tagline br { display: none; }
}
@media (max-width: 550px) {
footer .six.columns { width: 50%; }
} | styles.css | body, html { font-weight: 200; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Barlow', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100;
text-transform: uppercase;
margin: 0;
}
h2 {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.3em;
font-size: 1.4em;
margin-bottom: 30px;
}
h3 {
/* matches em tag significantly... see below */
margin: 5px 0;
font-size: 1.8em;
}
h3 small {
display: inline-block;
margin-left: 15px;
font-weight: 100;
}
.font-light { font-weight: 300; }
a {
color: inherit;
text-decoration-style: dotted;
}
a:hover {
color: inherit;
text-decoration-style: solid;
}
a.invisible, a.invisible:hover {
color: inherit;
text-decoration: none;
}
a.button {
display: inline-block;
margin: 0 auto;
font-weight: 500;
text-transform: uppercase;
font-variant: small-caps;
letter-spacing: 0.4em;
font-size: 0.5em;
border-radius: 1px;
border-color: #444444;
color: inherit;
transition: all 0.3s ease 0s;
word-wrap: break-word;
}
a.button:hover {
opacity: 1;
border-color: #222222;
background-color: #222222;
color: #ffffff;
}
em, h3 {
font-family: 'Barlow Semi Condensed', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}
p, span.course {
font-size: 1.5em;
}
span.course {
display: inline-block;
margin: 0 35px 10px 0;
}
code {
border-radius: 1px;
}
header {
padding-top: 70px;
}
header .tagline {
font-size: 1.5em;
text-align: right;
text-transform: lowercase;
font-variant: small-caps;
line-height: 1em;
margin-top: 45px;
}
header .tagline em { text-transform: inherit; }
.about-me {
position: relative;
margin: 30px 0;
}
section {
padding: 50px 0;
}
section:last-of-type { margin-bottom: 75px; }
section.grey { background-color: #fcfcfc; color: #373737; }
section hr {
margin-bottom: 0;
}
footer {
padding: 30px 0;
background-color: #171717;
color: #ffffff;
}
footer ul.social-icons {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
footer ul.social-icons li {
vertical-align: top;
display: inline;
}
footer ul.social-icons li a {
text-decoration: none;
display: inline-block;
padding: 0 6px;
margin: 0 1px;
font-size: 1.5em;
font-weight: 400;
color: #ffffff;
background-color: #171717;
border-radius: 1px;
transition: all 0.3s ease 0s;
}
footer ul.social-icons li a:hover {
text-decoration: none;
color: #171717;
background-color: #ffffff;
}
@media (max-width: 915px) {
header .six.columns { width: 100%; margin: 0; }
.tagline { text-align: left !important; margin-bottom: -30px; }
.tagline br { display: none; }
}
@media (max-width: 550px) {
footer .six.columns { width: 50%; }
} | 0.651909 | 0.114369 |
.menu-container > .overlay,
.menu-container.active > .overlay {
position: absolute;
right: 0;
height: calc(100vh - 120px);
width: calc(100vw - 120px);
background: #202934;
}
.menu-container.active > .overlay {
animation: overlay-slide-in 300ms forwards 300ms;
}
@keyframes overlay-slide-in {
from {
width: calc(100vw - 120px);
}
to {
width: 0;
}
}
.menu-container > .overlay {
animation: overlay-slide-out 300ms forwards;
}
@keyframes overlay-slide-out {
from {
left: 0;
width: 0;
}
to {
left: 0;
width: calc(100vw - 120px);
}
}
/***** Menu Layer *****/
.menu-container {
position: fixed;
height: 100vh;
width: 100vw;
background: #202934;
border: 60px solid #181d23;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
.menu-container::before,
.menu-container::after {
content: "";
position: absolute;
width: 100%;
min-height: 100vh;
z-index: -1;
}
.menu-container::before {
background: url("../../../assets/Stars.svg");
}
.menu-container::after {
background: url("../../../assets/Trees.svg") bottom repeat-x;
}
.menu-container.deactive {
animation: fade-out 600ms forwards;
}
@keyframes fade-out {
0% {
opacity: 1;
z-index: 999;
}
50% {
opacity: 1;
z-index: 999;
}
100% {
opacity: 0;
z-index: -1;
}
}
.menu-container.active {
animation: fade-in 300ms forwards;
}
@keyframes fade-in {
from {
opacity: 0;
z-index: -1;
}
to {
opacity: 1;
z-index: 999;
}
}
/***** Menu Items: Animation *****/
.menu-container ul,
.menu-container .social {
margin-left: -80px;
opacity: 0;
animation: slide-out 200ms forwards;
}
.menu-container ul {
list-style-type: none !important;
font-size: 3rem;
}
@keyframes slide-out {
from {
opacity: 1;
margin-left: 0px;
}
to {
opacity: 0;
margin-left: -80px;
}
}
.menu-container.active ul,
.menu-container.active .social {
animation: slide-in 300ms forwards 600ms;
}
@keyframes slide-in {
from {
opacity: 0;
margin-left: -80px;
}
to {
opacity: 1;
margin-left: 0;
}
}
/***** Menu Items: Hover Animation *****/
.menu-container ul li {
border-left: 0.2rem solid transparent;
transition: border-left 200ms;
text-transform: uppercase;
}
.menu-container ul li .nav-link {
font-size: 3rem;
padding-left: 0.5rem;
color: orange;
}
.menu-container ul li .nav-link.active {
color: rgba(255, 166, 0, 0.4);
}
.menu-container ul li .nav-link::before {
content: "";
position: absolute;
width: 100%;
height: 4rem;
left: 0;
background-color: rgba(255, 255, 255, 0.25);
visibility: hidden;
transform: scaleX(0);
clip-path: polygon(75% 0%, 80% 50%, 75% 100%, 10% 100%, 15% 50%, 10% 0);
transition: all 0.3s ease-in-out 0s;
}
.menu-container ul li .nav-link:hover::before {
visibility: visible;
transform: scaleX(0.99);
} | src/components/MenuHeader/Menu/Menu.module.css | .menu-container > .overlay,
.menu-container.active > .overlay {
position: absolute;
right: 0;
height: calc(100vh - 120px);
width: calc(100vw - 120px);
background: #202934;
}
.menu-container.active > .overlay {
animation: overlay-slide-in 300ms forwards 300ms;
}
@keyframes overlay-slide-in {
from {
width: calc(100vw - 120px);
}
to {
width: 0;
}
}
.menu-container > .overlay {
animation: overlay-slide-out 300ms forwards;
}
@keyframes overlay-slide-out {
from {
left: 0;
width: 0;
}
to {
left: 0;
width: calc(100vw - 120px);
}
}
/***** Menu Layer *****/
.menu-container {
position: fixed;
height: 100vh;
width: 100vw;
background: #202934;
border: 60px solid #181d23;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
.menu-container::before,
.menu-container::after {
content: "";
position: absolute;
width: 100%;
min-height: 100vh;
z-index: -1;
}
.menu-container::before {
background: url("../../../assets/Stars.svg");
}
.menu-container::after {
background: url("../../../assets/Trees.svg") bottom repeat-x;
}
.menu-container.deactive {
animation: fade-out 600ms forwards;
}
@keyframes fade-out {
0% {
opacity: 1;
z-index: 999;
}
50% {
opacity: 1;
z-index: 999;
}
100% {
opacity: 0;
z-index: -1;
}
}
.menu-container.active {
animation: fade-in 300ms forwards;
}
@keyframes fade-in {
from {
opacity: 0;
z-index: -1;
}
to {
opacity: 1;
z-index: 999;
}
}
/***** Menu Items: Animation *****/
.menu-container ul,
.menu-container .social {
margin-left: -80px;
opacity: 0;
animation: slide-out 200ms forwards;
}
.menu-container ul {
list-style-type: none !important;
font-size: 3rem;
}
@keyframes slide-out {
from {
opacity: 1;
margin-left: 0px;
}
to {
opacity: 0;
margin-left: -80px;
}
}
.menu-container.active ul,
.menu-container.active .social {
animation: slide-in 300ms forwards 600ms;
}
@keyframes slide-in {
from {
opacity: 0;
margin-left: -80px;
}
to {
opacity: 1;
margin-left: 0;
}
}
/***** Menu Items: Hover Animation *****/
.menu-container ul li {
border-left: 0.2rem solid transparent;
transition: border-left 200ms;
text-transform: uppercase;
}
.menu-container ul li .nav-link {
font-size: 3rem;
padding-left: 0.5rem;
color: orange;
}
.menu-container ul li .nav-link.active {
color: rgba(255, 166, 0, 0.4);
}
.menu-container ul li .nav-link::before {
content: "";
position: absolute;
width: 100%;
height: 4rem;
left: 0;
background-color: rgba(255, 255, 255, 0.25);
visibility: hidden;
transform: scaleX(0);
clip-path: polygon(75% 0%, 80% 50%, 75% 100%, 10% 100%, 15% 50%, 10% 0);
transition: all 0.3s ease-in-out 0s;
}
.menu-container ul li .nav-link:hover::before {
visibility: visible;
transform: scaleX(0.99);
} | 0.527317 | 0.074534 |
.header-mobile {
position: fixed;
top: 0;
width: 100%;
padding: 15px 15px 5px 15px;
z-index: 999;
background-color: #141414;
-webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
}
.header-mobile a img {
width: 80px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
background-color: #ffffff;
}
.hamburger {
outline: none !important;
float: right;
}
.menu-mobile-popup {
display: block;
position: fixed;
z-index: 9999;
top: -800px;
padding: 30px 15px 60px 15px;
left: 0;
right: 0;
width: 100%;
-webkit-transition: all 0.5s;
transition: all 0.5s;
background-color: #141414;
border-radius: 0 !important;
-webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
}
.menu-mobile-popup-show {
top: 80px;
}
@media (max-width: 767px) {
.banner-home {
overflow: hidden !important;
}
.banner-home-frase {
font-size: 28px;
font-weight: 300;
color: #fff;
text-align: center;
padding-top: 100px;
}
.f-zul-sign {
font-size: 50px;
}
.menu-topo {
padding: 0;
border-left: none;
margin-left: 0;
margin-bottom: 30px;
}
.menu-topo a {
display: block;
font-size: 20px;
font-weight: bold;
margin-left: 0;
margin-bottom: 15px;
color: #fff;
}
.cadastrar-topo {
padding: 0;
text-align: center;
}
.cadastrar-topo a {
padding: 15px;
font-size: 20px;
font-weight: bold;
color: #fff;
border: 2px solid #fff;
border-radius: 25px;
}
.big-text {
font-size: 60px;
line-height: 60px;
margin-bottom: 30px;
}
.banner-sou-fan, .banner-sou-produtor, .banner-sou-artista {
padding-bottom: 80px;
min-height: auto !important;
}
.section-frase-destaque1 {
font-size: 40px;
}
.banner-top-perfil {
margin-top: 70px;
}
.b-left-df{
border-left: none !important;
}
} | resources/assets/css/sistema/style-mobile.css | .header-mobile {
position: fixed;
top: 0;
width: 100%;
padding: 15px 15px 5px 15px;
z-index: 999;
background-color: #141414;
-webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
}
.header-mobile a img {
width: 80px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
background-color: #ffffff;
}
.hamburger {
outline: none !important;
float: right;
}
.menu-mobile-popup {
display: block;
position: fixed;
z-index: 9999;
top: -800px;
padding: 30px 15px 60px 15px;
left: 0;
right: 0;
width: 100%;
-webkit-transition: all 0.5s;
transition: all 0.5s;
background-color: #141414;
border-radius: 0 !important;
-webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
}
.menu-mobile-popup-show {
top: 80px;
}
@media (max-width: 767px) {
.banner-home {
overflow: hidden !important;
}
.banner-home-frase {
font-size: 28px;
font-weight: 300;
color: #fff;
text-align: center;
padding-top: 100px;
}
.f-zul-sign {
font-size: 50px;
}
.menu-topo {
padding: 0;
border-left: none;
margin-left: 0;
margin-bottom: 30px;
}
.menu-topo a {
display: block;
font-size: 20px;
font-weight: bold;
margin-left: 0;
margin-bottom: 15px;
color: #fff;
}
.cadastrar-topo {
padding: 0;
text-align: center;
}
.cadastrar-topo a {
padding: 15px;
font-size: 20px;
font-weight: bold;
color: #fff;
border: 2px solid #fff;
border-radius: 25px;
}
.big-text {
font-size: 60px;
line-height: 60px;
margin-bottom: 30px;
}
.banner-sou-fan, .banner-sou-produtor, .banner-sou-artista {
padding-bottom: 80px;
min-height: auto !important;
}
.section-frase-destaque1 {
font-size: 40px;
}
.banner-top-perfil {
margin-top: 70px;
}
.b-left-df{
border-left: none !important;
}
} | 0.302803 | 0.12031 |
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwemc-NtvyoWOKrfbJJwSjZGs.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwehZQbSGeLTu6IhH00VRk2ws.woff2) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCweiyNCiQPWMSUbZmR9GEZ2io.woff2) format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwevfgCb1svrO3-Ym-Rpjvnho.woff2) format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCweteM9fzAXBk846EtUMhet0E.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl03riJwOpk75o0mgXgmZkkog.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl00yietQkaokDF8re1oCq3-U.woff2) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl053YFo3oYz9Qj7-_6Ux-KkY.woff2) format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl02tASdhiysHpWmctaYEsrdw.woff2) format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl03XcDWh-RbO457623Zi1kyw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcrllaL-ufMOTUcv7jfgmuJg.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcpsnFT_2ovhuEig4Dh-CBQw.woff2) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcnv4bDVR720piddN5sbmjzs.woff2) format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcjrEaqfC9P2pvLXik1Kbr9s.woff2) format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
form {
display: inline-block;
margin: 0;
padding: 0;
width: 100%;
}
.history .form-section {
padding-top: 0px;
margin-bottom: 20px;
position: relative;
}
.form-section {
display: inline-block;
width: 100%;
margin: 0 0 30px 0;
padding: 35px 40px;
border-radius: 4px;
background: #fff;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 480px) {
.form-section {
padding: 25px 15px;
border-radius: 0;
}
}
.form-section hr {
float: left;
display: inline;
height: 0;
width: 100%;
padding: 0 0 0 0;
margin-top: 20px;
border: none;
border-bottom: 1px solid #dedede;
}
.form-section__group {
display: inline-block;
margin: 0;
padding: 0 0 25px 0;
width: 100%;
}
.form-section__group .form-element.col-2 {
width: calc(50% - 10px);
}
.form-section__group .form-element.col-2:last-child {
float: right;
}
.form-section__content {
float: left;
display: inline;
z-index: 0;
width: 100%;
margin: 0;
padding: 0;
}
.form-collection__form {
display: block;
position: relative;
}
.form__form-group {
display: inline-block;
width: 100%;
}
.form__form-group .col-1 {
width: 100%;
}
.form__form-group .col-2 {
width: 50%;
}
.form__form-row {
display: inline-block;
position: relative;
width: 100%;
margin-bottom: 10px;
}
.form__form-row .form__form-group.col-2:nth-child(odd) {
padding-right: 10px;
}
.form__form-row .form__form-group.col-2:nth-child(even) {
padding-left: 10px;
}
.form__form-row .form-element.col-2:not(.gender):nth-child(odd) {
padding-right: 10px;
}
.form__form-row .form-element.col-2:nth-child(even) {
padding-left: 10px;
}
.form__form-row .form-element.col-2.gender {
padding-left: 10px;
}
.form__form-row.col-2:nth-child(odd) {
padding-right: 10px;
}
.form__form-row.col-2:nth-child(even) {
padding-left: 10px;
}
.form__form-row--avatar {
float: left;
display: inline;
position: relative;
margin: 3px 0 0 0;
padding: 10px;
height: 152px;
width: 152px;
text-align: center;
background: #f5f5f5;
border-radius: 3px;
border: 2px dotted #dddbdb;
background-size: cover !important;
transition: all 200ms ease-in-out;
box-shadow: 0px 0px 3px 0px #d3cfcf;
}
.form__form-row--avatar:hover {
border: 2px dotted #888;
}
@media screen and (max-width: 414px) {
.form__form-row--avatar {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 375px) {
.form__form-row--avatar {
height: 155px;
}
}
.form__form-row--avatar--label {
top: 0;
padding-top: 29px;
width: 100%;
height: 100%;
cursor: pointer;
position: relative;
display: inline-block;
}
.form__form-row--avatar--label .form__form-row--avatar--text {
display: block;
position: relative;
top: 10px;
text-align: center;
font-size: 11px;
color: #888;
}
.form__form-row--avatar--label svg {
fill: #888;
height: 55px;
width: 55px;
}
.form__form-row--avatar-right {
float: left;
display: inline;
margin: 0;
padding: 0 0 0 20px;
height: auto;
width: calc(100% - 152px);
}
@media screen and (max-width: 414px) {
.form__form-row--avatar-right {
width: 52%;
padding-left: 20px;
}
}
.form__form-row--avatar-right .form-element.col-1:first-child {
margin-top: 0;
}
.form__form-row--avatar-right .form-element.col-1 {
margin-top: 15px;
}
.form__form-row--avatar-right .form-element.col-1 .error-msg {
left: 0;
}
.form__password-visibility {
position: absolute;
cursor: pointer;
right: 0px;
top: 27px;
height: 43px;
padding: 0;
}
.form__password-visibility .form__password-visibility--icon {
display: inline-block;
position: relative;
padding: 12px 10px 10px 10px;
top: 0;
}
.form__password-visibility svg {
height: 20px;
width: 20px;
fill: #cacaca;
}
.form__form-header header {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
border-bottom: 1px solid #dedede;
margin-bottom: 25px;
}
.form__form-header header h1 {
text-align: center;
font-size: 42px;
margin: 0;
padding: 0;
}
.form__form-header header h2 {
float: left;
display: inline;
width: 100%;
text-align: left;
font-size: 22px;
font-weight: 600;
margin: 0;
padding: 0 0 12px 0;
}
.form__form-header header p {
float: left;
display: inline;
width: 100%;
margin: 10px 0 0 0;
padding: 0 0 20px 0;
text-align: left;
}
.form__field-invisible {
visibility: hidden;
}
.form__field-invisible+.form-select-custom--arrow {
display: none !important;
}
.form__field-invisible+.form-select-custom--arrow {
display: none;
}
.form__element-counter {
position: absolute;
right: -15px;
top: 13px;
margin: 0;
padding: 0;
font-size: 15px;
opacity: 0;
transition: all 200ms ease-in-out;
}
.form__element-counter.fade-entering {
opacity: 1;
top: 13px;
right: 15px;
}
.form__element-counter.fade-entered {
opacity: 1;
top: 13px;
right: 15px;
background: #fff;
}
.form__element-counter.fade-exiting {
opacity: 0;
right: -5px;
}
.form__element-counter.fade-exited {
opacity: 0;
right: -5px;
}
.form__element-spinner {
position: absolute;
right: 10px;
top: 34px;
background: #fff;
}
.form__extra-options--slide {
opacity: 0.75;
padding-bottom: 0;
}
.form-section__add-extra-section .form-section__title-icon {
float: left;
display: none;
width: 40px;
position: relative;
top: 5px;
}
.form-section__add-extra-section .form-section__title-icon svg {
height: 34px;
width: 34px;
}
.form-section__add-extra-section .form-element {
width: calc(100% - 0px);
padding: 5px 0 5px 0;
}
.form__extra-options {
float: left;
display: inline;
position: absolute;
bottom: 0;
left: 0;
height: 96px;
margin: -23px 0 0 0;
padding: 10px 0 0 0;
width: 100%;
text-align: center;
background: #fff;
border-top: 1px solid #e6e6e6;
cursor: pointer;
border-radius: 0 6px;
}
.form__extra-options svg {
float: left;
display: inline;
height: 32px;
width: 32px;
width: 100%;
margin: 10px 0 0 0;
padding: 0;
}
.form__extra-options--shadow {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
}
.form__extra-options--label {
float: left;
display: inline;
margin: -5px 0 0 0;
padding: 0;
width: 100%;
}
.form-buttons {
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 50px;
}
.form-element.col-1 {
width: 100%;
}
.form-row--reference-on-request {
position: relative;
background: #eaf8ff;
border-radius: 6px;
padding: 15px;
}
@media screen and (max-width: 705px) {
.form-row--reference-on-request {
padding-bottom: 32px;
}
.form-row--reference-on-request .form-element {
width: 100%;
}
.form-row--reference-on-request .form-element__custom-checkbox--switch {
position: absolute;
top: 50%;
margin-top: -10px;
}
.form-row--reference-on-request .form-element__custom-checkbox--label {
padding-left: 90px;
padding-right: 15px;
}
}
.form__form-row--footer {
float: left;
display: inline;
position: relative;
width: 100%;
}
.form__form-group .icon__paragraph svg {
height: 22px;
width: 22px;
top: -7px;
position: relative;
}
.form-checkbox__saved-message {
position: relative;
left: 8px;
margin-left: 3px;
top: -3px;
display: inline-block;
font-size: 12px;
color: #2196f3;
}
.form-checkbox__saved-message.fade {
transition: opacity 300ms ease-in-out;
}
.form-checkbox__saved-message.fade-enter {
opacity: 0;
}
.form-checkbox__saved-message.fade-entered {
opacity: 1;
}
.form-checkbox__saved-message.fade-exiting {
opacity: 1;
}
.form-checkbox__saved-message.fade-exited {
opacity: 0;
}
.form-checkbox--switcher {
position: relative;
display: inline-block;
width: 35px;
height: 13px;
margin: 0;
padding: 0;
background: #ededed;
box-shadow: inset 0px 0px 1px 1px #b9b9b9;
transition: all 300ms ease-in-out;
border-radius: 8px;
}
.form-checkbox--switcher.form-checkbox--blue {
background: #3b99fc;
box-shadow: inset 0px 0px 1px 1px #2a85e4;
}
.form-checkbox--switcher .form-checkbox__switch {
position: absolute;
cursor: pointer;
display: inline-block;
background: #ededed;
width: 15px;
height: 15px;
top: -1px;
left: 0;
margin-left: -2px;
border-radius: 50%;
box-shadow: 0px 0px 4px 1px #00000059;
transition: all 300ms ease-in-out;
}
.form-checkbox--switcher .form-checkbox__switch.form-checkbox__switch--active {
left: 100%;
margin-left: -13px;
background: #0871e0;
}
.form-checkbox--switcher input[type="checkbox"] {
position: fixed;
top: -10000px;
}
.form-element input[type="text"].form__element--show-counter {
padding-right: 35px;
}
.form-element__saved-message {
position: absolute;
right: 15px;
top: 16px;
color: #2196f3;
font-weight: 500;
text-transform: uppercase;
font-size: 10px;
}
.form-element__saved-message.form-element__saved-message--selectbox {
right: 35px;
}
.form-element__saved-message.fade {
opacity: 0;
transition: opacity 200ms ease-in-out;
}
.form-element__saved-message.fade-enter {
opacity: 0;
}
.form-element__saved-message.fade-entered {
opacity: 1;
}
.form-element__saved-message.fade-exiting {
opacity: 1;
}
.form-element__saved-message.fade-exited {
opacity: 0;
}
html[lang="it"] .btn__large,
html[lang="pl"] .btn__large {
min-width: 280px;
}
html[lang="fr"] #app .btn__large {
border-radius: 40px;
}
html[lang="fr"] #app .btn__large.button--purple {
background: #1e88e5;
}
.btn__medium {
outline: none;
position: relative;
font-size: 13px;
padding: 12px 14px 13px 0;
display: inline-block;
min-width: 200px;
border-radius: 25px;
border: none;
cursor: pointer;
font-weight: bold;
text-decoration: none;
}
.btn__large {
outline: none;
position: relative;
font-size: 18px;
padding: 18px 20px 19px 0;
display: inline-block;
min-width: 240px;
border-radius: 31px;
border: none;
cursor: pointer;
font-weight: bold;
}
.btn__large .btn__arrow-right {
position: absolute;
top: 11px;
right: 20px;
}
.btn__large .btn__arrow-right svg {
height: 35px;
width: 35px;
}
.btn__large .btn__arrow-left {
position: absolute;
top: 8px;
left: 21px;
}
.btn__large .btn__arrow-left svg {
height: 35px;
width: 35px;
}
.btn__large.btn-lock {
padding-left: 35px;
}
.btn__large.btn-lock .btn__lock-left {
position: absolute;
top: 18px;
left: 20px;
}
.btn__large.btn-lock .btn__lock-left svg {
height: 20px;
width: 20px;
}
.btn__large .btn__file-download {
padding-left: 30px;
}
.btn__large .btn__file-download svg {
width: 28px;
height: 28px;
position: absolute;
top: 12px;
left: 22px;
}
.btn__large .btn__delete-forever {
position: absolute;
top: 17px;
left: 20px;
}
.btn__large .btn__delete-forever svg {
height: 24px;
width: 24px;
}
.btn__large .react-spinner-material {
position: absolute;
left: 9px;
top: 13px;
height: 34px !important;
width: 34px !important;
}
.btn__large--previous {
font-weight: normal;
padding-right: 0;
color: #9e9e9e;
font-size: 15px;
}
.btn__large--previous .btn__arrow-left {
position: relative;
right: 0px;
margin-left: -10px;
}
.btn__large--previous .btn__arrow-left svg {
height: 25px;
width: 25px;
}
.btn__no-icon {
padding-right: 0;
padding-left: 0;
}
.btn__green-fill {
color: #fff;
background: #2dc36a;
opacity: 1;
transition: opacity 0.5s linear;
}
.btn__green-fill:hover {
transition: background-color 0.5s ease;
background: #2dcc70;
}
.btn__green-fill[disabled="disabled"] {
opacity: 0.75;
text-decoration: none;
}
.btn__green-fill[disabled="disabled"]:hover {
text-decoration: none;
}
.btn__red-fill {
color: #fff;
background: #ff3131;
opacity: 1;
padding-left: 45px;
border-radius: 4px;
transition: opacity 0.5s linear;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
html[lang="nl-BE"] #app:not(.app--ab) .btn__red-fill,
html[lang="es"] #app:not(.app--ab) .btn__red-fill,
html[lang="ar"] #app:not(.app--ab) .btn__red-fill,
html[lang="cl"] #app:not(.app--ab) .btn__red-fill,
html[lang="pe"] #app:not(.app--ab) .btn__red-fill,
html[lang="uk"] #app:not(.app--ab) .btn__red-fill {
border-radius: 30px;
}
.btn__red-fill svg {
position: absolute;
}
.btn__grey {
display: inline-block;
width: auto;
cursor: pointer;
padding: 10px 15px 8px 15px;
margin: 0;
border-radius: 3px;
font-size: 13px;
border: 2px solid #e6e5e5;
}
.btn__grey svg {
width: 20px;
height: 20px;
}
.dashboard .btn-medium.has-icon {
min-height: 39px;
margin: 0 12px 0 0;
padding: 10px 15px 11px 25px;
}
.dashboard .btn-medium.has-icon svg {
position: absolute;
left: 8px;
top: 8px;
height: 20px;
width: 20px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item {
position: relative;
padding-left: 20px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item.remove {
padding-top: 10px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item svg {
height: 18px;
width: 18px;
position: absolute;
left: -5px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item .label {
margin: 0;
padding: 0;
}
.btn-medium.has-icon.btn__grey .label {
top: 0px;
}
.btn-medium.has-icon.btn__grey .label:hover {
text-decoration: underline;
}
.btn-medium .react-spinner-material {
position: absolute;
top: 10px;
left: 10px;
margin-right: 3px;
display: inline-block !important;
height: 14px !important;
width: 14px !important;
}
.btn__blue-fill {
color: #fff;
background: #2296f3;
padding: 13px 0 14px 0;
border: 2px solid #2296f3;
}
.btn__blue-fill svg {
fill: #fff;
}
.btn-medium.has-icon {
padding: 6px 20px 5px 10px;
}
.btn-medium.has-icon .label {
display: inline-block;
margin-left: 10px;
top: -7px;
position: relative;
}
.btn__add-form-section {
outline: none;
position: relative;
font-size: 18px;
padding: 12px 0 18px 0;
display: inline-block;
text-align: center;
width: calc(100% - 70px);
width: 100%;
border-radius: 6px;
font-size: 16px;
border: none;
cursor: pointer;
color: #4c4c4c;
background: #f1f1f1;
transition: all 0.3s ease;
}
.btn__add-form-section i {
display: inline-block;
position: absolute;
top: 15px;
margin-left: -22px;
height: 25px;
width: 27px;
opacity: 1;
transition: all 0.3s ease;
}
.btn__add-form-section i svg {
height: 20px;
width: 20px;
}
.btn__add-form-section:hover .btn__add-form-section--label {
text-decoration: underline;
}
.btn__add-form-section .btn__add-form-section--label {
display: inline-block;
position: relative;
top: 4px;
left: 5px;
transition: all 0.3s ease;
}
.btn__add-form-section:hover {
background: #eaeaea;
}
.btn__add-form-section:hover i {
opacity: 1;
}
.btn__add-form-section:hover .btn__add-form-section--label {
opacity: 1;
}
.btn__remove-form-collection {
display: none;
outline: none;
float: left;
position: relative;
font-size: 18px;
padding: 17px 0 10px 0;
text-align: center;
width: 63px;
margin-right: 7px;
border-radius: 6px;
border: none;
cursor: pointer;
color: #4c4c4c;
background: #f1f1f1;
transition: all 0.3s ease;
}
.btn__remove-form-collection svg {
display: inline-block;
position: relative;
top: 0px;
height: 26px;
width: 26px;
opacity: 0.5;
transition: all 0.3s ease;
}
.btn__remove-form-collection:hover {
background: #eaeaea;
}
.btn__remove-form-collection:hover svg {
opacity: 1;
fill: red;
}
.btn-scroll-top {
position: fixed;
height: 44px;
width: 44px;
right: 20px;
bottom: 20px;
background: rgba(111, 111, 111, 0.3);
border-radius: 8px;
cursor: pointer;
}
.btn-scroll-top svg {
height: 44px;
width: 44px;
fill: #fff;
}
.button--blue {
color: #fff;
background: #1e88e5;
transition: all 0.5s ease;
}
.button--blue:hover {
text-decoration: underline;
}
.button--blue:disabled {
text-decoration: none;
}
.button--blue.button--download {
padding-right: 0;
padding-left: 16px;
}
.button--blue.button--download .button--icon {
position: absolute;
left: 18px;
top: 11px;
}
.button--blue.button--download .button--icon svg {
height: 31px;
width: 37px;
}
.button--blue[disabled] {
cursor: auto;
text-decoration: none;
}
.button--purple {
color: #fff;
background: #626ccc;
transition: all 0.5s ease;
border-radius: 4px;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.button--purple:hover {
text-decoration: underline;
}
.button--purple:disabled {
text-decoration: none;
opacity: 0.75;
}
.button--purple.button--download {
padding-right: 0;
padding-left: 16px;
}
.button--purple.button--download .button--icon {
position: absolute;
left: 18px;
top: 11px;
}
.button--purple.button--download .button--icon svg {
height: 31px;
width: 37px;
}
.button--purple[disabled] {
cursor: auto;
text-decoration: none;
}
html[lang="de"] .button--purple.button--download,
html[lang="de_DE"] .button--purple.button--download,
html[lang="ua"] .button--purple.button--download,
html[lang="ru"] .button--purple.button--download {
min-width: 325px;
}
html[lang="hu"] .button--purple.button--download {
min-width: 275px;
}
html[lang="nl-BE"] #app:not(.app--ab) .button--purple,
html[lang="es"] #app:not(.app--ab) .button--purple,
html[lang="ar"] #app:not(.app--ab) .button--purple,
html[lang="cl"] #app:not(.app--ab) .button--purple,
html[lang="pe"] #app:not(.app--ab) .button--purple,
html[lang="uk"] #app:not(.app--ab) .button--purple {
border-radius: 30px;
background: #1e88e5;
}
html[lang="nl-BE"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="es"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="ar"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="cl"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="pe"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="uk"] #app:not(.app--ab) .button--purple .spinner--visible {
left: 10px;
}
.wizard .button--blue[disabled] {
opacity: 0.6;
}
.button--lightgrey {
color: #fff;
background: #f7f7f7;
transition: all 0.5s ease;
box-shadow: none;
}
.button--lightgrey.button--link {
padding: 0;
color: #c7c7c7;
font-size: 14px;
margin-top: 10px;
padding: 15px 0;
background: #f7f7f7;
box-shadow: none;
}
.button--lightgrey.button--link .btn__arrow-left {
position: relative;
display: inline-block;
left: -1px;
}
.button--lightgrey.button--link .btn__arrow-left svg {
height: 24px;
width: 24px;
}
.button--lightgrey:hover {
text-decoration: underline;
}
.button--lightgrey[disabled] {
opacity: 0.6;
cursor: auto;
text-decoration: none;
}
.button--add-section-item {
width: 100%;
border: none;
font-size: 15px;
outline: none;
position: relative;
}
.button--add-section-item:disabled {
opacity: 0.5;
cursor: progress;
text-decoration: none !important;
}
.button--add-section-item svg {
top: 17px;
margin-left: -24px;
position: absolute;
width: 20px;
height: 20px;
}
.button--grey {
color: #4c4c4c;
cursor: pointer;
background: #f1f1f1;
transition: all 0.5s ease;
}
.button--grey.button--add-section-item {
border-radius: 6px;
padding: 18px 0 18px 0;
text-align: center;
margin-top: 20px;
}
.button--grey.button--add-section-item:hover {
text-decoration: underline;
}
.button--white {
color: #4c4c4c;
cursor: pointer;
font-size: 13px;
background: #ffffff;
transition: all 0.5s ease;
border: 2px solid #e6e5e5;
}
.button--white.button--save-section-item,
.button--white.button--tips-section-item {
float: right;
display: inline;
position: relative;
border-radius: 4px;
outline: none;
margin: 0 0 0 10px;
padding: 6px 11px 7px 35px;
text-align: center;
}
.button--white.button--save-section-item .react-spinner-material,
.button--white.button--tips-section-item .react-spinner-material {
height: 14px !important;
width: 14px !important;
}
.button--white.button--save-section-item:not([disabled]):hover,
.button--white.button--tips-section-item:not([disabled]):hover {
color: #3e94d9;
}
.button--white.button--save-section-item:not([disabled]):hover svg:hover,
.button--white.button--tips-section-item:not([disabled]):hover svg:hover {
fill: #3e94d9;
}
.button--white.button--save-section-item .spinner--visible,
.button--white.button--save-section-item .spinner--hidden,
.button--white.button--tips-section-item .spinner--visible,
.button--white.button--tips-section-item .spinner--hidden {
position: absolute;
left: 9px;
top: 7px;
}
.button--white.button--save-section-item .icon--visible,
.button--white.button--save-section-item .icon--hidden,
.button--white.button--tips-section-item .icon--visible,
.button--white.button--tips-section-item .icon--hidden {
position: absolute;
left: 10px;
top: 5px;
}
.button--white.button--save-section-item .icon--visible svg,
.button--white.button--save-section-item .icon--hidden svg,
.button--white.button--tips-section-item .icon--visible svg,
.button--white.button--tips-section-item .icon--hidden svg {
width: 18px;
height: 20px;
}
.button--white.button--save-section-item .icon--visible,
.button--white.button--tips-section-item .icon--visible {
opacity: 1;
}
.button--white.button--save-section-item .icon--hidden,
.button--white.button--tips-section-item .icon--hidden {
opacity: 0;
}
.button--white.button--save-section-item[disabled],
.button--white.button--tips-section-item[disabled] {
cursor: auto;
opacity: 0.6;
}
.button--white.button--save-section-item:not([disabled]):hover,
.button--white.button--tips-section-item:not([disabled]):hover {
text-decoration: underline;
}
.button--white.button--tips-section-item {
float: left;
margin: 0;
}
.button--white.button--tips-section-item:not([disabled]):hover {
color: #4c4c4c;
}
.button--white.button--tips-section-item:not([disabled]):hover svg:hover {
fill: #ffc107;
}
.button--white.button--delete-section-item {
float: right;
display: inline;
position: relative;
border-radius: 4px;
outline: none;
padding: 6px 11px 7px 35px;
text-align: center;
}
.button--white.button--delete-section-item:hover {
color: #e74b4b !important;
}
.button--white.button--delete-section-item .icon--delete {
position: absolute;
left: 9px;
top: 4px;
}
.button--white.button--delete-section-item .icon--delete svg {
width: 18px;
height: 20px;
}
.button--white.button--delete-section-item .icon--delete svg:hover {
fill: #e74b4b !important;
}
.button--white.button--delete-section-item:not([disabled]):hover {
color: #3e94d9;
}
.button--white.button--delete-section-item:not([disabled]):hover svg:hover {
fill: #3e94d9;
}
.button--white.button--delete-section-item .spinner--visible,
.button--white.button--delete-section-item .spinner--hidden {
position: absolute;
left: 9px;
top: 7px;
}
.button--white.button--delete-section-item .icon--visible,
.button--white.button--delete-section-item .icon--hidden {
position: absolute;
left: 10px;
top: 5px;
}
.button--white.button--delete-section-item .icon--visible svg,
.button--white.button--delete-section-item .icon--hidden svg {
width: 18px;
height: 20px;
}
.button--white.button--delete-section-item .icon--visible {
opacity: 1;
}
.button--white.button--delete-section-item .icon--hidden {
opacity: 0;
}
.button--white.button--delete-section-item[disabled] {
cursor: auto;
opacity: 0.6;
}
.button--white.button--delete-section-item:not([disabled]):hover {
text-decoration: underline;
}
.btn__large--pending-payment:hover {
text-decoration: none;
}
.payment-buttons .btn__arrow-left {
right: auto;
left: 0;
}
@media screen and (max-width: 550px) {
.payment-buttons {
padding-bottom: 10px !important;
}
}
html[lang="fr"] #app.app--ab .payment-page .payment-buttons,
html[lang="pl"] #app.app--ab .payment-page .payment-buttons {
padding-bottom: 10px;
}
html[lang="nl"] #app .payment-page .payment-buttons {
padding-bottom: 10px;
}
html[lang="nl"] #app .payment-page .payment-buttons .btn__large {
min-width: auto;
padding-right: 24px;
padding-left: 58px;
}
html[lang="nl"] #app .payment-page .payment-buttons .btn__large--previous {
padding-left: 0;
padding-right: 0;
}
html[lang="nl-BE"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="es"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="ar"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="cl"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="pe"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="uk"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy) {
padding: 0 220px;
}
.form__buttons .form__button-text {
display: block;
font-size: 13px;
text-align: center;
margin: 35px 0 30px 0;
padding: 0 150px;
}
@media screen and (max-width: 700px) {
.form__buttons .form__button-text {
padding: 0 20px;
}
}
.form__buttons .form__button-text.form__button-text--privacy-policy {
font-size: 14px !important;
color: #9e9e9e;
}
.form__buttons .form__button-text.form__button-text--privacy-policy a {
text-decoration: underline;
}
.form__buttons .form__button-text.form__button-text--privacy-policy a,
.form__buttons .form__button-text.form__button-text--privacy-policy p {
line-height: 14px;
font-size: 14px !important;
color: #9e9e9e;
}
html[lang="it"] body#_10337088 .form__buttons .form__button-text.form__button-text--privacy-policy {
font-size: 13px;
color: #9e9e9e;
}
html[lang="it"] body#_10337088 .form__buttons .form__button-text.form__button-text--privacy-policy a,
html[lang="it"] body#_10337088 .form__buttons .form__button-text.form__button-text--privacy-policy p {
font-size: 13px;
color: #9e9e9e;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
outline: none;
}
html {
height: 100%;
-webkit-text-size-adjust: 100%;
}
body,
html {
background: #f7f7f7;
}
body {
position: relative;
min-height: 100%;
outline: none;
margin: 0;
padding: 0 0 6rem;
color: #4c4c4c;
-webkit-font-smoothing: antialiased;
font: 15px Camphor, Open Sans, Segoe UI, sans-serif;
}
body input[type="date"] {
font-family: Montserrat, Arial;
}
.center {
margin: 0 auto;
position: relative;
width: 100%;
max-width: 850px;
padding: 0 10px;
z-index: 5555;
padding-top: 20px;
}
@media screen and (max-width: 480px) {
.center {
padding: 0;
}
}
.center.center__large {
max-width: 1100px;
}
.page__content {
float: left;
display: inline;
margin: 0 0 40px;
padding: 25px;
width: 100%;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 480px) {
.page__content {
border-radius: 0;
}
}
.fade-enter {
opacity: 0.01;
}
.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
.fade-exit {
opacity: 1;
}
.fade-exit.fade-exit-active {
opacity: 0.01;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
.slide-enter {
opacity: 0.01;
}
.slide-enter.slide-enter-active {
opacity: 1;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
.slide-exit {
opacity: 1;
}
.slide-exit.slide-exit-active {
opacity: 0.01;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
a {
color: #6169cf;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
display: block;
color: #707070;
font-size: 14px;
line-height: 24px;
}
p .icon__paragraph {
position: relative;
top: 6px;
padding-right: 7px;
}
ol,
ul {
display: block;
}
.is--hidden {
visibility: hidden;
}
.is--inline {
display: inline;
}
.float--right {
float: right;
}
.ReactModal__Overlay {
background: rgba(0, 0, 0, 0.8) !important;
}
.ReactModal__Content {
padding: 0 !important;
border-radius: 6px !important;
}
.ReactModal__Body--open {
overflow: hidden !important;
}
.form__row--dragging {
background: rgba(255, 255, 255, 0.75);
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
padding-left: 20px;
}
.container {
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
.container.fade-entered,
.container.fade-entering {
opacity: 1;
}
.page-introduction.\--with-icon {
padding-left: 160px;
}
.page-introduction__icon {
position: absolute;
top: 50%;
height: 80px;
width: 80px;
background: #f0f1ff;
border-radius: 50%;
left: 40px;
padding: 0;
margin: -40px 20px 0 0;
text-align: center;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.page-introduction__icon img {
display: inline-block;
position: relative;
height: 75px;
width: 75px;
}
.page-introduction__title {
color: #444;
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 600;
}
.page-introduction__text {
padding-bottom: 0;
margin-bottom: 0;
font-size: 16px;
}
.ReactModal__Overlay {
z-index: 9999;
}
</style><style type="text/css">.main {
z-index: 999;
padding: 0 0 40px;
}
.heading__bg {
position: absolute;
z-index: 99;
top: -60px;
left: 0;
width: 100%;
height: 380px;
background: #2dc46a;
-webkit-transform: skewY(-6deg);
transform: skewY(-6deg);
}
html[lang="ar"] #app:not(.app--ab) .heading__bg,
html[lang="cl"] #app:not(.app--ab) .heading__bg,
html[lang="es"] #app:not(.app--ab) .heading__bg,
html[lang="nl-BE"] #app:not(.app--ab) .heading__bg,
html[lang="pe"] #app:not(.app--ab) .heading__bg,
html[lang="uk"] #app:not(.app--ab) .heading__bg {
display: none;
}
</style><style type="text/css">.page-header {
position: relative;
top: 0;
width: 100%;
z-index: 999;
height: 65px;
background: #2dc46a;
}
.page-header.page-header--notification {
height: 110px;
}
@media screen and (max-width: 720px) {
.page-header {
z-index: 9999;
}
}
.page-header .pending-message {
margin-top: 20px;
}
@media screen and (max-width: 720px) {
body.modal-active .page-header {
z-index: 999;
}
}
.page-header__inner {
max-width: 1100px;
width: 100%;
padding: 0 25px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.page-header__logo {
position: absolute;
left: 20px;
top: 20px;
cursor: pointer;
text-align: left;
margin: 0;
padding: 0;
width: 105px;
}
.page-header__logo svg {
display: inline-block;
opacity: 0.75;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
height: 20px;
margin: 0;
padding: 0;
}
.page-header__navigation svg {
position: absolute;
cursor: pointer;
right: 15px;
top: 14px;
fill: #fff;
height: 34px;
width: 34px;
}
.page-header__menu__button {
position: fixed;
z-index: 9;
fill: #fff;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.page-header__navigation--active .page-header__menu__button--open {
display: none;
}
.page-header__navigation .page-header__menu__button--close {
display: none;
}
.page-header__navigation--active .page-header__menu__button--close {
display: inline;
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
z-index: 99999 !important;
}
.page-header__menu {
float: right;
display: inline;
margin: 17px 0 0;
padding: 0;
}
.page-header__navigation--hide {
display: none;
}
@media screen and (max-width: 720px) {
.page-header__navigation--active .page-header__menu {
display: inline;
}
}
@media screen and (max-width: 720px) {
.page-header__navigation--small .page-header__menu {
display: inline;
position: fixed;
top: 0;
right: -100%;
margin: 0;
width: 100%;
height: 100%;
z-index: 89999 !important;
padding-top: 20px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: rgba(0, 0, 0, 0.88);
}
}
@media screen and (max-width: 720px) {
.page-header__navigation--active .page-header__menu {
right: 0;
}
}
.page-header__menu__item {
display: inline;
font-size: 15px;
margin: 0;
}
.page-header__menu__item a {
text-decoration: none;
color: #fff;
font-weight: 400;
display: inline-block;
padding: 5px 0 6px;
margin: 0 15px;
-webkit-transition: all 0.5ms ease;
transition: all 0.5ms ease;
}
.page-header__menu__item a:hover {
text-decoration: underline;
}
.page-header__menu__item:last-child a {
margin-right: 0;
}
.page-header__navigation svg {
display: none;
}
.page-header__navigation--small svg {
display: inline;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 2) {
.page-header__navigation--small .page-header__menu__item {
font-size: 20px;
}
}
@media screen and (max-width: 720px) {
.page-header__navigation--small .page-header__menu__item {
display: block;
text-align: center;
padding: 0;
}
.page-header__navigation--small .page-header__menu__item a {
padding: 20px 0;
}
}
.page-header__message {
display: block;
position: absolute;
width: 100%;
margin: 0;
padding: 0;
top: 65px;
}
@media screen and (max-width: 720px) {
.page-header__message {
top: 65px;
}
}
.page-header__message.page-header__message--info {
background: #d0ebff;
position: absolute;
display: inline-block;
width: 100%;
}
.page-header__message .page-header__inner {
z-index: 0;
}
.page-header__message .pending-message {
float: none;
margin: 0;
padding-right: 0;
padding-left: 0;
display: inline-block;
}
.form-section.form-section--payment-status-message {
padding-bottom: 10px;
margin-bottom: 20px;
}
.pending-message {
display: block;
margin: 0 0 20px;
padding: 15px 20px;
width: 100%;
color: #327eb7;
border-radius: 4px;
background: #d0ebff;
}
.pending-message--text {
display: inline;
margin: 2px 0 0;
padding: 0;
}
.resume-resume-tips {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 15px;
background: #fffaec;
border-radius: 8px;
}
@media screen and (max-width: 630px) {
.resume-resume-tips {
height: 100%;
}
}
.resume-resume-tips h2 {
padding: 0;
}
.resume-resume-tips h2,
.resume-resume-tips p {
margin: 0;
text-align: center;
}
.resume-resume-tips p {
padding: 20px 0 25px;
}
.resume-resume-tips .resume-tips__heading {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 8px 0 15px 10px;
}
.resume-resume-tips .resume-tips__heading svg {
top: -1px;
position: relative;
margin-right: 8px;
height: 21px;
width: 21px;
}
.resume-resume-tips .resume-tips__list {
display: block;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.resume-resume-tips .resume-tips__item {
width: 100%;
margin: 0;
padding: 0 10px 15px 28px;
line-height: 22px;
position: relative;
}
.resume-resume-tips .resume-tips__item:last-child {
border-bottom: 0;
padding-bottom: 15px;
}
.resume-resume-tips .resume-tips__item .resume-tips__item-count {
position: absolute;
left: 12px;
top: 0;
font-size: 14px;
}
.modal--resume-tips .modal-content {
top: 50%;
max-width: 600px;
margin-left: -300px;
margin-top: -293px;
padding: 0;
}
@media screen and (max-width: 630px) {
.modal--resume-tips .modal-content {
left: 0;
margin-left: 0;
width: 100%;
height: 100%;
margin-top: 0 !important;
top: 0;
border-radius: 0;
}
}
@media screen and (max-width: 630px) {
.modal--resume-tips .modal__button {
color: #4c4c4c !important;
}
}
.resume-tips__shadow-bottom {
display: none;
}
@media screen and (max-width: 630px) {
.resume-tips__shadow-bottom {
position: absolute;
display: inline-block;
bottom: 0;
left: 25px;
height: 50px;
font-size: 1px;
width: calc(100% - 50px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fffaec));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fffaec);
}
}
.modal-active {
overflow: hidden;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.75);
z-index: 999999;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.modal-overlay.entered {
opacity: 1;
}
.modal-overlay.entered .modal-content {
-webkit-transform: scale(1);
transform: scale(1);
}
.modal-content {
position: absolute;
background: #fff;
padding: 25px;
width: 100%;
max-width: 500px;
left: 50%;
top: 50%;
border-radius: 8px;
margin-top: -95px;
margin-left: -250px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
-webkit-transform: scale(0);
transform: scale(0);
}
.modal__button {
position: fixed;
right: 0;
top: 0;
cursor: pointer;
height: 50px;
width: 50px;
font-size: 32px;
color: rgba(255, 255, 255, 0.7);
border: none;
background: none;
}
.modal__button:focus {
outline: none;
}
.modal--resume-settings h2 {
padding: 0;
}
.modal--resume-settings h2,
.modal--resume-settings p {
margin: 0;
text-align: center;
}
.modal--resume-settings p {
padding: 20px 0 25px;
}
.modal--resume-settings textarea {
position: relative;
display: inline-block;
padding: 9px 13px;
margin: 20px 0 8px;
min-height: 125px;
font-size: 15px;
width: 100%;
border-radius: 8px;
border: 1px solid #dedede;
}
.modal--resume-settings .modal-content {
top: 50%;
max-width: 600px;
margin-left: -300px;
margin-top: -293px;
padding: 0;
}
@media screen and (max-width: 630px) {
.modal--resume-settings .modal-content {
left: 0;
margin-left: 0;
width: 100%;
height: 100%;
margin-top: 0 !important;
top: 0;
border-radius: 0;
}
}
@media screen and (max-width: 630px) {
.modal--resume-settings .modal__button {
color: #4c4c4c !important;
}
}
.modal--resume-settings .form__select-element {
background: #fff;
}
.modal--resume-settings .resume-settings {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
background: #f8f8f8;
border-radius: 8px;
padding: 20px;
}
@media screen and (max-width: 630px) {
.modal--resume-settings .resume-settings {
height: 100%;
overflow: scroll;
padding-bottom: 40px;
-webkit-overflow-scrolling: touch;
}
}
.modal--resume-settings .resume-settings__setting {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 20px 10px;
border-top: 1px solid #dddbdb;
}
.modal--resume-settings .resume-settings__setting:first-child {
border-top: 0;
padding-top: 8px;
}
.modal--resume-settings .resume-settings__setting:last-child {
padding-bottom: 8px;
}
.modal--resume-settings .resume-settings__header {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 0 0 15px;
}
.modal--resume-settings .resume-settings__header svg {
top: -1px;
position: relative;
margin-right: 8px;
height: 21px;
width: 21px;
}
.modal--resume-settings .resume-settings__text {
display: inline-block;
text-align: left;
line-height: 20px;
width: 100%;
margin: 0;
padding: 0 0 10px;
}
.modal--resume-settings .form-element {
background: #fff;
}
.resume-settings__shadow-bottom {
display: none;
}
@media screen and (max-width: 630px) {
.resume-settings__shadow-bottom {
position: absolute;
display: inline-block;
bottom: 0;
left: 25px;
height: 50px;
font-size: 1px;
width: calc(100% - 50px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f8f8f8));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f8f8f8);
}
}
.modal--user-review {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 15px;
background: #fffaec;
border-radius: 8px;
}
@media screen and (max-width: 630px) {
.modal--user-review {
height: 100%;
}
}
.modal--user-review h2 {
padding: 0;
text-align: left;
}
.modal--user-review h2,
.modal--user-review p {
margin: 0;
}
.modal--user-review p {
padding: 20px 0 25px;
text-align: center;
}
.modal--user-review .modal-content {
padding-top: 15px;
}
.modal--user-review .user-review__heading {
padding: 5px 0 15px;
}
.modal--user-review .user-review__heading,
.modal--user-review .user-review__stars-helper {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
}
.modal--user-review .user-review__stars-helper {
padding: 0 0 5px;
font-size: 12px;
}
.modal--user-review .user-review__stars-list {
display: inline-block !important;
background: #f2f2f2;
list-style: none;
width: 100%;
margin: 0;
padding: 15px;
border-radius: 6px;
}
.modal--user-review .user-review__stars-list .user-review__stars-item {
float: left;
display: inline-block;
border-radius: 3px;
max-width: 40px;
height: 40px;
margin: 0 10px 0 0;
cursor: pointer;
background: #e5e5e5;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--red {
background: #ff3722;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--orange {
background: #ff8622;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--yellow {
background: #ffce00;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--green {
background: #73cf12;
}
.modal--user-review .user-review__stars-list .user-review__stars-item .svg--star {
display: inline-block;
margin: 0;
padding: 0;
height: 38px;
width: 38px;
fill: #fff;
}
.user-review__form-row {
display: inline-block;
width: 100%;
}
.user-review__form-row textarea {
display: inline-block;
width: 100%;
min-height: 75px;
border-radius: 3px;
border: 1px solid #dbdbdb;
padding: 10px;
font-size: 14px;
}
.user-review__form-row textarea.user-review__description-negative {
height: 30px;
}
.user-review__form-label {
display: inline-block;
width: 100%;
padding: 10px 0 5px;
}
.user-review__form-button {
display: inline-block;
float: right;
margin: 15px 0 0;
padding: 10px 13px 11px;
outline: 0;
position: relative;
font-size: 14px;
border-radius: 3px;
border: none;
cursor: pointer;
font-weight: 700;
text-decoration: none;
color: #fff;
background: #1e88e5;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.user-review__form-button.user-review__form-button--active {
padding-left: 34px;
}
.user-review__form-button:hover {
text-decoration: underline;
}
.user-review__form-button .spinner {
position: absolute;
top: 12px;
left: 10px;
}
@media screen and (max-width: 630px) {
.modal--user-review .modal-content {
left: 0;
margin-left: 0;
width: 100%;
height: 100%;
max-width: 1000px;
margin-top: 0 !important;
top: 0;
border-radius: 0;
padding-left: 0;
padding-right: 0;
}
.modal--user-review .modal-content .user-review {
height: 100% !important;
overflow: scroll;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 630px) {
.modal--user-review .modal__button {
color: #4c4c4c !important;
}
}
.user-review__shadow-bottom {
display: none;
}
@media screen and (max-width: 630px) {
.user-review__shadow-bottom {
position: absolute;
display: inline-block;
bottom: 0;
left: 25px;
height: 50px;
font-size: 1px;
width: calc(100% - 50px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f8f8f8));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f8f8f8);
}
}
.modal--user-review .modal-content {
height: 500px;
}
.modal--user-review .modal-content .trustpilot--iframe {
position: absolute;
left: 0;
top: 0;
border-radius: 8px;
}
.user-review__form-buttons {
display: none;
}
.user-review__form-buttons--choose {
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.user-review__form-buttons--choose button {
min-width: 150px;
display: inline-block;
}
.user-review__form-buttons--choose button.button--green {
background: #2dc36a;
}
.react-spinner-material {
width: 80px;
height: 80px;
border-radius: 50%;
border: 10px solid #333;
box-sizing: border-box;
-webkit-animation: rsm-sweep 1s linear alternate infinite, rsm-rotate 0.8s linear infinite;
animation: rsm-sweep 1s linear alternate infinite, rsm-rotate 0.8s linear infinite;
}
@keyframes rsm-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes rsm-rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes rsm-sweep {
0% {
-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 50%, 0% 0%, 0% 0%, 0% 0%);
clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 50%, 0% 0%, 0% 0%, 0% 0%);
}
50% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 50%, 100% 0%, 100% 0%, 0% 0%);
clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 50%, 100% 0%, 100% 0%, 0% 0%);
}
100% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0%, 0% 0%);
clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0%, 0% 0%);
}
}
@-webkit-keyframes rsm-sweep {
0% {
-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 50%, 0% 0%, 0% 0%, 0% 0%);
}
50% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 50%, 100% 0%, 100% 0%, 0% 0%);
}
100% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0%, 0% 0%);
}
}
.form-element {
float: left;
display: inline;
position: relative;
margin: 0;
padding: 0;
}
.form-element label {
display: inline-block;
padding: 0 0 8px;
}
.form-element label.error {
color: #f83b4e;
}
.form-element:nth-child(2n) .error-msg {
left: 7px;
padding-left: 1px;
}
.form-element input[type="date"],
.form-element input[type="password"],
.form-element input[type="text"],
.form-element input[type="file"],
.form-element select {
width: 100%;
background-color: #fff;
border: 2px solid #eaeaea;
border-radius: 3px;
padding: 0 14px 1px;
height: 48px;
font-size: 16px;
-webkit-appearance: none;
}
.form-element input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px #fff inset;
}
.form-element input::-webkit-contacts-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}
.form-element select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.form-element input::-ms-clear,
.form-element input::-ms-reveal,
.form-element select::-ms-clear,
.form-element select::-ms-expand {
display: none;
}
.form-element .form-select-custom {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
background-color: transparent;
background-image: none;
padding-left: 14px;
border: 2px solid #eaeaea;
cursor: pointer;
border-radius: 3px;
outline: none;
}
.form-element .form-select-custom--arrow {
width: 0;
height: 0;
float: right;
display: inline;
margin: -23px 13px 0 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #4c4c4c;
}
.form-element input[type="text"]:disabled {
cursor: not-allowed;
opacity: 0.55;
background: #f8f9fb;
}
.form-element input:focus+.error-msg {
display: inline;
opacity: 1;
color: #ff5757;
}
@media screen and (max-width: 500px) {
.form-element input:focus+.error-msg {
display: none;
}
}
.form-element input.error,
.form-element select.error,
.form-element textarea.error {
border: 2px solid #ffb6b6;
}
.form-element input:focus {
outline-color: #7eb7f6;
border: 1px solid #7eb7f6;
-webkit-box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0);
box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0);
}
.form-element select:focus {
outline-color: #7eb7f6;
border: 2px solid rgba(137, 193, 255, 0.91);
-webkit-box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0.12);
box-shadow: 0 0 2px 1px rgba(126, 183, 246, 0.62);
}
.form-element input.error:focus,
.form-element select.error:focus,
.form-element textarea.error:focus {
outline-color: #ff9595;
border: 2px solid #ffb6b6;
border-radius: 4px;
-webkit-box-shadow: inset 0 2px 0 rgba(253, 40, 40, 0.12);
box-shadow: inset 0 2px 0 rgba(253, 40, 40, 0.12);
}
.form-element .error-msg {
position: absolute;
top: 0;
left: 0;
opacity: 0;
background: #fff;
width: calc(100% - 12px);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.form-element__custom-checkbox--holder {
float: left;
display: inline;
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.form-element__custom-checkbox--holder label {
float: left;
display: inline;
width: 100%;
padding-bottom: 0;
}
.form-element__custom-checkbox--holder input {
display: none;
}
.form-element__custom-checkbox--label {
float: left;
display: inline;
position: relative;
left: 12px;
top: 9px;
margin: 0;
padding: 0;
width: auto;
}
.form-element__custom-checkbox--switch {
float: left;
display: inline;
position: relative;
height: 36px;
width: auto;
min-width: 85px;
border-radius: 20px;
border: 1px solid #ff3232;
background: #ff3232;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.form-row--reference-on-request .form-element__custom-checkbox--switch {
border: 1px solid #99a6ab;
background: #a4afb5;
}
.form-element__custom-checkbox--switch.active {
border: 1px solid #2dc36a;
background: #2dc36a;
}
.form-element__custom-checkbox--switch-label {
float: left;
display: inline;
position: relative;
top: 7px;
margin: 0;
padding: 0 13px;
width: 100%;
color: #fff;
text-align: right;
font-weight: 700;
}
.form-element__custom-checkbox--switch-label.active {
text-align: left;
}
.form-element__custom-checkbox--btn {
position: absolute;
left: 2px;
top: 2px;
height: 30px;
width: 30px;
z-index: 3;
border-radius: 20px;
border: 1px solid #fff;
color: #fff;
font-size: 16px;
background: #fff;
cursor: pointer;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
-webkit-transition: 0.2s;
transition: 0.2s;
text-align: left;
}
.form-element__custom-checkbox--btn.active {
left: 100%;
margin-left: -33px;
text-align: right;
}
button::-moz-focus-inner {
border: 0;
}
.ql-editor {
max-height: 225px;
min-height: 72px;
}
.ql-editor p {
color: #4c4c4c;
}
.ql-editor ol,
.ql-editor ul {
padding-left: 0 !important;
color: #4c4c4c;
}
.ql-editor ol li {
padding-left: 15px !important;
}
.ql-editor ul li {
padding-left: 10px !important;
}
.ql-toolbar.ql-snow {
border-radius: 3px 3px 0 0;
}
.ql-container.ql-snow {
border-radius: 0 0 3px 3px;
}
.form-section.form-section--payment-status-message {
padding-bottom: 10px;
margin-bottom: 20px;
}
.error-message {
display: block;
margin: 0 0 20px;
padding: 15px 20px;
width: 100%;
color: #f51414;
border-radius: 4px;
background: #ffdfdf;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 1;
}
.error-message a {
color: #f51414;
text-decoration: underline;
}
.error-message--icon {
display: inline-block;
margin: 0 15px 0 0;
padding: 0;
}
.error-message--text {
display: inline;
margin: 2px 0 0;
padding: 0;
}
</style><style type="text/css">.dashboard__jobs .form-section {
margin-bottom: 25px;
}
.dashboard__jobs .form__form-row {
margin-bottom: 0;
}
.dashboard__jobs button {
padding: 10px 10px 11px;
}
.dashboard__jobs .form-element.jobtype .form-select-custom {
border-radius: 0 3px 3px 0;
}
.dashboard__jobs .form-element.search input {
border-radius: 3px 0 0 3px;
}
.dashboard__jobs .form-element.city input {
border-radius: 3px 0 0 3px;
}
.dashboard__jobs .form-element.radius .form-select-custom {
border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 700px) {
.dashboard__jobs .btn__green-fill {
float: left !important;
position: relative;
left: 50%;
margin-left: -75px;
margin-top: 20px;
min-width: 150px !important;
}
}
.page-jobs__fields-left {
float: left;
display: inline;
margin: 0;
padding: 0;
width: calc(55% - 90px);
}
.page-jobs__fields-left .form-element {
width: calc(100% - 120px);
}
.page-jobs__fields-left .form-element:nth-child(2n) {
width: 120px;
}
@media screen and (max-width: 700px) {
.page-jobs__fields-left {
width: 100%;
}
.page-jobs__fields-left .form-element {
width: calc(100% - 150px);
}
.page-jobs__fields-left .form-element:nth-child(2n) {
width: 150px;
}
}
.page-jobs__fields-right {
float: left;
display: inline;
margin: 0 0 0 15px;
padding: 0;
width: calc(45% - 50px);
}
.page-jobs__fields-right .form-element {
width: calc(100% - 120px);
}
.page-jobs__fields-right .form-element:nth-child(2n) {
width: 120px;
}
@media screen and (max-width: 700px) {
.page-jobs__fields-right {
width: 100%;
margin-top: 15px;
margin-left: 0;
}
.page-jobs__fields-right .form-element {
width: calc(100% - 150px);
}
.page-jobs__fields-right .form-element:nth-child(2n) {
width: 150px;
}
}
.jobs__list {
margin: 0;
padding: 0;
}
.jobs__list,
.jobs__list-item {
display: inline-block;
width: 100%;
}
.jobs__list-item {
position: relative;
margin: 0 0 25px;
padding: 25px;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.jobs__list-item:hover h3 {
text-decoration: underline;
}
.jobs__list-item h3 {
color: #00aeef;
margin: 0 0 15px;
}
.jobs__list-item p {
margin: 0;
}
.jobs__list-item a {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100% !important;
}
.page-jobs__scroll-end {
margin: 0;
padding: 10px 0 40px;
}
.page-jobs__scroll-end,
.page-jobs__spinner {
float: left;
display: inline;
width: 100%;
text-align: center;
}
.page-jobs__spinner {
margin: 0 0 150px;
padding: 0;
}
.page-jobs__spinner .spinner {
display: inline-block !important;
}
.dashboard__resumes .fade-entering {
opacity: 0.01;
}
.dashboard__resumes .fade-entered {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.dashboard__resumes .fade-exiting {
opacity: 1;
}
.dashboard__resumes .fade-exit.fade-exit-active {
opacity: 0.01;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.resume__examples {
margin: 0 0 10px;
padding: 0;
}
.resume__example,
.resume__examples {
float: left;
display: inline;
width: 100%;
}
.resume__example {
position: relative;
margin: 0 0 25px;
padding-top: 30px;
padding-left: 200px;
min-height: 246px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media screen and (max-width: 600px) {
.resume__example {
padding-left: 140px;
min-height: 178px;
}
}
@media screen and (max-width: 500px) {
.resume__example {
padding: 25px 15px;
min-height: 310px;
text-align: center;
}
}
.resume__example--title {
position: relative;
cursor: pointer !important;
}
.resume__example--title:hover h2 {
color: #626ccc;
}
.resume__example--title:hover:hover svg {
opacity: 1;
}
.resume__example--title h2 {
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
cursor: pointer;
margin: 0;
}
.resume__example--title p {
font-size: 13px;
}
@media screen and (max-width: 500px) {
.resume__example--title {
text-align: left;
}
}
.resume__example--title-text {
font-weight: 600;
font-size: 22px;
}
.resume__example--title-text svg {
opacity: 0;
position: relative;
top: -2px;
left: 5px;
height: 20px;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.resume__example--title-text:hover svg {
opacity: 1;
}
.resume__example--title-change.form-element {
position: absolute;
cursor: pointer;
display: inherit;
float: none;
top: -10px;
left: 0;
width: 100%;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.resume__example--title-change.form-element .spinner,
.resume__example--title-change.form-element canvas {
position: absolute;
right: 13px;
top: 13px;
}
.resume__example--title-change.form-element input {
font-weight: 400;
}
.resume__template-info {
display: inline-block;
display: none;
width: 100%;
font-size: 13px;
margin: 0;
padding: 0 0 20px;
}
.resume__template-color {
display: inline-block;
position: relative;
top: 2px;
margin: 0;
padding: 0;
height: 14px;
width: 14px;
border-radius: 50%;
}
.resume__template-name {
display: inline-block;
margin: 0 0 0 7px;
padding: 0;
}
.resume__example--buttons {
position: relative;
width: 100%;
display: inline-block;
margin: 5px 0 0;
}
.resume__example--buttons .btn__grey {
float: left;
margin-right: 10px;
}
.resume__example--buttons .btn__grey:last-child {
padding-bottom: 29px;
min-height: 40px;
}
.resume__example--buttons .btn__grey:last-child svg {
top: 10;
}
.btn__blue-fill {
margin-right: 10px;
}
.fade-enter {
opacity: 0.01;
-webkit-transform: scale(0);
transform: scale(0);
}
.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.fade-exit {
opacity: 0.01;
}
.fade-exit,
.fade-exit.fade-exit-active {
-webkit-transform: scale(0);
transform: scale(0);
}
.fade-exit.fade-exit-active {
opacity: 1;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.btn {
position: relative;
}
.resume__example--menu {
position: absolute;
bottom: 50px;
background: #fff;
border-radius: 6px;
padding: 5px 15px;
width: 175px;
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
}
.resume__example--menu.resume__example--menu-more {
right: -60px;
}
.resume__example--menu.resume__example--menu-edit {
right: 25px;
}
.resume__example--menu-item {
float: left;
display: inline;
text-align: left;
margin: 0;
padding: 10px 0;
width: 100%;
border-bottom: 1px solid #e0e0e0;
}
.resume__example--menu-item svg {
position: relative;
top: -2px;
left: 0;
height: 22px;
width: 18px;
}
.resume__example--menu-item.last {
border-bottom: none;
padding: 10px 0 5px;
}
.resume__example--menu-item.remove {
color: red;
border-bottom: none;
padding: 15px 0 10px;
}
.resume__example--menu-item.remove svg {
position: relative;
top: -1px;
left: 0;
height: 20px;
width: 20px;
margin-right: 7px;
}
.resume__example--menu-item:last-child {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}
.resume__example--menu-item--arrow-bg {
position: absolute;
display: inline-block;
bottom: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #e3e3e3;
}
.resume__example--menu-item--arrow {
position: absolute;
display: inline-block;
bottom: -7px;
left: 50%;
margin-left: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #fff;
}
.resume__example--image {
position: absolute;
left: 32px;
top: 32px;
margin: 0;
padding: 0;
border: 1px solid #e4e4e4;
border-radius: 3px;
display: inline;
-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
}
.resume__example--image img {
padding: 10px;
width: 131px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.resume__example--image img.fade-enter {
opacity: 0.01;
}
.resume__example--image img.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.resume__example--image img.fade-exit {
opacity: 0.01;
}
.resume__example--image img.fade-exit.fade-exit-active {
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
.resume__example--image img {
width: 92px;
}
}
@media screen and (max-width: 500px) {
.resume__example--image {
left: auto;
top: auto;
display: inline-block;
position: relative;
text-align: center;
width: 100%;
max-width: 350px;
margin-bottom: 25px;
-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
}
.resume__example--image img {
position: relative;
display: inline-block;
height: auto;
width: 100%;
}
}
.saved-message {
position: absolute;
right: 20px;
top: 20px;
background: #4c4c4c;
border-radius: 4px;
color: #fff;
font-size: 12px;
padding: 4px 8px 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.saved-message.save-message--wizard {
position: fixed;
width: auto;
bottom: 5px;
left: 5px;
top: auto;
right: auto;
}
.saved-message.fade-exited {
opacity: 0;
}
.page__header h1 {
text-align: center;
font-size: 40px;
margin: 0;
padding: 0;
color: #fff;
margin-bottom: 33px;
}
._1V7bl8Mn9LIYznoaPtcDjM {
position: relative;
}
._2_HM1NSjRN9l0e1nC7nJUE {
align-items: center;
cursor: pointer;
display: flex;
}
._2_HM1NSjRN9l0e1nC7nJUE:after {
border-left: 6px solid transparent;
border-radius: 1px;
border-right: 6px solid transparent;
border-top: 8px solid #687282;
content: "";
height: 0;
position: absolute;
right: 12px;
width: 0;
}
._15cE1k8rLsRopMrcOEbFT0:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.OJN-IV-Z846cw889If_ck {
background: #fff;
display: none;
list-style: none;
margin: 0 0 50px;
overflow-y: auto;
padding: 0;
position: absolute;
width: 100%;
z-index: 1;
}
.OJN-IV-Z846cw889If_ck._3oIIndL81vEOtCMf8AyVQ7 {
display: block;
}
._3nwm2BGxEnm6kq8wFZ2YXx {
align-items: center;
display: flex;
}
@supports (-webkit-appearance: -apple-pay-button) {
._2tchcj0uRILKA5MP6tjDvL {
-webkit-appearance: -apple-pay-button;
cursor: pointer;
display: inline-block;
}
._2IF70NxrCsdOUFS6xkTjhx {
-apple-pay-button-style: #000;
}
._2GxYi3kZjdpB9JowSkwOPa {
-apple-pay-button-style: #fff;
}
.xtmollh2ofF1JhveE9z3A {
-apple-pay-button-style: white-outline;
}
.YfKxAEVPCka5nlbPBxToZ {
-apple-pay-button-type: plain;
}
._2GdPSeYpKoJmHdBtzbLEtx {
-apple-pay-button-type: buy;
}
.gDj2-eAXUrMWvX4XDQ2Lm {
-apple-pay-button-type: donate;
}
._3lIGFvB1XkXzYIXt0H7rbH {
-apple-pay-button-type: check-out;
}
._1Lg4RU3WrO9ljB_zvUic79 {
-apple-pay-button-type: book;
}
._1jMbG4PDfZH_Kcg5xrHSvY {
-apple-pay-button-type: subscribe;
}
}
@supports not (-webkit-appearance: -apple-pay-button) {
._2tchcj0uRILKA5MP6tjDvL {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100% 60%;
border-radius: 5px;
box-sizing: border-box;
display: inline-block;
max-height: 64px;
min-height: 32px;
min-width: 200px;
padding: 0;
}
._2IF70NxrCsdOUFS6xkTjhx {
background-color: #000;
background-image: -webkit-named-image(apple-pay-logo-white);
}
._2GxYi3kZjdpB9JowSkwOPa,
.xtmollh2ofF1JhveE9z3A {
background-color: #fff;
background-image: -webkit-named-image(apple-pay-logo-black);
}
.xtmollh2ofF1JhveE9z3A {
border: 0.5px solid #000;
}
}
.lvpEoe09xnQiPr56XiHci {
position: relative;
}
.lvpEoe09xnQiPr56XiHci *,
.lvpEoe09xnQiPr56XiHci :after,
.lvpEoe09xnQiPr56XiHci :before {
box-sizing: border-box;
}
.BN_1SqR6X8UcFX1kOZVSU {
-webkit-transform: translateY(-50%);
border-radius: 3px;
height: 26px;
left: 0;
margin-left: 7px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
}
._31yNxrg7nSg8IczFns77tr {
opacity: 1;
}
._19r4mfHgo8YVPCBUBUqXU- {
display: none;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
._1z8dznqPW7E2tqrc82TH0r {
display: block;
}
.WdZ0KMVGB7pu6l_fGmM8- {
opacity: 0;
}
._2xICFHwjdFhAlqpxw__f0L {
display: block;
max-height: 100px;
}
._38C23iUhN4S690NQXJcO4E {
display: none;
}
._3Zv4aKcy4a8JeHCrDXCKhM {
list-style: none;
margin: 0 0 16px;
padding: 0;
}
._3Gap5KsFG4hMtIx_Kqfz1y {
display: none;
}
._1DnSLUAZfUR2sQ97-xQ4fy ._3Gap5KsFG4hMtIx_Kqfz1y {
display: block;
}
.QrZLILy4kfBaOI5v9xwkn {
margin-right: 16px;
}
._1paGb0u5hOi6W-DEdqltJy {
height: 26px;
width: 40px;
}
._3irizD8SdiLQZQqJDnqTko {
display: block;
max-height: 60px;
}
._1DnSLUAZfUR2sQ97-xQ4fy {
max-height: 100%;
}
.password-strength {
float: left;
display: inline;
position: relative;
margin: 10px 0 0;
padding: 0;
width: 100%;
max-width: 200px;
height: 10px;
border-radius: 2px;
background: #dddbdb;
}
.password-strength__bar {
height: 10px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
background: #2ec26a;
border-radius: 2px;
}
.password-strength__bar.veryWeak {
background: #ff3f3f;
}
.password-strength__bar.weak {
background: #f37c15;
}
.password-strength__bar.good {
background: #fbc10f;
}
.password-strength__bar.strong {
background: #06ce57;
}
.password-strength__bar.hide {
display: none;
}
.password-strength__label {
position: absolute;
display: inline-block;
right: 0;
top: -3px;
width: 100px;
font-size: 11px;
font-weight: 700;
margin-right: -105px;
}
.password-strength__separator {
position: absolute;
height: 100%;
width: 0;
top: 0;
border-right: 1px solid #fff;
}
.modal-review h2 {
pading: 0;
}
.modal-review h2,
.modal-review p {
margin: 0;
text-align: center;
}
.modal-review p {
padding: 20px 0 25px;
}
.modal-review textarea {
position: relative;
display: inline-block;
padding: 9px 13px;
margin: 20px 0 8px;
min-height: 125px;
font-size: 15px;
width: 100%;
border-radius: 8px;
border: 1px solid #dedede;
}
.dashboard__settings .modal__button--close {
display: none;
}
.button__review {
font-size: 16px;
font-weight: 600;
border: none;
cursor: pointer;
min-width: 85px;
margin: 0 5px;
padding: 11px 20px 12px;
border-radius: 4px;
}
.button__review.button__review--green {
color: #fff;
background: #02b57a;
}
.button__review.button__review--grey {
background: #e2e2e2;
}
.button__review.button__review--red {
color: #fff;
background: #e53935;
}
.button__review.button__review--blue {
color: #fff;
background: #1e88e5;
}
.button__review:hover {
text-decoration: underline;
}
.button__review:focus {
outline: none;
}
.button__review:disabled {
opacity: 0.75;
}
.modal-review__buttons {
display: inline-block;
position: relative;
text-align: center;
width: 100%;
margin: 0;
padding: 0 0 5px;
}
.iframe--trustpilot {
height: 80vh;
width: 100%;
}
.close--trustpilot {
position: absolute;
right: 7px;
top: 1px;
cursor: pointer;
color: #bdbdbd;
font-size: 22px;
font-weight: 700;
}
.modal-review--trustpilot .modal-content {
width: 100%;
left: 50%;
margin-left: -415px;
max-width: 830px;
}
@media screen and (max-width: 700px) {
.modal-review--trustpilot .modal-content {
height: 100vh;
top: 0;
margin-top: 0 !important;
left: 0;
margin-left: 0;
}
}
.page-emails .btn__large {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.page-emails .btn__large.fade-exited {
opacity: 0;
}
.page-emails .form__form-row {
position: inherit;
}
.page-emails .form-element {
width: 100%;
}
.page-emails .form-element.col-2 {
float: left;
display: inline;
width: 50%;
}
.page-emails .form-element.col-2.form-element--salutation {
width: 200px;
padding-right: 5px !important;
}
.page-emails .form-element.col-2.form-element--first-name {
width: calc(50% - 100px);
}
.page-emails .form-element.col-2.form-element--last-name {
width: calc(50% - 100px);
padding-left: 15px;
padding-right: 0 !important;
}
@media screen and (max-width: 400px) {
.page-emails .btn-medium--delete {
float: left;
padding-right: 2px;
text-indent: -99999px;
}
.page-emails .btn-medium--delete span {
text-indent: 0;
}
}
.page-emails .ql-editor {
min-height: 225px;
}
.fade-exited {
opacity: 0;
}
.form__email {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form__email.fade-exited,
.form__email.fade-exiting {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.form__email.fade-exited {
top: 0;
left: 0;
position: absolute;
}
.form__email.fade-enter {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.btn__grey {
float: right;
position: relative;
margin-top: 13px;
margin-left: 15px;
padding-left: 35px;
background: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn__grey.btn-medium--delete {
float: left;
margin-left: 0;
}
.btn__grey.fade-exited {
opacity: 0;
}
.btn__grey .icon {
top: 7px;
left: 8px;
position: absolute;
}
.ql-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
height: 100%;
margin: 0;
position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
pointer-events: none;
}
.ql-clipboard {
left: -100000px;
height: 1px;
overflow-y: hidden;
position: absolute;
top: 50%;
}
.ql-clipboard p {
margin: 0;
padding: 0;
}
.ql-editor {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.42;
height: 100%;
outline: 0;
overflow-y: auto;
padding: 12px 15px;
-o-tab-size: 4;
tab-size: 4;
-moz-tab-size: 4;
text-align: left;
white-space: pre-wrap;
word-wrap: break-word;
}
.ql-editor>* {
cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
margin: 0;
padding: 0;
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
padding-left: 1.5em;
}
.ql-editor ol>li {
list-style-type: none;
}
.ql-editor ul>li {
list-style-type: none;
}
.ql-editor ul>li:before {
content: "\2022";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
pointer-events: none;
}
.ql-editor ul[data-checked="false"]>li *,
.ql-editor ul[data-checked="true"]>li * {
pointer-events: all;
}
.ql-editor ul[data-checked="false"]>li:before,
.ql-editor ul[data-checked="true"]>li:before {
color: #777;
cursor: pointer;
pointer-events: all;
}
.ql-editor ul[data-checked="true"]>li:before {
content: "\2611";
}
.ql-editor ul[data-checked="false"]>li:before {
content: "\2610";
}
.ql-editor li:before {
display: inline-block;
white-space: nowrap;
width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
margin-left: -1.5em;
margin-right: 0.3em;
text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
margin-left: 0.3em;
margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
padding-right: 1.5em;
}
.ql-editor ol li {
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
counter-increment: list-0;
}
.ql-editor ol li:before {
content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
padding-right: 28.5em;
}
.ql-editor .ql-video {
display: block;
max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
background-color: #000;
}
.ql-editor .ql-bg-red {
background-color: #e60000;
}
.ql-editor .ql-bg-orange {
background-color: #f90;
}
.ql-editor .ql-bg-yellow {
background-color: #ff0;
}
.ql-editor .ql-bg-green {
background-color: #008a00;
}
.ql-editor .ql-bg-blue {
background-color: #06c;
}
.ql-editor .ql-bg-purple {
background-color: #93f;
}
.ql-editor .ql-color-white {
color: #fff;
}
.ql-editor .ql-color-red {
color: #e60000;
}
.ql-editor .ql-color-orange {
color: #f90;
}
.ql-editor .ql-color-yellow {
color: #ff0;
}
.ql-editor .ql-color-green {
color: #008a00;
}
.ql-editor .ql-color-blue {
color: #06c;
}
.ql-editor .ql-color-purple {
color: #93f;
}
.ql-editor .ql-font-serif {
font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
font-size: 0.75em;
}
.ql-editor .ql-size-large {
font-size: 1.5em;
}
.ql-editor .ql-size-huge {
font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
direction: rtl;
text-align: inherit;
}
.ql-editor .ql-align-center {
text-align: center;
}
.ql-editor .ql-align-justify {
text-align: justify;
}
.ql-editor .ql-align-right {
text-align: right;
}
.ql-editor .ql-embed-selected {
border: 1px solid #777;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ql-editor.ql-blank:before {
color: rgba(0, 0, 0, 0.6);
content: attr(data-placeholder);
font-style: italic;
pointer-events: none;
position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
clear: both;
content: "";
display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
background: 0 0;
border: none;
cursor: pointer;
display: inline-block;
float: left;
height: 24px;
padding: 3px 5px;
width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
float: left;
height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
outline: 0;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover {
color: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
color: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ql-snow * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ql-snow .ql-hidden {
display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
visibility: hidden;
}
.ql-snow .ql-tooltip {
position: absolute;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
cursor: pointer;
text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.ql-snow .ql-formats {
display: inline-block;
vertical-align: middle;
}
.ql-snow .ql-formats:after {
clear: both;
content: "";
display: table;
}
.ql-snow .ql-stroke {
fill: none;
stroke: #444;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
fill: none;
stroke: #444;
stroke-miterlimit: 10;
stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
fill: #444;
}
.ql-snow .ql-empty {
fill: none;
}
.ql-snow .ql-even {
fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
stroke-width: 1;
}
.ql-snow .ql-transparent {
opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
display: none;
}
.ql-snow .ql-editor h1 {
font-size: 2em;
}
.ql-snow .ql-editor h2 {
font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
font-size: 1em;
}
.ql-snow .ql-editor h5 {
font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
font-size: 0.67em;
}
.ql-snow .ql-editor a {
text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
border-left: 4px solid #ccc;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
background-color: #f0f0f0;
border-radius: 3px;
}
.ql-snow .ql-editor pre {
white-space: pre-wrap;
margin-bottom: 5px;
margin-top: 5px;
padding: 5px 10px;
}
.ql-snow .ql-editor code {
font-size: 85%;
padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
background-color: #23241f;
color: #f8f8f2;
overflow: visible;
}
.ql-snow .ql-editor img {
max-width: 100%;
}
.ql-snow .ql-picker {
color: #444;
float: left;
font-size: 14px;
font-weight: 500;
height: 24px;
vertical-align: middle;
}
.ql-snow .ql-picker,
.ql-snow .ql-picker-label {
display: inline-block;
position: relative;
}
.ql-snow .ql-picker-label {
cursor: pointer;
height: 100%;
padding-left: 8px;
padding-right: 2px;
width: 100%;
}
.ql-snow .ql-picker-label:before {
display: inline-block;
line-height: 22px;
}
.ql-snow .ql-picker-options {
background-color: #fff;
display: none;
min-width: 100%;
padding: 4px 8px;
position: absolute;
white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
cursor: pointer;
display: block;
padding-bottom: 5px;
padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
color: #ccc;
z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
display: block;
margin-top: -1px;
top: 100%;
z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg {
right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-label svg {
right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
height: 24px;
width: 24px;
padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
padding: 3px 5px;
width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
border: 1px solid transparent;
float: left;
height: 16px;
margin: 2px;
padding: 0;
width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
position: absolute;
margin-top: -9px;
right: 0;
top: 50%;
width: 18px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before {
content: attr(data-label);
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before {
content: attr(data-label);
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
background-color: #000;
}
@media (pointer: coarse) {
.ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
color: #444;
}
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
fill: #444;
}
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
fill: #444;
}
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
stroke: #444;
}
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
stroke: #444;
}
}
.ql-toolbar.ql-snow {
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker-options {
border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
border-color: #000;
}
.ql-toolbar.ql-snow+.ql-container.ql-snow {
border-top: 0;
}
.ql-snow .ql-tooltip {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: 0 0 5px #ddd;
box-shadow: 0 0 5px #ddd;
color: #444;
padding: 5px 12px;
white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
content: "Visit URL:";
line-height: 26px;
margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
display: none;
border: 1px solid #ccc;
font-size: 13px;
height: 26px;
margin: 0;
padding: 3px 5px;
width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
display: inline-block;
max-width: 200px;
overflow-x: hidden;
text-overflow: ellipsis;
vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
border-right: 1px solid #ccc;
content: "Edit";
margin-left: 16px;
padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
content: "Remove";
margin-left: 8px;
}
.ql-snow .ql-tooltip a {
line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
border-right: 0;
content: "Save";
padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]:before {
content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]:before {
content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]:before {
content: "Enter video:";
}
.ql-snow a {
color: #06c;
}
.ql-container.ql-snow {
border: 1px solid #ccc;
}
.emails__list {
float: left;
display: inline;
margin: 0 0 20px;
padding: 0;
width: 100%;
}
.emails__item {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.emails__item.fade-exit {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
top: 0;
left: 0;
position: absolute;
}
.emails__item.fade-enter {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.emails__item {
padding: 30px;
background: #fff;
border-radius: 4px;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.emails__item .form-section {
position: relative;
z-index: 9;
border-radius: 0;
border-top: 0 solid #ccc;
margin: -60px 0 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.emails__item {
float: left;
display: inline;
margin: 0 0 25px;
padding: 28px 30px 30px;
width: 100%;
}
.emails__item-description {
display: inline;
float: left;
width: calc(100% - 250px);
}
@media screen and (max-width: 650px) {
.emails__item-description {
display: inline;
float: left;
width: calc(100% - 60px);
}
}
.emails__item-tools {
float: left;
position: relative;
display: inline;
text-align: right;
top: 12px;
margin: 0;
padding: 0;
width: 250px;
}
@media screen and (max-width: 650px) {
.emails__item-tools {
width: 35px;
float: right;
display: inline;
text-align: left;
margin-top: 20px;
top: -3px;
}
}
.emails__item-tool {
display: inline-block;
margin: 0;
padding: 0;
}
.emails__item-tool-label {
position: relative;
top: -12px;
right: 0;
}
@media screen and (max-width: 650px) {
.emails__item-tool-label {
display: none;
}
}
.svg-holder {
position: relative;
display: inline-block;
cursor: pointer;
width: 32px;
height: 32px;
border-radius: 50%;
margin-left: 10px;
background: #e8e8e8;
text-align: center;
}
@media screen and (max-width: 650px) {
.svg-holder {
margin-left: 0;
margin-right: 10px;
}
}
.svg-holder:hover {
background: #e8e8e8;
}
.svg-holder canvas {
top: 7px;
}
.svg-holder canvas,
.svg-holder svg {
position: absolute;
display: inline-block;
left: 7px;
}
.svg-holder svg {
top: 6px;
height: 18px;
width: 18px;
fill: #4c4c4c;
}
.svg-holder svg.svg-content-copy {
top: 7px;
left: 8px;
height: 17px;
width: 17px;
}
.page-letter__resume {
float: left;
display: inline;
width: 100%;
margin: 10px 0 20px;
padding: 0;
}
@media screen and (max-width: 700px) {
.page-letter__resume {
width: 100%;
}
}
.page-letter__resume .form__form-row {
margin-bottom: 0;
}
.page-letter__resume .form-element.col-1 {
width: 100%;
}
.page-letter__resume .form-element.col-2 {
width: 50%;
}
@media screen and (max-width: 400px) {
.page-letter__resume .form-element.col-2 {
width: 100%;
padding-left: 0;
padding-right: 0 !important;
}
.page-letter__resume .form-element.col-2:last-child {
margin: 20px 0 0;
padding-left: 0;
padding-right: 0;
}
}
.page-letter__type {
float: left;
display: inline;
width: 100%;
margin: 0;
padding: 0;
}
@media screen and (max-width: 700px) {
.page-letter__type {
margin: 0;
width: 100%;
}
}
.page-letter__type .form__form-row {
margin-bottom: 0;
}
.page-letter__type .form-element.col-1 {
width: 100%;
}
.page-letter__type .form-element.col-2 {
width: 50%;
}
@media screen and (max-width: 400px) {
.page-letter__type .form-element.col-2 {
width: 100%;
padding-left: 0;
padding-right: 0 !important;
}
.page-letter__type .form-element.col-2:last-child {
margin: 20px 0 0;
padding-left: 0;
padding-right: 0;
}
}
.page-letter__type .error-msg {
display: none !important;
}
.page-letter__example {
float: left;
display: inline;
width: 100%;
margin: 20px 0 0;
}
.page-letter__example .form-element.col-1 {
width: 100%;
}
.page-letter__example .form-element.col-2 {
width: 50%;
}
.page-letter__example .saved-message {
top: auto;
bottom: 9px;
right: 10px;
}
.page-letter__example-editor .ql-editor {
min-height: 300px;
}
.page-letter__example-editor .ql-editor p {
color: #4c4c4c;
}
.page-letter__example-editor .ql-formats:nth-last-child(2) {
display: none;
}
.page-letter__example-editor .ql-editor ol,
.page-letter__example-editor .ql-editor ul {
padding-left: 0;
color: #4c4c4c;
}
.page-letter__example-editor .ql-toolbar.ql-snow {
border-radius: 3px 3px 0 0;
}
.page-letter__example-editor .ql-container.ql-snow {
border-radius: 0 0 3px 3px;
}
.letters__list {
float: left;
display: inline;
margin: 0 0 20px;
padding: 0;
width: 100%;
}
.letters__list-item {
padding: 30px;
background: #fff;
border-radius: 4px;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.letters__list-item .form-section {
border-radius: 0;
border-top: 1px solid #ccc;
margin: 30px 0 0;
padding: 30px 0 0;
}
.letters__list-item .form-buttons {
display: inline;
}
.letters__list-item {
float: left;
display: inline;
margin: 0 0 25px;
padding: 19px 30px 30px;
width: 100%;
}
.letters__list-item-title {
float: left;
display: inline;
position: relative;
top: 6px;
margin: 0;
padding: 0;
width: calc(50% - 85px);
}
@media screen and (max-width: 650px) {
.letters__list-item-title {
width: 100%;
}
}
.letters__list-item-type {
float: left;
display: inline;
position: relative;
top: 6px;
margin: 0;
padding: 0;
width: calc(50% - 85px);
}
@media screen and (max-width: 650px) {
.letters__list-item-type {
margin-top: 20px;
width: 100%;
}
}
.letters__list-item-tools {
float: left;
position: relative;
display: inline;
text-align: right;
top: 7px;
margin: 0;
padding: 0;
width: 170px;
}
@media screen and (max-width: 650px) {
.letters__list-item-tools {
width: 100%;
text-align: left;
margin-top: 20px;
}
}
.letters__list-item-tool {
display: inline-block;
margin: 0;
padding: 0;
}
.svg-holder {
position: relative;
display: inline-block;
width: 32px;
height: 32px;
border-radius: 50%;
margin-left: 10px;
background: #e8e8e8;
text-align: center;
}
@media screen and (max-width: 650px) {
.svg-holder {
margin-left: 0;
margin-right: 10px;
}
}
.svg-holder:hover {
background: #e8e8e8;
}
.svg-holder canvas {
top: 7px;
}
.svg-holder canvas,
.svg-holder svg {
position: absolute;
display: inline-block;
left: 7px;
}
.svg-holder svg {
top: 6px;
height: 18px;
width: 18px;
fill: #4c4c4c;
}
.svg-holder svg.svg-content-copy {
top: 7px;
left: 8px;
height: 17px;
width: 17px;
}
.letters {
border: 2px solid red;
}
.letters-enter-active,
.letters-enter-done {
opacity: 1;
}
.letters-exit,
.letters-exit-active,
.letters-exit-done {
position: absolute;
border: 4px solid green;
}
.form-section--letter {
padding: 40px;
}
.form-section--letter .form-section__group:last-child {
padding-bottom: 0;
}
.form-section--letter .error-msg {
opacity: 0;
}
.form-section--letter .error-msg,
.form-section--letter .ql-background {
display: none;
}
.form-section--letter .ql-editor {
min-height: 150px;
}
.letters__list {
display: inline-block;
width: 100%;
padding: 0;
margin: 0;
}
.payment-check__loader {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
}
.payment-check__spinner {
display: inline-block;
padding: 30px 0 0;
margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
.payment-page .form-buttons {
padding-bottom: 10px;
}
}
.payment__info-text {
text-align: center;
font-size: 10px;
color: #a7a7a7;
line-height: 16px;
padding: 0 0 30px;
}
html[lang="uk"] .payment-buttons {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
html[lang="uk"] .payment-buttons {
padding: 0;
}
html[lang="uk"] .payment-buttons .btn__large--previous {
padding-bottom: 10px;
}
}
html[lang="uk"] .payment__info-text {
padding: 0 80px 20px;
}
@media screen and (max-width: 768px) {
html[lang="uk"] .payment__info-text {
padding: 0 20px 20px;
}
}
html[lang="fr"] .payment-buttons {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
html[lang="fr"] .payment-buttons {
padding: 0;
}
html[lang="fr"] .payment-buttons .btn__large--previous {
padding-bottom: 10px;
}
}
html[lang="fr"] .payment__info-text {
padding: 0 60px 20px;
}
@media screen and (max-width: 768px) {
html[lang="fr"] .payment__info-text {
padding: 0 20px 20px;
}
}
html[lang="de"] .payment-buttons,
html[lang="es"] .payment-buttons,
html[lang="it"] .payment-buttons,
html[lang="pl"] .payment-buttons,
html[lang="tr"] .payment-buttons {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
html[lang="de"] .payment-buttons,
html[lang="es"] .payment-buttons,
html[lang="it"] .payment-buttons,
html[lang="pl"] .payment-buttons,
html[lang="tr"] .payment-buttons {
padding: 0;
}
html[lang="de"] .payment-buttons .btn__large--previous,
html[lang="es"] .payment-buttons .btn__large--previous,
html[lang="it"] .payment-buttons .btn__large--previous,
html[lang="pl"] .payment-buttons .btn__large--previous,
html[lang="tr"] .payment-buttons .btn__large--previous {
padding-bottom: 10px;
}
}
html[lang="de"] .payment__info-text,
html[lang="es"] .payment__info-text,
html[lang="it"] .payment__info-text,
html[lang="pl"] .payment__info-text,
html[lang="tr"] .payment__info-text {
padding: 0 60px 20px;
}
@media screen and (max-width: 768px) {
html[lang="de"] .payment__info-text,
html[lang="es"] .payment__info-text,
html[lang="it"] .payment__info-text,
html[lang="pl"] .payment__info-text,
html[lang="tr"] .payment__info-text {
padding: 0 20px 20px;
}
}
.form-section {
position: relative;
}
.payment__left-column {
float: right;
display: inline;
margin: 0;
padding: 0;
width: calc(100% - 275px);
}
.payment__providers {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
border-bottom: 1px solid #dddbdb;
}
.payment__providers.fr .payment__provider.creditcard {
width: 130px;
}
.payment__provider {
float: none;
display: table-cell;
vertical-align: middle;
position: relative;
margin: 2px 0 5px;
padding: 0 0 20px;
width: 92px;
height: 50px;
cursor: pointer;
border-radius: 6px;
text-align: center;
}
@media screen and (max-width: 670px) {
.payment__provider.belfius {
display: none;
}
}
.payment__provider img {
display: inline-table;
vertical-align: middle;
}
.payment__provider:hover .payment__provider--tooltip {
opacity: 1;
top: -40px;
}
.payment__provider--tooltip {
position: absolute;
top: 0;
left: 50%;
color: #fff;
font-size: 12px;
padding: 4px 5px;
width: 90px;
margin-left: -45px;
background: rgba(0, 0, 0, 0.65);
border-radius: 6px;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: none;
}
.payment__provider--tooltip:after {
content: "";
position: absolute;
left: 50%;
bottom: -6px;
margin-left: -5px;
width: 0;
height: 0;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-top: 6px solid rgba(0, 0, 0, 0.65);
}
.payment__provider--selector {
float: left;
display: inline;
position: relative;
top: -5px;
width: 90px;
margin: 0 0 20px;
padding: 0;
height: 5px;
background: red;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.payment__provider--selector.mistercash {
left: 0;
background: #ffd901;
}
.payment__provider--selector.ideal {
left: 0;
background: #cc1c6a;
}
.payment__provider--selector.paypal {
left: 95px;
background: #139ad5;
}
.payment__provider--selector.paypal.nl {
left: 185px;
}
.payment__provider--selector.paypal.fr {
left: 132px;
}
.payment__provider--selector.creditcard {
left: 92px;
background: #0c367f;
}
.payment__provider--selector.creditcard.be,
.payment__provider--selector.creditcard.nl {
left: 93px;
}
.payment__provider--selector.creditcard.fr {
left: 0;
width: 130px;
}
.payment__provider--selector.bancontact {
left: 0;
background: #ffd701;
}
.payment__provider--selector.kbc {
left: 185px;
background: #00aeef;
}
.payment__provider--selector.belfius {
left: 280px;
background: #aa0025;
}
.payment__provider--selector.be.paypal {
left: 373px;
background: #139ad5;
}
@media screen and (max-width: 670px) {
.payment__provider--selector.be.paypal {
left: 280px;
}
}
.payment__provider--form {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
}
.payment__price {
float: right;
display: inline;
position: absolute;
right: 22px;
top: 20px;
margin: 0;
padding: 0 0 26px;
}
@media screen and (max-width: 600px) {
.payment__price {
position: relative;
float: left;
right: 0;
left: 0;
top: 0;
width: 100%;
text-align: center;
}
}
.payment__amount {
float: left;
display: inline;
margin: 0;
padding: 0;
font-weight: 700;
font-size: 32px;
}
@media screen and (max-width: 600px) {
.payment__amount {
width: 100%;
text-align: center;
}
}
.payment__amount--prefix {
position: relative;
top: 5px;
font-size: 24px;
font-weight: 700;
display: block;
text-align: right;
padding-right: 10px;
}
@media screen and (max-width: 600px) {
.payment__amount--prefix {
text-align: center;
padding-right: 0;
}
}
html[lang="fr"] .payment__amount--prefix {
top: 15px;
}
.payment__amount--suffix {
position: relative;
top: 2px;
font-size: 15px;
font-weight: 400;
display: block;
text-align: right;
padding-right: 10px;
}
@media screen and (max-width: 600px) {
.payment__amount--suffix {
text-align: center;
padding-right: 0;
}
}
.payment__period {
float: left;
display: inline;
margin: 0;
padding: 0;
color: #c3c3c3;
font-weight: 400;
font-size: 9px;
letter-spacing: 0.16em;
}
@media screen and (max-width: 600px) {
.payment__period {
width: 100%;
text-align: center;
}
}
.payment__sidebar {
float: left;
display: inline;
position: absolute;
height: 100%;
margin: 0;
padding: 25px;
top: 0;
left: 0;
width: 300px;
background: #f0f9fe;
border-radius: 6px;
}
@media screen and (max-width: 600px) {
.payment__sidebar {
position: relative;
width: 100%;
display: none;
}
}
.form-section--mobile {
display: none;
}
@media screen and (max-width: 600px) {
.form-section--mobile {
display: inline-block;
}
}
.form-section--mobile .payment__sidebar {
position: relative;
display: none;
}
@media screen and (max-width: 600px) {
.form-section--mobile .payment__sidebar {
display: inline-block;
}
}
.payment__usps {
position: relative;
float: left;
display: inline;
height: auto;
width: 100%;
color: #4c4c4c;
padding: 0;
}
.payment__usps h2 {
float: left;
display: inline;
margin: 0;
padding: 0 0 20px;
font-size: 28px;
}
.payment__usps--list {
padding: 0;
}
.payment__usps--item,
.payment__usps--list {
float: left;
display: inline;
margin: 0;
width: 100%;
}
.payment__usps--item {
padding: 0 0 16px;
}
html[lang="fr"] #app.app--ab .payment-usps__ab {
padding: 0 0 26px;
}
.payment__usps--item:last-child {
padding-bottom: 0;
}
.payment__usps--icon {
float: left;
position: relative;
top: -1px;
display: inline;
margin: 0 10px 0 0;
padding: 0;
width: auto;
}
.payment__usps--icon svg {
height: 21px;
width: 21px;
fill: #2dc36a;
}
html[lang="es"] .payment__resume-example {
height: 414px;
}
html[lang="pt"] .payment__resume-example {
height: 408px;
}
html[lang="ru"] .payment__resume-example,
html[lang="ua"] .payment__resume-example {
height: 480px;
}
html[lang="ru"] .payment__resume-example--iframe,
html[lang="ua"] .payment__resume-example--iframe {
margin-top: 30px;
}
html[lang="fr"] .payment__resume-example {
height: 400px;
}
html[lang="fr"] .ab-payment-info--1 .payment__resume-example {
height: 400px;
}
html[lang="uk"] .ab-payment-info--1 .payment__resume-example {
height: 400px;
}
html[lang="es"] .ab-payment-info--1 .payment__resume-example {
height: 442px;
}
html[lang="es"] .ab-payment-info--1 .payment__resume-example--iframe {
top: 30px;
}
.payment__resume-example {
float: left;
display: inline;
width: calc(100% - 275px);
margin: 0 0 0 283px;
padding: 0;
height: 380px;
text-align: center;
}
.payment__resume-example h2 {
padding: 0 0 20px;
margin: 0;
}
.payment__resume-example img {
max-width: 250px;
padding: 10px;
-webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
.payment__resume-example {
position: relative;
width: 100%;
margin: 0;
}
}
html[lang="de"] .payment__resume-example--iframe {
top: 35px;
}
html[lang="de"] .payment__resume-example {
height: 455px;
}
html[lang="pl"] .payment__resume-example {
width: calc(100% - 195px);
}
html[lang="fr"] #app.app--ab .payment__resume-example--iframe {
top: 25px;
}
.payment__resume-example--iframe {
position: relative;
display: inline-block;
height: 384px;
width: 289px;
text-align: center;
overflow: hidden;
border-radius: 4px;
-webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
}
.payment__resume-example--iframe .payment__resume-example--spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
}
.payment__resume-example--iframe iframe {
opacity: 0;
display: inline-block;
border: none;
padding: 0;
-webkit-transform: scale(0.366);
transform: scale(0.366);
pointer-events: none;
background-color: #fff;
border-radius: 10px;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.7s ease;
transition: opacity 0.7s ease;
}
.payment__resume-example--iframe iframe.loaded {
opacity: 1;
}
.outstanding-payments {
display: block;
margin: 25px 0 0;
padding: 0;
list-style: none;
}
.outstanding-payments__list-item {
display: block;
padding: 20px 0;
border-bottom: 1px solid #dddbdb;
}
.outstanding-payments__list-item:first-child {
padding-top: 0;
}
.outstanding-payments__list-item:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.outstanding-payments__data {
display: inline-block;
}
.outstanding-payments__data.outstanding-payments__data--date {
width: 50%;
}
.outstanding-payments__data.outstanding-payments__data--amount {
text-align: left;
}
.btn__large.btn__large--pending-payment {
padding-left: 52px;
padding-right: 27px;
cursor: wait;
opacity: 0.75;
}
html[lang="fr"] .btn__large {
min-width: 290px;
}
html[lang="fr"] .btn__large.btn__large--pending-payment {
min-width: 300px;
}
.fade-enter {
opacity: 0.01;
}
.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.fade-exit {
opacity: 1;
}
.fade-exit.fade-exit-active {
opacity: 0.01;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.payment-sidebar {
float: left;
display: inline;
position: absolute;
height: 100%;
margin: 0;
padding: 12px 25px 25px;
top: 0;
left: 0;
width: 325px;
background: #f0f9fe;
border-radius: 6px;
}
@media screen and (max-width: 650px) {
.payment-sidebar {
position: relative;
padding: 0;
background: none;
width: 100%;
}
}
html[lang="pl"] .payment-sidebar {
width: 375px;
}
.payment-usps {
position: relative;
float: left;
display: inline;
height: auto;
width: 100%;
color: #4c4c4c;
padding: 0;
}
.payment-usps h2 {
float: left;
display: inline;
margin: 0;
padding: 0 0 20px;
font-size: 28px;
}
@media screen and (max-width: 650px) {
.payment-usps h2 {
font-size: 22px;
}
}
.payment-usps__list {
padding: 0;
}
.payment-usps__item,
.payment-usps__list {
float: left;
display: inline;
margin: 0;
width: 100%;
}
.payment-usps__item {
padding: 0 0 16px;
}
.payment-usps__item:last-child {
padding-bottom: 0;
}
.payment-usps__icon {
float: left;
position: relative;
top: -1px;
display: inline;
margin: 0 10px 0 0;
padding: 0;
width: auto;
}
.payment-usps__icon svg {
height: 21px;
width: 21px;
fill: #2dc36a;
}
html[lang="pl"] #app:not(.app--ab) .payment-price__caption strike {
display: inline;
}
html[lang="pl"] #app.app--ab .payment-price__caption strike {
display: none;
}
html[lang="fr"] #app:not(.app--ab) .payment-usps__ab {
display: none;
}
html[lang="fr"] #app.app--ab .payment-usps__item {
display: none;
}
html[lang="fr"] #app.app--ab .payment-usps__ab {
display: inline;
}
@media screen and (max-width: 650px) {
.payment__resume-example {
display: none;
}
}
.payment-page .payment-providers--es .payment-providers__instruction-text--creditcard,
.payment-page .payment-providers--fr .payment-providers__instruction-text--creditcard,
.payment-page .payment-providers--pt .payment-providers__instruction-text--creditcard {
margin-top: -16px;
position: relative;
top: -6px;
}
.payment-page .form-element--stripe {
position: relative;
top: 11px;
display: inline-block;
width: 100%;
border: 1px solid #dddbdb;
border-radius: 6px;
padding: 10px 0 10px 15px;
-webkit-box-shadow: 0 0 6px -1px #dcdcdc;
box-shadow: 0 0 6px -1px #dcdcdc;
}
.payment-page .payment-buttons {
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 74px;
}
.payment-page .payment-providers {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.payment-page .payment-providers.payment-providers--nl .payment-providers__item.payment-providers__item--creditcard {
width: 90px;
}
.payment-page .payment-providers.payment-providers--it .payment-providers__item--creditcard {
width: 180px;
}
.payment-page .payment-providers.payment-providers--it .payment-providers__item--creditcard .issuer_cartasi {
position: relative;
top: 3px;
}
.payment-page .payment-providers.payment-providers--be .payment-providers__item.payment-providers__item--bancontact {
width: 65px;
padding-bottom: 0;
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers.payment-providers--be .payment-providers__item {
width: 90px;
}
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers.payment-providers--be .payment-providers__item.payment-providers__item--kbc {
display: none;
}
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers.payment-providers--be .payment-providers__item.payment-providers__item--belfius {
display: none;
}
}
.payment-page .payment-providers__item {
float: left;
display: inline;
padding: 0 0 10px;
width: 120px;
text-align: center;
cursor: pointer;
}
.payment-page .payment-providers__item.payment-providers__item--ideal {
width: 75px;
}
.payment-page .payment-providers__item.payment-providers__item--ideal img {
position: relative;
top: -3px;
left: 2px;
}
.payment-page .payment-providers__item.payment-providers__item--bancontact {
width: 75px;
}
.payment-page .payment-providers__item.payment-providers__item--bancontact img {
position: relative;
width: 53px;
top: -8px;
}
.payment-page .payment-providers__item.payment-providers__item--belfius {
width: 100px;
}
.payment-page .payment-providers__item.payment-providers__item--belfius img {
position: relative;
width: 65px;
left: 3px;
top: 3px;
}
.payment-page .payment-providers__item.payment-providers__item--kbc {
width: 68px;
}
.payment-page .payment-providers__item.payment-providers__item--kbc img {
position: relative;
width: 35px;
left: -6px;
top: -7px;
}
.payment-page .payment-providers__item.payment-providers__item--przelewy24 {
width: 68px;
}
.payment-page .payment-providers__item.payment-providers__item--przelewy24 img {
position: relative;
width: 75px;
left: 10px;
top: -2px;
}
.payment-page .payment-providers__selection-slider {
float: left;
display: inline;
width: 100%;
margin: 0 0 28px;
padding: 0;
border-bottom: 1px solid #dddbdb;
}
.payment-page .payment-providers__selection-slide {
position: relative;
float: left;
display: inline;
height: 5px;
width: 100px;
margin: 0;
padding: 0;
bottom: -1px;
background: #d3d3d3;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.payment-page .payment-providers--nl .payment-providers__selection-slide--ideal {
left: 0;
width: 75px;
background: #cc1c68;
}
.payment-page .payment-providers--nl .payment-providers__selection-slide--creditcard {
left: 70px;
background: #fcb315;
}
.payment-page .payment-providers--nl .payment-providers__selection-slide--paypal {
left: 175px;
background: #139ad7;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--bancontact,
.payment-page .payment-providers--be .payment-providers__selection-slide--mistercash {
left: 0;
width: 65px;
background: #ffd901;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--creditcard {
left: 75px;
background: #fcb315;
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers--be .payment-providers__selection-slide--creditcard {
left: 60px;
}
}
.payment-page .payment-providers--be .payment-providers__selection-slide--kbc {
left: 162px;
background: #00aeef;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--belfius {
left: 255px;
background: #aa0025;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--paypal {
left: 365px;
background: #139ad7;
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers--be .payment-providers__selection-slide--paypal {
left: 150px;
}
}
.payment-page .payment-providers--es .payment-providers__selection-slide--creditcard,
.payment-page .payment-providers--fr .payment-providers__selection-slide--creditcard,
.payment-page .payment-providers--pt .payment-providers__selection-slide--creditcard {
left: 0;
width: 122px;
background: #44c777;
}
.payment-page .payment-providers--es .payment-providers__selection-slide--paypal,
.payment-page .payment-providers--fr .payment-providers__selection-slide--paypal,
.payment-page .payment-providers--pt .payment-providers__selection-slide--paypal {
left: 132px;
background: #139ad7;
}
.payment-page .payment-providers--es .payment-providers__selection-slide--przelewy24,
.payment-page .payment-providers--fr .payment-providers__selection-slide--przelewy24,
.payment-page .payment-providers--pt .payment-providers__selection-slide--przelewy24 {
left: 242px;
background: #d45356;
}
.payment-page .payment-providers--de .payment-providers__selection-slide--sofort {
left: 0;
width: 120px;
background: #f29a34;
}
.payment-page .payment-providers--de .payment-providers__selection-slide--creditcard {
left: 120px;
}
.payment-page .payment-providers--de .payment-providers__selection-slide--paypal {
left: 250px;
}
.payment-page .payment-providers--it .payment-providers__selection-slide--creditcard {
width: 180px;
}
.payment-page .payment-providers--it .payment-providers__selection-slide--paypal {
left: 195px;
}
.payment-page .payment-providers__active-provider {
float: left;
display: inline;
width: 100%;
min-height: 45px;
margin: 0;
padding: 0;
}
.payment-page .payment-providers__active-provider--entering {
opacity: 0;
visibility: hidden;
position: absolute;
}
.payment-page .payment-providers__active-provider--entered {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.payment-page .payment-providers__active-provider--exited,
.payment-page .payment-providers__active-provider--exiting {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.payment-page .payment-providers__active-provider--exited {
left: 0;
position: absolute;
}
.payment-page .payment-providers__instruction-text {
display: inline-block;
text-align: left;
padding: 0;
margin: 10px 0 0;
}
.payment-page .form-element--ideal {
width: 100%;
}
.payment-page .payment-price {
position: absolute;
right: 30px;
top: 20px;
}
.payment-page .payment-price__amount {
font-size: 22px;
font-weight: 700;
text-align: right;
}
.payment-page .payment-price__amount small {
position: relative;
font-size: 15px;
top: -3px;
left: -2px;
}
.payment-page .payment-price__amount small.sm {
top: -5px;
}
.payment-page .payment-price__amount small.sm,
.payment-page .payment-price__amount strike {
font-size: 11px;
}
.payment-page .payment-price__amount.payment-price__amount--renewal {
margin-top: 7px;
}
.payment-page .payment-price__caption {
float: right;
font-size: 13px;
font-weight: 400;
}
html[lang="ru"] .payment-page .payment-price__amount small,
html[lang="ua"] .payment-page .payment-price__amount small {
top: -3px;
left: 3px;
}
.form-section--payment-status-message.velocity-animating .error-message {
opacity: 0;
}
html .payment-page .payment-buttons .btn__large--padding {
margin-bottom: 35px;
}
.payment-price-it--test {
display: none;
}
html[lang="it"] body#_11 .payment-price__amount,
html[lang="it"] body#_11 .payment-price__caption {
display: none;
}
html[lang="it"] body#_11 .payment-price-it--test {
display: inline-block;
}
html[lang="it"] body#_11 .payment-price-it--test .payment-price__amount,
html[lang="it"] body#_11 .payment-price-it--test .payment-price__caption {
display: block;
}
#adyen-card-container {
display: inline-block;
width: 100%;
padding: 20px 0 0;
}
#adyen-card-container input {
font-size: 18px;
font-weight: 400;
}
#adyen-card-container .adyen-checkout__label__text {
color: #4c4c4c;
font-size: 14px;
font-weight: 700;
}
#adyen-card-container .adyen-checkout__card-input__form .adyen-checkout__field {
width: 100%;
float: left;
margin-right: 15px;
display: inline-block;
}
#adyen-card-container .input-field {
font-size: 13px;
font-weight: 400;
padding-left: 40px;
border: 1px solid red;
}
#adyen-card-container .adyen-checkout__card__exp-cvc {
width: 100%;
}
#adyen-card-container .adyen-checkout__card__exp-cvc .adyen-checkout__field {
width: calc(100% - 20px);
margin: 0;
}
#adyen-card-container .adyen-checkout__card__exp-cvc .adyen-checkout__field:last-child {
margin-left: 20px;
}
#adyen-card-container .adyen-checkout__input-wrapper {
width: 100%;
}
#adyen-card-container .adyen-checkout__input {
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 500;
width: 100%;
height: 46px;
border-radius: 6px;
padding: 0 0 0 15px;
-webkit-box-shadow: 0 0 6px -1px #dcdcdc;
box-shadow: 0 0 6px -1px #dcdcdc;
}
#adyen-card-container .adyen-checkout__input::-webkit-input-placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__input::-moz-placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__input::-ms-input-placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__input::placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__card__cardNumber__input {
padding-left: 60px;
}
#adyen-card-container .adyen-checkout-input__inline-validation {
top: 23px;
}
#adyen-card-container #encryptedCardNumber {
padding-left: 60px;
}
.form-section.form-section--payment-status-message {
padding-bottom: 10px;
margin-bottom: 20px;
}
.pending-message {
display: block;
margin: 0 0 20px;
padding: 15px 20px;
width: 100%;
color: #327eb7;
border-radius: 4px;
background: #d0ebff;
}
.pending-message--spinner {
display: inline;
margin: 0 15px 0 0;
padding: 0;
}
.pending-message--text {
display: inline;
margin: 2px 0 0;
padding: 0;
}
html body .payment-page .payment-buttons {
padding-bottom: 0;
}
html body .payment__info-text {
padding: 0 25px 20px;
font-size: 13px;
color: #9e9e9e;
}
html body .payment__info-text.payment--discount {
display: none !important;
}
.form-section__renewal-text {
padding: 0;
margin: 0;
}
.payment-page .payment-outstanding-text {
margin: 0 0 25px;
}
.payment-page .payment-outstanding-text.payment-outstanding-text--none {
margin-bottom: 0;
}
.payment-page .payment-outstanding-list {
display: block;
}
.payment-page .payment-outstanding__item {
display: inline-block;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid #dddbdb;
}
.payment-page .payment-outstanding__item:first-child {
padding-top: 0;
}
.payment-page .payment-outstanding__item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.payment-page .payment-outstanding__data {
display: inline-block;
width: 50%;
}
.payment-page .payment-outstanding__data small {
top: -3px;
position: relative;
font-size: 10px;
}
@media screen and (max-width: 600px) {
.payment-page .payment-outstanding__data:nth-child(2n) {
text-align: right;
}
}
.wizard .wizard__inner {
position: relative;
z-index: 0;
}
.form__templates .form-section__content {
z-index: 9;
}
.form__history,
.form__history.form-enter,
.form__history.form-enter-active,
.form__history.form-enter-done,
.form__personal,
.form__personal.form-enter,
.form__personal.form-enter-active,
.form__personal.form-enter-done,
.form__templates,
.form__templates.form-enter,
.form__templates.form-enter-active,
.form__templates.form-enter-done {
opacity: 1;
}
.form__history.form-exit,
.form__personal.form-exit,
.form__templates.form-exit {
opacity: 1;
overflow: hidden;
}
.form__history.form-exit-active,
.form__personal.form-exit-active,
.form__templates.form-exit-active {
position: fixed;
overflow: hidden;
z-index: -1;
opacity: 0;
}
.form__history.form-exit-done,
.form__personal.form-exit-done,
.form__templates.form-exit-done {
opacity: 0;
}
.form__buttons {
display: inline-block;
width: 100%;
margin: 0;
padding: 10px 0 40px;
}
.form__buttons .form__button {
display: inline-block;
text-align: center;
width: 100%;
margin: 0;
padding: 0;
}
.form__buttons .form__button.form__button--hidden {
display: none;
}
.form__history .form-section__content {
z-index: 9;
margin-bottom: 10px;
}
html[lang="id"] .wizard__inner .form__history .btn__large,
html[lang="id"] .wizard__inner .form__personal .btn__large {
min-width: 280px;
}
.progress-bar {
text-align: center;
color: #4c4c4c;
height: 75px;
}
.progress-bar,
.progress-bar__bar {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.progress-bar__bar {
position: relative;
max-width: 450px;
background: #81e1a9;
height: 8px;
border-radius: 5px;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 520px) {
.progress-bar__bar {
max-width: 325px;
}
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__bar,
html[lang="ar"] #app:not(.app--ab) .progress-bar__icon,
html[lang="cl"] #app:not(.app--ab) .progress-bar__bar,
html[lang="cl"] #app:not(.app--ab) .progress-bar__icon,
html[lang="es"] #app:not(.app--ab) .progress-bar__bar,
html[lang="es"] #app:not(.app--ab) .progress-bar__icon,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__bar,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__icon,
html[lang="pe"] #app:not(.app--ab) .progress-bar__bar,
html[lang="pe"] #app:not(.app--ab) .progress-bar__icon,
html[lang="uk"] #app:not(.app--ab) .progress-bar__bar,
html[lang="uk"] #app:not(.app--ab) .progress-bar__icon {
background: #eaeaea;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__filler,
html[lang="cl"] #app:not(.app--ab) .progress-bar__filler,
html[lang="es"] #app:not(.app--ab) .progress-bar__filler,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__filler,
html[lang="pe"] #app:not(.app--ab) .progress-bar__filler,
html[lang="uk"] #app:not(.app--ab) .progress-bar__filler {
background: #2dc46a;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="es"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg {
fill: #b0b0b0;
}
html[lang="fr"] .progress-bar__filler {
background: #1e88e5;
}
.progress-bar__filler {
position: absolute;
left: 0;
top: 0;
height: 8px;
background: #6169cf;
border-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
#gdnlp3dm72r1f99mouck {
outline: none !important;
visibility: visible !important;
resize: none !important;
box-shadow: none !important;
overflow: visible !important;
background: none !important;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity 1
}
) !important;
-mz-opacity: 1 !important;
-khtml-opacity: 1 !important;
top: auto !important;
right: 0px !important;
bottom: 0px !important;
left: auto !important;
position: fixed !important;
border: 0 !important;
min-height: 0px !important;
min-width: 0px !important;
max-height: none !important;
max-width: none !important;
padding: 0px !important;
margin: 0px !important;
-moz-transition-property: none !important;
-webkit-transition-property: none !important;
-o-transition-property: none !important;
transition-property: none !important;
transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
width: auto !important;
height: auto !important;
display: none !important;
z-index: 2000000000 !important;
background-color: transparent !important;
cursor: none !important;
float: none !important;
border-radius: unset !important;
pointer-events: auto !important;
}
@keyframes tawkMaxOpen {
0% {
opacity: 0;
transform: translate(0, 30px);
}
to {
opacity: 1;
transform: translate(0, 0px);
}
}
@-moz-keyframes tawkMaxOpen {
0% {
opacity: 0;
transform: translate(0, 30px);
}
to {
opacity: 1;
transform: translate(0, 0px);
}
}
@-webkit-keyframes tawkMaxOpen {
0% {
opacity: 0;
transform: translate(0, 30px);
}
to {
opacity: 1;
transform: translate(0, 0px);
}
}
#ju26pi3aiei1f99moul7.open {
animation: tawkMaxOpen 0.25s ease !important;
}
@keyframes tawkMaxClose {
from {
opacity: 1;
transform: translate(0, 0px);
}
to {
opacity: 0;
transform: translate(0, 30px);
}
}
@-moz-keyframes tawkMaxClose {
from {
opacity: 1;
transform: translate(0, 0px);
}
to {
opacity: 0;
transform: translate(0, 30px);
}
}
@-webkit-keyframes tawkMaxClose {
from {
opacity: 1;
transform: translate(0, 0px);
}
to {
opacity: 0;
transform: translate(0, 30px);
}
}
#ju26pi3aiei1f99moul7.closed {
animation: tawkMaxClose 0.25s ease !important;
}
.template-colors__item {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
cursor: pointer;
border-radius: 50%;
margin: 0 3px;
}
.template-colors__item-selected {
position: absolute;
height: 14px;
width: 14px;
top: 3px;
left: 3px;
background: #fff;
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.template-colors__item-selected.template-colors__item-selected--hide {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
.template-colors__list {
display: none;
position: relative;
border-radius: 8px;
padding: 0;
margin: 0;
text-align: center;
}
@media screen and (max-width: 600px) {
.template-colors__list {
display: block;
padding: 15px 0;
}
}
html[lang="ar"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="cl"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="es"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="nl-BE"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="pe"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="uk"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected {
border: 3px solid #1e88e5;
}
html[lang="ar"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="cl"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="es"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="nl-BE"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="pe"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="uk"] #app:not(.app--ab) .template-preview__item .svg-check-circle {
fill: #1e88e5;
}
html[lang="fr"] .template-preview__item .svg-check-circle {
fill: #1e88e5;
}
html[lang="fr"] .template-preview__item.template-preview__item--selected {
border: 3px solid #1e88e5;
}
.template-preview__item {
float: left;
display: inline;
position: relative;
margin: 0 0 25px 25px;
padding: 0 0 15px;
height: 370px;
width: calc(33.33333% - 17px);
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
text-align: center;
border: 3px solid rgba(255, 255, 255, 0);
}
.template-preview__item.template-preview__item--selected {
border: 3px solid #6066d2;
}
@media screen and (min-width: 721px) {
.template-preview__item:first-child,
.template-preview__item:nth-child(4),
.template-preview__item:nth-child(7) {
margin-left: 0;
}
}
.template-preview__item .template-preview__spinner {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.template-preview__item .template-preview__spinner.template-preview__spinner--hide {
opacity: 0;
visibility: hidden;
}
.template-preview__item .svg-check-circle {
position: absolute;
right: 15px;
top: 13px;
height: 20px;
width: 20px;
fill: #6066d2;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.template-preview__item .svg-check-circle.svg-check-circle--active {
opacity: 1;
}
@media screen and (max-width: 800px) {
.template-preview__item {
height: 330px;
}
}
@media screen and (max-width: 720px) {
.template-preview__item {
width: calc(50% - 12px);
}
.template-preview__item:nth-child(odd) {
float: left;
margin: 0 0 25px;
}
.template-preview__item:nth-child(2n) {
float: right;
margin: 0 0 25px;
}
}
@media screen and (max-width: 600px) {
.template-preview__item {
height: 364px;
width: 100%;
height: 422px;
margin: 0 0 25px;
}
}
@media screen and (max-width: 480px) {
.template-preview__item {
border-radius: 0;
}
}
.template-preview__name {
font-size: 18px;
font-weight: 600;
}
.template-preview__wrapper {
display: inline-block;
width: 200px;
height: 283px;
text-align: center;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 0 solid #fff;
border-radius: 4px;
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.template-preview__wrapper.template-preview__wrapper--selected {
border: 0 solid #1e88e5;
}
@media screen and (max-width: 800px) {
.template-preview__wrapper {
width: 180px;
height: 258px;
}
}
@media screen and (max-width: 600px) {
.template-preview__wrapper {
width: 220px;
height: 314px;
}
}
.template-preview__iframe {
display: inline-block;
position: relative;
background: #fff;
height: 1120px;
width: 790px;
-webkit-transform: scale(0.253);
transform: scale(0.253);
max-height: 1133px;
left: 50%;
margin-left: -100px;
border: none;
pointer-events: none;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
cursor: pointer;
opacity: 0;
}
@media screen and (max-width: 800px) {
.template-preview__iframe {
margin-left: -90px;
-webkit-transform: scale(0.23);
transform: scale(0.23);
}
}
@media screen and (max-width: 600px) {
.template-preview__iframe {
-webkit-transform: scale(0.28);
transform: scale(0.28);
margin-left: -112px;
}
}
.template-preview__iframe.template-preview__iframe--loaded {
opacity: 1;
}
.template-preview__list {
float: left;
display: inline;
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.modal-template .modal-content {
height: 100%;
top: calc(50% + 40px);
max-width: 520px;
margin-left: -260px;
margin-top: 0;
padding: 0;
background: none;
}
.modal-template .button--select-template {
position: absolute;
bottom: 55px;
left: 50%;
z-index: 9;
font-size: 16px;
font-weight: 600;
border: none;
cursor: pointer;
min-width: 210px;
margin: 0 0 0 -110px;
padding: 11px 20px 12px;
border-radius: 4px;
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.modal-template .button--select-template.button--select-template--blue {
color: #fff;
background: #1e88e5;
}
.modal-template .button--select-template.button--select-template--purple {
color: #fff;
background: #626ccc;
}
.modal-template .button--select-template:hover {
text-decoration: underline;
}
@media screen and (min-height: 880px) {
.modal-template .button--select-template {
top: 822px;
margin: 0 0 0 -110px;
bottom: auto;
}
}
.modal-template .modal-template__spinner {
position: absolute;
left: 50%;
top: 50%;
margin-top: -40px;
margin-left: -30px;
z-index: 99;
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.modal-template .modal-template__spinner.modal-template__spinner--hide {
opacity: 0;
}
.modal-template .modal-template__sidebar {
position: absolute;
top: 0;
right: -40px;
z-index: 0;
height: auto;
width: 60px;
border-radius: 10px;
background: #d7d7d7;
display: inline;
}
.modal-template .modal-template__sidebar .modal-template__colors-list {
position: relative;
margin: 0;
list-style: none;
padding: 7px 0 6px;
}
.modal-template .modal-template__sidebar .modal-template__colors-item {
position: relative;
text-align: right;
margin: 0;
padding: 3px 10px 1px 0;
}
.modal-template .modal-template__sidebar .modal-template__color {
position: relative;
display: inline-block;
cursor: pointer;
height: 19px;
width: 19px;
margin: 0;
padding: 0;
border-radius: 30px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.modal-template .modal-template__sidebar .modal-template__color.active i {
position: absolute;
display: inline-block;
left: 4px;
top: 4px;
height: 11px;
width: 11px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: inset 9px 4px 5px 0 rgba(255, 255, 255, 0.45);
box-shadow: inset 9px 4px 5px 0 rgba(255, 255, 255, 0.45);
}
.modal-template .modal-template__resume {
position: relative;
top: 0;
left: 0;
height: calc(100% - 50px);
}
.modal-template .modal-template__iframe-wrapper {
height: calc(150% - 100px);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.657);
transform: scale(0.657);
-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.modal-template .modal-template__iframe,
.modal-template .modal-template__iframe-wrapper {
position: absolute;
background: #fff;
width: 791px;
max-height: 1133px;
top: 0;
left: 0;
border: none;
pointer-events: none;
border-radius: 10px;
}
.modal-template .modal-template__iframe {
height: 100%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
opacity: 0.25;
}
.modal-template .modal-template__iframe.template-preview__iframe--loaded {
opacity: 1;
}
.modal-template .modal-template__helper {
position: absolute;
left: 0;
bottom: 60px;
width: 100%;
padding: 20px;
font-size: 12px;
text-align: center;
border-radius: 0 0 8px 8px;
background: #e6e6e6;
opacity: 1;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-height: 880px) {
.modal-template .modal-template__helper {
opacity: 1;
}
.modal-template .modal-template__helper .modal-template__helper--small-screens {
display: inline;
}
.modal-template .modal-template__helper .modal-template__helper--large-screens {
display: none;
}
}
@media screen and (min-height: 880px) {
.modal-template .modal-template__helper {
top: 738px;
bottom: auto;
}
.modal-template .modal-template__helper .modal-template__helper--small-screens {
display: none;
}
.modal-template .modal-template__helper .modal-template__helper--large-screens {
display: inline;
}
}
.feedback-emojis {
width: 100%;
padding: 10px 0;
background: #f6f6f6;
border-radius: 8px;
text-align: center;
}
.feedback-emojis .feedback-emojis__icon {
font-size: 52px;
padding: 5px;
opacity: 0.75;
cursor: pointer;
margin-right: 10px;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.feedback-emojis .feedback-emojis__icon:hover {
opacity: 1;
}
.feedback-emojis .feedback-emojis__icon:last-child {
margin-right: 0;
}
.form__card {
padding: 0;
cursor: pointer;
position: relative;
}
.form__card.form__card--visible {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.form__card.form__card--visible .form__card-date,
.form__card.form__card--visible .form__card-name {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.form__card.form__card--hidden {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.form__card.form__card--hidden .form__card-date,
.form__card.form__card--hidden .form__card-name {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.form__card.form__card--empty .form__card-date,
.form__card.form__card--empty .form__card-name {
opacity: 0.5;
}
.form__card .form__card-data {
padding: 15px 0 0;
width: 100%;
display: inline-block;
}
.form__card .form__card-name {
padding: 0 0 3px;
}
.form__card .form__card-tools {
position: absolute;
right: 20px;
top: 10px;
height: calc(100% - 20px);
z-index: 7;
background: rgba(255, 255, 255, 0.92157);
-webkit-box-shadow: -8px 0 14px 4px rgba(255, 255, 255, 0.81961);
box-shadow: -8px 0 14px 4px rgba(255, 255, 255, 0.81961);
}
@media screen and (max-width: 500px) {
.form__card .form__card-tools {
right: 0;
}
}
.form__card .form__card-tool {
position: relative;
display: inline-block;
height: 100%;
width: 60px;
text-align: right;
padding: 0;
}
@media screen and (max-width: 500px) {
.form__card .form__card-tool {
width: 45px;
}
}
.form__card .form__card-tool svg {
top: 13px;
right: 0;
cursor: pointer;
position: absolute;
height: 24px;
width: 24px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.form__card .form__card-tool .form__card-expand svg {
top: 14px;
height: 22px;
width: 22px;
}
.form__card .form__card-tool .form__card-expand svg:hover {
fill: #2fb9ff;
}
.form__card .form__card-tool .form__card-delete svg:hover {
fill: #f24242;
}
.form__card .form__card-disabled {
position: absolute;
right: 0;
top: 10px;
height: 100%;
width: 150px;
z-index: 9;
background: rgba(255, 255, 255, 0.55);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form__card .form__card-disabled.form__card-disabled--visible {
opacity: 1;
visibility: visible;
}
.form-section--characteristic .form__card .form__card-data,
.form-section--hobby .form__card .form__card-data {
padding: 25px 0 5px;
}
.form-section--additionalInformation .form__row,
.form-section--availability .form__row,
.form-section--privacyStatement .form__row,
.form-section--profile .form__row,
.form-section--single-textarea .form__row,
.form-section--variousInformation .form__row {
padding-bottom: 0;
}
.form-section__fieldset .form__row {
margin: 0;
padding: 15px 0 18px;
border-top: 1px solid #e5e5e5;
}
.form-section__fieldset .form__row .form__fields {
padding: 0;
margin-top: -54px;
}
.form-section__fieldset .form__row .form__fields .form-element {
float: none;
}
.form-section__fieldset .form__row:first-child,
.form-section__fieldset .form__row:last-child {
border-bottom: 0;
}
.form-section__fieldset .form__row.disable-selection {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.form-section__fieldset .form__field-group {
display: inline-block;
width: 100%;
margin: 0;
padding: 15px 0 0;
}
.form-section__fieldset .form__field-group.col-2 {
width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__field-group.col-2 {
width: 100%;
}
}
.form-section__fieldset .form__field-group.col-2:nth-child(2n) {
margin-left: 20px;
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__field-group.col-2:nth-child(2n) {
margin-left: 0;
}
}
.form-section__fieldset .form__fields-group {
display: inline-block;
width: 100%;
margin: 0;
padding: 15px 0 0;
}
.form-section__fieldset .form__fields-group.col-2 {
width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__fields-group.col-2 {
width: 100%;
}
}
.form-section__fieldset .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
}
.form-section__fieldset .form__fields-group .col-1 {
width: 100%;
}
.form-section__fieldset .form__fields-group .col-1,
.form-section__fieldset .form__fields-group .col-2 {
float: left !important;
display: inline;
}
.form-section__fieldset .form__fields-group .col-2 {
width: calc(50% - 10px);
}
.form-section__fieldset .form__fields-group .col-2:last-child {
margin-left: 20px;
}
.form-section--course .form__fields-group.col-2 {
width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
.form-section--course .form__fields-group.col-2 {
width: 100%;
}
}
.form-section--course .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
@media screen and (max-width: 580px) {
.form-section--course .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
}
.form-section--course .form__fields-group.col-2:nth-child(odd) {
margin-left: 20px;
}
@media screen and (max-width: 580px) {
.form-section--course .form__fields-group.col-2:nth-child(odd) {
margin-left: 0;
}
}
.form-section--additionalInformation .form-section__fieldset .form__fields,
.form-section--availability .form-section__fieldset .form__fields,
.form-section--privacyStatement .form-section__fieldset .form__fields,
.form-section--profile .form-section__fieldset .form__fields,
.form-section--single-textarea .form-section__fieldset .form__fields,
.form-section--variousInformation .form-section__fieldset .form__fields {
margin-top: 0;
}
.velocity-animating {
margin: 0;
padding: 0;
display: inline-block;
}
.form-section__fieldset {
margin-top: 0;
}
html[lang="fr"] .form-section__header-counter {
background: #1e88e5;
}
.form-section__header-counter {
position: absolute;
left: 25px;
top: 26px;
z-index: 9;
height: 18px;
min-width: 18px;
width: auto;
padding: 1px 0 0 1px;
text-align: center;
border-radius: 50%;
background: #6066d2;
font-size: 11px;
font-weight: 700;
color: #fff;
}
.form-section__header-counter .form-section__header-counter-text {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form-section__header-counter.fade {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form-section__header-counter.fade-exited {
margin-top: -5px;
opacity: 1;
}
.form-section__header-counter.fade-exited .form-section__header-counter-text {
opacity: 0.5;
}
.form-section__header-counter.fade-entering {
margin-top: -5px;
opacity: 1;
}
.form-section__header-counter.fade-entering .form-section__header-counter-text {
opacity: 0.5;
}
.form-section__header-counter.fade-entered {
margin-top: 0;
opacity: 1;
}
.form-section__header-counter.fade-entered .form-section__header-counter-text {
opacity: 1;
}
.form-section__header-icon {
float: left;
margin-right: 15px;
}
.form-section__header-icon svg {
height: 22px;
width: 22px;
}
@media screen and (max-width: 480px) {
.form-section__header-icon {
left: 13px;
}
}
.button--settings {
position: absolute;
right: 45px;
top: 42px;
cursor: pointer;
}
.button--settings:hover svg {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.button--settings svg {
height: 18px;
width: 18px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
.button--settings {
right: -10px;
}
}
.button--move-down {
position: absolute;
right: 25px;
top: 2px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.button--move-down:hover svg {
fill: #1f88e5;
}
.button--move-down svg {
height: 35px;
width: 35px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
.button--move-down {
right: 15px;
}
}
.button--move-up {
position: absolute;
right: 55px;
top: 2px;
cursor: pointer;
}
.button--move-up:hover svg {
fill: #1f88e5;
}
.button--move-up svg {
height: 35px;
width: 35px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
.button--move-up {
right: 48px;
}
}
.form-section__header {
float: none;
display: block;
margin: 0;
padding: 0;
}
.form-section__header-text {
display: block;
margin: 0;
cursor: pointer;
font-size: 20px;
font-weight: 600;
padding: 0 0 0 27px;
-webkit-box-shadow: 0 0 43px -1px #fff;
box-shadow: 0 0 43px -1px #fff;
}
@media screen and (max-width: 500px) {
.form-section__header-text {
font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.form-section__header-text {
padding-top: 5px;
padding-left: 28px;
}
}
.form-section__header-buttons {
position: absolute;
right: 25px;
top: 27px;
}
.resume-language-selector {
display: inline-block;
position: relative;
text-decoration: none;
}
.resume-language-selector .resume-language-selector__holder {
display: inline-block;
position: relative;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__selected {
padding: 2px 6px 2px 7px;
cursor: pointer;
margin: 0 0 0 8px;
height: 23px;
background: #eaeaea;
border-radius: 6px;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__selected svg {
top: 6px;
left: 2px;
position: relative;
height: 24px;
width: 24px;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list {
display: none;
position: absolute;
top: 22px;
right: -20px;
background: #fff;
border-radius: 6px;
font-size: 12px;
padding: 5px 15px 0 20px;
width: 135px;
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list.resume-language-selector__list--active {
display: inline;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list li {
position: relative;
margin: 0;
padding: 11px 0 15px;
list-style: none;
border-bottom: 1px solid #e0e0e0;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list li:hover {
text-decoration: underline;
cursor: pointer;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list li:last-child {
border: none;
}
.resume-language-selector__menu--arrow-bg {
position: absolute;
display: inline-block;
top: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e3e3e3;
}
.resume-language-selector__menu--arrow {
osition: absolute;
display: inline-block;
top: -8px;
left: 50%;
margin-left: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #fff;
}
.form__personal .resume-language-selector {
position: absolute;
right: 30px;
top: 19px;
z-index: 9;
}
.form-element--driving-license--menu {
position: absolute;
left: 0;
top: 73px;
width: 100%;
max-width: 308px;
z-index: 1;
padding: 10px;
background: #fff;
border-radius: 6px;
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
display: none;
}
.form-element--driving-license--menu.active {
display: inline;
}
.form-element--driving-license--menu--scroll {
position: relative;
margin: 0;
padding: 0 0 7px;
width: 100%;
max-height: 200px;
overflow: scroll;
}
.driving-license {
float: left;
display: inline;
width: 100%;
margin: 0;
padding: 10px 15px 10px 10px;
border-radius: 4px;
cursor: pointer;
}
.driving-license .label {
top: 3px;
left: 7px;
}
.driving-license .label,
.driving-license svg {
float: left;
display: inline;
position: relative;
}
.driving-license svg {
top: 0;
height: 24px;
width: 24px;
}
.driving-license:hover {
background: #f0f9fe;
}
.driving-license:before {
position: absolute;
display: inline-block;
top: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e3e3e3;
}
.form-element--driving-license--menu--shadow-bottom {
position: absolute;
height: 4px;
width: calc(100% - 40px);
bottom: 0;
left: 20px;
z-index: 1;
-webkit-box-shadow: 0 -11px 15px 10px #fff;
box-shadow: 0 -11px 15px 10px #fff;
}
.form-element--driving-license--menu--arrow-bg {
position: absolute;
display: inline-block;
top: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e3e3e3;
}
.form-element--driving-license--menu--arrow {
position: absolute;
display: inline-block;
top: -8px;
left: 50%;
margin-left: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #fff;
}
.avatar {
border-radius: 6px;
background: none;
}
.avatar__preview {
float: left;
display: inline;
position: relative;
text-align: center;
background: #000;
width: 100%;
padding: 40px;
border-radius: 8px 8px 0 0;
}
.avatar__preview canvas {
display: inline-block;
border-radius: 6px;
}
.avatar__drop-zone {
position: absolute;
top: 0;
left: 0;
text-align: center;
height: 100%;
width: 100%;
background: #fff;
border-radius: 8px 8px 0 0;
}
.avatar__controllers {
float: left;
display: inline;
position: relative;
top: 0;
padding: 0 20px 20px;
width: 100%;
height: auto;
background: #fff;
border-radius: 0 0 8px 8px;
}
.avatar_edit_lock {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
}
.avatar__edit {
float: left;
display: inline;
position: relative;
width: auto;
cursor: pointer;
text-align: center;
margin: 0;
padding: 0 20px 0 0;
}
@media screen and (max-width: 480px) {
.avatar__edit {
float: none;
padding: 0 10px;
display: inline-block;
}
}
.avatar__edit svg {
width: 22px;
height: 22px;
}
.avatar__save {
float: right;
position: relative;
margin-top: 0;
margin-left: 0;
margin-right: 5px;
padding-left: 15px;
}
.avatar__save canvas {
position: absolute;
display: inline-block;
left: 11px;
}
.avatar__save.saving {
padding-left: 20px;
}
@media screen and (max-width: 480px) {
.avatar__save {
float: left;
width: 100%;
margin-top: 20px;
text-align: center;
}
}
.avatar__save--icon {
position: absolute;
left: 9px;
top: 6px;
}
.avatar__preview--helper {
padding: 0;
height: 100%;
}
.avatar__preview--helper--inner {
position: absolute;
top: 50px;
left: 25px;
width: calc(100% - 50px);
height: calc(100% - 75px);
border-radius: 6px;
cursor: pointer;
border: 2px dashed #c6c6c6;
}
.avatar__preview--helper--inner p {
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 0;
}
@media screen and (max-width: 480px) {
.avatar__preview--helper--inner p {
font-size: 12px;
}
}
.avatar__preview--helper--inner svg {
top: 10px;
position: relative;
height: 175px;
width: 175px;
fill: #2aaff3;
}
.avatar__drop-zone--accepted .avatar__preview--helper--inner {
border: 2px dashed #4caf50;
}
.avatar__drop-zone--rejected .avatar__preview--helper--inner {
border: 2px dashed #ff2c1d;
}
.modal_close {
position: absolute;
right: 5px;
top: 10px;
outline: none;
cursor: pointer;
background: none;
border: none;
z-index: 9;
}
.modal_close svg {
height: 28px;
width: 28px;
}
.modal_close.edit svg {
fill: #fff;
}
.avatar__disclaimer {
color: #b1b1b1;
background: #fff;
font-size: 12px;
text-align: justify;
padding: 0 25px 25px;
}
@media screen and (max-width: 550px) {
html[lang="es"] .form__personal .form-section__title {
text-indent: -9999px;
}
html[lang="es"] .form__personal .resume-language-selector {
right: 15px;
}
}
@media screen and (max-width: 550px) {
html[lang="es"] .form__personal .form__form-row.col-1:nth-child(2) div[name="position-email"] {
padding-right: 0;
width: 100%;
}
html[lang="es"] .form__personal .form__form-row.col-1:nth-child(2) div[name="position-meta.phoneNumber"] {
padding-left: 0;
margin-top: 10px;
width: 100%;
}
}
.personal {
float: left;
display: inline;
width: 100%;
margin: 0;
}
.form-section__content,
.personal {
position: relative;
}
.form__personal .form-section__title {
font-size: 18px;
float: left;
display: inline;
font-weight: 700;
margin: 0;
padding: 30px 0 25px;
width: auto;
}
.form__personal .form-section__title-icon {
position: relative;
display: none;
top: -1px;
left: -4px;
margin-right: 10px;
}
.form__personal .form-section__title-icon svg {
height: 24px;
width: 24px;
}
@media screen and (max-width: 420px) {
.form-element--desktop {
display: none;
}
}
.form-element--desktop label {
display: inline-block;
padding: 0 0 8px;
overflow: visible;
overflow: initial;
width: 6px;
}
.form-element--desktop .form-element.date--day {
width: 25%;
}
.form-element--desktop .form-element.date--month {
width: 50%;
padding: 0 14px;
}
.form-element--desktop .form-element.date--year {
width: 25%;
}
html[lang="ara"] .form-element--desktop label,
html[lang="es"] .form-element--desktop label,
html[lang="fr"] .form-element--desktop label,
html[lang="hu"] .form-element--desktop label,
html[lang="id"] .form-element--desktop label,
html[lang="it"] .form-element--desktop label,
html[lang="jp"] .form-element--desktop label,
html[lang="ko"] .form-element--desktop label,
html[lang="pl"] .form-element--desktop label,
html[lang="pt"] .form-element--desktop label,
html[lang="ru"] .form-element--desktop label,
html[lang="tr"] .form-element--desktop label,
html[lang="ua"] .form-element--desktop label,
html[lang="uk"] .form-element--desktop label,
html[lang="us"] .form-element--desktop label {
width: 200px;
}
html[lang="jp"] .form-element--desktop label {
height: 22px;
}
.form-element--mobile {
display: none !important;
}
@media screen and (max-width: 420px) {
.form-element--mobile {
display: inline !important;
}
}
.form__form-row--avatar--overlay {
display: inline;
position: absolute;
left: 0;
bottom: 0;
padding: 0 0 0 15px;
color: #fff;
width: 100%;
height: 0;
text-align: left;
border-radius: 0 0 3px 3px;
background: rgba(0, 0, 0, 0.62);
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.form__form-row--avatar--overlay svg {
position: relative;
top: 0;
height: 16px;
width: 16px;
margin-right: 5px;
}
.form__form-row--avatar:hover .form__form-row--avatar--overlay {
height: 75px;
}
.form__form-row--avatar--edit {
position: relative;
top: 15px;
left: 0;
font-size: 13px;
display: inline-block;
width: 100%;
cursor: pointer;
opacity: 0.85;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.form__form-row--avatar--edit:hover {
opacity: 1;
}
.form__form-row--avatar--remove {
position: relative;
top: 23px;
font-size: 13px;
display: inline-block;
width: 100%;
cursor: pointer;
opacity: 0.85;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.form__form-row--avatar--remove:hover {
opacity: 1;
}
.form-element--driving-license {
position: relative;
}
.form-element--driving-license input[type="text"]:disabled {
color: #4c4c4c;
font-weight: 500;
background: #fff;
opacity: 1;
cursor: pointer;
}
.form-element-driving-license-click {
position: absolute;
left: 0;
top: 25px;
cursor: pointer;
height: calc(100% - 25px);
width: calc(50% - 8px);
z-index: 9;
}
.progress-bar__buttons {
display: inline-block;
position: relative;
top: -48px;
width: 100%;
margin: 0;
padding: 0;
max-width: 500px;
}
@media screen and (max-width: 520px) {
.progress-bar__buttons {
max-width: 375px;
}
}
.progress-bar__button {
position: absolute;
text-align: center;
top: 3px;
border: none;
outline: none;
background: none;
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.progress-bar__button:not([disabled]) {
cursor: pointer;
}
.progress-bar__button:disabled {
opacity: 1;
}
.progress-bar__button.progress-bar__button--personal {
left: 10px;
}
.progress-bar__button.progress-bar__button--history {
left: 50%;
margin-left: -21px;
}
.progress-bar__button.progress-bar__button--template {
right: 10px;
}
.progress-bar__button .progress-bar__icon svg {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
fill: #1fc565;
}
.progress-bar__button.progress-bar__button--active .progress-bar__icon,
.progress-bar__button.progress-bar__button--done .progress-bar__icon {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
background: #6169cf;
}
.progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
.progress-bar__button.progress-bar__button--done .progress-bar__icon svg {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
fill: #fff;
}
.progress-bar__button.progress-bar__button--active .progress-bar__label,
.progress-bar__button.progress-bar__button--done .progress-bar__label {
opacity: 1;
}
.progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
.progress-bar__button.progress-bar__button--done .progress-bar__icon svg {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
fill: #fff;
}
.progress-bar__icon {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
height: 38px;
width: 38px;
border-radius: 50%;
background: #81e1a9;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.progress-bar__icon svg {
position: relative;
top: 8px;
width: 21px;
height: 21px;
fill: #fff;
}
.progress-bar__button:disabled .progress-bar__label {
color: #fff;
}
.progress-bar__button .progress-bar__label {
color: #fff;
position: absolute;
bottom: -18px;
font-size: 14px;
margin: 0 0 0 -35px;
padding: 0;
font-weight: 500;
overflow: hidden;
min-width: 110px;
text-align: center;
letter-spacing: 0.02em;
}
html[lang="fr"] .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="fr"] .progress-bar__button.progress-bar__button--done .progress-bar__icon {
background: #1e88e5;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__label,
html[lang="cl"] #app:not(.app--ab) .progress-bar__label,
html[lang="es"] #app:not(.app--ab) .progress-bar__label,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__label,
html[lang="pe"] #app:not(.app--ab) .progress-bar__label,
html[lang="uk"] #app:not(.app--ab) .progress-bar__label {
color: #898989;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon {
background: #2dc46a;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg {
fill: #fff;
}
.tb_button {
padding: 1px;
cursor: pointer;
border-right: 1px solid #8b8b8b;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.tb_button.hover {
borer: 2px outset #def;
background-color: #f8f8f8 !important;
}
.ws_toolbar {
z-index: 100000;
}
.ws_toolbar .ws_tb_btn {
cursor: pointer;
border: 1px solid #555;
padding: 3px;
}
.tb_highlight {
background-color: yellow;
}
.tb_hide {
visibility: hidden;
}
.ws_toolbar img {
padding: 2px;
margin: 0px;
} | public/admin/assets/css/style.css | @font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwemc-NtvyoWOKrfbJJwSjZGs.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwehZQbSGeLTu6IhH00VRk2ws.woff2) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCweiyNCiQPWMSUbZmR9GEZ2io.woff2) format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwevfgCb1svrO3-Ym-Rpjvnho.woff2) format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/BYPM-GE291ZjIXBWrtCweteM9fzAXBk846EtUMhet0E.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl03riJwOpk75o0mgXgmZkkog.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl00yietQkaokDF8re1oCq3-U.woff2) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl053YFo3oYz9Qj7-_6Ux-KkY.woff2) format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl02tASdhiysHpWmctaYEsrdw.woff2) format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl03XcDWh-RbO457623Zi1kyw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcrllaL-ufMOTUcv7jfgmuJg.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcpsnFT_2ovhuEig4Dh-CBQw.woff2) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcnv4bDVR720piddN5sbmjzs.woff2) format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcjrEaqfC9P2pvLXik1Kbr9s.woff2) format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
form {
display: inline-block;
margin: 0;
padding: 0;
width: 100%;
}
.history .form-section {
padding-top: 0px;
margin-bottom: 20px;
position: relative;
}
.form-section {
display: inline-block;
width: 100%;
margin: 0 0 30px 0;
padding: 35px 40px;
border-radius: 4px;
background: #fff;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 480px) {
.form-section {
padding: 25px 15px;
border-radius: 0;
}
}
.form-section hr {
float: left;
display: inline;
height: 0;
width: 100%;
padding: 0 0 0 0;
margin-top: 20px;
border: none;
border-bottom: 1px solid #dedede;
}
.form-section__group {
display: inline-block;
margin: 0;
padding: 0 0 25px 0;
width: 100%;
}
.form-section__group .form-element.col-2 {
width: calc(50% - 10px);
}
.form-section__group .form-element.col-2:last-child {
float: right;
}
.form-section__content {
float: left;
display: inline;
z-index: 0;
width: 100%;
margin: 0;
padding: 0;
}
.form-collection__form {
display: block;
position: relative;
}
.form__form-group {
display: inline-block;
width: 100%;
}
.form__form-group .col-1 {
width: 100%;
}
.form__form-group .col-2 {
width: 50%;
}
.form__form-row {
display: inline-block;
position: relative;
width: 100%;
margin-bottom: 10px;
}
.form__form-row .form__form-group.col-2:nth-child(odd) {
padding-right: 10px;
}
.form__form-row .form__form-group.col-2:nth-child(even) {
padding-left: 10px;
}
.form__form-row .form-element.col-2:not(.gender):nth-child(odd) {
padding-right: 10px;
}
.form__form-row .form-element.col-2:nth-child(even) {
padding-left: 10px;
}
.form__form-row .form-element.col-2.gender {
padding-left: 10px;
}
.form__form-row.col-2:nth-child(odd) {
padding-right: 10px;
}
.form__form-row.col-2:nth-child(even) {
padding-left: 10px;
}
.form__form-row--avatar {
float: left;
display: inline;
position: relative;
margin: 3px 0 0 0;
padding: 10px;
height: 152px;
width: 152px;
text-align: center;
background: #f5f5f5;
border-radius: 3px;
border: 2px dotted #dddbdb;
background-size: cover !important;
transition: all 200ms ease-in-out;
box-shadow: 0px 0px 3px 0px #d3cfcf;
}
.form__form-row--avatar:hover {
border: 2px dotted #888;
}
@media screen and (max-width: 414px) {
.form__form-row--avatar {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 375px) {
.form__form-row--avatar {
height: 155px;
}
}
.form__form-row--avatar--label {
top: 0;
padding-top: 29px;
width: 100%;
height: 100%;
cursor: pointer;
position: relative;
display: inline-block;
}
.form__form-row--avatar--label .form__form-row--avatar--text {
display: block;
position: relative;
top: 10px;
text-align: center;
font-size: 11px;
color: #888;
}
.form__form-row--avatar--label svg {
fill: #888;
height: 55px;
width: 55px;
}
.form__form-row--avatar-right {
float: left;
display: inline;
margin: 0;
padding: 0 0 0 20px;
height: auto;
width: calc(100% - 152px);
}
@media screen and (max-width: 414px) {
.form__form-row--avatar-right {
width: 52%;
padding-left: 20px;
}
}
.form__form-row--avatar-right .form-element.col-1:first-child {
margin-top: 0;
}
.form__form-row--avatar-right .form-element.col-1 {
margin-top: 15px;
}
.form__form-row--avatar-right .form-element.col-1 .error-msg {
left: 0;
}
.form__password-visibility {
position: absolute;
cursor: pointer;
right: 0px;
top: 27px;
height: 43px;
padding: 0;
}
.form__password-visibility .form__password-visibility--icon {
display: inline-block;
position: relative;
padding: 12px 10px 10px 10px;
top: 0;
}
.form__password-visibility svg {
height: 20px;
width: 20px;
fill: #cacaca;
}
.form__form-header header {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
border-bottom: 1px solid #dedede;
margin-bottom: 25px;
}
.form__form-header header h1 {
text-align: center;
font-size: 42px;
margin: 0;
padding: 0;
}
.form__form-header header h2 {
float: left;
display: inline;
width: 100%;
text-align: left;
font-size: 22px;
font-weight: 600;
margin: 0;
padding: 0 0 12px 0;
}
.form__form-header header p {
float: left;
display: inline;
width: 100%;
margin: 10px 0 0 0;
padding: 0 0 20px 0;
text-align: left;
}
.form__field-invisible {
visibility: hidden;
}
.form__field-invisible+.form-select-custom--arrow {
display: none !important;
}
.form__field-invisible+.form-select-custom--arrow {
display: none;
}
.form__element-counter {
position: absolute;
right: -15px;
top: 13px;
margin: 0;
padding: 0;
font-size: 15px;
opacity: 0;
transition: all 200ms ease-in-out;
}
.form__element-counter.fade-entering {
opacity: 1;
top: 13px;
right: 15px;
}
.form__element-counter.fade-entered {
opacity: 1;
top: 13px;
right: 15px;
background: #fff;
}
.form__element-counter.fade-exiting {
opacity: 0;
right: -5px;
}
.form__element-counter.fade-exited {
opacity: 0;
right: -5px;
}
.form__element-spinner {
position: absolute;
right: 10px;
top: 34px;
background: #fff;
}
.form__extra-options--slide {
opacity: 0.75;
padding-bottom: 0;
}
.form-section__add-extra-section .form-section__title-icon {
float: left;
display: none;
width: 40px;
position: relative;
top: 5px;
}
.form-section__add-extra-section .form-section__title-icon svg {
height: 34px;
width: 34px;
}
.form-section__add-extra-section .form-element {
width: calc(100% - 0px);
padding: 5px 0 5px 0;
}
.form__extra-options {
float: left;
display: inline;
position: absolute;
bottom: 0;
left: 0;
height: 96px;
margin: -23px 0 0 0;
padding: 10px 0 0 0;
width: 100%;
text-align: center;
background: #fff;
border-top: 1px solid #e6e6e6;
cursor: pointer;
border-radius: 0 6px;
}
.form__extra-options svg {
float: left;
display: inline;
height: 32px;
width: 32px;
width: 100%;
margin: 10px 0 0 0;
padding: 0;
}
.form__extra-options--shadow {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
}
.form__extra-options--label {
float: left;
display: inline;
margin: -5px 0 0 0;
padding: 0;
width: 100%;
}
.form-buttons {
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 50px;
}
.form-element.col-1 {
width: 100%;
}
.form-row--reference-on-request {
position: relative;
background: #eaf8ff;
border-radius: 6px;
padding: 15px;
}
@media screen and (max-width: 705px) {
.form-row--reference-on-request {
padding-bottom: 32px;
}
.form-row--reference-on-request .form-element {
width: 100%;
}
.form-row--reference-on-request .form-element__custom-checkbox--switch {
position: absolute;
top: 50%;
margin-top: -10px;
}
.form-row--reference-on-request .form-element__custom-checkbox--label {
padding-left: 90px;
padding-right: 15px;
}
}
.form__form-row--footer {
float: left;
display: inline;
position: relative;
width: 100%;
}
.form__form-group .icon__paragraph svg {
height: 22px;
width: 22px;
top: -7px;
position: relative;
}
.form-checkbox__saved-message {
position: relative;
left: 8px;
margin-left: 3px;
top: -3px;
display: inline-block;
font-size: 12px;
color: #2196f3;
}
.form-checkbox__saved-message.fade {
transition: opacity 300ms ease-in-out;
}
.form-checkbox__saved-message.fade-enter {
opacity: 0;
}
.form-checkbox__saved-message.fade-entered {
opacity: 1;
}
.form-checkbox__saved-message.fade-exiting {
opacity: 1;
}
.form-checkbox__saved-message.fade-exited {
opacity: 0;
}
.form-checkbox--switcher {
position: relative;
display: inline-block;
width: 35px;
height: 13px;
margin: 0;
padding: 0;
background: #ededed;
box-shadow: inset 0px 0px 1px 1px #b9b9b9;
transition: all 300ms ease-in-out;
border-radius: 8px;
}
.form-checkbox--switcher.form-checkbox--blue {
background: #3b99fc;
box-shadow: inset 0px 0px 1px 1px #2a85e4;
}
.form-checkbox--switcher .form-checkbox__switch {
position: absolute;
cursor: pointer;
display: inline-block;
background: #ededed;
width: 15px;
height: 15px;
top: -1px;
left: 0;
margin-left: -2px;
border-radius: 50%;
box-shadow: 0px 0px 4px 1px #00000059;
transition: all 300ms ease-in-out;
}
.form-checkbox--switcher .form-checkbox__switch.form-checkbox__switch--active {
left: 100%;
margin-left: -13px;
background: #0871e0;
}
.form-checkbox--switcher input[type="checkbox"] {
position: fixed;
top: -10000px;
}
.form-element input[type="text"].form__element--show-counter {
padding-right: 35px;
}
.form-element__saved-message {
position: absolute;
right: 15px;
top: 16px;
color: #2196f3;
font-weight: 500;
text-transform: uppercase;
font-size: 10px;
}
.form-element__saved-message.form-element__saved-message--selectbox {
right: 35px;
}
.form-element__saved-message.fade {
opacity: 0;
transition: opacity 200ms ease-in-out;
}
.form-element__saved-message.fade-enter {
opacity: 0;
}
.form-element__saved-message.fade-entered {
opacity: 1;
}
.form-element__saved-message.fade-exiting {
opacity: 1;
}
.form-element__saved-message.fade-exited {
opacity: 0;
}
html[lang="it"] .btn__large,
html[lang="pl"] .btn__large {
min-width: 280px;
}
html[lang="fr"] #app .btn__large {
border-radius: 40px;
}
html[lang="fr"] #app .btn__large.button--purple {
background: #1e88e5;
}
.btn__medium {
outline: none;
position: relative;
font-size: 13px;
padding: 12px 14px 13px 0;
display: inline-block;
min-width: 200px;
border-radius: 25px;
border: none;
cursor: pointer;
font-weight: bold;
text-decoration: none;
}
.btn__large {
outline: none;
position: relative;
font-size: 18px;
padding: 18px 20px 19px 0;
display: inline-block;
min-width: 240px;
border-radius: 31px;
border: none;
cursor: pointer;
font-weight: bold;
}
.btn__large .btn__arrow-right {
position: absolute;
top: 11px;
right: 20px;
}
.btn__large .btn__arrow-right svg {
height: 35px;
width: 35px;
}
.btn__large .btn__arrow-left {
position: absolute;
top: 8px;
left: 21px;
}
.btn__large .btn__arrow-left svg {
height: 35px;
width: 35px;
}
.btn__large.btn-lock {
padding-left: 35px;
}
.btn__large.btn-lock .btn__lock-left {
position: absolute;
top: 18px;
left: 20px;
}
.btn__large.btn-lock .btn__lock-left svg {
height: 20px;
width: 20px;
}
.btn__large .btn__file-download {
padding-left: 30px;
}
.btn__large .btn__file-download svg {
width: 28px;
height: 28px;
position: absolute;
top: 12px;
left: 22px;
}
.btn__large .btn__delete-forever {
position: absolute;
top: 17px;
left: 20px;
}
.btn__large .btn__delete-forever svg {
height: 24px;
width: 24px;
}
.btn__large .react-spinner-material {
position: absolute;
left: 9px;
top: 13px;
height: 34px !important;
width: 34px !important;
}
.btn__large--previous {
font-weight: normal;
padding-right: 0;
color: #9e9e9e;
font-size: 15px;
}
.btn__large--previous .btn__arrow-left {
position: relative;
right: 0px;
margin-left: -10px;
}
.btn__large--previous .btn__arrow-left svg {
height: 25px;
width: 25px;
}
.btn__no-icon {
padding-right: 0;
padding-left: 0;
}
.btn__green-fill {
color: #fff;
background: #2dc36a;
opacity: 1;
transition: opacity 0.5s linear;
}
.btn__green-fill:hover {
transition: background-color 0.5s ease;
background: #2dcc70;
}
.btn__green-fill[disabled="disabled"] {
opacity: 0.75;
text-decoration: none;
}
.btn__green-fill[disabled="disabled"]:hover {
text-decoration: none;
}
.btn__red-fill {
color: #fff;
background: #ff3131;
opacity: 1;
padding-left: 45px;
border-radius: 4px;
transition: opacity 0.5s linear;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
html[lang="nl-BE"] #app:not(.app--ab) .btn__red-fill,
html[lang="es"] #app:not(.app--ab) .btn__red-fill,
html[lang="ar"] #app:not(.app--ab) .btn__red-fill,
html[lang="cl"] #app:not(.app--ab) .btn__red-fill,
html[lang="pe"] #app:not(.app--ab) .btn__red-fill,
html[lang="uk"] #app:not(.app--ab) .btn__red-fill {
border-radius: 30px;
}
.btn__red-fill svg {
position: absolute;
}
.btn__grey {
display: inline-block;
width: auto;
cursor: pointer;
padding: 10px 15px 8px 15px;
margin: 0;
border-radius: 3px;
font-size: 13px;
border: 2px solid #e6e5e5;
}
.btn__grey svg {
width: 20px;
height: 20px;
}
.dashboard .btn-medium.has-icon {
min-height: 39px;
margin: 0 12px 0 0;
padding: 10px 15px 11px 25px;
}
.dashboard .btn-medium.has-icon svg {
position: absolute;
left: 8px;
top: 8px;
height: 20px;
width: 20px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item {
position: relative;
padding-left: 20px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item.remove {
padding-top: 10px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item svg {
height: 18px;
width: 18px;
position: absolute;
left: -5px;
}
.dashboard .btn-medium.has-icon .resume__example--menu-item .label {
margin: 0;
padding: 0;
}
.btn-medium.has-icon.btn__grey .label {
top: 0px;
}
.btn-medium.has-icon.btn__grey .label:hover {
text-decoration: underline;
}
.btn-medium .react-spinner-material {
position: absolute;
top: 10px;
left: 10px;
margin-right: 3px;
display: inline-block !important;
height: 14px !important;
width: 14px !important;
}
.btn__blue-fill {
color: #fff;
background: #2296f3;
padding: 13px 0 14px 0;
border: 2px solid #2296f3;
}
.btn__blue-fill svg {
fill: #fff;
}
.btn-medium.has-icon {
padding: 6px 20px 5px 10px;
}
.btn-medium.has-icon .label {
display: inline-block;
margin-left: 10px;
top: -7px;
position: relative;
}
.btn__add-form-section {
outline: none;
position: relative;
font-size: 18px;
padding: 12px 0 18px 0;
display: inline-block;
text-align: center;
width: calc(100% - 70px);
width: 100%;
border-radius: 6px;
font-size: 16px;
border: none;
cursor: pointer;
color: #4c4c4c;
background: #f1f1f1;
transition: all 0.3s ease;
}
.btn__add-form-section i {
display: inline-block;
position: absolute;
top: 15px;
margin-left: -22px;
height: 25px;
width: 27px;
opacity: 1;
transition: all 0.3s ease;
}
.btn__add-form-section i svg {
height: 20px;
width: 20px;
}
.btn__add-form-section:hover .btn__add-form-section--label {
text-decoration: underline;
}
.btn__add-form-section .btn__add-form-section--label {
display: inline-block;
position: relative;
top: 4px;
left: 5px;
transition: all 0.3s ease;
}
.btn__add-form-section:hover {
background: #eaeaea;
}
.btn__add-form-section:hover i {
opacity: 1;
}
.btn__add-form-section:hover .btn__add-form-section--label {
opacity: 1;
}
.btn__remove-form-collection {
display: none;
outline: none;
float: left;
position: relative;
font-size: 18px;
padding: 17px 0 10px 0;
text-align: center;
width: 63px;
margin-right: 7px;
border-radius: 6px;
border: none;
cursor: pointer;
color: #4c4c4c;
background: #f1f1f1;
transition: all 0.3s ease;
}
.btn__remove-form-collection svg {
display: inline-block;
position: relative;
top: 0px;
height: 26px;
width: 26px;
opacity: 0.5;
transition: all 0.3s ease;
}
.btn__remove-form-collection:hover {
background: #eaeaea;
}
.btn__remove-form-collection:hover svg {
opacity: 1;
fill: red;
}
.btn-scroll-top {
position: fixed;
height: 44px;
width: 44px;
right: 20px;
bottom: 20px;
background: rgba(111, 111, 111, 0.3);
border-radius: 8px;
cursor: pointer;
}
.btn-scroll-top svg {
height: 44px;
width: 44px;
fill: #fff;
}
.button--blue {
color: #fff;
background: #1e88e5;
transition: all 0.5s ease;
}
.button--blue:hover {
text-decoration: underline;
}
.button--blue:disabled {
text-decoration: none;
}
.button--blue.button--download {
padding-right: 0;
padding-left: 16px;
}
.button--blue.button--download .button--icon {
position: absolute;
left: 18px;
top: 11px;
}
.button--blue.button--download .button--icon svg {
height: 31px;
width: 37px;
}
.button--blue[disabled] {
cursor: auto;
text-decoration: none;
}
.button--purple {
color: #fff;
background: #626ccc;
transition: all 0.5s ease;
border-radius: 4px;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.button--purple:hover {
text-decoration: underline;
}
.button--purple:disabled {
text-decoration: none;
opacity: 0.75;
}
.button--purple.button--download {
padding-right: 0;
padding-left: 16px;
}
.button--purple.button--download .button--icon {
position: absolute;
left: 18px;
top: 11px;
}
.button--purple.button--download .button--icon svg {
height: 31px;
width: 37px;
}
.button--purple[disabled] {
cursor: auto;
text-decoration: none;
}
html[lang="de"] .button--purple.button--download,
html[lang="de_DE"] .button--purple.button--download,
html[lang="ua"] .button--purple.button--download,
html[lang="ru"] .button--purple.button--download {
min-width: 325px;
}
html[lang="hu"] .button--purple.button--download {
min-width: 275px;
}
html[lang="nl-BE"] #app:not(.app--ab) .button--purple,
html[lang="es"] #app:not(.app--ab) .button--purple,
html[lang="ar"] #app:not(.app--ab) .button--purple,
html[lang="cl"] #app:not(.app--ab) .button--purple,
html[lang="pe"] #app:not(.app--ab) .button--purple,
html[lang="uk"] #app:not(.app--ab) .button--purple {
border-radius: 30px;
background: #1e88e5;
}
html[lang="nl-BE"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="es"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="ar"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="cl"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="pe"] #app:not(.app--ab) .button--purple .spinner--visible,
html[lang="uk"] #app:not(.app--ab) .button--purple .spinner--visible {
left: 10px;
}
.wizard .button--blue[disabled] {
opacity: 0.6;
}
.button--lightgrey {
color: #fff;
background: #f7f7f7;
transition: all 0.5s ease;
box-shadow: none;
}
.button--lightgrey.button--link {
padding: 0;
color: #c7c7c7;
font-size: 14px;
margin-top: 10px;
padding: 15px 0;
background: #f7f7f7;
box-shadow: none;
}
.button--lightgrey.button--link .btn__arrow-left {
position: relative;
display: inline-block;
left: -1px;
}
.button--lightgrey.button--link .btn__arrow-left svg {
height: 24px;
width: 24px;
}
.button--lightgrey:hover {
text-decoration: underline;
}
.button--lightgrey[disabled] {
opacity: 0.6;
cursor: auto;
text-decoration: none;
}
.button--add-section-item {
width: 100%;
border: none;
font-size: 15px;
outline: none;
position: relative;
}
.button--add-section-item:disabled {
opacity: 0.5;
cursor: progress;
text-decoration: none !important;
}
.button--add-section-item svg {
top: 17px;
margin-left: -24px;
position: absolute;
width: 20px;
height: 20px;
}
.button--grey {
color: #4c4c4c;
cursor: pointer;
background: #f1f1f1;
transition: all 0.5s ease;
}
.button--grey.button--add-section-item {
border-radius: 6px;
padding: 18px 0 18px 0;
text-align: center;
margin-top: 20px;
}
.button--grey.button--add-section-item:hover {
text-decoration: underline;
}
.button--white {
color: #4c4c4c;
cursor: pointer;
font-size: 13px;
background: #ffffff;
transition: all 0.5s ease;
border: 2px solid #e6e5e5;
}
.button--white.button--save-section-item,
.button--white.button--tips-section-item {
float: right;
display: inline;
position: relative;
border-radius: 4px;
outline: none;
margin: 0 0 0 10px;
padding: 6px 11px 7px 35px;
text-align: center;
}
.button--white.button--save-section-item .react-spinner-material,
.button--white.button--tips-section-item .react-spinner-material {
height: 14px !important;
width: 14px !important;
}
.button--white.button--save-section-item:not([disabled]):hover,
.button--white.button--tips-section-item:not([disabled]):hover {
color: #3e94d9;
}
.button--white.button--save-section-item:not([disabled]):hover svg:hover,
.button--white.button--tips-section-item:not([disabled]):hover svg:hover {
fill: #3e94d9;
}
.button--white.button--save-section-item .spinner--visible,
.button--white.button--save-section-item .spinner--hidden,
.button--white.button--tips-section-item .spinner--visible,
.button--white.button--tips-section-item .spinner--hidden {
position: absolute;
left: 9px;
top: 7px;
}
.button--white.button--save-section-item .icon--visible,
.button--white.button--save-section-item .icon--hidden,
.button--white.button--tips-section-item .icon--visible,
.button--white.button--tips-section-item .icon--hidden {
position: absolute;
left: 10px;
top: 5px;
}
.button--white.button--save-section-item .icon--visible svg,
.button--white.button--save-section-item .icon--hidden svg,
.button--white.button--tips-section-item .icon--visible svg,
.button--white.button--tips-section-item .icon--hidden svg {
width: 18px;
height: 20px;
}
.button--white.button--save-section-item .icon--visible,
.button--white.button--tips-section-item .icon--visible {
opacity: 1;
}
.button--white.button--save-section-item .icon--hidden,
.button--white.button--tips-section-item .icon--hidden {
opacity: 0;
}
.button--white.button--save-section-item[disabled],
.button--white.button--tips-section-item[disabled] {
cursor: auto;
opacity: 0.6;
}
.button--white.button--save-section-item:not([disabled]):hover,
.button--white.button--tips-section-item:not([disabled]):hover {
text-decoration: underline;
}
.button--white.button--tips-section-item {
float: left;
margin: 0;
}
.button--white.button--tips-section-item:not([disabled]):hover {
color: #4c4c4c;
}
.button--white.button--tips-section-item:not([disabled]):hover svg:hover {
fill: #ffc107;
}
.button--white.button--delete-section-item {
float: right;
display: inline;
position: relative;
border-radius: 4px;
outline: none;
padding: 6px 11px 7px 35px;
text-align: center;
}
.button--white.button--delete-section-item:hover {
color: #e74b4b !important;
}
.button--white.button--delete-section-item .icon--delete {
position: absolute;
left: 9px;
top: 4px;
}
.button--white.button--delete-section-item .icon--delete svg {
width: 18px;
height: 20px;
}
.button--white.button--delete-section-item .icon--delete svg:hover {
fill: #e74b4b !important;
}
.button--white.button--delete-section-item:not([disabled]):hover {
color: #3e94d9;
}
.button--white.button--delete-section-item:not([disabled]):hover svg:hover {
fill: #3e94d9;
}
.button--white.button--delete-section-item .spinner--visible,
.button--white.button--delete-section-item .spinner--hidden {
position: absolute;
left: 9px;
top: 7px;
}
.button--white.button--delete-section-item .icon--visible,
.button--white.button--delete-section-item .icon--hidden {
position: absolute;
left: 10px;
top: 5px;
}
.button--white.button--delete-section-item .icon--visible svg,
.button--white.button--delete-section-item .icon--hidden svg {
width: 18px;
height: 20px;
}
.button--white.button--delete-section-item .icon--visible {
opacity: 1;
}
.button--white.button--delete-section-item .icon--hidden {
opacity: 0;
}
.button--white.button--delete-section-item[disabled] {
cursor: auto;
opacity: 0.6;
}
.button--white.button--delete-section-item:not([disabled]):hover {
text-decoration: underline;
}
.btn__large--pending-payment:hover {
text-decoration: none;
}
.payment-buttons .btn__arrow-left {
right: auto;
left: 0;
}
@media screen and (max-width: 550px) {
.payment-buttons {
padding-bottom: 10px !important;
}
}
html[lang="fr"] #app.app--ab .payment-page .payment-buttons,
html[lang="pl"] #app.app--ab .payment-page .payment-buttons {
padding-bottom: 10px;
}
html[lang="nl"] #app .payment-page .payment-buttons {
padding-bottom: 10px;
}
html[lang="nl"] #app .payment-page .payment-buttons .btn__large {
min-width: auto;
padding-right: 24px;
padding-left: 58px;
}
html[lang="nl"] #app .payment-page .payment-buttons .btn__large--previous {
padding-left: 0;
padding-right: 0;
}
html[lang="nl-BE"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="es"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="ar"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="cl"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="pe"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy),
html[lang="uk"] #app:not(.app--ab) .form__button-text:not(.form__button-text--privacy-policy) {
padding: 0 220px;
}
.form__buttons .form__button-text {
display: block;
font-size: 13px;
text-align: center;
margin: 35px 0 30px 0;
padding: 0 150px;
}
@media screen and (max-width: 700px) {
.form__buttons .form__button-text {
padding: 0 20px;
}
}
.form__buttons .form__button-text.form__button-text--privacy-policy {
font-size: 14px !important;
color: #9e9e9e;
}
.form__buttons .form__button-text.form__button-text--privacy-policy a {
text-decoration: underline;
}
.form__buttons .form__button-text.form__button-text--privacy-policy a,
.form__buttons .form__button-text.form__button-text--privacy-policy p {
line-height: 14px;
font-size: 14px !important;
color: #9e9e9e;
}
html[lang="it"] body#_10337088 .form__buttons .form__button-text.form__button-text--privacy-policy {
font-size: 13px;
color: #9e9e9e;
}
html[lang="it"] body#_10337088 .form__buttons .form__button-text.form__button-text--privacy-policy a,
html[lang="it"] body#_10337088 .form__buttons .form__button-text.form__button-text--privacy-policy p {
font-size: 13px;
color: #9e9e9e;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
outline: none;
}
html {
height: 100%;
-webkit-text-size-adjust: 100%;
}
body,
html {
background: #f7f7f7;
}
body {
position: relative;
min-height: 100%;
outline: none;
margin: 0;
padding: 0 0 6rem;
color: #4c4c4c;
-webkit-font-smoothing: antialiased;
font: 15px Camphor, Open Sans, Segoe UI, sans-serif;
}
body input[type="date"] {
font-family: Montserrat, Arial;
}
.center {
margin: 0 auto;
position: relative;
width: 100%;
max-width: 850px;
padding: 0 10px;
z-index: 5555;
padding-top: 20px;
}
@media screen and (max-width: 480px) {
.center {
padding: 0;
}
}
.center.center__large {
max-width: 1100px;
}
.page__content {
float: left;
display: inline;
margin: 0 0 40px;
padding: 25px;
width: 100%;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 480px) {
.page__content {
border-radius: 0;
}
}
.fade-enter {
opacity: 0.01;
}
.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
.fade-exit {
opacity: 1;
}
.fade-exit.fade-exit-active {
opacity: 0.01;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
.slide-enter {
opacity: 0.01;
}
.slide-enter.slide-enter-active {
opacity: 1;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
.slide-exit {
opacity: 1;
}
.slide-exit.slide-exit-active {
opacity: 0.01;
-webkit-transition: opacity 1.2s ease-in-out;
transition: opacity 1.2s ease-in-out;
}
a {
color: #6169cf;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
display: block;
color: #707070;
font-size: 14px;
line-height: 24px;
}
p .icon__paragraph {
position: relative;
top: 6px;
padding-right: 7px;
}
ol,
ul {
display: block;
}
.is--hidden {
visibility: hidden;
}
.is--inline {
display: inline;
}
.float--right {
float: right;
}
.ReactModal__Overlay {
background: rgba(0, 0, 0, 0.8) !important;
}
.ReactModal__Content {
padding: 0 !important;
border-radius: 6px !important;
}
.ReactModal__Body--open {
overflow: hidden !important;
}
.form__row--dragging {
background: rgba(255, 255, 255, 0.75);
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
padding-left: 20px;
}
.container {
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
.container.fade-entered,
.container.fade-entering {
opacity: 1;
}
.page-introduction.\--with-icon {
padding-left: 160px;
}
.page-introduction__icon {
position: absolute;
top: 50%;
height: 80px;
width: 80px;
background: #f0f1ff;
border-radius: 50%;
left: 40px;
padding: 0;
margin: -40px 20px 0 0;
text-align: center;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.page-introduction__icon img {
display: inline-block;
position: relative;
height: 75px;
width: 75px;
}
.page-introduction__title {
color: #444;
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 600;
}
.page-introduction__text {
padding-bottom: 0;
margin-bottom: 0;
font-size: 16px;
}
.ReactModal__Overlay {
z-index: 9999;
}
</style><style type="text/css">.main {
z-index: 999;
padding: 0 0 40px;
}
.heading__bg {
position: absolute;
z-index: 99;
top: -60px;
left: 0;
width: 100%;
height: 380px;
background: #2dc46a;
-webkit-transform: skewY(-6deg);
transform: skewY(-6deg);
}
html[lang="ar"] #app:not(.app--ab) .heading__bg,
html[lang="cl"] #app:not(.app--ab) .heading__bg,
html[lang="es"] #app:not(.app--ab) .heading__bg,
html[lang="nl-BE"] #app:not(.app--ab) .heading__bg,
html[lang="pe"] #app:not(.app--ab) .heading__bg,
html[lang="uk"] #app:not(.app--ab) .heading__bg {
display: none;
}
</style><style type="text/css">.page-header {
position: relative;
top: 0;
width: 100%;
z-index: 999;
height: 65px;
background: #2dc46a;
}
.page-header.page-header--notification {
height: 110px;
}
@media screen and (max-width: 720px) {
.page-header {
z-index: 9999;
}
}
.page-header .pending-message {
margin-top: 20px;
}
@media screen and (max-width: 720px) {
body.modal-active .page-header {
z-index: 999;
}
}
.page-header__inner {
max-width: 1100px;
width: 100%;
padding: 0 25px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.page-header__logo {
position: absolute;
left: 20px;
top: 20px;
cursor: pointer;
text-align: left;
margin: 0;
padding: 0;
width: 105px;
}
.page-header__logo svg {
display: inline-block;
opacity: 0.75;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
height: 20px;
margin: 0;
padding: 0;
}
.page-header__navigation svg {
position: absolute;
cursor: pointer;
right: 15px;
top: 14px;
fill: #fff;
height: 34px;
width: 34px;
}
.page-header__menu__button {
position: fixed;
z-index: 9;
fill: #fff;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.page-header__navigation--active .page-header__menu__button--open {
display: none;
}
.page-header__navigation .page-header__menu__button--close {
display: none;
}
.page-header__navigation--active .page-header__menu__button--close {
display: inline;
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
z-index: 99999 !important;
}
.page-header__menu {
float: right;
display: inline;
margin: 17px 0 0;
padding: 0;
}
.page-header__navigation--hide {
display: none;
}
@media screen and (max-width: 720px) {
.page-header__navigation--active .page-header__menu {
display: inline;
}
}
@media screen and (max-width: 720px) {
.page-header__navigation--small .page-header__menu {
display: inline;
position: fixed;
top: 0;
right: -100%;
margin: 0;
width: 100%;
height: 100%;
z-index: 89999 !important;
padding-top: 20px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: rgba(0, 0, 0, 0.88);
}
}
@media screen and (max-width: 720px) {
.page-header__navigation--active .page-header__menu {
right: 0;
}
}
.page-header__menu__item {
display: inline;
font-size: 15px;
margin: 0;
}
.page-header__menu__item a {
text-decoration: none;
color: #fff;
font-weight: 400;
display: inline-block;
padding: 5px 0 6px;
margin: 0 15px;
-webkit-transition: all 0.5ms ease;
transition: all 0.5ms ease;
}
.page-header__menu__item a:hover {
text-decoration: underline;
}
.page-header__menu__item:last-child a {
margin-right: 0;
}
.page-header__navigation svg {
display: none;
}
.page-header__navigation--small svg {
display: inline;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 2) {
.page-header__navigation--small .page-header__menu__item {
font-size: 20px;
}
}
@media screen and (max-width: 720px) {
.page-header__navigation--small .page-header__menu__item {
display: block;
text-align: center;
padding: 0;
}
.page-header__navigation--small .page-header__menu__item a {
padding: 20px 0;
}
}
.page-header__message {
display: block;
position: absolute;
width: 100%;
margin: 0;
padding: 0;
top: 65px;
}
@media screen and (max-width: 720px) {
.page-header__message {
top: 65px;
}
}
.page-header__message.page-header__message--info {
background: #d0ebff;
position: absolute;
display: inline-block;
width: 100%;
}
.page-header__message .page-header__inner {
z-index: 0;
}
.page-header__message .pending-message {
float: none;
margin: 0;
padding-right: 0;
padding-left: 0;
display: inline-block;
}
.form-section.form-section--payment-status-message {
padding-bottom: 10px;
margin-bottom: 20px;
}
.pending-message {
display: block;
margin: 0 0 20px;
padding: 15px 20px;
width: 100%;
color: #327eb7;
border-radius: 4px;
background: #d0ebff;
}
.pending-message--text {
display: inline;
margin: 2px 0 0;
padding: 0;
}
.resume-resume-tips {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 15px;
background: #fffaec;
border-radius: 8px;
}
@media screen and (max-width: 630px) {
.resume-resume-tips {
height: 100%;
}
}
.resume-resume-tips h2 {
padding: 0;
}
.resume-resume-tips h2,
.resume-resume-tips p {
margin: 0;
text-align: center;
}
.resume-resume-tips p {
padding: 20px 0 25px;
}
.resume-resume-tips .resume-tips__heading {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 8px 0 15px 10px;
}
.resume-resume-tips .resume-tips__heading svg {
top: -1px;
position: relative;
margin-right: 8px;
height: 21px;
width: 21px;
}
.resume-resume-tips .resume-tips__list {
display: block;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.resume-resume-tips .resume-tips__item {
width: 100%;
margin: 0;
padding: 0 10px 15px 28px;
line-height: 22px;
position: relative;
}
.resume-resume-tips .resume-tips__item:last-child {
border-bottom: 0;
padding-bottom: 15px;
}
.resume-resume-tips .resume-tips__item .resume-tips__item-count {
position: absolute;
left: 12px;
top: 0;
font-size: 14px;
}
.modal--resume-tips .modal-content {
top: 50%;
max-width: 600px;
margin-left: -300px;
margin-top: -293px;
padding: 0;
}
@media screen and (max-width: 630px) {
.modal--resume-tips .modal-content {
left: 0;
margin-left: 0;
width: 100%;
height: 100%;
margin-top: 0 !important;
top: 0;
border-radius: 0;
}
}
@media screen and (max-width: 630px) {
.modal--resume-tips .modal__button {
color: #4c4c4c !important;
}
}
.resume-tips__shadow-bottom {
display: none;
}
@media screen and (max-width: 630px) {
.resume-tips__shadow-bottom {
position: absolute;
display: inline-block;
bottom: 0;
left: 25px;
height: 50px;
font-size: 1px;
width: calc(100% - 50px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fffaec));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fffaec);
}
}
.modal-active {
overflow: hidden;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.75);
z-index: 999999;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.modal-overlay.entered {
opacity: 1;
}
.modal-overlay.entered .modal-content {
-webkit-transform: scale(1);
transform: scale(1);
}
.modal-content {
position: absolute;
background: #fff;
padding: 25px;
width: 100%;
max-width: 500px;
left: 50%;
top: 50%;
border-radius: 8px;
margin-top: -95px;
margin-left: -250px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
-webkit-transform: scale(0);
transform: scale(0);
}
.modal__button {
position: fixed;
right: 0;
top: 0;
cursor: pointer;
height: 50px;
width: 50px;
font-size: 32px;
color: rgba(255, 255, 255, 0.7);
border: none;
background: none;
}
.modal__button:focus {
outline: none;
}
.modal--resume-settings h2 {
padding: 0;
}
.modal--resume-settings h2,
.modal--resume-settings p {
margin: 0;
text-align: center;
}
.modal--resume-settings p {
padding: 20px 0 25px;
}
.modal--resume-settings textarea {
position: relative;
display: inline-block;
padding: 9px 13px;
margin: 20px 0 8px;
min-height: 125px;
font-size: 15px;
width: 100%;
border-radius: 8px;
border: 1px solid #dedede;
}
.modal--resume-settings .modal-content {
top: 50%;
max-width: 600px;
margin-left: -300px;
margin-top: -293px;
padding: 0;
}
@media screen and (max-width: 630px) {
.modal--resume-settings .modal-content {
left: 0;
margin-left: 0;
width: 100%;
height: 100%;
margin-top: 0 !important;
top: 0;
border-radius: 0;
}
}
@media screen and (max-width: 630px) {
.modal--resume-settings .modal__button {
color: #4c4c4c !important;
}
}
.modal--resume-settings .form__select-element {
background: #fff;
}
.modal--resume-settings .resume-settings {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
background: #f8f8f8;
border-radius: 8px;
padding: 20px;
}
@media screen and (max-width: 630px) {
.modal--resume-settings .resume-settings {
height: 100%;
overflow: scroll;
padding-bottom: 40px;
-webkit-overflow-scrolling: touch;
}
}
.modal--resume-settings .resume-settings__setting {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 20px 10px;
border-top: 1px solid #dddbdb;
}
.modal--resume-settings .resume-settings__setting:first-child {
border-top: 0;
padding-top: 8px;
}
.modal--resume-settings .resume-settings__setting:last-child {
padding-bottom: 8px;
}
.modal--resume-settings .resume-settings__header {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 0 0 15px;
}
.modal--resume-settings .resume-settings__header svg {
top: -1px;
position: relative;
margin-right: 8px;
height: 21px;
width: 21px;
}
.modal--resume-settings .resume-settings__text {
display: inline-block;
text-align: left;
line-height: 20px;
width: 100%;
margin: 0;
padding: 0 0 10px;
}
.modal--resume-settings .form-element {
background: #fff;
}
.resume-settings__shadow-bottom {
display: none;
}
@media screen and (max-width: 630px) {
.resume-settings__shadow-bottom {
position: absolute;
display: inline-block;
bottom: 0;
left: 25px;
height: 50px;
font-size: 1px;
width: calc(100% - 50px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f8f8f8));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f8f8f8);
}
}
.modal--user-review {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
padding: 15px;
background: #fffaec;
border-radius: 8px;
}
@media screen and (max-width: 630px) {
.modal--user-review {
height: 100%;
}
}
.modal--user-review h2 {
padding: 0;
text-align: left;
}
.modal--user-review h2,
.modal--user-review p {
margin: 0;
}
.modal--user-review p {
padding: 20px 0 25px;
text-align: center;
}
.modal--user-review .modal-content {
padding-top: 15px;
}
.modal--user-review .user-review__heading {
padding: 5px 0 15px;
}
.modal--user-review .user-review__heading,
.modal--user-review .user-review__stars-helper {
display: inline-block;
text-align: left;
width: 100%;
margin: 0;
}
.modal--user-review .user-review__stars-helper {
padding: 0 0 5px;
font-size: 12px;
}
.modal--user-review .user-review__stars-list {
display: inline-block !important;
background: #f2f2f2;
list-style: none;
width: 100%;
margin: 0;
padding: 15px;
border-radius: 6px;
}
.modal--user-review .user-review__stars-list .user-review__stars-item {
float: left;
display: inline-block;
border-radius: 3px;
max-width: 40px;
height: 40px;
margin: 0 10px 0 0;
cursor: pointer;
background: #e5e5e5;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--red {
background: #ff3722;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--orange {
background: #ff8622;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--yellow {
background: #ffce00;
}
.modal--user-review .user-review__stars-list .user-review__stars-item.user-review__stars-item--green {
background: #73cf12;
}
.modal--user-review .user-review__stars-list .user-review__stars-item .svg--star {
display: inline-block;
margin: 0;
padding: 0;
height: 38px;
width: 38px;
fill: #fff;
}
.user-review__form-row {
display: inline-block;
width: 100%;
}
.user-review__form-row textarea {
display: inline-block;
width: 100%;
min-height: 75px;
border-radius: 3px;
border: 1px solid #dbdbdb;
padding: 10px;
font-size: 14px;
}
.user-review__form-row textarea.user-review__description-negative {
height: 30px;
}
.user-review__form-label {
display: inline-block;
width: 100%;
padding: 10px 0 5px;
}
.user-review__form-button {
display: inline-block;
float: right;
margin: 15px 0 0;
padding: 10px 13px 11px;
outline: 0;
position: relative;
font-size: 14px;
border-radius: 3px;
border: none;
cursor: pointer;
font-weight: 700;
text-decoration: none;
color: #fff;
background: #1e88e5;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.user-review__form-button.user-review__form-button--active {
padding-left: 34px;
}
.user-review__form-button:hover {
text-decoration: underline;
}
.user-review__form-button .spinner {
position: absolute;
top: 12px;
left: 10px;
}
@media screen and (max-width: 630px) {
.modal--user-review .modal-content {
left: 0;
margin-left: 0;
width: 100%;
height: 100%;
max-width: 1000px;
margin-top: 0 !important;
top: 0;
border-radius: 0;
padding-left: 0;
padding-right: 0;
}
.modal--user-review .modal-content .user-review {
height: 100% !important;
overflow: scroll;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 630px) {
.modal--user-review .modal__button {
color: #4c4c4c !important;
}
}
.user-review__shadow-bottom {
display: none;
}
@media screen and (max-width: 630px) {
.user-review__shadow-bottom {
position: absolute;
display: inline-block;
bottom: 0;
left: 25px;
height: 50px;
font-size: 1px;
width: calc(100% - 50px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f8f8f8));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f8f8f8);
}
}
.modal--user-review .modal-content {
height: 500px;
}
.modal--user-review .modal-content .trustpilot--iframe {
position: absolute;
left: 0;
top: 0;
border-radius: 8px;
}
.user-review__form-buttons {
display: none;
}
.user-review__form-buttons--choose {
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.user-review__form-buttons--choose button {
min-width: 150px;
display: inline-block;
}
.user-review__form-buttons--choose button.button--green {
background: #2dc36a;
}
.react-spinner-material {
width: 80px;
height: 80px;
border-radius: 50%;
border: 10px solid #333;
box-sizing: border-box;
-webkit-animation: rsm-sweep 1s linear alternate infinite, rsm-rotate 0.8s linear infinite;
animation: rsm-sweep 1s linear alternate infinite, rsm-rotate 0.8s linear infinite;
}
@keyframes rsm-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes rsm-rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes rsm-sweep {
0% {
-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 50%, 0% 0%, 0% 0%, 0% 0%);
clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 50%, 0% 0%, 0% 0%, 0% 0%);
}
50% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 50%, 100% 0%, 100% 0%, 0% 0%);
clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 50%, 100% 0%, 100% 0%, 0% 0%);
}
100% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0%, 0% 0%);
clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0%, 0% 0%);
}
}
@-webkit-keyframes rsm-sweep {
0% {
-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 50%, 0% 0%, 0% 0%, 0% 0%);
}
50% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 50%, 100% 0%, 100% 0%, 0% 0%);
}
100% {
-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0%, 0% 0%);
}
}
.form-element {
float: left;
display: inline;
position: relative;
margin: 0;
padding: 0;
}
.form-element label {
display: inline-block;
padding: 0 0 8px;
}
.form-element label.error {
color: #f83b4e;
}
.form-element:nth-child(2n) .error-msg {
left: 7px;
padding-left: 1px;
}
.form-element input[type="date"],
.form-element input[type="password"],
.form-element input[type="text"],
.form-element input[type="file"],
.form-element select {
width: 100%;
background-color: #fff;
border: 2px solid #eaeaea;
border-radius: 3px;
padding: 0 14px 1px;
height: 48px;
font-size: 16px;
-webkit-appearance: none;
}
.form-element input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px #fff inset;
}
.form-element input::-webkit-contacts-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}
.form-element select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.form-element input::-ms-clear,
.form-element input::-ms-reveal,
.form-element select::-ms-clear,
.form-element select::-ms-expand {
display: none;
}
.form-element .form-select-custom {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
background-color: transparent;
background-image: none;
padding-left: 14px;
border: 2px solid #eaeaea;
cursor: pointer;
border-radius: 3px;
outline: none;
}
.form-element .form-select-custom--arrow {
width: 0;
height: 0;
float: right;
display: inline;
margin: -23px 13px 0 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #4c4c4c;
}
.form-element input[type="text"]:disabled {
cursor: not-allowed;
opacity: 0.55;
background: #f8f9fb;
}
.form-element input:focus+.error-msg {
display: inline;
opacity: 1;
color: #ff5757;
}
@media screen and (max-width: 500px) {
.form-element input:focus+.error-msg {
display: none;
}
}
.form-element input.error,
.form-element select.error,
.form-element textarea.error {
border: 2px solid #ffb6b6;
}
.form-element input:focus {
outline-color: #7eb7f6;
border: 1px solid #7eb7f6;
-webkit-box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0);
box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0);
}
.form-element select:focus {
outline-color: #7eb7f6;
border: 2px solid rgba(137, 193, 255, 0.91);
-webkit-box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0.12);
box-shadow: 0 0 2px 1px rgba(126, 183, 246, 0.62);
}
.form-element input.error:focus,
.form-element select.error:focus,
.form-element textarea.error:focus {
outline-color: #ff9595;
border: 2px solid #ffb6b6;
border-radius: 4px;
-webkit-box-shadow: inset 0 2px 0 rgba(253, 40, 40, 0.12);
box-shadow: inset 0 2px 0 rgba(253, 40, 40, 0.12);
}
.form-element .error-msg {
position: absolute;
top: 0;
left: 0;
opacity: 0;
background: #fff;
width: calc(100% - 12px);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.form-element__custom-checkbox--holder {
float: left;
display: inline;
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.form-element__custom-checkbox--holder label {
float: left;
display: inline;
width: 100%;
padding-bottom: 0;
}
.form-element__custom-checkbox--holder input {
display: none;
}
.form-element__custom-checkbox--label {
float: left;
display: inline;
position: relative;
left: 12px;
top: 9px;
margin: 0;
padding: 0;
width: auto;
}
.form-element__custom-checkbox--switch {
float: left;
display: inline;
position: relative;
height: 36px;
width: auto;
min-width: 85px;
border-radius: 20px;
border: 1px solid #ff3232;
background: #ff3232;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.form-row--reference-on-request .form-element__custom-checkbox--switch {
border: 1px solid #99a6ab;
background: #a4afb5;
}
.form-element__custom-checkbox--switch.active {
border: 1px solid #2dc36a;
background: #2dc36a;
}
.form-element__custom-checkbox--switch-label {
float: left;
display: inline;
position: relative;
top: 7px;
margin: 0;
padding: 0 13px;
width: 100%;
color: #fff;
text-align: right;
font-weight: 700;
}
.form-element__custom-checkbox--switch-label.active {
text-align: left;
}
.form-element__custom-checkbox--btn {
position: absolute;
left: 2px;
top: 2px;
height: 30px;
width: 30px;
z-index: 3;
border-radius: 20px;
border: 1px solid #fff;
color: #fff;
font-size: 16px;
background: #fff;
cursor: pointer;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
-webkit-transition: 0.2s;
transition: 0.2s;
text-align: left;
}
.form-element__custom-checkbox--btn.active {
left: 100%;
margin-left: -33px;
text-align: right;
}
button::-moz-focus-inner {
border: 0;
}
.ql-editor {
max-height: 225px;
min-height: 72px;
}
.ql-editor p {
color: #4c4c4c;
}
.ql-editor ol,
.ql-editor ul {
padding-left: 0 !important;
color: #4c4c4c;
}
.ql-editor ol li {
padding-left: 15px !important;
}
.ql-editor ul li {
padding-left: 10px !important;
}
.ql-toolbar.ql-snow {
border-radius: 3px 3px 0 0;
}
.ql-container.ql-snow {
border-radius: 0 0 3px 3px;
}
.form-section.form-section--payment-status-message {
padding-bottom: 10px;
margin-bottom: 20px;
}
.error-message {
display: block;
margin: 0 0 20px;
padding: 15px 20px;
width: 100%;
color: #f51414;
border-radius: 4px;
background: #ffdfdf;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 1;
}
.error-message a {
color: #f51414;
text-decoration: underline;
}
.error-message--icon {
display: inline-block;
margin: 0 15px 0 0;
padding: 0;
}
.error-message--text {
display: inline;
margin: 2px 0 0;
padding: 0;
}
</style><style type="text/css">.dashboard__jobs .form-section {
margin-bottom: 25px;
}
.dashboard__jobs .form__form-row {
margin-bottom: 0;
}
.dashboard__jobs button {
padding: 10px 10px 11px;
}
.dashboard__jobs .form-element.jobtype .form-select-custom {
border-radius: 0 3px 3px 0;
}
.dashboard__jobs .form-element.search input {
border-radius: 3px 0 0 3px;
}
.dashboard__jobs .form-element.city input {
border-radius: 3px 0 0 3px;
}
.dashboard__jobs .form-element.radius .form-select-custom {
border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 700px) {
.dashboard__jobs .btn__green-fill {
float: left !important;
position: relative;
left: 50%;
margin-left: -75px;
margin-top: 20px;
min-width: 150px !important;
}
}
.page-jobs__fields-left {
float: left;
display: inline;
margin: 0;
padding: 0;
width: calc(55% - 90px);
}
.page-jobs__fields-left .form-element {
width: calc(100% - 120px);
}
.page-jobs__fields-left .form-element:nth-child(2n) {
width: 120px;
}
@media screen and (max-width: 700px) {
.page-jobs__fields-left {
width: 100%;
}
.page-jobs__fields-left .form-element {
width: calc(100% - 150px);
}
.page-jobs__fields-left .form-element:nth-child(2n) {
width: 150px;
}
}
.page-jobs__fields-right {
float: left;
display: inline;
margin: 0 0 0 15px;
padding: 0;
width: calc(45% - 50px);
}
.page-jobs__fields-right .form-element {
width: calc(100% - 120px);
}
.page-jobs__fields-right .form-element:nth-child(2n) {
width: 120px;
}
@media screen and (max-width: 700px) {
.page-jobs__fields-right {
width: 100%;
margin-top: 15px;
margin-left: 0;
}
.page-jobs__fields-right .form-element {
width: calc(100% - 150px);
}
.page-jobs__fields-right .form-element:nth-child(2n) {
width: 150px;
}
}
.jobs__list {
margin: 0;
padding: 0;
}
.jobs__list,
.jobs__list-item {
display: inline-block;
width: 100%;
}
.jobs__list-item {
position: relative;
margin: 0 0 25px;
padding: 25px;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.jobs__list-item:hover h3 {
text-decoration: underline;
}
.jobs__list-item h3 {
color: #00aeef;
margin: 0 0 15px;
}
.jobs__list-item p {
margin: 0;
}
.jobs__list-item a {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100% !important;
}
.page-jobs__scroll-end {
margin: 0;
padding: 10px 0 40px;
}
.page-jobs__scroll-end,
.page-jobs__spinner {
float: left;
display: inline;
width: 100%;
text-align: center;
}
.page-jobs__spinner {
margin: 0 0 150px;
padding: 0;
}
.page-jobs__spinner .spinner {
display: inline-block !important;
}
.dashboard__resumes .fade-entering {
opacity: 0.01;
}
.dashboard__resumes .fade-entered {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.dashboard__resumes .fade-exiting {
opacity: 1;
}
.dashboard__resumes .fade-exit.fade-exit-active {
opacity: 0.01;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.resume__examples {
margin: 0 0 10px;
padding: 0;
}
.resume__example,
.resume__examples {
float: left;
display: inline;
width: 100%;
}
.resume__example {
position: relative;
margin: 0 0 25px;
padding-top: 30px;
padding-left: 200px;
min-height: 246px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media screen and (max-width: 600px) {
.resume__example {
padding-left: 140px;
min-height: 178px;
}
}
@media screen and (max-width: 500px) {
.resume__example {
padding: 25px 15px;
min-height: 310px;
text-align: center;
}
}
.resume__example--title {
position: relative;
cursor: pointer !important;
}
.resume__example--title:hover h2 {
color: #626ccc;
}
.resume__example--title:hover:hover svg {
opacity: 1;
}
.resume__example--title h2 {
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
cursor: pointer;
margin: 0;
}
.resume__example--title p {
font-size: 13px;
}
@media screen and (max-width: 500px) {
.resume__example--title {
text-align: left;
}
}
.resume__example--title-text {
font-weight: 600;
font-size: 22px;
}
.resume__example--title-text svg {
opacity: 0;
position: relative;
top: -2px;
left: 5px;
height: 20px;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.resume__example--title-text:hover svg {
opacity: 1;
}
.resume__example--title-change.form-element {
position: absolute;
cursor: pointer;
display: inherit;
float: none;
top: -10px;
left: 0;
width: 100%;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.resume__example--title-change.form-element .spinner,
.resume__example--title-change.form-element canvas {
position: absolute;
right: 13px;
top: 13px;
}
.resume__example--title-change.form-element input {
font-weight: 400;
}
.resume__template-info {
display: inline-block;
display: none;
width: 100%;
font-size: 13px;
margin: 0;
padding: 0 0 20px;
}
.resume__template-color {
display: inline-block;
position: relative;
top: 2px;
margin: 0;
padding: 0;
height: 14px;
width: 14px;
border-radius: 50%;
}
.resume__template-name {
display: inline-block;
margin: 0 0 0 7px;
padding: 0;
}
.resume__example--buttons {
position: relative;
width: 100%;
display: inline-block;
margin: 5px 0 0;
}
.resume__example--buttons .btn__grey {
float: left;
margin-right: 10px;
}
.resume__example--buttons .btn__grey:last-child {
padding-bottom: 29px;
min-height: 40px;
}
.resume__example--buttons .btn__grey:last-child svg {
top: 10;
}
.btn__blue-fill {
margin-right: 10px;
}
.fade-enter {
opacity: 0.01;
-webkit-transform: scale(0);
transform: scale(0);
}
.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.fade-exit {
opacity: 0.01;
}
.fade-exit,
.fade-exit.fade-exit-active {
-webkit-transform: scale(0);
transform: scale(0);
}
.fade-exit.fade-exit-active {
opacity: 1;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.btn {
position: relative;
}
.resume__example--menu {
position: absolute;
bottom: 50px;
background: #fff;
border-radius: 6px;
padding: 5px 15px;
width: 175px;
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
}
.resume__example--menu.resume__example--menu-more {
right: -60px;
}
.resume__example--menu.resume__example--menu-edit {
right: 25px;
}
.resume__example--menu-item {
float: left;
display: inline;
text-align: left;
margin: 0;
padding: 10px 0;
width: 100%;
border-bottom: 1px solid #e0e0e0;
}
.resume__example--menu-item svg {
position: relative;
top: -2px;
left: 0;
height: 22px;
width: 18px;
}
.resume__example--menu-item.last {
border-bottom: none;
padding: 10px 0 5px;
}
.resume__example--menu-item.remove {
color: red;
border-bottom: none;
padding: 15px 0 10px;
}
.resume__example--menu-item.remove svg {
position: relative;
top: -1px;
left: 0;
height: 20px;
width: 20px;
margin-right: 7px;
}
.resume__example--menu-item:last-child {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}
.resume__example--menu-item--arrow-bg {
position: absolute;
display: inline-block;
bottom: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #e3e3e3;
}
.resume__example--menu-item--arrow {
position: absolute;
display: inline-block;
bottom: -7px;
left: 50%;
margin-left: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #fff;
}
.resume__example--image {
position: absolute;
left: 32px;
top: 32px;
margin: 0;
padding: 0;
border: 1px solid #e4e4e4;
border-radius: 3px;
display: inline;
-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
}
.resume__example--image img {
padding: 10px;
width: 131px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.resume__example--image img.fade-enter {
opacity: 0.01;
}
.resume__example--image img.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.resume__example--image img.fade-exit {
opacity: 0.01;
}
.resume__example--image img.fade-exit.fade-exit-active {
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
.resume__example--image img {
width: 92px;
}
}
@media screen and (max-width: 500px) {
.resume__example--image {
left: auto;
top: auto;
display: inline-block;
position: relative;
text-align: center;
width: 100%;
max-width: 350px;
margin-bottom: 25px;
-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
}
.resume__example--image img {
position: relative;
display: inline-block;
height: auto;
width: 100%;
}
}
.saved-message {
position: absolute;
right: 20px;
top: 20px;
background: #4c4c4c;
border-radius: 4px;
color: #fff;
font-size: 12px;
padding: 4px 8px 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.saved-message.save-message--wizard {
position: fixed;
width: auto;
bottom: 5px;
left: 5px;
top: auto;
right: auto;
}
.saved-message.fade-exited {
opacity: 0;
}
.page__header h1 {
text-align: center;
font-size: 40px;
margin: 0;
padding: 0;
color: #fff;
margin-bottom: 33px;
}
._1V7bl8Mn9LIYznoaPtcDjM {
position: relative;
}
._2_HM1NSjRN9l0e1nC7nJUE {
align-items: center;
cursor: pointer;
display: flex;
}
._2_HM1NSjRN9l0e1nC7nJUE:after {
border-left: 6px solid transparent;
border-radius: 1px;
border-right: 6px solid transparent;
border-top: 8px solid #687282;
content: "";
height: 0;
position: absolute;
right: 12px;
width: 0;
}
._15cE1k8rLsRopMrcOEbFT0:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.OJN-IV-Z846cw889If_ck {
background: #fff;
display: none;
list-style: none;
margin: 0 0 50px;
overflow-y: auto;
padding: 0;
position: absolute;
width: 100%;
z-index: 1;
}
.OJN-IV-Z846cw889If_ck._3oIIndL81vEOtCMf8AyVQ7 {
display: block;
}
._3nwm2BGxEnm6kq8wFZ2YXx {
align-items: center;
display: flex;
}
@supports (-webkit-appearance: -apple-pay-button) {
._2tchcj0uRILKA5MP6tjDvL {
-webkit-appearance: -apple-pay-button;
cursor: pointer;
display: inline-block;
}
._2IF70NxrCsdOUFS6xkTjhx {
-apple-pay-button-style: #000;
}
._2GxYi3kZjdpB9JowSkwOPa {
-apple-pay-button-style: #fff;
}
.xtmollh2ofF1JhveE9z3A {
-apple-pay-button-style: white-outline;
}
.YfKxAEVPCka5nlbPBxToZ {
-apple-pay-button-type: plain;
}
._2GdPSeYpKoJmHdBtzbLEtx {
-apple-pay-button-type: buy;
}
.gDj2-eAXUrMWvX4XDQ2Lm {
-apple-pay-button-type: donate;
}
._3lIGFvB1XkXzYIXt0H7rbH {
-apple-pay-button-type: check-out;
}
._1Lg4RU3WrO9ljB_zvUic79 {
-apple-pay-button-type: book;
}
._1jMbG4PDfZH_Kcg5xrHSvY {
-apple-pay-button-type: subscribe;
}
}
@supports not (-webkit-appearance: -apple-pay-button) {
._2tchcj0uRILKA5MP6tjDvL {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100% 60%;
border-radius: 5px;
box-sizing: border-box;
display: inline-block;
max-height: 64px;
min-height: 32px;
min-width: 200px;
padding: 0;
}
._2IF70NxrCsdOUFS6xkTjhx {
background-color: #000;
background-image: -webkit-named-image(apple-pay-logo-white);
}
._2GxYi3kZjdpB9JowSkwOPa,
.xtmollh2ofF1JhveE9z3A {
background-color: #fff;
background-image: -webkit-named-image(apple-pay-logo-black);
}
.xtmollh2ofF1JhveE9z3A {
border: 0.5px solid #000;
}
}
.lvpEoe09xnQiPr56XiHci {
position: relative;
}
.lvpEoe09xnQiPr56XiHci *,
.lvpEoe09xnQiPr56XiHci :after,
.lvpEoe09xnQiPr56XiHci :before {
box-sizing: border-box;
}
.BN_1SqR6X8UcFX1kOZVSU {
-webkit-transform: translateY(-50%);
border-radius: 3px;
height: 26px;
left: 0;
margin-left: 7px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
}
._31yNxrg7nSg8IczFns77tr {
opacity: 1;
}
._19r4mfHgo8YVPCBUBUqXU- {
display: none;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
._1z8dznqPW7E2tqrc82TH0r {
display: block;
}
.WdZ0KMVGB7pu6l_fGmM8- {
opacity: 0;
}
._2xICFHwjdFhAlqpxw__f0L {
display: block;
max-height: 100px;
}
._38C23iUhN4S690NQXJcO4E {
display: none;
}
._3Zv4aKcy4a8JeHCrDXCKhM {
list-style: none;
margin: 0 0 16px;
padding: 0;
}
._3Gap5KsFG4hMtIx_Kqfz1y {
display: none;
}
._1DnSLUAZfUR2sQ97-xQ4fy ._3Gap5KsFG4hMtIx_Kqfz1y {
display: block;
}
.QrZLILy4kfBaOI5v9xwkn {
margin-right: 16px;
}
._1paGb0u5hOi6W-DEdqltJy {
height: 26px;
width: 40px;
}
._3irizD8SdiLQZQqJDnqTko {
display: block;
max-height: 60px;
}
._1DnSLUAZfUR2sQ97-xQ4fy {
max-height: 100%;
}
.password-strength {
float: left;
display: inline;
position: relative;
margin: 10px 0 0;
padding: 0;
width: 100%;
max-width: 200px;
height: 10px;
border-radius: 2px;
background: #dddbdb;
}
.password-strength__bar {
height: 10px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
background: #2ec26a;
border-radius: 2px;
}
.password-strength__bar.veryWeak {
background: #ff3f3f;
}
.password-strength__bar.weak {
background: #f37c15;
}
.password-strength__bar.good {
background: #fbc10f;
}
.password-strength__bar.strong {
background: #06ce57;
}
.password-strength__bar.hide {
display: none;
}
.password-strength__label {
position: absolute;
display: inline-block;
right: 0;
top: -3px;
width: 100px;
font-size: 11px;
font-weight: 700;
margin-right: -105px;
}
.password-strength__separator {
position: absolute;
height: 100%;
width: 0;
top: 0;
border-right: 1px solid #fff;
}
.modal-review h2 {
pading: 0;
}
.modal-review h2,
.modal-review p {
margin: 0;
text-align: center;
}
.modal-review p {
padding: 20px 0 25px;
}
.modal-review textarea {
position: relative;
display: inline-block;
padding: 9px 13px;
margin: 20px 0 8px;
min-height: 125px;
font-size: 15px;
width: 100%;
border-radius: 8px;
border: 1px solid #dedede;
}
.dashboard__settings .modal__button--close {
display: none;
}
.button__review {
font-size: 16px;
font-weight: 600;
border: none;
cursor: pointer;
min-width: 85px;
margin: 0 5px;
padding: 11px 20px 12px;
border-radius: 4px;
}
.button__review.button__review--green {
color: #fff;
background: #02b57a;
}
.button__review.button__review--grey {
background: #e2e2e2;
}
.button__review.button__review--red {
color: #fff;
background: #e53935;
}
.button__review.button__review--blue {
color: #fff;
background: #1e88e5;
}
.button__review:hover {
text-decoration: underline;
}
.button__review:focus {
outline: none;
}
.button__review:disabled {
opacity: 0.75;
}
.modal-review__buttons {
display: inline-block;
position: relative;
text-align: center;
width: 100%;
margin: 0;
padding: 0 0 5px;
}
.iframe--trustpilot {
height: 80vh;
width: 100%;
}
.close--trustpilot {
position: absolute;
right: 7px;
top: 1px;
cursor: pointer;
color: #bdbdbd;
font-size: 22px;
font-weight: 700;
}
.modal-review--trustpilot .modal-content {
width: 100%;
left: 50%;
margin-left: -415px;
max-width: 830px;
}
@media screen and (max-width: 700px) {
.modal-review--trustpilot .modal-content {
height: 100vh;
top: 0;
margin-top: 0 !important;
left: 0;
margin-left: 0;
}
}
.page-emails .btn__large {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.page-emails .btn__large.fade-exited {
opacity: 0;
}
.page-emails .form__form-row {
position: inherit;
}
.page-emails .form-element {
width: 100%;
}
.page-emails .form-element.col-2 {
float: left;
display: inline;
width: 50%;
}
.page-emails .form-element.col-2.form-element--salutation {
width: 200px;
padding-right: 5px !important;
}
.page-emails .form-element.col-2.form-element--first-name {
width: calc(50% - 100px);
}
.page-emails .form-element.col-2.form-element--last-name {
width: calc(50% - 100px);
padding-left: 15px;
padding-right: 0 !important;
}
@media screen and (max-width: 400px) {
.page-emails .btn-medium--delete {
float: left;
padding-right: 2px;
text-indent: -99999px;
}
.page-emails .btn-medium--delete span {
text-indent: 0;
}
}
.page-emails .ql-editor {
min-height: 225px;
}
.fade-exited {
opacity: 0;
}
.form__email {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form__email.fade-exited,
.form__email.fade-exiting {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.form__email.fade-exited {
top: 0;
left: 0;
position: absolute;
}
.form__email.fade-enter {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.btn__grey {
float: right;
position: relative;
margin-top: 13px;
margin-left: 15px;
padding-left: 35px;
background: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn__grey.btn-medium--delete {
float: left;
margin-left: 0;
}
.btn__grey.fade-exited {
opacity: 0;
}
.btn__grey .icon {
top: 7px;
left: 8px;
position: absolute;
}
.ql-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
height: 100%;
margin: 0;
position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
pointer-events: none;
}
.ql-clipboard {
left: -100000px;
height: 1px;
overflow-y: hidden;
position: absolute;
top: 50%;
}
.ql-clipboard p {
margin: 0;
padding: 0;
}
.ql-editor {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.42;
height: 100%;
outline: 0;
overflow-y: auto;
padding: 12px 15px;
-o-tab-size: 4;
tab-size: 4;
-moz-tab-size: 4;
text-align: left;
white-space: pre-wrap;
word-wrap: break-word;
}
.ql-editor>* {
cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
margin: 0;
padding: 0;
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
padding-left: 1.5em;
}
.ql-editor ol>li {
list-style-type: none;
}
.ql-editor ul>li {
list-style-type: none;
}
.ql-editor ul>li:before {
content: "\2022";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
pointer-events: none;
}
.ql-editor ul[data-checked="false"]>li *,
.ql-editor ul[data-checked="true"]>li * {
pointer-events: all;
}
.ql-editor ul[data-checked="false"]>li:before,
.ql-editor ul[data-checked="true"]>li:before {
color: #777;
cursor: pointer;
pointer-events: all;
}
.ql-editor ul[data-checked="true"]>li:before {
content: "\2611";
}
.ql-editor ul[data-checked="false"]>li:before {
content: "\2610";
}
.ql-editor li:before {
display: inline-block;
white-space: nowrap;
width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
margin-left: -1.5em;
margin-right: 0.3em;
text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
margin-left: 0.3em;
margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
padding-right: 1.5em;
}
.ql-editor ol li {
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
counter-increment: list-0;
}
.ql-editor ol li:before {
content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
padding-right: 28.5em;
}
.ql-editor .ql-video {
display: block;
max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
background-color: #000;
}
.ql-editor .ql-bg-red {
background-color: #e60000;
}
.ql-editor .ql-bg-orange {
background-color: #f90;
}
.ql-editor .ql-bg-yellow {
background-color: #ff0;
}
.ql-editor .ql-bg-green {
background-color: #008a00;
}
.ql-editor .ql-bg-blue {
background-color: #06c;
}
.ql-editor .ql-bg-purple {
background-color: #93f;
}
.ql-editor .ql-color-white {
color: #fff;
}
.ql-editor .ql-color-red {
color: #e60000;
}
.ql-editor .ql-color-orange {
color: #f90;
}
.ql-editor .ql-color-yellow {
color: #ff0;
}
.ql-editor .ql-color-green {
color: #008a00;
}
.ql-editor .ql-color-blue {
color: #06c;
}
.ql-editor .ql-color-purple {
color: #93f;
}
.ql-editor .ql-font-serif {
font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
font-size: 0.75em;
}
.ql-editor .ql-size-large {
font-size: 1.5em;
}
.ql-editor .ql-size-huge {
font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
direction: rtl;
text-align: inherit;
}
.ql-editor .ql-align-center {
text-align: center;
}
.ql-editor .ql-align-justify {
text-align: justify;
}
.ql-editor .ql-align-right {
text-align: right;
}
.ql-editor .ql-embed-selected {
border: 1px solid #777;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ql-editor.ql-blank:before {
color: rgba(0, 0, 0, 0.6);
content: attr(data-placeholder);
font-style: italic;
pointer-events: none;
position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
clear: both;
content: "";
display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
background: 0 0;
border: none;
cursor: pointer;
display: inline-block;
float: left;
height: 24px;
padding: 3px 5px;
width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
float: left;
height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
outline: 0;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover {
color: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
color: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter {
stroke: #06c;
}
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter {
stroke: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
stroke: #06c;
}
.ql-snow {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ql-snow * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ql-snow .ql-hidden {
display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
visibility: hidden;
}
.ql-snow .ql-tooltip {
position: absolute;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
cursor: pointer;
text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.ql-snow .ql-formats {
display: inline-block;
vertical-align: middle;
}
.ql-snow .ql-formats:after {
clear: both;
content: "";
display: table;
}
.ql-snow .ql-stroke {
fill: none;
stroke: #444;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
fill: none;
stroke: #444;
stroke-miterlimit: 10;
stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
fill: #444;
}
.ql-snow .ql-empty {
fill: none;
}
.ql-snow .ql-even {
fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
stroke-width: 1;
}
.ql-snow .ql-transparent {
opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
display: none;
}
.ql-snow .ql-editor h1 {
font-size: 2em;
}
.ql-snow .ql-editor h2 {
font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
font-size: 1em;
}
.ql-snow .ql-editor h5 {
font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
font-size: 0.67em;
}
.ql-snow .ql-editor a {
text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
border-left: 4px solid #ccc;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
background-color: #f0f0f0;
border-radius: 3px;
}
.ql-snow .ql-editor pre {
white-space: pre-wrap;
margin-bottom: 5px;
margin-top: 5px;
padding: 5px 10px;
}
.ql-snow .ql-editor code {
font-size: 85%;
padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
background-color: #23241f;
color: #f8f8f2;
overflow: visible;
}
.ql-snow .ql-editor img {
max-width: 100%;
}
.ql-snow .ql-picker {
color: #444;
float: left;
font-size: 14px;
font-weight: 500;
height: 24px;
vertical-align: middle;
}
.ql-snow .ql-picker,
.ql-snow .ql-picker-label {
display: inline-block;
position: relative;
}
.ql-snow .ql-picker-label {
cursor: pointer;
height: 100%;
padding-left: 8px;
padding-right: 2px;
width: 100%;
}
.ql-snow .ql-picker-label:before {
display: inline-block;
line-height: 22px;
}
.ql-snow .ql-picker-options {
background-color: #fff;
display: none;
min-width: 100%;
padding: 4px 8px;
position: absolute;
white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
cursor: pointer;
display: block;
padding-bottom: 5px;
padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
color: #ccc;
z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
display: block;
margin-top: -1px;
top: 100%;
z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg {
right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-label svg {
right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
height: 24px;
width: 24px;
padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
padding: 3px 5px;
width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
border: 1px solid transparent;
float: left;
height: 16px;
margin: 2px;
padding: 0;
width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
position: absolute;
margin-top: -9px;
right: 0;
top: 50%;
width: 18px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before {
content: attr(data-label);
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before {
content: attr(data-label);
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
background-color: #000;
}
@media (pointer: coarse) {
.ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
color: #444;
}
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
fill: #444;
}
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
fill: #444;
}
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
stroke: #444;
}
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
stroke: #444;
}
}
.ql-toolbar.ql-snow {
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker-options {
border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
border-color: #000;
}
.ql-toolbar.ql-snow+.ql-container.ql-snow {
border-top: 0;
}
.ql-snow .ql-tooltip {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: 0 0 5px #ddd;
box-shadow: 0 0 5px #ddd;
color: #444;
padding: 5px 12px;
white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
content: "Visit URL:";
line-height: 26px;
margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
display: none;
border: 1px solid #ccc;
font-size: 13px;
height: 26px;
margin: 0;
padding: 3px 5px;
width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
display: inline-block;
max-width: 200px;
overflow-x: hidden;
text-overflow: ellipsis;
vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
border-right: 1px solid #ccc;
content: "Edit";
margin-left: 16px;
padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
content: "Remove";
margin-left: 8px;
}
.ql-snow .ql-tooltip a {
line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
border-right: 0;
content: "Save";
padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]:before {
content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]:before {
content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]:before {
content: "Enter video:";
}
.ql-snow a {
color: #06c;
}
.ql-container.ql-snow {
border: 1px solid #ccc;
}
.emails__list {
float: left;
display: inline;
margin: 0 0 20px;
padding: 0;
width: 100%;
}
.emails__item {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.emails__item.fade-exit {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
top: 0;
left: 0;
position: absolute;
}
.emails__item.fade-enter {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.emails__item {
padding: 30px;
background: #fff;
border-radius: 4px;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.emails__item .form-section {
position: relative;
z-index: 9;
border-radius: 0;
border-top: 0 solid #ccc;
margin: -60px 0 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.emails__item {
float: left;
display: inline;
margin: 0 0 25px;
padding: 28px 30px 30px;
width: 100%;
}
.emails__item-description {
display: inline;
float: left;
width: calc(100% - 250px);
}
@media screen and (max-width: 650px) {
.emails__item-description {
display: inline;
float: left;
width: calc(100% - 60px);
}
}
.emails__item-tools {
float: left;
position: relative;
display: inline;
text-align: right;
top: 12px;
margin: 0;
padding: 0;
width: 250px;
}
@media screen and (max-width: 650px) {
.emails__item-tools {
width: 35px;
float: right;
display: inline;
text-align: left;
margin-top: 20px;
top: -3px;
}
}
.emails__item-tool {
display: inline-block;
margin: 0;
padding: 0;
}
.emails__item-tool-label {
position: relative;
top: -12px;
right: 0;
}
@media screen and (max-width: 650px) {
.emails__item-tool-label {
display: none;
}
}
.svg-holder {
position: relative;
display: inline-block;
cursor: pointer;
width: 32px;
height: 32px;
border-radius: 50%;
margin-left: 10px;
background: #e8e8e8;
text-align: center;
}
@media screen and (max-width: 650px) {
.svg-holder {
margin-left: 0;
margin-right: 10px;
}
}
.svg-holder:hover {
background: #e8e8e8;
}
.svg-holder canvas {
top: 7px;
}
.svg-holder canvas,
.svg-holder svg {
position: absolute;
display: inline-block;
left: 7px;
}
.svg-holder svg {
top: 6px;
height: 18px;
width: 18px;
fill: #4c4c4c;
}
.svg-holder svg.svg-content-copy {
top: 7px;
left: 8px;
height: 17px;
width: 17px;
}
.page-letter__resume {
float: left;
display: inline;
width: 100%;
margin: 10px 0 20px;
padding: 0;
}
@media screen and (max-width: 700px) {
.page-letter__resume {
width: 100%;
}
}
.page-letter__resume .form__form-row {
margin-bottom: 0;
}
.page-letter__resume .form-element.col-1 {
width: 100%;
}
.page-letter__resume .form-element.col-2 {
width: 50%;
}
@media screen and (max-width: 400px) {
.page-letter__resume .form-element.col-2 {
width: 100%;
padding-left: 0;
padding-right: 0 !important;
}
.page-letter__resume .form-element.col-2:last-child {
margin: 20px 0 0;
padding-left: 0;
padding-right: 0;
}
}
.page-letter__type {
float: left;
display: inline;
width: 100%;
margin: 0;
padding: 0;
}
@media screen and (max-width: 700px) {
.page-letter__type {
margin: 0;
width: 100%;
}
}
.page-letter__type .form__form-row {
margin-bottom: 0;
}
.page-letter__type .form-element.col-1 {
width: 100%;
}
.page-letter__type .form-element.col-2 {
width: 50%;
}
@media screen and (max-width: 400px) {
.page-letter__type .form-element.col-2 {
width: 100%;
padding-left: 0;
padding-right: 0 !important;
}
.page-letter__type .form-element.col-2:last-child {
margin: 20px 0 0;
padding-left: 0;
padding-right: 0;
}
}
.page-letter__type .error-msg {
display: none !important;
}
.page-letter__example {
float: left;
display: inline;
width: 100%;
margin: 20px 0 0;
}
.page-letter__example .form-element.col-1 {
width: 100%;
}
.page-letter__example .form-element.col-2 {
width: 50%;
}
.page-letter__example .saved-message {
top: auto;
bottom: 9px;
right: 10px;
}
.page-letter__example-editor .ql-editor {
min-height: 300px;
}
.page-letter__example-editor .ql-editor p {
color: #4c4c4c;
}
.page-letter__example-editor .ql-formats:nth-last-child(2) {
display: none;
}
.page-letter__example-editor .ql-editor ol,
.page-letter__example-editor .ql-editor ul {
padding-left: 0;
color: #4c4c4c;
}
.page-letter__example-editor .ql-toolbar.ql-snow {
border-radius: 3px 3px 0 0;
}
.page-letter__example-editor .ql-container.ql-snow {
border-radius: 0 0 3px 3px;
}
.letters__list {
float: left;
display: inline;
margin: 0 0 20px;
padding: 0;
width: 100%;
}
.letters__list-item {
padding: 30px;
background: #fff;
border-radius: 4px;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.letters__list-item .form-section {
border-radius: 0;
border-top: 1px solid #ccc;
margin: 30px 0 0;
padding: 30px 0 0;
}
.letters__list-item .form-buttons {
display: inline;
}
.letters__list-item {
float: left;
display: inline;
margin: 0 0 25px;
padding: 19px 30px 30px;
width: 100%;
}
.letters__list-item-title {
float: left;
display: inline;
position: relative;
top: 6px;
margin: 0;
padding: 0;
width: calc(50% - 85px);
}
@media screen and (max-width: 650px) {
.letters__list-item-title {
width: 100%;
}
}
.letters__list-item-type {
float: left;
display: inline;
position: relative;
top: 6px;
margin: 0;
padding: 0;
width: calc(50% - 85px);
}
@media screen and (max-width: 650px) {
.letters__list-item-type {
margin-top: 20px;
width: 100%;
}
}
.letters__list-item-tools {
float: left;
position: relative;
display: inline;
text-align: right;
top: 7px;
margin: 0;
padding: 0;
width: 170px;
}
@media screen and (max-width: 650px) {
.letters__list-item-tools {
width: 100%;
text-align: left;
margin-top: 20px;
}
}
.letters__list-item-tool {
display: inline-block;
margin: 0;
padding: 0;
}
.svg-holder {
position: relative;
display: inline-block;
width: 32px;
height: 32px;
border-radius: 50%;
margin-left: 10px;
background: #e8e8e8;
text-align: center;
}
@media screen and (max-width: 650px) {
.svg-holder {
margin-left: 0;
margin-right: 10px;
}
}
.svg-holder:hover {
background: #e8e8e8;
}
.svg-holder canvas {
top: 7px;
}
.svg-holder canvas,
.svg-holder svg {
position: absolute;
display: inline-block;
left: 7px;
}
.svg-holder svg {
top: 6px;
height: 18px;
width: 18px;
fill: #4c4c4c;
}
.svg-holder svg.svg-content-copy {
top: 7px;
left: 8px;
height: 17px;
width: 17px;
}
.letters {
border: 2px solid red;
}
.letters-enter-active,
.letters-enter-done {
opacity: 1;
}
.letters-exit,
.letters-exit-active,
.letters-exit-done {
position: absolute;
border: 4px solid green;
}
.form-section--letter {
padding: 40px;
}
.form-section--letter .form-section__group:last-child {
padding-bottom: 0;
}
.form-section--letter .error-msg {
opacity: 0;
}
.form-section--letter .error-msg,
.form-section--letter .ql-background {
display: none;
}
.form-section--letter .ql-editor {
min-height: 150px;
}
.letters__list {
display: inline-block;
width: 100%;
padding: 0;
margin: 0;
}
.payment-check__loader {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
}
.payment-check__spinner {
display: inline-block;
padding: 30px 0 0;
margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
.payment-page .form-buttons {
padding-bottom: 10px;
}
}
.payment__info-text {
text-align: center;
font-size: 10px;
color: #a7a7a7;
line-height: 16px;
padding: 0 0 30px;
}
html[lang="uk"] .payment-buttons {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
html[lang="uk"] .payment-buttons {
padding: 0;
}
html[lang="uk"] .payment-buttons .btn__large--previous {
padding-bottom: 10px;
}
}
html[lang="uk"] .payment__info-text {
padding: 0 80px 20px;
}
@media screen and (max-width: 768px) {
html[lang="uk"] .payment__info-text {
padding: 0 20px 20px;
}
}
html[lang="fr"] .payment-buttons {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
html[lang="fr"] .payment-buttons {
padding: 0;
}
html[lang="fr"] .payment-buttons .btn__large--previous {
padding-bottom: 10px;
}
}
html[lang="fr"] .payment__info-text {
padding: 0 60px 20px;
}
@media screen and (max-width: 768px) {
html[lang="fr"] .payment__info-text {
padding: 0 20px 20px;
}
}
html[lang="de"] .payment-buttons,
html[lang="es"] .payment-buttons,
html[lang="it"] .payment-buttons,
html[lang="pl"] .payment-buttons,
html[lang="tr"] .payment-buttons {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
html[lang="de"] .payment-buttons,
html[lang="es"] .payment-buttons,
html[lang="it"] .payment-buttons,
html[lang="pl"] .payment-buttons,
html[lang="tr"] .payment-buttons {
padding: 0;
}
html[lang="de"] .payment-buttons .btn__large--previous,
html[lang="es"] .payment-buttons .btn__large--previous,
html[lang="it"] .payment-buttons .btn__large--previous,
html[lang="pl"] .payment-buttons .btn__large--previous,
html[lang="tr"] .payment-buttons .btn__large--previous {
padding-bottom: 10px;
}
}
html[lang="de"] .payment__info-text,
html[lang="es"] .payment__info-text,
html[lang="it"] .payment__info-text,
html[lang="pl"] .payment__info-text,
html[lang="tr"] .payment__info-text {
padding: 0 60px 20px;
}
@media screen and (max-width: 768px) {
html[lang="de"] .payment__info-text,
html[lang="es"] .payment__info-text,
html[lang="it"] .payment__info-text,
html[lang="pl"] .payment__info-text,
html[lang="tr"] .payment__info-text {
padding: 0 20px 20px;
}
}
.form-section {
position: relative;
}
.payment__left-column {
float: right;
display: inline;
margin: 0;
padding: 0;
width: calc(100% - 275px);
}
.payment__providers {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
border-bottom: 1px solid #dddbdb;
}
.payment__providers.fr .payment__provider.creditcard {
width: 130px;
}
.payment__provider {
float: none;
display: table-cell;
vertical-align: middle;
position: relative;
margin: 2px 0 5px;
padding: 0 0 20px;
width: 92px;
height: 50px;
cursor: pointer;
border-radius: 6px;
text-align: center;
}
@media screen and (max-width: 670px) {
.payment__provider.belfius {
display: none;
}
}
.payment__provider img {
display: inline-table;
vertical-align: middle;
}
.payment__provider:hover .payment__provider--tooltip {
opacity: 1;
top: -40px;
}
.payment__provider--tooltip {
position: absolute;
top: 0;
left: 50%;
color: #fff;
font-size: 12px;
padding: 4px 5px;
width: 90px;
margin-left: -45px;
background: rgba(0, 0, 0, 0.65);
border-radius: 6px;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: none;
}
.payment__provider--tooltip:after {
content: "";
position: absolute;
left: 50%;
bottom: -6px;
margin-left: -5px;
width: 0;
height: 0;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-top: 6px solid rgba(0, 0, 0, 0.65);
}
.payment__provider--selector {
float: left;
display: inline;
position: relative;
top: -5px;
width: 90px;
margin: 0 0 20px;
padding: 0;
height: 5px;
background: red;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.payment__provider--selector.mistercash {
left: 0;
background: #ffd901;
}
.payment__provider--selector.ideal {
left: 0;
background: #cc1c6a;
}
.payment__provider--selector.paypal {
left: 95px;
background: #139ad5;
}
.payment__provider--selector.paypal.nl {
left: 185px;
}
.payment__provider--selector.paypal.fr {
left: 132px;
}
.payment__provider--selector.creditcard {
left: 92px;
background: #0c367f;
}
.payment__provider--selector.creditcard.be,
.payment__provider--selector.creditcard.nl {
left: 93px;
}
.payment__provider--selector.creditcard.fr {
left: 0;
width: 130px;
}
.payment__provider--selector.bancontact {
left: 0;
background: #ffd701;
}
.payment__provider--selector.kbc {
left: 185px;
background: #00aeef;
}
.payment__provider--selector.belfius {
left: 280px;
background: #aa0025;
}
.payment__provider--selector.be.paypal {
left: 373px;
background: #139ad5;
}
@media screen and (max-width: 670px) {
.payment__provider--selector.be.paypal {
left: 280px;
}
}
.payment__provider--form {
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
}
.payment__price {
float: right;
display: inline;
position: absolute;
right: 22px;
top: 20px;
margin: 0;
padding: 0 0 26px;
}
@media screen and (max-width: 600px) {
.payment__price {
position: relative;
float: left;
right: 0;
left: 0;
top: 0;
width: 100%;
text-align: center;
}
}
.payment__amount {
float: left;
display: inline;
margin: 0;
padding: 0;
font-weight: 700;
font-size: 32px;
}
@media screen and (max-width: 600px) {
.payment__amount {
width: 100%;
text-align: center;
}
}
.payment__amount--prefix {
position: relative;
top: 5px;
font-size: 24px;
font-weight: 700;
display: block;
text-align: right;
padding-right: 10px;
}
@media screen and (max-width: 600px) {
.payment__amount--prefix {
text-align: center;
padding-right: 0;
}
}
html[lang="fr"] .payment__amount--prefix {
top: 15px;
}
.payment__amount--suffix {
position: relative;
top: 2px;
font-size: 15px;
font-weight: 400;
display: block;
text-align: right;
padding-right: 10px;
}
@media screen and (max-width: 600px) {
.payment__amount--suffix {
text-align: center;
padding-right: 0;
}
}
.payment__period {
float: left;
display: inline;
margin: 0;
padding: 0;
color: #c3c3c3;
font-weight: 400;
font-size: 9px;
letter-spacing: 0.16em;
}
@media screen and (max-width: 600px) {
.payment__period {
width: 100%;
text-align: center;
}
}
.payment__sidebar {
float: left;
display: inline;
position: absolute;
height: 100%;
margin: 0;
padding: 25px;
top: 0;
left: 0;
width: 300px;
background: #f0f9fe;
border-radius: 6px;
}
@media screen and (max-width: 600px) {
.payment__sidebar {
position: relative;
width: 100%;
display: none;
}
}
.form-section--mobile {
display: none;
}
@media screen and (max-width: 600px) {
.form-section--mobile {
display: inline-block;
}
}
.form-section--mobile .payment__sidebar {
position: relative;
display: none;
}
@media screen and (max-width: 600px) {
.form-section--mobile .payment__sidebar {
display: inline-block;
}
}
.payment__usps {
position: relative;
float: left;
display: inline;
height: auto;
width: 100%;
color: #4c4c4c;
padding: 0;
}
.payment__usps h2 {
float: left;
display: inline;
margin: 0;
padding: 0 0 20px;
font-size: 28px;
}
.payment__usps--list {
padding: 0;
}
.payment__usps--item,
.payment__usps--list {
float: left;
display: inline;
margin: 0;
width: 100%;
}
.payment__usps--item {
padding: 0 0 16px;
}
html[lang="fr"] #app.app--ab .payment-usps__ab {
padding: 0 0 26px;
}
.payment__usps--item:last-child {
padding-bottom: 0;
}
.payment__usps--icon {
float: left;
position: relative;
top: -1px;
display: inline;
margin: 0 10px 0 0;
padding: 0;
width: auto;
}
.payment__usps--icon svg {
height: 21px;
width: 21px;
fill: #2dc36a;
}
html[lang="es"] .payment__resume-example {
height: 414px;
}
html[lang="pt"] .payment__resume-example {
height: 408px;
}
html[lang="ru"] .payment__resume-example,
html[lang="ua"] .payment__resume-example {
height: 480px;
}
html[lang="ru"] .payment__resume-example--iframe,
html[lang="ua"] .payment__resume-example--iframe {
margin-top: 30px;
}
html[lang="fr"] .payment__resume-example {
height: 400px;
}
html[lang="fr"] .ab-payment-info--1 .payment__resume-example {
height: 400px;
}
html[lang="uk"] .ab-payment-info--1 .payment__resume-example {
height: 400px;
}
html[lang="es"] .ab-payment-info--1 .payment__resume-example {
height: 442px;
}
html[lang="es"] .ab-payment-info--1 .payment__resume-example--iframe {
top: 30px;
}
.payment__resume-example {
float: left;
display: inline;
width: calc(100% - 275px);
margin: 0 0 0 283px;
padding: 0;
height: 380px;
text-align: center;
}
.payment__resume-example h2 {
padding: 0 0 20px;
margin: 0;
}
.payment__resume-example img {
max-width: 250px;
padding: 10px;
-webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
.payment__resume-example {
position: relative;
width: 100%;
margin: 0;
}
}
html[lang="de"] .payment__resume-example--iframe {
top: 35px;
}
html[lang="de"] .payment__resume-example {
height: 455px;
}
html[lang="pl"] .payment__resume-example {
width: calc(100% - 195px);
}
html[lang="fr"] #app.app--ab .payment__resume-example--iframe {
top: 25px;
}
.payment__resume-example--iframe {
position: relative;
display: inline-block;
height: 384px;
width: 289px;
text-align: center;
overflow: hidden;
border-radius: 4px;
-webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.1);
}
.payment__resume-example--iframe .payment__resume-example--spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
}
.payment__resume-example--iframe iframe {
opacity: 0;
display: inline-block;
border: none;
padding: 0;
-webkit-transform: scale(0.366);
transform: scale(0.366);
pointer-events: none;
background-color: #fff;
border-radius: 10px;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.7s ease;
transition: opacity 0.7s ease;
}
.payment__resume-example--iframe iframe.loaded {
opacity: 1;
}
.outstanding-payments {
display: block;
margin: 25px 0 0;
padding: 0;
list-style: none;
}
.outstanding-payments__list-item {
display: block;
padding: 20px 0;
border-bottom: 1px solid #dddbdb;
}
.outstanding-payments__list-item:first-child {
padding-top: 0;
}
.outstanding-payments__list-item:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.outstanding-payments__data {
display: inline-block;
}
.outstanding-payments__data.outstanding-payments__data--date {
width: 50%;
}
.outstanding-payments__data.outstanding-payments__data--amount {
text-align: left;
}
.btn__large.btn__large--pending-payment {
padding-left: 52px;
padding-right: 27px;
cursor: wait;
opacity: 0.75;
}
html[lang="fr"] .btn__large {
min-width: 290px;
}
html[lang="fr"] .btn__large.btn__large--pending-payment {
min-width: 300px;
}
.fade-enter {
opacity: 0.01;
}
.fade-enter.fade-enter-active {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.fade-exit {
opacity: 1;
}
.fade-exit.fade-exit-active {
opacity: 0.01;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.payment-sidebar {
float: left;
display: inline;
position: absolute;
height: 100%;
margin: 0;
padding: 12px 25px 25px;
top: 0;
left: 0;
width: 325px;
background: #f0f9fe;
border-radius: 6px;
}
@media screen and (max-width: 650px) {
.payment-sidebar {
position: relative;
padding: 0;
background: none;
width: 100%;
}
}
html[lang="pl"] .payment-sidebar {
width: 375px;
}
.payment-usps {
position: relative;
float: left;
display: inline;
height: auto;
width: 100%;
color: #4c4c4c;
padding: 0;
}
.payment-usps h2 {
float: left;
display: inline;
margin: 0;
padding: 0 0 20px;
font-size: 28px;
}
@media screen and (max-width: 650px) {
.payment-usps h2 {
font-size: 22px;
}
}
.payment-usps__list {
padding: 0;
}
.payment-usps__item,
.payment-usps__list {
float: left;
display: inline;
margin: 0;
width: 100%;
}
.payment-usps__item {
padding: 0 0 16px;
}
.payment-usps__item:last-child {
padding-bottom: 0;
}
.payment-usps__icon {
float: left;
position: relative;
top: -1px;
display: inline;
margin: 0 10px 0 0;
padding: 0;
width: auto;
}
.payment-usps__icon svg {
height: 21px;
width: 21px;
fill: #2dc36a;
}
html[lang="pl"] #app:not(.app--ab) .payment-price__caption strike {
display: inline;
}
html[lang="pl"] #app.app--ab .payment-price__caption strike {
display: none;
}
html[lang="fr"] #app:not(.app--ab) .payment-usps__ab {
display: none;
}
html[lang="fr"] #app.app--ab .payment-usps__item {
display: none;
}
html[lang="fr"] #app.app--ab .payment-usps__ab {
display: inline;
}
@media screen and (max-width: 650px) {
.payment__resume-example {
display: none;
}
}
.payment-page .payment-providers--es .payment-providers__instruction-text--creditcard,
.payment-page .payment-providers--fr .payment-providers__instruction-text--creditcard,
.payment-page .payment-providers--pt .payment-providers__instruction-text--creditcard {
margin-top: -16px;
position: relative;
top: -6px;
}
.payment-page .form-element--stripe {
position: relative;
top: 11px;
display: inline-block;
width: 100%;
border: 1px solid #dddbdb;
border-radius: 6px;
padding: 10px 0 10px 15px;
-webkit-box-shadow: 0 0 6px -1px #dcdcdc;
box-shadow: 0 0 6px -1px #dcdcdc;
}
.payment-page .payment-buttons {
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 74px;
}
.payment-page .payment-providers {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.payment-page .payment-providers.payment-providers--nl .payment-providers__item.payment-providers__item--creditcard {
width: 90px;
}
.payment-page .payment-providers.payment-providers--it .payment-providers__item--creditcard {
width: 180px;
}
.payment-page .payment-providers.payment-providers--it .payment-providers__item--creditcard .issuer_cartasi {
position: relative;
top: 3px;
}
.payment-page .payment-providers.payment-providers--be .payment-providers__item.payment-providers__item--bancontact {
width: 65px;
padding-bottom: 0;
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers.payment-providers--be .payment-providers__item {
width: 90px;
}
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers.payment-providers--be .payment-providers__item.payment-providers__item--kbc {
display: none;
}
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers.payment-providers--be .payment-providers__item.payment-providers__item--belfius {
display: none;
}
}
.payment-page .payment-providers__item {
float: left;
display: inline;
padding: 0 0 10px;
width: 120px;
text-align: center;
cursor: pointer;
}
.payment-page .payment-providers__item.payment-providers__item--ideal {
width: 75px;
}
.payment-page .payment-providers__item.payment-providers__item--ideal img {
position: relative;
top: -3px;
left: 2px;
}
.payment-page .payment-providers__item.payment-providers__item--bancontact {
width: 75px;
}
.payment-page .payment-providers__item.payment-providers__item--bancontact img {
position: relative;
width: 53px;
top: -8px;
}
.payment-page .payment-providers__item.payment-providers__item--belfius {
width: 100px;
}
.payment-page .payment-providers__item.payment-providers__item--belfius img {
position: relative;
width: 65px;
left: 3px;
top: 3px;
}
.payment-page .payment-providers__item.payment-providers__item--kbc {
width: 68px;
}
.payment-page .payment-providers__item.payment-providers__item--kbc img {
position: relative;
width: 35px;
left: -6px;
top: -7px;
}
.payment-page .payment-providers__item.payment-providers__item--przelewy24 {
width: 68px;
}
.payment-page .payment-providers__item.payment-providers__item--przelewy24 img {
position: relative;
width: 75px;
left: 10px;
top: -2px;
}
.payment-page .payment-providers__selection-slider {
float: left;
display: inline;
width: 100%;
margin: 0 0 28px;
padding: 0;
border-bottom: 1px solid #dddbdb;
}
.payment-page .payment-providers__selection-slide {
position: relative;
float: left;
display: inline;
height: 5px;
width: 100px;
margin: 0;
padding: 0;
bottom: -1px;
background: #d3d3d3;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.payment-page .payment-providers--nl .payment-providers__selection-slide--ideal {
left: 0;
width: 75px;
background: #cc1c68;
}
.payment-page .payment-providers--nl .payment-providers__selection-slide--creditcard {
left: 70px;
background: #fcb315;
}
.payment-page .payment-providers--nl .payment-providers__selection-slide--paypal {
left: 175px;
background: #139ad7;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--bancontact,
.payment-page .payment-providers--be .payment-providers__selection-slide--mistercash {
left: 0;
width: 65px;
background: #ffd901;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--creditcard {
left: 75px;
background: #fcb315;
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers--be .payment-providers__selection-slide--creditcard {
left: 60px;
}
}
.payment-page .payment-providers--be .payment-providers__selection-slide--kbc {
left: 162px;
background: #00aeef;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--belfius {
left: 255px;
background: #aa0025;
}
.payment-page .payment-providers--be .payment-providers__selection-slide--paypal {
left: 365px;
background: #139ad7;
}
@media screen and (max-width: 650px) {
.payment-page .payment-providers--be .payment-providers__selection-slide--paypal {
left: 150px;
}
}
.payment-page .payment-providers--es .payment-providers__selection-slide--creditcard,
.payment-page .payment-providers--fr .payment-providers__selection-slide--creditcard,
.payment-page .payment-providers--pt .payment-providers__selection-slide--creditcard {
left: 0;
width: 122px;
background: #44c777;
}
.payment-page .payment-providers--es .payment-providers__selection-slide--paypal,
.payment-page .payment-providers--fr .payment-providers__selection-slide--paypal,
.payment-page .payment-providers--pt .payment-providers__selection-slide--paypal {
left: 132px;
background: #139ad7;
}
.payment-page .payment-providers--es .payment-providers__selection-slide--przelewy24,
.payment-page .payment-providers--fr .payment-providers__selection-slide--przelewy24,
.payment-page .payment-providers--pt .payment-providers__selection-slide--przelewy24 {
left: 242px;
background: #d45356;
}
.payment-page .payment-providers--de .payment-providers__selection-slide--sofort {
left: 0;
width: 120px;
background: #f29a34;
}
.payment-page .payment-providers--de .payment-providers__selection-slide--creditcard {
left: 120px;
}
.payment-page .payment-providers--de .payment-providers__selection-slide--paypal {
left: 250px;
}
.payment-page .payment-providers--it .payment-providers__selection-slide--creditcard {
width: 180px;
}
.payment-page .payment-providers--it .payment-providers__selection-slide--paypal {
left: 195px;
}
.payment-page .payment-providers__active-provider {
float: left;
display: inline;
width: 100%;
min-height: 45px;
margin: 0;
padding: 0;
}
.payment-page .payment-providers__active-provider--entering {
opacity: 0;
visibility: hidden;
position: absolute;
}
.payment-page .payment-providers__active-provider--entered {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.payment-page .payment-providers__active-provider--exited,
.payment-page .payment-providers__active-provider--exiting {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.payment-page .payment-providers__active-provider--exited {
left: 0;
position: absolute;
}
.payment-page .payment-providers__instruction-text {
display: inline-block;
text-align: left;
padding: 0;
margin: 10px 0 0;
}
.payment-page .form-element--ideal {
width: 100%;
}
.payment-page .payment-price {
position: absolute;
right: 30px;
top: 20px;
}
.payment-page .payment-price__amount {
font-size: 22px;
font-weight: 700;
text-align: right;
}
.payment-page .payment-price__amount small {
position: relative;
font-size: 15px;
top: -3px;
left: -2px;
}
.payment-page .payment-price__amount small.sm {
top: -5px;
}
.payment-page .payment-price__amount small.sm,
.payment-page .payment-price__amount strike {
font-size: 11px;
}
.payment-page .payment-price__amount.payment-price__amount--renewal {
margin-top: 7px;
}
.payment-page .payment-price__caption {
float: right;
font-size: 13px;
font-weight: 400;
}
html[lang="ru"] .payment-page .payment-price__amount small,
html[lang="ua"] .payment-page .payment-price__amount small {
top: -3px;
left: 3px;
}
.form-section--payment-status-message.velocity-animating .error-message {
opacity: 0;
}
html .payment-page .payment-buttons .btn__large--padding {
margin-bottom: 35px;
}
.payment-price-it--test {
display: none;
}
html[lang="it"] body#_11 .payment-price__amount,
html[lang="it"] body#_11 .payment-price__caption {
display: none;
}
html[lang="it"] body#_11 .payment-price-it--test {
display: inline-block;
}
html[lang="it"] body#_11 .payment-price-it--test .payment-price__amount,
html[lang="it"] body#_11 .payment-price-it--test .payment-price__caption {
display: block;
}
#adyen-card-container {
display: inline-block;
width: 100%;
padding: 20px 0 0;
}
#adyen-card-container input {
font-size: 18px;
font-weight: 400;
}
#adyen-card-container .adyen-checkout__label__text {
color: #4c4c4c;
font-size: 14px;
font-weight: 700;
}
#adyen-card-container .adyen-checkout__card-input__form .adyen-checkout__field {
width: 100%;
float: left;
margin-right: 15px;
display: inline-block;
}
#adyen-card-container .input-field {
font-size: 13px;
font-weight: 400;
padding-left: 40px;
border: 1px solid red;
}
#adyen-card-container .adyen-checkout__card__exp-cvc {
width: 100%;
}
#adyen-card-container .adyen-checkout__card__exp-cvc .adyen-checkout__field {
width: calc(100% - 20px);
margin: 0;
}
#adyen-card-container .adyen-checkout__card__exp-cvc .adyen-checkout__field:last-child {
margin-left: 20px;
}
#adyen-card-container .adyen-checkout__input-wrapper {
width: 100%;
}
#adyen-card-container .adyen-checkout__input {
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 500;
width: 100%;
height: 46px;
border-radius: 6px;
padding: 0 0 0 15px;
-webkit-box-shadow: 0 0 6px -1px #dcdcdc;
box-shadow: 0 0 6px -1px #dcdcdc;
}
#adyen-card-container .adyen-checkout__input::-webkit-input-placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__input::-moz-placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__input::-ms-input-placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__input::placeholder {
font-size: 18px;
font-weight: 500;
}
#adyen-card-container .adyen-checkout__card__cardNumber__input {
padding-left: 60px;
}
#adyen-card-container .adyen-checkout-input__inline-validation {
top: 23px;
}
#adyen-card-container #encryptedCardNumber {
padding-left: 60px;
}
.form-section.form-section--payment-status-message {
padding-bottom: 10px;
margin-bottom: 20px;
}
.pending-message {
display: block;
margin: 0 0 20px;
padding: 15px 20px;
width: 100%;
color: #327eb7;
border-radius: 4px;
background: #d0ebff;
}
.pending-message--spinner {
display: inline;
margin: 0 15px 0 0;
padding: 0;
}
.pending-message--text {
display: inline;
margin: 2px 0 0;
padding: 0;
}
html body .payment-page .payment-buttons {
padding-bottom: 0;
}
html body .payment__info-text {
padding: 0 25px 20px;
font-size: 13px;
color: #9e9e9e;
}
html body .payment__info-text.payment--discount {
display: none !important;
}
.form-section__renewal-text {
padding: 0;
margin: 0;
}
.payment-page .payment-outstanding-text {
margin: 0 0 25px;
}
.payment-page .payment-outstanding-text.payment-outstanding-text--none {
margin-bottom: 0;
}
.payment-page .payment-outstanding-list {
display: block;
}
.payment-page .payment-outstanding__item {
display: inline-block;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid #dddbdb;
}
.payment-page .payment-outstanding__item:first-child {
padding-top: 0;
}
.payment-page .payment-outstanding__item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.payment-page .payment-outstanding__data {
display: inline-block;
width: 50%;
}
.payment-page .payment-outstanding__data small {
top: -3px;
position: relative;
font-size: 10px;
}
@media screen and (max-width: 600px) {
.payment-page .payment-outstanding__data:nth-child(2n) {
text-align: right;
}
}
.wizard .wizard__inner {
position: relative;
z-index: 0;
}
.form__templates .form-section__content {
z-index: 9;
}
.form__history,
.form__history.form-enter,
.form__history.form-enter-active,
.form__history.form-enter-done,
.form__personal,
.form__personal.form-enter,
.form__personal.form-enter-active,
.form__personal.form-enter-done,
.form__templates,
.form__templates.form-enter,
.form__templates.form-enter-active,
.form__templates.form-enter-done {
opacity: 1;
}
.form__history.form-exit,
.form__personal.form-exit,
.form__templates.form-exit {
opacity: 1;
overflow: hidden;
}
.form__history.form-exit-active,
.form__personal.form-exit-active,
.form__templates.form-exit-active {
position: fixed;
overflow: hidden;
z-index: -1;
opacity: 0;
}
.form__history.form-exit-done,
.form__personal.form-exit-done,
.form__templates.form-exit-done {
opacity: 0;
}
.form__buttons {
display: inline-block;
width: 100%;
margin: 0;
padding: 10px 0 40px;
}
.form__buttons .form__button {
display: inline-block;
text-align: center;
width: 100%;
margin: 0;
padding: 0;
}
.form__buttons .form__button.form__button--hidden {
display: none;
}
.form__history .form-section__content {
z-index: 9;
margin-bottom: 10px;
}
html[lang="id"] .wizard__inner .form__history .btn__large,
html[lang="id"] .wizard__inner .form__personal .btn__large {
min-width: 280px;
}
.progress-bar {
text-align: center;
color: #4c4c4c;
height: 75px;
}
.progress-bar,
.progress-bar__bar {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.progress-bar__bar {
position: relative;
max-width: 450px;
background: #81e1a9;
height: 8px;
border-radius: 5px;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 520px) {
.progress-bar__bar {
max-width: 325px;
}
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__bar,
html[lang="ar"] #app:not(.app--ab) .progress-bar__icon,
html[lang="cl"] #app:not(.app--ab) .progress-bar__bar,
html[lang="cl"] #app:not(.app--ab) .progress-bar__icon,
html[lang="es"] #app:not(.app--ab) .progress-bar__bar,
html[lang="es"] #app:not(.app--ab) .progress-bar__icon,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__bar,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__icon,
html[lang="pe"] #app:not(.app--ab) .progress-bar__bar,
html[lang="pe"] #app:not(.app--ab) .progress-bar__icon,
html[lang="uk"] #app:not(.app--ab) .progress-bar__bar,
html[lang="uk"] #app:not(.app--ab) .progress-bar__icon {
background: #eaeaea;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__filler,
html[lang="cl"] #app:not(.app--ab) .progress-bar__filler,
html[lang="es"] #app:not(.app--ab) .progress-bar__filler,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__filler,
html[lang="pe"] #app:not(.app--ab) .progress-bar__filler,
html[lang="uk"] #app:not(.app--ab) .progress-bar__filler {
background: #2dc46a;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="es"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button .progress-bar__icon svg {
fill: #b0b0b0;
}
html[lang="fr"] .progress-bar__filler {
background: #1e88e5;
}
.progress-bar__filler {
position: absolute;
left: 0;
top: 0;
height: 8px;
background: #6169cf;
border-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
#gdnlp3dm72r1f99mouck {
outline: none !important;
visibility: visible !important;
resize: none !important;
box-shadow: none !important;
overflow: visible !important;
background: none !important;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity 1
}
) !important;
-mz-opacity: 1 !important;
-khtml-opacity: 1 !important;
top: auto !important;
right: 0px !important;
bottom: 0px !important;
left: auto !important;
position: fixed !important;
border: 0 !important;
min-height: 0px !important;
min-width: 0px !important;
max-height: none !important;
max-width: none !important;
padding: 0px !important;
margin: 0px !important;
-moz-transition-property: none !important;
-webkit-transition-property: none !important;
-o-transition-property: none !important;
transition-property: none !important;
transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
width: auto !important;
height: auto !important;
display: none !important;
z-index: 2000000000 !important;
background-color: transparent !important;
cursor: none !important;
float: none !important;
border-radius: unset !important;
pointer-events: auto !important;
}
@keyframes tawkMaxOpen {
0% {
opacity: 0;
transform: translate(0, 30px);
}
to {
opacity: 1;
transform: translate(0, 0px);
}
}
@-moz-keyframes tawkMaxOpen {
0% {
opacity: 0;
transform: translate(0, 30px);
}
to {
opacity: 1;
transform: translate(0, 0px);
}
}
@-webkit-keyframes tawkMaxOpen {
0% {
opacity: 0;
transform: translate(0, 30px);
}
to {
opacity: 1;
transform: translate(0, 0px);
}
}
#ju26pi3aiei1f99moul7.open {
animation: tawkMaxOpen 0.25s ease !important;
}
@keyframes tawkMaxClose {
from {
opacity: 1;
transform: translate(0, 0px);
}
to {
opacity: 0;
transform: translate(0, 30px);
}
}
@-moz-keyframes tawkMaxClose {
from {
opacity: 1;
transform: translate(0, 0px);
}
to {
opacity: 0;
transform: translate(0, 30px);
}
}
@-webkit-keyframes tawkMaxClose {
from {
opacity: 1;
transform: translate(0, 0px);
}
to {
opacity: 0;
transform: translate(0, 30px);
}
}
#ju26pi3aiei1f99moul7.closed {
animation: tawkMaxClose 0.25s ease !important;
}
.template-colors__item {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
cursor: pointer;
border-radius: 50%;
margin: 0 3px;
}
.template-colors__item-selected {
position: absolute;
height: 14px;
width: 14px;
top: 3px;
left: 3px;
background: #fff;
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.template-colors__item-selected.template-colors__item-selected--hide {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
.template-colors__list {
display: none;
position: relative;
border-radius: 8px;
padding: 0;
margin: 0;
text-align: center;
}
@media screen and (max-width: 600px) {
.template-colors__list {
display: block;
padding: 15px 0;
}
}
html[lang="ar"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="cl"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="es"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="nl-BE"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="pe"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected,
html[lang="uk"] #app:not(.app--ab) .template-preview__item.template-preview__item--selected {
border: 3px solid #1e88e5;
}
html[lang="ar"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="cl"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="es"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="nl-BE"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="pe"] #app:not(.app--ab) .template-preview__item .svg-check-circle,
html[lang="uk"] #app:not(.app--ab) .template-preview__item .svg-check-circle {
fill: #1e88e5;
}
html[lang="fr"] .template-preview__item .svg-check-circle {
fill: #1e88e5;
}
html[lang="fr"] .template-preview__item.template-preview__item--selected {
border: 3px solid #1e88e5;
}
.template-preview__item {
float: left;
display: inline;
position: relative;
margin: 0 0 25px 25px;
padding: 0 0 15px;
height: 370px;
width: calc(33.33333% - 17px);
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
text-align: center;
border: 3px solid rgba(255, 255, 255, 0);
}
.template-preview__item.template-preview__item--selected {
border: 3px solid #6066d2;
}
@media screen and (min-width: 721px) {
.template-preview__item:first-child,
.template-preview__item:nth-child(4),
.template-preview__item:nth-child(7) {
margin-left: 0;
}
}
.template-preview__item .template-preview__spinner {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.template-preview__item .template-preview__spinner.template-preview__spinner--hide {
opacity: 0;
visibility: hidden;
}
.template-preview__item .svg-check-circle {
position: absolute;
right: 15px;
top: 13px;
height: 20px;
width: 20px;
fill: #6066d2;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.template-preview__item .svg-check-circle.svg-check-circle--active {
opacity: 1;
}
@media screen and (max-width: 800px) {
.template-preview__item {
height: 330px;
}
}
@media screen and (max-width: 720px) {
.template-preview__item {
width: calc(50% - 12px);
}
.template-preview__item:nth-child(odd) {
float: left;
margin: 0 0 25px;
}
.template-preview__item:nth-child(2n) {
float: right;
margin: 0 0 25px;
}
}
@media screen and (max-width: 600px) {
.template-preview__item {
height: 364px;
width: 100%;
height: 422px;
margin: 0 0 25px;
}
}
@media screen and (max-width: 480px) {
.template-preview__item {
border-radius: 0;
}
}
.template-preview__name {
font-size: 18px;
font-weight: 600;
}
.template-preview__wrapper {
display: inline-block;
width: 200px;
height: 283px;
text-align: center;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 0 solid #fff;
border-radius: 4px;
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.template-preview__wrapper.template-preview__wrapper--selected {
border: 0 solid #1e88e5;
}
@media screen and (max-width: 800px) {
.template-preview__wrapper {
width: 180px;
height: 258px;
}
}
@media screen and (max-width: 600px) {
.template-preview__wrapper {
width: 220px;
height: 314px;
}
}
.template-preview__iframe {
display: inline-block;
position: relative;
background: #fff;
height: 1120px;
width: 790px;
-webkit-transform: scale(0.253);
transform: scale(0.253);
max-height: 1133px;
left: 50%;
margin-left: -100px;
border: none;
pointer-events: none;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
cursor: pointer;
opacity: 0;
}
@media screen and (max-width: 800px) {
.template-preview__iframe {
margin-left: -90px;
-webkit-transform: scale(0.23);
transform: scale(0.23);
}
}
@media screen and (max-width: 600px) {
.template-preview__iframe {
-webkit-transform: scale(0.28);
transform: scale(0.28);
margin-left: -112px;
}
}
.template-preview__iframe.template-preview__iframe--loaded {
opacity: 1;
}
.template-preview__list {
float: left;
display: inline;
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.modal-template .modal-content {
height: 100%;
top: calc(50% + 40px);
max-width: 520px;
margin-left: -260px;
margin-top: 0;
padding: 0;
background: none;
}
.modal-template .button--select-template {
position: absolute;
bottom: 55px;
left: 50%;
z-index: 9;
font-size: 16px;
font-weight: 600;
border: none;
cursor: pointer;
min-width: 210px;
margin: 0 0 0 -110px;
padding: 11px 20px 12px;
border-radius: 4px;
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.modal-template .button--select-template.button--select-template--blue {
color: #fff;
background: #1e88e5;
}
.modal-template .button--select-template.button--select-template--purple {
color: #fff;
background: #626ccc;
}
.modal-template .button--select-template:hover {
text-decoration: underline;
}
@media screen and (min-height: 880px) {
.modal-template .button--select-template {
top: 822px;
margin: 0 0 0 -110px;
bottom: auto;
}
}
.modal-template .modal-template__spinner {
position: absolute;
left: 50%;
top: 50%;
margin-top: -40px;
margin-left: -30px;
z-index: 99;
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.modal-template .modal-template__spinner.modal-template__spinner--hide {
opacity: 0;
}
.modal-template .modal-template__sidebar {
position: absolute;
top: 0;
right: -40px;
z-index: 0;
height: auto;
width: 60px;
border-radius: 10px;
background: #d7d7d7;
display: inline;
}
.modal-template .modal-template__sidebar .modal-template__colors-list {
position: relative;
margin: 0;
list-style: none;
padding: 7px 0 6px;
}
.modal-template .modal-template__sidebar .modal-template__colors-item {
position: relative;
text-align: right;
margin: 0;
padding: 3px 10px 1px 0;
}
.modal-template .modal-template__sidebar .modal-template__color {
position: relative;
display: inline-block;
cursor: pointer;
height: 19px;
width: 19px;
margin: 0;
padding: 0;
border-radius: 30px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.modal-template .modal-template__sidebar .modal-template__color.active i {
position: absolute;
display: inline-block;
left: 4px;
top: 4px;
height: 11px;
width: 11px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: inset 9px 4px 5px 0 rgba(255, 255, 255, 0.45);
box-shadow: inset 9px 4px 5px 0 rgba(255, 255, 255, 0.45);
}
.modal-template .modal-template__resume {
position: relative;
top: 0;
left: 0;
height: calc(100% - 50px);
}
.modal-template .modal-template__iframe-wrapper {
height: calc(150% - 100px);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.657);
transform: scale(0.657);
-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.modal-template .modal-template__iframe,
.modal-template .modal-template__iframe-wrapper {
position: absolute;
background: #fff;
width: 791px;
max-height: 1133px;
top: 0;
left: 0;
border: none;
pointer-events: none;
border-radius: 10px;
}
.modal-template .modal-template__iframe {
height: 100%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
opacity: 0.25;
}
.modal-template .modal-template__iframe.template-preview__iframe--loaded {
opacity: 1;
}
.modal-template .modal-template__helper {
position: absolute;
left: 0;
bottom: 60px;
width: 100%;
padding: 20px;
font-size: 12px;
text-align: center;
border-radius: 0 0 8px 8px;
background: #e6e6e6;
opacity: 1;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-height: 880px) {
.modal-template .modal-template__helper {
opacity: 1;
}
.modal-template .modal-template__helper .modal-template__helper--small-screens {
display: inline;
}
.modal-template .modal-template__helper .modal-template__helper--large-screens {
display: none;
}
}
@media screen and (min-height: 880px) {
.modal-template .modal-template__helper {
top: 738px;
bottom: auto;
}
.modal-template .modal-template__helper .modal-template__helper--small-screens {
display: none;
}
.modal-template .modal-template__helper .modal-template__helper--large-screens {
display: inline;
}
}
.feedback-emojis {
width: 100%;
padding: 10px 0;
background: #f6f6f6;
border-radius: 8px;
text-align: center;
}
.feedback-emojis .feedback-emojis__icon {
font-size: 52px;
padding: 5px;
opacity: 0.75;
cursor: pointer;
margin-right: 10px;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.feedback-emojis .feedback-emojis__icon:hover {
opacity: 1;
}
.feedback-emojis .feedback-emojis__icon:last-child {
margin-right: 0;
}
.form__card {
padding: 0;
cursor: pointer;
position: relative;
}
.form__card.form__card--visible {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.form__card.form__card--visible .form__card-date,
.form__card.form__card--visible .form__card-name {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.form__card.form__card--hidden {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.form__card.form__card--hidden .form__card-date,
.form__card.form__card--hidden .form__card-name {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.form__card.form__card--empty .form__card-date,
.form__card.form__card--empty .form__card-name {
opacity: 0.5;
}
.form__card .form__card-data {
padding: 15px 0 0;
width: 100%;
display: inline-block;
}
.form__card .form__card-name {
padding: 0 0 3px;
}
.form__card .form__card-tools {
position: absolute;
right: 20px;
top: 10px;
height: calc(100% - 20px);
z-index: 7;
background: rgba(255, 255, 255, 0.92157);
-webkit-box-shadow: -8px 0 14px 4px rgba(255, 255, 255, 0.81961);
box-shadow: -8px 0 14px 4px rgba(255, 255, 255, 0.81961);
}
@media screen and (max-width: 500px) {
.form__card .form__card-tools {
right: 0;
}
}
.form__card .form__card-tool {
position: relative;
display: inline-block;
height: 100%;
width: 60px;
text-align: right;
padding: 0;
}
@media screen and (max-width: 500px) {
.form__card .form__card-tool {
width: 45px;
}
}
.form__card .form__card-tool svg {
top: 13px;
right: 0;
cursor: pointer;
position: absolute;
height: 24px;
width: 24px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.form__card .form__card-tool .form__card-expand svg {
top: 14px;
height: 22px;
width: 22px;
}
.form__card .form__card-tool .form__card-expand svg:hover {
fill: #2fb9ff;
}
.form__card .form__card-tool .form__card-delete svg:hover {
fill: #f24242;
}
.form__card .form__card-disabled {
position: absolute;
right: 0;
top: 10px;
height: 100%;
width: 150px;
z-index: 9;
background: rgba(255, 255, 255, 0.55);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form__card .form__card-disabled.form__card-disabled--visible {
opacity: 1;
visibility: visible;
}
.form-section--characteristic .form__card .form__card-data,
.form-section--hobby .form__card .form__card-data {
padding: 25px 0 5px;
}
.form-section--additionalInformation .form__row,
.form-section--availability .form__row,
.form-section--privacyStatement .form__row,
.form-section--profile .form__row,
.form-section--single-textarea .form__row,
.form-section--variousInformation .form__row {
padding-bottom: 0;
}
.form-section__fieldset .form__row {
margin: 0;
padding: 15px 0 18px;
border-top: 1px solid #e5e5e5;
}
.form-section__fieldset .form__row .form__fields {
padding: 0;
margin-top: -54px;
}
.form-section__fieldset .form__row .form__fields .form-element {
float: none;
}
.form-section__fieldset .form__row:first-child,
.form-section__fieldset .form__row:last-child {
border-bottom: 0;
}
.form-section__fieldset .form__row.disable-selection {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.form-section__fieldset .form__field-group {
display: inline-block;
width: 100%;
margin: 0;
padding: 15px 0 0;
}
.form-section__fieldset .form__field-group.col-2 {
width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__field-group.col-2 {
width: 100%;
}
}
.form-section__fieldset .form__field-group.col-2:nth-child(2n) {
margin-left: 20px;
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__field-group.col-2:nth-child(2n) {
margin-left: 0;
}
}
.form-section__fieldset .form__fields-group {
display: inline-block;
width: 100%;
margin: 0;
padding: 15px 0 0;
}
.form-section__fieldset .form__fields-group.col-2 {
width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__fields-group.col-2 {
width: 100%;
}
}
.form-section__fieldset .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
@media screen and (max-width: 580px) {
.form-section__fieldset .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
}
.form-section__fieldset .form__fields-group .col-1 {
width: 100%;
}
.form-section__fieldset .form__fields-group .col-1,
.form-section__fieldset .form__fields-group .col-2 {
float: left !important;
display: inline;
}
.form-section__fieldset .form__fields-group .col-2 {
width: calc(50% - 10px);
}
.form-section__fieldset .form__fields-group .col-2:last-child {
margin-left: 20px;
}
.form-section--course .form__fields-group.col-2 {
width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
.form-section--course .form__fields-group.col-2 {
width: 100%;
}
}
.form-section--course .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
@media screen and (max-width: 580px) {
.form-section--course .form__fields-group.col-2:nth-child(2n) {
margin-left: 0;
}
}
.form-section--course .form__fields-group.col-2:nth-child(odd) {
margin-left: 20px;
}
@media screen and (max-width: 580px) {
.form-section--course .form__fields-group.col-2:nth-child(odd) {
margin-left: 0;
}
}
.form-section--additionalInformation .form-section__fieldset .form__fields,
.form-section--availability .form-section__fieldset .form__fields,
.form-section--privacyStatement .form-section__fieldset .form__fields,
.form-section--profile .form-section__fieldset .form__fields,
.form-section--single-textarea .form-section__fieldset .form__fields,
.form-section--variousInformation .form-section__fieldset .form__fields {
margin-top: 0;
}
.velocity-animating {
margin: 0;
padding: 0;
display: inline-block;
}
.form-section__fieldset {
margin-top: 0;
}
html[lang="fr"] .form-section__header-counter {
background: #1e88e5;
}
.form-section__header-counter {
position: absolute;
left: 25px;
top: 26px;
z-index: 9;
height: 18px;
min-width: 18px;
width: auto;
padding: 1px 0 0 1px;
text-align: center;
border-radius: 50%;
background: #6066d2;
font-size: 11px;
font-weight: 700;
color: #fff;
}
.form-section__header-counter .form-section__header-counter-text {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form-section__header-counter.fade {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form-section__header-counter.fade-exited {
margin-top: -5px;
opacity: 1;
}
.form-section__header-counter.fade-exited .form-section__header-counter-text {
opacity: 0.5;
}
.form-section__header-counter.fade-entering {
margin-top: -5px;
opacity: 1;
}
.form-section__header-counter.fade-entering .form-section__header-counter-text {
opacity: 0.5;
}
.form-section__header-counter.fade-entered {
margin-top: 0;
opacity: 1;
}
.form-section__header-counter.fade-entered .form-section__header-counter-text {
opacity: 1;
}
.form-section__header-icon {
float: left;
margin-right: 15px;
}
.form-section__header-icon svg {
height: 22px;
width: 22px;
}
@media screen and (max-width: 480px) {
.form-section__header-icon {
left: 13px;
}
}
.button--settings {
position: absolute;
right: 45px;
top: 42px;
cursor: pointer;
}
.button--settings:hover svg {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.button--settings svg {
height: 18px;
width: 18px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
.button--settings {
right: -10px;
}
}
.button--move-down {
position: absolute;
right: 25px;
top: 2px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.button--move-down:hover svg {
fill: #1f88e5;
}
.button--move-down svg {
height: 35px;
width: 35px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
.button--move-down {
right: 15px;
}
}
.button--move-up {
position: absolute;
right: 55px;
top: 2px;
cursor: pointer;
}
.button--move-up:hover svg {
fill: #1f88e5;
}
.button--move-up svg {
height: 35px;
width: 35px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
.button--move-up {
right: 48px;
}
}
.form-section__header {
float: none;
display: block;
margin: 0;
padding: 0;
}
.form-section__header-text {
display: block;
margin: 0;
cursor: pointer;
font-size: 20px;
font-weight: 600;
padding: 0 0 0 27px;
-webkit-box-shadow: 0 0 43px -1px #fff;
box-shadow: 0 0 43px -1px #fff;
}
@media screen and (max-width: 500px) {
.form-section__header-text {
font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.form-section__header-text {
padding-top: 5px;
padding-left: 28px;
}
}
.form-section__header-buttons {
position: absolute;
right: 25px;
top: 27px;
}
.resume-language-selector {
display: inline-block;
position: relative;
text-decoration: none;
}
.resume-language-selector .resume-language-selector__holder {
display: inline-block;
position: relative;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__selected {
padding: 2px 6px 2px 7px;
cursor: pointer;
margin: 0 0 0 8px;
height: 23px;
background: #eaeaea;
border-radius: 6px;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__selected svg {
top: 6px;
left: 2px;
position: relative;
height: 24px;
width: 24px;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list {
display: none;
position: absolute;
top: 22px;
right: -20px;
background: #fff;
border-radius: 6px;
font-size: 12px;
padding: 5px 15px 0 20px;
width: 135px;
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list.resume-language-selector__list--active {
display: inline;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list li {
position: relative;
margin: 0;
padding: 11px 0 15px;
list-style: none;
border-bottom: 1px solid #e0e0e0;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list li:hover {
text-decoration: underline;
cursor: pointer;
}
.resume-language-selector .resume-language-selector__holder .resume-language-selector__list li:last-child {
border: none;
}
.resume-language-selector__menu--arrow-bg {
position: absolute;
display: inline-block;
top: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e3e3e3;
}
.resume-language-selector__menu--arrow {
osition: absolute;
display: inline-block;
top: -8px;
left: 50%;
margin-left: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #fff;
}
.form__personal .resume-language-selector {
position: absolute;
right: 30px;
top: 19px;
z-index: 9;
}
.form-element--driving-license--menu {
position: absolute;
left: 0;
top: 73px;
width: 100%;
max-width: 308px;
z-index: 1;
padding: 10px;
background: #fff;
border-radius: 6px;
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.17);
display: none;
}
.form-element--driving-license--menu.active {
display: inline;
}
.form-element--driving-license--menu--scroll {
position: relative;
margin: 0;
padding: 0 0 7px;
width: 100%;
max-height: 200px;
overflow: scroll;
}
.driving-license {
float: left;
display: inline;
width: 100%;
margin: 0;
padding: 10px 15px 10px 10px;
border-radius: 4px;
cursor: pointer;
}
.driving-license .label {
top: 3px;
left: 7px;
}
.driving-license .label,
.driving-license svg {
float: left;
display: inline;
position: relative;
}
.driving-license svg {
top: 0;
height: 24px;
width: 24px;
}
.driving-license:hover {
background: #f0f9fe;
}
.driving-license:before {
position: absolute;
display: inline-block;
top: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e3e3e3;
}
.form-element--driving-license--menu--shadow-bottom {
position: absolute;
height: 4px;
width: calc(100% - 40px);
bottom: 0;
left: 20px;
z-index: 1;
-webkit-box-shadow: 0 -11px 15px 10px #fff;
box-shadow: 0 -11px 15px 10px #fff;
}
.form-element--driving-license--menu--arrow-bg {
position: absolute;
display: inline-block;
top: -10px;
left: 50%;
margin-left: -14px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e3e3e3;
}
.form-element--driving-license--menu--arrow {
position: absolute;
display: inline-block;
top: -8px;
left: 50%;
margin-left: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #fff;
}
.avatar {
border-radius: 6px;
background: none;
}
.avatar__preview {
float: left;
display: inline;
position: relative;
text-align: center;
background: #000;
width: 100%;
padding: 40px;
border-radius: 8px 8px 0 0;
}
.avatar__preview canvas {
display: inline-block;
border-radius: 6px;
}
.avatar__drop-zone {
position: absolute;
top: 0;
left: 0;
text-align: center;
height: 100%;
width: 100%;
background: #fff;
border-radius: 8px 8px 0 0;
}
.avatar__controllers {
float: left;
display: inline;
position: relative;
top: 0;
padding: 0 20px 20px;
width: 100%;
height: auto;
background: #fff;
border-radius: 0 0 8px 8px;
}
.avatar_edit_lock {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
}
.avatar__edit {
float: left;
display: inline;
position: relative;
width: auto;
cursor: pointer;
text-align: center;
margin: 0;
padding: 0 20px 0 0;
}
@media screen and (max-width: 480px) {
.avatar__edit {
float: none;
padding: 0 10px;
display: inline-block;
}
}
.avatar__edit svg {
width: 22px;
height: 22px;
}
.avatar__save {
float: right;
position: relative;
margin-top: 0;
margin-left: 0;
margin-right: 5px;
padding-left: 15px;
}
.avatar__save canvas {
position: absolute;
display: inline-block;
left: 11px;
}
.avatar__save.saving {
padding-left: 20px;
}
@media screen and (max-width: 480px) {
.avatar__save {
float: left;
width: 100%;
margin-top: 20px;
text-align: center;
}
}
.avatar__save--icon {
position: absolute;
left: 9px;
top: 6px;
}
.avatar__preview--helper {
padding: 0;
height: 100%;
}
.avatar__preview--helper--inner {
position: absolute;
top: 50px;
left: 25px;
width: calc(100% - 50px);
height: calc(100% - 75px);
border-radius: 6px;
cursor: pointer;
border: 2px dashed #c6c6c6;
}
.avatar__preview--helper--inner p {
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 0;
}
@media screen and (max-width: 480px) {
.avatar__preview--helper--inner p {
font-size: 12px;
}
}
.avatar__preview--helper--inner svg {
top: 10px;
position: relative;
height: 175px;
width: 175px;
fill: #2aaff3;
}
.avatar__drop-zone--accepted .avatar__preview--helper--inner {
border: 2px dashed #4caf50;
}
.avatar__drop-zone--rejected .avatar__preview--helper--inner {
border: 2px dashed #ff2c1d;
}
.modal_close {
position: absolute;
right: 5px;
top: 10px;
outline: none;
cursor: pointer;
background: none;
border: none;
z-index: 9;
}
.modal_close svg {
height: 28px;
width: 28px;
}
.modal_close.edit svg {
fill: #fff;
}
.avatar__disclaimer {
color: #b1b1b1;
background: #fff;
font-size: 12px;
text-align: justify;
padding: 0 25px 25px;
}
@media screen and (max-width: 550px) {
html[lang="es"] .form__personal .form-section__title {
text-indent: -9999px;
}
html[lang="es"] .form__personal .resume-language-selector {
right: 15px;
}
}
@media screen and (max-width: 550px) {
html[lang="es"] .form__personal .form__form-row.col-1:nth-child(2) div[name="position-email"] {
padding-right: 0;
width: 100%;
}
html[lang="es"] .form__personal .form__form-row.col-1:nth-child(2) div[name="position-meta.phoneNumber"] {
padding-left: 0;
margin-top: 10px;
width: 100%;
}
}
.personal {
float: left;
display: inline;
width: 100%;
margin: 0;
}
.form-section__content,
.personal {
position: relative;
}
.form__personal .form-section__title {
font-size: 18px;
float: left;
display: inline;
font-weight: 700;
margin: 0;
padding: 30px 0 25px;
width: auto;
}
.form__personal .form-section__title-icon {
position: relative;
display: none;
top: -1px;
left: -4px;
margin-right: 10px;
}
.form__personal .form-section__title-icon svg {
height: 24px;
width: 24px;
}
@media screen and (max-width: 420px) {
.form-element--desktop {
display: none;
}
}
.form-element--desktop label {
display: inline-block;
padding: 0 0 8px;
overflow: visible;
overflow: initial;
width: 6px;
}
.form-element--desktop .form-element.date--day {
width: 25%;
}
.form-element--desktop .form-element.date--month {
width: 50%;
padding: 0 14px;
}
.form-element--desktop .form-element.date--year {
width: 25%;
}
html[lang="ara"] .form-element--desktop label,
html[lang="es"] .form-element--desktop label,
html[lang="fr"] .form-element--desktop label,
html[lang="hu"] .form-element--desktop label,
html[lang="id"] .form-element--desktop label,
html[lang="it"] .form-element--desktop label,
html[lang="jp"] .form-element--desktop label,
html[lang="ko"] .form-element--desktop label,
html[lang="pl"] .form-element--desktop label,
html[lang="pt"] .form-element--desktop label,
html[lang="ru"] .form-element--desktop label,
html[lang="tr"] .form-element--desktop label,
html[lang="ua"] .form-element--desktop label,
html[lang="uk"] .form-element--desktop label,
html[lang="us"] .form-element--desktop label {
width: 200px;
}
html[lang="jp"] .form-element--desktop label {
height: 22px;
}
.form-element--mobile {
display: none !important;
}
@media screen and (max-width: 420px) {
.form-element--mobile {
display: inline !important;
}
}
.form__form-row--avatar--overlay {
display: inline;
position: absolute;
left: 0;
bottom: 0;
padding: 0 0 0 15px;
color: #fff;
width: 100%;
height: 0;
text-align: left;
border-radius: 0 0 3px 3px;
background: rgba(0, 0, 0, 0.62);
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.form__form-row--avatar--overlay svg {
position: relative;
top: 0;
height: 16px;
width: 16px;
margin-right: 5px;
}
.form__form-row--avatar:hover .form__form-row--avatar--overlay {
height: 75px;
}
.form__form-row--avatar--edit {
position: relative;
top: 15px;
left: 0;
font-size: 13px;
display: inline-block;
width: 100%;
cursor: pointer;
opacity: 0.85;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.form__form-row--avatar--edit:hover {
opacity: 1;
}
.form__form-row--avatar--remove {
position: relative;
top: 23px;
font-size: 13px;
display: inline-block;
width: 100%;
cursor: pointer;
opacity: 0.85;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.form__form-row--avatar--remove:hover {
opacity: 1;
}
.form-element--driving-license {
position: relative;
}
.form-element--driving-license input[type="text"]:disabled {
color: #4c4c4c;
font-weight: 500;
background: #fff;
opacity: 1;
cursor: pointer;
}
.form-element-driving-license-click {
position: absolute;
left: 0;
top: 25px;
cursor: pointer;
height: calc(100% - 25px);
width: calc(50% - 8px);
z-index: 9;
}
.progress-bar__buttons {
display: inline-block;
position: relative;
top: -48px;
width: 100%;
margin: 0;
padding: 0;
max-width: 500px;
}
@media screen and (max-width: 520px) {
.progress-bar__buttons {
max-width: 375px;
}
}
.progress-bar__button {
position: absolute;
text-align: center;
top: 3px;
border: none;
outline: none;
background: none;
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.progress-bar__button:not([disabled]) {
cursor: pointer;
}
.progress-bar__button:disabled {
opacity: 1;
}
.progress-bar__button.progress-bar__button--personal {
left: 10px;
}
.progress-bar__button.progress-bar__button--history {
left: 50%;
margin-left: -21px;
}
.progress-bar__button.progress-bar__button--template {
right: 10px;
}
.progress-bar__button .progress-bar__icon svg {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
fill: #1fc565;
}
.progress-bar__button.progress-bar__button--active .progress-bar__icon,
.progress-bar__button.progress-bar__button--done .progress-bar__icon {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
background: #6169cf;
}
.progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
.progress-bar__button.progress-bar__button--done .progress-bar__icon svg {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
fill: #fff;
}
.progress-bar__button.progress-bar__button--active .progress-bar__label,
.progress-bar__button.progress-bar__button--done .progress-bar__label {
opacity: 1;
}
.progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
.progress-bar__button.progress-bar__button--done .progress-bar__icon svg {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
fill: #fff;
}
.progress-bar__icon {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
height: 38px;
width: 38px;
border-radius: 50%;
background: #81e1a9;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.progress-bar__icon svg {
position: relative;
top: 8px;
width: 21px;
height: 21px;
fill: #fff;
}
.progress-bar__button:disabled .progress-bar__label {
color: #fff;
}
.progress-bar__button .progress-bar__label {
color: #fff;
position: absolute;
bottom: -18px;
font-size: 14px;
margin: 0 0 0 -35px;
padding: 0;
font-weight: 500;
overflow: hidden;
min-width: 110px;
text-align: center;
letter-spacing: 0.02em;
}
html[lang="fr"] .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="fr"] .progress-bar__button.progress-bar__button--done .progress-bar__icon {
background: #1e88e5;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__label,
html[lang="cl"] #app:not(.app--ab) .progress-bar__label,
html[lang="es"] #app:not(.app--ab) .progress-bar__label,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__label,
html[lang="pe"] #app:not(.app--ab) .progress-bar__label,
html[lang="uk"] #app:not(.app--ab) .progress-bar__label {
color: #898989;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon {
background: #2dc46a;
}
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="ar"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="cl"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="es"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="nl-BE"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="pe"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--active .progress-bar__icon svg,
html[lang="uk"] #app:not(.app--ab) .progress-bar__button.progress-bar__button--done .progress-bar__icon svg {
fill: #fff;
}
.tb_button {
padding: 1px;
cursor: pointer;
border-right: 1px solid #8b8b8b;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.tb_button.hover {
borer: 2px outset #def;
background-color: #f8f8f8 !important;
}
.ws_toolbar {
z-index: 100000;
}
.ws_toolbar .ws_tb_btn {
cursor: pointer;
border: 1px solid #555;
padding: 3px;
}
.tb_highlight {
background-color: yellow;
}
.tb_hide {
visibility: hidden;
}
.ws_toolbar img {
padding: 2px;
margin: 0px;
} | 0.314471 | 0.192103 |
body {
background: #444;
overflow: hidden;
color: white;
font-family: sans-serif;
margin: 0px;
}
.main {
position: re;
left: 5px;
overflow: hidden;
right: 5px;
text-align: center;
top: 5px;
}
#progress {
position: absolute;
display: inline;
left: 90px;
right: 160px;
height: 20px;
margin-top: 1px;
text-align: right;
}
.hide {
display: none !important;
}
#mainText {
text-align: left;
width: 90%;
position: relative;
top: 10px;
background: #ccc;
color: black;
margin-right: auto;
margin-left: auto;
padding: 10px;
word-wrap: break-word;
}
#mainImage{
margin-top: 32px;
}
#titlebar.main {
opacity: 0;
position: absolute;
top: 0;
height: 30px;
left: 0;
right: 0;
background-color: black;
padding-bottom: 70px;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
background: -moz-linear-gradient(top, rgba(0,2,34,1) 0%, rgba(0,1,24,1) 30%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,2,34,1)), color-stop(30%,rgba(0,1,24,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000222', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* W3C */
}
#prev {
left: 40px;
}
#next {
right: 40px;
}
.arrow {
position: absolute;
top: 50%;
margin-top: -32px;
font-size: 64px;
color: #E2E2E2;
font-family: arial, sans-serif;
font-weight: bold;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.arrow:hover {
color: #777;
}
.arrow:active,
.arrow.active {
color: #000;
} | app/static/css/kthoom.css | body {
background: #444;
overflow: hidden;
color: white;
font-family: sans-serif;
margin: 0px;
}
.main {
position: re;
left: 5px;
overflow: hidden;
right: 5px;
text-align: center;
top: 5px;
}
#progress {
position: absolute;
display: inline;
left: 90px;
right: 160px;
height: 20px;
margin-top: 1px;
text-align: right;
}
.hide {
display: none !important;
}
#mainText {
text-align: left;
width: 90%;
position: relative;
top: 10px;
background: #ccc;
color: black;
margin-right: auto;
margin-left: auto;
padding: 10px;
word-wrap: break-word;
}
#mainImage{
margin-top: 32px;
}
#titlebar.main {
opacity: 0;
position: absolute;
top: 0;
height: 30px;
left: 0;
right: 0;
background-color: black;
padding-bottom: 70px;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
background: -moz-linear-gradient(top, rgba(0,2,34,1) 0%, rgba(0,1,24,1) 30%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,2,34,1)), color-stop(30%,rgba(0,1,24,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000222', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,2,34,1) 0%,rgba(0,1,24,1) 30%,rgba(0,0,0,0) 100%); /* W3C */
}
#prev {
left: 40px;
}
#next {
right: 40px;
}
.arrow {
position: absolute;
top: 50%;
margin-top: -32px;
font-size: 64px;
color: #E2E2E2;
font-family: arial, sans-serif;
font-weight: bold;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.arrow:hover {
color: #777;
}
.arrow:active,
.arrow.active {
color: #000;
} | 0.354657 | 0.068506 |
body{
font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,Helvetica,Arial,sans-serif;
font-size: 16px;
color:#343942;
margin: 0;
padding:0;
}
nav#header{
display: flex;
padding:0px 35px 20px 35px;
margin-top:0px;
flex-wrap:nowrap;
border-top: 1px solid #cbcfd6;
border-bottom: 1px solid #cbcfd6;
}
ul.first-nav{
display: flex;
align-items:center;
flex:3;
padding-top:20px;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
ul.first-nav li a{
padding:26px 20px 0px 22px;
}
ul.first-nav li a:hover{
border-top:5px solid #139ff2;
}
#wix-logo:hover{
border-top:none !important;
}
ul.second-nav{
display: flex;
align-items:center;
flex:1;
justify-content:flex-end;
flex-wrap:nowrap;
padding-top:20px;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
nav#header li a{
text-decoration:none;
color:black;
}
ul.first-nav,ul.second-nav{
list-style-type:none;
}
.fa-user-circle{
font-size:40px;
color:#cbcfd6;
margin-right:17px;
}
section{
display:flex;
align-items:stretch;
height: 100rem;
}
aside{
padding:2px;
flex:23%;
border-right:1px solid #cbcfd6;
width:23%;
height:50rem;
position: sticky !important;
top:0px !important;
}
@media screen and (min-width: 380px) {
aside,.second-nav,.second-nav-content {
width:300px !important;
}
}
nav#second-nav{
overflow-y:scroll;
overflow-x:hidden;
height:50rem;
margin-bottom:10px;
}
.second-nav-content{
padding:0px 20px;
}
nav#second-nav::-webkit-scrollbar {
width: 8px;
background-color: #FFF;
}
nav#second-nav:hover::-webkit-scrollbar-thumb {
background-color: #459fed;
border-radius:5px;
height:5rem !important;
}
body{
overflow-y:scroll;
}
body::-webkit-scrollbar {
width: 8px;
background-color: #FFF;
}
body:hover::-webkit-scrollbar-thumb {
background-color: #459fed;
border-radius:5px;
height:10rem !important;
}
main::-webkit-scrollbar {
width: 10px;
background-color: #FFF;
display:none;
}
main:hover::-webkit-scrollbar-thumb {
background-color: #459fed;
border-radius:5px;
height:20rem !important;
}
main{
flex:77%;
width:77%;
overflow-y: scroll;
height:100rem !important;
}
.less-than{
text-align:right;
display:inline-block;
margin:20px 0 20px 243px;
}
#line1{
cursor: pointer;
transform: rotate(-44deg);
border-bottom-color: #459fed;
border-bottom-style: solid;
border-bottom-width: 0.1px;
width:15px;
font-size: 16px;
}
#line2{
width:15px;
transform: rotate(44deg);
border-bottom-color: #459fed;
border-bottom-style: solid;
border-bottom-width: 0.1px;
cursor: pointer;
font-size: 16px;
margin-top:10px;
}
input[type="search"]{
border:none;
border-bottom:1px solid #459fed;
width: 100%;
font-size: 18px;
padding-left:45px;
padding-bottom:13px;
}
input[type="search"]:focus{
outline:none;
}
.lists{
text-align:left;
}
ul.first-list,ul.second-list{
list-style-type:none;
}
ul.first-list li a,ul.second-list li a{
text-decoration:none;
color: black;
font-size: 19px;
-webkit-padding-start:0px !important;
transition-duration: .3s;
margin-left:0;
}
ul.first-list li a:hover,a.shaking:hover{
color:#459fed;
margin-left:10px;
}
a.head-list{
color:black !important;
margin-left:0px !important;
background:none !important;
}
.first-list,.second-list{
-webkit-padding-start:0px !important;
}
ul.first-list li ,ul.second-list li {
padding-top:10px;
}
.fa-angle-right{
color:#459fed;
margin-right:10px;
line-height: 16px;
}
/*main section*/
main{
text-align:center;
}
#main-heading{
font-size:30px;
font-weight:100;
margin:50px 0px 0px 0px;
}
.templates-gallery{
display: flex;
justify-content: space-evenly;
flex-wrap:wrap;
}
.g01{
display:inline-block;
position:relative;
opacity: 1;
transition: .5s ease;
}
.g001{
opacity: 1;
transition: .5s ease;
}
.g01:hover .hover-cont{
height:260px;
}
.g01:hover .g001 {
opacity: 0.1;
}
.desc{
margin-top:7px;
}
.gallery{
margin-top:40px;
}
#price{
text-indent:15px;
}
.h-link1,.h-link2{
display:block;
}
.hover-cont{
width:420px;
height: 0;
transition: .5s ease;
text-align:left;
overflow:hidden;
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}
.hover-contents{
display:flex;
justify-content:center;
align-items:center;
}
img#template-image,.hover-links{
padding: 0 30px;
}
a.h-link1{
text-decoration:none;
background: #609af7;
padding: 9px 20px;
margin:5px 0px;
border-radius:30px ;
color:#FFF;
}
.hover-con-layer{
display:flex;
align-items:flex-end;
}
a.h-link2{
color:#000;
margin:0 0 20px 12px;
border-bottom: 1px solid #000;
text-decoration:none;
}
/*--pagination--*/
.pagination{
font-size:25px;
display:flex;
justify-content: center;
align-items:center;
margin:6rem 0;
}
.pagination a{
text-decoration: none;
color:#000 !important;
padding:0px 20px;
font-weight:100;
line-height:1px !important ;
}
.pagination a:hover, .pagnx:hover {
color:blue !important;
}
a.iconx{
padding:0px 0px !important ;
}
.pagn,.fa-angle-double-right,.fa-angle-double-left,.fa-angle-left{
color:#000 !important;
font-weight:100;
-webkit-text-stroke: 2px;
padding:0px 0px !important ;
margin:0px 0px !important ;
}
.pagn,.fa-angle-left{
font-size:40px;
padding:0 15px !important ;
}
.pagn{
padding-left:35px !important ;
}
.fa-angle-left{
padding-right:35px !important ;
}
footer{
display:flex;
justify-content: center;
align-items:center;
background:#d5dbe5;
height:45em;
}
.footer-contents{
display:flex;
justify-content:space-evenly;
align-items:flex-start;
height:80%;
width:90%;
}
.footer-contents > div{
width: 200px;
flex: 1 1 200px;
}
.footer-contents div ul{
list-style-type:none;
}
.footer-contents div ul li{
padding:7px
}
.footer-contents div ul li a{
text-decoration:none;
color:#343942;
}
.footer-fifth img{
margin-top:0.5rem;
margin-bottom:0.7rem;
}
.top-list{
margin-bottom:1rem;
font-weight:bold;
font-size:20px;
}
.fa-facebook-f, .fa-twitter, .fa-google-plus-g, .fa-youtube, .fa-pinterest-p, .fa-instagram, .fa-linkedin-in{
color:#000;
font-size:20px;
padding:6.3px;
}
.fa-facebook-f:hover{
color:blue;
}
.fa-twitter:hover{
color:#00fff2;
}
.fa-google-plus-g:hover,.fa-youtube:hover,.fa-pinterest-p:hover{
color:red;
}
.fa-instagram:hover, .fa-linkedin-in:hover {
color:green;
} | index.css | body{
font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,Helvetica,Arial,sans-serif;
font-size: 16px;
color:#343942;
margin: 0;
padding:0;
}
nav#header{
display: flex;
padding:0px 35px 20px 35px;
margin-top:0px;
flex-wrap:nowrap;
border-top: 1px solid #cbcfd6;
border-bottom: 1px solid #cbcfd6;
}
ul.first-nav{
display: flex;
align-items:center;
flex:3;
padding-top:20px;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
ul.first-nav li a{
padding:26px 20px 0px 22px;
}
ul.first-nav li a:hover{
border-top:5px solid #139ff2;
}
#wix-logo:hover{
border-top:none !important;
}
ul.second-nav{
display: flex;
align-items:center;
flex:1;
justify-content:flex-end;
flex-wrap:nowrap;
padding-top:20px;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
nav#header li a{
text-decoration:none;
color:black;
}
ul.first-nav,ul.second-nav{
list-style-type:none;
}
.fa-user-circle{
font-size:40px;
color:#cbcfd6;
margin-right:17px;
}
section{
display:flex;
align-items:stretch;
height: 100rem;
}
aside{
padding:2px;
flex:23%;
border-right:1px solid #cbcfd6;
width:23%;
height:50rem;
position: sticky !important;
top:0px !important;
}
@media screen and (min-width: 380px) {
aside,.second-nav,.second-nav-content {
width:300px !important;
}
}
nav#second-nav{
overflow-y:scroll;
overflow-x:hidden;
height:50rem;
margin-bottom:10px;
}
.second-nav-content{
padding:0px 20px;
}
nav#second-nav::-webkit-scrollbar {
width: 8px;
background-color: #FFF;
}
nav#second-nav:hover::-webkit-scrollbar-thumb {
background-color: #459fed;
border-radius:5px;
height:5rem !important;
}
body{
overflow-y:scroll;
}
body::-webkit-scrollbar {
width: 8px;
background-color: #FFF;
}
body:hover::-webkit-scrollbar-thumb {
background-color: #459fed;
border-radius:5px;
height:10rem !important;
}
main::-webkit-scrollbar {
width: 10px;
background-color: #FFF;
display:none;
}
main:hover::-webkit-scrollbar-thumb {
background-color: #459fed;
border-radius:5px;
height:20rem !important;
}
main{
flex:77%;
width:77%;
overflow-y: scroll;
height:100rem !important;
}
.less-than{
text-align:right;
display:inline-block;
margin:20px 0 20px 243px;
}
#line1{
cursor: pointer;
transform: rotate(-44deg);
border-bottom-color: #459fed;
border-bottom-style: solid;
border-bottom-width: 0.1px;
width:15px;
font-size: 16px;
}
#line2{
width:15px;
transform: rotate(44deg);
border-bottom-color: #459fed;
border-bottom-style: solid;
border-bottom-width: 0.1px;
cursor: pointer;
font-size: 16px;
margin-top:10px;
}
input[type="search"]{
border:none;
border-bottom:1px solid #459fed;
width: 100%;
font-size: 18px;
padding-left:45px;
padding-bottom:13px;
}
input[type="search"]:focus{
outline:none;
}
.lists{
text-align:left;
}
ul.first-list,ul.second-list{
list-style-type:none;
}
ul.first-list li a,ul.second-list li a{
text-decoration:none;
color: black;
font-size: 19px;
-webkit-padding-start:0px !important;
transition-duration: .3s;
margin-left:0;
}
ul.first-list li a:hover,a.shaking:hover{
color:#459fed;
margin-left:10px;
}
a.head-list{
color:black !important;
margin-left:0px !important;
background:none !important;
}
.first-list,.second-list{
-webkit-padding-start:0px !important;
}
ul.first-list li ,ul.second-list li {
padding-top:10px;
}
.fa-angle-right{
color:#459fed;
margin-right:10px;
line-height: 16px;
}
/*main section*/
main{
text-align:center;
}
#main-heading{
font-size:30px;
font-weight:100;
margin:50px 0px 0px 0px;
}
.templates-gallery{
display: flex;
justify-content: space-evenly;
flex-wrap:wrap;
}
.g01{
display:inline-block;
position:relative;
opacity: 1;
transition: .5s ease;
}
.g001{
opacity: 1;
transition: .5s ease;
}
.g01:hover .hover-cont{
height:260px;
}
.g01:hover .g001 {
opacity: 0.1;
}
.desc{
margin-top:7px;
}
.gallery{
margin-top:40px;
}
#price{
text-indent:15px;
}
.h-link1,.h-link2{
display:block;
}
.hover-cont{
width:420px;
height: 0;
transition: .5s ease;
text-align:left;
overflow:hidden;
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}
.hover-contents{
display:flex;
justify-content:center;
align-items:center;
}
img#template-image,.hover-links{
padding: 0 30px;
}
a.h-link1{
text-decoration:none;
background: #609af7;
padding: 9px 20px;
margin:5px 0px;
border-radius:30px ;
color:#FFF;
}
.hover-con-layer{
display:flex;
align-items:flex-end;
}
a.h-link2{
color:#000;
margin:0 0 20px 12px;
border-bottom: 1px solid #000;
text-decoration:none;
}
/*--pagination--*/
.pagination{
font-size:25px;
display:flex;
justify-content: center;
align-items:center;
margin:6rem 0;
}
.pagination a{
text-decoration: none;
color:#000 !important;
padding:0px 20px;
font-weight:100;
line-height:1px !important ;
}
.pagination a:hover, .pagnx:hover {
color:blue !important;
}
a.iconx{
padding:0px 0px !important ;
}
.pagn,.fa-angle-double-right,.fa-angle-double-left,.fa-angle-left{
color:#000 !important;
font-weight:100;
-webkit-text-stroke: 2px;
padding:0px 0px !important ;
margin:0px 0px !important ;
}
.pagn,.fa-angle-left{
font-size:40px;
padding:0 15px !important ;
}
.pagn{
padding-left:35px !important ;
}
.fa-angle-left{
padding-right:35px !important ;
}
footer{
display:flex;
justify-content: center;
align-items:center;
background:#d5dbe5;
height:45em;
}
.footer-contents{
display:flex;
justify-content:space-evenly;
align-items:flex-start;
height:80%;
width:90%;
}
.footer-contents > div{
width: 200px;
flex: 1 1 200px;
}
.footer-contents div ul{
list-style-type:none;
}
.footer-contents div ul li{
padding:7px
}
.footer-contents div ul li a{
text-decoration:none;
color:#343942;
}
.footer-fifth img{
margin-top:0.5rem;
margin-bottom:0.7rem;
}
.top-list{
margin-bottom:1rem;
font-weight:bold;
font-size:20px;
}
.fa-facebook-f, .fa-twitter, .fa-google-plus-g, .fa-youtube, .fa-pinterest-p, .fa-instagram, .fa-linkedin-in{
color:#000;
font-size:20px;
padding:6.3px;
}
.fa-facebook-f:hover{
color:blue;
}
.fa-twitter:hover{
color:#00fff2;
}
.fa-google-plus-g:hover,.fa-youtube:hover,.fa-pinterest-p:hover{
color:red;
}
.fa-instagram:hover, .fa-linkedin-in:hover {
color:green;
} | 0.278846 | 0.042742 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
overflow-x: hidden;
outline: none;
word-spacing: 0.1em;
letter-spacing: 0.02em;
font-family: Arial,sans-serif;
font-weight: normal;
}
a {
text-decoration: none;
}
.container_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100vw;
}
.container_main {
display: block;
width: 100vw;
max-width: 1280px;
min-width: 320px;
}
@media screen and (max-width: 500px) {
.container_main {
margin: 0px 0px 0px 0px;
}
}
.container_play {
display: block;
height: 100%;
width: 100vw;
max-width: 500px;
min-width: 320px;
margin: 40px auto 20px auto;
background-color: #2A88AD;
border-radius: 10px 10px 0 0;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 500px) {
.container_play {
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.container_play-intern {
display: block;
margin: 10px;
margin-top: 0;
background: #FFF;
border-radius: 10px;
}
.container_title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-width: 320px;
background-color: #2A88AD;
border: 1px solid #257C9E;
border-radius: 10px 10px 0 0;
position: relative;
}
@media screen and (max-width: 400px) {
.container_title {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.container_title h1 {
padding: 20px 20px 0px 20px;
border-radius: 10px 10px 0 0;
background: #2A88AD;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font-size: 32px;
font-weight: bold;
}
.container_title h2 {
padding: 0px 20px 15px 20px;
border-radius: 10px 10px 0 0;
background: #2A88AD;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font-size: 20px;
font-weight: bold;
}
.container_image_absolute-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
right: 7px;
top: 2px;
}
@media screen and (max-width: 400px) {
.container_image_absolute-right {
display: none;
}
}
.image {
width: 100%;
max-width: 120px;
height: auto;
}
@media screen and (max-width: 670px) {
.image {
max-width: 120px;
}
}
.container_sum {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 0px 20px 0px;
}
.container_answer-false {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0px 20px 0px 20px;
}
.answer_false {
display: block;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
border: 2px solid red;
border-radius: 5px;
}
.container_message-error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 20px 10px 20px;
}
.message_error {
display: block;
min-height: 30px;
min-width: 300px;
padding: 5px 10px 5px 10px;
border-radius: 5px;
background-color: red;
color: white;
}
.container_button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0px 10px 0px;
}
.label_sum {
font-size: 60px;
}
@media screen and (max-width: 400px) {
.label_sum {
font-size: 55px;
}
}
@media screen and (max-width: 350px) {
.label_sum {
font-size: 50px;
}
}
.field_answer {
width: 100px;
font-size: 60px;
border: none;
outline: none;
border-bottom: solid 3px grey;
}
@media screen and (max-width: 400px) {
.field_answer {
font-size: 55px;
width: 94px;
}
}
@media screen and (max-width: 350px) {
.field_answer {
font-size: 50px;
width: 85px;
}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.container_sumstogo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
margin-top: 10px;
}
.button-click {
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;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 200px;
height: 40px;
padding: 10px;
margin: 10px;
border-radius: 5px;
background-color: orange;
border: 1px solid orange;
color: black;
font-weight: bold;
-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.83);
box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.83);
}
.button-click:hover {
color: white;
background-color: green;
border: 1px solid green;
text-decoration: none;
-webkit-box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.63);
box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.63);
}
.button-click:active {
color: orange;
background-color: white;
border: 1px solid orange;
text-decoration: none;
}
.container_play1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
max-width: 500px;
min-width: 320px;
position: relative;
margin: 40px auto 20px auto;
background-color: #2A88AD;
border-radius: 10px 10px 0 0;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 500px) {
.container_play1 {
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.container_play-intern1 {
display: block;
width: 100%;
margin: 20px;
background: #FFF;
border-radius: 10px;
}
.keyboard {
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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.keyboard-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.digit-blanc {
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;
height: 40px;
width: 60px;
margin: 10px;
padding: 10px;
border-radius: 6px;
background-color: #2A88AD;
}
@media screen and (min-width: 340px) {
.digit-blanc {
width: 19vw;
max-width: 105px;
}
}
@media screen and (min-width: 615px) {
.digit-blanc {
width: 105px;
}
}
.digit {
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;
height: 40px;
width: 60px;
margin: 10px;
padding: 10px;
border-radius: 6px;
background-color: white;
}
@media screen and (min-width: 340px) {
.digit {
width: 19vw;
max-width: 105px;
}
}
@media screen and (min-width: 615px) {
.digit {
height: 50px;
width: 105px;
}
}
.digit:hover {
background-color: orange;
}
.digit:active {
background-color: #ffc966;
}
.keyboard-row:nth-of-type(2) .digit:nth-of-type(4) {
background-color: green;
color: white;
}
.keyboard-row:nth-of-type(2) .digit:nth-of-type(4):hover {
background-color: #004d00;
color: white;
}
.keyboard-row:nth-of-type(2) .digit:nth-of-type(4):active {
background-color: #00e600;
color: white;
}
.keyboard-row:first-of-type .digit:nth-of-type(4) {
background-color: red;
color: white;
text-shadow: 0px 0px 2px black;
}
.keyboard-row:first-of-type .digit:nth-of-type(4):hover {
background-color: #990000;
}
.keyboard-row:first-of-type .digit:nth-of-type(4):active {
background-color: #ff6666;
}
/*# sourceMappingURL=play.css.map */ | public/css/play.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
overflow-x: hidden;
outline: none;
word-spacing: 0.1em;
letter-spacing: 0.02em;
font-family: Arial,sans-serif;
font-weight: normal;
}
a {
text-decoration: none;
}
.container_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100vw;
}
.container_main {
display: block;
width: 100vw;
max-width: 1280px;
min-width: 320px;
}
@media screen and (max-width: 500px) {
.container_main {
margin: 0px 0px 0px 0px;
}
}
.container_play {
display: block;
height: 100%;
width: 100vw;
max-width: 500px;
min-width: 320px;
margin: 40px auto 20px auto;
background-color: #2A88AD;
border-radius: 10px 10px 0 0;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 500px) {
.container_play {
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.container_play-intern {
display: block;
margin: 10px;
margin-top: 0;
background: #FFF;
border-radius: 10px;
}
.container_title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-width: 320px;
background-color: #2A88AD;
border: 1px solid #257C9E;
border-radius: 10px 10px 0 0;
position: relative;
}
@media screen and (max-width: 400px) {
.container_title {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.container_title h1 {
padding: 20px 20px 0px 20px;
border-radius: 10px 10px 0 0;
background: #2A88AD;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font-size: 32px;
font-weight: bold;
}
.container_title h2 {
padding: 0px 20px 15px 20px;
border-radius: 10px 10px 0 0;
background: #2A88AD;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font-size: 20px;
font-weight: bold;
}
.container_image_absolute-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
right: 7px;
top: 2px;
}
@media screen and (max-width: 400px) {
.container_image_absolute-right {
display: none;
}
}
.image {
width: 100%;
max-width: 120px;
height: auto;
}
@media screen and (max-width: 670px) {
.image {
max-width: 120px;
}
}
.container_sum {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 0px 20px 0px;
}
.container_answer-false {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0px 20px 0px 20px;
}
.answer_false {
display: block;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
border: 2px solid red;
border-radius: 5px;
}
.container_message-error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 20px 10px 20px;
}
.message_error {
display: block;
min-height: 30px;
min-width: 300px;
padding: 5px 10px 5px 10px;
border-radius: 5px;
background-color: red;
color: white;
}
.container_button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0px 10px 0px;
}
.label_sum {
font-size: 60px;
}
@media screen and (max-width: 400px) {
.label_sum {
font-size: 55px;
}
}
@media screen and (max-width: 350px) {
.label_sum {
font-size: 50px;
}
}
.field_answer {
width: 100px;
font-size: 60px;
border: none;
outline: none;
border-bottom: solid 3px grey;
}
@media screen and (max-width: 400px) {
.field_answer {
font-size: 55px;
width: 94px;
}
}
@media screen and (max-width: 350px) {
.field_answer {
font-size: 50px;
width: 85px;
}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.container_sumstogo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
margin-top: 10px;
}
.button-click {
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;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 200px;
height: 40px;
padding: 10px;
margin: 10px;
border-radius: 5px;
background-color: orange;
border: 1px solid orange;
color: black;
font-weight: bold;
-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.83);
box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.83);
}
.button-click:hover {
color: white;
background-color: green;
border: 1px solid green;
text-decoration: none;
-webkit-box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.63);
box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.63);
}
.button-click:active {
color: orange;
background-color: white;
border: 1px solid orange;
text-decoration: none;
}
.container_play1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
max-width: 500px;
min-width: 320px;
position: relative;
margin: 40px auto 20px auto;
background-color: #2A88AD;
border-radius: 10px 10px 0 0;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 500px) {
.container_play1 {
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.container_play-intern1 {
display: block;
width: 100%;
margin: 20px;
background: #FFF;
border-radius: 10px;
}
.keyboard {
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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.keyboard-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.digit-blanc {
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;
height: 40px;
width: 60px;
margin: 10px;
padding: 10px;
border-radius: 6px;
background-color: #2A88AD;
}
@media screen and (min-width: 340px) {
.digit-blanc {
width: 19vw;
max-width: 105px;
}
}
@media screen and (min-width: 615px) {
.digit-blanc {
width: 105px;
}
}
.digit {
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;
height: 40px;
width: 60px;
margin: 10px;
padding: 10px;
border-radius: 6px;
background-color: white;
}
@media screen and (min-width: 340px) {
.digit {
width: 19vw;
max-width: 105px;
}
}
@media screen and (min-width: 615px) {
.digit {
height: 50px;
width: 105px;
}
}
.digit:hover {
background-color: orange;
}
.digit:active {
background-color: #ffc966;
}
.keyboard-row:nth-of-type(2) .digit:nth-of-type(4) {
background-color: green;
color: white;
}
.keyboard-row:nth-of-type(2) .digit:nth-of-type(4):hover {
background-color: #004d00;
color: white;
}
.keyboard-row:nth-of-type(2) .digit:nth-of-type(4):active {
background-color: #00e600;
color: white;
}
.keyboard-row:first-of-type .digit:nth-of-type(4) {
background-color: red;
color: white;
text-shadow: 0px 0px 2px black;
}
.keyboard-row:first-of-type .digit:nth-of-type(4):hover {
background-color: #990000;
}
.keyboard-row:first-of-type .digit:nth-of-type(4):active {
background-color: #ff6666;
}
/*# sourceMappingURL=play.css.map */ | 0.2676 | 0.070304 |
html,
body {
height: 100%;
background-image: url(https://www.wysersolutions.com/wp-content/uploads/2017/04/people-working-together-in-meeting.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
nav.navbar a:hover, .dropdown button:hover{
color: grey !important;
}
.add-margin-top {
margin-top: 80px;
}
.margin {
margin-top: 30px;
}
.add-margin-and-width {
margin-bottom: 100px;
width: 90%;
}
.delete-margin {
margin-top: -100px;
margin-right: -30px;
}
.text-align-center {
text-align: center;
}
.show-project-padding {
background: #263238;
}
.account-dropdown {
display: inline-block;
}
.list-projects-content {
padding-top: 3px;
}
.welcome-header {
display: block;
text-align: center;
margin-top: 10px;
}
/******* Form *******/
.project-form-container {
display: flex;
justify-content: center;
}
.form-container {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
@media (max-width: 374px) {
.profile-page {
width: 300px !important;
}
}
@media (max-width: 767px) {
.form-content {
width: 300px !important;
background: #fff;
padding: 15px;
margin: 5px;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-form-content {
width: 300px !important;
background: #fff;
padding: 30px;
border-radius: 5px;
margin: 20px 5px 30px 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-info {
display: flex;
flex-direction: column;
}
}
@media (max-width: 991px) {
.dropdown button{
padding-left: 0;
}
}
@media (min-width: 768px) {
.form-content {
width: 450px !important;
background: #fff;
padding: 30px;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-form-content {
width: 450px !important;
background: #fff;
padding: 30px;
margin-top: 20px;
margin: 20px 0 30px 0;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-info {
display: flex;
justify-content: space-between;
}
}
/****** List Projects *******/
.list-container-bg {
background-image: url(https://backgroundcheckall.com/wp-content/uploads/2018/10/blurry-blue-background-3.jpg);
}
.list-projects-bg{
background-color: #d9f0fe;
}
.col-guide-bar {
position: fixed;
}
.profile-page {
width: 350px;
margin-top: 30px;
border-radius:10px;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 10px 0px #000;
background-color: white;
height: 400px;
}
.user-card-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/****** show_project.erb CSS *******/
.controllers-anchor {
display: block;
height: 95px; /*same height as header*/
margin-top: -70px; /*same height as header*/
visibility: hidden;
}
.structures-info {
color: white;
padding-top: 7px;
}
.edit-delete-btns {
padding-top: 10px;
}
pre code a {
color: white;
}
pre code a:hover {
color: green;
}
.controller-style {
text-decoration:none;
display:inline-block;
margin-top: -30px;
margin-bottom: -5px;
}
ul li p {
margin: 0;
padding: 0;
}
footer {
color: white;
text-shadow: 2px 2px 4px #000000;
} | public/css/style.css |
html,
body {
height: 100%;
background-image: url(https://www.wysersolutions.com/wp-content/uploads/2017/04/people-working-together-in-meeting.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
nav.navbar a:hover, .dropdown button:hover{
color: grey !important;
}
.add-margin-top {
margin-top: 80px;
}
.margin {
margin-top: 30px;
}
.add-margin-and-width {
margin-bottom: 100px;
width: 90%;
}
.delete-margin {
margin-top: -100px;
margin-right: -30px;
}
.text-align-center {
text-align: center;
}
.show-project-padding {
background: #263238;
}
.account-dropdown {
display: inline-block;
}
.list-projects-content {
padding-top: 3px;
}
.welcome-header {
display: block;
text-align: center;
margin-top: 10px;
}
/******* Form *******/
.project-form-container {
display: flex;
justify-content: center;
}
.form-container {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
@media (max-width: 374px) {
.profile-page {
width: 300px !important;
}
}
@media (max-width: 767px) {
.form-content {
width: 300px !important;
background: #fff;
padding: 15px;
margin: 5px;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-form-content {
width: 300px !important;
background: #fff;
padding: 30px;
border-radius: 5px;
margin: 20px 5px 30px 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-info {
display: flex;
flex-direction: column;
}
}
@media (max-width: 991px) {
.dropdown button{
padding-left: 0;
}
}
@media (min-width: 768px) {
.form-content {
width: 450px !important;
background: #fff;
padding: 30px;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-form-content {
width: 450px !important;
background: #fff;
padding: 30px;
margin-top: 20px;
margin: 20px 0 30px 0;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px #000;
background-color: #f2f9ff;
}
.project-info {
display: flex;
justify-content: space-between;
}
}
/****** List Projects *******/
.list-container-bg {
background-image: url(https://backgroundcheckall.com/wp-content/uploads/2018/10/blurry-blue-background-3.jpg);
}
.list-projects-bg{
background-color: #d9f0fe;
}
.col-guide-bar {
position: fixed;
}
.profile-page {
width: 350px;
margin-top: 30px;
border-radius:10px;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 10px 0px #000;
background-color: white;
height: 400px;
}
.user-card-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/****** show_project.erb CSS *******/
.controllers-anchor {
display: block;
height: 95px; /*same height as header*/
margin-top: -70px; /*same height as header*/
visibility: hidden;
}
.structures-info {
color: white;
padding-top: 7px;
}
.edit-delete-btns {
padding-top: 10px;
}
pre code a {
color: white;
}
pre code a:hover {
color: green;
}
.controller-style {
text-decoration:none;
display:inline-block;
margin-top: -30px;
margin-bottom: -5px;
}
ul li p {
margin: 0;
padding: 0;
}
footer {
color: white;
text-shadow: 2px 2px 4px #000000;
} | 0.41324 | 0.089733 |
body {
background: none;
background-color: #222;
color: #929492;
font-size:80%;
}
/* General links */
a {
color: #797;
text-decoration:none;
}
a:hover {
color: #9f9;
}
a:visited {
color: #977;
}
a.quotelink {
color: #FFFFFF;
}
/* Board list */
#boardNavDesktop a {
color: #797!important;
}
#boardNavDesktop a:visited {
color: #a88!important;
}
#boardNavDesktop a:hover {
color: #8f8!important;
}
/* random other links */
.postNum a, a.quotelink, .nameBlock, .nameBlock a {
color: #88957a!important;
}
/* stuff */
hr {
border-color:#454;
}
/* posts */
div.reply {
background:none!important;
background-color: #333!important;
border: 1px solid #444!important;
border-radius:5px!important;
box-shadow:0px 0px 6px black!important;
}
div.op .fileThumb img {
box-shadow:0px 0px 6px black;
}
.sideArrows {
display:none;
}
.postingMode {
font-family: Monospace;
color:#888!important;
background-color:#444844!important;
border-top:1px solid #484a48!important;
border-bottom:1px solid #484a48!important;
}
table.postForm > tbody > tr > td:first-child {
background-color:transparent;
border:0px;
color:#aaa;
vertical-align:top;
}
.postForm textarea, .postForm input, input[type="file"] {
background-color:#444;
border:1px solid #555!important;
border-radius:2px;
padding:2px;
color:#aaa;
box-shadow:0px 0px 6px black;
margin:1px;
}
.globalMessage {
color:#FFD24D!important;
}
/* Displays post number */
body{counter-reset:posts;}
div.reply{counter-increment: posts;}
div.reply div.postInfo:after{
float: right;
font-size: 10px !important;
color: white;
opacity: 0.4;
margin-left: 4px;
padding: 2px;
content: "#"counter(posts);
}
div.reply div.reply div.postInfo:after, div.op > div.postInfo:after{display:none;}
/*Makes the comment box bigger*/
textarea{height:10em !important;width:30em !important;}
/*removes the logo and board title.*/
img.title,div.boardTitle,div.boardSubtitle{display:none !important;}
/*removes the rules and info underneath the post box*/
ul.rules{display:none !important;}
/*floating nav footer*/
#boardNavDesktopFoot {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
background: #222;
width: 100%;
border-top: 1px solid #444;
padding-top: 0px !important;
height: 30px !important;
} | darktheme.css | body {
background: none;
background-color: #222;
color: #929492;
font-size:80%;
}
/* General links */
a {
color: #797;
text-decoration:none;
}
a:hover {
color: #9f9;
}
a:visited {
color: #977;
}
a.quotelink {
color: #FFFFFF;
}
/* Board list */
#boardNavDesktop a {
color: #797!important;
}
#boardNavDesktop a:visited {
color: #a88!important;
}
#boardNavDesktop a:hover {
color: #8f8!important;
}
/* random other links */
.postNum a, a.quotelink, .nameBlock, .nameBlock a {
color: #88957a!important;
}
/* stuff */
hr {
border-color:#454;
}
/* posts */
div.reply {
background:none!important;
background-color: #333!important;
border: 1px solid #444!important;
border-radius:5px!important;
box-shadow:0px 0px 6px black!important;
}
div.op .fileThumb img {
box-shadow:0px 0px 6px black;
}
.sideArrows {
display:none;
}
.postingMode {
font-family: Monospace;
color:#888!important;
background-color:#444844!important;
border-top:1px solid #484a48!important;
border-bottom:1px solid #484a48!important;
}
table.postForm > tbody > tr > td:first-child {
background-color:transparent;
border:0px;
color:#aaa;
vertical-align:top;
}
.postForm textarea, .postForm input, input[type="file"] {
background-color:#444;
border:1px solid #555!important;
border-radius:2px;
padding:2px;
color:#aaa;
box-shadow:0px 0px 6px black;
margin:1px;
}
.globalMessage {
color:#FFD24D!important;
}
/* Displays post number */
body{counter-reset:posts;}
div.reply{counter-increment: posts;}
div.reply div.postInfo:after{
float: right;
font-size: 10px !important;
color: white;
opacity: 0.4;
margin-left: 4px;
padding: 2px;
content: "#"counter(posts);
}
div.reply div.reply div.postInfo:after, div.op > div.postInfo:after{display:none;}
/*Makes the comment box bigger*/
textarea{height:10em !important;width:30em !important;}
/*removes the logo and board title.*/
img.title,div.boardTitle,div.boardSubtitle{display:none !important;}
/*removes the rules and info underneath the post box*/
ul.rules{display:none !important;}
/*floating nav footer*/
#boardNavDesktopFoot {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
background: #222;
width: 100%;
border-top: 1px solid #444;
padding-top: 0px !important;
height: 30px !important;
} | 0.230486 | 0.073963 |
@import "normalize.css";
/* Open Sans Regular */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans/opensans-regular.woff2") format("woff2"), url("../fonts/open-sans/opensans-regular.woff") format("woff");
}
/* Open Sans Semibold */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans/opensans-semibold.woff2") format("woff2"), url("../fonts/open-sans/opensans-semibold.woff") format("woff");
}
/* Open Sans Regular Italic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: normal;
src: url("../fonts/open-sans/opensans-italic.woff2") format("woff2"), url("../fonts/open-sans/opensans-italic.woff") format("woff");
}
/* Open Sans Semibold Italic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: url("../fonts/open-sans/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/open-sans/opensans-semibolditalic.woff") format("woff");
}
/* iframe handling */
/* hide header, footer, unless body has class "not-in-iframe" */
.header-bar,
.sub-header-bar,
.single-project__header {
display: none;
}
body.not-in-iframe .header-bar,
body.not-in-iframe .sub-header-bar,
body.not-in-iframe .single-project__header {
display: block;
}
body {
background: #FFF;
}
body.not-in-iframe {
background: #E9EDF0;
}
body.in-iframe {
padding-top: 15px !important;
}
body.in-iframe .main {
height: calc(100% - 20px);
padding-top: 0px;
}
body.in-iframe .formpack_html_export__options {
margin-top: 0px;
}
body.in-iframe .formpack_html_export table {
max-height: calc(100% - 80px);
}
/* iframe handling end */
html, button, input, select, textarea, body,
h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
h3 {
line-height: 1em;
}
.navbar-fixed-top.hidden {
display: none;
}
.footer {
background-color: transparent;
border-top: none;
min-width: auto;
padding: 30px 0;
text-shadow: none;
}
.footer .container {
background: none;
}
.footer p {
text-align: center;
}
.container__wide {
max-width: 1024px;
margin: 0 auto;
position: relative;
}
/* bootstrap hack for error msgs*/
.container__wide .row {
margin-left: -20px;
}
.container__wide .row .span12 {
width: 96%;
margin-right: 20px;
float: none;
}
.container__wide .alert {
border-radius: 0px;
margin-top: 10px;
}
.container__wide .alert p {
margin-top: 0px;
}
.container__wide .span6 {
max-width: 460px;
}
.main {
background: white;
padding: 20px;
max-width: 984px;
}
.main.user_profile.container-fluid {
padding: 0px;
}
section {
padding: 0px;
}
.header-bar {
width: 100%;
height: 40px;
position: fixed;
top: 0;
left: 0;
z-index: 6;
line-height: 40px;
background-color: #3F3F3F;
transition: width 150ms, left 150ms;
}
.header-bar__top-level-menu-button > .fa {
color: rgba(29, 174, 227, 0.8);
cursor: pointer;
padding: 12px 11px;
}
.header-bar__title {
margin-top: 0;
margin-right: 10px;
margin-bottom: 0;
display: inline-block;
font-size: 14px;
font-weight: 600;
}
.header-bar__support {
font-size: 14px;
font-weight: 600;
margin-right: 30px;
color: white;
position: absolute;
right: 110px;
}
.header-bar__support:hover {
color: #1e8fde;
}
.header-bar__title-text {
color: white;
}
.btn {
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color: #3f3f3f;
}
.btn:hover, .btn:focus {
background-color: #4d4d4d;
}
.header-bar__top-logo {
background: url(../images/kobologo.svg);
background-size: 120px 27px;
background-repeat: none;
width: 120px;
height: 27px;
margin-top: 5px;
margin-right: 6px;
position: absolute;
right: 0px;
}
/* ==========================================================================
Top level menu
========================================================================== */
.top-level-menu {
width: 230px;
position: fixed;
top: 40px;
bottom: 0;
left: -230px;
background-color: #444;
transition: left 150ms;
z-index: 15;
}
.top-level-menu.is-active {
left: 0;
}
.top-level-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
/* Top level menu items
-------------------------------------------------------------------------- */
.top-level-menu__item > a {
height: 40px;
padding-right: 12px;
padding-left: 12px;
display: block;
font-size: 14px;
line-height: 40px;
text-decoration: none;
color: rgba(255, 255, 255, 0.8);
}
.top-level-menu__item > a:hover,
.top-level-menu__item > a:focus {
background-color: rgba(0, 0, 0, 0.5);
}
.top-level-menu__item.is-active > a {
color: white;
background-color: rgba(0, 0, 0, 0.5);
}
/* Top level menu items
-------------------------------------------------------------------------- */
.sub-header-bar {
background-color: #fff;
border-bottom: 1px solid #e3e8ec;
height: 40px;
left: 0;
padding: 5px 4px;
position: fixed;
top: 40px;
transition: width 150ms ease 0s, left 150ms ease 0s;
width: 100%;
z-index: 6;
}
.sub-header-bar a {
color: #333;
font-weight: 600;
line-height: 1.4em;
font-size: 0.95em;
display: inline-block;
cursor: pointer;
word-wrap: break-word;
padding-top: 10px;
margin-right: 10px;
}
.sub-header-bar a:hover,
.sub-header-bar a.active {
color: #5DB0EC;
text-decoration: none;
}
.sub-header-bar a i {
margin-right: 6px;
}
.sub-header-bar > .container__wide > a:first-child {
margin-left: 12px;
}
/* Headers */
.single-project__header,
.projects-list__header,
.data-page__header {
margin-bottom: 30px;
background-color: white;
padding: 20px 0px;
}
.sub-header-bar + .single-project__header,
.sub-header-bar + .data-page__header {
padding-top: 70px;
margin-top: 0px;
}
.legacy-warning .container,
.single-project__header .container,
.projects-list__header .container,
.data-page__header .container {
max-width: 960px;
}
.single-project__header .fa-caret-right,
.single-project__header .fa-caret-down {
opacity: 0.2;
margin-left: 4px;
margin-right: 4px;
}
/* Project title */
.single-project__header input#title,
.projects-list__header h1,
.data-page__header h1 {
font-size: 2em;
border-radius: 0;
line-height: 0.9em;
margin: 0px;
padding: 0px;
height: 38px;
font-weight: 600;
border: none;
box-shadow: none;
}
/* Projects table */
table.published_forms__table {
margin: 0px;
border: 1px solid #D0D4D8;
}
table.published_forms__table tbody tr {
border-top: 2px solid #E9ECEE;
}
table.published_forms__table tbody tr:nth-child(odd) {
background: #F1F3F5;
}
table.published_forms__table tbody td,
table.published_forms__table thead th,
table.published_forms__table tbody td.published_forms__cell--submissions {
padding: 12px;
text-align: right;
}
table.published_forms__table thead th {
font-weight: 600;
font-size: 13px;
color: #666;
}
table.published_forms__table thead th.published_forms__header--projects,
table.published_forms__table tbody td.published_forms__cell--project {
text-align: left;
padding: 12px 20px;
}
table.published_forms__table thead th.published_forms__header--state,
table.published_forms__table tbody td.published_forms__cell--state {
text-align: center;
}
td.published_forms__cell--project a {
color: #333;
font-weight: 600;
}
td.published_forms__cell--project a:hover {
color: #1e8fde;
}
.projects__warning {
padding: 10px;
border: 1px solid red;
background: pink;
}
.projects__advanced {
background: white;
padding: 20px 0px;
margin-top: 30px;
max-width: 984px;
text-align: left;
}
.projects__advanced h3 {
text-align: center;
}
.projects__advanced h3 a {
cursor: pointer;
}
.projects__advanced-xls {
margin: 0px 150px;
}
.projects__empty p {
font-weight: 600;
font-size: 16px;
text-align: center;
}
/* Map overrides */
#map_canvas {
margin-top: -15px;
}
#map_canvas .leaflet-top {
z-index: 14;
}
.map__back {
position: absolute;
top: 50px;
right: 60px;
background: #F8F8F8;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
border: 1px solid #888;
z-index: 10;
border-radius: 5px;
font-size: 12px;
}
.map__viewby {
position: absolute;
left: 50px;
top: 50px;
background: white;
z-index: 20;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
border: 1px solid #888;
z-index: 10;
padding: 0;
margin: 0px;
font-size: 12px;
}
.map__viewby > li > a {
padding: 6px 8px;
margin: 0;
text-align: center;
}
.map__viewby > li > a:hover,
.map__viewby > li > a:focus,
.map__viewby > li.open > a:focus {
background: transparent;
color: #3F3F3F;
}
.map__viewby li.dropdown i {
margin-left: 8px;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
border-top-color: #3F3F3F;
border-bottom-color: #3F3F3F;
}
.map__viewby ul.questions {
max-width: 300px;
min-width: 250px;
max-height: 400px;
overflow: auto;
}
.map__viewby ul.questions li {
text-align: left;
max-width: 300px;
border-bottom: 1px solid #DDD;
}
.map__viewby ul.questions li:last-child {
border-bottom: none;
}
.map__viewby ul.questions li a {
white-space: normal;
padding: 4px 15px;
line-height: 1.6em;
}
.map__viewby .dropdown-menu li > a:hover,
.map__viewby .dropdown-menu .active > a,
.map__viewby .dropdown-menu .active > a:hover {
background-image: none;
background: #61B1EA;
color: white;
cursor: pointer;
}
ul.dropdown-menu-right {
top: -5%;
left: 105%;
}
/* Colors */
.color--red {
color: red;
}
.color--green {
color: green;
}
/* Boostrap buttons override */
button.btn, a.btn,
button.btn:hover, a.btn:hover,
input.btn, input.btn:hover,
.btn:focus {
border-radius: 0px;
border: none;
font-weight: 600;
text-shadow: none;
background: #3C95D3;
border-bottom: 2px solid #336286;
color: white;
}
button.btn.btn-primary,
a.btn.btn-primary,
a.btn.btn-primary:hover,
button.btn.btn-primary:hover,
input.btn.btn-primary,
input.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #39C06E;
border-bottom: 2px solid #1D8C47;
}
button.btn.btn-danger,
a.btn.btn-danger,
a.btn.btn-danger:hover,
button.btn.btn-danger:hover,
input.btn.btn-danger,
input.btn.btn-danger:hover,
.btn.btn-danger:focus {
background: #DC6561;
border-bottom-color: #C65657;
}
button.btn.btn-transparent,
a.btn.btn-transparent,
a.btn.btn-transparent:hover,
button.btn.btn-transparent:hover,
input.btn.btn-transparent,
input.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
background: transparent;
border-bottom-color: transparent;
color: #777;
box-shadow: none;
}
button.btn:hover,
a.btn:hover,
input.btn:hover {
opacity: 0.75;
}
button.btn.btn-primary[disabled],
button.btn.btn-primary[disabled]:hover,
button.btn[disabled], input.btn[disabled] {
background: #666;
border-bottom: 2px solid #444;
opacity: 0.75;
cursor: no-drop;
}
i.fa-trash-o {
color: #DC6561;
}
.modal-footer .btn + .btn {
margin-bottom: 5px;
}
.label, .badge {
text-shadow: none;
font-size: 10px;
}
/* below used to fix a bug with safari/windows */
.hidden-form {
visibility: hidden;
opacity: 0;
height: 0px;
overflow: hidden;
}
/* Boostrap media queries overrides */
@media (max-width: 979px) {
body {
padding-left: 0px;
padding-right: 0px;
}
.single-project__header, .projects-list__header, .data-page__header {
padding-left: 20px;
padding-right: 20px;
}
.container__wide .row {
margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.single-project__header .container,
.projects-list__header .container,
.data-page__header .container {
width: 100% !important;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) {
input.input-xxlarge {
width: 94%;
}
}
@media (max-width: 768px) {
input.input-xxlarge {
width: 90%;
}
}
/* mobile */
@media (max-width: 480px) {
.projects__advanced {
display: none;
}
th.footable-first-column,
td.footable-first-column {
padding-right: 0px !important;
}
} | kobocat-template/static/css/kobo-branding.css | @import "normalize.css";
/* Open Sans Regular */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans/opensans-regular.woff2") format("woff2"), url("../fonts/open-sans/opensans-regular.woff") format("woff");
}
/* Open Sans Semibold */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans/opensans-semibold.woff2") format("woff2"), url("../fonts/open-sans/opensans-semibold.woff") format("woff");
}
/* Open Sans Regular Italic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: normal;
src: url("../fonts/open-sans/opensans-italic.woff2") format("woff2"), url("../fonts/open-sans/opensans-italic.woff") format("woff");
}
/* Open Sans Semibold Italic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: url("../fonts/open-sans/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/open-sans/opensans-semibolditalic.woff") format("woff");
}
/* iframe handling */
/* hide header, footer, unless body has class "not-in-iframe" */
.header-bar,
.sub-header-bar,
.single-project__header {
display: none;
}
body.not-in-iframe .header-bar,
body.not-in-iframe .sub-header-bar,
body.not-in-iframe .single-project__header {
display: block;
}
body {
background: #FFF;
}
body.not-in-iframe {
background: #E9EDF0;
}
body.in-iframe {
padding-top: 15px !important;
}
body.in-iframe .main {
height: calc(100% - 20px);
padding-top: 0px;
}
body.in-iframe .formpack_html_export__options {
margin-top: 0px;
}
body.in-iframe .formpack_html_export table {
max-height: calc(100% - 80px);
}
/* iframe handling end */
html, button, input, select, textarea, body,
h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
h3 {
line-height: 1em;
}
.navbar-fixed-top.hidden {
display: none;
}
.footer {
background-color: transparent;
border-top: none;
min-width: auto;
padding: 30px 0;
text-shadow: none;
}
.footer .container {
background: none;
}
.footer p {
text-align: center;
}
.container__wide {
max-width: 1024px;
margin: 0 auto;
position: relative;
}
/* bootstrap hack for error msgs*/
.container__wide .row {
margin-left: -20px;
}
.container__wide .row .span12 {
width: 96%;
margin-right: 20px;
float: none;
}
.container__wide .alert {
border-radius: 0px;
margin-top: 10px;
}
.container__wide .alert p {
margin-top: 0px;
}
.container__wide .span6 {
max-width: 460px;
}
.main {
background: white;
padding: 20px;
max-width: 984px;
}
.main.user_profile.container-fluid {
padding: 0px;
}
section {
padding: 0px;
}
.header-bar {
width: 100%;
height: 40px;
position: fixed;
top: 0;
left: 0;
z-index: 6;
line-height: 40px;
background-color: #3F3F3F;
transition: width 150ms, left 150ms;
}
.header-bar__top-level-menu-button > .fa {
color: rgba(29, 174, 227, 0.8);
cursor: pointer;
padding: 12px 11px;
}
.header-bar__title {
margin-top: 0;
margin-right: 10px;
margin-bottom: 0;
display: inline-block;
font-size: 14px;
font-weight: 600;
}
.header-bar__support {
font-size: 14px;
font-weight: 600;
margin-right: 30px;
color: white;
position: absolute;
right: 110px;
}
.header-bar__support:hover {
color: #1e8fde;
}
.header-bar__title-text {
color: white;
}
.btn {
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color: #3f3f3f;
}
.btn:hover, .btn:focus {
background-color: #4d4d4d;
}
.header-bar__top-logo {
background: url(../images/kobologo.svg);
background-size: 120px 27px;
background-repeat: none;
width: 120px;
height: 27px;
margin-top: 5px;
margin-right: 6px;
position: absolute;
right: 0px;
}
/* ==========================================================================
Top level menu
========================================================================== */
.top-level-menu {
width: 230px;
position: fixed;
top: 40px;
bottom: 0;
left: -230px;
background-color: #444;
transition: left 150ms;
z-index: 15;
}
.top-level-menu.is-active {
left: 0;
}
.top-level-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
/* Top level menu items
-------------------------------------------------------------------------- */
.top-level-menu__item > a {
height: 40px;
padding-right: 12px;
padding-left: 12px;
display: block;
font-size: 14px;
line-height: 40px;
text-decoration: none;
color: rgba(255, 255, 255, 0.8);
}
.top-level-menu__item > a:hover,
.top-level-menu__item > a:focus {
background-color: rgba(0, 0, 0, 0.5);
}
.top-level-menu__item.is-active > a {
color: white;
background-color: rgba(0, 0, 0, 0.5);
}
/* Top level menu items
-------------------------------------------------------------------------- */
.sub-header-bar {
background-color: #fff;
border-bottom: 1px solid #e3e8ec;
height: 40px;
left: 0;
padding: 5px 4px;
position: fixed;
top: 40px;
transition: width 150ms ease 0s, left 150ms ease 0s;
width: 100%;
z-index: 6;
}
.sub-header-bar a {
color: #333;
font-weight: 600;
line-height: 1.4em;
font-size: 0.95em;
display: inline-block;
cursor: pointer;
word-wrap: break-word;
padding-top: 10px;
margin-right: 10px;
}
.sub-header-bar a:hover,
.sub-header-bar a.active {
color: #5DB0EC;
text-decoration: none;
}
.sub-header-bar a i {
margin-right: 6px;
}
.sub-header-bar > .container__wide > a:first-child {
margin-left: 12px;
}
/* Headers */
.single-project__header,
.projects-list__header,
.data-page__header {
margin-bottom: 30px;
background-color: white;
padding: 20px 0px;
}
.sub-header-bar + .single-project__header,
.sub-header-bar + .data-page__header {
padding-top: 70px;
margin-top: 0px;
}
.legacy-warning .container,
.single-project__header .container,
.projects-list__header .container,
.data-page__header .container {
max-width: 960px;
}
.single-project__header .fa-caret-right,
.single-project__header .fa-caret-down {
opacity: 0.2;
margin-left: 4px;
margin-right: 4px;
}
/* Project title */
.single-project__header input#title,
.projects-list__header h1,
.data-page__header h1 {
font-size: 2em;
border-radius: 0;
line-height: 0.9em;
margin: 0px;
padding: 0px;
height: 38px;
font-weight: 600;
border: none;
box-shadow: none;
}
/* Projects table */
table.published_forms__table {
margin: 0px;
border: 1px solid #D0D4D8;
}
table.published_forms__table tbody tr {
border-top: 2px solid #E9ECEE;
}
table.published_forms__table tbody tr:nth-child(odd) {
background: #F1F3F5;
}
table.published_forms__table tbody td,
table.published_forms__table thead th,
table.published_forms__table tbody td.published_forms__cell--submissions {
padding: 12px;
text-align: right;
}
table.published_forms__table thead th {
font-weight: 600;
font-size: 13px;
color: #666;
}
table.published_forms__table thead th.published_forms__header--projects,
table.published_forms__table tbody td.published_forms__cell--project {
text-align: left;
padding: 12px 20px;
}
table.published_forms__table thead th.published_forms__header--state,
table.published_forms__table tbody td.published_forms__cell--state {
text-align: center;
}
td.published_forms__cell--project a {
color: #333;
font-weight: 600;
}
td.published_forms__cell--project a:hover {
color: #1e8fde;
}
.projects__warning {
padding: 10px;
border: 1px solid red;
background: pink;
}
.projects__advanced {
background: white;
padding: 20px 0px;
margin-top: 30px;
max-width: 984px;
text-align: left;
}
.projects__advanced h3 {
text-align: center;
}
.projects__advanced h3 a {
cursor: pointer;
}
.projects__advanced-xls {
margin: 0px 150px;
}
.projects__empty p {
font-weight: 600;
font-size: 16px;
text-align: center;
}
/* Map overrides */
#map_canvas {
margin-top: -15px;
}
#map_canvas .leaflet-top {
z-index: 14;
}
.map__back {
position: absolute;
top: 50px;
right: 60px;
background: #F8F8F8;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
border: 1px solid #888;
z-index: 10;
border-radius: 5px;
font-size: 12px;
}
.map__viewby {
position: absolute;
left: 50px;
top: 50px;
background: white;
z-index: 20;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
border: 1px solid #888;
z-index: 10;
padding: 0;
margin: 0px;
font-size: 12px;
}
.map__viewby > li > a {
padding: 6px 8px;
margin: 0;
text-align: center;
}
.map__viewby > li > a:hover,
.map__viewby > li > a:focus,
.map__viewby > li.open > a:focus {
background: transparent;
color: #3F3F3F;
}
.map__viewby li.dropdown i {
margin-left: 8px;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
border-top-color: #3F3F3F;
border-bottom-color: #3F3F3F;
}
.map__viewby ul.questions {
max-width: 300px;
min-width: 250px;
max-height: 400px;
overflow: auto;
}
.map__viewby ul.questions li {
text-align: left;
max-width: 300px;
border-bottom: 1px solid #DDD;
}
.map__viewby ul.questions li:last-child {
border-bottom: none;
}
.map__viewby ul.questions li a {
white-space: normal;
padding: 4px 15px;
line-height: 1.6em;
}
.map__viewby .dropdown-menu li > a:hover,
.map__viewby .dropdown-menu .active > a,
.map__viewby .dropdown-menu .active > a:hover {
background-image: none;
background: #61B1EA;
color: white;
cursor: pointer;
}
ul.dropdown-menu-right {
top: -5%;
left: 105%;
}
/* Colors */
.color--red {
color: red;
}
.color--green {
color: green;
}
/* Boostrap buttons override */
button.btn, a.btn,
button.btn:hover, a.btn:hover,
input.btn, input.btn:hover,
.btn:focus {
border-radius: 0px;
border: none;
font-weight: 600;
text-shadow: none;
background: #3C95D3;
border-bottom: 2px solid #336286;
color: white;
}
button.btn.btn-primary,
a.btn.btn-primary,
a.btn.btn-primary:hover,
button.btn.btn-primary:hover,
input.btn.btn-primary,
input.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #39C06E;
border-bottom: 2px solid #1D8C47;
}
button.btn.btn-danger,
a.btn.btn-danger,
a.btn.btn-danger:hover,
button.btn.btn-danger:hover,
input.btn.btn-danger,
input.btn.btn-danger:hover,
.btn.btn-danger:focus {
background: #DC6561;
border-bottom-color: #C65657;
}
button.btn.btn-transparent,
a.btn.btn-transparent,
a.btn.btn-transparent:hover,
button.btn.btn-transparent:hover,
input.btn.btn-transparent,
input.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
background: transparent;
border-bottom-color: transparent;
color: #777;
box-shadow: none;
}
button.btn:hover,
a.btn:hover,
input.btn:hover {
opacity: 0.75;
}
button.btn.btn-primary[disabled],
button.btn.btn-primary[disabled]:hover,
button.btn[disabled], input.btn[disabled] {
background: #666;
border-bottom: 2px solid #444;
opacity: 0.75;
cursor: no-drop;
}
i.fa-trash-o {
color: #DC6561;
}
.modal-footer .btn + .btn {
margin-bottom: 5px;
}
.label, .badge {
text-shadow: none;
font-size: 10px;
}
/* below used to fix a bug with safari/windows */
.hidden-form {
visibility: hidden;
opacity: 0;
height: 0px;
overflow: hidden;
}
/* Boostrap media queries overrides */
@media (max-width: 979px) {
body {
padding-left: 0px;
padding-right: 0px;
}
.single-project__header, .projects-list__header, .data-page__header {
padding-left: 20px;
padding-right: 20px;
}
.container__wide .row {
margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.single-project__header .container,
.projects-list__header .container,
.data-page__header .container {
width: 100% !important;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) {
input.input-xxlarge {
width: 94%;
}
}
@media (max-width: 768px) {
input.input-xxlarge {
width: 90%;
}
}
/* mobile */
@media (max-width: 480px) {
.projects__advanced {
display: none;
}
th.footable-first-column,
td.footable-first-column {
padding-right: 0px !important;
}
} | 0.297368 | 0.045564 |
body.menu {
background-color: #357cb9;
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
margin: 0px;
}
.menulink {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
border-left: #78AEDA 1px solid;
border-top: #78AEDA 1px solid;
border-right: #000066 1px solid;
border-bottom: #000066 1px solid;
padding: 3px;
}
body {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
margin: 0px;
background-color: #ffffff;
}
a, a:visited {
color: #ff9900;
}
td {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
}
td.ico {
width: 16px;
}
th {
text-align: left;
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
.tbl {
cellspacing: 0px;
cellpading: 0px;
}
form {
display: inline;
}
h1 {
color: #000000;
font-size: 16pt;
}
.caption {
color: #357CB9;
font-size: 11pt;
font-weight: bold;
}
.content {
margin: 10px;
}
hr{
border-top: #CCCCCC 1px dashed;
border-bottom: #999999 1px dashed;
}
input {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
select {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
width: 200px;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
button {
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
textarea {
font-family: Courier, Verdana, Tahoma, sans-serif;
font-size: 10px;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
.transparent {
BORDER-RIGHT: medium none;
BORDER-TOP: medium none;
BORDER-LEFT: medium none;
BORDER-BOTTOM: medium none;
HEIGHT: 16px;
BACKGROUND-COLOR: transparent;
}
TD SELECT {
WIDTH: 100pt
}
TD INPUT {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
HEIGHT: 20px;
}
.log {
font-size: 8pt;
cellspacing: 0px;
padding-left: 2pt;
padding-right: 2pt;
padding-top: 0pt;
padding-bottom: 0pt;
} | html/phpxmail/main.css | body.menu {
background-color: #357cb9;
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
margin: 0px;
}
.menulink {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
border-left: #78AEDA 1px solid;
border-top: #78AEDA 1px solid;
border-right: #000066 1px solid;
border-bottom: #000066 1px solid;
padding: 3px;
}
body {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
margin: 0px;
background-color: #ffffff;
}
a, a:visited {
color: #ff9900;
}
td {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
}
td.ico {
width: 16px;
}
th {
text-align: left;
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
.tbl {
cellspacing: 0px;
cellpading: 0px;
}
form {
display: inline;
}
h1 {
color: #000000;
font-size: 16pt;
}
.caption {
color: #357CB9;
font-size: 11pt;
font-weight: bold;
}
.content {
margin: 10px;
}
hr{
border-top: #CCCCCC 1px dashed;
border-bottom: #999999 1px dashed;
}
input {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
select {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
width: 200px;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
button {
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
textarea {
font-family: Courier, Verdana, Tahoma, sans-serif;
font-size: 10px;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
}
.transparent {
BORDER-RIGHT: medium none;
BORDER-TOP: medium none;
BORDER-LEFT: medium none;
BORDER-BOTTOM: medium none;
HEIGHT: 16px;
BACKGROUND-COLOR: transparent;
}
TD SELECT {
WIDTH: 100pt
}
TD INPUT {
font-family: Verdana, Tahoma, sans-serif;
font-size: 9pt;
border : 2px;
background-color: #E4E4E4;
border-left: #757575 1px solid;
border-top: #757575 1px solid;
border-right: #999999 1px solid;
border-bottom: #999999 1px solid;
HEIGHT: 20px;
}
.log {
font-size: 8pt;
cellspacing: 0px;
padding-left: 2pt;
padding-right: 2pt;
padding-top: 0pt;
padding-bottom: 0pt;
} | 0.27914 | 0.070913 |
* {
margin: 0;
padding: 0;
}
body {
font: 13px/24px 'Microsoft YaHei', arial;
}
/*导航栏*/
header {
overflow: hidden;
margin: 19px 0 5px 0;
position: absolute;
right: 0;
}
header nav {
width: 500px;
float: right;
}
header nav a {
margin-left: 20px;
font-weight: bold;
line-height: 24px;
}
header a:link,
header a:visited {
color: #333;
}
header a:hover {
color: #38f;
}
/*更多产品*/
header a.more {
display: inline-block;
position: absolute;
right: 10px;
width: 60px;
height: 23px;
float: left;
color: white;
background: #38f;
line-height: 24px;
font-size: 13px;
text-align: center;
overflow: hidden;
border-bottom: 1px solid #38f;
margin: 0 2px 0 20px;
text-decoration: none;
}
/*主体部分*/
.content {
width: 635px;
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: 80px auto;
}
/*百度logo*/
.content img {
width: 270px;
height: 129px;
}
form {
margin: 22px auto 0;
font-size: 0;
}
/*输入框*/
.content input {
height: 34px;
width: 534px;
border: 1px solid #b6b6b6;
margin-right: 0;
border-right-width: 0;
overflow: hidden;
padding-right: 0;
vertical-align: middle;
outline: none;
text-indent: 10px;
}
.content input:hover {
border-color: #999;
}
.content input:focus {
border-color: #3385ff;
}
/*按钮*/
.content button {
width: 100px;
height: 36px;
color: white;
font-size: 15px;
letter-spacing: 1px;
background: #3385ff;
border-width: 0;
margin-left: 0;
vertical-align: middle;
border-bottom: 1px solid #2d78f4;
outline: medium;
cursor: pointer;
}
.content button:hover {
background: #317ef3;
border-bottom: 1px solid #2868c8;
box-shadow: 1px 1px 1px #ccc;
}
/*底部信息*/
footer {
width: 655px;
height: 70px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 43px;
}
/*底部二维码*/
.z_img,
.y_img {
float: left;
height: 60px;
width: 60px;
margin-top: 5px;
}
.z_code,
.y_code {
height: 60px;
width: 122px;
float: left;
margin: 0 15px;
}
.z_txt,
.y_txt {
line-height: 23px;
text-align: center;
font-size: 12px;
margin: 13px 0 0 15px;
color: #999;
}
.code b {
color: #666;
}
/*底部左边的备注*/
.beizhu {
width: 345px;
float: left;
margin-left: 5px;
font-size: 12px;
color: #999;
}
.d1 a {
color: #999;
margin-left: 55px;
}
.d2 a {
color: #999;
}
.d2 img,
.d3 img {
width: 14px;
height: 17px;
} | baidu-home/css/baidu.css | * {
margin: 0;
padding: 0;
}
body {
font: 13px/24px 'Microsoft YaHei', arial;
}
/*导航栏*/
header {
overflow: hidden;
margin: 19px 0 5px 0;
position: absolute;
right: 0;
}
header nav {
width: 500px;
float: right;
}
header nav a {
margin-left: 20px;
font-weight: bold;
line-height: 24px;
}
header a:link,
header a:visited {
color: #333;
}
header a:hover {
color: #38f;
}
/*更多产品*/
header a.more {
display: inline-block;
position: absolute;
right: 10px;
width: 60px;
height: 23px;
float: left;
color: white;
background: #38f;
line-height: 24px;
font-size: 13px;
text-align: center;
overflow: hidden;
border-bottom: 1px solid #38f;
margin: 0 2px 0 20px;
text-decoration: none;
}
/*主体部分*/
.content {
width: 635px;
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: 80px auto;
}
/*百度logo*/
.content img {
width: 270px;
height: 129px;
}
form {
margin: 22px auto 0;
font-size: 0;
}
/*输入框*/
.content input {
height: 34px;
width: 534px;
border: 1px solid #b6b6b6;
margin-right: 0;
border-right-width: 0;
overflow: hidden;
padding-right: 0;
vertical-align: middle;
outline: none;
text-indent: 10px;
}
.content input:hover {
border-color: #999;
}
.content input:focus {
border-color: #3385ff;
}
/*按钮*/
.content button {
width: 100px;
height: 36px;
color: white;
font-size: 15px;
letter-spacing: 1px;
background: #3385ff;
border-width: 0;
margin-left: 0;
vertical-align: middle;
border-bottom: 1px solid #2d78f4;
outline: medium;
cursor: pointer;
}
.content button:hover {
background: #317ef3;
border-bottom: 1px solid #2868c8;
box-shadow: 1px 1px 1px #ccc;
}
/*底部信息*/
footer {
width: 655px;
height: 70px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 43px;
}
/*底部二维码*/
.z_img,
.y_img {
float: left;
height: 60px;
width: 60px;
margin-top: 5px;
}
.z_code,
.y_code {
height: 60px;
width: 122px;
float: left;
margin: 0 15px;
}
.z_txt,
.y_txt {
line-height: 23px;
text-align: center;
font-size: 12px;
margin: 13px 0 0 15px;
color: #999;
}
.code b {
color: #666;
}
/*底部左边的备注*/
.beizhu {
width: 345px;
float: left;
margin-left: 5px;
font-size: 12px;
color: #999;
}
.d1 a {
color: #999;
margin-left: 55px;
}
.d2 a {
color: #999;
}
.d2 img,
.d3 img {
width: 14px;
height: 17px;
} | 0.514644 | 0.153296 |
BODY {
font-family: Tahoma, "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
font-size: 66.667%; /* 8pt (8/12) */
margin: 0;
color: WindowText;
background-color: Window;
}
INPUT {
font: inherit;
}
#tabbar {
background-color: ButtonFace;
color: WindowText;
padding-top: 4px;
cursor: default;
-moz-user-select: none;
}
#tabbar TD {
padding: 0;
border-bottom: 1px solid ThreeDDarkShadow;
font-weight: bold;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0; /* for Firefox 3.6 */
}
#tabbar TD.selectedtab {
background-color: Window;
padding: 2px 6px 3px 6px;
border: 1px solid ThreeDDarkShadow;
border-bottom: none;
}
#tabbar TD.unselectedtab {
padding: 3px 7px 2px 7px;
cursor: pointer;
}
#tabbar A {
background-color: transparent;
color: WindowText;
text-decoration: none;
outline: none;
}
#tabbar TD.selectedtab A {
cursor: default;
}
#tabbar TD.unselectedtab:hover A {
color: blue;
text-decoration: underline;
}
#tabbody-contents A {
/* Using inline-block because otherwise, second line of wrapped text
doesn't line up with first, and on IE6, the focus rect doesn't extend
all the way to the edges of Highlight area */
display: inline-block;
padding: 1px 2px;
}
#tabbody-contents A:link,
#tabbody-contents A:visited,
#tabbody-contents A:active {
color: WindowText;
background-color: transparent;
text-decoration: none;
}
#tabbody-contents A:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
#tabbody-contents A.selectedlink:link,
#tabbody-contents A.selectedlink:visited {
color: WindowText;
background-color: ButtonFace;
}
/* It would be cleaner to use :focus, but IE<8 doesn't support it */
#tabbody-contents A.focusedlink:link,
#tabbody-contents A.focusedlink:visited {
color: HighlightText;
background-color: Highlight;
outline-color: WindowText; /* needed for focus rect to appear on Firefox (3.5) */
}
#tabbody-contents TABLE {
border-collapse: collapse;
}
#tabbody-contents TD {
padding: 0 0 1px 0;
}
#tabbody-contents IMG {
width: 16px;
height: 16px;
border-style: none;
padding-right: 2px;
}
#tabbody-index {
padding: 4px 2px;
white-space: nowrap;
-moz-user-select: none;
}
#tabbody-index A {
display: inline-block;
min-width: 100%;
overflow: visible;
}
#tabbody-index A:link,
#tabbody-index A:visited,
#tabbody-index A:active {
color: WindowText;
background-color: transparent;
text-decoration: none;
}
#tabbody-index A:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
#tabbody-index A:focus {
color: HighlightText;
background-color: Highlight;
outline-color: WindowText; /* needed for focus rect to appear on Firefox (3.5) */
}
#searchcont .gsc-control {
font: small Arial, sans-serif; /* 10pt */
width: 100%;
}
#searchcont .gsc-tabHeader {
display: none;
}
#searchcont .gsc-resultsHeader {
border: none;
}
#searchcont .gs-webResult DIV.gs-visibleUrl-short {
display: none;
}
#searchcont .gsc-result .gs-title {
height: auto; /* otherwise it clips to one line */
overflow: visible; /* otherwise focus rectangle is chopped off */
}
#searchcont .gs-result .gs-title,
#searchcont .gs-result .gs-title * {
color: #008000;
}
#searchcont .gs-result .gs-snippet {
font-size: 90%; /* 9pt (9/10) */
}
#searchcont .gsc-results .gsc-cursor-box {
padding-top: 0.5em;
text-align: center;
}
#searchcont .gsc-results .gsc-cursor-box .gsc-cursor-page {
padding: 1px 5px;
border: 1px solid #008000;
color: #008000;
font-size: 90%; /* 9pt (9/10) */
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px; /* for Firefox 3.6 */
box-shadow: #c0c0c0 1px 1px 2px;
-moz-box-shadow: #c0c0c0 1px 1px 2px; /* for Firefox 3.6 */
-webkit-box-shadow: #c0c0c0 1px 1px 2px; /* for Chrome 6.0 */
-moz-user-select: none;
}
#searchcont .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
background-color: #008000;
color: white;
box-shadow: #008000 0 0 5px, #c0c0c0 1px 1px 2px;
-moz-box-shadow: #008000 0 0 5px, #c0c0c0 1px 1px 2px; /* for Firefox 3.6 */
-webkit-box-shadow: #008000 0 0 5px, #c0c0c0 1px 1px 2px; /* for Chrome 6.0 */
}
#searchcont .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
background-color: #008000;
color: white;
}
#searchcont .gsc-results .gsc-cursor-box .gsc-trailing-more-results {
display: none;
} | ishelp/Staging/contents.css | BODY {
font-family: Tahoma, "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
font-size: 66.667%; /* 8pt (8/12) */
margin: 0;
color: WindowText;
background-color: Window;
}
INPUT {
font: inherit;
}
#tabbar {
background-color: ButtonFace;
color: WindowText;
padding-top: 4px;
cursor: default;
-moz-user-select: none;
}
#tabbar TD {
padding: 0;
border-bottom: 1px solid ThreeDDarkShadow;
font-weight: bold;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0; /* for Firefox 3.6 */
}
#tabbar TD.selectedtab {
background-color: Window;
padding: 2px 6px 3px 6px;
border: 1px solid ThreeDDarkShadow;
border-bottom: none;
}
#tabbar TD.unselectedtab {
padding: 3px 7px 2px 7px;
cursor: pointer;
}
#tabbar A {
background-color: transparent;
color: WindowText;
text-decoration: none;
outline: none;
}
#tabbar TD.selectedtab A {
cursor: default;
}
#tabbar TD.unselectedtab:hover A {
color: blue;
text-decoration: underline;
}
#tabbody-contents A {
/* Using inline-block because otherwise, second line of wrapped text
doesn't line up with first, and on IE6, the focus rect doesn't extend
all the way to the edges of Highlight area */
display: inline-block;
padding: 1px 2px;
}
#tabbody-contents A:link,
#tabbody-contents A:visited,
#tabbody-contents A:active {
color: WindowText;
background-color: transparent;
text-decoration: none;
}
#tabbody-contents A:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
#tabbody-contents A.selectedlink:link,
#tabbody-contents A.selectedlink:visited {
color: WindowText;
background-color: ButtonFace;
}
/* It would be cleaner to use :focus, but IE<8 doesn't support it */
#tabbody-contents A.focusedlink:link,
#tabbody-contents A.focusedlink:visited {
color: HighlightText;
background-color: Highlight;
outline-color: WindowText; /* needed for focus rect to appear on Firefox (3.5) */
}
#tabbody-contents TABLE {
border-collapse: collapse;
}
#tabbody-contents TD {
padding: 0 0 1px 0;
}
#tabbody-contents IMG {
width: 16px;
height: 16px;
border-style: none;
padding-right: 2px;
}
#tabbody-index {
padding: 4px 2px;
white-space: nowrap;
-moz-user-select: none;
}
#tabbody-index A {
display: inline-block;
min-width: 100%;
overflow: visible;
}
#tabbody-index A:link,
#tabbody-index A:visited,
#tabbody-index A:active {
color: WindowText;
background-color: transparent;
text-decoration: none;
}
#tabbody-index A:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
#tabbody-index A:focus {
color: HighlightText;
background-color: Highlight;
outline-color: WindowText; /* needed for focus rect to appear on Firefox (3.5) */
}
#searchcont .gsc-control {
font: small Arial, sans-serif; /* 10pt */
width: 100%;
}
#searchcont .gsc-tabHeader {
display: none;
}
#searchcont .gsc-resultsHeader {
border: none;
}
#searchcont .gs-webResult DIV.gs-visibleUrl-short {
display: none;
}
#searchcont .gsc-result .gs-title {
height: auto; /* otherwise it clips to one line */
overflow: visible; /* otherwise focus rectangle is chopped off */
}
#searchcont .gs-result .gs-title,
#searchcont .gs-result .gs-title * {
color: #008000;
}
#searchcont .gs-result .gs-snippet {
font-size: 90%; /* 9pt (9/10) */
}
#searchcont .gsc-results .gsc-cursor-box {
padding-top: 0.5em;
text-align: center;
}
#searchcont .gsc-results .gsc-cursor-box .gsc-cursor-page {
padding: 1px 5px;
border: 1px solid #008000;
color: #008000;
font-size: 90%; /* 9pt (9/10) */
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px; /* for Firefox 3.6 */
box-shadow: #c0c0c0 1px 1px 2px;
-moz-box-shadow: #c0c0c0 1px 1px 2px; /* for Firefox 3.6 */
-webkit-box-shadow: #c0c0c0 1px 1px 2px; /* for Chrome 6.0 */
-moz-user-select: none;
}
#searchcont .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
background-color: #008000;
color: white;
box-shadow: #008000 0 0 5px, #c0c0c0 1px 1px 2px;
-moz-box-shadow: #008000 0 0 5px, #c0c0c0 1px 1px 2px; /* for Firefox 3.6 */
-webkit-box-shadow: #008000 0 0 5px, #c0c0c0 1px 1px 2px; /* for Chrome 6.0 */
}
#searchcont .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
background-color: #008000;
color: white;
}
#searchcont .gsc-results .gsc-cursor-box .gsc-trailing-more-results {
display: none;
} | 0.354657 | 0.067762 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i');
/*
Variables
*/
:root {
--color-black: #000000;
--color-grey-dark: #dddddd;
--color-grey: #e6e6e6;
--color-grey-light: #efefef;
--color-white: #ffffff;
--color-magenta-light: #ff0097;
--color-purple-light: #9f00a7;
--gutter: 12px;
--font-family-montserrat: 'Montserrat', sans-serif;
--font-family-roboto: 'Roboto', sans-serif;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: var(--font-family-roboto);
font-weight: 400;
line-height: 1.52;
background: var(--color-black);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-montserrat);
font-weight: 600;
line-height: 1.42;
}
/*
Header
*/
.header-wrapper {
background: var(--color-grey);
margin-bottom: calc(2*var(--gutter));
padding-top: calc(var(--gutter));
padding-bottom: calc(var(--gutter));
}
.header__logo {
text-indent: -999em;
}
.header__logo > a {
display: block;
width: 64px;
height: 64px;
background: url('../images/start2code.png') center center no-repeat;
background-size: cover;
}
.header__title {
text-align: center;
}
.header__row {
align-items: center;
}
/*
Footer
*/
.footer-wrapper {
position: fixed;
bottom: 0;
left: 0;
display: block;
width: 100%;
background: var(--color-grey);
padding-top: calc(var(--gutter));
padding-bottom: calc(var(--gutter));
}
.footer__logo {
text-indent: -999em;
}
.footer__logo > a {
display: block;
width: 50.66666px;
height: 32px;
background: url('../images/ahs_logo_color.png') center center no-repeat;
background-size: cover;
}
.footer__title {
font-size: 18px;
text-align: right;
}
.footer__main {
text-align: right;
}
/*
Components
*/
.card__container {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
align-content: center;
margin-bottom: calc(1*var(--gutter));
}
.card__container .card {
height: 100%;
}
.card {
box-sizing: border-box;
background: var(--color-purple-light);
border: 2px solid var(--color-magenta-light);
border-radius: 0;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.card__header {
padding: calc(var(--gutter)/2) calc(var(--gutter));
color: var(--color-magenta-light);
border-bottom: 2px solid rgba(255,255,255,0.2);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-content: center;
font-weight: 700;
font-size: 16px;
}
.card__title {
font-family: var(--font-family-roboto);
font-size: 16px;
text-align: center;
color: rgba(255,255,255,0.8);
}
.card__main {
padding: calc(var(--gutter)) calc(var(--gutter));
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
align-content: center;
flex-grow: 1;
}
.card__footer {
padding: calc(var(--gutter)/2) calc(var(--gutter));
background: var(--color-purple-light);
color: var(--color-magenta-light);
border-top: 2px solid rgba(255,255,255,0.2);;
}
.table {
border-collapse: collapse;
}
.table tr {
background: var(--color-grey-dark);
}
.table tr:nth-of-type(even) {
background: var(--color-grey-light);
}
.table td {
border: calc(var(--gutter)/3) solid var(--color-grey);
padding: calc(var(--gutter)/2) calc(var(--gutter)/2);
}
/*
Ambilight
*/
.ambilight__color-value {
box-sizing: border-box;
height: 120px;
width: 100%;
background: #000000;
border: 4px solid var(--color-magenta-light);
}
#environment__temperature .label,
#environment__humidity .label,
#environment__pressure .label {
margin-left: var(--gutter);
} | docs/assets/css/main.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i');
/*
Variables
*/
:root {
--color-black: #000000;
--color-grey-dark: #dddddd;
--color-grey: #e6e6e6;
--color-grey-light: #efefef;
--color-white: #ffffff;
--color-magenta-light: #ff0097;
--color-purple-light: #9f00a7;
--gutter: 12px;
--font-family-montserrat: 'Montserrat', sans-serif;
--font-family-roboto: 'Roboto', sans-serif;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: var(--font-family-roboto);
font-weight: 400;
line-height: 1.52;
background: var(--color-black);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-montserrat);
font-weight: 600;
line-height: 1.42;
}
/*
Header
*/
.header-wrapper {
background: var(--color-grey);
margin-bottom: calc(2*var(--gutter));
padding-top: calc(var(--gutter));
padding-bottom: calc(var(--gutter));
}
.header__logo {
text-indent: -999em;
}
.header__logo > a {
display: block;
width: 64px;
height: 64px;
background: url('../images/start2code.png') center center no-repeat;
background-size: cover;
}
.header__title {
text-align: center;
}
.header__row {
align-items: center;
}
/*
Footer
*/
.footer-wrapper {
position: fixed;
bottom: 0;
left: 0;
display: block;
width: 100%;
background: var(--color-grey);
padding-top: calc(var(--gutter));
padding-bottom: calc(var(--gutter));
}
.footer__logo {
text-indent: -999em;
}
.footer__logo > a {
display: block;
width: 50.66666px;
height: 32px;
background: url('../images/ahs_logo_color.png') center center no-repeat;
background-size: cover;
}
.footer__title {
font-size: 18px;
text-align: right;
}
.footer__main {
text-align: right;
}
/*
Components
*/
.card__container {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
align-content: center;
margin-bottom: calc(1*var(--gutter));
}
.card__container .card {
height: 100%;
}
.card {
box-sizing: border-box;
background: var(--color-purple-light);
border: 2px solid var(--color-magenta-light);
border-radius: 0;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.card__header {
padding: calc(var(--gutter)/2) calc(var(--gutter));
color: var(--color-magenta-light);
border-bottom: 2px solid rgba(255,255,255,0.2);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-content: center;
font-weight: 700;
font-size: 16px;
}
.card__title {
font-family: var(--font-family-roboto);
font-size: 16px;
text-align: center;
color: rgba(255,255,255,0.8);
}
.card__main {
padding: calc(var(--gutter)) calc(var(--gutter));
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
align-content: center;
flex-grow: 1;
}
.card__footer {
padding: calc(var(--gutter)/2) calc(var(--gutter));
background: var(--color-purple-light);
color: var(--color-magenta-light);
border-top: 2px solid rgba(255,255,255,0.2);;
}
.table {
border-collapse: collapse;
}
.table tr {
background: var(--color-grey-dark);
}
.table tr:nth-of-type(even) {
background: var(--color-grey-light);
}
.table td {
border: calc(var(--gutter)/3) solid var(--color-grey);
padding: calc(var(--gutter)/2) calc(var(--gutter)/2);
}
/*
Ambilight
*/
.ambilight__color-value {
box-sizing: border-box;
height: 120px;
width: 100%;
background: #000000;
border: 4px solid var(--color-magenta-light);
}
#environment__temperature .label,
#environment__humidity .label,
#environment__pressure .label {
margin-left: var(--gutter);
} | 0.355999 | 0.10942 |
margin: 10px;
}
#add_val {
width: 15%;
background-color: #E8E8E8;
opacity: 0.8;
padding: 10px;
min-height: 350px;
text-align: center;
float: left;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.field-add{
margin-left: 10px;
width: 180px;
margin-top: 10px;
}
.field-add-data{
margin-left: 10px;
width: 140px !important;
margin-top: 10px ;
}
.field-add-btn{
width: 180px;
margin-left: -5px;
margin-top: 10px;
}
.icon-dt{
top:2px;
}
.div-icon-dt{
height: 34px;
margin-top: 10px;
position: relative;
float: right;
margin-left: 0px;
width: 40px;
}
#cont-panels{
margin: 0px 10px 10px 17%;
position: absolute;
width: 80%;
}
.panels{
width: 90%;
float: left;
margin: 0px 25px 25px 25px;
min-height: 350px;
border:1px solid #E8E8E8;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.title-panel{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border:1px solid #E8E8E8;
background-color: #E8E8E8;
opacity: 0.8;
height: 40px;
padding: 10px;
}
.title-panel > form{
float: right;
margin-top: -20px;
}
.table-transc{
width: 99%;
margin: 5px;
text-align: center;
border-collapse: separate;
border-spacing: 10px 0px;
}
.table-transc hr{
margin-bottom: 5px;
margin-top: 5px;
}
.error-add{
margin-top: 20px;
font-size: 12px;
width: 100%;
margin-left: 1px;
border:1px dashed red;
}
.alert-danger{
height: auto;
}
#flSalario{
margin-left: -20px !important;
margin-top: 15px !important;
}
#flVale{
margin-left: -50px !important;
margin-top: 15px !important;
}
#flParcelas{
margin-left: -3px !important;
margin-top: 15px !important;
}
.field-Tdata{
margin-left: 10px;
width: 85px !important;
margin-top: 12px ;
} | includes/css/dashboard.css | margin: 10px;
}
#add_val {
width: 15%;
background-color: #E8E8E8;
opacity: 0.8;
padding: 10px;
min-height: 350px;
text-align: center;
float: left;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.field-add{
margin-left: 10px;
width: 180px;
margin-top: 10px;
}
.field-add-data{
margin-left: 10px;
width: 140px !important;
margin-top: 10px ;
}
.field-add-btn{
width: 180px;
margin-left: -5px;
margin-top: 10px;
}
.icon-dt{
top:2px;
}
.div-icon-dt{
height: 34px;
margin-top: 10px;
position: relative;
float: right;
margin-left: 0px;
width: 40px;
}
#cont-panels{
margin: 0px 10px 10px 17%;
position: absolute;
width: 80%;
}
.panels{
width: 90%;
float: left;
margin: 0px 25px 25px 25px;
min-height: 350px;
border:1px solid #E8E8E8;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.title-panel{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border:1px solid #E8E8E8;
background-color: #E8E8E8;
opacity: 0.8;
height: 40px;
padding: 10px;
}
.title-panel > form{
float: right;
margin-top: -20px;
}
.table-transc{
width: 99%;
margin: 5px;
text-align: center;
border-collapse: separate;
border-spacing: 10px 0px;
}
.table-transc hr{
margin-bottom: 5px;
margin-top: 5px;
}
.error-add{
margin-top: 20px;
font-size: 12px;
width: 100%;
margin-left: 1px;
border:1px dashed red;
}
.alert-danger{
height: auto;
}
#flSalario{
margin-left: -20px !important;
margin-top: 15px !important;
}
#flVale{
margin-left: -50px !important;
margin-top: 15px !important;
}
#flParcelas{
margin-left: -3px !important;
margin-top: 15px !important;
}
.field-Tdata{
margin-left: 10px;
width: 85px !important;
margin-top: 12px ;
} | 0.183777 | 0.065217 |
*,html,body
{
margin: 0;
padding: 0;
}
body{
height: 3000px;
}
header
{
height: 120px;
line-height: 100px;
position: fixed;
z-index: 1;
width: 100%;
}
.secondary
{
background-color: deepskyblue;
box-shadow: 0px 0px 17px 0px;
transition: all 0.5s ease-in;
}
ul
{
list-style: none;
}
ul li
{
display: inline-block;
}
header nav
{
float: right;
}
.logo img
{
max-width: 12.4%
}
header nav ul li a
{
padding-right: 30px;
font-weight: bold;
color: white;
transition-duration: 0.5s;
}
header nav ul li a:hover
{
text-decoration: none;
color: red;
}
.img1
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(..//images/abb3.png);
background-size: 100% 100%;
}
.img2
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(..//images/ana.png);
background-size: 100% 100%;
}
.img3
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(..//images/no3.png);
background-size: 100% 100%;
}
.slider,.slider ul,.slider ul li
{
height: 710px;
width: 100%;
color: white;
font-weight: bold;
text-align: center;
}
.slider h2
{
font-weight: bold;
margin-top: 270px;
}
.slider span
{
color: orange;
}
.slider a
{
padding: 10px 40px;
margin-right: 10px;
}
.slider a.btn-half
{
background-color:darkblue;
color: white;
}
.slider a.btn-half:hover
{
background-color: skyblue;
}
.slider a.btn-full
{
background-color: orange;
color: white;
}
.slider a.btn-full:hover
{
background-color: red;
}
.pn
{
color: white;
font-weight: bold;
}
.pk
{
color: white;
font-weight: bold;
}
.slider
{
font-size: 35px;
margin-right: 10px;
}
.intro-area
{
position: relative;
padding: 100px 0px;
text-align: center;
}
.sub-heading
{
position: relative;
margin-bottom: 75px;
}
.sub-heading:before
{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -4%;
width: 6%;
height: 1px;
background-color: red;
z-index: 1;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.sub-heading:hover:before
{
width: 24%;
margin-left: -12%;
}
.sub-heading:after
{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -12%;
width: 24%;
height: 1px;
background-color: #e1e1e1;
}
.sub-heading p
{
color: #818181;
display: inline-block;
padding: 0px 0px 20px;
position: relative;
line-height: 24px;
letter-spacing: 0.025em;
}
.intro-block
{
position: relative;
background-color: #f7f7f7;
margin: 50px 0px 0px;
text-align: center;
padding: 70px 25px 40px;
}
.intro-block:hover,.intro-block.active
{
background: #0AABE1;
}
.intro-block:hover
{
transition:.6s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.intro-block .intro-icon
{
position: absolute;
top: -31px;
left: 50%;
margin-left: -31px;
}
.intro-block .fa
{
width: 63px;
height: 63px;
font-size: 30px;
color: white;
line-height: 2;
background: deepskyblue;
border-radius: 100%;
box-shadow: 0px 0px 0px 10px #CCFF39;
}
.intro-block:hover .fa, .intro-block.active .fa
{
background-color: white;
color: deepskyblue;
box-shadow: 0px 0px 0px 10px deepskyblue;
}
.intro-block h3
{
font-size: 18px;
color: deepskyblue;
font-weight: 700;
margin-bottom: 15px;
}
.intro-block p
{
color: #505050;
}
.intro-block:hover h3, .intro-block:hover p
{
color: #f6f6f6;
}
.feature-area
{
background-image:url(../images/ind.jpg);
}
.title h2 ,p{
color: white;
}
.single-feature h3
{
color: white;
}
.single-feature
{
position: relative;
width: 325px;
float: left;
padding: 30px 0;
text-align: center;
border-right: 1px solid #65c8e5;
border-bottom: 1px solid #65c8e5;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.feature-block:after
{
content: "";
display: table;
}
.feature-block:before
{
clear: both;
}
.featured-icon
{
display: inline-block;
margin-bottom: 20px;
}
.single-feature i.fa
{
border:2px solid #fff;
padding: 15px;
border-radius: 50%;
font-size: 30px;
background-color: #CCFF39;
color: white;
width: 64px;
height: 64px;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.feature-block:hover .single-feature
{
border-color: white;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.single-feature:hover .featured-icon .fa
{
border:2px solid #deepskyblue;
background: white;
color: deepskyblue;
}
.single-feature: nth-of-type(even)
{
border-right:none;
}
.single-feature: nth-last-child(2)
{
border-bottom:none;
}
.single-feature: last-child(2)
{
border-bottom:none;
}
.feature-area
{
padding: 100px 0;
}
.feature-mockup
{
border:-250px;
}
.title .sub-heading p
{
color: white;
}
.more-feature-area .title h2
{
color: black;
}
.more-feature-area .title .sub-heading p
{
color: darkgrey;
}
.more-feature-area
{
padding: 100px 0;
}
.feature-list ul
{
list-style: none;
}
.feature-list li
{
position: relative;
margin-bottom: 30px;
padding-left: 80px;
}
.feature-list li:hover i
{
color: white;
background-color: #00a7dd;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.feature-icon
{
position: absolute;
left: 0;
}
.feature-icon i
{
width: 63px;
height: 63px;
text-align: center;
font-size: 30px;
background:white;
color: deepskyblue;
border-radius: 50%;
border:2px solid deepskyblue;
line-height: 63px;
}
.feature-details h3
{
color: deepskyblue;
font-weight: 700;
text-transform: uppercase;
}
.feature-details p
{
color: #616161;
font-weight: 200;
}
.more-feature-area img
{
margin-left: 70px;
}
.testimonials
{
background-image:url(..//images/slider1.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding: 120px;
padding-bottom: 120px;
color: white;
margin-top:-100px;
}
.testimonials .carousel-indicators
{
bottom: -60px;
}
.testimonials .sub-heading p
{
color: white;
}
.carousel-inner img
{
width: 150px;
height: 150px;
border-radius: 100%;
border:2px solid deepskyblue;
padding: 5px;
}
.testimonials .carousel-indicators li.active
{
background-color: deepskyblue;
}
.team-area
{
padding-top: 120px;
padding-bottom: 120px;
}
.team-area .sub-heading
{
margin-bottom: 100px;
}
.team-man
{
position: absolute;
left: 50%;
margin-left: -50px;
top: -50px;
overflow: hidden;
min-height: 100px;
height: 100px;
width: 100px;
min-width: 100px;
border: 10px solid deepskyblue;
border-radius: 50%;
}
.team-man img
{
width: 100%;
height: 100%
min-width:100%;
min-height: 100px;
border-radius: 50%;
}
.team-description:hover,.team-description.active
{
background: #0AABE1;
}
.team-description:hover
{
transition:.6s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.team-social-network a i.fa
{
width: 15px;
height: 15px;
font-size: 10px;
color: white;
background: deepskyblue;
border-radius: 100%;
box-shadow: 0px 0px 0px 5px #CCFF39;
padding-top: 1px;
display: inline-block;
}
.team-social-network i
{
margin: 50px 50px 15px 10px;
}
.team-social-network:hover .fa, .team-social-network.active .fa
{
background-color: white;
color: deepskyblue;
box-shadow: 0px 0px 0px 3px deepskyblue;
}
.team-description h3
{
color: deepskyblue;
font-size: 20px;
font-weight: 700;
padding-top: 10px;
}
.team-description p
{
color: #505050;
text-align: center;
}
.team-title
{
text-align: center;
padding: 10%;
}
.main2{
font-family:verdana;
height:455px;
color:#eb5656;
margin-left:34%;
line-height: 15px;
}
.but{
background: #12aa12;
color:white;
width:140px;
height: 35px;
border-radius: 5px;
border:none;
}
body{
margin:0;
color:#6a6f8c;
background:#c8c8c8;
font:600 16px/18px 'Open Sans',sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
.login-wrap{
width:100%;
margin:auto;
max-width:525px;
min-height:670px;
position:relative;
background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
width:100%;
height:100%;
position:absolute;
padding:90px 70px 50px 70px;
background:rgba(40,57,101,.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
transform:rotateY(180deg);
backface-visibility:hidden;
transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
text-transform:uppercase;
}
.login-html .tab{
font-size:22px;
margin-right:15px;
padding-bottom:5px;
margin:0 15px 10px 0;
display:inline-block;
border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
color:#fff;
border-color:#1161ee;
}
.login-form{
min-height:345px;
position:relative;
perspective:1000px;
transform-style:preserve-3d;
}
.login-form .group{
margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
width:100%;
color:#fff;
display:block;
}
.login-form .group .input,
.login-form .group .button{
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
text-security:circle;
-webkit-text-security:circle;
}
.login-form .group .label{
color:#aaa;
font-size:12px;
}
.login-form .group .button{
background:#1161ee;
}
.login-form .group label .icon{
width:15px;
height:15px;
border-radius:2px;
position:relative;
display:inline-block;
background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
content:'';
width:10px;
height:2px;
background:#fff;
position:absolute;
transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
left:3px;
width:5px;
bottom:6px;
transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
top:6px;
right:0;
transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
color:#fff;
}
.login-form .group .check:checked + label .icon{
background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
transform:rotate(0);
}
.hr{
height:2px;
margin:60px 0 50px 0;
background:rgba(255,255,255,.2);
}
.foot-lnk{
text-align:center;
} | css/style.css | *,html,body
{
margin: 0;
padding: 0;
}
body{
height: 3000px;
}
header
{
height: 120px;
line-height: 100px;
position: fixed;
z-index: 1;
width: 100%;
}
.secondary
{
background-color: deepskyblue;
box-shadow: 0px 0px 17px 0px;
transition: all 0.5s ease-in;
}
ul
{
list-style: none;
}
ul li
{
display: inline-block;
}
header nav
{
float: right;
}
.logo img
{
max-width: 12.4%
}
header nav ul li a
{
padding-right: 30px;
font-weight: bold;
color: white;
transition-duration: 0.5s;
}
header nav ul li a:hover
{
text-decoration: none;
color: red;
}
.img1
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(..//images/abb3.png);
background-size: 100% 100%;
}
.img2
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(..//images/ana.png);
background-size: 100% 100%;
}
.img3
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(..//images/no3.png);
background-size: 100% 100%;
}
.slider,.slider ul,.slider ul li
{
height: 710px;
width: 100%;
color: white;
font-weight: bold;
text-align: center;
}
.slider h2
{
font-weight: bold;
margin-top: 270px;
}
.slider span
{
color: orange;
}
.slider a
{
padding: 10px 40px;
margin-right: 10px;
}
.slider a.btn-half
{
background-color:darkblue;
color: white;
}
.slider a.btn-half:hover
{
background-color: skyblue;
}
.slider a.btn-full
{
background-color: orange;
color: white;
}
.slider a.btn-full:hover
{
background-color: red;
}
.pn
{
color: white;
font-weight: bold;
}
.pk
{
color: white;
font-weight: bold;
}
.slider
{
font-size: 35px;
margin-right: 10px;
}
.intro-area
{
position: relative;
padding: 100px 0px;
text-align: center;
}
.sub-heading
{
position: relative;
margin-bottom: 75px;
}
.sub-heading:before
{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -4%;
width: 6%;
height: 1px;
background-color: red;
z-index: 1;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.sub-heading:hover:before
{
width: 24%;
margin-left: -12%;
}
.sub-heading:after
{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -12%;
width: 24%;
height: 1px;
background-color: #e1e1e1;
}
.sub-heading p
{
color: #818181;
display: inline-block;
padding: 0px 0px 20px;
position: relative;
line-height: 24px;
letter-spacing: 0.025em;
}
.intro-block
{
position: relative;
background-color: #f7f7f7;
margin: 50px 0px 0px;
text-align: center;
padding: 70px 25px 40px;
}
.intro-block:hover,.intro-block.active
{
background: #0AABE1;
}
.intro-block:hover
{
transition:.6s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.intro-block .intro-icon
{
position: absolute;
top: -31px;
left: 50%;
margin-left: -31px;
}
.intro-block .fa
{
width: 63px;
height: 63px;
font-size: 30px;
color: white;
line-height: 2;
background: deepskyblue;
border-radius: 100%;
box-shadow: 0px 0px 0px 10px #CCFF39;
}
.intro-block:hover .fa, .intro-block.active .fa
{
background-color: white;
color: deepskyblue;
box-shadow: 0px 0px 0px 10px deepskyblue;
}
.intro-block h3
{
font-size: 18px;
color: deepskyblue;
font-weight: 700;
margin-bottom: 15px;
}
.intro-block p
{
color: #505050;
}
.intro-block:hover h3, .intro-block:hover p
{
color: #f6f6f6;
}
.feature-area
{
background-image:url(../images/ind.jpg);
}
.title h2 ,p{
color: white;
}
.single-feature h3
{
color: white;
}
.single-feature
{
position: relative;
width: 325px;
float: left;
padding: 30px 0;
text-align: center;
border-right: 1px solid #65c8e5;
border-bottom: 1px solid #65c8e5;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.feature-block:after
{
content: "";
display: table;
}
.feature-block:before
{
clear: both;
}
.featured-icon
{
display: inline-block;
margin-bottom: 20px;
}
.single-feature i.fa
{
border:2px solid #fff;
padding: 15px;
border-radius: 50%;
font-size: 30px;
background-color: #CCFF39;
color: white;
width: 64px;
height: 64px;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.feature-block:hover .single-feature
{
border-color: white;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.single-feature:hover .featured-icon .fa
{
border:2px solid #deepskyblue;
background: white;
color: deepskyblue;
}
.single-feature: nth-of-type(even)
{
border-right:none;
}
.single-feature: nth-last-child(2)
{
border-bottom:none;
}
.single-feature: last-child(2)
{
border-bottom:none;
}
.feature-area
{
padding: 100px 0;
}
.feature-mockup
{
border:-250px;
}
.title .sub-heading p
{
color: white;
}
.more-feature-area .title h2
{
color: black;
}
.more-feature-area .title .sub-heading p
{
color: darkgrey;
}
.more-feature-area
{
padding: 100px 0;
}
.feature-list ul
{
list-style: none;
}
.feature-list li
{
position: relative;
margin-bottom: 30px;
padding-left: 80px;
}
.feature-list li:hover i
{
color: white;
background-color: #00a7dd;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.feature-icon
{
position: absolute;
left: 0;
}
.feature-icon i
{
width: 63px;
height: 63px;
text-align: center;
font-size: 30px;
background:white;
color: deepskyblue;
border-radius: 50%;
border:2px solid deepskyblue;
line-height: 63px;
}
.feature-details h3
{
color: deepskyblue;
font-weight: 700;
text-transform: uppercase;
}
.feature-details p
{
color: #616161;
font-weight: 200;
}
.more-feature-area img
{
margin-left: 70px;
}
.testimonials
{
background-image:url(..//images/slider1.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding: 120px;
padding-bottom: 120px;
color: white;
margin-top:-100px;
}
.testimonials .carousel-indicators
{
bottom: -60px;
}
.testimonials .sub-heading p
{
color: white;
}
.carousel-inner img
{
width: 150px;
height: 150px;
border-radius: 100%;
border:2px solid deepskyblue;
padding: 5px;
}
.testimonials .carousel-indicators li.active
{
background-color: deepskyblue;
}
.team-area
{
padding-top: 120px;
padding-bottom: 120px;
}
.team-area .sub-heading
{
margin-bottom: 100px;
}
.team-man
{
position: absolute;
left: 50%;
margin-left: -50px;
top: -50px;
overflow: hidden;
min-height: 100px;
height: 100px;
width: 100px;
min-width: 100px;
border: 10px solid deepskyblue;
border-radius: 50%;
}
.team-man img
{
width: 100%;
height: 100%
min-width:100%;
min-height: 100px;
border-radius: 50%;
}
.team-description:hover,.team-description.active
{
background: #0AABE1;
}
.team-description:hover
{
transition:.6s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.team-social-network a i.fa
{
width: 15px;
height: 15px;
font-size: 10px;
color: white;
background: deepskyblue;
border-radius: 100%;
box-shadow: 0px 0px 0px 5px #CCFF39;
padding-top: 1px;
display: inline-block;
}
.team-social-network i
{
margin: 50px 50px 15px 10px;
}
.team-social-network:hover .fa, .team-social-network.active .fa
{
background-color: white;
color: deepskyblue;
box-shadow: 0px 0px 0px 3px deepskyblue;
}
.team-description h3
{
color: deepskyblue;
font-size: 20px;
font-weight: 700;
padding-top: 10px;
}
.team-description p
{
color: #505050;
text-align: center;
}
.team-title
{
text-align: center;
padding: 10%;
}
.main2{
font-family:verdana;
height:455px;
color:#eb5656;
margin-left:34%;
line-height: 15px;
}
.but{
background: #12aa12;
color:white;
width:140px;
height: 35px;
border-radius: 5px;
border:none;
}
body{
margin:0;
color:#6a6f8c;
background:#c8c8c8;
font:600 16px/18px 'Open Sans',sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
.login-wrap{
width:100%;
margin:auto;
max-width:525px;
min-height:670px;
position:relative;
background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
width:100%;
height:100%;
position:absolute;
padding:90px 70px 50px 70px;
background:rgba(40,57,101,.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
transform:rotateY(180deg);
backface-visibility:hidden;
transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
text-transform:uppercase;
}
.login-html .tab{
font-size:22px;
margin-right:15px;
padding-bottom:5px;
margin:0 15px 10px 0;
display:inline-block;
border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
color:#fff;
border-color:#1161ee;
}
.login-form{
min-height:345px;
position:relative;
perspective:1000px;
transform-style:preserve-3d;
}
.login-form .group{
margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
width:100%;
color:#fff;
display:block;
}
.login-form .group .input,
.login-form .group .button{
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
text-security:circle;
-webkit-text-security:circle;
}
.login-form .group .label{
color:#aaa;
font-size:12px;
}
.login-form .group .button{
background:#1161ee;
}
.login-form .group label .icon{
width:15px;
height:15px;
border-radius:2px;
position:relative;
display:inline-block;
background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
content:'';
width:10px;
height:2px;
background:#fff;
position:absolute;
transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
left:3px;
width:5px;
bottom:6px;
transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
top:6px;
right:0;
transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
color:#fff;
}
.login-form .group .check:checked + label .icon{
background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
transform:rotate(0);
}
.hr{
height:2px;
margin:60px 0 50px 0;
background:rgba(255,255,255,.2);
}
.foot-lnk{
text-align:center;
} | 0.26588 | 0.044245 |
@charset "utf-8";
@import url("<NAME>/stylesheet.css");
/* CSS Document */
.box {
width: 1016px;
height: 628px;
padding: 20px;
margin: 10px;
background-image: url(../img/CARD_girl.jpg);
box-shadow: 0px 0px 10px 2px grey;
background-size: cover;
}
.box1 {
width: 1016px;
height: 628px;
padding: 20px;
margin: 10px;
background-image: url(../img/CARD_man.jpg);
box-shadow: 0px 0px 10px 2px grey;
background-size: cover;
}
.club
{ font-size: 75px;
position: relative;
left: 210px;
top: -45px;
color: #FFFFFF ;
}
.qr
{
position: absolute;
top: 444px;
right: 897px;
width: 136px;
}
.photo
{
position: absolute;
top: 200px;
right: 97px;
}
.photo2
{
position: absolute;
top: 507px;
width: 94px;
right: 80px;
opacity: 0.6;
filter: grayscale(100%);
}
.p1
{
position: absolute;
right: 848px;
top: 64px;
}
.Union
{
right: 21px;
position: absolute;
top: 20px;
}
.sign
{
top: 529px;
position: absolute;
right: 213px;
}
.pre {
position: relative;
top: -764px;
left: 650px;
font-size: 18.8px;
width: max-content;
}
.box p {
font-family: GE Snd Book;
}
.box h1 {
font-family: Cocogoose Pro Semilight;
}
.box h2 {
font-family: Kiona Regular;
}
div#capture{
display:block;
margin:0;
}
.btn-warning {
-moz-box-shadow:inset -2px 40px 13px -22px #e67a73;
-webkit-box-shadow:inset -2px 40px 13px -22px #e67a73;
box-shadow:inset -2px 40px 13px -22px #e67a73;
background-color:#e4685d;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:2px solid #ffffff;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 22px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
margin:10px auto;
display: block;
}
.btn-info {
-moz-box-shadow:inset -2px 40px 13px -22px #19b4f1;
-webkit-box-shadow:inset -2px 40px 13px -22px #19b4f1;
box-shadow:inset -2px 40px 13px -22px #19b4f1;
background-color:#0b96e6;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:2px solid #ffffff;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 22px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
margin:10px auto;
display: block;
}
.btn-pink {
-moz-box-shadow:inset -2px 40px 13px -22px #f186e3;
-webkit-box-shadow:inset -2px 40px 13px -22px #f186e3;
box-shadow:inset -2px 40px 13px -22px #f186e3;
background-color:#da4bfd;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:2px solid #ffffff;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 22px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
margin:10px auto;
display: block;
}
.btn:hover {
background-color:#eb675e;
}
.btn:active {
position:relative;
top:1px;
}
ul {
float: right;
padding:0;
margin:0;
list-style-type:none;
}
li {
margin-left:2px;
float:left; /*pour IE*/
}
ul li a:hover {
background-color:#D3D3D3;
border-color:#696969 #DCDCDC #DCDCDC #696969;
} | public/assets/licence/css/style.css | @charset "utf-8";
@import url("<NAME>/stylesheet.css");
/* CSS Document */
.box {
width: 1016px;
height: 628px;
padding: 20px;
margin: 10px;
background-image: url(../img/CARD_girl.jpg);
box-shadow: 0px 0px 10px 2px grey;
background-size: cover;
}
.box1 {
width: 1016px;
height: 628px;
padding: 20px;
margin: 10px;
background-image: url(../img/CARD_man.jpg);
box-shadow: 0px 0px 10px 2px grey;
background-size: cover;
}
.club
{ font-size: 75px;
position: relative;
left: 210px;
top: -45px;
color: #FFFFFF ;
}
.qr
{
position: absolute;
top: 444px;
right: 897px;
width: 136px;
}
.photo
{
position: absolute;
top: 200px;
right: 97px;
}
.photo2
{
position: absolute;
top: 507px;
width: 94px;
right: 80px;
opacity: 0.6;
filter: grayscale(100%);
}
.p1
{
position: absolute;
right: 848px;
top: 64px;
}
.Union
{
right: 21px;
position: absolute;
top: 20px;
}
.sign
{
top: 529px;
position: absolute;
right: 213px;
}
.pre {
position: relative;
top: -764px;
left: 650px;
font-size: 18.8px;
width: max-content;
}
.box p {
font-family: GE Snd Book;
}
.box h1 {
font-family: Cocogoose Pro Semilight;
}
.box h2 {
font-family: Kiona Regular;
}
div#capture{
display:block;
margin:0;
}
.btn-warning {
-moz-box-shadow:inset -2px 40px 13px -22px #e67a73;
-webkit-box-shadow:inset -2px 40px 13px -22px #e67a73;
box-shadow:inset -2px 40px 13px -22px #e67a73;
background-color:#e4685d;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:2px solid #ffffff;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 22px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
margin:10px auto;
display: block;
}
.btn-info {
-moz-box-shadow:inset -2px 40px 13px -22px #19b4f1;
-webkit-box-shadow:inset -2px 40px 13px -22px #19b4f1;
box-shadow:inset -2px 40px 13px -22px #19b4f1;
background-color:#0b96e6;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:2px solid #ffffff;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 22px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
margin:10px auto;
display: block;
}
.btn-pink {
-moz-box-shadow:inset -2px 40px 13px -22px #f186e3;
-webkit-box-shadow:inset -2px 40px 13px -22px #f186e3;
box-shadow:inset -2px 40px 13px -22px #f186e3;
background-color:#da4bfd;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:2px solid #ffffff;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 22px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
margin:10px auto;
display: block;
}
.btn:hover {
background-color:#eb675e;
}
.btn:active {
position:relative;
top:1px;
}
ul {
float: right;
padding:0;
margin:0;
list-style-type:none;
}
li {
margin-left:2px;
float:left; /*pour IE*/
}
ul li a:hover {
background-color:#D3D3D3;
border-color:#696969 #DCDCDC #DCDCDC #696969;
} | 0.13041 | 0.069827 |
body {
font-family: 'Libre Caslon Text', serif;
}
.page-wrapper{
background-color: rgb(220,87,87);
}
a:active, a:focus, a:hover {
color: #128f76;
}
a:active, a:focus, a:hover {
color: #128f76;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
img, svg {
vertical-align: middle;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
.bg-primary {
background-color: rgb(239, 240, 239)!important;
}
.bg-secondary {
background-color: rgb(207, 175, 134)!important;
}
.text-white {
color: #fff!important;
}
body {
font-family: Lato;
}
.list-inline-item:not(:last-child) {
margin-right: .5rem;
}
.list-inline-item:not(:last-child) {
margin-right: .5rem;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(59,198,171,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(59,198,171,.5);
}
/*HEADER*/
.subtitle-container p{
font-family: 'noto sans', serif;
}
/*PROJECTs*/
.no-padding {
padding-left: 0;
padding-right: 0;
}
/*NAV*/
.navigation-clean.navbar-light .navbar-nav .nav-link{
padding-left: 0px;
}
.navbar navbar-light navbar-expand-md navigation-clean p {
margin-top: 18px;
}
.navbar navbar-light navbar-expand-md navigation-clean{
padding-top: 18px;
}
/*TYPOHTAPHY*/
h1{
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
font-size: 36px;
}
h5 {
font-family: 'Noto Sans', sans-serif;
font-size: 18px;
font-weight: 600;
margin-top: 4px;
}
.description {
justify-content: left;
object-position: left;
}
p.description {
font-family: 'Noto Sans', sans-serif;
text-align: left;
font-size: 16px;
color: black;
}
.date {
text-align: left;
justify-content: left;
object-position: left;
margin-bottom: 4px;
margin-top: 8px;
padding: 0px;
}
p.date {
font-family: 'Noto Sans', sans-serif;
font-size: 12px;
color: black;
}
.projects-clean .item .description {
margin-top: 4px;
} | assets/css/styles.css | body {
font-family: 'Libre Caslon Text', serif;
}
.page-wrapper{
background-color: rgb(220,87,87);
}
a:active, a:focus, a:hover {
color: #128f76;
}
a:active, a:focus, a:hover {
color: #128f76;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
img, svg {
vertical-align: middle;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
.bg-primary {
background-color: rgb(239, 240, 239)!important;
}
.bg-secondary {
background-color: rgb(207, 175, 134)!important;
}
.text-white {
color: #fff!important;
}
body {
font-family: Lato;
}
.list-inline-item:not(:last-child) {
margin-right: .5rem;
}
.list-inline-item:not(:last-child) {
margin-right: .5rem;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(59,198,171,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(59,198,171,.5);
}
/*HEADER*/
.subtitle-container p{
font-family: 'noto sans', serif;
}
/*PROJECTs*/
.no-padding {
padding-left: 0;
padding-right: 0;
}
/*NAV*/
.navigation-clean.navbar-light .navbar-nav .nav-link{
padding-left: 0px;
}
.navbar navbar-light navbar-expand-md navigation-clean p {
margin-top: 18px;
}
.navbar navbar-light navbar-expand-md navigation-clean{
padding-top: 18px;
}
/*TYPOHTAPHY*/
h1{
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
font-size: 36px;
}
h5 {
font-family: 'Noto Sans', sans-serif;
font-size: 18px;
font-weight: 600;
margin-top: 4px;
}
.description {
justify-content: left;
object-position: left;
}
p.description {
font-family: 'Noto Sans', sans-serif;
text-align: left;
font-size: 16px;
color: black;
}
.date {
text-align: left;
justify-content: left;
object-position: left;
margin-bottom: 4px;
margin-top: 8px;
padding: 0px;
}
p.date {
font-family: 'Noto Sans', sans-serif;
font-size: 12px;
color: black;
}
.projects-clean .item .description {
margin-top: 4px;
} | 0.309963 | 0.065396 |
@charset "UTF-8";
/*Tools*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Fluid
*
* A mixin that takes a given css property and scales it fluidly.
* Based on fluid typography. Source:
* https://css-tricks.com/snippets/css/fluid-typography/
*
* Supports only pixel values.
*
*============================================================================*/
/* Variables
*============================================================================*/
/**
* 1. Lower limit. Given property won't scale down below this screen size.
* 2. Upper limit. Given property won't scale up above this screen size.
*/
/* [1] */
/* [2] */
/* Helper function
*============================================================================*/
/* Main mixin
*============================================================================*/
/* Example
*============================================================================*/
/**
* Paragraph font size will fluently scale from 18px on large screens to 14px
* on smaller screens:
*
* p {
* @include fluid(18px, 14px, font-size);
* }
*/
/*Generic*/
/**
* Resets
*
* Style resets in order to synchronize different browser default styles.
*
*============================================================================*/
/* Basic page behaviour resets
*============================================================================*/
/**
* 1. Best practice box-sizing. Source:
* css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
* 2. Force long words to break into new lines if they don't fit a container.
*/
*, *:before, *:after {
box-sizing: inherit;
/* [1] */ }
html {
box-sizing: border-box;
/* [1] */
word-wrap: break-word;
/* [2] */
overflow-wrap: break-word;
/* [2] */ }
body {
overflow-x: hidden;
min-height: 100vh; }
/* Margin resets
*============================================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul,
figure,
hr,
fieldset, legend {
margin: 0; }
li > ol, ul {
margin-bottom: 0; }
/* Tables
*============================================================================*/
table {
border-collapse: collapse;
border-spacing: 0; }
/* Semantic markup
*============================================================================*/
small {
font-size: .75em; }
b, strong {
font-weight: 600; }
i, em {
font-style: italic; }
u {
text-decoration: underline; }
/* Hyperlink
*============================================================================*/
a {
cursor: pointer;
color: inherit;
text-decoration: none; }
/* Hyperlink
*============================================================================*/
button {
cursor: pointer;
outline: none;
border: none;
background: none;
margin: 0;
padding: 0;
font-size: inherit; }
/* Images
*============================================================================*/
/**
* 1. Images will retain their aspect ratio on screen resizing. They
will never scale up to be larger than their original size.
* 2. Remove whitespace under images.
*/
img {
max-width: 100%;
/* [1] */
height: auto;
/* [1] */
vertical-align: middle;
/* [2] */ }
/* mat-dialog
*============================================================================*/
/**
* 1. Increases max-width so that it looks good on mobile.
* 2. Fixes issue of mat-dialog not being scrollable vertically.
*/
.cdk-overlay-pane {
max-width: 90vw !important;
/* [1] */
max-height: 100vh;
/* [2] */ }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Generic
*
* Style for generic HTML elements with low-spec.
*
*============================================================================*/
/* HTML
*============================================================================*/
html {
font-family: "Open Sans", sans-serif;
line-height: 1.4;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
background-image: url("assets/images/texture.svg"); }
/* Headings
*============================================================================*/
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
font-weight: 400;
color: rgba(0, 0, 0, 0.9); }
h1 {
font-size: 40px; }
h2 {
font-size: 36px; }
h3 {
font-size: 32px; }
h4 {
font-size: 28px; }
h5 {
font-size: 24px; }
h6 {
font-size: 20px; }
/* Link
*============================================================================*/
ul {
line-height: 1.6; }
/* Link
*============================================================================*/
.link:hover {
text-decoration: underline; }
@media (max-width: 900px) {
.link {
text-decoration: underline; } }
/*Layout*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Grid
*
* A 12-column grid based on flex.
*
*============================================================================*/
/* Variables
*============================================================================*/
/**
* 1. Maximum grid width. Bellow this size it will be full screen width.
* 2. Space between cells.
*/
/* [1] */
/* [2] */
/* Grid
*============================================================================*/
/**
* 1. Cells that don't fit into a row will wrap into a new row.
* 2. Cells in a row are centered. To overwrite this, use one of the
* 'justify-content' helpers from '05-utilities/utilities' e.g.
* <div class="grid jc-start">…<div>
*/
.grid {
display: flex;
flex-wrap: wrap;
/* [1] */
justify-content: center;
/* [2] */
max-width: 1200px;
width: 100%;
margin: 0 auto; }
.grid > [class*="col"] {
padding: 10px; }
/* Grid modifiers
*============================================================================*/
.grid.grid-full {
max-width: 100%; }
.grid.grid-no-gutter > [class*="col"] {
padding: 0; }
/* Columns
*============================================================================*/
.col-0 {
display: none; }
.col-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; }
@media (max-width: 1800px) {
.col-l-0 {
display: none; }
.col-l-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-l-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-l-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-l-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-l-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-l-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-l-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-l-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-l-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-l-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-l-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-l-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
@media (max-width: 1200px) {
.col-m-0 {
display: none; }
.col-m-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-m-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-m-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-m-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-m-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-m-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-m-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-m-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-m-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-m-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-m-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-m-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
@media (max-width: 900px) {
.col-s-0 {
display: none; }
.col-s-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-s-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-s-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-s-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-s-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-s-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-s-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-s-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-s-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-s-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-s-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-s-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
@media (max-width: 600px) {
.col-xs-0 {
display: none; }
.col-xs-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-xs-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-xs-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-xs-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-xs-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-xs-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-xs-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-xs-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-xs-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-xs-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-xs-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-xs-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
/* Example
*============================================================================*/
/**
* A grid with with three cells where each cell takes up 4 column spaces. The
* cells expand to take up 12 column spaces on smaller screens.
*
* <div class="grid">
* <div class="col-4 col-s-12">…</div>
* <div class="col-4 col-s-12">…</div>
* <div class="col-4 col-s-12">…</div>
* <div>
*/
/*Components*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Buttons
*
* Style for various buttons.
*
*============================================================================*/
/* Button
*============================================================================*/
.gg-button {
background: #ffffff;
padding: 12px 24px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
transition: .2s; }
.gg-button:hover {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.28); }
.gg-button:disabled {
pointer-events: none;
opacity: .5; }
/* Icon button
*============================================================================*/
.gg-icon-button {
cursor: pointer;
min-width: 48px;
width: 48px;
min-height: 48px;
height: 48px;
display: inline-flex;
justify-content: center;
background: white;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
padding: 8px;
margin: 10px 5px 0;
transition: .2s; }
.gg-icon-button:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28); }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Card
*
* Style for card element.
*
*============================================================================*/
/* Button
*============================================================================*/
.gg-card {
display: block;
height: 100%;
position: relative;
background: white;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
cursor: pointer;
user-select: none;
transition: .2s; }
.gg-card:after {
content: url("assets/images/icon-search.svg");
width: 20px;
height: 20px;
position: absolute;
top: 10px;
right: 10px;
opacity: 0;
transition: .2s; }
.gg-card:hover {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.28); }
.gg-card:hover:after {
opacity: 1; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Title
*
* Style for titles.
*
*============================================================================*/
/* Title
*============================================================================*/
.gg-title {
position: relative;
padding-bottom: 20px;
margin-bottom: 20px; }
.gg-title:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 2px;
background: linear-gradient(to right, #00407f, #21d2dc); }
.gg-title > .gg-icon {
position: absolute;
left: -68px;
top: -8px; }
@media (max-width: 1318px) {
.gg-title > .gg-icon {
display: none; } }
.gg-title.c-l-primary:after {
background: #f7e704; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Icon
*
* Style for decorative icon
*
*============================================================================*/
/* Icon
*============================================================================*/
.gg-icon {
min-width: 48px;
width: 48px;
min-height: 48px;
height: 48px;
display: inline-flex;
background: white;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
padding: 8px; }
.gg-icon > img {
width: 100%;
height: 100%;
object-fit: contain; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Post
*
* Style for a blog-like post.
*
*============================================================================*/
/* Post
*============================================================================*/
.gg-post {
display: flex; }
.gg-post-minor {
width: 40%;
padding-right: 40px;
border-right: 1px solid rgba(0, 0, 0, 0.12); }
.gg-post-major {
width: 60%;
padding-left: 40px;
border-left: 1px solid rgba(0, 0, 0, 0.12); }
@media (max-width: 900px) {
.gg-post {
flex-direction: column; }
.gg-post-minor {
width: 100%;
padding-right: 0;
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.gg-post-major {
width: 100%;
padding-left: 0;
border-left: none;
border-top: 1px solid rgba(0, 0, 0, 0.12); } }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Read format
*
* Style for text rendered in innerHtml
*
*============================================================================*/
/* Style
*============================================================================*/
.gg-read-format ul, .gg-read-format p {
margin-bottom: 1.5em; }
.gg-read-format h1, .gg-read-format h2, .gg-read-format h3, .gg-read-format h4, .gg-read-format h5, .gg-read-format h6 {
margin-bottom: 1.5em; }
.gg-read-format p + h1, .gg-read-format p + h2, .gg-read-format p + h3, .gg-read-format p + h4, .gg-read-format p + h5, .gg-read-format p + h6 {
margin-top: 3em; }
.gg-read-format a {
text-decoration: underline;
color: #006cd9; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Table
*
* Style for publications table.
*
*============================================================================*/
/* Table
*============================================================================*/
.gg-publications-table {
font-size: 14px;
width: 100%;
color: rgba(0, 0, 0, 0.7); }
.gg-publications-table tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.gg-publications-table td, .gg-publications-table th {
padding: 20px 10px;
text-align: left;
vertical-align: top;
font-weight: normal; }
.gg-publications-table td[data-label="Title"] {
width: 40%;
color: rgba(0, 0, 0, 0.9); }
@media (max-width: 900px) {
.gg-publications-table tr {
display: block;
margin: 10px 0;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
background: white;
padding: 20px 10px; }
.gg-publications-table td[data-label="Title"] {
width: unset; }
.gg-publications-table td {
display: flex;
padding: 10px; }
.gg-publications-table td:before {
content: attr(data-label);
width: 80px;
min-width: 80px; }
.gg-publications-table thead {
opacity: 0;
position: absolute;
z-index: -1; } }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Tabs
*
* Style for tabs.
*
*============================================================================*/
/* Tabs
*============================================================================*/
.gg-tabs {
display: flex; }
.gg-tabs-selection {
position: relative;
width: 40%;
padding-right: 40px;
border-right: 1px solid rgba(0, 0, 0, 0.12); }
.gg-tabs-buttons {
position: sticky;
top: 10px;
margin-right: -42px; }
.gg-tabs-button {
display: block;
width: 100%;
padding: 20px;
white-space: nowrap;
text-align: left;
border-right: 2px solid transparent;
transition: .2s; }
.gg-tabs-button:hover {
background: rgba(240, 242, 245, 0.5);
border-right: 2px solid rgba(0, 108, 217, 0.5); }
.gg-tabs-button.active {
background: #f0f2f5;
border-right: 2px solid #006cd9; }
.gg-tabs-content {
width: 60%;
padding-left: 40px;
padding-top: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.12); }
@media (max-width: 900px) {
.gg-tabs {
flex-direction: column; }
.gg-tabs-buttons {
margin-right: 0;
display: flex;
margin-bottom: -2px;
overflow-y: hidden;
overflow-x: auto; }
.gg-tabs-button {
padding: 20px 15px;
text-align: center;
border-right: none;
border-bottom: 2px solid transparent; }
.gg-tabs-button:hover {
background: rgba(240, 242, 245, 0.5);
border-right: none;
border-bottom: 2px solid rgba(0, 108, 217, 0.5); }
.gg-tabs-button.active {
background: #f0f2f5;
border-right: none;
border-bottom: 2px solid #006cd9; }
.gg-tabs-selection {
width: 100%;
padding-right: 0;
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.gg-tabs-content {
width: 100%;
padding-left: 0;
padding-top: 40px;
border-left: none;
border-top: 1px solid rgba(0, 0, 0, 0.12); } }
/**
* Loading spinner
*
* A lightweight style for loading class on buttons and links
*
*============================================================================*/
a.loading,
button.loading {
position: relative;
color: transparent !important;
background: white !important;
pointer-events: none !important;
user-select: none !important;
-webkit-user-select: none !important; }
a.loading span,
button.loading span {
color: transparent !important; }
a.loading:after,
button.loading:after {
content: '';
position: absolute;
top: calc(50% - 12px);
left: calc(50% - 12px);
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid black;
border-bottom-color: transparent;
animation: loading .75s infinite; }
@keyframes loading {
from {
transform: rotate(0); }
to {
transform: rotate(360deg); } }
/*Utilities*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Utilities
*
* Utility classes that make life simple.
*
*============================================================================*/
/* Flex
*============================================================================*/
.flex {
display: flex; }
.iflex {
display: inline-flex; }
.fw-wrap {
flex-wrap: wrap; }
.fw-nowrap {
flex-wrap: nowrap; }
.fw-wrap-rev {
flex-wrap: wrap-reverse; }
.fd-row {
flex-direction: row; }
.fd-row-rev {
flex-direction: row-reverse; }
.fd-col {
flex-direction: column; }
.fd-col-rev {
flex-direction: column-reverse; }
.ai-stretch {
align-items: stretch; }
.ai-start {
align-items: flex-start; }
.ai-end {
align-items: flex-end; }
.ai-center {
align-items: center; }
.ai-base {
align-items: baseline; }
.jc-start {
justify-content: flex-start; }
.jc-end {
justify-content: flex-end; }
.jc-center {
justify-content: center; }
.jc-around {
justify-content: space-around; }
.jc-between {
justify-content: space-between; }
.jc-evenly {
justify-content: space-evenly; }
/* Flex children
*============================================================================*/
.f1 {
flex: 1; }
.f2 {
flex: 2; }
/* Displays
*============================================================================*/
.block {
display: block; }
.iblock {
display: inline-block; }
/* Background colors
*============================================================================*/
.bg-primary {
background-color: #006cd9; }
.bg-accent {
background-color: #f7e704; }
.bg-l-primary {
background-color: #ffffff; }
.bg-l-secondary {
background-color: #f0f2f5; }
.bg-l-gradient {
background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.05)); }
.bg-d-primary {
background-color: #1a2b33; }
/* Colors
*============================================================================*/
.c-primary {
color: #006cd9; }
.c-accent {
color: #f7e704; }
.c-l-primary {
color: white; }
.c-l-secondary {
color: rgba(255, 255, 255, 0.8); }
.c-d-primary {
color: rgba(0, 0, 0, 0.9); }
.c-d-secondary {
color: rgba(0, 0, 0, 0.7); }
/* Text controls
*============================================================================*/
.ta-left {
text-align: left; }
.ta-center {
text-align: center; }
.ta-right {
text-align: right; }
.ta-justify {
text-align: justify; }
.ws-nowrap {
white-space: nowrap; }
.ws-normal {
white-space: normal; }
.fs-small {
font-size: 0.75em; }
.fs-large {
font-size: 1.25em; }
.fw-normal {
font-weight: 400; }
.fw-bold {
font-weight: 600; }
/* Object controls
*============================================================================*/
.obj-cover {
object-fit: cover; }
.obj-contain {
object-fit: contain; }
/* Positions
*============================================================================*/
.relative {
position: relative; }
/* Width & height
*============================================================================*/
.w-full {
width: 100%; }
.w-auto {
width: auto; }
.h-full {
height: 100%; }
.h-auto {
height: auto; }
.of-hidden {
overflow: hidden; }
/* Hide & show
*============================================================================*/
@media (max-width: 600px) {
.hide-xs {
display: none; } }
@media (max-width: 900px) {
.hide-s {
display: none; } }
@media (max-width: 1200px) {
.hide-m {
display: none; } }
@media (max-width: 1800px) {
.hide-l {
display: none; } }
@media (min-width: 601px) {
.show-xs {
display: none; } }
@media (min-width: 901px) {
.show-s {
display: none; } }
@media (min-width: 1201px) {
.show-m {
display: none; } }
@media (min-width: 1801px) {
.show-m {
display: none; } }
/* Paddings
*============================================================================*/
.p-a-0 {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0; }
.p-a-xs {
padding: 5px; }
@media (min-width: 600px) {
.p-a-xs {
padding: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-xs {
padding: 10px; } }
.p-a-s {
padding: 10px; }
@media (min-width: 600px) {
.p-a-s {
padding: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-s {
padding: 20px; } }
.p-a-m {
padding: 20px; }
@media (min-width: 600px) {
.p-a-m {
padding: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-m {
padding: 40px; } }
.p-a-l {
padding: 40px; }
@media (min-width: 600px) {
.p-a-l {
padding: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-l {
padding: 80px; } }
.p-a-xl {
padding: 80px; }
@media (min-width: 600px) {
.p-a-xl {
padding: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-xl {
padding: 160px; } }
.p-a-xxl {
padding: 160px; }
@media (min-width: 600px) {
.p-a-xxl {
padding: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-xxl {
padding: 320px; } }
.p-x-xs {
padding-left: 5px; }
@media (min-width: 600px) {
.p-x-xs {
padding-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xs {
padding-left: 10px; } }
.p-x-xs {
padding-right: 5px; }
@media (min-width: 600px) {
.p-x-xs {
padding-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xs {
padding-right: 10px; } }
.p-x-s {
padding-left: 10px; }
@media (min-width: 600px) {
.p-x-s {
padding-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-s {
padding-left: 20px; } }
.p-x-s {
padding-right: 10px; }
@media (min-width: 600px) {
.p-x-s {
padding-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-s {
padding-right: 20px; } }
.p-x-m {
padding-left: 20px; }
@media (min-width: 600px) {
.p-x-m {
padding-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-m {
padding-left: 40px; } }
.p-x-m {
padding-right: 20px; }
@media (min-width: 600px) {
.p-x-m {
padding-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-m {
padding-right: 40px; } }
.p-x-l {
padding-left: 40px; }
@media (min-width: 600px) {
.p-x-l {
padding-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-l {
padding-left: 80px; } }
.p-x-l {
padding-right: 40px; }
@media (min-width: 600px) {
.p-x-l {
padding-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-l {
padding-right: 80px; } }
.p-x-xl {
padding-left: 80px; }
@media (min-width: 600px) {
.p-x-xl {
padding-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xl {
padding-left: 160px; } }
.p-x-xl {
padding-right: 80px; }
@media (min-width: 600px) {
.p-x-xl {
padding-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xl {
padding-right: 160px; } }
.p-x-xxl {
padding-left: 160px; }
@media (min-width: 600px) {
.p-x-xxl {
padding-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xxl {
padding-left: 320px; } }
.p-x-xxl {
padding-right: 160px; }
@media (min-width: 600px) {
.p-x-xxl {
padding-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xxl {
padding-right: 320px; } }
.p-y-xs {
padding-top: 5px; }
@media (min-width: 600px) {
.p-y-xs {
padding-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xs {
padding-top: 10px; } }
.p-y-xs {
padding-bottom: 5px; }
@media (min-width: 600px) {
.p-y-xs {
padding-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xs {
padding-bottom: 10px; } }
.p-y-s {
padding-top: 10px; }
@media (min-width: 600px) {
.p-y-s {
padding-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-s {
padding-top: 20px; } }
.p-y-s {
padding-bottom: 10px; }
@media (min-width: 600px) {
.p-y-s {
padding-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-s {
padding-bottom: 20px; } }
.p-y-m {
padding-top: 20px; }
@media (min-width: 600px) {
.p-y-m {
padding-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-m {
padding-top: 40px; } }
.p-y-m {
padding-bottom: 20px; }
@media (min-width: 600px) {
.p-y-m {
padding-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-m {
padding-bottom: 40px; } }
.p-y-l {
padding-top: 40px; }
@media (min-width: 600px) {
.p-y-l {
padding-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-l {
padding-top: 80px; } }
.p-y-l {
padding-bottom: 40px; }
@media (min-width: 600px) {
.p-y-l {
padding-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-l {
padding-bottom: 80px; } }
.p-y-xl {
padding-top: 80px; }
@media (min-width: 600px) {
.p-y-xl {
padding-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xl {
padding-top: 160px; } }
.p-y-xl {
padding-bottom: 80px; }
@media (min-width: 600px) {
.p-y-xl {
padding-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xl {
padding-bottom: 160px; } }
.p-y-xxl {
padding-top: 160px; }
@media (min-width: 600px) {
.p-y-xxl {
padding-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xxl {
padding-top: 320px; } }
.p-y-xxl {
padding-bottom: 160px; }
@media (min-width: 600px) {
.p-y-xxl {
padding-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xxl {
padding-bottom: 320px; } }
.p-t-xs {
padding-top: 5px; }
@media (min-width: 600px) {
.p-t-xs {
padding-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-xs {
padding-top: 10px; } }
.p-t-s {
padding-top: 10px; }
@media (min-width: 600px) {
.p-t-s {
padding-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-s {
padding-top: 20px; } }
.p-t-m {
padding-top: 20px; }
@media (min-width: 600px) {
.p-t-m {
padding-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-m {
padding-top: 40px; } }
.p-t-l {
padding-top: 40px; }
@media (min-width: 600px) {
.p-t-l {
padding-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-l {
padding-top: 80px; } }
.p-t-xl {
padding-top: 80px; }
@media (min-width: 600px) {
.p-t-xl {
padding-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-xl {
padding-top: 160px; } }
.p-t-xxl {
padding-top: 160px; }
@media (min-width: 600px) {
.p-t-xxl {
padding-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-xxl {
padding-top: 320px; } }
.p-r-xs {
padding-right: 5px; }
@media (min-width: 600px) {
.p-r-xs {
padding-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-xs {
padding-right: 10px; } }
.p-r-s {
padding-right: 10px; }
@media (min-width: 600px) {
.p-r-s {
padding-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-s {
padding-right: 20px; } }
.p-r-m {
padding-right: 20px; }
@media (min-width: 600px) {
.p-r-m {
padding-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-m {
padding-right: 40px; } }
.p-r-l {
padding-right: 40px; }
@media (min-width: 600px) {
.p-r-l {
padding-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-l {
padding-right: 80px; } }
.p-r-xl {
padding-right: 80px; }
@media (min-width: 600px) {
.p-r-xl {
padding-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-xl {
padding-right: 160px; } }
.p-r-xxl {
padding-right: 160px; }
@media (min-width: 600px) {
.p-r-xxl {
padding-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-xxl {
padding-right: 320px; } }
.p-b-xs {
padding-bottom: 5px; }
@media (min-width: 600px) {
.p-b-xs {
padding-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-xs {
padding-bottom: 10px; } }
.p-b-s {
padding-bottom: 10px; }
@media (min-width: 600px) {
.p-b-s {
padding-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-s {
padding-bottom: 20px; } }
.p-b-m {
padding-bottom: 20px; }
@media (min-width: 600px) {
.p-b-m {
padding-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-m {
padding-bottom: 40px; } }
.p-b-l {
padding-bottom: 40px; }
@media (min-width: 600px) {
.p-b-l {
padding-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-l {
padding-bottom: 80px; } }
.p-b-xl {
padding-bottom: 80px; }
@media (min-width: 600px) {
.p-b-xl {
padding-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-xl {
padding-bottom: 160px; } }
.p-b-xxl {
padding-bottom: 160px; }
@media (min-width: 600px) {
.p-b-xxl {
padding-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-xxl {
padding-bottom: 320px; } }
.p-l-xs {
padding-left: 5px; }
@media (min-width: 600px) {
.p-l-xs {
padding-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-xs {
padding-left: 10px; } }
.p-l-s {
padding-left: 10px; }
@media (min-width: 600px) {
.p-l-s {
padding-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-s {
padding-left: 20px; } }
.p-l-m {
padding-left: 20px; }
@media (min-width: 600px) {
.p-l-m {
padding-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-m {
padding-left: 40px; } }
.p-l-l {
padding-left: 40px; }
@media (min-width: 600px) {
.p-l-l {
padding-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-l {
padding-left: 80px; } }
.p-l-xl {
padding-left: 80px; }
@media (min-width: 600px) {
.p-l-xl {
padding-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-xl {
padding-left: 160px; } }
.p-l-xxl {
padding-left: 160px; }
@media (min-width: 600px) {
.p-l-xxl {
padding-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-xxl {
padding-left: 320px; } }
/* Margins
*============================================================================*/
.m-a-0 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0; }
.m-a-xs {
margin: 5px; }
@media (min-width: 600px) {
.m-a-xs {
margin: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-xs {
margin: 10px; } }
.m-a-s {
margin: 10px; }
@media (min-width: 600px) {
.m-a-s {
margin: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-s {
margin: 20px; } }
.m-a-m {
margin: 20px; }
@media (min-width: 600px) {
.m-a-m {
margin: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-m {
margin: 40px; } }
.m-a-l {
margin: 40px; }
@media (min-width: 600px) {
.m-a-l {
margin: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-l {
margin: 80px; } }
.m-a-xl {
margin: 80px; }
@media (min-width: 600px) {
.m-a-xl {
margin: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-xl {
margin: 160px; } }
.m-a-xxl {
margin: 160px; }
@media (min-width: 600px) {
.m-a-xxl {
margin: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-xxl {
margin: 320px; } }
.m-x-xs {
margin-left: 5px; }
@media (min-width: 600px) {
.m-x-xs {
margin-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xs {
margin-left: 10px; } }
.m-x-xs {
margin-right: 5px; }
@media (min-width: 600px) {
.m-x-xs {
margin-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xs {
margin-right: 10px; } }
.m-x-s {
margin-left: 10px; }
@media (min-width: 600px) {
.m-x-s {
margin-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-s {
margin-left: 20px; } }
.m-x-s {
margin-right: 10px; }
@media (min-width: 600px) {
.m-x-s {
margin-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-s {
margin-right: 20px; } }
.m-x-m {
margin-left: 20px; }
@media (min-width: 600px) {
.m-x-m {
margin-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-m {
margin-left: 40px; } }
.m-x-m {
margin-right: 20px; }
@media (min-width: 600px) {
.m-x-m {
margin-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-m {
margin-right: 40px; } }
.m-x-l {
margin-left: 40px; }
@media (min-width: 600px) {
.m-x-l {
margin-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-l {
margin-left: 80px; } }
.m-x-l {
margin-right: 40px; }
@media (min-width: 600px) {
.m-x-l {
margin-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-l {
margin-right: 80px; } }
.m-x-xl {
margin-left: 80px; }
@media (min-width: 600px) {
.m-x-xl {
margin-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xl {
margin-left: 160px; } }
.m-x-xl {
margin-right: 80px; }
@media (min-width: 600px) {
.m-x-xl {
margin-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xl {
margin-right: 160px; } }
.m-x-xxl {
margin-left: 160px; }
@media (min-width: 600px) {
.m-x-xxl {
margin-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xxl {
margin-left: 320px; } }
.m-x-xxl {
margin-right: 160px; }
@media (min-width: 600px) {
.m-x-xxl {
margin-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xxl {
margin-right: 320px; } }
.m-y-xs {
margin-top: 5px; }
@media (min-width: 600px) {
.m-y-xs {
margin-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xs {
margin-top: 10px; } }
.m-y-xs {
margin-bottom: 5px; }
@media (min-width: 600px) {
.m-y-xs {
margin-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xs {
margin-bottom: 10px; } }
.m-y-s {
margin-top: 10px; }
@media (min-width: 600px) {
.m-y-s {
margin-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-s {
margin-top: 20px; } }
.m-y-s {
margin-bottom: 10px; }
@media (min-width: 600px) {
.m-y-s {
margin-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-s {
margin-bottom: 20px; } }
.m-y-m {
margin-top: 20px; }
@media (min-width: 600px) {
.m-y-m {
margin-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-m {
margin-top: 40px; } }
.m-y-m {
margin-bottom: 20px; }
@media (min-width: 600px) {
.m-y-m {
margin-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-m {
margin-bottom: 40px; } }
.m-y-l {
margin-top: 40px; }
@media (min-width: 600px) {
.m-y-l {
margin-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-l {
margin-top: 80px; } }
.m-y-l {
margin-bottom: 40px; }
@media (min-width: 600px) {
.m-y-l {
margin-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-l {
margin-bottom: 80px; } }
.m-y-xl {
margin-top: 80px; }
@media (min-width: 600px) {
.m-y-xl {
margin-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xl {
margin-top: 160px; } }
.m-y-xl {
margin-bottom: 80px; }
@media (min-width: 600px) {
.m-y-xl {
margin-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xl {
margin-bottom: 160px; } }
.m-y-xxl {
margin-top: 160px; }
@media (min-width: 600px) {
.m-y-xxl {
margin-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xxl {
margin-top: 320px; } }
.m-y-xxl {
margin-bottom: 160px; }
@media (min-width: 600px) {
.m-y-xxl {
margin-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xxl {
margin-bottom: 320px; } }
.m-t-xs {
margin-top: 5px; }
@media (min-width: 600px) {
.m-t-xs {
margin-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-xs {
margin-top: 10px; } }
.m-t-s {
margin-top: 10px; }
@media (min-width: 600px) {
.m-t-s {
margin-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-s {
margin-top: 20px; } }
.m-t-m {
margin-top: 20px; }
@media (min-width: 600px) {
.m-t-m {
margin-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-m {
margin-top: 40px; } }
.m-t-l {
margin-top: 40px; }
@media (min-width: 600px) {
.m-t-l {
margin-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-l {
margin-top: 80px; } }
.m-t-xl {
margin-top: 80px; }
@media (min-width: 600px) {
.m-t-xl {
margin-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-xl {
margin-top: 160px; } }
.m-t-xxl {
margin-top: 160px; }
@media (min-width: 600px) {
.m-t-xxl {
margin-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-xxl {
margin-top: 320px; } }
.m-r-xs {
margin-right: 5px; }
@media (min-width: 600px) {
.m-r-xs {
margin-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-xs {
margin-right: 10px; } }
.m-r-s {
margin-right: 10px; }
@media (min-width: 600px) {
.m-r-s {
margin-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-s {
margin-right: 20px; } }
.m-r-m {
margin-right: 20px; }
@media (min-width: 600px) {
.m-r-m {
margin-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-m {
margin-right: 40px; } }
.m-r-l {
margin-right: 40px; }
@media (min-width: 600px) {
.m-r-l {
margin-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-l {
margin-right: 80px; } }
.m-r-xl {
margin-right: 80px; }
@media (min-width: 600px) {
.m-r-xl {
margin-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-xl {
margin-right: 160px; } }
.m-r-xxl {
margin-right: 160px; }
@media (min-width: 600px) {
.m-r-xxl {
margin-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-xxl {
margin-right: 320px; } }
.m-b-xs {
margin-bottom: 5px; }
@media (min-width: 600px) {
.m-b-xs {
margin-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-xs {
margin-bottom: 10px; } }
.m-b-s {
margin-bottom: 10px; }
@media (min-width: 600px) {
.m-b-s {
margin-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-s {
margin-bottom: 20px; } }
.m-b-m {
margin-bottom: 20px; }
@media (min-width: 600px) {
.m-b-m {
margin-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-m {
margin-bottom: 40px; } }
.m-b-l {
margin-bottom: 40px; }
@media (min-width: 600px) {
.m-b-l {
margin-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-l {
margin-bottom: 80px; } }
.m-b-xl {
margin-bottom: 80px; }
@media (min-width: 600px) {
.m-b-xl {
margin-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-xl {
margin-bottom: 160px; } }
.m-b-xxl {
margin-bottom: 160px; }
@media (min-width: 600px) {
.m-b-xxl {
margin-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-xxl {
margin-bottom: 320px; } }
.m-l-xs {
margin-left: 5px; }
@media (min-width: 600px) {
.m-l-xs {
margin-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-xs {
margin-left: 10px; } }
.m-l-s {
margin-left: 10px; }
@media (min-width: 600px) {
.m-l-s {
margin-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-s {
margin-left: 20px; } }
.m-l-m {
margin-left: 20px; }
@media (min-width: 600px) {
.m-l-m {
margin-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-m {
margin-left: 40px; } }
.m-l-l {
margin-left: 40px; }
@media (min-width: 600px) {
.m-l-l {
margin-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-l {
margin-left: 80px; } }
.m-l-xl {
margin-left: 80px; }
@media (min-width: 600px) {
.m-l-xl {
margin-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-xl {
margin-left: 160px; } }
.m-l-xxl {
margin-left: 160px; }
@media (min-width: 600px) {
.m-l-xxl {
margin-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-xxl {
margin-left: 320px; } }
.twitter-hidden iframe {
display: none !important; }
/* Notification
*============================================================================*/
.notification-container {
width: 100vw;
height: 100vh;
position: fixed;
content: '';
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center; }
.notification-container::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #1a2b33;
opacity: .3; }
.notification-text {
color: black; }
.notification-inner {
text-align: center;
padding: 20px;
background: white;
border: 1px solid rgba(0, 0, 0, 0.12);
display: flex;
flex-direction: column;
justify-content: center;
width: 400px;
height: 200px;
z-index: 2; }
.notification-success {
margin-top: 10px;
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.12); }
.notification-error {
margin-top: 10px;
background: crimson;
color: white;
padding: 10px; } | static/global.css | @charset "UTF-8";
/*Tools*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Fluid
*
* A mixin that takes a given css property and scales it fluidly.
* Based on fluid typography. Source:
* https://css-tricks.com/snippets/css/fluid-typography/
*
* Supports only pixel values.
*
*============================================================================*/
/* Variables
*============================================================================*/
/**
* 1. Lower limit. Given property won't scale down below this screen size.
* 2. Upper limit. Given property won't scale up above this screen size.
*/
/* [1] */
/* [2] */
/* Helper function
*============================================================================*/
/* Main mixin
*============================================================================*/
/* Example
*============================================================================*/
/**
* Paragraph font size will fluently scale from 18px on large screens to 14px
* on smaller screens:
*
* p {
* @include fluid(18px, 14px, font-size);
* }
*/
/*Generic*/
/**
* Resets
*
* Style resets in order to synchronize different browser default styles.
*
*============================================================================*/
/* Basic page behaviour resets
*============================================================================*/
/**
* 1. Best practice box-sizing. Source:
* css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
* 2. Force long words to break into new lines if they don't fit a container.
*/
*, *:before, *:after {
box-sizing: inherit;
/* [1] */ }
html {
box-sizing: border-box;
/* [1] */
word-wrap: break-word;
/* [2] */
overflow-wrap: break-word;
/* [2] */ }
body {
overflow-x: hidden;
min-height: 100vh; }
/* Margin resets
*============================================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul,
figure,
hr,
fieldset, legend {
margin: 0; }
li > ol, ul {
margin-bottom: 0; }
/* Tables
*============================================================================*/
table {
border-collapse: collapse;
border-spacing: 0; }
/* Semantic markup
*============================================================================*/
small {
font-size: .75em; }
b, strong {
font-weight: 600; }
i, em {
font-style: italic; }
u {
text-decoration: underline; }
/* Hyperlink
*============================================================================*/
a {
cursor: pointer;
color: inherit;
text-decoration: none; }
/* Hyperlink
*============================================================================*/
button {
cursor: pointer;
outline: none;
border: none;
background: none;
margin: 0;
padding: 0;
font-size: inherit; }
/* Images
*============================================================================*/
/**
* 1. Images will retain their aspect ratio on screen resizing. They
will never scale up to be larger than their original size.
* 2. Remove whitespace under images.
*/
img {
max-width: 100%;
/* [1] */
height: auto;
/* [1] */
vertical-align: middle;
/* [2] */ }
/* mat-dialog
*============================================================================*/
/**
* 1. Increases max-width so that it looks good on mobile.
* 2. Fixes issue of mat-dialog not being scrollable vertically.
*/
.cdk-overlay-pane {
max-width: 90vw !important;
/* [1] */
max-height: 100vh;
/* [2] */ }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Generic
*
* Style for generic HTML elements with low-spec.
*
*============================================================================*/
/* HTML
*============================================================================*/
html {
font-family: "Open Sans", sans-serif;
line-height: 1.4;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
background-image: url("assets/images/texture.svg"); }
/* Headings
*============================================================================*/
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
font-weight: 400;
color: rgba(0, 0, 0, 0.9); }
h1 {
font-size: 40px; }
h2 {
font-size: 36px; }
h3 {
font-size: 32px; }
h4 {
font-size: 28px; }
h5 {
font-size: 24px; }
h6 {
font-size: 20px; }
/* Link
*============================================================================*/
ul {
line-height: 1.6; }
/* Link
*============================================================================*/
.link:hover {
text-decoration: underline; }
@media (max-width: 900px) {
.link {
text-decoration: underline; } }
/*Layout*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Grid
*
* A 12-column grid based on flex.
*
*============================================================================*/
/* Variables
*============================================================================*/
/**
* 1. Maximum grid width. Bellow this size it will be full screen width.
* 2. Space between cells.
*/
/* [1] */
/* [2] */
/* Grid
*============================================================================*/
/**
* 1. Cells that don't fit into a row will wrap into a new row.
* 2. Cells in a row are centered. To overwrite this, use one of the
* 'justify-content' helpers from '05-utilities/utilities' e.g.
* <div class="grid jc-start">…<div>
*/
.grid {
display: flex;
flex-wrap: wrap;
/* [1] */
justify-content: center;
/* [2] */
max-width: 1200px;
width: 100%;
margin: 0 auto; }
.grid > [class*="col"] {
padding: 10px; }
/* Grid modifiers
*============================================================================*/
.grid.grid-full {
max-width: 100%; }
.grid.grid-no-gutter > [class*="col"] {
padding: 0; }
/* Columns
*============================================================================*/
.col-0 {
display: none; }
.col-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; }
@media (max-width: 1800px) {
.col-l-0 {
display: none; }
.col-l-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-l-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-l-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-l-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-l-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-l-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-l-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-l-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-l-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-l-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-l-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-l-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
@media (max-width: 1200px) {
.col-m-0 {
display: none; }
.col-m-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-m-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-m-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-m-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-m-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-m-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-m-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-m-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-m-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-m-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-m-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-m-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
@media (max-width: 900px) {
.col-s-0 {
display: none; }
.col-s-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-s-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-s-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-s-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-s-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-s-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-s-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-s-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-s-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-s-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-s-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-s-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
@media (max-width: 600px) {
.col-xs-0 {
display: none; }
.col-xs-1 {
display: block;
min-width: 8.33333%;
width: 8.33333%;
flex-basis: 8.33333%; }
.col-xs-2 {
display: block;
min-width: 16.66667%;
width: 16.66667%;
flex-basis: 16.66667%; }
.col-xs-3 {
display: block;
min-width: 25%;
width: 25%;
flex-basis: 25%; }
.col-xs-4 {
display: block;
min-width: 33.33333%;
width: 33.33333%;
flex-basis: 33.33333%; }
.col-xs-5 {
display: block;
min-width: 41.66667%;
width: 41.66667%;
flex-basis: 41.66667%; }
.col-xs-6 {
display: block;
min-width: 50%;
width: 50%;
flex-basis: 50%; }
.col-xs-7 {
display: block;
min-width: 58.33333%;
width: 58.33333%;
flex-basis: 58.33333%; }
.col-xs-8 {
display: block;
min-width: 66.66667%;
width: 66.66667%;
flex-basis: 66.66667%; }
.col-xs-9 {
display: block;
min-width: 75%;
width: 75%;
flex-basis: 75%; }
.col-xs-10 {
display: block;
min-width: 83.33333%;
width: 83.33333%;
flex-basis: 83.33333%; }
.col-xs-11 {
display: block;
min-width: 91.66667%;
width: 91.66667%;
flex-basis: 91.66667%; }
.col-xs-12 {
display: block;
min-width: 100%;
width: 100%;
flex-basis: 100%; } }
/* Example
*============================================================================*/
/**
* A grid with with three cells where each cell takes up 4 column spaces. The
* cells expand to take up 12 column spaces on smaller screens.
*
* <div class="grid">
* <div class="col-4 col-s-12">…</div>
* <div class="col-4 col-s-12">…</div>
* <div class="col-4 col-s-12">…</div>
* <div>
*/
/*Components*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Buttons
*
* Style for various buttons.
*
*============================================================================*/
/* Button
*============================================================================*/
.gg-button {
background: #ffffff;
padding: 12px 24px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
transition: .2s; }
.gg-button:hover {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.28); }
.gg-button:disabled {
pointer-events: none;
opacity: .5; }
/* Icon button
*============================================================================*/
.gg-icon-button {
cursor: pointer;
min-width: 48px;
width: 48px;
min-height: 48px;
height: 48px;
display: inline-flex;
justify-content: center;
background: white;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
padding: 8px;
margin: 10px 5px 0;
transition: .2s; }
.gg-icon-button:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28); }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Card
*
* Style for card element.
*
*============================================================================*/
/* Button
*============================================================================*/
.gg-card {
display: block;
height: 100%;
position: relative;
background: white;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
cursor: pointer;
user-select: none;
transition: .2s; }
.gg-card:after {
content: url("assets/images/icon-search.svg");
width: 20px;
height: 20px;
position: absolute;
top: 10px;
right: 10px;
opacity: 0;
transition: .2s; }
.gg-card:hover {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.28); }
.gg-card:hover:after {
opacity: 1; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Title
*
* Style for titles.
*
*============================================================================*/
/* Title
*============================================================================*/
.gg-title {
position: relative;
padding-bottom: 20px;
margin-bottom: 20px; }
.gg-title:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 2px;
background: linear-gradient(to right, #00407f, #21d2dc); }
.gg-title > .gg-icon {
position: absolute;
left: -68px;
top: -8px; }
@media (max-width: 1318px) {
.gg-title > .gg-icon {
display: none; } }
.gg-title.c-l-primary:after {
background: #f7e704; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Icon
*
* Style for decorative icon
*
*============================================================================*/
/* Icon
*============================================================================*/
.gg-icon {
min-width: 48px;
width: 48px;
min-height: 48px;
height: 48px;
display: inline-flex;
background: white;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
padding: 8px; }
.gg-icon > img {
width: 100%;
height: 100%;
object-fit: contain; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Post
*
* Style for a blog-like post.
*
*============================================================================*/
/* Post
*============================================================================*/
.gg-post {
display: flex; }
.gg-post-minor {
width: 40%;
padding-right: 40px;
border-right: 1px solid rgba(0, 0, 0, 0.12); }
.gg-post-major {
width: 60%;
padding-left: 40px;
border-left: 1px solid rgba(0, 0, 0, 0.12); }
@media (max-width: 900px) {
.gg-post {
flex-direction: column; }
.gg-post-minor {
width: 100%;
padding-right: 0;
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.gg-post-major {
width: 100%;
padding-left: 0;
border-left: none;
border-top: 1px solid rgba(0, 0, 0, 0.12); } }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Read format
*
* Style for text rendered in innerHtml
*
*============================================================================*/
/* Style
*============================================================================*/
.gg-read-format ul, .gg-read-format p {
margin-bottom: 1.5em; }
.gg-read-format h1, .gg-read-format h2, .gg-read-format h3, .gg-read-format h4, .gg-read-format h5, .gg-read-format h6 {
margin-bottom: 1.5em; }
.gg-read-format p + h1, .gg-read-format p + h2, .gg-read-format p + h3, .gg-read-format p + h4, .gg-read-format p + h5, .gg-read-format p + h6 {
margin-top: 3em; }
.gg-read-format a {
text-decoration: underline;
color: #006cd9; }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Table
*
* Style for publications table.
*
*============================================================================*/
/* Table
*============================================================================*/
.gg-publications-table {
font-size: 14px;
width: 100%;
color: rgba(0, 0, 0, 0.7); }
.gg-publications-table tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.gg-publications-table td, .gg-publications-table th {
padding: 20px 10px;
text-align: left;
vertical-align: top;
font-weight: normal; }
.gg-publications-table td[data-label="Title"] {
width: 40%;
color: rgba(0, 0, 0, 0.9); }
@media (max-width: 900px) {
.gg-publications-table tr {
display: block;
margin: 10px 0;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
background: white;
padding: 20px 10px; }
.gg-publications-table td[data-label="Title"] {
width: unset; }
.gg-publications-table td {
display: flex;
padding: 10px; }
.gg-publications-table td:before {
content: attr(data-label);
width: 80px;
min-width: 80px; }
.gg-publications-table thead {
opacity: 0;
position: absolute;
z-index: -1; } }
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Tabs
*
* Style for tabs.
*
*============================================================================*/
/* Tabs
*============================================================================*/
.gg-tabs {
display: flex; }
.gg-tabs-selection {
position: relative;
width: 40%;
padding-right: 40px;
border-right: 1px solid rgba(0, 0, 0, 0.12); }
.gg-tabs-buttons {
position: sticky;
top: 10px;
margin-right: -42px; }
.gg-tabs-button {
display: block;
width: 100%;
padding: 20px;
white-space: nowrap;
text-align: left;
border-right: 2px solid transparent;
transition: .2s; }
.gg-tabs-button:hover {
background: rgba(240, 242, 245, 0.5);
border-right: 2px solid rgba(0, 108, 217, 0.5); }
.gg-tabs-button.active {
background: #f0f2f5;
border-right: 2px solid #006cd9; }
.gg-tabs-content {
width: 60%;
padding-left: 40px;
padding-top: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.12); }
@media (max-width: 900px) {
.gg-tabs {
flex-direction: column; }
.gg-tabs-buttons {
margin-right: 0;
display: flex;
margin-bottom: -2px;
overflow-y: hidden;
overflow-x: auto; }
.gg-tabs-button {
padding: 20px 15px;
text-align: center;
border-right: none;
border-bottom: 2px solid transparent; }
.gg-tabs-button:hover {
background: rgba(240, 242, 245, 0.5);
border-right: none;
border-bottom: 2px solid rgba(0, 108, 217, 0.5); }
.gg-tabs-button.active {
background: #f0f2f5;
border-right: none;
border-bottom: 2px solid #006cd9; }
.gg-tabs-selection {
width: 100%;
padding-right: 0;
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.gg-tabs-content {
width: 100%;
padding-left: 0;
padding-top: 40px;
border-left: none;
border-top: 1px solid rgba(0, 0, 0, 0.12); } }
/**
* Loading spinner
*
* A lightweight style for loading class on buttons and links
*
*============================================================================*/
a.loading,
button.loading {
position: relative;
color: transparent !important;
background: white !important;
pointer-events: none !important;
user-select: none !important;
-webkit-user-select: none !important; }
a.loading span,
button.loading span {
color: transparent !important; }
a.loading:after,
button.loading:after {
content: '';
position: absolute;
top: calc(50% - 12px);
left: calc(50% - 12px);
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid black;
border-bottom-color: transparent;
animation: loading .75s infinite; }
@keyframes loading {
from {
transform: rotate(0); }
to {
transform: rotate(360deg); } }
/*Utilities*/
/**
* Variables
*
* @import this file to use its variables.
*
*============================================================================*/
/* Main colors
*============================================================================*/
/* Background colors
*============================================================================*/
/* Foreground colors
*============================================================================*/
/* Fonts
*============================================================================*/
/* @media breakpoints
*============================================================================*/
/**
* Phone : 0px - 600px
* Tablet portrait : 600px - 900px
* Tablet landscape: 900px - 1200px
* Desktop : 1200px - 1800px
* Large desktop : 1800px +
*
* Source:
* medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
*/
/**
* Utilities
*
* Utility classes that make life simple.
*
*============================================================================*/
/* Flex
*============================================================================*/
.flex {
display: flex; }
.iflex {
display: inline-flex; }
.fw-wrap {
flex-wrap: wrap; }
.fw-nowrap {
flex-wrap: nowrap; }
.fw-wrap-rev {
flex-wrap: wrap-reverse; }
.fd-row {
flex-direction: row; }
.fd-row-rev {
flex-direction: row-reverse; }
.fd-col {
flex-direction: column; }
.fd-col-rev {
flex-direction: column-reverse; }
.ai-stretch {
align-items: stretch; }
.ai-start {
align-items: flex-start; }
.ai-end {
align-items: flex-end; }
.ai-center {
align-items: center; }
.ai-base {
align-items: baseline; }
.jc-start {
justify-content: flex-start; }
.jc-end {
justify-content: flex-end; }
.jc-center {
justify-content: center; }
.jc-around {
justify-content: space-around; }
.jc-between {
justify-content: space-between; }
.jc-evenly {
justify-content: space-evenly; }
/* Flex children
*============================================================================*/
.f1 {
flex: 1; }
.f2 {
flex: 2; }
/* Displays
*============================================================================*/
.block {
display: block; }
.iblock {
display: inline-block; }
/* Background colors
*============================================================================*/
.bg-primary {
background-color: #006cd9; }
.bg-accent {
background-color: #f7e704; }
.bg-l-primary {
background-color: #ffffff; }
.bg-l-secondary {
background-color: #f0f2f5; }
.bg-l-gradient {
background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.05)); }
.bg-d-primary {
background-color: #1a2b33; }
/* Colors
*============================================================================*/
.c-primary {
color: #006cd9; }
.c-accent {
color: #f7e704; }
.c-l-primary {
color: white; }
.c-l-secondary {
color: rgba(255, 255, 255, 0.8); }
.c-d-primary {
color: rgba(0, 0, 0, 0.9); }
.c-d-secondary {
color: rgba(0, 0, 0, 0.7); }
/* Text controls
*============================================================================*/
.ta-left {
text-align: left; }
.ta-center {
text-align: center; }
.ta-right {
text-align: right; }
.ta-justify {
text-align: justify; }
.ws-nowrap {
white-space: nowrap; }
.ws-normal {
white-space: normal; }
.fs-small {
font-size: 0.75em; }
.fs-large {
font-size: 1.25em; }
.fw-normal {
font-weight: 400; }
.fw-bold {
font-weight: 600; }
/* Object controls
*============================================================================*/
.obj-cover {
object-fit: cover; }
.obj-contain {
object-fit: contain; }
/* Positions
*============================================================================*/
.relative {
position: relative; }
/* Width & height
*============================================================================*/
.w-full {
width: 100%; }
.w-auto {
width: auto; }
.h-full {
height: 100%; }
.h-auto {
height: auto; }
.of-hidden {
overflow: hidden; }
/* Hide & show
*============================================================================*/
@media (max-width: 600px) {
.hide-xs {
display: none; } }
@media (max-width: 900px) {
.hide-s {
display: none; } }
@media (max-width: 1200px) {
.hide-m {
display: none; } }
@media (max-width: 1800px) {
.hide-l {
display: none; } }
@media (min-width: 601px) {
.show-xs {
display: none; } }
@media (min-width: 901px) {
.show-s {
display: none; } }
@media (min-width: 1201px) {
.show-m {
display: none; } }
@media (min-width: 1801px) {
.show-m {
display: none; } }
/* Paddings
*============================================================================*/
.p-a-0 {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0; }
.p-a-xs {
padding: 5px; }
@media (min-width: 600px) {
.p-a-xs {
padding: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-xs {
padding: 10px; } }
.p-a-s {
padding: 10px; }
@media (min-width: 600px) {
.p-a-s {
padding: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-s {
padding: 20px; } }
.p-a-m {
padding: 20px; }
@media (min-width: 600px) {
.p-a-m {
padding: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-m {
padding: 40px; } }
.p-a-l {
padding: 40px; }
@media (min-width: 600px) {
.p-a-l {
padding: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-l {
padding: 80px; } }
.p-a-xl {
padding: 80px; }
@media (min-width: 600px) {
.p-a-xl {
padding: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-xl {
padding: 160px; } }
.p-a-xxl {
padding: 160px; }
@media (min-width: 600px) {
.p-a-xxl {
padding: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-a-xxl {
padding: 320px; } }
.p-x-xs {
padding-left: 5px; }
@media (min-width: 600px) {
.p-x-xs {
padding-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xs {
padding-left: 10px; } }
.p-x-xs {
padding-right: 5px; }
@media (min-width: 600px) {
.p-x-xs {
padding-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xs {
padding-right: 10px; } }
.p-x-s {
padding-left: 10px; }
@media (min-width: 600px) {
.p-x-s {
padding-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-s {
padding-left: 20px; } }
.p-x-s {
padding-right: 10px; }
@media (min-width: 600px) {
.p-x-s {
padding-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-s {
padding-right: 20px; } }
.p-x-m {
padding-left: 20px; }
@media (min-width: 600px) {
.p-x-m {
padding-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-m {
padding-left: 40px; } }
.p-x-m {
padding-right: 20px; }
@media (min-width: 600px) {
.p-x-m {
padding-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-m {
padding-right: 40px; } }
.p-x-l {
padding-left: 40px; }
@media (min-width: 600px) {
.p-x-l {
padding-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-l {
padding-left: 80px; } }
.p-x-l {
padding-right: 40px; }
@media (min-width: 600px) {
.p-x-l {
padding-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-l {
padding-right: 80px; } }
.p-x-xl {
padding-left: 80px; }
@media (min-width: 600px) {
.p-x-xl {
padding-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xl {
padding-left: 160px; } }
.p-x-xl {
padding-right: 80px; }
@media (min-width: 600px) {
.p-x-xl {
padding-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xl {
padding-right: 160px; } }
.p-x-xxl {
padding-left: 160px; }
@media (min-width: 600px) {
.p-x-xxl {
padding-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xxl {
padding-left: 320px; } }
.p-x-xxl {
padding-right: 160px; }
@media (min-width: 600px) {
.p-x-xxl {
padding-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-x-xxl {
padding-right: 320px; } }
.p-y-xs {
padding-top: 5px; }
@media (min-width: 600px) {
.p-y-xs {
padding-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xs {
padding-top: 10px; } }
.p-y-xs {
padding-bottom: 5px; }
@media (min-width: 600px) {
.p-y-xs {
padding-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xs {
padding-bottom: 10px; } }
.p-y-s {
padding-top: 10px; }
@media (min-width: 600px) {
.p-y-s {
padding-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-s {
padding-top: 20px; } }
.p-y-s {
padding-bottom: 10px; }
@media (min-width: 600px) {
.p-y-s {
padding-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-s {
padding-bottom: 20px; } }
.p-y-m {
padding-top: 20px; }
@media (min-width: 600px) {
.p-y-m {
padding-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-m {
padding-top: 40px; } }
.p-y-m {
padding-bottom: 20px; }
@media (min-width: 600px) {
.p-y-m {
padding-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-m {
padding-bottom: 40px; } }
.p-y-l {
padding-top: 40px; }
@media (min-width: 600px) {
.p-y-l {
padding-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-l {
padding-top: 80px; } }
.p-y-l {
padding-bottom: 40px; }
@media (min-width: 600px) {
.p-y-l {
padding-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-l {
padding-bottom: 80px; } }
.p-y-xl {
padding-top: 80px; }
@media (min-width: 600px) {
.p-y-xl {
padding-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xl {
padding-top: 160px; } }
.p-y-xl {
padding-bottom: 80px; }
@media (min-width: 600px) {
.p-y-xl {
padding-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xl {
padding-bottom: 160px; } }
.p-y-xxl {
padding-top: 160px; }
@media (min-width: 600px) {
.p-y-xxl {
padding-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xxl {
padding-top: 320px; } }
.p-y-xxl {
padding-bottom: 160px; }
@media (min-width: 600px) {
.p-y-xxl {
padding-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-y-xxl {
padding-bottom: 320px; } }
.p-t-xs {
padding-top: 5px; }
@media (min-width: 600px) {
.p-t-xs {
padding-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-xs {
padding-top: 10px; } }
.p-t-s {
padding-top: 10px; }
@media (min-width: 600px) {
.p-t-s {
padding-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-s {
padding-top: 20px; } }
.p-t-m {
padding-top: 20px; }
@media (min-width: 600px) {
.p-t-m {
padding-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-m {
padding-top: 40px; } }
.p-t-l {
padding-top: 40px; }
@media (min-width: 600px) {
.p-t-l {
padding-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-l {
padding-top: 80px; } }
.p-t-xl {
padding-top: 80px; }
@media (min-width: 600px) {
.p-t-xl {
padding-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-xl {
padding-top: 160px; } }
.p-t-xxl {
padding-top: 160px; }
@media (min-width: 600px) {
.p-t-xxl {
padding-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-t-xxl {
padding-top: 320px; } }
.p-r-xs {
padding-right: 5px; }
@media (min-width: 600px) {
.p-r-xs {
padding-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-xs {
padding-right: 10px; } }
.p-r-s {
padding-right: 10px; }
@media (min-width: 600px) {
.p-r-s {
padding-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-s {
padding-right: 20px; } }
.p-r-m {
padding-right: 20px; }
@media (min-width: 600px) {
.p-r-m {
padding-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-m {
padding-right: 40px; } }
.p-r-l {
padding-right: 40px; }
@media (min-width: 600px) {
.p-r-l {
padding-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-l {
padding-right: 80px; } }
.p-r-xl {
padding-right: 80px; }
@media (min-width: 600px) {
.p-r-xl {
padding-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-xl {
padding-right: 160px; } }
.p-r-xxl {
padding-right: 160px; }
@media (min-width: 600px) {
.p-r-xxl {
padding-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-r-xxl {
padding-right: 320px; } }
.p-b-xs {
padding-bottom: 5px; }
@media (min-width: 600px) {
.p-b-xs {
padding-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-xs {
padding-bottom: 10px; } }
.p-b-s {
padding-bottom: 10px; }
@media (min-width: 600px) {
.p-b-s {
padding-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-s {
padding-bottom: 20px; } }
.p-b-m {
padding-bottom: 20px; }
@media (min-width: 600px) {
.p-b-m {
padding-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-m {
padding-bottom: 40px; } }
.p-b-l {
padding-bottom: 40px; }
@media (min-width: 600px) {
.p-b-l {
padding-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-l {
padding-bottom: 80px; } }
.p-b-xl {
padding-bottom: 80px; }
@media (min-width: 600px) {
.p-b-xl {
padding-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-xl {
padding-bottom: 160px; } }
.p-b-xxl {
padding-bottom: 160px; }
@media (min-width: 600px) {
.p-b-xxl {
padding-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-b-xxl {
padding-bottom: 320px; } }
.p-l-xs {
padding-left: 5px; }
@media (min-width: 600px) {
.p-l-xs {
padding-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-xs {
padding-left: 10px; } }
.p-l-s {
padding-left: 10px; }
@media (min-width: 600px) {
.p-l-s {
padding-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-s {
padding-left: 20px; } }
.p-l-m {
padding-left: 20px; }
@media (min-width: 600px) {
.p-l-m {
padding-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-m {
padding-left: 40px; } }
.p-l-l {
padding-left: 40px; }
@media (min-width: 600px) {
.p-l-l {
padding-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-l {
padding-left: 80px; } }
.p-l-xl {
padding-left: 80px; }
@media (min-width: 600px) {
.p-l-xl {
padding-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-xl {
padding-left: 160px; } }
.p-l-xxl {
padding-left: 160px; }
@media (min-width: 600px) {
.p-l-xxl {
padding-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.p-l-xxl {
padding-left: 320px; } }
/* Margins
*============================================================================*/
.m-a-0 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0; }
.m-a-xs {
margin: 5px; }
@media (min-width: 600px) {
.m-a-xs {
margin: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-xs {
margin: 10px; } }
.m-a-s {
margin: 10px; }
@media (min-width: 600px) {
.m-a-s {
margin: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-s {
margin: 20px; } }
.m-a-m {
margin: 20px; }
@media (min-width: 600px) {
.m-a-m {
margin: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-m {
margin: 40px; } }
.m-a-l {
margin: 40px; }
@media (min-width: 600px) {
.m-a-l {
margin: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-l {
margin: 80px; } }
.m-a-xl {
margin: 80px; }
@media (min-width: 600px) {
.m-a-xl {
margin: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-xl {
margin: 160px; } }
.m-a-xxl {
margin: 160px; }
@media (min-width: 600px) {
.m-a-xxl {
margin: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-a-xxl {
margin: 320px; } }
.m-x-xs {
margin-left: 5px; }
@media (min-width: 600px) {
.m-x-xs {
margin-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xs {
margin-left: 10px; } }
.m-x-xs {
margin-right: 5px; }
@media (min-width: 600px) {
.m-x-xs {
margin-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xs {
margin-right: 10px; } }
.m-x-s {
margin-left: 10px; }
@media (min-width: 600px) {
.m-x-s {
margin-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-s {
margin-left: 20px; } }
.m-x-s {
margin-right: 10px; }
@media (min-width: 600px) {
.m-x-s {
margin-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-s {
margin-right: 20px; } }
.m-x-m {
margin-left: 20px; }
@media (min-width: 600px) {
.m-x-m {
margin-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-m {
margin-left: 40px; } }
.m-x-m {
margin-right: 20px; }
@media (min-width: 600px) {
.m-x-m {
margin-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-m {
margin-right: 40px; } }
.m-x-l {
margin-left: 40px; }
@media (min-width: 600px) {
.m-x-l {
margin-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-l {
margin-left: 80px; } }
.m-x-l {
margin-right: 40px; }
@media (min-width: 600px) {
.m-x-l {
margin-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-l {
margin-right: 80px; } }
.m-x-xl {
margin-left: 80px; }
@media (min-width: 600px) {
.m-x-xl {
margin-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xl {
margin-left: 160px; } }
.m-x-xl {
margin-right: 80px; }
@media (min-width: 600px) {
.m-x-xl {
margin-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xl {
margin-right: 160px; } }
.m-x-xxl {
margin-left: 160px; }
@media (min-width: 600px) {
.m-x-xxl {
margin-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xxl {
margin-left: 320px; } }
.m-x-xxl {
margin-right: 160px; }
@media (min-width: 600px) {
.m-x-xxl {
margin-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-x-xxl {
margin-right: 320px; } }
.m-y-xs {
margin-top: 5px; }
@media (min-width: 600px) {
.m-y-xs {
margin-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xs {
margin-top: 10px; } }
.m-y-xs {
margin-bottom: 5px; }
@media (min-width: 600px) {
.m-y-xs {
margin-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xs {
margin-bottom: 10px; } }
.m-y-s {
margin-top: 10px; }
@media (min-width: 600px) {
.m-y-s {
margin-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-s {
margin-top: 20px; } }
.m-y-s {
margin-bottom: 10px; }
@media (min-width: 600px) {
.m-y-s {
margin-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-s {
margin-bottom: 20px; } }
.m-y-m {
margin-top: 20px; }
@media (min-width: 600px) {
.m-y-m {
margin-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-m {
margin-top: 40px; } }
.m-y-m {
margin-bottom: 20px; }
@media (min-width: 600px) {
.m-y-m {
margin-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-m {
margin-bottom: 40px; } }
.m-y-l {
margin-top: 40px; }
@media (min-width: 600px) {
.m-y-l {
margin-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-l {
margin-top: 80px; } }
.m-y-l {
margin-bottom: 40px; }
@media (min-width: 600px) {
.m-y-l {
margin-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-l {
margin-bottom: 80px; } }
.m-y-xl {
margin-top: 80px; }
@media (min-width: 600px) {
.m-y-xl {
margin-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xl {
margin-top: 160px; } }
.m-y-xl {
margin-bottom: 80px; }
@media (min-width: 600px) {
.m-y-xl {
margin-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xl {
margin-bottom: 160px; } }
.m-y-xxl {
margin-top: 160px; }
@media (min-width: 600px) {
.m-y-xxl {
margin-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xxl {
margin-top: 320px; } }
.m-y-xxl {
margin-bottom: 160px; }
@media (min-width: 600px) {
.m-y-xxl {
margin-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-y-xxl {
margin-bottom: 320px; } }
.m-t-xs {
margin-top: 5px; }
@media (min-width: 600px) {
.m-t-xs {
margin-top: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-xs {
margin-top: 10px; } }
.m-t-s {
margin-top: 10px; }
@media (min-width: 600px) {
.m-t-s {
margin-top: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-s {
margin-top: 20px; } }
.m-t-m {
margin-top: 20px; }
@media (min-width: 600px) {
.m-t-m {
margin-top: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-m {
margin-top: 40px; } }
.m-t-l {
margin-top: 40px; }
@media (min-width: 600px) {
.m-t-l {
margin-top: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-l {
margin-top: 80px; } }
.m-t-xl {
margin-top: 80px; }
@media (min-width: 600px) {
.m-t-xl {
margin-top: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-xl {
margin-top: 160px; } }
.m-t-xxl {
margin-top: 160px; }
@media (min-width: 600px) {
.m-t-xxl {
margin-top: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-t-xxl {
margin-top: 320px; } }
.m-r-xs {
margin-right: 5px; }
@media (min-width: 600px) {
.m-r-xs {
margin-right: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-xs {
margin-right: 10px; } }
.m-r-s {
margin-right: 10px; }
@media (min-width: 600px) {
.m-r-s {
margin-right: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-s {
margin-right: 20px; } }
.m-r-m {
margin-right: 20px; }
@media (min-width: 600px) {
.m-r-m {
margin-right: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-m {
margin-right: 40px; } }
.m-r-l {
margin-right: 40px; }
@media (min-width: 600px) {
.m-r-l {
margin-right: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-l {
margin-right: 80px; } }
.m-r-xl {
margin-right: 80px; }
@media (min-width: 600px) {
.m-r-xl {
margin-right: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-xl {
margin-right: 160px; } }
.m-r-xxl {
margin-right: 160px; }
@media (min-width: 600px) {
.m-r-xxl {
margin-right: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-r-xxl {
margin-right: 320px; } }
.m-b-xs {
margin-bottom: 5px; }
@media (min-width: 600px) {
.m-b-xs {
margin-bottom: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-xs {
margin-bottom: 10px; } }
.m-b-s {
margin-bottom: 10px; }
@media (min-width: 600px) {
.m-b-s {
margin-bottom: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-s {
margin-bottom: 20px; } }
.m-b-m {
margin-bottom: 20px; }
@media (min-width: 600px) {
.m-b-m {
margin-bottom: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-m {
margin-bottom: 40px; } }
.m-b-l {
margin-bottom: 40px; }
@media (min-width: 600px) {
.m-b-l {
margin-bottom: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-l {
margin-bottom: 80px; } }
.m-b-xl {
margin-bottom: 80px; }
@media (min-width: 600px) {
.m-b-xl {
margin-bottom: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-xl {
margin-bottom: 160px; } }
.m-b-xxl {
margin-bottom: 160px; }
@media (min-width: 600px) {
.m-b-xxl {
margin-bottom: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-b-xxl {
margin-bottom: 320px; } }
.m-l-xs {
margin-left: 5px; }
@media (min-width: 600px) {
.m-l-xs {
margin-left: calc(5px + 5 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-xs {
margin-left: 10px; } }
.m-l-s {
margin-left: 10px; }
@media (min-width: 600px) {
.m-l-s {
margin-left: calc(10px + 10 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-s {
margin-left: 20px; } }
.m-l-m {
margin-left: 20px; }
@media (min-width: 600px) {
.m-l-m {
margin-left: calc(20px + 20 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-m {
margin-left: 40px; } }
.m-l-l {
margin-left: 40px; }
@media (min-width: 600px) {
.m-l-l {
margin-left: calc(40px + 40 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-l {
margin-left: 80px; } }
.m-l-xl {
margin-left: 80px; }
@media (min-width: 600px) {
.m-l-xl {
margin-left: calc(80px + 80 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-xl {
margin-left: 160px; } }
.m-l-xxl {
margin-left: 160px; }
@media (min-width: 600px) {
.m-l-xxl {
margin-left: calc(160px + 160 * ((100vw - 600px) / 300)); } }
@media (min-width: 900px) {
.m-l-xxl {
margin-left: 320px; } }
.twitter-hidden iframe {
display: none !important; }
/* Notification
*============================================================================*/
.notification-container {
width: 100vw;
height: 100vh;
position: fixed;
content: '';
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center; }
.notification-container::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #1a2b33;
opacity: .3; }
.notification-text {
color: black; }
.notification-inner {
text-align: center;
padding: 20px;
background: white;
border: 1px solid rgba(0, 0, 0, 0.12);
display: flex;
flex-direction: column;
justify-content: center;
width: 400px;
height: 200px;
z-index: 2; }
.notification-success {
margin-top: 10px;
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.12); }
.notification-error {
margin-top: 10px;
background: crimson;
color: white;
padding: 10px; } | 0.578924 | 0.057229 |
body, html {
height: 100%;
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
scroll-behavior: smooth;
}
*, *::before, *::after {
box-sizing: border-box;
}
:root {
--background: #fff;
--greytint: lightgrey;
}
/* css van de gradient */
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.gradient {
animation: gradient 15s ease infinite;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
}
.image {
position: relative;
height: 685px;
background-size: cover;
}
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
font-weight: 700;
text-transform: uppercase;
}
.container h1 {
font-size: 2.4em;
letter-spacing: 0.2em;
margin: 0;
}
.container h1 span {
border: 10px solid white;
padding: 6px 14px;
display: inline-block;
font-weight: 700;
}
.des {
margin: 20px;
display: block;
font-size: 26px;
}
.socialMedia {
margin-top: 2em;
}
.socialMedia>a {
margin: 0 1em;
font-size: 2em;
color: white;
display: inline-block;
}
.socialMedia>a:hover {
animation: hoverGradient 2s ease infinite;
position: relative;
}
@keyframes hoverGradient {
0% {
transform: translate(0, 0)
}
50% {
transform: translate(0, -15px);
}
100% {
transform: translate(0, 0);
}
}
/* einde css gradient */
/* css van de nav/header */
header {
/* background: lightgreen; */
position: fixed;
width: 100%;
text-align: center;
z-index: 999;
transition: 250ms ease-in;
}
@keyframes logo {
0% {
transform: rotate(0);
}
50% {
transform: rotate(180deg), scale(2);
}
100% {
transform: rotate(360deg);
}
}
.logo {
animation: logo 5s ease infinite;
text-transform: uppercase;
color: var(--background);
}
nav {
position: absolute;
text-align: left;
top: 99%;
left: 0;
width: 100%;
transform: scale(1, 0);
transform-origin: top;
transition: transform 400ms ease-in-out;
transition: 1s;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav li {
margin-bottom: 1em;
margin-left: 1em;
font-weight: 700;
}
nav a {
color: white;
text-decoration: none;
font-size: 1.2rem;
text-transform: uppercase;
opacity: 0;
transition: opacity 150ms ease-in-out;
}
nav a:hover {
color: black;
}
.nav-toggle {
display: none;
}
.nav-toggle-label {
position: absolute;
top: 0;
left: 0;
margin-left: 1em;
color: white;
height: 100%;
display: flex;
align-items: center;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
display: block;
background: white;
height: 2px;
width: 2em;
border-radius: 2px;
position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
content: '';
position: absolute;
}
.nav-toggle-label span::before {
bottom: 7px;
}
.nav-toggle-label span::after {
top: 7px;
}
.nav-toggle:checked ~ nav {
transform: scale(1, 1);
}
.nav-toggle:checked ~ nav a {
opacity: 1;
transition: opacity 250ms ease-in-out 250ms;
}
.nav-scrolled {
background-color: lightgrey;
color: black;
width: 100%;
transition: .4s ease-in-out;
padding-bottom: 1em;
}
/* einde css nav */
.heading {
font-size: 3em;
letter-spacing: .2em;
text-align: center;
}
h3 {
margin-top: 4em;
font-size: 2.5em;
margin-left: auto;
margin-right: auto;
}
.about-me {
margin-top: 5em;
margin-bottom: 6em;
}
.aboutMe {
padding: 1em 0;
display: flex;
flex-direction: row;
transform: translate(20em);
}
.col {
display: flex;
flex-direction: column;
}
.col>p {
width: 50%;
}
.fadeIn {
opacity: 0;
transition: opacity 400ms ease-in;
}
.fadeIn.appear {
opacity: 1;
}
.fromLeft {
transform: translate(-90%);
}
.fromRight {
transform: translate(90%);
}
.fromLeft,
.fromRight {
transition: opacity 400ms ease-in,
transform 1s ease-in;
opacity: 0;
}
.fromLeft.appear,
.fromRight.appear {
transform: translateX(0);
opacity: 1;
}
.aboutMe>img {
max-width: 100%;
height: auto;
margin: 0 5em 0 0;
transition: 1s ease-in-out;
}
.col>h5 {
font-size: 2em;
margin-top: 0;
}
.col>h5::after {
content: '';
background: #000;
width: 10px;
height: 10px;
}
/* .aboutMe>img:hover {
border-radius: 10px;
transition: 1s ease-in-out;
transform: scale(1.1);
} */
/* css om voor de cv download knop */
.download-cv-section {
margin-top: 2em;
}
.download-cv {
text-decoration: none;
color: white;
background: rgba(255, 255, 255, 0.2);
padding: .8em 3em;
position: relative;
font-weight: 700;
}
.download-cv:hover {
background-color: rgba(255, 255, 255, .5);
}
/* gallery css */
.gallery {
margin: 0.625em 8em 3.125em 8em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gallery > * {
flex: 1 1 15em;
}
.gallery img {
width: 90%;
height: auto;
transition: 1s;
padding: 15px;
filter: grayscale(100%);
}
article.fotografie {
background-color: lightgrey;
padding-top: 1em;
padding-bottom: 1em;
}
.gallery img:hover {
filter: grayscale(0);
transform: scale(1.1);
border-radius: 50px;
}
/* css voor de contact form */
.form-container {
position: relative;
left: 20%;
width: 60%;
height: 100vh;
background-color: #fff;
}
.contact-form {
display: flex;
flex-direction: column;
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 600px;
}
input,
textarea {
width: 100%;
margin-top: 2rem;
border: none;
outline: 0;
border-bottom: 1px solid #000;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.submit {
border: 1px solid #000;
padding: 1rem;
text-align: center;
background-color: #fff;
cursor: pointer;
}
.submit:hover {
opacity: 0.6;
}
/* css voor de footer */
footer {
text-align: center;
}
.chart {
width: 600px;
height: 300px;
display: block;
margin-left: auto;
margin-right: auto;
}
.numbers {
margin: 0;
padding: 0;
width: 50px;
height: 100%;
display: inline-block;
float: left;
}
.numbers li {
list-style: none;
height: 150px;
position: relative;
bottom: 145px;
}
.numbers span {
font-size: 12px;
font-weight: 600;
position: absolute;
bottom: 0;
right: 10px;
}
.bars {
font-size: 12px;
font-weight: 600;
background: #fff;
margin: 0;
padding: 0;
display: inline-block;
width: 100%;
height: 300px;
border-radius: 5px;
}
.bars li {
display: table-cell;
width: 100px;
height: 300px;
position: relative;
}
.bars span {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
color: #000;
}
.bars .bar {
display: block;
background: #17c0eb;
width: 50px;
position: absolute;
border-radius: 5px;
bottom: 0;
margin-left: 25px;
text-align: center;
box-shadow: 0 0 10px 0 rgba(23, 192, 235, 0.5);
transition: 0.5s;
transition-property: background, box-shadow;
}
.bars .bar:hover {
background: #55efc4;
box-shadow: 0 0 10px 0 rgba(85, 239, 196, 0.5);
cursor: pointer;
}
.bars .bar::before {
color: #555;
content: attr(data-percentage) '';
position: relative;
bottom: 20px;
}
/* @media queries */
@media screen and (max-width: 987px) {
.aboutMe {
transform: translate(10em);
}
}
@media screen and (max-width: 950px) {
.aboutMe>img {
width: 50%;
height: 50%;
}
}
@media screen and (max-width: 600px) {
.aboutMe {
transform: translate(3em);
}
.gallery {
margin: 0.625em 4em 3.125em 4em;
}
.bars {
width: 100%;
}
.aboutMe {
display: flex;
flex-wrap: wrap;
}
h5 {
margin-bottom: 1em;
}
}
@media screen and (max-width: 570px) {
.bars {
width: 90%;
}
}
@media screen and (max-width: 500px) {
.bars {
width: 70%;
}
}
@media screen and (max-width: 450px) {
.bars {
width: 65%;
}
}
@media screen and (max-width: 400px) {
.bars {
width: 57%;
}
.heading {
font-size: 2rem;
}
h3 {
margin-left: 1em;
}
}
@media screen and (max-width: 750px) {
.socialMedia {
width: 40em;
}
.gallery img {
filter: none;
}
.aboutMe {
transform: translate(5em);
}
}
@media screen and (max-width: 500px) {
.download-cv {
display: none;
}
.des {
width: 100%;
}
}
/* min width media queries */
@media screen and (min-width: 750px) {
.nav-toggle-label {
display: none;
}
header {
display: grid;
grid-template-columns: 1fr auto minmax(600px, 3fr) 1fr;
}
.logo {
grid-column: 1 / 2;
}
nav {
all: unset;
grid-column: 3 / 4;
display: flex;
justify-content: center;
align-items: center;
}
nav ul {
display: flex;
}
nav li {
margin-left: 3em;
margin-bottom: 0;
}
nav a {
opacity: 1;
font-size: 1rem;
position: relative;
}
nav a::before {
content: '';
display: block;
height: 5px;
background: black;
position: absolute;
border-radius: 5px;
bottom: -.75em;
left: 0;
right: 0;
transform: scale(0, 1);
transition: transform ease-in-out 250ms;
}
nav a:hover::before {
transform: scale(1, 1);
}
} | public/css/style.css | body, html {
height: 100%;
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
scroll-behavior: smooth;
}
*, *::before, *::after {
box-sizing: border-box;
}
:root {
--background: #fff;
--greytint: lightgrey;
}
/* css van de gradient */
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.gradient {
animation: gradient 15s ease infinite;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
}
.image {
position: relative;
height: 685px;
background-size: cover;
}
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
font-weight: 700;
text-transform: uppercase;
}
.container h1 {
font-size: 2.4em;
letter-spacing: 0.2em;
margin: 0;
}
.container h1 span {
border: 10px solid white;
padding: 6px 14px;
display: inline-block;
font-weight: 700;
}
.des {
margin: 20px;
display: block;
font-size: 26px;
}
.socialMedia {
margin-top: 2em;
}
.socialMedia>a {
margin: 0 1em;
font-size: 2em;
color: white;
display: inline-block;
}
.socialMedia>a:hover {
animation: hoverGradient 2s ease infinite;
position: relative;
}
@keyframes hoverGradient {
0% {
transform: translate(0, 0)
}
50% {
transform: translate(0, -15px);
}
100% {
transform: translate(0, 0);
}
}
/* einde css gradient */
/* css van de nav/header */
header {
/* background: lightgreen; */
position: fixed;
width: 100%;
text-align: center;
z-index: 999;
transition: 250ms ease-in;
}
@keyframes logo {
0% {
transform: rotate(0);
}
50% {
transform: rotate(180deg), scale(2);
}
100% {
transform: rotate(360deg);
}
}
.logo {
animation: logo 5s ease infinite;
text-transform: uppercase;
color: var(--background);
}
nav {
position: absolute;
text-align: left;
top: 99%;
left: 0;
width: 100%;
transform: scale(1, 0);
transform-origin: top;
transition: transform 400ms ease-in-out;
transition: 1s;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav li {
margin-bottom: 1em;
margin-left: 1em;
font-weight: 700;
}
nav a {
color: white;
text-decoration: none;
font-size: 1.2rem;
text-transform: uppercase;
opacity: 0;
transition: opacity 150ms ease-in-out;
}
nav a:hover {
color: black;
}
.nav-toggle {
display: none;
}
.nav-toggle-label {
position: absolute;
top: 0;
left: 0;
margin-left: 1em;
color: white;
height: 100%;
display: flex;
align-items: center;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
display: block;
background: white;
height: 2px;
width: 2em;
border-radius: 2px;
position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
content: '';
position: absolute;
}
.nav-toggle-label span::before {
bottom: 7px;
}
.nav-toggle-label span::after {
top: 7px;
}
.nav-toggle:checked ~ nav {
transform: scale(1, 1);
}
.nav-toggle:checked ~ nav a {
opacity: 1;
transition: opacity 250ms ease-in-out 250ms;
}
.nav-scrolled {
background-color: lightgrey;
color: black;
width: 100%;
transition: .4s ease-in-out;
padding-bottom: 1em;
}
/* einde css nav */
.heading {
font-size: 3em;
letter-spacing: .2em;
text-align: center;
}
h3 {
margin-top: 4em;
font-size: 2.5em;
margin-left: auto;
margin-right: auto;
}
.about-me {
margin-top: 5em;
margin-bottom: 6em;
}
.aboutMe {
padding: 1em 0;
display: flex;
flex-direction: row;
transform: translate(20em);
}
.col {
display: flex;
flex-direction: column;
}
.col>p {
width: 50%;
}
.fadeIn {
opacity: 0;
transition: opacity 400ms ease-in;
}
.fadeIn.appear {
opacity: 1;
}
.fromLeft {
transform: translate(-90%);
}
.fromRight {
transform: translate(90%);
}
.fromLeft,
.fromRight {
transition: opacity 400ms ease-in,
transform 1s ease-in;
opacity: 0;
}
.fromLeft.appear,
.fromRight.appear {
transform: translateX(0);
opacity: 1;
}
.aboutMe>img {
max-width: 100%;
height: auto;
margin: 0 5em 0 0;
transition: 1s ease-in-out;
}
.col>h5 {
font-size: 2em;
margin-top: 0;
}
.col>h5::after {
content: '';
background: #000;
width: 10px;
height: 10px;
}
/* .aboutMe>img:hover {
border-radius: 10px;
transition: 1s ease-in-out;
transform: scale(1.1);
} */
/* css om voor de cv download knop */
.download-cv-section {
margin-top: 2em;
}
.download-cv {
text-decoration: none;
color: white;
background: rgba(255, 255, 255, 0.2);
padding: .8em 3em;
position: relative;
font-weight: 700;
}
.download-cv:hover {
background-color: rgba(255, 255, 255, .5);
}
/* gallery css */
.gallery {
margin: 0.625em 8em 3.125em 8em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gallery > * {
flex: 1 1 15em;
}
.gallery img {
width: 90%;
height: auto;
transition: 1s;
padding: 15px;
filter: grayscale(100%);
}
article.fotografie {
background-color: lightgrey;
padding-top: 1em;
padding-bottom: 1em;
}
.gallery img:hover {
filter: grayscale(0);
transform: scale(1.1);
border-radius: 50px;
}
/* css voor de contact form */
.form-container {
position: relative;
left: 20%;
width: 60%;
height: 100vh;
background-color: #fff;
}
.contact-form {
display: flex;
flex-direction: column;
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 600px;
}
input,
textarea {
width: 100%;
margin-top: 2rem;
border: none;
outline: 0;
border-bottom: 1px solid #000;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.submit {
border: 1px solid #000;
padding: 1rem;
text-align: center;
background-color: #fff;
cursor: pointer;
}
.submit:hover {
opacity: 0.6;
}
/* css voor de footer */
footer {
text-align: center;
}
.chart {
width: 600px;
height: 300px;
display: block;
margin-left: auto;
margin-right: auto;
}
.numbers {
margin: 0;
padding: 0;
width: 50px;
height: 100%;
display: inline-block;
float: left;
}
.numbers li {
list-style: none;
height: 150px;
position: relative;
bottom: 145px;
}
.numbers span {
font-size: 12px;
font-weight: 600;
position: absolute;
bottom: 0;
right: 10px;
}
.bars {
font-size: 12px;
font-weight: 600;
background: #fff;
margin: 0;
padding: 0;
display: inline-block;
width: 100%;
height: 300px;
border-radius: 5px;
}
.bars li {
display: table-cell;
width: 100px;
height: 300px;
position: relative;
}
.bars span {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
color: #000;
}
.bars .bar {
display: block;
background: #17c0eb;
width: 50px;
position: absolute;
border-radius: 5px;
bottom: 0;
margin-left: 25px;
text-align: center;
box-shadow: 0 0 10px 0 rgba(23, 192, 235, 0.5);
transition: 0.5s;
transition-property: background, box-shadow;
}
.bars .bar:hover {
background: #55efc4;
box-shadow: 0 0 10px 0 rgba(85, 239, 196, 0.5);
cursor: pointer;
}
.bars .bar::before {
color: #555;
content: attr(data-percentage) '';
position: relative;
bottom: 20px;
}
/* @media queries */
@media screen and (max-width: 987px) {
.aboutMe {
transform: translate(10em);
}
}
@media screen and (max-width: 950px) {
.aboutMe>img {
width: 50%;
height: 50%;
}
}
@media screen and (max-width: 600px) {
.aboutMe {
transform: translate(3em);
}
.gallery {
margin: 0.625em 4em 3.125em 4em;
}
.bars {
width: 100%;
}
.aboutMe {
display: flex;
flex-wrap: wrap;
}
h5 {
margin-bottom: 1em;
}
}
@media screen and (max-width: 570px) {
.bars {
width: 90%;
}
}
@media screen and (max-width: 500px) {
.bars {
width: 70%;
}
}
@media screen and (max-width: 450px) {
.bars {
width: 65%;
}
}
@media screen and (max-width: 400px) {
.bars {
width: 57%;
}
.heading {
font-size: 2rem;
}
h3 {
margin-left: 1em;
}
}
@media screen and (max-width: 750px) {
.socialMedia {
width: 40em;
}
.gallery img {
filter: none;
}
.aboutMe {
transform: translate(5em);
}
}
@media screen and (max-width: 500px) {
.download-cv {
display: none;
}
.des {
width: 100%;
}
}
/* min width media queries */
@media screen and (min-width: 750px) {
.nav-toggle-label {
display: none;
}
header {
display: grid;
grid-template-columns: 1fr auto minmax(600px, 3fr) 1fr;
}
.logo {
grid-column: 1 / 2;
}
nav {
all: unset;
grid-column: 3 / 4;
display: flex;
justify-content: center;
align-items: center;
}
nav ul {
display: flex;
}
nav li {
margin-left: 3em;
margin-bottom: 0;
}
nav a {
opacity: 1;
font-size: 1rem;
position: relative;
}
nav a::before {
content: '';
display: block;
height: 5px;
background: black;
position: absolute;
border-radius: 5px;
bottom: -.75em;
left: 0;
right: 0;
transform: scale(0, 1);
transition: transform ease-in-out 250ms;
}
nav a:hover::before {
transform: scale(1, 1);
}
} | 0.584153 | 0.098599 |
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color:#FFF;
background-color:#357AB7;
}
html, body {
font-size:12px;
line-height:18px;
height: 100%;
}
body {background: #f9f9f9 url(../img/page-bg-1.jpg);}
.main-container {
height:auto;
height: 100%;
min-height: 100%;
}
@media (max-width: 767px) {
body { padding-right: 0px; padding-left: 0px; }
.container {margin-right: 20px; margin-left: 20px;
}
}
/***** Titles and Headings *****/
h1, h2, h3, h4 , h5, h6 {
font-family: "Oswald", sans-serif;
font-weight: normal;
text-transform:uppercase;
}
h1, h2, h3, h4, h5 {text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgba(81, 81, 81, 0.5), 0 0 1px #fdfdfd;}
h5.title-bg {
background:#f8f8f8;
padding:10px 5px;
margin: 0px 0px 20px 0px;
border-bottom: 1px dotted #a9a9a9;
border-top: 1px dotted #a9a9a9;
}
p.engagements{
font-family: "Oswald", sans-serif;
font-size: 15px;
text-align:center;
padding:10px 5px;
margin: 0px 20px 0px 0px;
}
p.edf{
text-align:center;
font-size: 15px;
padding:10px 5px;
margin: 0px 20px 0px 0px;
}
h5.title-bg button {
float: right;
text-transform: none;
margin-left:5px;
}
/***** Links *****/
a, a:hover { color:#357AB7; }
/***** Misc *****/
i {margin-right: 3px;}
p {margin-bottom: 20px;}
.historique {
border-left: 5px solid #999;
font-size:14px;
padding-left: 5px;
}
/**************************************
/ Header
**************************************/
.logo { margin-top:40px; }
.logo img { padding-right:20px; }
.logo h5 { display: inline-block; }
/* Landscape phones and down */
@media (max-width: 480px) {
.logo, .navigation {text-align: center;}
.row.header {margin-bottom: 30px;}
.logo h5 {display: block;}
}
/* Portrait tablet to landscape and desktop */
.navigation { margin-top:40px; }
.navigation .navbar {
float:right; background:#f8f8f8;
border-bottom: 1px dotted #a9a9a9;
border-top: 1px dotted #a9a9a9;
}
.navbar .nav > li > a {
font-family: "Oswald", sans-serif;
font-weight: normal;
text-shadow: none;
text-transform:uppercase;
font-size:12px;
padding: 10px 15px 10px;
}
/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
.navbar .nav > li > a {padding: 10px 10px 10px;}
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color:#FFF;
background-color:#357AB7;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/**************************************
/ Gallery
**************************************/
.gallery-title { margin-bottom:15px; }
.gallery-item { margin-bottom:15px; margin-top:15px; }
.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col,
.gallery-hover-4col-cir {
display:none;
background:url(../img/gallery-item-hover.png);
position:absolute;
z-index: 10;
}
.gallery-hover-4col-cir{
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
/* Large Desktop Size */
@media (min-width: 1200px) {
.gallery-hover-6col {width:170px; height:139px;}
.gallery-hover-4col {width:270px; height:220px;}
.gallery-hover-3col {width:370px; height:300px;}
.gallery-hover-4col-cir {width:270px; height:270px;}
.gallery-hover-4col-cir .gallery-icons {top: 45%; left:34%;}
}
/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
.gallery-hover-6col {width:140px; height:114px;}
.gallery-hover-4col {width:220px; height:180px;}
.gallery-hover-3col {width:300px; height:243px;}
.gallery-hover-4col-cir {width:220px; height:220px;}
.gallery-hover-4col-cir .gallery-icons {top: 42%; left:29%;}
/* Clip descriptions */
li.span4 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 280px;
}
li.span3 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 200px;
}
li.span2 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 120px;
}
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {
/* Clip descriptions */
li.span2 .project-details {display:none;}
li.span3 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 146px;
}
li.span4 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 208px;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.project-details {width: 250px; text-align: center}
.gallery-post-grid {text-align: center}
.project-details {margin-left:auto; margin-right: auto;}
.gallery {text-align: center; }
li.span2 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 150px;
}
}
/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
li.span4 .project-details {width:350px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
li.span2 {width:15%;}
#disparition{
display: none;
}
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
li.span4 .project-details {width:260px;}
}
@media only screen and (max-width: 479px) {
li.span2 .img-circle {width:100px;}
#disparition{
display: none;
}
}
.project-details {
background:#f8f8f8;
display: block;
padding:10px;
border-bottom: 1px dotted #a9a9a9;
font-family: Georgia;
font-style: italic;
width: auto\9;
height: auto;
max-width: 100%;
}
.project-details a {
margin: 0px;
font-size: 12px;
font-style: normal;
text-shadow:none;
display: block;
font-family: "Oswald", sans-serif;
font-weight: normal;
text-transform:uppercase;
}
.project-details {color: #6f6f6f;}
.project-details a {color: #333333;}
.project-details a:hover {color:#357AB7; text-decoration: none;}
.gallery-icons {
z-index: 9;
position:absolute;
bottom: 0px;
right: 0px;
width: 89px;
height: 42px;
display: block;
}
a.item-zoom-link {
height: 42px;
width: 42px;
background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
background-position: 0px 0px;
position:absolute;
right: 0px;
display: block;
}
a.item-zoom-link:hover {background: #d8450b url(../img/gallery-item-icons.png) no-repeat;}
.gallery-post-grid {margin:0px;}
.gallery-post-grid li {list-style: none; float: left; margin-bottom: 30px;}
/*** Comments ***/
#contact-form input {margin-bottom: 12px;}
.comment-form-container textarea,
#contact-form textarea {height: 150px;}
.comment-form-container .btn,
#contact-form .btn {margin-top: 12px;}
/**************************************
/ Footer
**************************************/
.footer-container {
width:100%;
background:#333;
clear: both;
position: relative;
z-index: 10;
}
.footer-row { margin-top: 30px;}
.footer-col {color:#ababab; font-size: 11px;}
.footer-col a {color:#dcdcdc; font-weight: bold;}
.footer-col a:hover {color:#357AB7; text-decoration: none;}
.footer-col h5, .footer-col strong {color:#f9f9f9; text-shadow:none;}
.footer-col h5 {margin-bottom: 25px;}
.footer-col ul {margin: 0px;}
.footer-col ul li {list-style: none; padding-bottom: 20px;}
.footer-col ul.post-list li {
border-bottom: 1px dashed #504f4f;
padding: 10px 0px;
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
.footer-col {
clear:both;
overflow: auto;
margin-bottom: 20px;
}
.footer-sub .right {display: none;}
}
/**** Sub Footer ****/
.footer-sub {background: #1f1f1f; padding: 10px 0px;}
.footer-sub div div span {padding: 0px 20px;}
/**************************************
/ MISC
**************************************/
.row {margin-bottom:40px;}
.no-margin {margin-bottom:0px;}
a.accordion-toggle{background: #f5f5f5;}
.nav-tabs li.active a{background:#f8f8f8;}
@media only screen and (max-width: 767px) {
.btn {margin-bottom: 20px;}
}
.left {float: left;}
.right {float: right;}
.align-left{float: left; margin: 0px 20px 20px 0px;}
.align-right{float: right; margin: 0px 0px 20px 20px;}
.color-bg { background:#357AB7; }
.color { color:#d8450b; }
.color-bar-1, .color-bar-2 { width:100% }
.color-bar-1 { background:#CECECE ; height:5px; }
.color-bar-2 { height:3px; }
.page-header { margin:0px }
.lead {line-height:28px; margin: 20px 0px 30px 0px; }
#toTop {
width:47px;
height:47px;
background:url(../img/back-top-btn.png) no-repeat;
text-align:center;
position:fixed;
bottom:25px;
right:20px;
cursor:pointer;
display:none;
text-indent:-9999px;
z-index:12;
}
/***** Lightbox *****/
#lightbox-image-details-caption {
font-family: "Oswald", sans-serif;
font-weight: normal;
text-transform:uppercase;
font-size: 14px;
}
#lightbox-secNav-btnClose {width: 30px; padding-bottom: 0;}
#lightbox-image-details-currentNumber {display: none; visibility: hidden;}
/***** Testimonials *****/
#clientCarousel.carousel .item {
background: #f9f9f9;
padding:20px 0px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
left: 0 !important;
}
#clientCarousel.carousel .next.left, .carousel .prev.right {
opacity: 1;
z-index: 1;
}
#clientCarousel.carousel .active.left, .carousel .active.right {
opacity: 0;
z-index: 2;
}
.popular-posts{ margin: 0px;}
.popular-posts li {
list-style: none;
margin-bottom: 20px;
clear: both;
display: block;
min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {color:#333333; text-decoration: none;}
.popular-posts li img {float: left; margin-right: 20px;}
.popular-posts li em {font-family:Georgia, "Times New Roman", Times, serif;}
p.side {margin-bottom: 20px;} | cadrejee/cadre/src/main/webapp/css/custom-styleS.css | .navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color:#FFF;
background-color:#357AB7;
}
html, body {
font-size:12px;
line-height:18px;
height: 100%;
}
body {background: #f9f9f9 url(../img/page-bg-1.jpg);}
.main-container {
height:auto;
height: 100%;
min-height: 100%;
}
@media (max-width: 767px) {
body { padding-right: 0px; padding-left: 0px; }
.container {margin-right: 20px; margin-left: 20px;
}
}
/***** Titles and Headings *****/
h1, h2, h3, h4 , h5, h6 {
font-family: "Oswald", sans-serif;
font-weight: normal;
text-transform:uppercase;
}
h1, h2, h3, h4, h5 {text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgba(81, 81, 81, 0.5), 0 0 1px #fdfdfd;}
h5.title-bg {
background:#f8f8f8;
padding:10px 5px;
margin: 0px 0px 20px 0px;
border-bottom: 1px dotted #a9a9a9;
border-top: 1px dotted #a9a9a9;
}
p.engagements{
font-family: "Oswald", sans-serif;
font-size: 15px;
text-align:center;
padding:10px 5px;
margin: 0px 20px 0px 0px;
}
p.edf{
text-align:center;
font-size: 15px;
padding:10px 5px;
margin: 0px 20px 0px 0px;
}
h5.title-bg button {
float: right;
text-transform: none;
margin-left:5px;
}
/***** Links *****/
a, a:hover { color:#357AB7; }
/***** Misc *****/
i {margin-right: 3px;}
p {margin-bottom: 20px;}
.historique {
border-left: 5px solid #999;
font-size:14px;
padding-left: 5px;
}
/**************************************
/ Header
**************************************/
.logo { margin-top:40px; }
.logo img { padding-right:20px; }
.logo h5 { display: inline-block; }
/* Landscape phones and down */
@media (max-width: 480px) {
.logo, .navigation {text-align: center;}
.row.header {margin-bottom: 30px;}
.logo h5 {display: block;}
}
/* Portrait tablet to landscape and desktop */
.navigation { margin-top:40px; }
.navigation .navbar {
float:right; background:#f8f8f8;
border-bottom: 1px dotted #a9a9a9;
border-top: 1px dotted #a9a9a9;
}
.navbar .nav > li > a {
font-family: "Oswald", sans-serif;
font-weight: normal;
text-shadow: none;
text-transform:uppercase;
font-size:12px;
padding: 10px 15px 10px;
}
/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
.navbar .nav > li > a {padding: 10px 10px 10px;}
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color:#FFF;
background-color:#357AB7;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/**************************************
/ Gallery
**************************************/
.gallery-title { margin-bottom:15px; }
.gallery-item { margin-bottom:15px; margin-top:15px; }
.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col,
.gallery-hover-4col-cir {
display:none;
background:url(../img/gallery-item-hover.png);
position:absolute;
z-index: 10;
}
.gallery-hover-4col-cir{
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
/* Large Desktop Size */
@media (min-width: 1200px) {
.gallery-hover-6col {width:170px; height:139px;}
.gallery-hover-4col {width:270px; height:220px;}
.gallery-hover-3col {width:370px; height:300px;}
.gallery-hover-4col-cir {width:270px; height:270px;}
.gallery-hover-4col-cir .gallery-icons {top: 45%; left:34%;}
}
/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
.gallery-hover-6col {width:140px; height:114px;}
.gallery-hover-4col {width:220px; height:180px;}
.gallery-hover-3col {width:300px; height:243px;}
.gallery-hover-4col-cir {width:220px; height:220px;}
.gallery-hover-4col-cir .gallery-icons {top: 42%; left:29%;}
/* Clip descriptions */
li.span4 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 280px;
}
li.span3 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 200px;
}
li.span2 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 120px;
}
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {
/* Clip descriptions */
li.span2 .project-details {display:none;}
li.span3 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 146px;
}
li.span4 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 208px;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.project-details {width: 250px; text-align: center}
.gallery-post-grid {text-align: center}
.project-details {margin-left:auto; margin-right: auto;}
.gallery {text-align: center; }
li.span2 .project-details {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
width: 150px;
}
}
/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
li.span4 .project-details {width:350px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
li.span2 {width:15%;}
#disparition{
display: none;
}
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
li.span4 .project-details {width:260px;}
}
@media only screen and (max-width: 479px) {
li.span2 .img-circle {width:100px;}
#disparition{
display: none;
}
}
.project-details {
background:#f8f8f8;
display: block;
padding:10px;
border-bottom: 1px dotted #a9a9a9;
font-family: Georgia;
font-style: italic;
width: auto\9;
height: auto;
max-width: 100%;
}
.project-details a {
margin: 0px;
font-size: 12px;
font-style: normal;
text-shadow:none;
display: block;
font-family: "Oswald", sans-serif;
font-weight: normal;
text-transform:uppercase;
}
.project-details {color: #6f6f6f;}
.project-details a {color: #333333;}
.project-details a:hover {color:#357AB7; text-decoration: none;}
.gallery-icons {
z-index: 9;
position:absolute;
bottom: 0px;
right: 0px;
width: 89px;
height: 42px;
display: block;
}
a.item-zoom-link {
height: 42px;
width: 42px;
background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
background-position: 0px 0px;
position:absolute;
right: 0px;
display: block;
}
a.item-zoom-link:hover {background: #d8450b url(../img/gallery-item-icons.png) no-repeat;}
.gallery-post-grid {margin:0px;}
.gallery-post-grid li {list-style: none; float: left; margin-bottom: 30px;}
/*** Comments ***/
#contact-form input {margin-bottom: 12px;}
.comment-form-container textarea,
#contact-form textarea {height: 150px;}
.comment-form-container .btn,
#contact-form .btn {margin-top: 12px;}
/**************************************
/ Footer
**************************************/
.footer-container {
width:100%;
background:#333;
clear: both;
position: relative;
z-index: 10;
}
.footer-row { margin-top: 30px;}
.footer-col {color:#ababab; font-size: 11px;}
.footer-col a {color:#dcdcdc; font-weight: bold;}
.footer-col a:hover {color:#357AB7; text-decoration: none;}
.footer-col h5, .footer-col strong {color:#f9f9f9; text-shadow:none;}
.footer-col h5 {margin-bottom: 25px;}
.footer-col ul {margin: 0px;}
.footer-col ul li {list-style: none; padding-bottom: 20px;}
.footer-col ul.post-list li {
border-bottom: 1px dashed #504f4f;
padding: 10px 0px;
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
.footer-col {
clear:both;
overflow: auto;
margin-bottom: 20px;
}
.footer-sub .right {display: none;}
}
/**** Sub Footer ****/
.footer-sub {background: #1f1f1f; padding: 10px 0px;}
.footer-sub div div span {padding: 0px 20px;}
/**************************************
/ MISC
**************************************/
.row {margin-bottom:40px;}
.no-margin {margin-bottom:0px;}
a.accordion-toggle{background: #f5f5f5;}
.nav-tabs li.active a{background:#f8f8f8;}
@media only screen and (max-width: 767px) {
.btn {margin-bottom: 20px;}
}
.left {float: left;}
.right {float: right;}
.align-left{float: left; margin: 0px 20px 20px 0px;}
.align-right{float: right; margin: 0px 0px 20px 20px;}
.color-bg { background:#357AB7; }
.color { color:#d8450b; }
.color-bar-1, .color-bar-2 { width:100% }
.color-bar-1 { background:#CECECE ; height:5px; }
.color-bar-2 { height:3px; }
.page-header { margin:0px }
.lead {line-height:28px; margin: 20px 0px 30px 0px; }
#toTop {
width:47px;
height:47px;
background:url(../img/back-top-btn.png) no-repeat;
text-align:center;
position:fixed;
bottom:25px;
right:20px;
cursor:pointer;
display:none;
text-indent:-9999px;
z-index:12;
}
/***** Lightbox *****/
#lightbox-image-details-caption {
font-family: "Oswald", sans-serif;
font-weight: normal;
text-transform:uppercase;
font-size: 14px;
}
#lightbox-secNav-btnClose {width: 30px; padding-bottom: 0;}
#lightbox-image-details-currentNumber {display: none; visibility: hidden;}
/***** Testimonials *****/
#clientCarousel.carousel .item {
background: #f9f9f9;
padding:20px 0px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
left: 0 !important;
}
#clientCarousel.carousel .next.left, .carousel .prev.right {
opacity: 1;
z-index: 1;
}
#clientCarousel.carousel .active.left, .carousel .active.right {
opacity: 0;
z-index: 2;
}
.popular-posts{ margin: 0px;}
.popular-posts li {
list-style: none;
margin-bottom: 20px;
clear: both;
display: block;
min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {color:#333333; text-decoration: none;}
.popular-posts li img {float: left; margin-right: 20px;}
.popular-posts li em {font-family:Georgia, "Times New Roman", Times, serif;}
p.side {margin-bottom: 20px;} | 0.182353 | 0.065336 |
body {
/* background */
background-image: url("../gfx/bg.jpg");
background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
/* text */
font-size: 2em;
font-family: sans-serif;
color: white;
}
a {
color: hotpink;
text-decoration: none;
}
.muchsmaller {
font-size: .5em;
}
.smaller {
font-size: .7em;
}
.larger {
font-size: 1.5em;
}
.indent {
margin-left: 20px;
margin-top: 20px;
}
/* content */
#welcome {
float: right;
padding: 20px;
margin: 20px;
background-color: rgba(.7,.7,.7,.5);
width:600px;
/*height:400px;*/
}
#rating {
float:left;
padding: 20px;
margin: 20px;
background-color: rgba(.7,.7,.7,.5);
min-width:600px;
}
#results {
float:left;
padding: 20px;
margin: 20px;
background-color: rgba(.7,.7,.7,.5);
min-width:600px;
}
#feedback {
margin-left: 50px;
}
.fixed_table {
table-layout: fixed;
width: 700px;
}
.fixed_td {
width: 400px;
vertical-align: top;
}
.commentinput {
width: 300px;
height: 100px;
padding: 6px 12px;
font-size: 15px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin-top: 10px;
}
.textinput {
width: 400px;
height: 34px;
padding: 6px 12px;
font-size: 15px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin-top: 10px;
}
#legalstuff {
font-size: 12px;
position: absolute;
bottom: 10px;
left: 10px;
}
/* smilies */
.hidden {
display: none;
}
.shown {
display: inherit;
}
td a img {
cursor: pointer;
width: 100px;
}
a img.hover {
display: none;
}
a img.default {
display: inherit;
}
a:hover img.hover {
display: inherit;
}
a:hover img.default {
display: none;
}
/* buttons */
.btn {
margin-top: 20px;
-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
box-shadow:inset 0px 1px 0px 0px #fbafe3;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
background-color:#ff5bb0;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #ee1eb5;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:10px 23px;
text-decoration:none;
text-shadow:0px 1px 0px #c70067;
}
.btn:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
background-color:#ef027d;
}
.btn:active {
position:relative;
top:1px;
} | www/css/styles.css | body {
/* background */
background-image: url("../gfx/bg.jpg");
background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
/* text */
font-size: 2em;
font-family: sans-serif;
color: white;
}
a {
color: hotpink;
text-decoration: none;
}
.muchsmaller {
font-size: .5em;
}
.smaller {
font-size: .7em;
}
.larger {
font-size: 1.5em;
}
.indent {
margin-left: 20px;
margin-top: 20px;
}
/* content */
#welcome {
float: right;
padding: 20px;
margin: 20px;
background-color: rgba(.7,.7,.7,.5);
width:600px;
/*height:400px;*/
}
#rating {
float:left;
padding: 20px;
margin: 20px;
background-color: rgba(.7,.7,.7,.5);
min-width:600px;
}
#results {
float:left;
padding: 20px;
margin: 20px;
background-color: rgba(.7,.7,.7,.5);
min-width:600px;
}
#feedback {
margin-left: 50px;
}
.fixed_table {
table-layout: fixed;
width: 700px;
}
.fixed_td {
width: 400px;
vertical-align: top;
}
.commentinput {
width: 300px;
height: 100px;
padding: 6px 12px;
font-size: 15px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin-top: 10px;
}
.textinput {
width: 400px;
height: 34px;
padding: 6px 12px;
font-size: 15px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin-top: 10px;
}
#legalstuff {
font-size: 12px;
position: absolute;
bottom: 10px;
left: 10px;
}
/* smilies */
.hidden {
display: none;
}
.shown {
display: inherit;
}
td a img {
cursor: pointer;
width: 100px;
}
a img.hover {
display: none;
}
a img.default {
display: inherit;
}
a:hover img.hover {
display: inherit;
}
a:hover img.default {
display: none;
}
/* buttons */
.btn {
margin-top: 20px;
-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
box-shadow:inset 0px 1px 0px 0px #fbafe3;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
background-color:#ff5bb0;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #ee1eb5;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:10px 23px;
text-decoration:none;
text-shadow:0px 1px 0px #c70067;
}
.btn:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
background-color:#ef027d;
}
.btn:active {
position:relative;
top:1px;
} | 0.31542 | 0.065935 |
.login-info{
background:linear-gradient(rgba(50, 112, 114, 0.8), rgba(50,112,114,.8)) ,url("https://images.unsplash.com/photo-1592839930500-3445eb72b8ad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 80%;
height: 100%;
height: 80vh;
width: 80vw;
margin-left: 10em;
}
form{
padding: 2em 3em;
}
.heading-form2{
text-align: center;
font-size: 1.5rem;
padding: 2em;
}
input[type="email"], input[type="password"] {
width: 100%;
display: block;
padding: 1em;
}
.bg-content{
display: flex;
justify-content: center;
align-items: center;
}
.form-part{
display: flex;
align-items: center;
/* margin-left: 4em; */
}
.heading-form1 h2{
font-size: 2rem;
margin: 2em;
color: #317C7D;
font-weight: 300;
}
.heading-form2 h3{
font-size: 2rem;
margin: 2em;
text-align: center;
color: #317C7D;
font-weight: 300;
}
.heading-form1{
text-align: center;
}
.color-leble{
color: #697f80;
}
.email-input{
display: flex;
flex-direction: column;
}
.part-email{
width: 100%;
padding: 1em;
border: none;
border-bottom: solid 5px darkgray;
margin: 3em 0;
outline: none;
}
.part-email:focus {
border-bottom-color:teal ;
}
.password-input{
display: flex;
flex-direction: column;
text-indent: 2px;
}
.part-password{
width: 100%;
padding: 1em;
border: none;
border-bottom: solid 5px #C4C4C4;
outline: none;
/* line-height: 2em; */
margin-bottom: 3em;
}
.log-part{
width: 500px;
padding: 1em 0;
}
.password-check{
display: flex;
margin: 2em 0;
gap: 1.5em;
}
.account-part{
display: flex;
align-items: center;
gap: 3em;
}
.creat{
padding: 1em 2em;
border-radius: 4px;
border: solid 2px #697f80;
color: #317C7D;
background-color: #fff;
}
.password-forgot{
color: #317C7D;
}
.login-text{
text-align: center;
margin: 0 auto;
}
.login-text h2{
font-size: 3rem;
padding: 1em 0;
color: #fff;
}
.login-text p{
font-size: 1.5rem;
color: #fff;
}
.icon-visibility{
display: flex;
/* justify-content: end; */
}
.email-input{
position: relative;
}
.part-email:focus~.color-leble{
top: -20px;
left: 0;
visibility: visible;
color: teal;
}
.color-leble{
position: absolute;
top: 10px;
left: 20px;
transition: all .5s ease;
color:darkgray;
}
.password-input{
position: relative;
padding: 2em 0;
cursor: pointer;
}
.part-password:focus~.password{
top: -10px;
left: 0;
visibility: visible;
color:darkgray;
}
.password{
position: absolute;
top: 10px;
left: 20px;
transition: all .5s ease;
}
.password{
color: <PASSWORD>;
}
.part-password:focus{
border-bottom: solid 5px teal;
}
.password-input{
position: relative;
width: 100%;
}
.icon-visibility{
position: absolute;
top:30%;
left:93%;
cursor: pointer;
}
.login-container {
display: flex;
}
@media (max-width:810px){
.login-info{
display: none;
}
.login-form{
width: 100%;
}
}
@media (max-width:414px){
.log-part{
width: 100%;
}
} | src/components/logIn/Login.css | .login-info{
background:linear-gradient(rgba(50, 112, 114, 0.8), rgba(50,112,114,.8)) ,url("https://images.unsplash.com/photo-1592839930500-3445eb72b8ad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 80%;
height: 100%;
height: 80vh;
width: 80vw;
margin-left: 10em;
}
form{
padding: 2em 3em;
}
.heading-form2{
text-align: center;
font-size: 1.5rem;
padding: 2em;
}
input[type="email"], input[type="password"] {
width: 100%;
display: block;
padding: 1em;
}
.bg-content{
display: flex;
justify-content: center;
align-items: center;
}
.form-part{
display: flex;
align-items: center;
/* margin-left: 4em; */
}
.heading-form1 h2{
font-size: 2rem;
margin: 2em;
color: #317C7D;
font-weight: 300;
}
.heading-form2 h3{
font-size: 2rem;
margin: 2em;
text-align: center;
color: #317C7D;
font-weight: 300;
}
.heading-form1{
text-align: center;
}
.color-leble{
color: #697f80;
}
.email-input{
display: flex;
flex-direction: column;
}
.part-email{
width: 100%;
padding: 1em;
border: none;
border-bottom: solid 5px darkgray;
margin: 3em 0;
outline: none;
}
.part-email:focus {
border-bottom-color:teal ;
}
.password-input{
display: flex;
flex-direction: column;
text-indent: 2px;
}
.part-password{
width: 100%;
padding: 1em;
border: none;
border-bottom: solid 5px #C4C4C4;
outline: none;
/* line-height: 2em; */
margin-bottom: 3em;
}
.log-part{
width: 500px;
padding: 1em 0;
}
.password-check{
display: flex;
margin: 2em 0;
gap: 1.5em;
}
.account-part{
display: flex;
align-items: center;
gap: 3em;
}
.creat{
padding: 1em 2em;
border-radius: 4px;
border: solid 2px #697f80;
color: #317C7D;
background-color: #fff;
}
.password-forgot{
color: #317C7D;
}
.login-text{
text-align: center;
margin: 0 auto;
}
.login-text h2{
font-size: 3rem;
padding: 1em 0;
color: #fff;
}
.login-text p{
font-size: 1.5rem;
color: #fff;
}
.icon-visibility{
display: flex;
/* justify-content: end; */
}
.email-input{
position: relative;
}
.part-email:focus~.color-leble{
top: -20px;
left: 0;
visibility: visible;
color: teal;
}
.color-leble{
position: absolute;
top: 10px;
left: 20px;
transition: all .5s ease;
color:darkgray;
}
.password-input{
position: relative;
padding: 2em 0;
cursor: pointer;
}
.part-password:focus~.password{
top: -10px;
left: 0;
visibility: visible;
color:darkgray;
}
.password{
position: absolute;
top: 10px;
left: 20px;
transition: all .5s ease;
}
.password{
color: <PASSWORD>;
}
.part-password:focus{
border-bottom: solid 5px teal;
}
.password-input{
position: relative;
width: 100%;
}
.icon-visibility{
position: absolute;
top:30%;
left:93%;
cursor: pointer;
}
.login-container {
display: flex;
}
@media (max-width:810px){
.login-info{
display: none;
}
.login-form{
width: 100%;
}
}
@media (max-width:414px){
.log-part{
width: 100%;
}
} | 0.341912 | 0.116563 |
.n li{
list-style-type:none;
display:block;
width:200px;
height:50px;
float:left;
background:#0a628f;
}
.n ul li a:link{
text-decoration:none;
display:block;
width:200px;
height:50px;
line-height:50px;
text-align:center;
color:white;
}
.n a:visited{
color:white;
background-color: #0c7cb5;
}
.n a:hover{
text-decoration:none;
display:block;
width:200px;
height:50px;
line-height:50px;
text-align:center;
background:#0b6fa2;
}
#n{
width:450px;
height:50px;
background:#0a628f;
}
/*导航 end*/
/*按钮*/
.prev {
position: absolute;
left: 0px;
top: 50%;
margin-top: -34px;
}
.next {
position: absolute;
right: 676px;
top: 50%;
margin-top: -34px;
}
.prev a {
opacity: 1;
background: #0a628f;
position: absolute;
left: 0;
z-index: 100;
width: 24px;
height: 50px;
}
.next a {
background: #0a628f;
position: absolute;
right: 0;
z-index: 100;
width: 24px;
height: 50px;
opacity: 1;
}
.prev img {
width: 80%;
display: block;
border: none;
position: absolute;
left: 0;
top: 12px;
}
.next img {
width: 80%;
display: block;
position: absolute;
border: none;
top: 13px;
right: 0;
}
.prev a:hover {
opacity: 0.6;
}
.next a:hover {
opacity: 0.6;
}
/*按钮 end*/
.box {
width: 80%;
height: 100px;
margin: 0 auto;
background: #fff;
position: relative;
}
.n{
width: 98%;
height: 80px;
float: left;
}
.img {
position: absolute;
width: 200px;
height:50px;
}
.box-list ul li {
float: left;
display: block;
position :relative;
left: -40px;
}
.box-list ul li a {
position: relative;
display: block;
width: 180px;
height: 275px;
text-align: center;
margin: auto;
}
.loop {
width: 800px;
overflow: hidden;
position: relative;
margin-left: 24px;
height: 100px;
}
.box-list {
width: 2000px;
position: absolute;
} | roll/css/stock.css | .n li{
list-style-type:none;
display:block;
width:200px;
height:50px;
float:left;
background:#0a628f;
}
.n ul li a:link{
text-decoration:none;
display:block;
width:200px;
height:50px;
line-height:50px;
text-align:center;
color:white;
}
.n a:visited{
color:white;
background-color: #0c7cb5;
}
.n a:hover{
text-decoration:none;
display:block;
width:200px;
height:50px;
line-height:50px;
text-align:center;
background:#0b6fa2;
}
#n{
width:450px;
height:50px;
background:#0a628f;
}
/*导航 end*/
/*按钮*/
.prev {
position: absolute;
left: 0px;
top: 50%;
margin-top: -34px;
}
.next {
position: absolute;
right: 676px;
top: 50%;
margin-top: -34px;
}
.prev a {
opacity: 1;
background: #0a628f;
position: absolute;
left: 0;
z-index: 100;
width: 24px;
height: 50px;
}
.next a {
background: #0a628f;
position: absolute;
right: 0;
z-index: 100;
width: 24px;
height: 50px;
opacity: 1;
}
.prev img {
width: 80%;
display: block;
border: none;
position: absolute;
left: 0;
top: 12px;
}
.next img {
width: 80%;
display: block;
position: absolute;
border: none;
top: 13px;
right: 0;
}
.prev a:hover {
opacity: 0.6;
}
.next a:hover {
opacity: 0.6;
}
/*按钮 end*/
.box {
width: 80%;
height: 100px;
margin: 0 auto;
background: #fff;
position: relative;
}
.n{
width: 98%;
height: 80px;
float: left;
}
.img {
position: absolute;
width: 200px;
height:50px;
}
.box-list ul li {
float: left;
display: block;
position :relative;
left: -40px;
}
.box-list ul li a {
position: relative;
display: block;
width: 180px;
height: 275px;
text-align: center;
margin: auto;
}
.loop {
width: 800px;
overflow: hidden;
position: relative;
margin-left: 24px;
height: 100px;
}
.box-list {
width: 2000px;
position: absolute;
} | 0.500977 | 0.065336 |
.body{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: 'Jost', sans-serif;
background: linear-gradient(to bottom, #b33415, #ce2e2e, #a53131);
}
.main{
width: 350px;
height: 600px;
background: red;
overflow: hidden;
background: url("https://doc-08-2c-docs.googleusercontent.com/docs/securesc/68c90smiglihng9534mvqmq1946dmis5/fo0picsp1nhiucmc0l25s29respgpr4j/1631524275000/03522360960922298374/03522360960922298374/1Sx0jhdpEpnNIydS4rnN4kHSJtU1EyWka?e=view&authuser=0&nonce=gcrocepgbb17m&user=03522360960922298374&hash=tfhgbs86ka6divo3llbvp93mg4csvb38") no-repeat center/ cover;
border-radius: 10px;
box-shadow: 5px 20px 50px #000;
}
#chk{
display: none;
}
.signup{
position: relative;
width:100%;
height: 100%;
}
input{
padding-left: 100px;
}
label{
color: #fff;
font-size: 2.3em;
justify-content: center;
display: flex;
margin: 60px;
font-weight: bold;
cursor: pointer;
transition: .5s ease-in-out;
margin-top: 25px;
margin-bottom: 25px;
}
input{
width: 80%;
height: 20px;
background: #e0dede;
justify-content: center;
display: flex;
margin: 20px auto;
padding: 10px;
border: none;
outline: none;
border-radius: 4em;
}
h1{
color: #000;
font-size: larger;
}
button{
width: 60%;
height: 40px;
margin: 10px auto;
justify-content: center;
display: block;
color: #fff;
background: #5a5f16;
font-size: 1em;
font-weight: bold;
margin-top: 20px;
outline: none;
border: none;
border-radius: 5px;
transition: .2s ease-in;
cursor: pointer;
padding-left: 20px;
}
button:hover{
background: #6d44b8;
}
.login{
height: 560px;
background: #eee;
border-radius: 60% / 10%;
transform: translateY(-180px);
transition: .8s ease-in-out;
margin-top: 65px;
padding-top: 1px;
}
.login label{
color: #85a511;
transform: scale(.6);
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}
#chk:checked ~ .login{
transform: translateY(-500px);
}
#chk:checked ~ .login label{
transform: scale(1);
}
#chk:checked ~ .signup label{
transform: scale(.6);
}
ul{
list-style-type: none;
margin: 0;
padding-top: 10px;
overflow: hidden;
background-color: #333;
position: relative;
top: 0;
left: 0;
width: 100%;
padding-right: 200px ;
margin-bottom: 30px;
}
li{
float: right;
height: 50px;
padding-right: 60px ;
padding-bottom: 10px;
}
a{
text-decoration: none;
color: whitesmoke;
}
span{
float: right;
height: 50px;
padding-right: 60px ;
padding-bottom: 10px;
color: whitesmoke;
display: block;
text-decoration: none;
font-size: large;
text-align: center;
}
li a{
display: block;
padding: 10px;
color: azure;
text-decoration: none;
font-size: large;
text-align: center;
}
li a:hover{
background-color: black;
border-radius: 1em;
}
#table1{
color: aliceblue;
width: 100%;
height: 30px;
border-radius: 2em;
text-align: center;
vertical-align: bottom;
padding: 15px;
table-layout: auto;
}
tr:hover{background-color: rgb(168, 66, 66);}
th{
background-color: antiquewhite;
color: black;
} | client/src/css/style2.css | .body{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: 'Jost', sans-serif;
background: linear-gradient(to bottom, #b33415, #ce2e2e, #a53131);
}
.main{
width: 350px;
height: 600px;
background: red;
overflow: hidden;
background: url("https://doc-08-2c-docs.googleusercontent.com/docs/securesc/68c90smiglihng9534mvqmq1946dmis5/fo0picsp1nhiucmc0l25s29respgpr4j/1631524275000/03522360960922298374/03522360960922298374/1Sx0jhdpEpnNIydS4rnN4kHSJtU1EyWka?e=view&authuser=0&nonce=gcrocepgbb17m&user=03522360960922298374&hash=tfhgbs86ka6divo3llbvp93mg4csvb38") no-repeat center/ cover;
border-radius: 10px;
box-shadow: 5px 20px 50px #000;
}
#chk{
display: none;
}
.signup{
position: relative;
width:100%;
height: 100%;
}
input{
padding-left: 100px;
}
label{
color: #fff;
font-size: 2.3em;
justify-content: center;
display: flex;
margin: 60px;
font-weight: bold;
cursor: pointer;
transition: .5s ease-in-out;
margin-top: 25px;
margin-bottom: 25px;
}
input{
width: 80%;
height: 20px;
background: #e0dede;
justify-content: center;
display: flex;
margin: 20px auto;
padding: 10px;
border: none;
outline: none;
border-radius: 4em;
}
h1{
color: #000;
font-size: larger;
}
button{
width: 60%;
height: 40px;
margin: 10px auto;
justify-content: center;
display: block;
color: #fff;
background: #5a5f16;
font-size: 1em;
font-weight: bold;
margin-top: 20px;
outline: none;
border: none;
border-radius: 5px;
transition: .2s ease-in;
cursor: pointer;
padding-left: 20px;
}
button:hover{
background: #6d44b8;
}
.login{
height: 560px;
background: #eee;
border-radius: 60% / 10%;
transform: translateY(-180px);
transition: .8s ease-in-out;
margin-top: 65px;
padding-top: 1px;
}
.login label{
color: #85a511;
transform: scale(.6);
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}
#chk:checked ~ .login{
transform: translateY(-500px);
}
#chk:checked ~ .login label{
transform: scale(1);
}
#chk:checked ~ .signup label{
transform: scale(.6);
}
ul{
list-style-type: none;
margin: 0;
padding-top: 10px;
overflow: hidden;
background-color: #333;
position: relative;
top: 0;
left: 0;
width: 100%;
padding-right: 200px ;
margin-bottom: 30px;
}
li{
float: right;
height: 50px;
padding-right: 60px ;
padding-bottom: 10px;
}
a{
text-decoration: none;
color: whitesmoke;
}
span{
float: right;
height: 50px;
padding-right: 60px ;
padding-bottom: 10px;
color: whitesmoke;
display: block;
text-decoration: none;
font-size: large;
text-align: center;
}
li a{
display: block;
padding: 10px;
color: azure;
text-decoration: none;
font-size: large;
text-align: center;
}
li a:hover{
background-color: black;
border-radius: 1em;
}
#table1{
color: aliceblue;
width: 100%;
height: 30px;
border-radius: 2em;
text-align: center;
vertical-align: bottom;
padding: 15px;
table-layout: auto;
}
tr:hover{background-color: rgb(168, 66, 66);}
th{
background-color: antiquewhite;
color: black;
} | 0.477798 | 0.057679 |
@charset "utf-8";
.bgImg {
width:100%;
height:100%
}
html {
font-size: small;
height: 100%
}
body {
font-family: 'Microsoft Yahei', '微软雅黑', 'Hiragino Sans GB', Tahoma, Helvetica, Arial, '宋体', nimbussansl, liberationsans, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
margin: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
div {
background-position: center;
background-repeat: no-repeat
}
h4 {
margin: 0;
padding: .5em;
font-size: 1.1em
}
p {
font-size: 1em;
padding: .5em;
margin: 0
}
input[type=text], input[type=email], input[type=date], input[type=password], input[type=number], input[type=url], input[type=tel], textarea, select {
padding: .85em 1.2em;
line-height: 1;
border: 1px solid rgba(0, 0, 0, 0.15);
color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.3) inset;
box-shadow: 0 0 rgba(0, 0, 0, 0.3) inset;
width: 100%;
outline: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-tap-highlight-color: transparent;
}
input[type=text]:focuse, input[type=email]:focuse, input[type=date]:focuse, input[type=password]:focuse, input[type=number]:focuse, input[type=url]:focuse, input[type=tel]:focuse, textarea:focuse, select:focuse {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-box-shadow: .3em 0 0 0 rgba(0, 0, 0, 0.3) inset;
box-shadow: .3em 0 0 0 rgba(0, 0, 0, 0.3) inset
}
textarea {
resize: none
}
select {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05))
}
input[type=radio], input[type=checkbox] {
width: 1em;
height: 1em
}
input[type=radio] {
border-radius: 1em
}
a {
color: inherit;
}
a:active {
color: inherit
}
article {
max-width: 1024px;
padding: .5em;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', Verdana, Aril, sans-serif;
margin: 0 auto;
}
article h1 {
color: #333
}
video {
background-color: #000
}
.abs, .carousel-left, .carousel-right {
position: absolute;
z-index: 100;
}
.abs.cover, .carousel-left.cover, .carousel-right.cover, .map, .map-body, .map-box, .msg.time:before, .msg.time:after, .post-pnl, .res, .res-body, .res-box, .slip, .rel-list, body.ifr.ifr2 .btn-head {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.abs.top, .carousel-left.top, .carousel-right.top, .map-head, .res-head {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.abs.bottom, .carousel-left.bottom, .carousel-right.bottom, .map-tabs, .res-tabs, .res-warn {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.abs.left, .carousel-left.left, .carousel-right.left, .res-pnl, .leaf:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
}
.abs.right, .carousel-left.right, .carousel-right.right, .map-pnl {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.abs.tl, .carousel-left.tl, .carousel-right.tl, .carousel-item, .msg-left > .msg-host, .msg-left > .msg-ball:before, .cascade-item {
position: absolute;
top: 0;
left: 0;
}
.abs.tr, .carousel-left.tr, .carousel-right.tr, .msg-right > .msg-host, .msg-right > .msg-ball:before {
position: absolute;
top: 0;
right: 0;
}
.abs.bl, .carousel-left.bl, .carousel-right.bl {
position: absolute;
bottom: 0;
left: 0;
}
.abs.br, .carousel-left.br, .carousel-right.br, .map-warn, .map-bar, .res-bar {
position: absolute;
bottom: 0;
right: 0;
}
.rel, .list .item, .carousel, .carousel-box, .carousel-bar, .map-tab, .msg, .msg-ball, .msg-left, .msg-right, .post, .post-pic, .res-tab, .cascade, .leaf {
position: relative;
z-index: 1000
}
.inl, .slip:before, .slip:after, .slip-inner {
display: inline;
vertical-align: bottom
}
.inb, .slip-row, .carousel-item, .cascade-item {
display: inline-block;
float: none !important;
vertical-align: bottom
}
.hide, .node.fold > .tree {
display: none
}
.fl, .msg-ball {
float: left;
}
.fl.left, .msg-ball.left {
float: left
}
.fl.right, .msg-ball.right {
float: right
}
.fl.clb, .msg-ball.clb {
clear: both
}
.fl.cll, .msg-ball.cll {
clear: left
}
.fl.clr, .msg-ball.clr {
clear: right
}
.ofhd, .nowrap, .map-item-btns, .msg, .msg-left, .msg-right, .msg-center, .slip, .carousel, .cascade {
overflow: hidden
}
.bx {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pd {
padding: .5em
}
.mg {
margin: .5em
}
.bg, .mask, .msg-host, .msg-audio-btn {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bg.cover, .mask.cover, .msg-host.cover, .msg-audio-btn.cover {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.bg.contain, .mask.contain, .msg-host.contain, .msg-audio-btn.contain {
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain
}
.bg.fix, .mask.fix, .msg-host.fix, .msg-audio-btn.fix {
background-attachment: fixed
}
.list {
margin: 0;
padding: 0;
}
.list .item {
display: block;
overflow: hidden
}
.hide, .node.fold > .tree {
display: none !important
}
.show {
display: initial !important
}
.unselect, .map-box, .res-box, .slip {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.nowrap, .slip, .carousel, .cascade {
white-space: nowrap
}
.blink {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-animation: blink 5s linear;
-moz-animation: blink 5s linear;
-o-animation: blink 5s linear;
-ms-animation: blink 5s linear;
animation: blink 5s linear
}
@-moz-keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
@-webkit-keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
@-o-keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
@keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
.carousel-box, .carousel-bar {
width: 1073px;
margin: 0 auto;
white-space: nowrap;
overflow: hidden;
}
.carousel-box {
height: 425px;
}
.carousel-item, .cascade-item {
z-index: 1000;
font-style: normal;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.carousel-item.front, .cascade-item.front {
z-index: 10000
}
.carousel-bar {
height: 45px;
z-index: 10000;
line-height: 45px;
}
.carousel-bar i {
width: 19px;
height: 3px;
background-color: #efefef;
display: inline-block;
margin: 4px;
cursor: pointer;
}
.carousel-bar i.active {
background-color: #fff;
height: 6px
}
.carousel-btn {
position: relative;
width: 1073px;
margin: 0 auto;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.carousel-left, .carousel-right {
width: 4em;
height: 6em;
bottom: 205px;
z-index: 100000;
-webkit-background-size: auto 80%;
-moz-background-size: auto 80%;
background-size: auto 80%;
background-position: center;
background-repeat: norepeat;
cursor: pointer;
}
.carousel-left:hover, .carousel-right:hover {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.2)
}
.carousel-left {
left: -5em;
background-image: url("../img/chat_bg.jpg");
}
.carousel-right {
right: -5em;
background-image: url("../img/chat_bg.jpg");
}
.carousel:hover .carousel-btn, .cascade:hover .carousel-btn {
opacity: 1;
-ms-filter: none;
filter: none
}
.map {
background-color: #fff;
}
.map-head {
z-index: 10000;
-webkit-box-shadow: 0 1px 2px 2px #d8d8d6;
box-shadow: 0 1px 2px 2px #d8d8d6;
background-color: #fff;
height: 5em;
}
.map-menu {
height: 4em;
}
.map-close {
float: right;
margin: .75em;
width: 2.5em;
height: 2.5em;
border-radius: 2em;
line-height: 2.5em;
text-align: center;
cursor: pointer
}
.map-tabs {
left: 1em;
right: 1em;
white-space: nowrap;
overflow: hidden;
}
.map-tab {
display: inline-block;
vertical-align: bottom;
text-align: center;
width: 10em;
height: 4em;
line-height: 4em;
padding: 0 .5em;
border-top-left-radius: .2em;
border-top-right-radius: .2em;
margin: 0 .2em;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.map-tab:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.map-tab.active {
color: #207cc4
}
.map-body {
top: 5em;
background-color: #eeedeb;
color: #444;
}
.map-pnl {
width: 20em;
border-left: 1px solid #d1cfcd;
z-index: 10001;
overflow: auto;
}
.map-item {
margin: .5em;
padding: .5em;
border-bottom: 1px solid #dedede;
}
.map-item-text {
line-height: 2
}
.map-item-input {
display: none
}
.map-item.inedit .map-item-text {
display: none
}
.map-item.inedit .map-item-input {
display: block
}
.map-item.active > .map-item-text {
color: #2cad81;
font-weight: bold
}
.map-item-btns {
font-size: .9em;
}
.map-item-btn {
float: right;
margin: .2em;
padding: .3em 1em;
color: #3c81c3;
border-radius: .2em;
cursor: pointer;
}
.map-item-btn:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.map-box {
right: 20em
}
.map-warn {
width: 14em;
margin: 0 3em;
bottom: .5em !important;
border-radius: .3em;
background-color: #555;
color: #eee;
padding: .5em;
z-index: 100000;
-webkit-transition: display 1s ease;
-moz-transition: display 1s ease;
-o-transition: display 1s ease;
-ms-transition: display 1s ease;
transition: display 1s ease
}
.map-bar {
z-index: 10000;
left: 20em;
border-left: 1px solid #d1cfcd;
padding: 0 .5em;
overflow: hidden;
line-height: 3em;
height: 3em;
}
.map-path {
padding: 0 1em;
float: left;
}
.map-path:before {
content: "分类:"
}
.map-path-item:before {
content: "/";
display: inline-block;
height: 3em;
padding: 0 .2em
}
.map-info {
float: left;
}
.map-select {
cursor: pointer;
}
.map-select:before {
content: "已选中 "
}
.map-select:after {
content: " 个"
}
.map-select:hover {
color: #207cc4;
}
.map-select:hover:before {
content: "取消选择 "
}
.map-bat {
float: right;
overflow: hidden;
}
.map-bat-btn {
float: left;
margin: .5em;
padding: 0 .5em;
line-height: 2em;
color: #fff;
background-color: #454545;
border-radius: .2em;
cursor: pointer
}
.map.fold .map-head {
height: 4em
}
.map.fold .map-menu {
float: right
}
.map.fold .map-tabs {
right: 3em
}
.map.fold .map-links {
display: none
}
.map.fold .map-body {
top: 4em
}
.mask {
z-index: 1000
}
.msg {
padding: .3em .3em;
}
.msg-host {
top: .5em;
-webkit-border-radius: 2em;
border-radius: 2em;
width: 2.5em;
height: 2.5em;
background-color: #6fbdf3;
color: #fff;
overflow: hidden;
text-align: center;
}
.msg-host > i {
font-size: 2em;
line-height: 1.25
}
.msg-ball {
line-height: 1.3;
padding: .7em 1em;
margin: .5em 4em;
border-radius: .4em;
min-width: 2em;
max-width: 100%;
background-color: #efefef;
}
.msg-ball:before {
content: "";
top: .85em !important;
width: 0;
height: 0;
border-style: solid
}
.emoji {
vertical-align: middle
}
.msg-ball.link {
max-width: 60%;
padding: 1px
}
.link-container {
max-width: 24em;
cursor: pointer;
background-color: #fff;
}
.link-container.nowrap {
padding: 8px;
border: 1px solid #e5e5e5;
border-radius: 5px;
white-space: normal;
-webkit-box-shadow: 1px 1px 3px 0 #e6e5e3;
box-shadow: 1px 1px 3px 0 #e6e5e3
}
.link-title {
color: #000;
font-size: 1em;
font-weight: bold;
line-height: 1.5;
word-break: break-word
}
.link-content {
position: relative;
margin-top: .5em;
}
.link-left {
margin-right: 4.5em;
vertical-align: middle;
min-height: 4em;
max-height: 5em;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
word-break: break-word;
overflow: hidden;
}
.link-left .link-desc {
color: #777;
font-size: .8em;
line-height: 1.3;
display: inline-block;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
word-break: break-word;
overflow: hidden;
max-height: 5em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.link-img {
width: 4em;
height: 4em;
position: absolute;
right: 0;
top: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.msg-ball.img {
padding: .2em;
max-width: 60%;
min-height: 2em;
}
.msg-ball.img > img, .msg-ball.img > video {
max-width: 100%;
max-height: 15em;
vertical-align: bottom
}
.msg-ball.img .img-container > img {
max-width: 100%;
max-height: 15em;
vertical-align: bottom
}
.msg-ball.audio {
padding: .2em 1em;
cursor: pointer;
}
.msg-audio-btn {
width: 2em;
height: 2em;
background-image: url("../lib/files/images/play_d3902da6d6.gif");
background-position: center top;
}
.msg-audio-btn.playing {
background-position: center bottom
}
.msg-anchor {
color: #50a7dc;
text-decoration: none;
word-break: break-all;
cursor: pointer
}
.msg-left > .msg-host {
left: .5em
}
.msg-left > .msg-ball {
float: left;
}
.msg-left > .msg-ball:before {
left: -.5em;
border-color: transparent #efefef transparent transparent;
border-width: .4em .6em .4em 0
}
.msg-right > .msg-host {
right: .5em
}
.msg-right > .msg-ball {
float: right;
}
.msg-right > .msg-ball:before {
right: -.55em;
border-color: transparent transparent transparent #efefef;
border-width: .4em 0 .4em .6em
}
.msg-center {
max-width: 25em;
width: 100%;
margin: 0 auto !important;
border: 1px solid #cdcdcd;
-webkit-box-shadow: 1px 1px 5px 0 #cdcdcd;
box-shadow: 1px 1px 5px 0 #cdcdcd
}
.msg.time {
text-align: center;
color: #999;
line-height: 0;
height: 1px;
margin: 1.5em 2em;
overflow: visible;
padding: 0;
}
.msg.time:before, .msg.time:after {
content: "";
height: 1px;
background-color: #e9e9e9
}
.msg.time:before {
right: 65% !important
}
.msg.time:after {
left: 65% !important
}
.msg.min .msg-host {
display: none
}
.msg.min .msg-ball {
margin: .5em 1em
}
.post {
border: 1px solid #d7d7d5;
-webkit-box-shadow: 1px 1px 3px 0 #e6e5e3;
box-shadow: 1px 1px 3px 0 #e6e5e3;
overflow: hidden;
margin: .5em;
background-color: #fff;
border-radius: 5px;
}
.post-pnl {
z-index: 10000;
}
.post-pnl-btn {
display: none;
margin: .5em .5em 0 0;
padding: .3em .5em;
border-radius: .3em;
color: #fff;
background-color: #454545;
float: right;
cursor: pointer
}
.post-pic-img {
display: block;
max-height: 12em;
max-width: 100%;
margin: 0 auto
}
.post-pic-title {
padding: .5em;
line-height: 1.5em;
text-align: center
}
.post-pic-bottom {
border-top: 1px solid #f2f2f2;
padding: .5em;
}
.post-pic-time {
float: left;
color: #999
}
.post-pic-size {
float: right;
color: #999
}
.post-audio-img {
width: 100%;
height: 0;
padding-bottom: 62%;
background-color: #c0dbee;
-webkit-background-size: 35% auto;
-moz-background-size: 35% auto;
background-size: 35% auto;
background-repeat: no-repeat;
background-position: center;
background-image: url("../img/chat_bg.jpg");
}
.post-audio-img.playing {
background-image: url("../img/chat_bg.jpg")
}
.post-audio-pnl {
padding: .5em;
overflow: hidden;
color: #333;
}
.post-audio-title {
float: left
}
.post-audio-size {
float: right
}
.post-single {
padding: .5em;
}
.post-single-title {
font-weight: bold;
line-height: 2em
}
.post-single-time {
font-size: .9em;
color: #777;
line-height: 1.5em
}
.post-single-img {
height: 0;
padding-bottom: 65%;
background-color: #f5f5f5;
border-radius: .1em;
margin-top: 1em;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.post-single-desc {
color: #777;
line-height: 1.3em;
font-size: .8em;
margin-top: 1em;
text-indent: 2em
}
.post-single-link {
font-weight: bold;
font-size: .9em;
line-height: 2em;
margin-top: 1em;
color: #000;
cursor: pointer
}
.card .img-container {
width: 100%;
}
.card .img-container > img {
max-width: 100%;
max-height: 18em;
width: 24em;
height: auto;
object-fit: cover
}
.card .post-single-img {
margin-top: 0
}
.card .post-card-desc {
display: block;
color: #999;
line-height: 1.5em;
font-size: 1em !important;
border-top: 1px solid #dedede;
margin-bottom: -.2em;
margin-top: .2em;
padding-top: .2em
}
.post-multi-item {
padding: .5em;
position: relative;
border-top: 1px solid #dedede;
cursor: pointer;
}
.post-multi-item:first-child {
border-top: 0
}
.post-multi-img {
width: 100%;
height: 0;
padding-bottom: 50%;
background-color: #f5f5f5;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.post-multi-label {
position: absolute;
left: 0;
bottom: 0;
font-size: .8em;
width: 100%;
line-height: 2;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-indent: .5em;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
cursor: pointer
}
.post-multi-left {
margin-right: 3.5em;
line-height: 3;
vertical-align: middle;
min-height: 3em;
overflow: hidden;
}
.post-multi-title {
line-height: 1.5;
display: inline-block;
vertical-align: middle;
cursor: pointer
}
.post-multi-pic {
width: 3em;
height: 3em;
position: absolute;
right: .5em;
top: .5em;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.post:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}
.post:hover .post-pnl-btn {
display: block
}
.post.active .post-pnl {
background-color: rgba(32, 124, 196, 0.5)
}
.img-container {
display: inline-block
}
.img-loading, .img-err {
position: relative;
max-width: 100%;
height: 15em;
width: 10em;
background-color: #e6e6e6;
}
.img-loading:before, .img-err:before {
display: inline-block;
position: absolute;
content: '';
width: 3.5em;
height: 3.5em;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 3em 3em;
-moz-background-size: 3em 3em;
background-size: 3em 3em;
background-image: url("../img/chat_bg.jpg")
}
.img-err:before {
background-image: url("../img/chat_bg.jpg")
}
.res {
background-color: #fff;
}
.res-head {
z-index: 10000;
-webkit-box-shadow: 0 1px 2px 2px #d8d8d6;
box-shadow: 0 1px 2px 2px #d8d8d6;
background-color: #fff;
height: 5em;
}
.res-menu {
height: 4em;
}
.res-close {
float: right;
margin: .75em;
width: 2.5em;
height: 2.5em;
border-radius: 2em;
line-height: 2.5em;
text-align: center;
cursor: pointer
}
.res-tabs {
left: 1em;
right: 1em;
white-space: nowrap;
overflow: hidden;
}
.res-tab {
display: inline-block;
vertical-align: bottom;
text-align: center;
width: 10em;
height: 4em;
line-height: 4em;
padding: 0 .5em;
border-top-left-radius: .2em;
border-top-right-radius: .2em;
margin: 0 .2em;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.res-tab:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.res-tab.active {
color: #207cc4
}
.res-body {
top: 5em;
background-color: #eeedeb;
color: #444;
}
.res-pnl {
width: 20em;
border-right: 1px solid #d1cfcd;
z-index: 10001;
overflow: auto
}
.res-box {
left: 20em;
bottom: 3em;
padding: .5em;
overflow: auto;
}
.res-lane {
width: 20%;
float: left
}
.res-table {
width: 100%
}
.res-grid {
float: left
}
.res-warn {
width: 20em;
margin: 0 auto;
left: 20em;
bottom: 3.5em !important;
border-radius: .3em;
background-color: #555;
color: #eee;
padding: .5em;
z-index: 100000;
text-align: center;
-webkit-transition: display 1s ease;
-moz-transition: display 1s ease;
-o-transition: display 1s ease;
-ms-transition: display 1s ease;
transition: display 1s ease
}
.res-bar {
z-index: 10000;
left: 20em;
border-left: 1px solid #d1cfcd;
padding: 0 .5em;
overflow: hidden;
line-height: 3em;
height: 3em;
}
.res-path {
padding: 0 1em;
float: left;
}
.res-path:before {
content: "分类:"
}
.res-path-item:before {
content: "/";
display: inline-block;
height: 3em;
padding: 0 .2em
}
.res-info {
float: left;
}
.res-select {
cursor: pointer;
}
.res-select:before {
content: "已选中 "
}
.res-select:after {
content: " 个"
}
.res-select:hover {
color: #207cc4;
}
.res-select:hover:before {
content: "取消选择 "
}
.res-bat {
float: right;
overflow: hidden;
padding: 0 1.5em;
}
.res-bat-btn {
float: left;
margin: .5em;
padding: 0 1.5em;
line-height: 2em;
color: #fff;
background-color: #454545;
border-radius: .2em;
cursor: pointer
}
.res.fold .res-head {
height: 4em
}
.res.fold .res-menu {
float: right
}
.res.fold .res-tabs {
right: 3em
}
.res.fold .res-links {
display: none
}
.res.fold .res-body {
top: 4em
}
.slip-row {
vertical-align: top
}
.carousel-item, .cascade-item {
width: 100%;
height: 100%
}
.cascade {
white-space: normal
}
.tree {
display: block;
padding-left: 2em;
}
.node {
list-style-type: none;
}
.leaf {
line-height: 2em;
cursor: pointer;
display: inline-block;
min-width: 10em;
}
.leaf:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.leaf:before {
left: -1.5em;
margin: auto 0;
height: 1.5em;
line-height: 1.8em
}
.leaf.end {
cursor: default;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
.leaf.end.avail {
opacity: 1;
-ms-filter: none;
filter: none;
cursor: pointer
}
.leaf.end:before {
display: none
}
.leaf.active {
color: #008bff
}
.icon, .kh {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
text-rendering: auto;
text-transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon:before, .kh:before {
width: 1.0714em;
vertical-align: -4%;
speak: none;
text-align: center;
font-variant: normal;
line-height: 1em
}
.kh-bg {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 10em;
color: transparent !important;
}
.kh-bg:before {
color: transparent !important
}
@font-face {
font-family: "kh";
}
.kh {
font-family: "kh";
}
[class^="kh-"]:before {
font-family: "kh"
}
.kh-v5kf::before {
content: "\E800"
}
.kh-play::before {
content: "\E801"
}
.kh-back::before {
content: "\E802"
}
.kh-robot::before {
content: "\E803"
}
.kh-mute::before {
content: "\E804"
}
.kh-phone::before {
content: "\E805"
}
.kh-time::before {
content: "\E806"
}
.kh-msg::before {
content: "\E807"
}
.kh-card::before {
content: "\E808"
}
.kh-like::before {
content: "\E809"
}
.kh-manual::before {
content: "\E80A"
}
.kh-warn::before {
content: "\E80B"
}
.kh-person::before {
content: "\E80C"
}
.kh-balloon::before {
content: "\E80D"
}
.kh-face::before {
content: "\E80E"
}
.kh-addr::before {
content: "\E80F"
}
.kh-img::before {
content: "\E810"
}
.kh-ques::before {
content: "\E811"
}
.kh-menu::before {
content: "\E812"
}
.kh-down::before {
content: "\E813"
}
.kh-maximize::before {
content: "\E814"
}
.kh-tel::before {
content: "\E815"
}
.kh-left::before {
content: "\E816"
}
.kh-rot-wise::before {
content: "\E817"
}
.kh-rot-anti::before {
content: "\E818"
}
.kh-scrshot::before {
content: "\E819"
}
.kh-mlike::before {
content: "\E81A"
}
.kh-mmsg::before {
content: "\E81B"
}
.kh-mplay::before {
content: "\E81C"
}
.kh-mmute::before {
content: "\E81D"
}
.kh-mmanual::before {
content: "\E81E"
}
.kh-mques::before {
content: "\E81F"
}
.kh-iadd::before {
content: "\E821"
}
.kh-yes::before {
content: "\E822"
}
.kh-no::before {
content: "\E823"
}
.kh-close::before {
content: "\E824"
}
.kh-pic::before {
content: "\E826"
}
.kh-talk::before {
content: "\E830"
}
.kh-suggest::before {
content: "\E831"
}
.kh-up::before {
content: "\E832"
}
.kh-v5logo::before {
content: "\E833"
}
.kh-wangwang::before {
content: "\E834"
}
.kh-bubble::before {
content: "\E835"
}
.kh-qq::before {
content: "\E836"
}
.kh-qrcode::before {
content: "\E837"
}
.kh-smile::before {
content: "\E838"
}
.kh-send::before {
content: "\E839"
}
.kh {
font-family: "kh";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center
}
.input-mask {
position: relative;
background-color: #fff;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
color: #000;
padding: 8px 2px;
z-index: 1000000;
font-size: small;
}
.input-mask .recon-tip {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.input-mask .recon-tip i {
color: #209de9;
cursor: pointer;
font-style: normal;
}
.input-mask .recon-tip i:hover {
color: #20e4e9
}
.mask {
background-color: rgba(0, 0, 0, 0.7);
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.mask:after {
content: "关闭";
cursor: pointer;
position: absolute;
right: 1.8em;
top: 1em;
z-index: 1000000;
display: block;
overflow: hidden;
height: 1.5em;
border-radius: 1.5em;
border: 1px solid #dedede;
background-color: rgba(255, 255, 255, 0.7);
line-height: 1.5em;
padding: 0 1em
}
.mask.unclose:after {
display: none
}
.loading {
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 3em auto;
-moz-background-size: 3em auto;
background-size: 3em auto;
background-image: url("../img/chat_bg.jpg");
}
.loading.refresh {
cursor: pointer;
background-image: url("../img/chat_bg.jpg")
}
.link-pnl {
display: block;
border: 0;
width: 1000px;
max-width: 100%;
height: 100%;
margin: 0 auto;
background-color: #fff
}
.prev-btn {
position: absolute;
bottom: .5em;
right: .5em;
-webkit-border-radius: 400px;
border-radius: 400px;
background-color: rgba(255, 255, 255, 0.9);
cursor: pointer;
text-align: center;
z-index: 100000;
-webkit-appearance: none;
}
.prev-btn.img-rot {
font-size: 2em;
line-height: 1.4;
padding: 0 .2em
}
.pnl-mask {
z-index: 2147483647;
background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.img-loading {
z-index: 2147483647;
background-color: rgba(255, 255, 255, 0.65);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 3em auto;
-moz-background-size: 3em auto;
background-size: 3em auto;
background-image: url("../img/chat_bg.jpg");
}
.img-loading.refresh {
cursor: pointer;
background-image: url("../img/chat_bg.jpg")
}
*::-webkit-scrollbar {
width: 3px;
margin-left: -3px;
background-color: transparent
}
*::-webkit-scrollbar-thumb {
border-radius: 3px;
background-color: #484a4b
}
body {
background: #fff
}
.body-bg {
display: none
}
#cameraBtn {
display: none
}
#histStart {
cursor: pointer;
margin: 0;
height: 2em;
line-height: 2em;
font-size: 1em;
outline: none;
background-color: transparent;
}
#histStart .loading {
-webkit-background-size: 2em auto;
-moz-background-size: 2em auto;
background-size: 2em auto
}
#histStart:hover {
color: #999
}
#histStart:focus, #histStart:active {
color: #999;
background-color: transparent
}
#humanBtn {
width: auto;
}
#humanBtn:after {
content: '转人工';
display: inline;
vertical-align: 17%;
font-size: .7em
}
.kh.warn-btn:active {
color: #999
}
.kh.warn-btn:hover {
color: #999;
}
.kh.warn-btn:hover:after {
color: #999
}
.contaniner {
margin: 0
}
.pnl-head-sm {
display: none;
-webkit-box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2);
box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2)
}
.pnl-head {
height: 5em;
background-color: #484a4b;
-webkit-box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2);
box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2);
}
.pnl-opt, .pnl-about {
font-size: 1.8em;
line-height: 2.85em;
float: right;
width: 2.5em;
color: #ececec;
cursor: pointer;
text-align: center;
}
.pnl-opt.pnl-esc, .pnl-about.pnl-esc, .pnl-opt.pnl-voice, .pnl-about.pnl-voice, .pnl-opt.pnl-max, .pnl-about.pnl-max, .pnl-opt.pnl-min, .pnl-about.pnl-min {
display: none
}
.pnl-hl {
position: absolute;
top: 20%;
height: 60%;
width: auto;
left: 1em
}
.pnl-site {
position: absolute;
top: .7em;
left: .8em;
font-size: 1.6em;
color: #fff
}
.pnl-body {
top: 5em !important;
z-index: -1
}
.sp {
position: relative;
text-align: center;
height: 1px;
margin: 1.5em 2em;
line-height: 0;
color: #ababab;
}
.sp:before, .sp:after {
content: "";
background-color: #cdcdcd;
height: 1px
}
.sp:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 65%;
}
.sp:after {
position: absolute;
right: 0;
top: 0;
bottom: 0;
left: 65%;
}
.msg-wrap {
padding: .5em 0;
}
.msg-wrap input[type='radio']:checked {
background-color: #72c86b
}
.msg-wrap input[type='text'] {
padding: .3em .5em;
width: 15em
}
.msg-btn {
width: 5em;
text-align: center;
padding: .1em 0;
font-size: .9em;
background-color: #72c868;
color: #fff;
border-radius: .2em;
cursor: pointer
}
.msg.hist {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-content {
width: 96%;
line-height: 1.2;
resize: vertical;
margin-top: .25em;
padding: .15em .15em;
height: 50px;
max-height: 150px
}
.pnl-left {
right: 20em !important;
border-right: 1px solid #cdcfcf;
}
.pnl-alert {
padding: .5em;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
background-color: black \9;
background-color: rgba(0, 0, 0, .6) \9 \0;
z-index: 1000000;
margin: 3em auto 0;
border-radius: .4em;
cursor: pointer;
display: none;
width: 35em;
max-width: 80%;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
padding-right: 2em;
text-align: center;
}
.pnl-alert:after {
content: "×";
padding: 0 .5em;
position: absolute;
right: .2em
}
.pnl-msgs {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
bottom: 10em !important;
border-bottom: 1px solid #c9cacb;
z-index: 100000;
overflow: auto;
padding: .5em 0 1.5em .3em;
background: #fff;
}
.msg-banner {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1000001;
padding: .5em 2em .5em .8em;
color: #333;
background: #eff;
background: rgba(232, 255, 255, 0.9);
-webkit-box-shadow: 0 0 5px 2px #dedede;
box-shadow: 0 0 5px 2px #dedede;
}
.msg-banner a {
color: #50a7dc;
text-decoration: underline;
word-break: break-word;
cursor: pointer;
}
.msg-banner a:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-banner .close {
padding: .3em;
position: absolute;
top: .2em;
right: .2em;
cursor: pointer;
color: #888;
font-size: 1em
}
.msg-host {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.msg-ball {
word-break: break-all;
}
.msg-tel.not-ok {
border-color: #f00
}
.msg-drag.gray {
background-color: #888
}
.msg.guest .ic {
margin: 0
}
.msg.worker .msg-ball {
background-color: #ddf6f8;
}
.msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
.msg.worker .ic {
margin: 0;
font-size: 2.42em
}
.msg.robot .msg-ball {
background-color: #e0f4e0;
}
.msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
.msg-title {
font-size: 1.2em;
line-height: 2
}
.msg-form {
padding: .5em 0;
margin-top: .5em;
}
.msg-form input {
padding: .3em;
font-weight: bold
}
.msg-drag {
font-size: .9em;
width: auto;
height: 2em;
background-color: #85bafb;
border: 1px solid rgba(0, 0, 0, 0.15);
color: #fff;
text-align: center;
line-height: 2;
margin-bottom: .6em;
position: relative;
}
.msg-drag .drag-thumb {
display: block;
width: 2em;
height: 2em;
background-color: #fff;
cursor: e-resize;
position: absolute;
top: 0;
left: 0
}
.msg.robot .msg-host {
background-color: #83d85b
}
.msg.robot .ic {
font-size: 3em;
margin: 0
}
.msg-host.photo {
background-color: transparent !important;
border-radius: 5px
}
.pnl-text {
height: 10em;
z-index: 100001 !important;
background: #fff;
}
.pnl-ext {
bottom: 100% !important;
overflow: hidden;
padding: .5em;
}
.emoji-pnl {
bottom: 2.2em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 98%;
overflow: auto;
}
.emoji-item {
width: 24px;
height: 24px;
cursor: pointer
}
.pnl-warn {
background-color: #f3f3f3;
line-height: 2em;
font-size: 1em;
padding: 0 .5em;
color: #474747;
}
.pnl-warn #quesBtn {
display: none
}
.pnl-warn-right {
line-height: 2.2
}
.pnl-warn-free {
margin-right: .2em;
}
.menu-btn, .mute-btn, .send-btn, body.phone .send-btn {
display: none
}
.warn-btn {
cursor: pointer;
font-size: 1.5em;
vertical-align: middle;
width: 18px;
height: 18px;
}
.sess-status {
font-size: .9em;
color: #3f9de4;
}
.sess-status small {
color: #afafaf
}
.pnl-input {
top: 2.12em !important;
bottom: 2.5em !important;
padding: 0;
}
.pnl-input > textarea {
width: 100%;
height: 100%;
display: block;
border: 0;
resize: none;
color: #323232;
padding: .5em .8em;
font-size: 1em;
line-height: 20px;
background-color: #fff;
overflow: auto;
cursor: text
}
.atcom-pnl {
position: absolute;
max-height: 15em;
max-width: 96%;
min-width: 50%;
left: .6em;
bottom: 103%;
background-color: #fff;
border: 1px solid #ccc;
overflow-y: auto;
}
.atcom-pnl .atcom {
list-style: none;
padding: 0;
margin: 0;
}
.atcom-pnl .atcom .atcom-item {
color: #323232;
cursor: pointer;
padding: 6px 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
font-size: 1em;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.atcom-pnl .atcom .atcom-item:hover, .atcom-pnl .atcom .atcom-item:active, .atcom-pnl .atcom .atcom-item.active {
background-color: #ececec
}
.pnl-btn {
right: .5em !important;
bottom: .5em !important;
color: #fff;
padding: .3em;
width: 4em;
text-align: center;
background-color: #484a4b;
border-radius: .2em;
cursor: pointer;
}
.pnl-btn:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.pnl-right {
width: 20em;
background: #fff
}
.slider-container {
position: relative;
height: 11.25em;
background: #f7f7f7;
}
.slider-container.hide + div {
top: 0
}
.pnl-right-content {
position: absolute;
top: 11.25em;
right: 0;
bottom: 0;
left: 0
}
.pnl-tabs {
height: 3em;
padding-left: 1em;
border-bottom: 1px solid #cdcfcf
}
.pnl-tab-btns {
background-color: #38424d;
overflow: hidden
}
.tab-btn {
margin: 0 .5em;
float: left;
cursor: pointer;
text-align: center;
color: #afafaf;
line-height: 2.95em;
position: relative;
}
.tab-btn.active {
color: #51b1d9;
border-bottom: 3px solid #51b1d9
}
.tab-btn.checked {
color: #fff
}
.tab-btn.checkedafte {
content: "";
border-bottom: .4em solid #abd1ea;
border-left: .4em solid transparent;
border-right: .4em solid transparent;
position: absolute;
bottom: 0;
width: 0;
left: 0;
height: 0;
right: 0;
margin: 0 auto
}
.pnl-tab-boxs {
position: absolute;
top: 2.5em;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
background-image: url("../img/chat_bg.jpg");
background-image: url(../img/chat_bg.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center
}
.tab-box {
display: none
}
.tab-box.show {
display: block
}
.questions {
list-style: decimal;
line-height: 2em;
color: #536171;
margin: .5em 0
}
.q-item {
line-height: 1.3em;
margin: .5em 0;
cursor: pointer;
}
.q-item:hover {
opacity: .6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60)
}
#about {
padding: 0 1em;
color: #000
}
.about-links {
list-style: none;
padding-left: 30px
}
.about-link {
position: relative;
line-height: 1.5em;
}
.about-link a:hover {
text-decoration: underline
}
.about-link > .kh {
position: absolute;
left: -2em;
line-height: 1.5
}
.pnl-support, .pnl-support-sm {
margin: auto;
width: 10em;
line-height: 1.6em;
position: absolute;
left: 1em;
bottom: .9em;
color: #999;
background-color: transparent;
font-size: .8em
}
a {
text-decoration: none
}
.pnl-support-sm {
left: 0;
right: 0;
bottom: 0;
text-align: center;
color: #a6a6a6;
background-color: #eaeaea;
padding: 2px;
border-radius: .5em .5em 0 0;
font-size: .7em;
z-index: 1001;
display: none
}
.pnl-more {
padding: .5em;
text-align: center;
color: #62b1e5;
cursor: pointer
}
.pnl-time {
padding: .5em;
text-align: center;
color: #a9a9a9
}
.pnl-back, .pnl-send {
padding: .5em;
position: relative;
overflow: hidden
}
.msg-ico {
position: absolute;
top: .5em;
left: .5em;
border-radius: 2em;
width: 2.5em;
height: 2.5em;
background-color: #6fbdf3;
color: #fff;
-webkit-box-shadow: 0 0 1px 1px #dedede;
box-shadow: 0 0 1px 1px #dedede;
overflow: hidden
}
.msg-ico > .kh {
font-size: 2em;
margin: 0;
width: 1.25em;
height: 1.25em;
text-align: center;
line-height: 1.25em
}
.msg-box {
margin: 0 3em;
min-height: 1.5em;
min-width: 3em;
float: left;
background-color: #d1ecff;
border-radius: .5em;
position: relative;
color: #262d35;
padding: .5em;
text-align: justify
}
.msg-box:before {
content: "";
width: 1em;
height: 1em;
background-image: url("../img/chat_bg.jpg");
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: .3em;
left: -.5em
}
.pnl-send > .msg-ico {
left: auto;
right: .5em;
background-color: #b0bec9;
color: #f6fbff
}
.pnl-send > .msg-ico > .kh {
font-size: 2.5em;
margin: 0;
width: 1em;
height: 1em
}
.pnl-send > .msg-box {
float: right;
background-color: #e9eef1
}
.pnl-send > .msg-box:before {
background-image: url("../img/chat_bg.jpg");
left: auto;
right: -.5em
}
.eval-title {
color: #0084e3
}
.eval-radio {
padding: .5em 0
}
.eval-btn {
width: 5em;
text-align: center;
padding: .1em 0;
font-size: .9em;
background-color: #72c868;
color: #fff;
border-radius: .2em;
cursor: pointer
}
.eval-input {
padding: .5em !important;
margin: .5em 0
}
.link {
width: 33.3%;
float: left;
text-align: center;
color: #516172;
padding: 1.5em 0 .7em 0;
cursor: pointer
}
.link > .kh {
font-size: 2.3em;
color: #fff;
text-shadow: 2px 2px 49px #004680
}
.link-text {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 2.5em
}
.pnl-link {
width: 20em;
border: 1px solid #dedede;
margin: 1em auto
}
.item_img {
padding: .5em
}
.item_img_div {
width: 100%;
height: 0;
padding-bottom: 50%;
background-color: #dedede;
background-image: url("../images/1.jpg");
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
position: relative
}
.item_img_title {
font-size: .8em;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
line-height: 2em;
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-indent: .5em;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.item_link {
position: relative;
border-top: 1px solid #dedede;
padding: .5em
}
.item_link_title {
margin-right: 3.5em;
line-height: 3em;
min-height: 3em;
overflow: hidden;
vertical-align: middle
}
.item_link_text {
display: inline-block;
line-height: 1.5em;
overflow: hidden;
vertical-align: middle
}
.item_link_photo {
width: 3em;
height: 3em;
position: absolute;
right: .5em;
top: .5em;
background-image: url("../images/1.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.item_link_line {
font-size: .8em;
line-height: 1.5em
}
.item_news {
padding: .5em
}
.item_news_title {
font-weight: bold;
line-height: 2em
}
.item_news_time {
font-size: .9em;
color: #777;
line-height: 1.5em
}
.item_news_img {
height: 0;
padding-bottom: 50%;
background-color: #dedede;
border-radius: .1em;
margin-top: 1em;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.item_news_des {
color: #777;
line-height: 1.3em;
font-size: .8em;
margin-top: 1em
}
.item_news_link {
font-weight: bold;
font-size: .9em;
line-height: 2em;
margin-top: 1em
}
.advice {
padding: .5em
}
.advice-ask-head, .advice-ans-head {
font-size: 1.2em;
line-height: 2em;
}
.advice-ask-head .kh-ask, .advice-ans-head .kh-ask, .advice-ans-head .kh-ans {
font-size: 1.5em;
vertical-align: -25%
}
.advice-ask-text {
margin: .5em 0;
height: 6em;
line-height: 1.3em;
border-radius: .3em
}
.advice-ask-btn {
line-height: 2em;
float: right;
margin: -3em .3em 0 0;
position: relative;
z-index: 100000;
cursor: pointer
}
.advice-ans-head {
color: #6fbff0;
border-bottom: 2px solid #6fbff0;
}
.advice-ans-list {
margin: .5em;
padding: 0;
color: #333;
line-height: 1.5em
}
.advice-ans-item {
display: block;
padding: .5em;
cursor: pointer
}
.pnl-rel, .pnl-hot {
position: absolute;
top: 3em;
right: 0;
bottom: 0;
left: 0;
margin-top: 1px;
background-color: #fff;
color: #959595
}
.rel-title {
padding: .5em 1em;
font-size: 1.5em
}
.rel-list {
margin: 0;
text-align: left;
list-style: none;
padding-right: .5em;
color: #000;
overflow: auto;
bottom: .1em;
padding-left: 1.5em;
}
.rel-list::-webkit-scrollbar {
width: 2px;
margin-left: -2px
}
.rel-item {
margin: .5em 0;
position: relative;
counter-increment: rel;
line-height: 1.5em;
cursor: pointer;
}
.rel-item:hover {
opacity: .6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60)
}
.fraud-warn {
color: #d70707
}
.msg-feb {
margin: 0 auto;
text-align: center;
color: #efefef;
}
.msg-feb div {
border-radius: 4px;
background-color: #fff;
cursor: pointer;
padding: 4px 16px;
display: inline-block;
}
.msg-feb div i {
padding-right: 2px;
color: #fefefe
}
.msg-feb .feb-yes {
margin: 6px 6px 0;
background-color: #46a946;
}
.msg-feb .feb-yes:hover {
color: #fff;
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-feb .feb-no {
margin: 6px 6px 0;
background-color: #ef6767;
}
.msg-feb .feb-no:hover {
color: #fff;
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.show {
display: block !important
}
.bg, .msg-host, .msg-audio-btn {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bg.cover, .msg-host.cover, .msg-audio-btn.cover {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.bg.contain, .msg-host.contain, .msg-audio-btn.contain {
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain
}
.bg.fix, .msg-host.fix, .msg-audio-btn.fix {
background-attachment: fixed
}
.msg {
overflow: hidden;
}
.msg-host {
top: .5em;
-webkit-border-radius: 2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2em;
width: 36px;
height: 36px;
background-color: #b3b5b7;
color: #fff;
overflow: hidden;
text-align: center;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.msg-host > i {
font-size: 2.65em;
line-height: 1.25
}
.msg-ball {
line-height: 20px;
font-size: 1em;
padding: 8px 1em;
margin: .5em 4.2em;
border-radius: .4em;
min-width: 2em;
max-width: 100%;
color: #323232;
background-color: #f0f0f0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.msg-ball:before {
content: "";
top: 12px !important;
width: 0;
height: 0;
border-style: solid
}
.emoji {
vertical-align: middle
}
.msg-ball.img {
padding: .2em;
max-width: 100%;
}
.msg-ball.img > img {
max-width: 100%;
max-height: 15em;
vertical-align: bottom
}
.msg-ball.audio {
padding: .2em 1em;
cursor: pointer;
}
.msg-audio-btn {
width: 2em;
height: 2em;
background-image: url("../lib/files/images/voice/play_d3902da6d6.gif");
background-position: center top;
}
.msg-audio-btn.playing {
background-position: center bottom
}
.msg-anchor, .msg-ball .msg-link, .msg-ball a {
color: #4270f6;
text-decoration: none;
word-break: break-word;
cursor: pointer;
}
.msg-anchor:hover, .msg-ball .msg-link:hover, .msg-ball a:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-ball .seq-num:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-relques {
margin: 0 -1em;
position: relative;
padding: 5px 1em 1px 1em;
}
.msg-relques.child1 {
padding: 12px 1em 1px 1em
}
.msg-left {
overflow: hidden;
}
.msg-left > .msg-host {
left: .5em;
top: .5em
}
.msg-left > .msg-ball {
float: left;
}
.msg-left > .msg-ball:before {
left: -.5em;
border-color: transparent #f0f0f0 transparent transparent;
border-width: .4em .6em .4em 0
}
.msg-left:before {
content: attr(worker);
display: block;
color: #848484;
margin-bottom: -.5em;
margin-left: 3.8em;
padding-top: .5em
}
.msg-left > .msg-host {
left: .5em;
top: .7em;
background-color: #6fbdf3;
}
.msg-left > .msg-host .ic {
font-size: 2.65em
}
.msg-right {
overflow: hidden;
}
.msg-right > .msg-host {
right: .5em;
top: .5em
}
.msg-right > .msg-ball {
float: right;
}
.msg-right > .msg-ball:before {
right: -.55em;
border-color: transparent transparent transparent #f0f0f0;
border-width: .4em 0 .4em .6em
}
.msg-center {
overflow: hidden;
max-width: 25em;
width: 95%;
margin: .3em auto !important;
-webkit-box-shadow: 0;
box-shadow: 0
}
.msg.time {
text-align: center;
color: #bfbfbf;
line-height: 0;
height: 1px;
margin: 1.2em 2em;
overflow: visible;
padding: 0;
}
.msg.time:before, .msg.time:after {
content: "";
height: 0;
background-color: #e9e9e9;
display: none
}
.msg.time:before {
right: 75% !important
}
.msg.time:after {
left: 75% !important
}
.msg.min .msg-host {
display: none
}
.msg.min .msg-ball {
margin: .5em 1em
}
.msg.unread {
cursor: pointer;
color: #3d9ce4;
}
.msg.unread:active {
color: #7fabcc
}
.post-single-img {
width: 100%;
padding-bottom: 53%
}
.slider-container {
overflow: hidden
}
ul, li {
list-style: none;
margin: 0;
padding: 0
}
.slider {
position: relative;
height: 11.25em;
background: #f7f7f7;
}
.slider.anim {
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
transition: all 0.35s ease
}
.slider li {
display: inline-block;
cursor: pointer;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.indicator {
position: relative;
bottom: 20px;
z-index: 7;
margin: 0 auto;
text-align: center;
}
.indicator.anim li {
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
transition: all 0.35s ease
}
.indicator li {
cursor: pointer;
width: 8px;
height: 8px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
margin: 0 3px;
background: #fff;
}
.indicator li.active {
background: #51b1d9
}
.media-control {
bottom: 19em;
left: 0;
right: 0;
z-index: 100000;
margin: auto;
text-align: center;
width: 20em;
height: auto;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 0 12px rgba(21, 65, 81, 0.3);
box-shadow: 0 0 12px rgba(21, 65, 81, 0.3);
padding: 1em;
}
.media-control .call-title {
font-size: 1.2em
}
.media-control .call-ring {
margin-bottom: -10px;
color: #ccc;
font-size: 4em
}
.media-control .call-accept, .media-control .call-reject {
display: inline-block;
font-size: 4em;
cursor: pointer
}
.media-control .call-accept {
color: #008000;
margin-right: 100px
}
.media-control .call-reject {
color: #f00
}
.media-container {
width: 450px;
height: 400px;
max-width: 100%;
max-height: 100%;
margin: auto;
-webkit-box-shadow: 0 0 10px 0 #000;
box-shadow: 0 0 10px 0 #000;
}
.media-container .video_distance {
width: 100%;
height: 100%;
background: #000
}
.media-container .video_local {
position: absolute;
top: 5px;
right: 5px;
width: 136px;
height: 112px
}
.media-container .video-control {
width: 100%;
position: absolute;
bottom: 1.5em;
color: rgba(255, 255, 255, 0.502);
font-size: 1.5em;
text-align: center;
}
.media-container .video-control div {
display: inline-block;
cursor: pointer
}
.media-container .video-control .mute, .media-container .video-control .video-off {
position: absolute;
bottom: .8em;
}
.media-container .video-control .mute.active, .media-container .video-control .video-off.active {
color: #fff
}
.media-container .video-control .mute {
position: absolute;
left: .8em
}
.media-container .video-control .video-off {
right: .8em
}
.media-container .video-control .hangup {
font-size: 2.5em;
color: #f00
}
body.phone .media-container, body.ifr .media-container {
width: 100%;
height: 100%
}
@media screen and (max-width: 720px) {
.media-container {
width: 100%;
height: 100%
}
}
.anim-h {
-webkit-transition: height 0.2s ease;
-moz-transition: height 0.2s ease;
-o-transition: height 0.2s ease;
-ms-transition: height 0.2s ease;
transition: height 0.2s ease
}
.anim-hm {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
-ms-transition: height 0.35s ease;
transition: height 0.35s ease
}
@media screen and (min-width: 900px) {
body {
text-align: center;
background-color: #caeaf7;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.contaniner {
margin: 20px 0 50px
}
.pnl {
text-align: left;
margin: auto;
max-width: 900px;
max-height: 700px;
width: 900px;
border-radius: .5em;
overflow: hidden;
-webkit-box-shadow: 0 0 8px 0 rgba(33, 101, 129, 0.4);
box-shadow: 0 0 8px 0 rgba(33, 101, 129, 0.4)
}
.body-bg {
display: block
}
}
@media screen and (max-width: 720px) {
body {
overflow: hidden;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.body-bg {
display: none
}
#cameraBtn {
display: inline-block
}
#humanBtn {
width: 1.8em;
}
#humanBtn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
.pnl-ext {
border-top: 0 solid #dfdfdf !important;
bottom: 100% !important;
height: 20em;
overflow: hidden;
padding: .3em .3em 1.5em .3em;
top: -21.5em;
}
.pnl-ext .emoji-pnl {
position: absolute;
bottom: .8em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 94%;
max-height: 19em;
overflow: auto
}
.ques-pnl {
position: absolute;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0);
padding: 6px 2px 6px 2px;
border: 0 solid #cdcfcf;
border-radius: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll
}
.pnl-head {
display: none
}
.pnl-head-sm {
display: block;
z-index: 100000000;
background-color: #484a4b;
height: 3em;
line-height: 3em;
padding: 0 .5em;
color: #fff;
text-align: center;
font-size: 1.1em;
}
.pnl-head-sm .chat-title {
font-size: 1.2em;
display: inline-block;
margin: 0 1.5em;
width: 85%;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden
}
.pnl-head-sm .v {
font-size: 1.2em;
position: absolute;
left: -.1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
.pnl-head-sm .v-r {
font-size: 1.2em;
position: absolute;
right: .1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
.pnl-body {
top: 3.3em !important
}
.pnl-right {
display: none
}
.pnl-left {
right: 0 !important;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease
}
.pnl-msgs {
background-color: #fff;
bottom: 3.3em !important;
padding: .3em .3em 1em .3em;
border-bottom: 0 solid #ddd
}
.pnl-text {
position: fixed !important;
height: 3.2em;
background-color: #ededed;
font-size: 1em;
border-top: 1px solid #ddd;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pnl-text .emoji-item {
width: 30px;
height: 30px;
padding: 2px
}
.pnl-support {
display: none
}
.pnl-support-sm {
display: block
}
.pnl-warn {
position: static !important;
border: 0
}
.pnl-warn-free {
position: static;
padding: 1px 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.mute-btn, .emoji-btn, .menu-btn, .send-btn, body.phone .send-btn {
color: #7c7c7c;
position: absolute;
z-index: 100000
}
.menu-btn {
right: 0;
top: .16em;
font-size: 2.5em;
margin-left: 0;
display: block
}
.send-btn {
right: 0;
top: .155em;
font-size: 2.5em;
color: #484a4b
}
.pnl-warn-left {
position: absolute !important;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 0;
display: none;
}
.pnl-warn-left .warn-btn {
width: 1.8em;
text-align: center;
line-height: 1.3;
margin: .2em;
color: #7c7c7c;
}
.pnl-warn-left .warn-btn#quesBtn {
display: inline-block
}
.pnl-warn-left .warn-btn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
.pnl-warn-left .warn-btn#scrshot {
display: none
}
.pnl-warn-left .pnl-logo-sm {
display: block
}
.pnl-warn-btns {
height: 100%;
overflow: hidden;
padding: .3em .6em;
font-size: 1.6em;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.pnl-warn-right {
display: none
}
.pnl-ques-btn {
position: absolute;
top: .2em;
left: 0;
z-index: 10000000;
font-size: 1.6em
}
.pnl-input {
top: 0 !important;
bottom: 0 !important;
left: .5em;
right: 5.7em !important;
padding: .1em .2em;
margin: .3em .6em .35em 0;
background-color: #fff;
max-height: 2.4em;
border-radius: 4px;
}
.pnl-input textarea {
padding: .4em 0;
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
line-height: 1.2;
font-size: 1.2em;
overflow-y: visible;
outline: none
}
.pnl-input .atcom-pnl {
left: .2em;
max-width: 98%;
max-height: 12em
}
.pnl-btn {
display: none;
top: .45em !important;
right: .3em !important;
width: 2.1em;
height: 1.5em;
line-height: 1.7
}
.msg-left .msg-ball {
margin: .5em 3.2em .5em 4.2em
}
.msg-right .msg-ball {
margin: .5em 4.2em .5em 3.2em
}
.msg-ball {
min-width: .7em;
}
.msg-anchor, .msg-ball a {
color: #4270f6
}
.msg.robot .msg-ball {
color: #323232;
background-color: #e0f4e0;
}
.msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
.msg.worker .msg-ball {
color: #323232;
background-color: #ddf6f8;
}
.msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
.msg-right .msg-ball {
color: #323232;
background-color: #f0f0f0 !important;
}
.msg-right .msg-ball:before {
border-color: transparent transparent transparent #f0f0f0 !important
}
.msg {
padding: .2em 0;
}
.msg.time:before {
background-color: transparent
}
.msg.time:after {
background-color: transparent
}
#histStart:before {
right: 80% !important
}
#histStart:after {
left: 80% !important
}
.mask:after {
right: .8em;
top: .8em
}
.link-pnl {
margin-top: 3.3em
}
}
body.phone.ifr .pnl-head-sm {
display: none
}
body.phone.ifr .pnl-head {
display: block;
height: 4.5em;
background: transparent;
background-color: #484a4b;
}
body.phone.ifr .pnl-head .pnl-worker {
display: block;
z-index: -1;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-photo {
margin: 6px;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-photo .pnl-worker-icon {
font-size: 3.5em;
margin: 0
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text {
padding: 5px;
margin: 0;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text .pnl-worker-name {
line-height: 1.8
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text .pnl-worker-site {
line-height: 1.5
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text.unsite {
padding: 0 5px;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text.unsite .pnl-worker-name {
padding: 1em 0;
display: inline-block
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text.unsite .pnl-worker-site {
display: none
}
body.phone.ifr .pnl-head .pnl-hl, body.phone.ifr .pnl-head .pnl-site {
display: none
}
body.phone.ifr .pnl-head .pnl-opt {
color: #fff;
font-size: 1.1em;
line-height: 2.5;
width: 2.5em;
margin-right: 0;
}
body.phone.ifr .pnl-head .pnl-opt.pnl-esc {
display: none
}
body.phone.ifr .pnl-head .pnl-opt.pnl-voice, body.phone.ifr .pnl-head .pnl-opt.pnl-min {
display: block
}
body.phone.ifr .pnl-head .pnl-opt.pnl-min {
margin-right: .5em
}
body.phone.ifr .pnl-head .pnl-about {
display: none
}
body.phone.ifr .pnl-body {
top: 4.5em !important
}
body.phone body {
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
body.phone #cameraBtn {
display: inline-block
}
body.phone #humanBtn {
width: 1.8em;
}
body.phone #humanBtn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
body.phone .pnl-ext {
border-top: 0 solid #dfdfdf !important;
bottom: 100% !important;
height: 20em;
overflow: hidden;
padding: .3em .3em 1.5em .3em;
top: -21.5em;
}
body.phone .pnl-ext .emoji-pnl {
position: absolute;
bottom: .8em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 94%;
max-height: 19em;
overflow: auto
}
body.phone .ques-pnl {
position: absolute;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0);
padding: 6px 2px 6px 2px;
border: 0 solid #cdcfcf;
border-radius: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll
}
body.phone .pnl-head {
display: none
}
body.phone .pnl-head-sm {
display: block;
z-index: 100000000;
background-color: #484a4b;
height: 3em;
line-height: 3em;
padding: 0 .5em;
color: #fff;
text-align: center;
font-size: 1.1em;
}
body.phone .pnl-head-sm .chat-title {
font-size: 1.2em;
display: inline-block;
margin: 0 1.5em;
width: 85%;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden
}
body.phone .pnl-head-sm .v {
font-size: 1.2em;
position: absolute;
left: -.1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
body.phone .pnl-head-sm .v-r {
font-size: 1.2em;
position: absolute;
right: .1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
body.phone .pnl-body {
top: 3.3em !important
}
body.phone .pnl-right {
display: none
}
body.phone .pnl-left {
right: 0 !important;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease
}
body.phone .pnl-msgs {
background-color: #fff;
bottom: 3.3em !important;
padding: .3em .3em 1em .3em;
border-bottom: 0 solid #ddd
}
body.phone .pnl-text {
position: absolute;
height: 3.2em;
background-color: #ededed;
font-size: 1em;
border-top: 1px solid #ddd;
outline: none;
display: block;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.phone .pnl-text .emoji-item {
width: 30px;
height: 30px;
padding: 2px
}
body.phone .pnl-support {
display: none
}
body.phone .pnl-support-sm {
display: block
}
body.phone .pnl-warn {
position: static !important;
border: 0
}
body.phone .pnl-warn-free {
position: static;
padding: 1px 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
body.phone .mute-btn, body.phone .emoji-btn, body.phone .menu-btn, body.phone .send-btn {
color: #7c7c7c;
position: absolute;
z-index: 100000
}
body.phone .emoji-btn {
right: 1.2em;
top: .16em;
font-size: 2.4em
}
body.phone .menu-btn {
right: 0;
top: .16em;
font-size: 2.5em;
margin-left: 0;
display: block
}
body.phone .send-btn {
right: 0;
top: .155em;
font-size: 2.5em;
color: #484a4b
}
body.phone .pnl-warn-left {
position: absolute !important;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 0;
display: none;
}
body.phone .pnl-warn-left .warn-btn {
width: 1.8em;
text-align: center;
line-height: 1.3;
margin: .2em;
color: #7c7c7c;
}
body.phone .pnl-warn-left .warn-btn#quesBtn {
display: inline-block
}
body.phone .pnl-warn-left .warn-btn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
body.phone .pnl-warn-left .warn-btn#scrshot {
display: none
}
body.phone .pnl-warn-left .pnl-logo-sm {
display: block
}
body.phone .pnl-warn-btns {
height: 100%;
overflow: hidden;
padding: .3em .6em;
font-size: 1.6em;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
body.phone .pnl-warn-right {
display: none
}
body.phone .pnl-ques-btn {
position: absolute;
top: .2em;
left: 0;
z-index: 10000000;
font-size: 1.6em
}
body.phone .pnl-input {
top: 0 !important;
bottom: 0 !important;
left: .5em;
right: 5.7em !important;
padding: .1em .2em;
margin: .3em .6em .35em 0;
background-color: #fff;
max-height: 2.4em;
border-radius: 4px;
}
body.phone .pnl-input textarea {
padding: .4em 0;
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
line-height: 1.2;
font-size: 1.2em;
overflow-y: visible;
outline: none
}
body.phone .pnl-input .atcom-pnl {
left: .2em;
max-width: 98%;
max-height: 12em
}
body.phone .pnl-btn {
display: none;
top: .45em !important;
right: .3em !important;
width: 2.1em;
height: 1.5em;
line-height: 1.7
}
body.phone .msg-left .msg-ball {
margin: .5em 3.2em .5em 4.2em
}
body.phone .msg-right .msg-ball {
margin: .5em 4.2em .5em 3.2em
}
body.phone .msg-ball {
min-width: .7em;
}
.msg-anchor, body.phone .msg-ball a {
color: #4270f6
}
body.phone .msg.robot .msg-ball {
color: #323232;
background-color: #e0f4e0;
}
body.phone .msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
body.phone .msg.worker .msg-ball {
color: #323232;
background-color: #ddf6f8;
}
body.phone .msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
body.phone .msg-right .msg-ball {
color: #323232;
background-color: #f0f0f0 !important;
}
body.phone .msg-right .msg-ball:before {
border-color: transparent transparent transparent #f0f0f0 !important
}
body.phone .msg {
padding: .2em 0;
}
body.phone .msg.time:before {
background-color: transparent
}
body.phone .msg.time:after {
background-color: transparent
}
body.phone #histStart:before {
right: 80% !important
}
body.phone #histStart:after {
left: 80% !important
}
body.phone .mask:after {
right: .8em;
top: .8em
}
body.phone .link-pnl {
margin-top: 3.3em
}
body.ifr:not(.phone) #humanBtn {
width: auto
}
body.ifr:not(.phone) .pnl-head-sm {
display: none
}
body.ifr:not(.phone) .pnl-head {
display: block;
height: 5em;
background: transparent;
background-color: #484a4b;
}
body.ifr:not(.phone) .pnl-head .pnl-worker {
display: block;
z-index: -1
}
body.ifr:not(.phone) .pnl-head .pnl-hl, body.ifr:not(.phone) .pnl-head .pnl-site {
display: none
}
body.ifr:not(.phone) .pnl-head .pnl-opt {
color: #fff;
font-size: 1em;
line-height: 3;
width: 1.5em;
margin-right: .5em;
}
body.ifr:not(.phone) .pnl-head .pnl-opt.pnl-esc {
display: none
}
body.ifr:not(.phone) .pnl-head .pnl-opt.pnl-voice, body.ifr:not(.phone) .pnl-head .pnl-opt.pnl-min {
display: block
}
body.ifr:not(.phone) .pnl-head .pnl-about {
display: none
}
body.ifr:not(.phone) .pnl-body {
top: 5em !important;
}
body.ifr:not(.phone) .pnl-body .pnl-left {
border: none
}
body.ifr:not(.phone) .pnl-body .pnl-msgs {
bottom: 9.1em !important;
background-color: #fff !important;
border: 0;
padding: .3em .8em 1em .8em;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-left:before {
content: attr(worker);
display: block;
color: #848484;
margin-bottom: -.5em;
margin-left: 0;
padding-top: 0
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.robot .msg-ball {
color: #323232;
background-color: #e0f4e0;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.worker .msg-ball {
color: #323232;
background-color: #ddf6f8;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-right .msg-ball {
color: #323232;
background-color: #f0f0f0 !important;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-right .msg-ball:before {
border-color: transparent transparent transparent #f0f0f0 !important
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-host {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-ball {
margin: .5em;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-ball .msg-anchor, body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-ball a {
color: #4270f6
}
body.ifr:not(.phone) .pnl-body .pnl-text {
height: 9em !important;
background-color: #fff !important;
font-size: 1em !important;
border-top: 1px solid #eeedf3;
display: block;
}
body.ifr:not(.phone) .pnl-body .pnl-text .emoji-item {
width: 24px;
height: 24px;
padding: 1px
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-support {
display: block;
left: .8em;
right: initial
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-support-sm {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-ext {
border-top: 0 solid #dfdfdf !important;
bottom: 100% !important;
height: 20em;
overflow: hidden;
padding: .3em .3em 1.5em .3em;
top: -21.5em;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-ext .emoji-pnl {
position: absolute;
bottom: .8em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 94%;
max-height: 19em;
overflow: auto
}
body.ifr:not(.phone) .pnl-body .pnl-text .ques-pnl {
position: absolute;
left: .3em;
right: .3em;
top: initial;
bottom: 100% !important;
padding: .3em;
margin-bottom: .3em;
max-height: 19em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 95%;
overflow: auto
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn {
position: absolute !important;
z-index: 100;
border: 0;
color: #afafaf;
background-color: #f6f6f6;
height: 2.16em;
overflow: hidden;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .mute-btn, body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .menu-btn {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .emoji-btn {
position: static !important;
font-size: 1.5em !important;
margin: 0
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left {
position: static !important;
bottom: 100%;
left: 0;
right: 0;
overflow: hidden;
padding: 1px 0;
display: block;
border-top: 0 !important;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns {
font-size: 1em;
padding: 0;
background-color: inherit;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns .warn-btn {
margin: 0;
width: auto;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns .warn-btn:after {
content: ''
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns .warn-btn#voiceMbBtn {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns #humanBtn:after {
content: '转人工';
display: inline;
vertical-align: 17%;
font-size: .7em
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-logo-sm {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-right {
display: block
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-input {
top: 2em !important;
bottom: 2.5em !important;
left: 0 !important;
right: 0 !important;
padding: 0;
margin: 0;
border: 0 !important;
border-radius: 0;
max-height: 4em;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-input textarea {
overflow: auto;
font-size: 1em;
padding: .5em .5em;
resize: none;
background-color: #fff
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-input .atcom-pnl {
left: .45em;
max-width: 96%;
max-height: 15em
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-btn {
display: block;
bottom: .5em !important;
top: 6.3em !important;
background-color: #484a4b;
width: 4em;
height: 1.6em;
border-radius: .3em
}
body.ifr:not(.phone) .msg.time:before {
background-color: #e9e9e9
}
body.ifr:not(.phone) .msg.time:after {
background-color: #e9e9e9
}
body.ifr:not(.phone) #histStart:before {
right: 80% !important
}
body.ifr:not(.phone) #histStart:after {
left: 80% !important
}
body.ifr:not(.phone) #cameraBtn {
display: none
}
body.ifr.ifr0 .pnl-head {
height: 3em !important
}
body.ifr.ifr0 .pnl-body {
top: 3em !important;
}
body.ifr.ifr0 .pnl-body .pnl-msgs {
padding: 0 .8em
}
body.ifr.ifr0 .pnl-worker-photo {
margin: .5em 0;
width: 2em;
height: 2em;
background-image: url("")
}
body.ifr.ifr0 .pnl-worker-icon {
font-size: 2em;
margin: 0
}
body.ifr.ifr0 .pnl-worker-text {
height: 100%;
margin: 0;
}
body.ifr.ifr0 .pnl-worker-text .pnl-worker-name {
margin: 0;
font-size: 1em;
padding: .6em .5em;
display: inline-block
}
body.ifr.ifr0 .pnl-worker-text .pnl-worker-site {
display: none
}
body.ifr.ifr1 .pnl-worker-text {
height: 100%;
margin: 0;
}
body.ifr.ifr1 .pnl-worker-text .pnl-worker-name {
margin: 0;
line-height: 1.2;
padding: 1.5em 0;
display: inline-block
}
body.ifr.ifr1 .pnl-worker-text .pnl-worker-site {
display: none
}
body.ifr.ifr2 .pnl-head {
height: 90px;
-webkit-box-shadow: none;
box-shadow: none;
}
body.ifr.ifr2 .pnl-head .pnl-worker {
display: none
}
body.ifr.ifr2 .pnl-head .pnl-opt {
line-height: 2
}
body.ifr.ifr2 .btn-head {
top: 27px;
padding: 0 .5em;
}
body.ifr.ifr2 .btn-head .active:after {
content: "";
width: 0;
height: 0;
position: absolute;
display: block;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-top: 4px solid transparent;
border-bottom: 5px solid #fff;
border-left: 4px solid transparent;
border-right: 4px solid transparent
}
body.ifr.ifr2 .btn-head .v5-head-btn {
position: relative;
display: inline-block;
width: 20%;
height: 100%;
float: left;
color: #fff;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
text-align: center;
cursor: pointer;
}
body.ifr.ifr2 .btn-head .v5-head-btn:hover {
opacity: 1;
-ms-filter: none;
filter: none
}
body.ifr.ifr2 .btn-head .v5-head-btn .v5-btn-img {
font-family: "kh";
font-style: normal;
font-size: 32px;
display: block
}
body.ifr.ifr2 .btn-head .v5-head-btn .v5-btn-txt {
font-style: normal;
font-size: 1em;
text-align: center;
line-height: 2
}
body.ifr.ifr2 .btn-head .v5-head-btn.active {
color: #fff;
opacity: 1;
-ms-filter: none;
filter: none;
display: block
}
body.ifr.ifr2 .btn-head .v5-head-btn.active .v5-btn-pnl {
display: block
}
body.ifr.ifr2 .btn-head #qqChat .v5-btn-pnl {
right: 89px !important
}
body.ifr.ifr2 .btn-head #wwChat .v5-btn-pnl {
right: 161px !important
}
body.ifr.ifr2 .btn-head #qrCode .v5-btn-pnl {
right: 233px !important
}
body.ifr.ifr2 .btn-head #guestBook .v5-btn-pnl {
right: 305px !important
}
body.ifr.ifr2 .pnl-body {
top: 90px !important;
}
body.ifr.ifr2 .pnl-body .pnl-text .ques-pnl, body.ifr.ifr2 .pnl-body .pnl-text .emoji-pnl {
max-height: 18em !important
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn {
width: 100%;
height: calc(100% - 90px);
top: 90px;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl {
font-size: 12px;
width: inherit;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
overflow: auto;
cursor: auto;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 4em;
background-color: #fff;
padding: .8em 1em;
text-align: left;
overflow: auto;
color: #333;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box.v5-full-height {
height: auto
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-lbl {
font-family: "kh";
float: left;
width: 4.5em;
text-align: center;
margin: 1em 0;
line-height: 2.7
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-links {
overflow: hidden;
width: 270px;
position: relative;
left: 20px;
float: left;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-links .v5-pnl-link {
width: 8em;
line-height: 2.5;
text-align: center;
cursor: pointer;
background-color: #2dc462;
border-radius: .3em;
margin: 1em 1.5em;
color: #fff;
float: left
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-img {
font-family: "kh";
position: relative;
top: 4px;
font-size: 27px;
color: #2dc462;
font-style: normal;
float: left;
width: 1em;
height: auto;
margin: .3em
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-list {
overflow: hidden;
width: 20em;
position: relative;
float: left;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-list .v5-pnl-link {
width: 7em;
line-height: 2.5;
text-align: center;
cursor: pointer;
background-color: #2dc462;
border-radius: .3em;
margin: 1em 1.5em;
color: #fff;
float: left
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-qrbox {
width: 50%;
height: 150px;
float: left;
overflow: hidden;
margin: 11px 0;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-qrbox .v5-pnl-qr {
width: 90%;
margin: 0 5%;
vertical-align: middle
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-qrbox .v5-pnl-qrtxt {
width: 90%;
margin: 0 5%;
text-align: center;
color: #333;
line-height: 1
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr {
position: relative;
margin: 1em .5em 0 .5em;
text-align: center;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-span {
display: inline-block;
width: 4em;
vertical-align: top;
color: #969696;
line-height: 24px
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-input, body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-text {
padding: .5em 5%;
background-color: #eef2f3;
border-radius: .3em;
display: inline-block;
border: 0;
width: 60%;
line-height: 1.6;
outline: none
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-text {
height: 8.3em;
overflow: auto
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-btn {
width: 7em;
text-align: center;
line-height: 2.5em;
cursor: pointer;
background-color: #56595a;
color: #fff;
margin: 1em auto;
border-radius: .3em
}
body[lang='en'] #humanBtn::after {
content: 'Human Service' !important
}
body[lang='tw'] #humanBtn::after {
content: '转人工' !important
}
.headDefault {
background-color: transparent !important;
border-radius: 5px;
background-image: url(../img/avatar/Member002.jpg);
} | src/main/resources/static/chatr/css/chat.css | @charset "utf-8";
.bgImg {
width:100%;
height:100%
}
html {
font-size: small;
height: 100%
}
body {
font-family: 'Microsoft Yahei', '微软雅黑', 'Hiragino Sans GB', Tahoma, Helvetica, Arial, '宋体', nimbussansl, liberationsans, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
margin: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
div {
background-position: center;
background-repeat: no-repeat
}
h4 {
margin: 0;
padding: .5em;
font-size: 1.1em
}
p {
font-size: 1em;
padding: .5em;
margin: 0
}
input[type=text], input[type=email], input[type=date], input[type=password], input[type=number], input[type=url], input[type=tel], textarea, select {
padding: .85em 1.2em;
line-height: 1;
border: 1px solid rgba(0, 0, 0, 0.15);
color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.3) inset;
box-shadow: 0 0 rgba(0, 0, 0, 0.3) inset;
width: 100%;
outline: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-tap-highlight-color: transparent;
}
input[type=text]:focuse, input[type=email]:focuse, input[type=date]:focuse, input[type=password]:focuse, input[type=number]:focuse, input[type=url]:focuse, input[type=tel]:focuse, textarea:focuse, select:focuse {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-box-shadow: .3em 0 0 0 rgba(0, 0, 0, 0.3) inset;
box-shadow: .3em 0 0 0 rgba(0, 0, 0, 0.3) inset
}
textarea {
resize: none
}
select {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05))
}
input[type=radio], input[type=checkbox] {
width: 1em;
height: 1em
}
input[type=radio] {
border-radius: 1em
}
a {
color: inherit;
}
a:active {
color: inherit
}
article {
max-width: 1024px;
padding: .5em;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', Verdana, Aril, sans-serif;
margin: 0 auto;
}
article h1 {
color: #333
}
video {
background-color: #000
}
.abs, .carousel-left, .carousel-right {
position: absolute;
z-index: 100;
}
.abs.cover, .carousel-left.cover, .carousel-right.cover, .map, .map-body, .map-box, .msg.time:before, .msg.time:after, .post-pnl, .res, .res-body, .res-box, .slip, .rel-list, body.ifr.ifr2 .btn-head {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.abs.top, .carousel-left.top, .carousel-right.top, .map-head, .res-head {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.abs.bottom, .carousel-left.bottom, .carousel-right.bottom, .map-tabs, .res-tabs, .res-warn {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.abs.left, .carousel-left.left, .carousel-right.left, .res-pnl, .leaf:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
}
.abs.right, .carousel-left.right, .carousel-right.right, .map-pnl {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.abs.tl, .carousel-left.tl, .carousel-right.tl, .carousel-item, .msg-left > .msg-host, .msg-left > .msg-ball:before, .cascade-item {
position: absolute;
top: 0;
left: 0;
}
.abs.tr, .carousel-left.tr, .carousel-right.tr, .msg-right > .msg-host, .msg-right > .msg-ball:before {
position: absolute;
top: 0;
right: 0;
}
.abs.bl, .carousel-left.bl, .carousel-right.bl {
position: absolute;
bottom: 0;
left: 0;
}
.abs.br, .carousel-left.br, .carousel-right.br, .map-warn, .map-bar, .res-bar {
position: absolute;
bottom: 0;
right: 0;
}
.rel, .list .item, .carousel, .carousel-box, .carousel-bar, .map-tab, .msg, .msg-ball, .msg-left, .msg-right, .post, .post-pic, .res-tab, .cascade, .leaf {
position: relative;
z-index: 1000
}
.inl, .slip:before, .slip:after, .slip-inner {
display: inline;
vertical-align: bottom
}
.inb, .slip-row, .carousel-item, .cascade-item {
display: inline-block;
float: none !important;
vertical-align: bottom
}
.hide, .node.fold > .tree {
display: none
}
.fl, .msg-ball {
float: left;
}
.fl.left, .msg-ball.left {
float: left
}
.fl.right, .msg-ball.right {
float: right
}
.fl.clb, .msg-ball.clb {
clear: both
}
.fl.cll, .msg-ball.cll {
clear: left
}
.fl.clr, .msg-ball.clr {
clear: right
}
.ofhd, .nowrap, .map-item-btns, .msg, .msg-left, .msg-right, .msg-center, .slip, .carousel, .cascade {
overflow: hidden
}
.bx {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pd {
padding: .5em
}
.mg {
margin: .5em
}
.bg, .mask, .msg-host, .msg-audio-btn {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bg.cover, .mask.cover, .msg-host.cover, .msg-audio-btn.cover {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.bg.contain, .mask.contain, .msg-host.contain, .msg-audio-btn.contain {
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain
}
.bg.fix, .mask.fix, .msg-host.fix, .msg-audio-btn.fix {
background-attachment: fixed
}
.list {
margin: 0;
padding: 0;
}
.list .item {
display: block;
overflow: hidden
}
.hide, .node.fold > .tree {
display: none !important
}
.show {
display: initial !important
}
.unselect, .map-box, .res-box, .slip {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.nowrap, .slip, .carousel, .cascade {
white-space: nowrap
}
.blink {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-animation: blink 5s linear;
-moz-animation: blink 5s linear;
-o-animation: blink 5s linear;
-ms-animation: blink 5s linear;
animation: blink 5s linear
}
@-moz-keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
@-webkit-keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
@-o-keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
@keyframes blink {
from {
opacity: 1;
-ms-filter: none;
filter: none
}
10% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
20% {
opacity: 1;
-ms-filter: none;
filter: none
}
30% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
40% {
opacity: 1;
-ms-filter: none;
filter: none
}
50% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
60% {
opacity: 1;
-ms-filter: none;
filter: none
}
70% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
80% {
opacity: 1;
-ms-filter: none;
filter: none
}
90% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
to {
opacity: 1;
-ms-filter: none;
filter: none
}
}
.carousel-box, .carousel-bar {
width: 1073px;
margin: 0 auto;
white-space: nowrap;
overflow: hidden;
}
.carousel-box {
height: 425px;
}
.carousel-item, .cascade-item {
z-index: 1000;
font-style: normal;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.carousel-item.front, .cascade-item.front {
z-index: 10000
}
.carousel-bar {
height: 45px;
z-index: 10000;
line-height: 45px;
}
.carousel-bar i {
width: 19px;
height: 3px;
background-color: #efefef;
display: inline-block;
margin: 4px;
cursor: pointer;
}
.carousel-bar i.active {
background-color: #fff;
height: 6px
}
.carousel-btn {
position: relative;
width: 1073px;
margin: 0 auto;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.carousel-left, .carousel-right {
width: 4em;
height: 6em;
bottom: 205px;
z-index: 100000;
-webkit-background-size: auto 80%;
-moz-background-size: auto 80%;
background-size: auto 80%;
background-position: center;
background-repeat: norepeat;
cursor: pointer;
}
.carousel-left:hover, .carousel-right:hover {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.2)
}
.carousel-left {
left: -5em;
background-image: url("../img/chat_bg.jpg");
}
.carousel-right {
right: -5em;
background-image: url("../img/chat_bg.jpg");
}
.carousel:hover .carousel-btn, .cascade:hover .carousel-btn {
opacity: 1;
-ms-filter: none;
filter: none
}
.map {
background-color: #fff;
}
.map-head {
z-index: 10000;
-webkit-box-shadow: 0 1px 2px 2px #d8d8d6;
box-shadow: 0 1px 2px 2px #d8d8d6;
background-color: #fff;
height: 5em;
}
.map-menu {
height: 4em;
}
.map-close {
float: right;
margin: .75em;
width: 2.5em;
height: 2.5em;
border-radius: 2em;
line-height: 2.5em;
text-align: center;
cursor: pointer
}
.map-tabs {
left: 1em;
right: 1em;
white-space: nowrap;
overflow: hidden;
}
.map-tab {
display: inline-block;
vertical-align: bottom;
text-align: center;
width: 10em;
height: 4em;
line-height: 4em;
padding: 0 .5em;
border-top-left-radius: .2em;
border-top-right-radius: .2em;
margin: 0 .2em;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.map-tab:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.map-tab.active {
color: #207cc4
}
.map-body {
top: 5em;
background-color: #eeedeb;
color: #444;
}
.map-pnl {
width: 20em;
border-left: 1px solid #d1cfcd;
z-index: 10001;
overflow: auto;
}
.map-item {
margin: .5em;
padding: .5em;
border-bottom: 1px solid #dedede;
}
.map-item-text {
line-height: 2
}
.map-item-input {
display: none
}
.map-item.inedit .map-item-text {
display: none
}
.map-item.inedit .map-item-input {
display: block
}
.map-item.active > .map-item-text {
color: #2cad81;
font-weight: bold
}
.map-item-btns {
font-size: .9em;
}
.map-item-btn {
float: right;
margin: .2em;
padding: .3em 1em;
color: #3c81c3;
border-radius: .2em;
cursor: pointer;
}
.map-item-btn:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.map-box {
right: 20em
}
.map-warn {
width: 14em;
margin: 0 3em;
bottom: .5em !important;
border-radius: .3em;
background-color: #555;
color: #eee;
padding: .5em;
z-index: 100000;
-webkit-transition: display 1s ease;
-moz-transition: display 1s ease;
-o-transition: display 1s ease;
-ms-transition: display 1s ease;
transition: display 1s ease
}
.map-bar {
z-index: 10000;
left: 20em;
border-left: 1px solid #d1cfcd;
padding: 0 .5em;
overflow: hidden;
line-height: 3em;
height: 3em;
}
.map-path {
padding: 0 1em;
float: left;
}
.map-path:before {
content: "分类:"
}
.map-path-item:before {
content: "/";
display: inline-block;
height: 3em;
padding: 0 .2em
}
.map-info {
float: left;
}
.map-select {
cursor: pointer;
}
.map-select:before {
content: "已选中 "
}
.map-select:after {
content: " 个"
}
.map-select:hover {
color: #207cc4;
}
.map-select:hover:before {
content: "取消选择 "
}
.map-bat {
float: right;
overflow: hidden;
}
.map-bat-btn {
float: left;
margin: .5em;
padding: 0 .5em;
line-height: 2em;
color: #fff;
background-color: #454545;
border-radius: .2em;
cursor: pointer
}
.map.fold .map-head {
height: 4em
}
.map.fold .map-menu {
float: right
}
.map.fold .map-tabs {
right: 3em
}
.map.fold .map-links {
display: none
}
.map.fold .map-body {
top: 4em
}
.mask {
z-index: 1000
}
.msg {
padding: .3em .3em;
}
.msg-host {
top: .5em;
-webkit-border-radius: 2em;
border-radius: 2em;
width: 2.5em;
height: 2.5em;
background-color: #6fbdf3;
color: #fff;
overflow: hidden;
text-align: center;
}
.msg-host > i {
font-size: 2em;
line-height: 1.25
}
.msg-ball {
line-height: 1.3;
padding: .7em 1em;
margin: .5em 4em;
border-radius: .4em;
min-width: 2em;
max-width: 100%;
background-color: #efefef;
}
.msg-ball:before {
content: "";
top: .85em !important;
width: 0;
height: 0;
border-style: solid
}
.emoji {
vertical-align: middle
}
.msg-ball.link {
max-width: 60%;
padding: 1px
}
.link-container {
max-width: 24em;
cursor: pointer;
background-color: #fff;
}
.link-container.nowrap {
padding: 8px;
border: 1px solid #e5e5e5;
border-radius: 5px;
white-space: normal;
-webkit-box-shadow: 1px 1px 3px 0 #e6e5e3;
box-shadow: 1px 1px 3px 0 #e6e5e3
}
.link-title {
color: #000;
font-size: 1em;
font-weight: bold;
line-height: 1.5;
word-break: break-word
}
.link-content {
position: relative;
margin-top: .5em;
}
.link-left {
margin-right: 4.5em;
vertical-align: middle;
min-height: 4em;
max-height: 5em;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
word-break: break-word;
overflow: hidden;
}
.link-left .link-desc {
color: #777;
font-size: .8em;
line-height: 1.3;
display: inline-block;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
word-break: break-word;
overflow: hidden;
max-height: 5em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.link-img {
width: 4em;
height: 4em;
position: absolute;
right: 0;
top: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.msg-ball.img {
padding: .2em;
max-width: 60%;
min-height: 2em;
}
.msg-ball.img > img, .msg-ball.img > video {
max-width: 100%;
max-height: 15em;
vertical-align: bottom
}
.msg-ball.img .img-container > img {
max-width: 100%;
max-height: 15em;
vertical-align: bottom
}
.msg-ball.audio {
padding: .2em 1em;
cursor: pointer;
}
.msg-audio-btn {
width: 2em;
height: 2em;
background-image: url("../lib/files/images/play_d3902da6d6.gif");
background-position: center top;
}
.msg-audio-btn.playing {
background-position: center bottom
}
.msg-anchor {
color: #50a7dc;
text-decoration: none;
word-break: break-all;
cursor: pointer
}
.msg-left > .msg-host {
left: .5em
}
.msg-left > .msg-ball {
float: left;
}
.msg-left > .msg-ball:before {
left: -.5em;
border-color: transparent #efefef transparent transparent;
border-width: .4em .6em .4em 0
}
.msg-right > .msg-host {
right: .5em
}
.msg-right > .msg-ball {
float: right;
}
.msg-right > .msg-ball:before {
right: -.55em;
border-color: transparent transparent transparent #efefef;
border-width: .4em 0 .4em .6em
}
.msg-center {
max-width: 25em;
width: 100%;
margin: 0 auto !important;
border: 1px solid #cdcdcd;
-webkit-box-shadow: 1px 1px 5px 0 #cdcdcd;
box-shadow: 1px 1px 5px 0 #cdcdcd
}
.msg.time {
text-align: center;
color: #999;
line-height: 0;
height: 1px;
margin: 1.5em 2em;
overflow: visible;
padding: 0;
}
.msg.time:before, .msg.time:after {
content: "";
height: 1px;
background-color: #e9e9e9
}
.msg.time:before {
right: 65% !important
}
.msg.time:after {
left: 65% !important
}
.msg.min .msg-host {
display: none
}
.msg.min .msg-ball {
margin: .5em 1em
}
.post {
border: 1px solid #d7d7d5;
-webkit-box-shadow: 1px 1px 3px 0 #e6e5e3;
box-shadow: 1px 1px 3px 0 #e6e5e3;
overflow: hidden;
margin: .5em;
background-color: #fff;
border-radius: 5px;
}
.post-pnl {
z-index: 10000;
}
.post-pnl-btn {
display: none;
margin: .5em .5em 0 0;
padding: .3em .5em;
border-radius: .3em;
color: #fff;
background-color: #454545;
float: right;
cursor: pointer
}
.post-pic-img {
display: block;
max-height: 12em;
max-width: 100%;
margin: 0 auto
}
.post-pic-title {
padding: .5em;
line-height: 1.5em;
text-align: center
}
.post-pic-bottom {
border-top: 1px solid #f2f2f2;
padding: .5em;
}
.post-pic-time {
float: left;
color: #999
}
.post-pic-size {
float: right;
color: #999
}
.post-audio-img {
width: 100%;
height: 0;
padding-bottom: 62%;
background-color: #c0dbee;
-webkit-background-size: 35% auto;
-moz-background-size: 35% auto;
background-size: 35% auto;
background-repeat: no-repeat;
background-position: center;
background-image: url("../img/chat_bg.jpg");
}
.post-audio-img.playing {
background-image: url("../img/chat_bg.jpg")
}
.post-audio-pnl {
padding: .5em;
overflow: hidden;
color: #333;
}
.post-audio-title {
float: left
}
.post-audio-size {
float: right
}
.post-single {
padding: .5em;
}
.post-single-title {
font-weight: bold;
line-height: 2em
}
.post-single-time {
font-size: .9em;
color: #777;
line-height: 1.5em
}
.post-single-img {
height: 0;
padding-bottom: 65%;
background-color: #f5f5f5;
border-radius: .1em;
margin-top: 1em;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.post-single-desc {
color: #777;
line-height: 1.3em;
font-size: .8em;
margin-top: 1em;
text-indent: 2em
}
.post-single-link {
font-weight: bold;
font-size: .9em;
line-height: 2em;
margin-top: 1em;
color: #000;
cursor: pointer
}
.card .img-container {
width: 100%;
}
.card .img-container > img {
max-width: 100%;
max-height: 18em;
width: 24em;
height: auto;
object-fit: cover
}
.card .post-single-img {
margin-top: 0
}
.card .post-card-desc {
display: block;
color: #999;
line-height: 1.5em;
font-size: 1em !important;
border-top: 1px solid #dedede;
margin-bottom: -.2em;
margin-top: .2em;
padding-top: .2em
}
.post-multi-item {
padding: .5em;
position: relative;
border-top: 1px solid #dedede;
cursor: pointer;
}
.post-multi-item:first-child {
border-top: 0
}
.post-multi-img {
width: 100%;
height: 0;
padding-bottom: 50%;
background-color: #f5f5f5;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.post-multi-label {
position: absolute;
left: 0;
bottom: 0;
font-size: .8em;
width: 100%;
line-height: 2;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-indent: .5em;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
cursor: pointer
}
.post-multi-left {
margin-right: 3.5em;
line-height: 3;
vertical-align: middle;
min-height: 3em;
overflow: hidden;
}
.post-multi-title {
line-height: 1.5;
display: inline-block;
vertical-align: middle;
cursor: pointer
}
.post-multi-pic {
width: 3em;
height: 3em;
position: absolute;
right: .5em;
top: .5em;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.post:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}
.post:hover .post-pnl-btn {
display: block
}
.post.active .post-pnl {
background-color: rgba(32, 124, 196, 0.5)
}
.img-container {
display: inline-block
}
.img-loading, .img-err {
position: relative;
max-width: 100%;
height: 15em;
width: 10em;
background-color: #e6e6e6;
}
.img-loading:before, .img-err:before {
display: inline-block;
position: absolute;
content: '';
width: 3.5em;
height: 3.5em;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 3em 3em;
-moz-background-size: 3em 3em;
background-size: 3em 3em;
background-image: url("../img/chat_bg.jpg")
}
.img-err:before {
background-image: url("../img/chat_bg.jpg")
}
.res {
background-color: #fff;
}
.res-head {
z-index: 10000;
-webkit-box-shadow: 0 1px 2px 2px #d8d8d6;
box-shadow: 0 1px 2px 2px #d8d8d6;
background-color: #fff;
height: 5em;
}
.res-menu {
height: 4em;
}
.res-close {
float: right;
margin: .75em;
width: 2.5em;
height: 2.5em;
border-radius: 2em;
line-height: 2.5em;
text-align: center;
cursor: pointer
}
.res-tabs {
left: 1em;
right: 1em;
white-space: nowrap;
overflow: hidden;
}
.res-tab {
display: inline-block;
vertical-align: bottom;
text-align: center;
width: 10em;
height: 4em;
line-height: 4em;
padding: 0 .5em;
border-top-left-radius: .2em;
border-top-right-radius: .2em;
margin: 0 .2em;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.res-tab:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.res-tab.active {
color: #207cc4
}
.res-body {
top: 5em;
background-color: #eeedeb;
color: #444;
}
.res-pnl {
width: 20em;
border-right: 1px solid #d1cfcd;
z-index: 10001;
overflow: auto
}
.res-box {
left: 20em;
bottom: 3em;
padding: .5em;
overflow: auto;
}
.res-lane {
width: 20%;
float: left
}
.res-table {
width: 100%
}
.res-grid {
float: left
}
.res-warn {
width: 20em;
margin: 0 auto;
left: 20em;
bottom: 3.5em !important;
border-radius: .3em;
background-color: #555;
color: #eee;
padding: .5em;
z-index: 100000;
text-align: center;
-webkit-transition: display 1s ease;
-moz-transition: display 1s ease;
-o-transition: display 1s ease;
-ms-transition: display 1s ease;
transition: display 1s ease
}
.res-bar {
z-index: 10000;
left: 20em;
border-left: 1px solid #d1cfcd;
padding: 0 .5em;
overflow: hidden;
line-height: 3em;
height: 3em;
}
.res-path {
padding: 0 1em;
float: left;
}
.res-path:before {
content: "分类:"
}
.res-path-item:before {
content: "/";
display: inline-block;
height: 3em;
padding: 0 .2em
}
.res-info {
float: left;
}
.res-select {
cursor: pointer;
}
.res-select:before {
content: "已选中 "
}
.res-select:after {
content: " 个"
}
.res-select:hover {
color: #207cc4;
}
.res-select:hover:before {
content: "取消选择 "
}
.res-bat {
float: right;
overflow: hidden;
padding: 0 1.5em;
}
.res-bat-btn {
float: left;
margin: .5em;
padding: 0 1.5em;
line-height: 2em;
color: #fff;
background-color: #454545;
border-radius: .2em;
cursor: pointer
}
.res.fold .res-head {
height: 4em
}
.res.fold .res-menu {
float: right
}
.res.fold .res-tabs {
right: 3em
}
.res.fold .res-links {
display: none
}
.res.fold .res-body {
top: 4em
}
.slip-row {
vertical-align: top
}
.carousel-item, .cascade-item {
width: 100%;
height: 100%
}
.cascade {
white-space: normal
}
.tree {
display: block;
padding-left: 2em;
}
.node {
list-style-type: none;
}
.leaf {
line-height: 2em;
cursor: pointer;
display: inline-block;
min-width: 10em;
}
.leaf:hover {
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}
.leaf:before {
left: -1.5em;
margin: auto 0;
height: 1.5em;
line-height: 1.8em
}
.leaf.end {
cursor: default;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
.leaf.end.avail {
opacity: 1;
-ms-filter: none;
filter: none;
cursor: pointer
}
.leaf.end:before {
display: none
}
.leaf.active {
color: #008bff
}
.icon, .kh {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
text-rendering: auto;
text-transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon:before, .kh:before {
width: 1.0714em;
vertical-align: -4%;
speak: none;
text-align: center;
font-variant: normal;
line-height: 1em
}
.kh-bg {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 10em;
color: transparent !important;
}
.kh-bg:before {
color: transparent !important
}
@font-face {
font-family: "kh";
}
.kh {
font-family: "kh";
}
[class^="kh-"]:before {
font-family: "kh"
}
.kh-v5kf::before {
content: "\E800"
}
.kh-play::before {
content: "\E801"
}
.kh-back::before {
content: "\E802"
}
.kh-robot::before {
content: "\E803"
}
.kh-mute::before {
content: "\E804"
}
.kh-phone::before {
content: "\E805"
}
.kh-time::before {
content: "\E806"
}
.kh-msg::before {
content: "\E807"
}
.kh-card::before {
content: "\E808"
}
.kh-like::before {
content: "\E809"
}
.kh-manual::before {
content: "\E80A"
}
.kh-warn::before {
content: "\E80B"
}
.kh-person::before {
content: "\E80C"
}
.kh-balloon::before {
content: "\E80D"
}
.kh-face::before {
content: "\E80E"
}
.kh-addr::before {
content: "\E80F"
}
.kh-img::before {
content: "\E810"
}
.kh-ques::before {
content: "\E811"
}
.kh-menu::before {
content: "\E812"
}
.kh-down::before {
content: "\E813"
}
.kh-maximize::before {
content: "\E814"
}
.kh-tel::before {
content: "\E815"
}
.kh-left::before {
content: "\E816"
}
.kh-rot-wise::before {
content: "\E817"
}
.kh-rot-anti::before {
content: "\E818"
}
.kh-scrshot::before {
content: "\E819"
}
.kh-mlike::before {
content: "\E81A"
}
.kh-mmsg::before {
content: "\E81B"
}
.kh-mplay::before {
content: "\E81C"
}
.kh-mmute::before {
content: "\E81D"
}
.kh-mmanual::before {
content: "\E81E"
}
.kh-mques::before {
content: "\E81F"
}
.kh-iadd::before {
content: "\E821"
}
.kh-yes::before {
content: "\E822"
}
.kh-no::before {
content: "\E823"
}
.kh-close::before {
content: "\E824"
}
.kh-pic::before {
content: "\E826"
}
.kh-talk::before {
content: "\E830"
}
.kh-suggest::before {
content: "\E831"
}
.kh-up::before {
content: "\E832"
}
.kh-v5logo::before {
content: "\E833"
}
.kh-wangwang::before {
content: "\E834"
}
.kh-bubble::before {
content: "\E835"
}
.kh-qq::before {
content: "\E836"
}
.kh-qrcode::before {
content: "\E837"
}
.kh-smile::before {
content: "\E838"
}
.kh-send::before {
content: "\E839"
}
.kh {
font-family: "kh";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center
}
.input-mask {
position: relative;
background-color: #fff;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
color: #000;
padding: 8px 2px;
z-index: 1000000;
font-size: small;
}
.input-mask .recon-tip {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.input-mask .recon-tip i {
color: #209de9;
cursor: pointer;
font-style: normal;
}
.input-mask .recon-tip i:hover {
color: #20e4e9
}
.mask {
background-color: rgba(0, 0, 0, 0.7);
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.mask:after {
content: "关闭";
cursor: pointer;
position: absolute;
right: 1.8em;
top: 1em;
z-index: 1000000;
display: block;
overflow: hidden;
height: 1.5em;
border-radius: 1.5em;
border: 1px solid #dedede;
background-color: rgba(255, 255, 255, 0.7);
line-height: 1.5em;
padding: 0 1em
}
.mask.unclose:after {
display: none
}
.loading {
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 3em auto;
-moz-background-size: 3em auto;
background-size: 3em auto;
background-image: url("../img/chat_bg.jpg");
}
.loading.refresh {
cursor: pointer;
background-image: url("../img/chat_bg.jpg")
}
.link-pnl {
display: block;
border: 0;
width: 1000px;
max-width: 100%;
height: 100%;
margin: 0 auto;
background-color: #fff
}
.prev-btn {
position: absolute;
bottom: .5em;
right: .5em;
-webkit-border-radius: 400px;
border-radius: 400px;
background-color: rgba(255, 255, 255, 0.9);
cursor: pointer;
text-align: center;
z-index: 100000;
-webkit-appearance: none;
}
.prev-btn.img-rot {
font-size: 2em;
line-height: 1.4;
padding: 0 .2em
}
.pnl-mask {
z-index: 2147483647;
background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.img-loading {
z-index: 2147483647;
background-color: rgba(255, 255, 255, 0.65);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 3em auto;
-moz-background-size: 3em auto;
background-size: 3em auto;
background-image: url("../img/chat_bg.jpg");
}
.img-loading.refresh {
cursor: pointer;
background-image: url("../img/chat_bg.jpg")
}
*::-webkit-scrollbar {
width: 3px;
margin-left: -3px;
background-color: transparent
}
*::-webkit-scrollbar-thumb {
border-radius: 3px;
background-color: #484a4b
}
body {
background: #fff
}
.body-bg {
display: none
}
#cameraBtn {
display: none
}
#histStart {
cursor: pointer;
margin: 0;
height: 2em;
line-height: 2em;
font-size: 1em;
outline: none;
background-color: transparent;
}
#histStart .loading {
-webkit-background-size: 2em auto;
-moz-background-size: 2em auto;
background-size: 2em auto
}
#histStart:hover {
color: #999
}
#histStart:focus, #histStart:active {
color: #999;
background-color: transparent
}
#humanBtn {
width: auto;
}
#humanBtn:after {
content: '转人工';
display: inline;
vertical-align: 17%;
font-size: .7em
}
.kh.warn-btn:active {
color: #999
}
.kh.warn-btn:hover {
color: #999;
}
.kh.warn-btn:hover:after {
color: #999
}
.contaniner {
margin: 0
}
.pnl-head-sm {
display: none;
-webkit-box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2);
box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2)
}
.pnl-head {
height: 5em;
background-color: #484a4b;
-webkit-box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2);
box-shadow: 0 3px 10px -1px rgba(123, 121, 129, 0.2);
}
.pnl-opt, .pnl-about {
font-size: 1.8em;
line-height: 2.85em;
float: right;
width: 2.5em;
color: #ececec;
cursor: pointer;
text-align: center;
}
.pnl-opt.pnl-esc, .pnl-about.pnl-esc, .pnl-opt.pnl-voice, .pnl-about.pnl-voice, .pnl-opt.pnl-max, .pnl-about.pnl-max, .pnl-opt.pnl-min, .pnl-about.pnl-min {
display: none
}
.pnl-hl {
position: absolute;
top: 20%;
height: 60%;
width: auto;
left: 1em
}
.pnl-site {
position: absolute;
top: .7em;
left: .8em;
font-size: 1.6em;
color: #fff
}
.pnl-body {
top: 5em !important;
z-index: -1
}
.sp {
position: relative;
text-align: center;
height: 1px;
margin: 1.5em 2em;
line-height: 0;
color: #ababab;
}
.sp:before, .sp:after {
content: "";
background-color: #cdcdcd;
height: 1px
}
.sp:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 65%;
}
.sp:after {
position: absolute;
right: 0;
top: 0;
bottom: 0;
left: 65%;
}
.msg-wrap {
padding: .5em 0;
}
.msg-wrap input[type='radio']:checked {
background-color: #72c86b
}
.msg-wrap input[type='text'] {
padding: .3em .5em;
width: 15em
}
.msg-btn {
width: 5em;
text-align: center;
padding: .1em 0;
font-size: .9em;
background-color: #72c868;
color: #fff;
border-radius: .2em;
cursor: pointer
}
.msg.hist {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-content {
width: 96%;
line-height: 1.2;
resize: vertical;
margin-top: .25em;
padding: .15em .15em;
height: 50px;
max-height: 150px
}
.pnl-left {
right: 20em !important;
border-right: 1px solid #cdcfcf;
}
.pnl-alert {
padding: .5em;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
background-color: black \9;
background-color: rgba(0, 0, 0, .6) \9 \0;
z-index: 1000000;
margin: 3em auto 0;
border-radius: .4em;
cursor: pointer;
display: none;
width: 35em;
max-width: 80%;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
padding-right: 2em;
text-align: center;
}
.pnl-alert:after {
content: "×";
padding: 0 .5em;
position: absolute;
right: .2em
}
.pnl-msgs {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
bottom: 10em !important;
border-bottom: 1px solid #c9cacb;
z-index: 100000;
overflow: auto;
padding: .5em 0 1.5em .3em;
background: #fff;
}
.msg-banner {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1000001;
padding: .5em 2em .5em .8em;
color: #333;
background: #eff;
background: rgba(232, 255, 255, 0.9);
-webkit-box-shadow: 0 0 5px 2px #dedede;
box-shadow: 0 0 5px 2px #dedede;
}
.msg-banner a {
color: #50a7dc;
text-decoration: underline;
word-break: break-word;
cursor: pointer;
}
.msg-banner a:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-banner .close {
padding: .3em;
position: absolute;
top: .2em;
right: .2em;
cursor: pointer;
color: #888;
font-size: 1em
}
.msg-host {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.msg-ball {
word-break: break-all;
}
.msg-tel.not-ok {
border-color: #f00
}
.msg-drag.gray {
background-color: #888
}
.msg.guest .ic {
margin: 0
}
.msg.worker .msg-ball {
background-color: #ddf6f8;
}
.msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
.msg.worker .ic {
margin: 0;
font-size: 2.42em
}
.msg.robot .msg-ball {
background-color: #e0f4e0;
}
.msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
.msg-title {
font-size: 1.2em;
line-height: 2
}
.msg-form {
padding: .5em 0;
margin-top: .5em;
}
.msg-form input {
padding: .3em;
font-weight: bold
}
.msg-drag {
font-size: .9em;
width: auto;
height: 2em;
background-color: #85bafb;
border: 1px solid rgba(0, 0, 0, 0.15);
color: #fff;
text-align: center;
line-height: 2;
margin-bottom: .6em;
position: relative;
}
.msg-drag .drag-thumb {
display: block;
width: 2em;
height: 2em;
background-color: #fff;
cursor: e-resize;
position: absolute;
top: 0;
left: 0
}
.msg.robot .msg-host {
background-color: #83d85b
}
.msg.robot .ic {
font-size: 3em;
margin: 0
}
.msg-host.photo {
background-color: transparent !important;
border-radius: 5px
}
.pnl-text {
height: 10em;
z-index: 100001 !important;
background: #fff;
}
.pnl-ext {
bottom: 100% !important;
overflow: hidden;
padding: .5em;
}
.emoji-pnl {
bottom: 2.2em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 98%;
overflow: auto;
}
.emoji-item {
width: 24px;
height: 24px;
cursor: pointer
}
.pnl-warn {
background-color: #f3f3f3;
line-height: 2em;
font-size: 1em;
padding: 0 .5em;
color: #474747;
}
.pnl-warn #quesBtn {
display: none
}
.pnl-warn-right {
line-height: 2.2
}
.pnl-warn-free {
margin-right: .2em;
}
.menu-btn, .mute-btn, .send-btn, body.phone .send-btn {
display: none
}
.warn-btn {
cursor: pointer;
font-size: 1.5em;
vertical-align: middle;
width: 18px;
height: 18px;
}
.sess-status {
font-size: .9em;
color: #3f9de4;
}
.sess-status small {
color: #afafaf
}
.pnl-input {
top: 2.12em !important;
bottom: 2.5em !important;
padding: 0;
}
.pnl-input > textarea {
width: 100%;
height: 100%;
display: block;
border: 0;
resize: none;
color: #323232;
padding: .5em .8em;
font-size: 1em;
line-height: 20px;
background-color: #fff;
overflow: auto;
cursor: text
}
.atcom-pnl {
position: absolute;
max-height: 15em;
max-width: 96%;
min-width: 50%;
left: .6em;
bottom: 103%;
background-color: #fff;
border: 1px solid #ccc;
overflow-y: auto;
}
.atcom-pnl .atcom {
list-style: none;
padding: 0;
margin: 0;
}
.atcom-pnl .atcom .atcom-item {
color: #323232;
cursor: pointer;
padding: 6px 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
font-size: 1em;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.atcom-pnl .atcom .atcom-item:hover, .atcom-pnl .atcom .atcom-item:active, .atcom-pnl .atcom .atcom-item.active {
background-color: #ececec
}
.pnl-btn {
right: .5em !important;
bottom: .5em !important;
color: #fff;
padding: .3em;
width: 4em;
text-align: center;
background-color: #484a4b;
border-radius: .2em;
cursor: pointer;
}
.pnl-btn:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.pnl-right {
width: 20em;
background: #fff
}
.slider-container {
position: relative;
height: 11.25em;
background: #f7f7f7;
}
.slider-container.hide + div {
top: 0
}
.pnl-right-content {
position: absolute;
top: 11.25em;
right: 0;
bottom: 0;
left: 0
}
.pnl-tabs {
height: 3em;
padding-left: 1em;
border-bottom: 1px solid #cdcfcf
}
.pnl-tab-btns {
background-color: #38424d;
overflow: hidden
}
.tab-btn {
margin: 0 .5em;
float: left;
cursor: pointer;
text-align: center;
color: #afafaf;
line-height: 2.95em;
position: relative;
}
.tab-btn.active {
color: #51b1d9;
border-bottom: 3px solid #51b1d9
}
.tab-btn.checked {
color: #fff
}
.tab-btn.checkedafte {
content: "";
border-bottom: .4em solid #abd1ea;
border-left: .4em solid transparent;
border-right: .4em solid transparent;
position: absolute;
bottom: 0;
width: 0;
left: 0;
height: 0;
right: 0;
margin: 0 auto
}
.pnl-tab-boxs {
position: absolute;
top: 2.5em;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
background-image: url("../img/chat_bg.jpg");
background-image: url(../img/chat_bg.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center
}
.tab-box {
display: none
}
.tab-box.show {
display: block
}
.questions {
list-style: decimal;
line-height: 2em;
color: #536171;
margin: .5em 0
}
.q-item {
line-height: 1.3em;
margin: .5em 0;
cursor: pointer;
}
.q-item:hover {
opacity: .6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60)
}
#about {
padding: 0 1em;
color: #000
}
.about-links {
list-style: none;
padding-left: 30px
}
.about-link {
position: relative;
line-height: 1.5em;
}
.about-link a:hover {
text-decoration: underline
}
.about-link > .kh {
position: absolute;
left: -2em;
line-height: 1.5
}
.pnl-support, .pnl-support-sm {
margin: auto;
width: 10em;
line-height: 1.6em;
position: absolute;
left: 1em;
bottom: .9em;
color: #999;
background-color: transparent;
font-size: .8em
}
a {
text-decoration: none
}
.pnl-support-sm {
left: 0;
right: 0;
bottom: 0;
text-align: center;
color: #a6a6a6;
background-color: #eaeaea;
padding: 2px;
border-radius: .5em .5em 0 0;
font-size: .7em;
z-index: 1001;
display: none
}
.pnl-more {
padding: .5em;
text-align: center;
color: #62b1e5;
cursor: pointer
}
.pnl-time {
padding: .5em;
text-align: center;
color: #a9a9a9
}
.pnl-back, .pnl-send {
padding: .5em;
position: relative;
overflow: hidden
}
.msg-ico {
position: absolute;
top: .5em;
left: .5em;
border-radius: 2em;
width: 2.5em;
height: 2.5em;
background-color: #6fbdf3;
color: #fff;
-webkit-box-shadow: 0 0 1px 1px #dedede;
box-shadow: 0 0 1px 1px #dedede;
overflow: hidden
}
.msg-ico > .kh {
font-size: 2em;
margin: 0;
width: 1.25em;
height: 1.25em;
text-align: center;
line-height: 1.25em
}
.msg-box {
margin: 0 3em;
min-height: 1.5em;
min-width: 3em;
float: left;
background-color: #d1ecff;
border-radius: .5em;
position: relative;
color: #262d35;
padding: .5em;
text-align: justify
}
.msg-box:before {
content: "";
width: 1em;
height: 1em;
background-image: url("../img/chat_bg.jpg");
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: .3em;
left: -.5em
}
.pnl-send > .msg-ico {
left: auto;
right: .5em;
background-color: #b0bec9;
color: #f6fbff
}
.pnl-send > .msg-ico > .kh {
font-size: 2.5em;
margin: 0;
width: 1em;
height: 1em
}
.pnl-send > .msg-box {
float: right;
background-color: #e9eef1
}
.pnl-send > .msg-box:before {
background-image: url("../img/chat_bg.jpg");
left: auto;
right: -.5em
}
.eval-title {
color: #0084e3
}
.eval-radio {
padding: .5em 0
}
.eval-btn {
width: 5em;
text-align: center;
padding: .1em 0;
font-size: .9em;
background-color: #72c868;
color: #fff;
border-radius: .2em;
cursor: pointer
}
.eval-input {
padding: .5em !important;
margin: .5em 0
}
.link {
width: 33.3%;
float: left;
text-align: center;
color: #516172;
padding: 1.5em 0 .7em 0;
cursor: pointer
}
.link > .kh {
font-size: 2.3em;
color: #fff;
text-shadow: 2px 2px 49px #004680
}
.link-text {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 2.5em
}
.pnl-link {
width: 20em;
border: 1px solid #dedede;
margin: 1em auto
}
.item_img {
padding: .5em
}
.item_img_div {
width: 100%;
height: 0;
padding-bottom: 50%;
background-color: #dedede;
background-image: url("../images/1.jpg");
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
position: relative
}
.item_img_title {
font-size: .8em;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
line-height: 2em;
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-indent: .5em;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.item_link {
position: relative;
border-top: 1px solid #dedede;
padding: .5em
}
.item_link_title {
margin-right: 3.5em;
line-height: 3em;
min-height: 3em;
overflow: hidden;
vertical-align: middle
}
.item_link_text {
display: inline-block;
line-height: 1.5em;
overflow: hidden;
vertical-align: middle
}
.item_link_photo {
width: 3em;
height: 3em;
position: absolute;
right: .5em;
top: .5em;
background-image: url("../images/1.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.item_link_line {
font-size: .8em;
line-height: 1.5em
}
.item_news {
padding: .5em
}
.item_news_title {
font-weight: bold;
line-height: 2em
}
.item_news_time {
font-size: .9em;
color: #777;
line-height: 1.5em
}
.item_news_img {
height: 0;
padding-bottom: 50%;
background-color: #dedede;
border-radius: .1em;
margin-top: 1em;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.item_news_des {
color: #777;
line-height: 1.3em;
font-size: .8em;
margin-top: 1em
}
.item_news_link {
font-weight: bold;
font-size: .9em;
line-height: 2em;
margin-top: 1em
}
.advice {
padding: .5em
}
.advice-ask-head, .advice-ans-head {
font-size: 1.2em;
line-height: 2em;
}
.advice-ask-head .kh-ask, .advice-ans-head .kh-ask, .advice-ans-head .kh-ans {
font-size: 1.5em;
vertical-align: -25%
}
.advice-ask-text {
margin: .5em 0;
height: 6em;
line-height: 1.3em;
border-radius: .3em
}
.advice-ask-btn {
line-height: 2em;
float: right;
margin: -3em .3em 0 0;
position: relative;
z-index: 100000;
cursor: pointer
}
.advice-ans-head {
color: #6fbff0;
border-bottom: 2px solid #6fbff0;
}
.advice-ans-list {
margin: .5em;
padding: 0;
color: #333;
line-height: 1.5em
}
.advice-ans-item {
display: block;
padding: .5em;
cursor: pointer
}
.pnl-rel, .pnl-hot {
position: absolute;
top: 3em;
right: 0;
bottom: 0;
left: 0;
margin-top: 1px;
background-color: #fff;
color: #959595
}
.rel-title {
padding: .5em 1em;
font-size: 1.5em
}
.rel-list {
margin: 0;
text-align: left;
list-style: none;
padding-right: .5em;
color: #000;
overflow: auto;
bottom: .1em;
padding-left: 1.5em;
}
.rel-list::-webkit-scrollbar {
width: 2px;
margin-left: -2px
}
.rel-item {
margin: .5em 0;
position: relative;
counter-increment: rel;
line-height: 1.5em;
cursor: pointer;
}
.rel-item:hover {
opacity: .6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60)
}
.fraud-warn {
color: #d70707
}
.msg-feb {
margin: 0 auto;
text-align: center;
color: #efefef;
}
.msg-feb div {
border-radius: 4px;
background-color: #fff;
cursor: pointer;
padding: 4px 16px;
display: inline-block;
}
.msg-feb div i {
padding-right: 2px;
color: #fefefe
}
.msg-feb .feb-yes {
margin: 6px 6px 0;
background-color: #46a946;
}
.msg-feb .feb-yes:hover {
color: #fff;
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-feb .feb-no {
margin: 6px 6px 0;
background-color: #ef6767;
}
.msg-feb .feb-no:hover {
color: #fff;
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.show {
display: block !important
}
.bg, .msg-host, .msg-audio-btn {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bg.cover, .msg-host.cover, .msg-audio-btn.cover {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.bg.contain, .msg-host.contain, .msg-audio-btn.contain {
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain
}
.bg.fix, .msg-host.fix, .msg-audio-btn.fix {
background-attachment: fixed
}
.msg {
overflow: hidden;
}
.msg-host {
top: .5em;
-webkit-border-radius: 2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2em;
width: 36px;
height: 36px;
background-color: #b3b5b7;
color: #fff;
overflow: hidden;
text-align: center;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.msg-host > i {
font-size: 2.65em;
line-height: 1.25
}
.msg-ball {
line-height: 20px;
font-size: 1em;
padding: 8px 1em;
margin: .5em 4.2em;
border-radius: .4em;
min-width: 2em;
max-width: 100%;
color: #323232;
background-color: #f0f0f0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.msg-ball:before {
content: "";
top: 12px !important;
width: 0;
height: 0;
border-style: solid
}
.emoji {
vertical-align: middle
}
.msg-ball.img {
padding: .2em;
max-width: 100%;
}
.msg-ball.img > img {
max-width: 100%;
max-height: 15em;
vertical-align: bottom
}
.msg-ball.audio {
padding: .2em 1em;
cursor: pointer;
}
.msg-audio-btn {
width: 2em;
height: 2em;
background-image: url("../lib/files/images/voice/play_d3902da6d6.gif");
background-position: center top;
}
.msg-audio-btn.playing {
background-position: center bottom
}
.msg-anchor, .msg-ball .msg-link, .msg-ball a {
color: #4270f6;
text-decoration: none;
word-break: break-word;
cursor: pointer;
}
.msg-anchor:hover, .msg-ball .msg-link:hover, .msg-ball a:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-ball .seq-num:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}
.msg-relques {
margin: 0 -1em;
position: relative;
padding: 5px 1em 1px 1em;
}
.msg-relques.child1 {
padding: 12px 1em 1px 1em
}
.msg-left {
overflow: hidden;
}
.msg-left > .msg-host {
left: .5em;
top: .5em
}
.msg-left > .msg-ball {
float: left;
}
.msg-left > .msg-ball:before {
left: -.5em;
border-color: transparent #f0f0f0 transparent transparent;
border-width: .4em .6em .4em 0
}
.msg-left:before {
content: attr(worker);
display: block;
color: #848484;
margin-bottom: -.5em;
margin-left: 3.8em;
padding-top: .5em
}
.msg-left > .msg-host {
left: .5em;
top: .7em;
background-color: #6fbdf3;
}
.msg-left > .msg-host .ic {
font-size: 2.65em
}
.msg-right {
overflow: hidden;
}
.msg-right > .msg-host {
right: .5em;
top: .5em
}
.msg-right > .msg-ball {
float: right;
}
.msg-right > .msg-ball:before {
right: -.55em;
border-color: transparent transparent transparent #f0f0f0;
border-width: .4em 0 .4em .6em
}
.msg-center {
overflow: hidden;
max-width: 25em;
width: 95%;
margin: .3em auto !important;
-webkit-box-shadow: 0;
box-shadow: 0
}
.msg.time {
text-align: center;
color: #bfbfbf;
line-height: 0;
height: 1px;
margin: 1.2em 2em;
overflow: visible;
padding: 0;
}
.msg.time:before, .msg.time:after {
content: "";
height: 0;
background-color: #e9e9e9;
display: none
}
.msg.time:before {
right: 75% !important
}
.msg.time:after {
left: 75% !important
}
.msg.min .msg-host {
display: none
}
.msg.min .msg-ball {
margin: .5em 1em
}
.msg.unread {
cursor: pointer;
color: #3d9ce4;
}
.msg.unread:active {
color: #7fabcc
}
.post-single-img {
width: 100%;
padding-bottom: 53%
}
.slider-container {
overflow: hidden
}
ul, li {
list-style: none;
margin: 0;
padding: 0
}
.slider {
position: relative;
height: 11.25em;
background: #f7f7f7;
}
.slider.anim {
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
transition: all 0.35s ease
}
.slider li {
display: inline-block;
cursor: pointer;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.indicator {
position: relative;
bottom: 20px;
z-index: 7;
margin: 0 auto;
text-align: center;
}
.indicator.anim li {
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
transition: all 0.35s ease
}
.indicator li {
cursor: pointer;
width: 8px;
height: 8px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
margin: 0 3px;
background: #fff;
}
.indicator li.active {
background: #51b1d9
}
.media-control {
bottom: 19em;
left: 0;
right: 0;
z-index: 100000;
margin: auto;
text-align: center;
width: 20em;
height: auto;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 0 12px rgba(21, 65, 81, 0.3);
box-shadow: 0 0 12px rgba(21, 65, 81, 0.3);
padding: 1em;
}
.media-control .call-title {
font-size: 1.2em
}
.media-control .call-ring {
margin-bottom: -10px;
color: #ccc;
font-size: 4em
}
.media-control .call-accept, .media-control .call-reject {
display: inline-block;
font-size: 4em;
cursor: pointer
}
.media-control .call-accept {
color: #008000;
margin-right: 100px
}
.media-control .call-reject {
color: #f00
}
.media-container {
width: 450px;
height: 400px;
max-width: 100%;
max-height: 100%;
margin: auto;
-webkit-box-shadow: 0 0 10px 0 #000;
box-shadow: 0 0 10px 0 #000;
}
.media-container .video_distance {
width: 100%;
height: 100%;
background: #000
}
.media-container .video_local {
position: absolute;
top: 5px;
right: 5px;
width: 136px;
height: 112px
}
.media-container .video-control {
width: 100%;
position: absolute;
bottom: 1.5em;
color: rgba(255, 255, 255, 0.502);
font-size: 1.5em;
text-align: center;
}
.media-container .video-control div {
display: inline-block;
cursor: pointer
}
.media-container .video-control .mute, .media-container .video-control .video-off {
position: absolute;
bottom: .8em;
}
.media-container .video-control .mute.active, .media-container .video-control .video-off.active {
color: #fff
}
.media-container .video-control .mute {
position: absolute;
left: .8em
}
.media-container .video-control .video-off {
right: .8em
}
.media-container .video-control .hangup {
font-size: 2.5em;
color: #f00
}
body.phone .media-container, body.ifr .media-container {
width: 100%;
height: 100%
}
@media screen and (max-width: 720px) {
.media-container {
width: 100%;
height: 100%
}
}
.anim-h {
-webkit-transition: height 0.2s ease;
-moz-transition: height 0.2s ease;
-o-transition: height 0.2s ease;
-ms-transition: height 0.2s ease;
transition: height 0.2s ease
}
.anim-hm {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
-ms-transition: height 0.35s ease;
transition: height 0.35s ease
}
@media screen and (min-width: 900px) {
body {
text-align: center;
background-color: #caeaf7;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover
}
.contaniner {
margin: 20px 0 50px
}
.pnl {
text-align: left;
margin: auto;
max-width: 900px;
max-height: 700px;
width: 900px;
border-radius: .5em;
overflow: hidden;
-webkit-box-shadow: 0 0 8px 0 rgba(33, 101, 129, 0.4);
box-shadow: 0 0 8px 0 rgba(33, 101, 129, 0.4)
}
.body-bg {
display: block
}
}
@media screen and (max-width: 720px) {
body {
overflow: hidden;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.body-bg {
display: none
}
#cameraBtn {
display: inline-block
}
#humanBtn {
width: 1.8em;
}
#humanBtn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
.pnl-ext {
border-top: 0 solid #dfdfdf !important;
bottom: 100% !important;
height: 20em;
overflow: hidden;
padding: .3em .3em 1.5em .3em;
top: -21.5em;
}
.pnl-ext .emoji-pnl {
position: absolute;
bottom: .8em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 94%;
max-height: 19em;
overflow: auto
}
.ques-pnl {
position: absolute;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0);
padding: 6px 2px 6px 2px;
border: 0 solid #cdcfcf;
border-radius: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll
}
.pnl-head {
display: none
}
.pnl-head-sm {
display: block;
z-index: 100000000;
background-color: #484a4b;
height: 3em;
line-height: 3em;
padding: 0 .5em;
color: #fff;
text-align: center;
font-size: 1.1em;
}
.pnl-head-sm .chat-title {
font-size: 1.2em;
display: inline-block;
margin: 0 1.5em;
width: 85%;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden
}
.pnl-head-sm .v {
font-size: 1.2em;
position: absolute;
left: -.1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
.pnl-head-sm .v-r {
font-size: 1.2em;
position: absolute;
right: .1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
.pnl-body {
top: 3.3em !important
}
.pnl-right {
display: none
}
.pnl-left {
right: 0 !important;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease
}
.pnl-msgs {
background-color: #fff;
bottom: 3.3em !important;
padding: .3em .3em 1em .3em;
border-bottom: 0 solid #ddd
}
.pnl-text {
position: fixed !important;
height: 3.2em;
background-color: #ededed;
font-size: 1em;
border-top: 1px solid #ddd;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pnl-text .emoji-item {
width: 30px;
height: 30px;
padding: 2px
}
.pnl-support {
display: none
}
.pnl-support-sm {
display: block
}
.pnl-warn {
position: static !important;
border: 0
}
.pnl-warn-free {
position: static;
padding: 1px 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.mute-btn, .emoji-btn, .menu-btn, .send-btn, body.phone .send-btn {
color: #7c7c7c;
position: absolute;
z-index: 100000
}
.menu-btn {
right: 0;
top: .16em;
font-size: 2.5em;
margin-left: 0;
display: block
}
.send-btn {
right: 0;
top: .155em;
font-size: 2.5em;
color: #484a4b
}
.pnl-warn-left {
position: absolute !important;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 0;
display: none;
}
.pnl-warn-left .warn-btn {
width: 1.8em;
text-align: center;
line-height: 1.3;
margin: .2em;
color: #7c7c7c;
}
.pnl-warn-left .warn-btn#quesBtn {
display: inline-block
}
.pnl-warn-left .warn-btn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
.pnl-warn-left .warn-btn#scrshot {
display: none
}
.pnl-warn-left .pnl-logo-sm {
display: block
}
.pnl-warn-btns {
height: 100%;
overflow: hidden;
padding: .3em .6em;
font-size: 1.6em;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.pnl-warn-right {
display: none
}
.pnl-ques-btn {
position: absolute;
top: .2em;
left: 0;
z-index: 10000000;
font-size: 1.6em
}
.pnl-input {
top: 0 !important;
bottom: 0 !important;
left: .5em;
right: 5.7em !important;
padding: .1em .2em;
margin: .3em .6em .35em 0;
background-color: #fff;
max-height: 2.4em;
border-radius: 4px;
}
.pnl-input textarea {
padding: .4em 0;
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
line-height: 1.2;
font-size: 1.2em;
overflow-y: visible;
outline: none
}
.pnl-input .atcom-pnl {
left: .2em;
max-width: 98%;
max-height: 12em
}
.pnl-btn {
display: none;
top: .45em !important;
right: .3em !important;
width: 2.1em;
height: 1.5em;
line-height: 1.7
}
.msg-left .msg-ball {
margin: .5em 3.2em .5em 4.2em
}
.msg-right .msg-ball {
margin: .5em 4.2em .5em 3.2em
}
.msg-ball {
min-width: .7em;
}
.msg-anchor, .msg-ball a {
color: #4270f6
}
.msg.robot .msg-ball {
color: #323232;
background-color: #e0f4e0;
}
.msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
.msg.worker .msg-ball {
color: #323232;
background-color: #ddf6f8;
}
.msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
.msg-right .msg-ball {
color: #323232;
background-color: #f0f0f0 !important;
}
.msg-right .msg-ball:before {
border-color: transparent transparent transparent #f0f0f0 !important
}
.msg {
padding: .2em 0;
}
.msg.time:before {
background-color: transparent
}
.msg.time:after {
background-color: transparent
}
#histStart:before {
right: 80% !important
}
#histStart:after {
left: 80% !important
}
.mask:after {
right: .8em;
top: .8em
}
.link-pnl {
margin-top: 3.3em
}
}
body.phone.ifr .pnl-head-sm {
display: none
}
body.phone.ifr .pnl-head {
display: block;
height: 4.5em;
background: transparent;
background-color: #484a4b;
}
body.phone.ifr .pnl-head .pnl-worker {
display: block;
z-index: -1;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-photo {
margin: 6px;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-photo .pnl-worker-icon {
font-size: 3.5em;
margin: 0
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text {
padding: 5px;
margin: 0;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text .pnl-worker-name {
line-height: 1.8
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text .pnl-worker-site {
line-height: 1.5
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text.unsite {
padding: 0 5px;
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text.unsite .pnl-worker-name {
padding: 1em 0;
display: inline-block
}
body.phone.ifr .pnl-head .pnl-worker .pnl-worker-text.unsite .pnl-worker-site {
display: none
}
body.phone.ifr .pnl-head .pnl-hl, body.phone.ifr .pnl-head .pnl-site {
display: none
}
body.phone.ifr .pnl-head .pnl-opt {
color: #fff;
font-size: 1.1em;
line-height: 2.5;
width: 2.5em;
margin-right: 0;
}
body.phone.ifr .pnl-head .pnl-opt.pnl-esc {
display: none
}
body.phone.ifr .pnl-head .pnl-opt.pnl-voice, body.phone.ifr .pnl-head .pnl-opt.pnl-min {
display: block
}
body.phone.ifr .pnl-head .pnl-opt.pnl-min {
margin-right: .5em
}
body.phone.ifr .pnl-head .pnl-about {
display: none
}
body.phone.ifr .pnl-body {
top: 4.5em !important
}
body.phone body {
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
body.phone #cameraBtn {
display: inline-block
}
body.phone #humanBtn {
width: 1.8em;
}
body.phone #humanBtn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
body.phone .pnl-ext {
border-top: 0 solid #dfdfdf !important;
bottom: 100% !important;
height: 20em;
overflow: hidden;
padding: .3em .3em 1.5em .3em;
top: -21.5em;
}
body.phone .pnl-ext .emoji-pnl {
position: absolute;
bottom: .8em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 94%;
max-height: 19em;
overflow: auto
}
body.phone .ques-pnl {
position: absolute;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0);
padding: 6px 2px 6px 2px;
border: 0 solid #cdcfcf;
border-radius: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll
}
body.phone .pnl-head {
display: none
}
body.phone .pnl-head-sm {
display: block;
z-index: 100000000;
background-color: #484a4b;
height: 3em;
line-height: 3em;
padding: 0 .5em;
color: #fff;
text-align: center;
font-size: 1.1em;
}
body.phone .pnl-head-sm .chat-title {
font-size: 1.2em;
display: inline-block;
margin: 0 1.5em;
width: 85%;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden
}
body.phone .pnl-head-sm .v {
font-size: 1.2em;
position: absolute;
left: -.1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
body.phone .pnl-head-sm .v-r {
font-size: 1.2em;
position: absolute;
right: .1em;
top: 50%;
margin-top: -1em;
cursor: pointer;
padding: .5em
}
body.phone .pnl-body {
top: 3.3em !important
}
body.phone .pnl-right {
display: none
}
body.phone .pnl-left {
right: 0 !important;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease
}
body.phone .pnl-msgs {
background-color: #fff;
bottom: 3.3em !important;
padding: .3em .3em 1em .3em;
border-bottom: 0 solid #ddd
}
body.phone .pnl-text {
position: absolute;
height: 3.2em;
background-color: #ededed;
font-size: 1em;
border-top: 1px solid #ddd;
outline: none;
display: block;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.phone .pnl-text .emoji-item {
width: 30px;
height: 30px;
padding: 2px
}
body.phone .pnl-support {
display: none
}
body.phone .pnl-support-sm {
display: block
}
body.phone .pnl-warn {
position: static !important;
border: 0
}
body.phone .pnl-warn-free {
position: static;
padding: 1px 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
body.phone .mute-btn, body.phone .emoji-btn, body.phone .menu-btn, body.phone .send-btn {
color: #7c7c7c;
position: absolute;
z-index: 100000
}
body.phone .emoji-btn {
right: 1.2em;
top: .16em;
font-size: 2.4em
}
body.phone .menu-btn {
right: 0;
top: .16em;
font-size: 2.5em;
margin-left: 0;
display: block
}
body.phone .send-btn {
right: 0;
top: .155em;
font-size: 2.5em;
color: #484a4b
}
body.phone .pnl-warn-left {
position: absolute !important;
top: 3.2em;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 0;
display: none;
}
body.phone .pnl-warn-left .warn-btn {
width: 1.8em;
text-align: center;
line-height: 1.3;
margin: .2em;
color: #7c7c7c;
}
body.phone .pnl-warn-left .warn-btn#quesBtn {
display: inline-block
}
body.phone .pnl-warn-left .warn-btn:after {
content: attr(title);
font-size: .4em;
color: #a6a6a6;
display: block
}
body.phone .pnl-warn-left .warn-btn#scrshot {
display: none
}
body.phone .pnl-warn-left .pnl-logo-sm {
display: block
}
body.phone .pnl-warn-btns {
height: 100%;
overflow: hidden;
padding: .3em .6em;
font-size: 1.6em;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
body.phone .pnl-warn-right {
display: none
}
body.phone .pnl-ques-btn {
position: absolute;
top: .2em;
left: 0;
z-index: 10000000;
font-size: 1.6em
}
body.phone .pnl-input {
top: 0 !important;
bottom: 0 !important;
left: .5em;
right: 5.7em !important;
padding: .1em .2em;
margin: .3em .6em .35em 0;
background-color: #fff;
max-height: 2.4em;
border-radius: 4px;
}
body.phone .pnl-input textarea {
padding: .4em 0;
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
line-height: 1.2;
font-size: 1.2em;
overflow-y: visible;
outline: none
}
body.phone .pnl-input .atcom-pnl {
left: .2em;
max-width: 98%;
max-height: 12em
}
body.phone .pnl-btn {
display: none;
top: .45em !important;
right: .3em !important;
width: 2.1em;
height: 1.5em;
line-height: 1.7
}
body.phone .msg-left .msg-ball {
margin: .5em 3.2em .5em 4.2em
}
body.phone .msg-right .msg-ball {
margin: .5em 4.2em .5em 3.2em
}
body.phone .msg-ball {
min-width: .7em;
}
.msg-anchor, body.phone .msg-ball a {
color: #4270f6
}
body.phone .msg.robot .msg-ball {
color: #323232;
background-color: #e0f4e0;
}
body.phone .msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
body.phone .msg.worker .msg-ball {
color: #323232;
background-color: #ddf6f8;
}
body.phone .msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
body.phone .msg-right .msg-ball {
color: #323232;
background-color: #f0f0f0 !important;
}
body.phone .msg-right .msg-ball:before {
border-color: transparent transparent transparent #f0f0f0 !important
}
body.phone .msg {
padding: .2em 0;
}
body.phone .msg.time:before {
background-color: transparent
}
body.phone .msg.time:after {
background-color: transparent
}
body.phone #histStart:before {
right: 80% !important
}
body.phone #histStart:after {
left: 80% !important
}
body.phone .mask:after {
right: .8em;
top: .8em
}
body.phone .link-pnl {
margin-top: 3.3em
}
body.ifr:not(.phone) #humanBtn {
width: auto
}
body.ifr:not(.phone) .pnl-head-sm {
display: none
}
body.ifr:not(.phone) .pnl-head {
display: block;
height: 5em;
background: transparent;
background-color: #484a4b;
}
body.ifr:not(.phone) .pnl-head .pnl-worker {
display: block;
z-index: -1
}
body.ifr:not(.phone) .pnl-head .pnl-hl, body.ifr:not(.phone) .pnl-head .pnl-site {
display: none
}
body.ifr:not(.phone) .pnl-head .pnl-opt {
color: #fff;
font-size: 1em;
line-height: 3;
width: 1.5em;
margin-right: .5em;
}
body.ifr:not(.phone) .pnl-head .pnl-opt.pnl-esc {
display: none
}
body.ifr:not(.phone) .pnl-head .pnl-opt.pnl-voice, body.ifr:not(.phone) .pnl-head .pnl-opt.pnl-min {
display: block
}
body.ifr:not(.phone) .pnl-head .pnl-about {
display: none
}
body.ifr:not(.phone) .pnl-body {
top: 5em !important;
}
body.ifr:not(.phone) .pnl-body .pnl-left {
border: none
}
body.ifr:not(.phone) .pnl-body .pnl-msgs {
bottom: 9.1em !important;
background-color: #fff !important;
border: 0;
padding: .3em .8em 1em .8em;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-left:before {
content: attr(worker);
display: block;
color: #848484;
margin-bottom: -.5em;
margin-left: 0;
padding-top: 0
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.robot .msg-ball {
color: #323232;
background-color: #e0f4e0;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.robot .msg-ball:before {
border-color: transparent #e0f4e0 transparent transparent
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.worker .msg-ball {
color: #323232;
background-color: #ddf6f8;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg.worker .msg-ball:before {
border-color: transparent #ddf6f8 transparent transparent
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-right .msg-ball {
color: #323232;
background-color: #f0f0f0 !important;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-right .msg-ball:before {
border-color: transparent transparent transparent #f0f0f0 !important
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-host {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-ball {
margin: .5em;
}
body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-ball .msg-anchor, body.ifr:not(.phone) .pnl-body .pnl-msgs .msg-ball a {
color: #4270f6
}
body.ifr:not(.phone) .pnl-body .pnl-text {
height: 9em !important;
background-color: #fff !important;
font-size: 1em !important;
border-top: 1px solid #eeedf3;
display: block;
}
body.ifr:not(.phone) .pnl-body .pnl-text .emoji-item {
width: 24px;
height: 24px;
padding: 1px
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-support {
display: block;
left: .8em;
right: initial
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-support-sm {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-ext {
border-top: 0 solid #dfdfdf !important;
bottom: 100% !important;
height: 20em;
overflow: hidden;
padding: .3em .3em 1.5em .3em;
top: -21.5em;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-ext .emoji-pnl {
position: absolute;
bottom: .8em !important;
padding: .3em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 94%;
max-height: 19em;
overflow: auto
}
body.ifr:not(.phone) .pnl-body .pnl-text .ques-pnl {
position: absolute;
left: .3em;
right: .3em;
top: initial;
bottom: 100% !important;
padding: .3em;
margin-bottom: .3em;
max-height: 19em;
background-color: #fff;
border: 1px solid #cdcfcf;
border-radius: .3em;
width: 447px;
max-width: 95%;
overflow: auto
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn {
position: absolute !important;
z-index: 100;
border: 0;
color: #afafaf;
background-color: #f6f6f6;
height: 2.16em;
overflow: hidden;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .mute-btn, body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .menu-btn {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .emoji-btn {
position: static !important;
font-size: 1.5em !important;
margin: 0
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left {
position: static !important;
bottom: 100%;
left: 0;
right: 0;
overflow: hidden;
padding: 1px 0;
display: block;
border-top: 0 !important;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns {
font-size: 1em;
padding: 0;
background-color: inherit;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns .warn-btn {
margin: 0;
width: auto;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns .warn-btn:after {
content: ''
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns .warn-btn#voiceMbBtn {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-warn-btns #humanBtn:after {
content: '转人工';
display: inline;
vertical-align: 17%;
font-size: .7em
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-left .pnl-logo-sm {
display: none
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-warn .pnl-warn-right {
display: block
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-input {
top: 2em !important;
bottom: 2.5em !important;
left: 0 !important;
right: 0 !important;
padding: 0;
margin: 0;
border: 0 !important;
border-radius: 0;
max-height: 4em;
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-input textarea {
overflow: auto;
font-size: 1em;
padding: .5em .5em;
resize: none;
background-color: #fff
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-input .atcom-pnl {
left: .45em;
max-width: 96%;
max-height: 15em
}
body.ifr:not(.phone) .pnl-body .pnl-text .pnl-btn {
display: block;
bottom: .5em !important;
top: 6.3em !important;
background-color: #484a4b;
width: 4em;
height: 1.6em;
border-radius: .3em
}
body.ifr:not(.phone) .msg.time:before {
background-color: #e9e9e9
}
body.ifr:not(.phone) .msg.time:after {
background-color: #e9e9e9
}
body.ifr:not(.phone) #histStart:before {
right: 80% !important
}
body.ifr:not(.phone) #histStart:after {
left: 80% !important
}
body.ifr:not(.phone) #cameraBtn {
display: none
}
body.ifr.ifr0 .pnl-head {
height: 3em !important
}
body.ifr.ifr0 .pnl-body {
top: 3em !important;
}
body.ifr.ifr0 .pnl-body .pnl-msgs {
padding: 0 .8em
}
body.ifr.ifr0 .pnl-worker-photo {
margin: .5em 0;
width: 2em;
height: 2em;
background-image: url("")
}
body.ifr.ifr0 .pnl-worker-icon {
font-size: 2em;
margin: 0
}
body.ifr.ifr0 .pnl-worker-text {
height: 100%;
margin: 0;
}
body.ifr.ifr0 .pnl-worker-text .pnl-worker-name {
margin: 0;
font-size: 1em;
padding: .6em .5em;
display: inline-block
}
body.ifr.ifr0 .pnl-worker-text .pnl-worker-site {
display: none
}
body.ifr.ifr1 .pnl-worker-text {
height: 100%;
margin: 0;
}
body.ifr.ifr1 .pnl-worker-text .pnl-worker-name {
margin: 0;
line-height: 1.2;
padding: 1.5em 0;
display: inline-block
}
body.ifr.ifr1 .pnl-worker-text .pnl-worker-site {
display: none
}
body.ifr.ifr2 .pnl-head {
height: 90px;
-webkit-box-shadow: none;
box-shadow: none;
}
body.ifr.ifr2 .pnl-head .pnl-worker {
display: none
}
body.ifr.ifr2 .pnl-head .pnl-opt {
line-height: 2
}
body.ifr.ifr2 .btn-head {
top: 27px;
padding: 0 .5em;
}
body.ifr.ifr2 .btn-head .active:after {
content: "";
width: 0;
height: 0;
position: absolute;
display: block;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-top: 4px solid transparent;
border-bottom: 5px solid #fff;
border-left: 4px solid transparent;
border-right: 4px solid transparent
}
body.ifr.ifr2 .btn-head .v5-head-btn {
position: relative;
display: inline-block;
width: 20%;
height: 100%;
float: left;
color: #fff;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
text-align: center;
cursor: pointer;
}
body.ifr.ifr2 .btn-head .v5-head-btn:hover {
opacity: 1;
-ms-filter: none;
filter: none
}
body.ifr.ifr2 .btn-head .v5-head-btn .v5-btn-img {
font-family: "kh";
font-style: normal;
font-size: 32px;
display: block
}
body.ifr.ifr2 .btn-head .v5-head-btn .v5-btn-txt {
font-style: normal;
font-size: 1em;
text-align: center;
line-height: 2
}
body.ifr.ifr2 .btn-head .v5-head-btn.active {
color: #fff;
opacity: 1;
-ms-filter: none;
filter: none;
display: block
}
body.ifr.ifr2 .btn-head .v5-head-btn.active .v5-btn-pnl {
display: block
}
body.ifr.ifr2 .btn-head #qqChat .v5-btn-pnl {
right: 89px !important
}
body.ifr.ifr2 .btn-head #wwChat .v5-btn-pnl {
right: 161px !important
}
body.ifr.ifr2 .btn-head #qrCode .v5-btn-pnl {
right: 233px !important
}
body.ifr.ifr2 .btn-head #guestBook .v5-btn-pnl {
right: 305px !important
}
body.ifr.ifr2 .pnl-body {
top: 90px !important;
}
body.ifr.ifr2 .pnl-body .pnl-text .ques-pnl, body.ifr.ifr2 .pnl-body .pnl-text .emoji-pnl {
max-height: 18em !important
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn {
width: 100%;
height: calc(100% - 90px);
top: 90px;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl {
font-size: 12px;
width: inherit;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
overflow: auto;
cursor: auto;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 4em;
background-color: #fff;
padding: .8em 1em;
text-align: left;
overflow: auto;
color: #333;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box.v5-full-height {
height: auto
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-lbl {
font-family: "kh";
float: left;
width: 4.5em;
text-align: center;
margin: 1em 0;
line-height: 2.7
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-links {
overflow: hidden;
width: 270px;
position: relative;
left: 20px;
float: left;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-links .v5-pnl-link {
width: 8em;
line-height: 2.5;
text-align: center;
cursor: pointer;
background-color: #2dc462;
border-radius: .3em;
margin: 1em 1.5em;
color: #fff;
float: left
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-img {
font-family: "kh";
position: relative;
top: 4px;
font-size: 27px;
color: #2dc462;
font-style: normal;
float: left;
width: 1em;
height: auto;
margin: .3em
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-list {
overflow: hidden;
width: 20em;
position: relative;
float: left;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-list .v5-pnl-link {
width: 7em;
line-height: 2.5;
text-align: center;
cursor: pointer;
background-color: #2dc462;
border-radius: .3em;
margin: 1em 1.5em;
color: #fff;
float: left
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-qrbox {
width: 50%;
height: 150px;
float: left;
overflow: hidden;
margin: 11px 0;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-qrbox .v5-pnl-qr {
width: 90%;
margin: 0 5%;
vertical-align: middle
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-qrbox .v5-pnl-qrtxt {
width: 90%;
margin: 0 5%;
text-align: center;
color: #333;
line-height: 1
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr {
position: relative;
margin: 1em .5em 0 .5em;
text-align: center;
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-span {
display: inline-block;
width: 4em;
vertical-align: top;
color: #969696;
line-height: 24px
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-input, body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-text {
padding: .5em 5%;
background-color: #eef2f3;
border-radius: .3em;
display: inline-block;
border: 0;
width: 60%;
line-height: 1.6;
outline: none
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-tr .v5-pnl-text {
height: 8.3em;
overflow: auto
}
body.ifr.ifr2 .pnl-body .v5-pnlbtn .v5-btn-pnl .v5-pnl-box .v5-pnl-btn {
width: 7em;
text-align: center;
line-height: 2.5em;
cursor: pointer;
background-color: #56595a;
color: #fff;
margin: 1em auto;
border-radius: .3em
}
body[lang='en'] #humanBtn::after {
content: 'Human Service' !important
}
body[lang='tw'] #humanBtn::after {
content: '转人工' !important
}
.headDefault {
background-color: transparent !important;
border-radius: 5px;
background-image: url(../img/avatar/Member002.jpg);
} | 0.479016 | 0.089058 |
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap);
/* ********************************* */
/* * DASHBOARD LAYOUT * */
/* ********************************* */
html {
min-height: 100%;
}
body {
font-weight: 400;
background-color: #414e60;
color: #ddd;
background-image: url(../img/bg-pattern.svg), radial-gradient(ellipse farthest-side at 10% 0, #414e60 20%, #94a3b1);
background-size: cover;
background-attachment: fixed, fixed;
font-family: "Open Sans";
margin: 0px;
}
.bg-zebra {
background-image: url(../img/zebra-2.png), linear-gradient(90deg, rgba(0, 0, 0, 1) 34%, rgba(255, 255, 255, 1) 52%);
}
.bg-color {
background-color: #414e60;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: 100;
}
input[type="search"],
input.search {
padding-left: 25px;
background: url(../img/search.png) 8px 8px no-repeat #fff;
}
input[type="search"].input-transparent,
input.search.input-transparent {
border: none;
background: url(../img/search-white.png) 8px 8px no-repeat rgba(51, 51, 51, 0.025);
}
input[type="search"].input-transparent::-moz-placeholder,
input.search.input-transparent::-moz-placeholder {
color: rgba(238, 238, 238, 0.76);
opacity: 1;
}
input[type="search"].input-transparent:-ms-input-placeholder,
input.search.input-transparent:-ms-input-placeholder {
color: rgba(238, 238, 238, 0.76);
}
input[type="search"].input-transparent::-webkit-input-placeholder,
input.search.input-transparent::-webkit-input-placeholder {
color: rgba(238, 238, 238, 0.76);
}
ul ul,
ol ul {
list-style: none;
}
ul,
ol {
list-style: none;
padding: 0;
}
iframe {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
fieldset {
width: 100%;
min-width: 200px;
}
form {
margin-bottom: 0;
}
a {
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
transition: color 0.2s;
}
svg {
height: 100%;
width: 100%;
display: block;
}
pre {
background-color: rgba(30, 30, 30, 0.1);
color: #eee;
margin: 15px;
padding: 10px;
border: 1px solid rgba(30, 46, 46, 0.95);
}
nav {
height: 36px !important;
padding-left: 5px;
padding-right: 20px;
}
footer {
margin-top: auto;
background: rgba(0, 0, 0, 0.1) !important;
height: 30px;
font-size: .8rem;
color: #444;
line-height: 1.5rem;
text-align: center;
bottom: 0;
width: 100%;
}
.btn {
-webkit-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.bg-dark {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.navbar-brand .logo {
font-size: 18px;
margin: 4px;
}
.navbar-brand .logo sup {
font-size: 100%;
top: -0.2em !important;
color: red;
}
@media only screen and (max-width:1024px) {
.navbar {
padding-left: 5;
padding-top: 0px;
padding-right: 7px
}
.navbar-brand {
padding: 0;
}
.navbar-collapse .nav-item {
margin-left: 5px;
margin-right: 5px;
padding-left: 15px !important;
padding-bottom: 5px;
padding-right: 10px;
background: #353c42;
line-height: 1rem
}
.navbar-collapse .nav-item:first-child {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.navbar-collapse .nav-item:last-child {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-bottom: 15px;
}
.navbar-collapse .dropdown-menu {
margin-right: 0px;
margin-left: 0px;
color: #aaa
}
.navbar-collapse .dropdown-item {
color: #aaa !important;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-collapse .dropdown-item:hover {
background-color: #888 !important;
}
.navbar-collapse .badge {
width: 100%;
padding: 12px;
font-size: 1rem;
}
}
.navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:visited,
.navbar-toggler {
border: none !important;
box-shadow: none;
padding: 0px;
padding-right: 5px;
}
.badge-darker {
background-color: #00000075;
}
.nav-item .badge {
margin-top: 7px !important;
font-size: .8rem;
border: 1px solid oldlace;
}
.page_placeholder {
margin-top: 50px;
width: 100%;
display: block
}
.dropdown-item {
font-size: 0.8rem;
}
.list-item {
max-height: 46px;
min-height: 46px;
font-size: 0.8rem;
}
.list-item:hover {
opacity: 0.5;
} | public/assets/app/css/custom.css | @charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap);
/* ********************************* */
/* * DASHBOARD LAYOUT * */
/* ********************************* */
html {
min-height: 100%;
}
body {
font-weight: 400;
background-color: #414e60;
color: #ddd;
background-image: url(../img/bg-pattern.svg), radial-gradient(ellipse farthest-side at 10% 0, #414e60 20%, #94a3b1);
background-size: cover;
background-attachment: fixed, fixed;
font-family: "Open Sans";
margin: 0px;
}
.bg-zebra {
background-image: url(../img/zebra-2.png), linear-gradient(90deg, rgba(0, 0, 0, 1) 34%, rgba(255, 255, 255, 1) 52%);
}
.bg-color {
background-color: #414e60;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: 100;
}
input[type="search"],
input.search {
padding-left: 25px;
background: url(../img/search.png) 8px 8px no-repeat #fff;
}
input[type="search"].input-transparent,
input.search.input-transparent {
border: none;
background: url(../img/search-white.png) 8px 8px no-repeat rgba(51, 51, 51, 0.025);
}
input[type="search"].input-transparent::-moz-placeholder,
input.search.input-transparent::-moz-placeholder {
color: rgba(238, 238, 238, 0.76);
opacity: 1;
}
input[type="search"].input-transparent:-ms-input-placeholder,
input.search.input-transparent:-ms-input-placeholder {
color: rgba(238, 238, 238, 0.76);
}
input[type="search"].input-transparent::-webkit-input-placeholder,
input.search.input-transparent::-webkit-input-placeholder {
color: rgba(238, 238, 238, 0.76);
}
ul ul,
ol ul {
list-style: none;
}
ul,
ol {
list-style: none;
padding: 0;
}
iframe {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
fieldset {
width: 100%;
min-width: 200px;
}
form {
margin-bottom: 0;
}
a {
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
transition: color 0.2s;
}
svg {
height: 100%;
width: 100%;
display: block;
}
pre {
background-color: rgba(30, 30, 30, 0.1);
color: #eee;
margin: 15px;
padding: 10px;
border: 1px solid rgba(30, 46, 46, 0.95);
}
nav {
height: 36px !important;
padding-left: 5px;
padding-right: 20px;
}
footer {
margin-top: auto;
background: rgba(0, 0, 0, 0.1) !important;
height: 30px;
font-size: .8rem;
color: #444;
line-height: 1.5rem;
text-align: center;
bottom: 0;
width: 100%;
}
.btn {
-webkit-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.bg-dark {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.navbar-brand .logo {
font-size: 18px;
margin: 4px;
}
.navbar-brand .logo sup {
font-size: 100%;
top: -0.2em !important;
color: red;
}
@media only screen and (max-width:1024px) {
.navbar {
padding-left: 5;
padding-top: 0px;
padding-right: 7px
}
.navbar-brand {
padding: 0;
}
.navbar-collapse .nav-item {
margin-left: 5px;
margin-right: 5px;
padding-left: 15px !important;
padding-bottom: 5px;
padding-right: 10px;
background: #353c42;
line-height: 1rem
}
.navbar-collapse .nav-item:first-child {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.navbar-collapse .nav-item:last-child {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-bottom: 15px;
}
.navbar-collapse .dropdown-menu {
margin-right: 0px;
margin-left: 0px;
color: #aaa
}
.navbar-collapse .dropdown-item {
color: #aaa !important;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-collapse .dropdown-item:hover {
background-color: #888 !important;
}
.navbar-collapse .badge {
width: 100%;
padding: 12px;
font-size: 1rem;
}
}
.navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:visited,
.navbar-toggler {
border: none !important;
box-shadow: none;
padding: 0px;
padding-right: 5px;
}
.badge-darker {
background-color: #00000075;
}
.nav-item .badge {
margin-top: 7px !important;
font-size: .8rem;
border: 1px solid oldlace;
}
.page_placeholder {
margin-top: 50px;
width: 100%;
display: block
}
.dropdown-item {
font-size: 0.8rem;
}
.list-item {
max-height: 46px;
min-height: 46px;
font-size: 0.8rem;
}
.list-item:hover {
opacity: 0.5;
} | 0.349644 | 0.10466 |
.odd, .schoolDetails .subjects th {
background-color: #dde1e5;
}
.even {
background-color: #ebeff2;
}
.listings a, .detailsTable a, .popup .dataRow a, .largeChart .small a {
color: #006790;
}
.listings tr:hover, .listings tr.thisRow {
background-color: #baced6;
}
.schoolDetails h4 {
background-color: #006790;
}
.detailsNav li a:hover, .detailsNav li a.sel {
background-color: #dde1e5;
}
.gray a, .gray .paginate_active, .gray .msReport .msReportTab, .gray .communityReport .communityReportTab, .gray .schoolReport .schoolReportTab {
color: #427b9b;
}
.gray .iconTheme {
background-image: url("../assets/icon-sprite-gray.png");
}
.gray .bg {
background-image: url("../assets/bg-sprite-black.png");
}
.gray .header, .gray .btnTheme, .gray .brandTop li a, .gray .agentInfo a, .gray .agentWeb, #contentGrid .wizard .gray .preview a {
color: #fff;
}
.gray .header, .gray .schedule, .gray .title, .gray .popup .title, .gray .schoolDetails h4, .gray .aboveHeader, .gray .agentBranding, .gray #Popup_EmailMe .title {
background-color: #999;
}
.gray .agentLegal, .gray .belowBrand .tagLine, #contentGrid .wizard .gray .preview .belowBrand a {
color: #e5e5e5;
}
.gray .main {
background-color: #797979;
}
.gray .msReport-2, h3, .gray .nav, .gray .paging {
background-color: #dedede;
}
.profile-wrap .gray .msReport-2 {
background: #fff none repeat scroll 0 0;
}
.gray .msReport-2, h3, .gray .nav ul li, .gray .panelInner, .gray .gridContent, gray .listings, .gray .map, .gray .paging, .gray .paging .this {
border-color: #b2b2b2;
}
.gray .nav li a:hover {
background-color: #d7e0e5;
}
.gray .nav a, .gray h3, .gray .chartDetails h4 {
color: #777;
}
.gray .tabs .this {
border-top-color: #000;
}
.gray .odd, .gray .schoolDetails .subjects th {
background-color: #e8f2f7;
}
.gray .even, .gray .communityReport .panelInner, .gray .emailMe .formRow, .gray .emailMe .formRow, .gray .chartDetails, .gray .details div.sidebar, .gray .popup .dataRow, .gray .detailsNav li a:hover, .gray .detailsNav li a.sel {
background-color: #ccdce5;
}
.gray .listings tr:hover {
background-color: #cccdce;
}
.gray .listings a, .gray .detailsTable a, .gray .popup .dataRow a, .gray .largeChart .small a {
color: #427b9b;
}
.gray .title, .gray .popup .title {
background-color: #427b9b;
}
.beige a, .beige .paginate_active, .beige .msReport .msReportTab, .beige .communityReport .communityReportTab, .beige .schoolReport .schoolReportTab, .beige .listings a, .beige .detailsTable a, .beige .popup .dataRow a, .beige .largeChart .small a {
color: #a39666;
}
.beige .iconTheme {
background-image: url("../assets/icon-sprite-beige.png");
}
.beige .bg {
background-image: url("../assets/bg-sprite-beige.png");
}
.beige .header, .beige .brandTop li a, .beige .agentInfo a, .beige .schedule, .beige .contactInfo .agentWeb, #contentGrid .wizard .beige .preview a {
color: #333;
}
.beige .btnTheme {
color: #fff;
}
.beige .header, .beige .schedule {
background-color: #d7cead;
}
.beige .aboveHeader, .beige .agentBranding {
background-color: #a39763;
}
.beige .title, .beige .popup .title, .beige .schoolDetails h4, .beige #Popup_EmailMe .title, .beige #Popup_EmailMe .title {
background-color: #a39666;
}
.beige .contactInfo .agentWeb span {
background-position: 0 -1149px;
}
.beige .agentLegal, .beige .belowBrand .tagLine, #contentGrid .wizard .beige .preview .belowBrand a {
color: #545252;
}
.beige .belowBrand .msLogo {
background-position: 0 -1117px;
}
.beige h3, .beige .nav, .beige .paging {
background-color: #fbf7e4;
}
.beige .msReport-2, .beige h3, .beige .nav, .beige .nav ul li, .beige .panelInner, .beige .gridContent, .beige .listings, .beige .map, .beige .paging, .beige .paging .this {
border-color: #999;
}
.beige .nav li a:hover {
background-color: #fbf7e4;
}
.beige .nav a, .beige h3, .beige .chartDetails h4 {
color: #595959;
}
.beige .tabs .this {
border-top-color: #333;
}
.beige .odd, .beige .schoolDetails .subjects th {
background-color: #eae3cc;
}
.beige .even, .beige .communityReport .panelInner, .beige .emailMe .formRow, .beige .chartDetails, .beige .details div.sidebar, .beige .popup .dataRow, .beige .detailsNav li a:hover, .beige .detailsNav li a.sel {
background-color: #f4efdc;
}
.beige .listings tr:hover {
background-color: #d6cfb8;
}
.beige .listings a, .beige .detailsTable a, .beige .popup .dataRow a, .beige .largeChart .small a {
color: #827753;
}
.beige .agentMessage .msgPointer {
background-position: 0 -100px;
}
.beige .msgBoxWrap .msgBox .msgBoxInner {
background-color: #624932;
}
.brown a, .brown .paginate_active, .brown .msReport .msReportTab, .brown .communityReport .communityReportTab, .brown .schoolReport .schoolReportTab, .brown .listings a, .brown .detailsTable a, .brown .popup .dataRow a, .brown .largeChart .small a {
color: #614934;
}
.brown .iconTheme {
background-image: url("../assets/icon-sprite-brown.png");
}
.brown .bg {
background-image: url("../assets/bg-sprite-red.png");
}
.brown .header, .brown .btnTheme, .brown .brandTop li a, .brown .agentInfo a, #contentGrid .wizard .brown .preview a {
color: #fff;
}
.brown .header, .brown .schedule, .brown .title, .brown .popup .title, .brown .schoolDetails h4, .brown .aboveHeader, .brown .agentBranding, .brown #Popup_EmailMe .title {
background-color: #614934;
}
.brown .agentLegal, .brown .belowBrand .tagLine, #contentGrid .wizard .brown .preview .belowBrand a {
color: #ededed;
}
.brown h3, .brown .nav, .brown .paging {
background-color: #eae5d7;
}
.brown .msReport-2, .brown h3, .brown .nav, .brown .nav ul li, .brown .panelInner, .brown .gridContent, .brown .listings, .brown .map, .brown .paging, .brown .paging .this {
border-color: #999;
}
.brown .nav li a:hover {
background-color: #eae5d7;
}
.brown .nav a, .brown h3, .brown .chartDetails h4 {
color: #595959;
}
.brown .tabs .this {
border-top-color: #302316;
}
.brown .odd, .brown .schoolDetails .subjects th {
background-color: #eae5d7;
}
.brown .even, .brown .communityReport .panelInner, .brown .emailMe .formRow, .brown .emailMe .formRow, .brown .chartDetails, .brown .details div.sidebar, .brown .popup .dataRow, .brown .detailsNav li a:hover, .brown .detailsNav li a.sel {
background-color: #f4f2e1;
}
.brown .listings tr:hover {
background-color: #dbd3ba;
}
.brown .agentMessage .msgPointer {
background-position: 0 -50px;
}
.brown .msgBoxWrap .msgBox .msgBoxInner {
background-color: #a39763;
}
.dblue a, .dblue .paginate_active, .dblue .msReport .msReportTab, .dblue .communityReport .communityReportTab, .dblue .schoolReport .schoolReportTab {
color: #27538c;
}
.dblue .iconTheme {
background-image: url("../assets/icon-sprite-dblue.png");
}
.dblue .bg {
background-image: url("../assets/bg-sprite-lblue.png");
}
.dblue .header, .dblue .btnTheme, .dblue .brandTop li a, .dblue .agentInfo a, #contentGrid .wizard .dblue .preview a {
color: #fff;
}
.dblue .header, .dblue .schedule, .dblue .title, .dblue .popup .title, .dblue .schoolDetails h4, .dblue .aboveHeader, .dblue .agentBranding, .dblue #Popup_EmailMe .title {
background-color: #27538c;
}
.dblue .agentLegal, .dblue .belowBrand .tagLine, #contentGrid .wizard .dblue .preview .belowBrand a {
color: #d7e0ef;
}
.dblue h3, .dblue .nav, .dblue .paging {
background-color: #d7e0e5;
}
.dblue .msReport-2, .dblue h3, .dblue .nav, .dblue .nav ul li, .dblue .panelInner, .dblue .gridContent, .dblue .listings, .dblue .map, .dblue .paging, .dblue .paging .this {
border-color: #999;
}
.dblue .nav li a:hover {
background-color: #dae3ed;
}
.dblue .nav a, .dblue h3, .dblue .chartDetails h4 {
color: #595959;
}
.dblue .tabs .this {
border-top-color: #6d9dcd;
}
.dblue .odd, .dblue .emailMe .formRow, .dblue .emailMe .formRow, .dblue .chartDetails, .dblue .details div.sidebar, .dblue .popup .dataRow, .dblue .schoolDetails .subjects th, .dblue .detailsNav li a:hover, .dblue .detailsNav li a.sel {
background-color: #dae3ed;
}
.dblue .even, .dblue .communityReport .panelInner {
background-color: #e5f0f9;
}
.dblue .listings tr:hover {
background-color: #bccfe0;
}
.dblue .listings a, .dblue .detailsTable a, .dblue .popup .dataRow a, .dblue .largeChart .small a {
color: #27538c;
}
.dblue .agentMessage .msgPointer {
background-position: 0 -350px;
}
.dblue .msgBoxWrap .msgBox .msgBoxInner {
background-color: #6d9dcd;
}
.dgreen a, .dgreen .paginate_active, .dgreen .msReport .msReportTab, .dgreen .communityReport .communityReportTab, .dgreen .schoolReport .schoolReportTab, .dgreen .listings a, .dgreen .detailsTable a, .dgreen .popup .dataRow a, .dgreen .largeChart .small a {
color: #5a7c45;
}
.dgreen .iconTheme {
background-image: url("../assets/icon-sprite-dgreen.png");
}
.dgreen .bg {
background-image: url("../assets/bg-sprite-lgreen.png");
}
.dgreen .header, .dgreen .btnTheme, .dgreen .brandTop li a, .dgreen .agentInfo a, #contentGrid .wizard .dgreen .preview a {
color: #fff;
}
.dgreen .contactInfo .agentWeb {
color: #c2db72;
}
.dgreen .header, .dgreen .schedule, .dgreen .title, .dgreen .popup .title, .dgreen .schoolDetails h4, .dgreen .aboveHeader, .dgreen .agentBranding, .dgreen #Popup_EmailMe .title {
background-color: #4a623d;
}
.dgreen .agentLegal, .dgreen .belowBrand .tagLine, #contentGrid .wizard .dgreen .preview .belowBrand a {
color: #ededed;
}
.dgreen h3, .dgreen .nav, .dgreen .paging {
background-color: #ecf4eb;
}
.dgreen .msReport-2, .dgreen h3, .dgreen .nav, .dgreen .nav ul li, .dgreen .panelInner, .dgreen .gridContent, .dgreen .listings, .dgreen .map, .dgreen .paging, .dgreen .paging .this {
border-color: #999;
}
.dgreen .nav li a:hover {
background-color: #c9d6c7;
}
.dgreen .nav a, .dgreen h3, .dgreen .chartDetails h4 {
color: #595959;
}
.dgreen .tabs .this {
border-top-color: #85a57d;
}
.dgreen .odd, .dgreen .schoolDetails .subjects th {
background-color: #dbe5d9;
}
.dgreen .even, .dgreen .communityReport .panelInner, .dgreen .emailMe .formRow, .dgreen .emailMe .formRow, .dgreen .chartDetails, .dgreen .details div.sidebar, .dgreen .popup .dataRow, .dgreen .detailsNav li a:hover, .dgreen .detailsNav li a.sel {
background-color: #ecf4eb;
}
.dgreen .listings tr:hover {
background-color: #c9d6c7;
}
.dgreen .agentMessage .msgPointer {
background-position: 0 -250px;
}
.dgreen .msgBoxWrap .msgBox .msgBoxInner {
background-color: #85a57d;
}
.lblue a, .lblue .paginate_active, .lblue .msReport .msReportTab, .lblue .communityReport .communityReportTab, .lblue .schoolReport .schoolReportTab {
color: #6d9dcd;
}
.lblue .iconTheme {
background-image: url("../assets/icon-sprite-lblue.png");
}
.lblue .bg {
background-image: url("../assets/bg-sprite-lblue.png");
}
.lblue .header, .lblue .btnTheme, .lblue .brandTop li a, .lblue .agentInfo a, .lblue .contactInfo .agentWeb, #contentGrid .wizard .lblue .preview a {
color: #fff;
}
.lblue .header, .lblue .schedule, .lblue .title, .lblue .popup .title, .lblue .schoolDetails h4, .lblue .aboveHeader, .lblue .agentBranding, .lblue #Popup_EmailMe .title {
background-color: #6d9dcd;
}
.lblue .agentLegal, .lblue .belowBrand .tagLine, #contentGrid .wizard .lblue .preview .belowBrand a {
color: #d7e0ef;
}
.lblue h3, .lblue .nav, .lblue .paging {
background-color: #d7e0e5;
}
.lblue .msReport-2, .lblue h3, .lblue .nav, .lblue .nav ul li, .lblue .panelInner, .lblue .gridContent, .lblue .listings, .lblue .map, .lblue .paging, .lblue .paging .this {
border-color: #999;
}
.lblue .nav li a:hover {
background-color: #d7e0e5;
}
.lblue .nav a, .lblue h3, .lblue .chartDetails h4 {
color: #595959;
}
.lblue .tabs .this {
border-top-color: #003366;
}
.lblue .odd, .lblue .emailMe .formRow, .lblue .emailMe .formRow, .lblue .chartDetails, .lblue .details div.sidebar, .lblue .popup .dataRow, .lblue .schoolDetails .subjects th, .lblue .detailsNav li a:hover, .lblue .detailsNav li a.sel {
background-color: #dae3ed;
}
.lblue .even, .lblue .communityReport .panelInner {
background-color: #e5f0f9;
}
.lblue .listings tr:hover {
background-color: #bccfe0;
}
.lblue .listings a, .lblue .detailsTable a, .lblue .popup .dataRow a, .lblue .largeChart .small a {
color: #003366;
}
.lblue .footer {
background-color: #e0e7eb;
}
.lblue .agentMessage .msgPointer {
background-position: 0 -300px;
}
.lblue .msgBoxWrap .msgBox .msgBoxInner {
background-color: #194879;
}
.lgreen a, .lgreen .paginate_active, .lgreen .msReport .msReportTab, .lgreen .communityReport .communityReportTab, .lgreen .schoolReport .schoolReportTab, .lgreen .listings a, .lgreen .detailsTable a, .lgreen .popup .dataRow a, .lgreen .largeChart .small a {
color: #30592a;
}
.lgreen .iconTheme {
background-image: url("../assets/icon-sprite-lgreen.png");
}
.lgreen .bg {
background-image: url("../assets/bg-sprite-lgreen.png");
}
.lgreen .header, .lgreen .btnTheme, .lgreen .brandTop li a, .lgreen .agentInfo a, .lgreen .contactInfo .agentWeb, #contentGrid .wizard .lgreen .preview a {
color: #fff;
}
.lgreen .header, .lgreen .schedule, .lgreen .title, .lgreen .popup .title, .lgreen .schoolDetails h4, .lgreen .aboveHeader, .lgreen .agentBranding, .lgreen #Popup_EmailMe .title {
background-color: #85a57d;
}
.lgreen .agentLegal, .lgreen .belowBrand .tagLine, #contentGrid .wizard .lgreen .preview .belowBrand a {
color: #ededed;
}
.lgreen h3, .lgreen .nav, .lgreen .paging {
background-color: #ecf4eb;
}
.lgreen .msReport-2, .lgreen h3, .lgreen .nav, .lgreen .nav ul li, .lgreen .panelInner, .lgreen .gridContent, .lgreen .listings, .lgreen .map, .lgreen .paging, .lgreen .paging .this {
border-color: #999;
}
.lgreen .nav li a:hover {
background-color: #c9d6c7;
}
.lgreen .nav a, .lgreen h3, .lgreen .chartDetails h4 {
color: #595959;
}
.lgreen .tabs .this {
border-top-color: #30592a;
}
.lgreen .odd, .lgreen .schoolDetails .subjects th {
background-color: #dbe5d9;
}
.lgreen .even, .lgreen .communityReport .panelInner, .lgreen .emailMe .formRow, .lgreen .emailMe .formRow, .lgreen .chartDetails, .lgreen .details div.sidebar, .lgreen .popup .dataRow, .lgreen .detailsNav li a:hover, .lgreen .detailsNav li a.sel {
background-color: #ecf4eb;
}
.lgreen .listings tr:hover {
background-color: #c9d6c7;
}
.lgreen .agentMessage .msgPointer {
background-position: 0 -200px;
}
.lgreen .msgBoxWrap .msgBox .msgBoxInner {
background-color: #30592a;
}
.red a, .red .paginate_active, .red .msReport .msReportTab, .red .communityReport .communityReportTab, .red .schoolReport .schoolReportTab, .red .detailsTable a, .red .popup .dataRow a, .red .largeChart .small a {
color: #b30101;
}
.red .iconTheme {
background-image: url("../assets/icon-sprite-red.png");
}
.red .bg {
background-image: url("../assets/bg-sprite-red.png");
}
.red .header, .red .btnTheme, .red .brandTop li a, .red .agentInfo a, .red .nav .faqLink em, .red .trendNumber, .red .contactInfo .agentWeb, #contentGrid .wizard .red .preview a {
color: #fff;
}
.red .header, .red .schedule, .red .title, .red .popup .title, .red .schoolDetails h4, .red .aboveHeader, .red .agentBranding, .red #Popup_EmailMe .title {
background-color: #b30101;
}
.red .agentLegal, .red .belowBrand .tagLine, #contentGrid .wizard .red .preview .belowBrand a {
color: #e8e8d9;
}
.red h3, .red .nav, .red .paging {
background-color: #d8d8c0;
}
.red .msReport-2, .red h3, .red .nav, .red .nav ul li, .red .panelInner, .red .gridContent, .red .listings, .red .paginate_active, .red .map, .red .paging, .red .paging .this {
border-color: #a38f61;
}
.red .nav li a:hover {
background-color: #d8d8c0;
}
.red .nav a, .red h3, .red .chartDetails h4 {
color: #736347;
}
.red .tabs .this {
border-top-color: #a38f61;
}
.red .odd, .red .schoolDetails .subjects th {
background-color: #e8e8d9;
}
.red .even, .red .communityReport .panelInner, .red .communityReport .panelInner, .red .emailMe .formRow, .red .emailMe .formRow, .red .chartDetails, .red .details div.sidebar, .red .popup .dataRow, .red .detailsNav li a:hover, .red .detailsNav li a.sel {
background-color: #f7f7ef;
}
.red .listings tr:hover {
background-color: #d8d8c0;
}
.red .agentMessage .msgPointer {
background-position: 0 -400px;
}
.red .msgBoxWrap .msgBox .msgBoxInner {
background-color: #a38f61;
}
.yellow a, .yellow .paginate_active, .yellow .msReport .msReportTab, .yellow .communityReport .communityReportTab, .yellow .schoolReport .schoolReportTab, .yellow .listings a, .yellow .detailsTable a, .yellow .popup .dataRow a, .yellow .largeChart .small a {
color: #7c5e22;
}
.yellow .iconTheme {
background-image: url("../assets/icon-sprite-yellow.png");
}
.yellow .bg {
background-image: url("../assets/bg-sprite-red.png");
}
.yellow .header, .yellow .btnTheme, .yellow .brandTop li a, .yellow .agentInfo a, .yellow .contactInfo .agentWeb, #contentGrid .wizard .yellow .preview a {
color: #fff;
}
.yellow .header, .yellow .schedule, .yellow .title, .yellow .popup .title, .yellow .schoolDetails h4, .yellow .aboveHeader, .yellow .agentBranding, .yellow #Popup_EmailMe .title {
background-color: #d59501;
}
.yellow .agentLegal, .yellow .belowBrand .tagLine, #contentGrid .wizard .yellow .preview .belowBrand a {
color: #ededed;
}
.yellow h3, .yellow .nav, .yellow .paging {
background-color: #e7e8d1;
}
.yellow .pageWrap, .yellow h3, .yellow .nav, .yellow .nav ul li, .yellow .panelInner, .yellow .gridContent, .yellow .listings, .yellow .map, .yellow .paging, .yellow .paging .this {
border-color: #999;
}
.yellow .nav li a:hover {
background-color: #f4f4e1;
}
.yellow .nav a, .yellow h3, .yellow .chartDetails h4 {
color: #595959;
}
.yellow .tabs .this {
border-top-color: #7c5e22;
}
.yellow .odd, .yellow .schoolDetails .subjects th {
background-color: #f4f4e1;
}
.yellow .even, .yellow .communityReport .panelInner, .yellow .communityReport .panelInner, .yellow .emailMe .formRow, .yellow .emailMe .formRow, .yellow .chartDetails, .yellow .details div.sidebar, .yellow .popup .dataRow, .yellow .detailsNav li a:hover, .yellow .detailsNav li a.sel {
background-color: #e5e2c9;
}
.yellow .listings tr:hover {
background-color: #e0dbb5;
}
.yellow .agentMessage .msgPointer {
background-position: 0 -150px;
}
.yellow .msgBoxWrap .msgBox .msgBoxInner {
background-color: #7c5e22;
}
.msReport-2 .nav li a.this:hover {
background-color: #fff;
}
.schoolDetails .tabs .this {
border-top-color: #fff;
}
.themeWrap .editSchedule a.btnTheme {
color: #fff !important;
}
.ms .main {
background-color: #fff;
}
.nav {
border-top: 1px solid;
}
.styled-select select {
background-color: #fff;
} | Tester_ZYH.NET_V/T/css/Theme.css |
.odd, .schoolDetails .subjects th {
background-color: #dde1e5;
}
.even {
background-color: #ebeff2;
}
.listings a, .detailsTable a, .popup .dataRow a, .largeChart .small a {
color: #006790;
}
.listings tr:hover, .listings tr.thisRow {
background-color: #baced6;
}
.schoolDetails h4 {
background-color: #006790;
}
.detailsNav li a:hover, .detailsNav li a.sel {
background-color: #dde1e5;
}
.gray a, .gray .paginate_active, .gray .msReport .msReportTab, .gray .communityReport .communityReportTab, .gray .schoolReport .schoolReportTab {
color: #427b9b;
}
.gray .iconTheme {
background-image: url("../assets/icon-sprite-gray.png");
}
.gray .bg {
background-image: url("../assets/bg-sprite-black.png");
}
.gray .header, .gray .btnTheme, .gray .brandTop li a, .gray .agentInfo a, .gray .agentWeb, #contentGrid .wizard .gray .preview a {
color: #fff;
}
.gray .header, .gray .schedule, .gray .title, .gray .popup .title, .gray .schoolDetails h4, .gray .aboveHeader, .gray .agentBranding, .gray #Popup_EmailMe .title {
background-color: #999;
}
.gray .agentLegal, .gray .belowBrand .tagLine, #contentGrid .wizard .gray .preview .belowBrand a {
color: #e5e5e5;
}
.gray .main {
background-color: #797979;
}
.gray .msReport-2, h3, .gray .nav, .gray .paging {
background-color: #dedede;
}
.profile-wrap .gray .msReport-2 {
background: #fff none repeat scroll 0 0;
}
.gray .msReport-2, h3, .gray .nav ul li, .gray .panelInner, .gray .gridContent, gray .listings, .gray .map, .gray .paging, .gray .paging .this {
border-color: #b2b2b2;
}
.gray .nav li a:hover {
background-color: #d7e0e5;
}
.gray .nav a, .gray h3, .gray .chartDetails h4 {
color: #777;
}
.gray .tabs .this {
border-top-color: #000;
}
.gray .odd, .gray .schoolDetails .subjects th {
background-color: #e8f2f7;
}
.gray .even, .gray .communityReport .panelInner, .gray .emailMe .formRow, .gray .emailMe .formRow, .gray .chartDetails, .gray .details div.sidebar, .gray .popup .dataRow, .gray .detailsNav li a:hover, .gray .detailsNav li a.sel {
background-color: #ccdce5;
}
.gray .listings tr:hover {
background-color: #cccdce;
}
.gray .listings a, .gray .detailsTable a, .gray .popup .dataRow a, .gray .largeChart .small a {
color: #427b9b;
}
.gray .title, .gray .popup .title {
background-color: #427b9b;
}
.beige a, .beige .paginate_active, .beige .msReport .msReportTab, .beige .communityReport .communityReportTab, .beige .schoolReport .schoolReportTab, .beige .listings a, .beige .detailsTable a, .beige .popup .dataRow a, .beige .largeChart .small a {
color: #a39666;
}
.beige .iconTheme {
background-image: url("../assets/icon-sprite-beige.png");
}
.beige .bg {
background-image: url("../assets/bg-sprite-beige.png");
}
.beige .header, .beige .brandTop li a, .beige .agentInfo a, .beige .schedule, .beige .contactInfo .agentWeb, #contentGrid .wizard .beige .preview a {
color: #333;
}
.beige .btnTheme {
color: #fff;
}
.beige .header, .beige .schedule {
background-color: #d7cead;
}
.beige .aboveHeader, .beige .agentBranding {
background-color: #a39763;
}
.beige .title, .beige .popup .title, .beige .schoolDetails h4, .beige #Popup_EmailMe .title, .beige #Popup_EmailMe .title {
background-color: #a39666;
}
.beige .contactInfo .agentWeb span {
background-position: 0 -1149px;
}
.beige .agentLegal, .beige .belowBrand .tagLine, #contentGrid .wizard .beige .preview .belowBrand a {
color: #545252;
}
.beige .belowBrand .msLogo {
background-position: 0 -1117px;
}
.beige h3, .beige .nav, .beige .paging {
background-color: #fbf7e4;
}
.beige .msReport-2, .beige h3, .beige .nav, .beige .nav ul li, .beige .panelInner, .beige .gridContent, .beige .listings, .beige .map, .beige .paging, .beige .paging .this {
border-color: #999;
}
.beige .nav li a:hover {
background-color: #fbf7e4;
}
.beige .nav a, .beige h3, .beige .chartDetails h4 {
color: #595959;
}
.beige .tabs .this {
border-top-color: #333;
}
.beige .odd, .beige .schoolDetails .subjects th {
background-color: #eae3cc;
}
.beige .even, .beige .communityReport .panelInner, .beige .emailMe .formRow, .beige .chartDetails, .beige .details div.sidebar, .beige .popup .dataRow, .beige .detailsNav li a:hover, .beige .detailsNav li a.sel {
background-color: #f4efdc;
}
.beige .listings tr:hover {
background-color: #d6cfb8;
}
.beige .listings a, .beige .detailsTable a, .beige .popup .dataRow a, .beige .largeChart .small a {
color: #827753;
}
.beige .agentMessage .msgPointer {
background-position: 0 -100px;
}
.beige .msgBoxWrap .msgBox .msgBoxInner {
background-color: #624932;
}
.brown a, .brown .paginate_active, .brown .msReport .msReportTab, .brown .communityReport .communityReportTab, .brown .schoolReport .schoolReportTab, .brown .listings a, .brown .detailsTable a, .brown .popup .dataRow a, .brown .largeChart .small a {
color: #614934;
}
.brown .iconTheme {
background-image: url("../assets/icon-sprite-brown.png");
}
.brown .bg {
background-image: url("../assets/bg-sprite-red.png");
}
.brown .header, .brown .btnTheme, .brown .brandTop li a, .brown .agentInfo a, #contentGrid .wizard .brown .preview a {
color: #fff;
}
.brown .header, .brown .schedule, .brown .title, .brown .popup .title, .brown .schoolDetails h4, .brown .aboveHeader, .brown .agentBranding, .brown #Popup_EmailMe .title {
background-color: #614934;
}
.brown .agentLegal, .brown .belowBrand .tagLine, #contentGrid .wizard .brown .preview .belowBrand a {
color: #ededed;
}
.brown h3, .brown .nav, .brown .paging {
background-color: #eae5d7;
}
.brown .msReport-2, .brown h3, .brown .nav, .brown .nav ul li, .brown .panelInner, .brown .gridContent, .brown .listings, .brown .map, .brown .paging, .brown .paging .this {
border-color: #999;
}
.brown .nav li a:hover {
background-color: #eae5d7;
}
.brown .nav a, .brown h3, .brown .chartDetails h4 {
color: #595959;
}
.brown .tabs .this {
border-top-color: #302316;
}
.brown .odd, .brown .schoolDetails .subjects th {
background-color: #eae5d7;
}
.brown .even, .brown .communityReport .panelInner, .brown .emailMe .formRow, .brown .emailMe .formRow, .brown .chartDetails, .brown .details div.sidebar, .brown .popup .dataRow, .brown .detailsNav li a:hover, .brown .detailsNav li a.sel {
background-color: #f4f2e1;
}
.brown .listings tr:hover {
background-color: #dbd3ba;
}
.brown .agentMessage .msgPointer {
background-position: 0 -50px;
}
.brown .msgBoxWrap .msgBox .msgBoxInner {
background-color: #a39763;
}
.dblue a, .dblue .paginate_active, .dblue .msReport .msReportTab, .dblue .communityReport .communityReportTab, .dblue .schoolReport .schoolReportTab {
color: #27538c;
}
.dblue .iconTheme {
background-image: url("../assets/icon-sprite-dblue.png");
}
.dblue .bg {
background-image: url("../assets/bg-sprite-lblue.png");
}
.dblue .header, .dblue .btnTheme, .dblue .brandTop li a, .dblue .agentInfo a, #contentGrid .wizard .dblue .preview a {
color: #fff;
}
.dblue .header, .dblue .schedule, .dblue .title, .dblue .popup .title, .dblue .schoolDetails h4, .dblue .aboveHeader, .dblue .agentBranding, .dblue #Popup_EmailMe .title {
background-color: #27538c;
}
.dblue .agentLegal, .dblue .belowBrand .tagLine, #contentGrid .wizard .dblue .preview .belowBrand a {
color: #d7e0ef;
}
.dblue h3, .dblue .nav, .dblue .paging {
background-color: #d7e0e5;
}
.dblue .msReport-2, .dblue h3, .dblue .nav, .dblue .nav ul li, .dblue .panelInner, .dblue .gridContent, .dblue .listings, .dblue .map, .dblue .paging, .dblue .paging .this {
border-color: #999;
}
.dblue .nav li a:hover {
background-color: #dae3ed;
}
.dblue .nav a, .dblue h3, .dblue .chartDetails h4 {
color: #595959;
}
.dblue .tabs .this {
border-top-color: #6d9dcd;
}
.dblue .odd, .dblue .emailMe .formRow, .dblue .emailMe .formRow, .dblue .chartDetails, .dblue .details div.sidebar, .dblue .popup .dataRow, .dblue .schoolDetails .subjects th, .dblue .detailsNav li a:hover, .dblue .detailsNav li a.sel {
background-color: #dae3ed;
}
.dblue .even, .dblue .communityReport .panelInner {
background-color: #e5f0f9;
}
.dblue .listings tr:hover {
background-color: #bccfe0;
}
.dblue .listings a, .dblue .detailsTable a, .dblue .popup .dataRow a, .dblue .largeChart .small a {
color: #27538c;
}
.dblue .agentMessage .msgPointer {
background-position: 0 -350px;
}
.dblue .msgBoxWrap .msgBox .msgBoxInner {
background-color: #6d9dcd;
}
.dgreen a, .dgreen .paginate_active, .dgreen .msReport .msReportTab, .dgreen .communityReport .communityReportTab, .dgreen .schoolReport .schoolReportTab, .dgreen .listings a, .dgreen .detailsTable a, .dgreen .popup .dataRow a, .dgreen .largeChart .small a {
color: #5a7c45;
}
.dgreen .iconTheme {
background-image: url("../assets/icon-sprite-dgreen.png");
}
.dgreen .bg {
background-image: url("../assets/bg-sprite-lgreen.png");
}
.dgreen .header, .dgreen .btnTheme, .dgreen .brandTop li a, .dgreen .agentInfo a, #contentGrid .wizard .dgreen .preview a {
color: #fff;
}
.dgreen .contactInfo .agentWeb {
color: #c2db72;
}
.dgreen .header, .dgreen .schedule, .dgreen .title, .dgreen .popup .title, .dgreen .schoolDetails h4, .dgreen .aboveHeader, .dgreen .agentBranding, .dgreen #Popup_EmailMe .title {
background-color: #4a623d;
}
.dgreen .agentLegal, .dgreen .belowBrand .tagLine, #contentGrid .wizard .dgreen .preview .belowBrand a {
color: #ededed;
}
.dgreen h3, .dgreen .nav, .dgreen .paging {
background-color: #ecf4eb;
}
.dgreen .msReport-2, .dgreen h3, .dgreen .nav, .dgreen .nav ul li, .dgreen .panelInner, .dgreen .gridContent, .dgreen .listings, .dgreen .map, .dgreen .paging, .dgreen .paging .this {
border-color: #999;
}
.dgreen .nav li a:hover {
background-color: #c9d6c7;
}
.dgreen .nav a, .dgreen h3, .dgreen .chartDetails h4 {
color: #595959;
}
.dgreen .tabs .this {
border-top-color: #85a57d;
}
.dgreen .odd, .dgreen .schoolDetails .subjects th {
background-color: #dbe5d9;
}
.dgreen .even, .dgreen .communityReport .panelInner, .dgreen .emailMe .formRow, .dgreen .emailMe .formRow, .dgreen .chartDetails, .dgreen .details div.sidebar, .dgreen .popup .dataRow, .dgreen .detailsNav li a:hover, .dgreen .detailsNav li a.sel {
background-color: #ecf4eb;
}
.dgreen .listings tr:hover {
background-color: #c9d6c7;
}
.dgreen .agentMessage .msgPointer {
background-position: 0 -250px;
}
.dgreen .msgBoxWrap .msgBox .msgBoxInner {
background-color: #85a57d;
}
.lblue a, .lblue .paginate_active, .lblue .msReport .msReportTab, .lblue .communityReport .communityReportTab, .lblue .schoolReport .schoolReportTab {
color: #6d9dcd;
}
.lblue .iconTheme {
background-image: url("../assets/icon-sprite-lblue.png");
}
.lblue .bg {
background-image: url("../assets/bg-sprite-lblue.png");
}
.lblue .header, .lblue .btnTheme, .lblue .brandTop li a, .lblue .agentInfo a, .lblue .contactInfo .agentWeb, #contentGrid .wizard .lblue .preview a {
color: #fff;
}
.lblue .header, .lblue .schedule, .lblue .title, .lblue .popup .title, .lblue .schoolDetails h4, .lblue .aboveHeader, .lblue .agentBranding, .lblue #Popup_EmailMe .title {
background-color: #6d9dcd;
}
.lblue .agentLegal, .lblue .belowBrand .tagLine, #contentGrid .wizard .lblue .preview .belowBrand a {
color: #d7e0ef;
}
.lblue h3, .lblue .nav, .lblue .paging {
background-color: #d7e0e5;
}
.lblue .msReport-2, .lblue h3, .lblue .nav, .lblue .nav ul li, .lblue .panelInner, .lblue .gridContent, .lblue .listings, .lblue .map, .lblue .paging, .lblue .paging .this {
border-color: #999;
}
.lblue .nav li a:hover {
background-color: #d7e0e5;
}
.lblue .nav a, .lblue h3, .lblue .chartDetails h4 {
color: #595959;
}
.lblue .tabs .this {
border-top-color: #003366;
}
.lblue .odd, .lblue .emailMe .formRow, .lblue .emailMe .formRow, .lblue .chartDetails, .lblue .details div.sidebar, .lblue .popup .dataRow, .lblue .schoolDetails .subjects th, .lblue .detailsNav li a:hover, .lblue .detailsNav li a.sel {
background-color: #dae3ed;
}
.lblue .even, .lblue .communityReport .panelInner {
background-color: #e5f0f9;
}
.lblue .listings tr:hover {
background-color: #bccfe0;
}
.lblue .listings a, .lblue .detailsTable a, .lblue .popup .dataRow a, .lblue .largeChart .small a {
color: #003366;
}
.lblue .footer {
background-color: #e0e7eb;
}
.lblue .agentMessage .msgPointer {
background-position: 0 -300px;
}
.lblue .msgBoxWrap .msgBox .msgBoxInner {
background-color: #194879;
}
.lgreen a, .lgreen .paginate_active, .lgreen .msReport .msReportTab, .lgreen .communityReport .communityReportTab, .lgreen .schoolReport .schoolReportTab, .lgreen .listings a, .lgreen .detailsTable a, .lgreen .popup .dataRow a, .lgreen .largeChart .small a {
color: #30592a;
}
.lgreen .iconTheme {
background-image: url("../assets/icon-sprite-lgreen.png");
}
.lgreen .bg {
background-image: url("../assets/bg-sprite-lgreen.png");
}
.lgreen .header, .lgreen .btnTheme, .lgreen .brandTop li a, .lgreen .agentInfo a, .lgreen .contactInfo .agentWeb, #contentGrid .wizard .lgreen .preview a {
color: #fff;
}
.lgreen .header, .lgreen .schedule, .lgreen .title, .lgreen .popup .title, .lgreen .schoolDetails h4, .lgreen .aboveHeader, .lgreen .agentBranding, .lgreen #Popup_EmailMe .title {
background-color: #85a57d;
}
.lgreen .agentLegal, .lgreen .belowBrand .tagLine, #contentGrid .wizard .lgreen .preview .belowBrand a {
color: #ededed;
}
.lgreen h3, .lgreen .nav, .lgreen .paging {
background-color: #ecf4eb;
}
.lgreen .msReport-2, .lgreen h3, .lgreen .nav, .lgreen .nav ul li, .lgreen .panelInner, .lgreen .gridContent, .lgreen .listings, .lgreen .map, .lgreen .paging, .lgreen .paging .this {
border-color: #999;
}
.lgreen .nav li a:hover {
background-color: #c9d6c7;
}
.lgreen .nav a, .lgreen h3, .lgreen .chartDetails h4 {
color: #595959;
}
.lgreen .tabs .this {
border-top-color: #30592a;
}
.lgreen .odd, .lgreen .schoolDetails .subjects th {
background-color: #dbe5d9;
}
.lgreen .even, .lgreen .communityReport .panelInner, .lgreen .emailMe .formRow, .lgreen .emailMe .formRow, .lgreen .chartDetails, .lgreen .details div.sidebar, .lgreen .popup .dataRow, .lgreen .detailsNav li a:hover, .lgreen .detailsNav li a.sel {
background-color: #ecf4eb;
}
.lgreen .listings tr:hover {
background-color: #c9d6c7;
}
.lgreen .agentMessage .msgPointer {
background-position: 0 -200px;
}
.lgreen .msgBoxWrap .msgBox .msgBoxInner {
background-color: #30592a;
}
.red a, .red .paginate_active, .red .msReport .msReportTab, .red .communityReport .communityReportTab, .red .schoolReport .schoolReportTab, .red .detailsTable a, .red .popup .dataRow a, .red .largeChart .small a {
color: #b30101;
}
.red .iconTheme {
background-image: url("../assets/icon-sprite-red.png");
}
.red .bg {
background-image: url("../assets/bg-sprite-red.png");
}
.red .header, .red .btnTheme, .red .brandTop li a, .red .agentInfo a, .red .nav .faqLink em, .red .trendNumber, .red .contactInfo .agentWeb, #contentGrid .wizard .red .preview a {
color: #fff;
}
.red .header, .red .schedule, .red .title, .red .popup .title, .red .schoolDetails h4, .red .aboveHeader, .red .agentBranding, .red #Popup_EmailMe .title {
background-color: #b30101;
}
.red .agentLegal, .red .belowBrand .tagLine, #contentGrid .wizard .red .preview .belowBrand a {
color: #e8e8d9;
}
.red h3, .red .nav, .red .paging {
background-color: #d8d8c0;
}
.red .msReport-2, .red h3, .red .nav, .red .nav ul li, .red .panelInner, .red .gridContent, .red .listings, .red .paginate_active, .red .map, .red .paging, .red .paging .this {
border-color: #a38f61;
}
.red .nav li a:hover {
background-color: #d8d8c0;
}
.red .nav a, .red h3, .red .chartDetails h4 {
color: #736347;
}
.red .tabs .this {
border-top-color: #a38f61;
}
.red .odd, .red .schoolDetails .subjects th {
background-color: #e8e8d9;
}
.red .even, .red .communityReport .panelInner, .red .communityReport .panelInner, .red .emailMe .formRow, .red .emailMe .formRow, .red .chartDetails, .red .details div.sidebar, .red .popup .dataRow, .red .detailsNav li a:hover, .red .detailsNav li a.sel {
background-color: #f7f7ef;
}
.red .listings tr:hover {
background-color: #d8d8c0;
}
.red .agentMessage .msgPointer {
background-position: 0 -400px;
}
.red .msgBoxWrap .msgBox .msgBoxInner {
background-color: #a38f61;
}
.yellow a, .yellow .paginate_active, .yellow .msReport .msReportTab, .yellow .communityReport .communityReportTab, .yellow .schoolReport .schoolReportTab, .yellow .listings a, .yellow .detailsTable a, .yellow .popup .dataRow a, .yellow .largeChart .small a {
color: #7c5e22;
}
.yellow .iconTheme {
background-image: url("../assets/icon-sprite-yellow.png");
}
.yellow .bg {
background-image: url("../assets/bg-sprite-red.png");
}
.yellow .header, .yellow .btnTheme, .yellow .brandTop li a, .yellow .agentInfo a, .yellow .contactInfo .agentWeb, #contentGrid .wizard .yellow .preview a {
color: #fff;
}
.yellow .header, .yellow .schedule, .yellow .title, .yellow .popup .title, .yellow .schoolDetails h4, .yellow .aboveHeader, .yellow .agentBranding, .yellow #Popup_EmailMe .title {
background-color: #d59501;
}
.yellow .agentLegal, .yellow .belowBrand .tagLine, #contentGrid .wizard .yellow .preview .belowBrand a {
color: #ededed;
}
.yellow h3, .yellow .nav, .yellow .paging {
background-color: #e7e8d1;
}
.yellow .pageWrap, .yellow h3, .yellow .nav, .yellow .nav ul li, .yellow .panelInner, .yellow .gridContent, .yellow .listings, .yellow .map, .yellow .paging, .yellow .paging .this {
border-color: #999;
}
.yellow .nav li a:hover {
background-color: #f4f4e1;
}
.yellow .nav a, .yellow h3, .yellow .chartDetails h4 {
color: #595959;
}
.yellow .tabs .this {
border-top-color: #7c5e22;
}
.yellow .odd, .yellow .schoolDetails .subjects th {
background-color: #f4f4e1;
}
.yellow .even, .yellow .communityReport .panelInner, .yellow .communityReport .panelInner, .yellow .emailMe .formRow, .yellow .emailMe .formRow, .yellow .chartDetails, .yellow .details div.sidebar, .yellow .popup .dataRow, .yellow .detailsNav li a:hover, .yellow .detailsNav li a.sel {
background-color: #e5e2c9;
}
.yellow .listings tr:hover {
background-color: #e0dbb5;
}
.yellow .agentMessage .msgPointer {
background-position: 0 -150px;
}
.yellow .msgBoxWrap .msgBox .msgBoxInner {
background-color: #7c5e22;
}
.msReport-2 .nav li a.this:hover {
background-color: #fff;
}
.schoolDetails .tabs .this {
border-top-color: #fff;
}
.themeWrap .editSchedule a.btnTheme {
color: #fff !important;
}
.ms .main {
background-color: #fff;
}
.nav {
border-top: 1px solid;
}
.styled-select select {
background-color: #fff;
} | 0.261425 | 0.058319 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("./brewing.css");
@import url("./crosswords.css");
@import url("./filter.css");
@import url("./footer.css");
@import url("./header.css");
@import url("./patents.css");
@import url("./portfolio.css");
@import url("./reading.css");
@import url("./speaking.css");
@import url("./testimonials.css");
@import url("./tiles.css");
/* This parent entry contains all on-screen styles */
@media screen {
/* Leaving for reference... */
/*
html {
font-size: 20px;
}
*/
/* Without the following the style breaks on mobiles */
body {
min-width: fit-content;
}
/* So when you resize screen, extra space is applied to main... */
/* ...not to the header or footer */
main {
flex-grow: 1;
}
p, ul, li {
color: dimgrey;
}
p {
padding-bottom: 6px;
}
.black-text {
color: black;
}
.medium-text {
padding-bottom: 6px;
}
a {
color: #2980b9;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 2rem;
font-weight: 500;
color: #c69;
padding-bottom: 0.5rem;
}
h2 {
font-size: 1.3rem;
font-weight: 500;
color: #c69;
}
h3 {
font-size: 1.1rem;
font-weight: 500;
margin-left: 10px;
color: dimgrey;
font-style: italic;
}
ul {
display: block;
list-style-type: disc;
padding-top: 10px;
padding-left: 40px;
}
.ul-small {
display: block;
list-style-type: disc;
padding-top: 10px;
padding-left: 40px;
}
.description {
font-style: italic;
}
.bullet-header {
font-style: italic;
color: grey;
padding-left: 10px;
}
.sep-bar {
border-left: solid #e0e0e0 3px;
padding-left: 1rem;
}
/* Used on several pages to provide vertical heading around a section */
.padding-bottom {
padding-bottom: 2rem;
}
.padding-bottom-small {
padding-bottom: 1rem;
}
/* To provide the full-width row and split column layouts */
.row {
display: flex;
flex-wrap: wrap;
padding-bottom: 1rem;
}
/* Create two equal columns that sits next to each other */
.column {
flex: 50%;
padding: 10px;
min-width: 20rem;
}
.column-1-3 {
flex: 33%;
padding: 12px 16px 12px 0;
min-width: 16rem;
}
/* image border styles */
.tilt-portrait-left, .tilt-landscape-left {
-ms-transform: rotate(-3deg); /* IE 9 */
-webkit-transform: rotate(-3deg); /* Safari 3-8 */
transform: rotate(-3deg);
}
.tilt-portrait-right, .tilt-landscape-right {
-ms-transform: rotate(3deg); /* IE 9 */
-webkit-transform: rotate(3deg); /* Safari 3-8 */
transform: rotate(3deg);
}
.tilt-portrait-left, .tilt-portrait-right {
max-height: 16rem;
}
.tilt-landscape-left , .tilt-landscape-right {
max-width: 80%;
}
.tilt-portrait-left, .tilt-landscape-left, .tilt-portrait-right, .tilt-landscape-right {
margin: auto;
border: 6px solid #fc0;
border-radius: 6px;
padding: 3px;
box-shadow: 2px 4px 6px 2px rgba(0,0,0,.2);
}
.section-photos {
max-height: 300px;
max-width: 400px;
border-radius: 6px;
box-shadow: 2px 4px 6px 2px rgba(0,0,0,.2);
}
.caption-text {
padding-top: 8px;
padding-bottom: 8px;
font-size: 0.875rem;
font-style: italic;
color: dimgrey;
text-align: center;
}
.print-only {
display: none;
}
/* Break point style to limit size of tilt landscape images */
@media only screen and (max-width: 879px) {
.tilt-landscape-left {max-height: 12rem;}
}
/* End of on-screen styles */
}
/* The following overrides screen styles when printing */
@media print {
body {
margin: 0;
color: #000;
background-color: #fff;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2rem;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3rem;
padding-top: 20px;
}
p {
font-family: Arial, Helvetica, sans-serif;
}
.description {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
}
img {
max-width: 100%;
}
.print-only {
font-size: small;
padding-bottom: 24px;
}
.header-700 {
display: none;
}
.bg-footer-700 {
display: none;
}
.do-not-print {
display: none;
}
.crossword-border {
border: none;
}
/* End of print-only styles */
} | src/css/style.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@import url("./brewing.css");
@import url("./crosswords.css");
@import url("./filter.css");
@import url("./footer.css");
@import url("./header.css");
@import url("./patents.css");
@import url("./portfolio.css");
@import url("./reading.css");
@import url("./speaking.css");
@import url("./testimonials.css");
@import url("./tiles.css");
/* This parent entry contains all on-screen styles */
@media screen {
/* Leaving for reference... */
/*
html {
font-size: 20px;
}
*/
/* Without the following the style breaks on mobiles */
body {
min-width: fit-content;
}
/* So when you resize screen, extra space is applied to main... */
/* ...not to the header or footer */
main {
flex-grow: 1;
}
p, ul, li {
color: dimgrey;
}
p {
padding-bottom: 6px;
}
.black-text {
color: black;
}
.medium-text {
padding-bottom: 6px;
}
a {
color: #2980b9;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 2rem;
font-weight: 500;
color: #c69;
padding-bottom: 0.5rem;
}
h2 {
font-size: 1.3rem;
font-weight: 500;
color: #c69;
}
h3 {
font-size: 1.1rem;
font-weight: 500;
margin-left: 10px;
color: dimgrey;
font-style: italic;
}
ul {
display: block;
list-style-type: disc;
padding-top: 10px;
padding-left: 40px;
}
.ul-small {
display: block;
list-style-type: disc;
padding-top: 10px;
padding-left: 40px;
}
.description {
font-style: italic;
}
.bullet-header {
font-style: italic;
color: grey;
padding-left: 10px;
}
.sep-bar {
border-left: solid #e0e0e0 3px;
padding-left: 1rem;
}
/* Used on several pages to provide vertical heading around a section */
.padding-bottom {
padding-bottom: 2rem;
}
.padding-bottom-small {
padding-bottom: 1rem;
}
/* To provide the full-width row and split column layouts */
.row {
display: flex;
flex-wrap: wrap;
padding-bottom: 1rem;
}
/* Create two equal columns that sits next to each other */
.column {
flex: 50%;
padding: 10px;
min-width: 20rem;
}
.column-1-3 {
flex: 33%;
padding: 12px 16px 12px 0;
min-width: 16rem;
}
/* image border styles */
.tilt-portrait-left, .tilt-landscape-left {
-ms-transform: rotate(-3deg); /* IE 9 */
-webkit-transform: rotate(-3deg); /* Safari 3-8 */
transform: rotate(-3deg);
}
.tilt-portrait-right, .tilt-landscape-right {
-ms-transform: rotate(3deg); /* IE 9 */
-webkit-transform: rotate(3deg); /* Safari 3-8 */
transform: rotate(3deg);
}
.tilt-portrait-left, .tilt-portrait-right {
max-height: 16rem;
}
.tilt-landscape-left , .tilt-landscape-right {
max-width: 80%;
}
.tilt-portrait-left, .tilt-landscape-left, .tilt-portrait-right, .tilt-landscape-right {
margin: auto;
border: 6px solid #fc0;
border-radius: 6px;
padding: 3px;
box-shadow: 2px 4px 6px 2px rgba(0,0,0,.2);
}
.section-photos {
max-height: 300px;
max-width: 400px;
border-radius: 6px;
box-shadow: 2px 4px 6px 2px rgba(0,0,0,.2);
}
.caption-text {
padding-top: 8px;
padding-bottom: 8px;
font-size: 0.875rem;
font-style: italic;
color: dimgrey;
text-align: center;
}
.print-only {
display: none;
}
/* Break point style to limit size of tilt landscape images */
@media only screen and (max-width: 879px) {
.tilt-landscape-left {max-height: 12rem;}
}
/* End of on-screen styles */
}
/* The following overrides screen styles when printing */
@media print {
body {
margin: 0;
color: #000;
background-color: #fff;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2rem;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3rem;
padding-top: 20px;
}
p {
font-family: Arial, Helvetica, sans-serif;
}
.description {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
}
img {
max-width: 100%;
}
.print-only {
font-size: small;
padding-bottom: 24px;
}
.header-700 {
display: none;
}
.bg-footer-700 {
display: none;
}
.do-not-print {
display: none;
}
.crossword-border {
border: none;
}
/* End of print-only styles */
} | 0.306631 | 0.071009 |
QLabel#night_mode_label{
color:rgb(0,0,0);
}
QLabel#choose_you_theme_label{
color:rgb(0,0,0);
}
/*Frame _ Base for all application*/
QFrame#frame_base{
background-color: rgb(240, 240, 240);
}
/*Frame _ Right side Qstacked containing frame*/
QFrame#frame_mian_right{
background-color: rgb(240, 240, 240);
}
/*******************************/
/*Frame _ for home page (IMP) */
QFrame#frame_home{
background-color: rgb(255, 255, 255);
}
QFrame#frame_top_right{
background-color: rgb(84, 96, 107);
}
QFrame#frame_main_left{
background-color: rgb(84, 96, 107);
}
/*******************************/
/*Frame _ frame for combobox main for combo box background*/
QFrame#frame_for_combo_box{
}
/*******************************/
/*Frame _ frame for settings main*/
QFrame#frame_settings_main
{
}
/*******************************/
/*Frame _ frame of about page main*/
QFrame#frame_about_main{
}
/*******************************/
/*Frame _ top for all application*/
QFrame#frame_top{
}
/*******************************/
/*Frame _ top right*/
QFrame#frame_top_right{
}
/*******************************/
/*Frame _ frame toggle*/
QFrame#frame_toggle{
background-color: rgb(84, 96, 107);
}
/*******************************/
/*Frame _ Base for all application*/
QFrame#frame_mian_right{
background-color: rgb(255,255,255);
}
/*******************************/
/*Frame _ Base for all application*/
/*******************************/
/*Frame _ Base for all application*/
/*******************************/
/*One and only QStacked*/
QStackedWidget#pages{
}
/*******************************/
/* Buttons*/
/*Button _ for buttom about at left bottom*/
QPushButton#button_about
{
color: rgb(0,0,0);
border:0px solid black;
}
QPushButton#button_about:pressed
{
background-color: rgb(200,200,200);
}
/********** Buttom Home ********/
QPushButton#button_home{
color: rgb(0,0,0);
border:0px solid black;
}
QPushButton#button_home:pressed{
background-color: rgb(200,200,200);
}
/********** Buttom settings ********/
QPushButton#button_settings
{
color: rgb(0,0,0);
border:0px solid black;
}
QPushButton#button_settings:pressed
{
background-color: rgb(200,200,200);
}
QPushButton#button_toggle{
color: rgb(0,0,0);
border:0px solid black;
}
/*Download Button*/
QPushButton#download_button{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QPushButton#download_button:pressed{
background-color: rgb(200,200,200);
}
/*Get info button*/
QPushButton#button_getinfo{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QPushButton#button_getinfo:pressed{
background-color: rgb(200,200,200);
}
/*Paste button*/
QPushButton#button_paste{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QPushButton#button_paste:hover{
}
QPushButton#button_paste:pressed{
background-color: rgb(200,200,200);
}
/*one and only tool Button*/
QToolButton#toolButton{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QTololButton#toolButton:pressed{
background-color: rgb(58, 0, 70);
}
/*Dark mode on and offf button on settings page*/
QPushButton#dark_mode_onoff_button{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:1px;
}
/* Github and Telegra Buttons*/
QPushButton#github_button{
border:none;
}
QPushButton#telegram_button
{
border:none;
}
/**********************************/
/* Line edit for link*/
QLineEdit#link_linedit{
color: rgb(0,0,0);
border:0px solid black;
border-radius:5px;
background-color: rgb(200,200,200);
}
/*Line Edit- for save as */
QLineEdit#save_as_linedit{
color: rgb(0,0,0);
border:0px solid black;
border-radius:5px;
background-color: rgb(200,200,200);
}
QProgressBar{
color: rgb(0,0,0);
border: 1px solid black;
border-radius:5px;
background-color: rgb(89, 92, 107);
}
/*Progress-Bar*/
QProgressBar::chunk{
border-radius:5px;
background-color: rgb(240,240,240);
}
QProgressBar:hover{
border-color: rgb(40, 46, 51)
}
/*ComboBox*/
QComboBox{
color: rgb(240, 240, 240);
background-color: rgb(24, 25, 29);
border:none solid ;
border-radius:10px;
}
QComboBox:drop-down {
width: 0px;
}
QComboBox:on { /* shift the text when the popup opens */
background-color: rgb(89, 92, 107);
}
/*Radio Button for Green*/
QRadioButton#green_radio_button{
color: rgb(0,0,0);
}
QRadioButton#pink_radio_button{
color: rgb(0,0,0);
}
QRadioButton#default_radio_button{
color: rgb(0,0,0);
}
QLabel#views{
color: rgb(0,0,0);
}
QLabel#length_label{
color: rgb(0,0,0);
} | src/main/resources/base/resources/white.css | QLabel#night_mode_label{
color:rgb(0,0,0);
}
QLabel#choose_you_theme_label{
color:rgb(0,0,0);
}
/*Frame _ Base for all application*/
QFrame#frame_base{
background-color: rgb(240, 240, 240);
}
/*Frame _ Right side Qstacked containing frame*/
QFrame#frame_mian_right{
background-color: rgb(240, 240, 240);
}
/*******************************/
/*Frame _ for home page (IMP) */
QFrame#frame_home{
background-color: rgb(255, 255, 255);
}
QFrame#frame_top_right{
background-color: rgb(84, 96, 107);
}
QFrame#frame_main_left{
background-color: rgb(84, 96, 107);
}
/*******************************/
/*Frame _ frame for combobox main for combo box background*/
QFrame#frame_for_combo_box{
}
/*******************************/
/*Frame _ frame for settings main*/
QFrame#frame_settings_main
{
}
/*******************************/
/*Frame _ frame of about page main*/
QFrame#frame_about_main{
}
/*******************************/
/*Frame _ top for all application*/
QFrame#frame_top{
}
/*******************************/
/*Frame _ top right*/
QFrame#frame_top_right{
}
/*******************************/
/*Frame _ frame toggle*/
QFrame#frame_toggle{
background-color: rgb(84, 96, 107);
}
/*******************************/
/*Frame _ Base for all application*/
QFrame#frame_mian_right{
background-color: rgb(255,255,255);
}
/*******************************/
/*Frame _ Base for all application*/
/*******************************/
/*Frame _ Base for all application*/
/*******************************/
/*One and only QStacked*/
QStackedWidget#pages{
}
/*******************************/
/* Buttons*/
/*Button _ for buttom about at left bottom*/
QPushButton#button_about
{
color: rgb(0,0,0);
border:0px solid black;
}
QPushButton#button_about:pressed
{
background-color: rgb(200,200,200);
}
/********** Buttom Home ********/
QPushButton#button_home{
color: rgb(0,0,0);
border:0px solid black;
}
QPushButton#button_home:pressed{
background-color: rgb(200,200,200);
}
/********** Buttom settings ********/
QPushButton#button_settings
{
color: rgb(0,0,0);
border:0px solid black;
}
QPushButton#button_settings:pressed
{
background-color: rgb(200,200,200);
}
QPushButton#button_toggle{
color: rgb(0,0,0);
border:0px solid black;
}
/*Download Button*/
QPushButton#download_button{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QPushButton#download_button:pressed{
background-color: rgb(200,200,200);
}
/*Get info button*/
QPushButton#button_getinfo{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QPushButton#button_getinfo:pressed{
background-color: rgb(200,200,200);
}
/*Paste button*/
QPushButton#button_paste{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QPushButton#button_paste:hover{
}
QPushButton#button_paste:pressed{
background-color: rgb(200,200,200);
}
/*one and only tool Button*/
QToolButton#toolButton{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:10px;
}
QTololButton#toolButton:pressed{
background-color: rgb(58, 0, 70);
}
/*Dark mode on and offf button on settings page*/
QPushButton#dark_mode_onoff_button{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
border: 0px solid black;
border-radius:1px;
}
/* Github and Telegra Buttons*/
QPushButton#github_button{
border:none;
}
QPushButton#telegram_button
{
border:none;
}
/**********************************/
/* Line edit for link*/
QLineEdit#link_linedit{
color: rgb(0,0,0);
border:0px solid black;
border-radius:5px;
background-color: rgb(200,200,200);
}
/*Line Edit- for save as */
QLineEdit#save_as_linedit{
color: rgb(0,0,0);
border:0px solid black;
border-radius:5px;
background-color: rgb(200,200,200);
}
QProgressBar{
color: rgb(0,0,0);
border: 1px solid black;
border-radius:5px;
background-color: rgb(89, 92, 107);
}
/*Progress-Bar*/
QProgressBar::chunk{
border-radius:5px;
background-color: rgb(240,240,240);
}
QProgressBar:hover{
border-color: rgb(40, 46, 51)
}
/*ComboBox*/
QComboBox{
color: rgb(240, 240, 240);
background-color: rgb(24, 25, 29);
border:none solid ;
border-radius:10px;
}
QComboBox:drop-down {
width: 0px;
}
QComboBox:on { /* shift the text when the popup opens */
background-color: rgb(89, 92, 107);
}
/*Radio Button for Green*/
QRadioButton#green_radio_button{
color: rgb(0,0,0);
}
QRadioButton#pink_radio_button{
color: rgb(0,0,0);
}
QRadioButton#default_radio_button{
color: rgb(0,0,0);
}
QLabel#views{
color: rgb(0,0,0);
}
QLabel#length_label{
color: rgb(0,0,0);
} | 0.259826 | 0.049959 |
:root {
--color-dark: #20222c;
--color-dark-light: #292b35dc;
--color-gray-dark: #5f5f5f;
--color-gray: #aaaaaa;
--color-light-dark: #d4cece;
--color-light: #f5f5f5;
}
body {
color: var(--color-dark);
font-family: Arial, Helvetica, sans-serif;
}
.current-day:not(.out-of-range) {
font-weight: bold;
}
.out-of-range {
color: var(--color-gray);
font-style: italic;
}
/* #region Caption */
caption {
border-bottom: 5px solid black;
-webkit-box-shadow: 2px 1px 1px var(--color-light);
box-shadow: 2px 1px 1px var(--color-light);
border: 1px solid var(--color-light);
height: 300px;
overflow: hidden;
position: relative;
}
caption #caption-lables {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
width: 80%;
}
caption #month-year {
margin: 0 0 30px 0;
font-size: 60px;
text-shadow: 1px 2px 1px var(--color-light);
}
caption #time {
margin: 0;
font-size: 20px;
color: var(--color-gray);
text-shadow: .5px 1px 1px var(--color-light);
}
caption #settings-btn {
cursor: pointer;
top: 10px;
right: 10px;
font-size: 40px;
opacity: .3;
position: absolute;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
caption #settings-btn:hover {
opacity: .5;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
/* #endregion */
/* #region Table */
table {
border: 1px solid var(--color-light-dark);
border-collapse: collapse;
-webkit-box-shadow: 1px 2px 2px var(--color-light-dark);
box-shadow: 1px 2px 2px var(--color-light-dark);
margin: auto;
margin-top: 50px;
text-align: center;
-webkit-transition-property: -webkit-filter;
transition-property: -webkit-filter;
transition-property: filter;
transition-property: filter, -webkit-filter;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 80%;
}
table th {
border-bottom: 2px solid var(--color-light-dark);
font-size: 20px;
height: 50px;
padding: 5px;
width: 50px;
}
table td {
cursor: pointer;
height: 50px;
padding: 5px;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
/* #endregion */ | src/assets/css/main.css | :root {
--color-dark: #20222c;
--color-dark-light: #292b35dc;
--color-gray-dark: #5f5f5f;
--color-gray: #aaaaaa;
--color-light-dark: #d4cece;
--color-light: #f5f5f5;
}
body {
color: var(--color-dark);
font-family: Arial, Helvetica, sans-serif;
}
.current-day:not(.out-of-range) {
font-weight: bold;
}
.out-of-range {
color: var(--color-gray);
font-style: italic;
}
/* #region Caption */
caption {
border-bottom: 5px solid black;
-webkit-box-shadow: 2px 1px 1px var(--color-light);
box-shadow: 2px 1px 1px var(--color-light);
border: 1px solid var(--color-light);
height: 300px;
overflow: hidden;
position: relative;
}
caption #caption-lables {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
width: 80%;
}
caption #month-year {
margin: 0 0 30px 0;
font-size: 60px;
text-shadow: 1px 2px 1px var(--color-light);
}
caption #time {
margin: 0;
font-size: 20px;
color: var(--color-gray);
text-shadow: .5px 1px 1px var(--color-light);
}
caption #settings-btn {
cursor: pointer;
top: 10px;
right: 10px;
font-size: 40px;
opacity: .3;
position: absolute;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
caption #settings-btn:hover {
opacity: .5;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
/* #endregion */
/* #region Table */
table {
border: 1px solid var(--color-light-dark);
border-collapse: collapse;
-webkit-box-shadow: 1px 2px 2px var(--color-light-dark);
box-shadow: 1px 2px 2px var(--color-light-dark);
margin: auto;
margin-top: 50px;
text-align: center;
-webkit-transition-property: -webkit-filter;
transition-property: -webkit-filter;
transition-property: filter;
transition-property: filter, -webkit-filter;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 80%;
}
table th {
border-bottom: 2px solid var(--color-light-dark);
font-size: 20px;
height: 50px;
padding: 5px;
width: 50px;
}
table td {
cursor: pointer;
height: 50px;
padding: 5px;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
/* #endregion */ | 0.330255 | 0.145055 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/* default */
* {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
*:focus {
outline: none;
}
body {
background-color: white;
}
/* button */
.btn {
min-width: 120px;
height: 36px;
border: none;
border-radius: 3px;
transition: 0.5s;
cursor: pointer;
font-style: normal;
font-weight: bold;
font-size: 18px;
color: #ffffff;
}
.btn:hover {
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
}
.btn-primary {
background-color: #119CC8;
}
.btn-primary:hover {
background-color: #2894B7;
}
@media (min-width: 992px) {
}
/* link */
a {
color: #0229F5;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 16px;
cursor: pointer;
word-break: break-all;
}
a:hover {
text-decoration: underline;
}
/* chat format */
code {
background: dimgrey;
padding: 3px 10px;
border-radius: 4px;
color: #ddd;
}
/* global */
.navbar {
display: flex;
justify-content: space-between;
margin: 15px 20px 10px 28px;
background-color: #09C4FF;
height: 45px;
border-radius: 5px;
padding: 5px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
position: relative;
}
.navbar-nav {
display: flex;
list-style: none;
}
.navbar-navigation {
display: flex;
background-color: transparent;
}
.navbar-link {
margin: 10px 10px 10px 19px;
}
.navbar-navigation {
align-items: center;
}
.navbar-link a {
color: white;
}
.navbar-link a:hover {
text-decoration: underline;
}
pre {
background: slategrey;
padding: 1px 11px;
border-radius: 4px;
}
.navbar-brand.brand {
width: 70px;
height: 70px;
display: flex;
background-color: #1BB3E3;
border-radius: 50%;
align-items: center;
transform: translate(-25px, -12px);
justify-content: center;
font-size: 40px;
font-weight: bold;
box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 25%);
color: white;
}
.navbar-toggle {
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: white;
}
.navbar-toggle-icon {
align-items: center;
margin-right: 12px;
cursor: pointer;
}
.navbar-toggle-2 {
width: -webkit-fill-available;
display: flex;
cursor: pointer;
}
.navbar-toggle-2-icon {
margin-left: auto;
margin-right: 47px;
margin-top: 2px;
font-size: 29px;
color: white;
}
.jumbotron {
display: flex;
justify-content: space-between;
margin-right: 11%;
margin-left: 11%;
align-items: center;
margin-top: 50px;
}
.jumbotron-info {
color: #0315B9;
}
img.jumbotron-image {
width: 380px;
height: auto;
}
p.jumbotron-description {
max-width: 350px;
font-size: 24px;
}
h1.jumbotron-title {
font-size: 60px;
}
main.main {
min-height: 100vh;
margin-top: -15px;
padding-top: 15px;
position: absolute;
width: -webkit-fill-available;
z-index: -1000;
}
.share-section {
width: -webkit-fill-available;
text-align: right;
font-size: 24px;
color: white;
font-weight: bold;
margin-right: 10px;
}
.create-bot {
background: #09C4FF;
position: absolute;
z-index: 99999;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 10px;
max-width: 300px;
display: flex;
flex-direction: column;
border-radius: 5px;
height: fit-content;
transition: 0.5s;
transform: scale(0);
}
.modal-on {
transform: scale(1);
}
.bi-box button {
margin: 10px;
}
.create-bot-err {
background: indianred;
padding: 5px;
border-radius: 4px;
text-align: center;
color: white;
font-weight: bold;
margin: 10px 0;
display: none;
}
.bots {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: -webkit-fill-available;
justify-content: center;
max-width: 800px;
margin: 20px auto;
}
.bot-box {
display: flex;
flex-direction: column;
background: darkslategrey;
color: white;
font-weight: bold;
padding: 10px;
margin: 10px;
transition: 0.5s;
border-radius: 5px;
cursor: pointer;
}
.bot-box:hover {
transform: scale(1.05);
}
.bot-box img {
border-radius: 16px;
width: 150px;
height: 150px;
object-fit: cover;
}
.bot-box span {
text-align: center;
margin: 5px 0 0 0;
}
.bi-box img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 20px;
}
.bot-info {
display: flex;
flex-direction: column;
}
.bi-box.bi-avatar-username {
text-align: center;
flex-direction: column;
}
.bi-box {
background: darkslategrey;
padding: 10px;
margin: 20px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
footer {
text-align: center;
height: 50px;
background-color: #09C4FF;
padding: 15px;
margin: 16px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: -999999;
margin-top: 100vh;
width: -webkit-fill-available;
}
.loading {
position: fixed;
background: #09C4FF;
z-index: 999;
width: -webkit-fill-available;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: hidden !important;
transition: all 0.5s;
}
.loading.not-showing {
transform: translateY(-108%);
}
.loading-body {
overflow: hidden;
}
img.loading-svg {
width: 30%;
}
span.loading-title {
font-size: 30px;
font-weight: bold;
color: white;
margin-top: 12px;
}
.box-1 {
width: 450px;
height: min-content;
background-color: #09C4FF;
padding: 15px;
border-radius: 5px;
margin: 20px;
}
span.box-1-title {
font-size: 60px;
font-weight: bold;
color: #0315B9;
font-style: normal;
}
.box-1-list {
display: flex;
flex-direction: column;
}
.box-1-input {
display: flex;
flex-direction: column;
margin: 10px 0px 10px 0px;
}
.box-1-input label {
margin: 10px 10px 10px 0px;
font-size: 24px;
color: #0315B9;
font-weight: bold;
}
.input-box {
height: 10px;
padding: 10px;
font-size: 16px;
border: none;
border-radius: 3px;
background-color: #FFE8E8;
color: black;
}
.input-box::placeholder {
color: #87888B;
}
.box-1-submit {
width: -webkit-fill-available;
text-align: right;
}
.pf-navbar {
background-color: #09C4FF;
margin: 10px;
display: flex;
padding: 10px;
align-items: center;
border-radius: 5px;
}
img.pf-img {
background: white;
width: 70px;
height: 70px;
display: flex;
border-radius: 50%;
object-fit: cover;
}
span.pf-status {
border: 3px solid black;
width: 16px;
height: 16px;
display: flex;
border-radius: 50%;
transform: translate(48px, -25px);
position: absolute;
transition: 0.5s;
}
span.pf-status.offline {
background: #999999;
}
span.pf-status.bot {
background: deepskyblue;
}
span.pf-status.online {
background: #4CC701;
}
span.pf-username {
font-size: 30px;
margin-left: 13px;
font-weight: bold;
color: #0315B9;
}
.contacts {
background-color: #E9E9E9;
width: 75%;
margin: 0 auto;
padding: 12px;
transform: translateY(-32px);
z-index: -11;
display: flex;
flex-direction: column;
position: relative;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
border-radius: 5px;
padding-bottom: 50px;
padding-top: 50px;
}
.contact {
display: flex;
align-items: center;
margin: 21px 0px;
cursor: pointer;
justify-content: left;
}
img.pf-img.pf-2 {
width: 50px;
height: 50px;
}
span.pf-status.pf-2 {
width: 10px;
height: 10px;
transform: translate(34px, -17px);
}
span.pf-username.pf-2 {
font-size: 25px;
}
span.pf-lastmsg.pf-2 {
margin-left: 13px;
white-space: break-spaces;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
}
.pf-username-lastmsg {
display: flex;
flex-direction: column;
}
.btn-back {
background-color: #09C4FF;
padding: 10px;
margin: 10px;
border-radius: 5px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: auto;
}
.navbot {
position: fixed;
z-index: 100;
left: 0;
right: 0;
bottom: 0;
width: -webkit-fill-available;
height: 35px;
display: flex;
justify-content: center;
align-items: flex-end;
background-color: #09C4FF;
padding: 10px;
}
.navbot-link a {
font-size: 32px;
margin: 0 10px;
}
.navbot-link {
margin: 0px 10px;
height: -webkit-fill-available;
align-items: center;
display: flex;
}
span.acc-name {
font-size: 20px;
font-weight: bold;
color: #0315B9;
cursor: pointer;
}
.chats {
display: flex;
flex-direction: column;
margin-top: 90px;
}
.he-chat {
width: -webkit-fill-available;
display: flex;
margin: 10px;
}
.he-info {
margin-left: 10px;
color: black;
align-items: center;
display: flex;
justify-content: center;
font-weight: bold;
}
img.he-avatar {
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 50%;
border: 1px solid black;
margin: auto 0;
}
.me-chat {
width: -webkit-fill-available;
display: flex;
margin: 10px;
text-align: right;
flex-direction: row-reverse;
}
img.me-avatar {
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 50%;
border: 1px solid black;
margin: auto 0;
}
.me-info {
margin-right: 10px;
color: black;
align-items: center;
display: flex;
justify-content: center;
font-weight: bold;
}
p.me-msg {
background-color: #09C4FF;
padding: 10px 20px 10px 20px;
border-radius: 18px;
min-height: 16px;
margin: auto;
word-break: break-all;
display: flex;
flex-wrap: wrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.me-msg img {
height: 150px;
width: 150px;
object-fit: cover;
border-radius: 4px;
}
.he-msg img {
height: 150px;
width: 150px;
object-fit: cover;
border-radius: 4px;
}
.pf-lastmsg img {
max-width: -webkit-fill-available;
width: auto;
}
span.me-name {
font-weight: bold;
letter-spacing: 1px;
}
p.he-msg {
background-color: #09C4FF;
padding: 10px 20px 10px 20px;
border-radius: 18px;
min-height: 16px;
margin: auto;
word-break: break-all;
display: flex;
flex-wrap: wrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
span.he-name {
font-weight: bold;
letter-spacing: 1px;
}
.cursor-pointer {
cursor: pointer;
}
.chat-form {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #09C4FF;
padding: 10px;
display: flex;
flex-direction: row;
width: -webkit-fill-available;
}
textarea.chat-input {
width: -webkit-fill-available;
font-weight: bold;
}
.chat-form form {
display: flex;
justify-content: center;
text-align: center;
width: -webkit-fill-available;
align-items: center;
}
.chat-up {
width: -webkit-fill-available;
height: 60px;
display: flex;
}
textarea {
resize: vertical;
max-height: 100px;
overflow: overlay;
min-height: 15px;
}
.navbar-brand.brand {
cursor: pointer;
}
emoji-picker {
position: fixed;
right: 0;
bottom: 0;
margin: 10px;
width: 50%;
}
.modal-content {
font-size: 24px;
width: 70px;
display: flex;
justify-content: space-between;
color: white;
}
.error {
background-color: indianred;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 5px;
color: white;
font-size: 16px;
}
.success {
background-color: seagreen;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 5px;
color: white;
font-size: 16px;
}
.modal {
position: fixed;
background-color: #09C4FF;
width: -webkit-fill-available;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transform: translateY(-100%);
transition: all 0.5s;
}
.modal-close {
width: -webkit-fill-available;
text-align: right;
font-size: 33px;
color: white;
margin-right: 20px;
cursor: pointer;
}
.modal-pf {
display: flex;
align-items: center;
width: -webkit-fill-available;
background-color: #24aad4;
padding: 7px;
border-radius: 5px;
margin-top: 10px;
max-width: 300px;
cursor: pointer;
}
.faq-list {
display: flex;
text-align: center;
flex-direction: column;
margin-top: 25px;
}
.ads {
text-align: center;
margin: 50px;
}
.faq {
background-color: darkslategrey;
margin: 20px;
padding: 10px;
color: white;
border-radius: 5px;
border-left: 8px solid #09C4FF;
}
.faq h2 {
cursor: pointer;
}
small#showEye {
display: block;
width: fit-content;
text-align: right;
transform: translate(0px, 39px);
font-size: 24px;
margin: 0 0 0 auto;
}
.modal.on {
transform: translateY(0%);
}
.pf-username-click {
display: flex;
flex-direction: column;
}
span.pf-click {
margin-left: 17px;
}
.btn-info {
display: flex;
align-items: center;
}
.disabled {
cursor: not-allowed;
}
.features {
display: flex;
justify-content: center;
width: -webkit-fill-available;
width: -moz-available;
}
img.feature-img {
width: auto;
height: auto;
max-width: -webkit-fill-available;
max-width: -moz-available;
border-radius: 6px;
}
.ads-1 {
background-color: aqua;
max-width: 420px;
padding: 10px;
margin: 100px auto 0 auto;
height: 60px;
font-size: 18px;
color: black;
border-radius: 4px;
cursor: pointer;
/* background-image: url(https://cdn.discordapp.com/attachments/873758720847400970/880817782126678086/ICON2.png); */
background-size: cover;
object-fit: cover;
background-position: 0;
font-weight: bold;
align-items: flex-end;
justify-content: space-between;
display: flex;
flex-direction: column;
}
span.ads-msg {
width: -webkit-fill-available;
}
span.ads-info {
font-size: 12px;
}
.feature {
max-width: -webkit-fill-available;
box-shadow: 0 11px 22px 7px rgb(0 0 0 / 30%);
margin: 100px 10px;
border-radius: 6px;
padding: 12px;
width: -webkit-fill-available;
max-width: 700px;
text-align: center;
font-weight: bold;
background: #09C4FF;
color: black;
}
@media (max-width: 480px) {
.box-1 {
width: -webkit-fill-available;
}
emoji-picker {
left: 0;
width: 300px;
margin: 56px auto;
}
}
@media (min-width: 992px) {
.chats {
margin: 90px 150px 0px 150px;
}
.chat-form {
padding: 10px 150px;
}
}
@media (min-width: 620px) {
.navbar-toggle {
display: none;
}
.navbar-toggle-2 {
display: none;
}
}
@media (max-width: 620px) {
.navbar-navigation {
flex-direction: column;
position: fixed;
background-color: #09C4FF;
width: -webkit-fill-available;
margin-right: 33px;
margin-left: -33px;
margin-top: -20px;
padding-bottom: 20px;
padding-top: 20px;
transition: all 1s;
transform: translateY(-100%);
}
.navbar-navigation.on {
transform: translateY(0%);
}
.navbar-nav {
flex-direction: column;
width: -webkit-fill-available;
margin: 10px;
text-align: center;
}
.navbar-link {
margin: 10px 10px 10px 10px;
}
.btn-getstarted {
width: -webkit-fill-available;
margin-right: 18px;
max-width: 290px;
}
}
@media (max-width: 1000px) {
.jumbotron {
flex-direction: column;
margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
.jumbotron-info {
width: -webkit-fill-available;
text-align: center;
}
.jumbotron-image {
display: none;
}
.jumbotron-description {
margin: auto;
}
}
ul.calls {
list-style: none;
padding: 0;
font-size: 28px;
color: #0315B9;
display: flex;
justify-content: center;
align-items: center;
}
li.call-item {
display: flex;
align-items: center;
cursor: pointer;
}
.vidcal {
height: 100vh;
width: 100vw;
}
.myvid {
height: 100vh;
width: 100vw;
background: red;
}
.vid {
height: 220px;
width: 140px;
background: black;
position: fixed;
top: 10px;
right: 10px;
}
.settings {
position: fixed;
bottom: 15px;
right: 0;
left: 20px;
margin: 0 auto;
text-align: left;
font-size: 30px;
color: white;
}
ul.settings-items {
list-style: none;
padding: 0;
}
.set-item {
cursor: pointer;
} | public/beta.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/* default */
* {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
*:focus {
outline: none;
}
body {
background-color: white;
}
/* button */
.btn {
min-width: 120px;
height: 36px;
border: none;
border-radius: 3px;
transition: 0.5s;
cursor: pointer;
font-style: normal;
font-weight: bold;
font-size: 18px;
color: #ffffff;
}
.btn:hover {
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
}
.btn-primary {
background-color: #119CC8;
}
.btn-primary:hover {
background-color: #2894B7;
}
@media (min-width: 992px) {
}
/* link */
a {
color: #0229F5;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 16px;
cursor: pointer;
word-break: break-all;
}
a:hover {
text-decoration: underline;
}
/* chat format */
code {
background: dimgrey;
padding: 3px 10px;
border-radius: 4px;
color: #ddd;
}
/* global */
.navbar {
display: flex;
justify-content: space-between;
margin: 15px 20px 10px 28px;
background-color: #09C4FF;
height: 45px;
border-radius: 5px;
padding: 5px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
position: relative;
}
.navbar-nav {
display: flex;
list-style: none;
}
.navbar-navigation {
display: flex;
background-color: transparent;
}
.navbar-link {
margin: 10px 10px 10px 19px;
}
.navbar-navigation {
align-items: center;
}
.navbar-link a {
color: white;
}
.navbar-link a:hover {
text-decoration: underline;
}
pre {
background: slategrey;
padding: 1px 11px;
border-radius: 4px;
}
.navbar-brand.brand {
width: 70px;
height: 70px;
display: flex;
background-color: #1BB3E3;
border-radius: 50%;
align-items: center;
transform: translate(-25px, -12px);
justify-content: center;
font-size: 40px;
font-weight: bold;
box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 25%);
color: white;
}
.navbar-toggle {
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: white;
}
.navbar-toggle-icon {
align-items: center;
margin-right: 12px;
cursor: pointer;
}
.navbar-toggle-2 {
width: -webkit-fill-available;
display: flex;
cursor: pointer;
}
.navbar-toggle-2-icon {
margin-left: auto;
margin-right: 47px;
margin-top: 2px;
font-size: 29px;
color: white;
}
.jumbotron {
display: flex;
justify-content: space-between;
margin-right: 11%;
margin-left: 11%;
align-items: center;
margin-top: 50px;
}
.jumbotron-info {
color: #0315B9;
}
img.jumbotron-image {
width: 380px;
height: auto;
}
p.jumbotron-description {
max-width: 350px;
font-size: 24px;
}
h1.jumbotron-title {
font-size: 60px;
}
main.main {
min-height: 100vh;
margin-top: -15px;
padding-top: 15px;
position: absolute;
width: -webkit-fill-available;
z-index: -1000;
}
.share-section {
width: -webkit-fill-available;
text-align: right;
font-size: 24px;
color: white;
font-weight: bold;
margin-right: 10px;
}
.create-bot {
background: #09C4FF;
position: absolute;
z-index: 99999;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 10px;
max-width: 300px;
display: flex;
flex-direction: column;
border-radius: 5px;
height: fit-content;
transition: 0.5s;
transform: scale(0);
}
.modal-on {
transform: scale(1);
}
.bi-box button {
margin: 10px;
}
.create-bot-err {
background: indianred;
padding: 5px;
border-radius: 4px;
text-align: center;
color: white;
font-weight: bold;
margin: 10px 0;
display: none;
}
.bots {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: -webkit-fill-available;
justify-content: center;
max-width: 800px;
margin: 20px auto;
}
.bot-box {
display: flex;
flex-direction: column;
background: darkslategrey;
color: white;
font-weight: bold;
padding: 10px;
margin: 10px;
transition: 0.5s;
border-radius: 5px;
cursor: pointer;
}
.bot-box:hover {
transform: scale(1.05);
}
.bot-box img {
border-radius: 16px;
width: 150px;
height: 150px;
object-fit: cover;
}
.bot-box span {
text-align: center;
margin: 5px 0 0 0;
}
.bi-box img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 20px;
}
.bot-info {
display: flex;
flex-direction: column;
}
.bi-box.bi-avatar-username {
text-align: center;
flex-direction: column;
}
.bi-box {
background: darkslategrey;
padding: 10px;
margin: 20px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
footer {
text-align: center;
height: 50px;
background-color: #09C4FF;
padding: 15px;
margin: 16px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: -999999;
margin-top: 100vh;
width: -webkit-fill-available;
}
.loading {
position: fixed;
background: #09C4FF;
z-index: 999;
width: -webkit-fill-available;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: hidden !important;
transition: all 0.5s;
}
.loading.not-showing {
transform: translateY(-108%);
}
.loading-body {
overflow: hidden;
}
img.loading-svg {
width: 30%;
}
span.loading-title {
font-size: 30px;
font-weight: bold;
color: white;
margin-top: 12px;
}
.box-1 {
width: 450px;
height: min-content;
background-color: #09C4FF;
padding: 15px;
border-radius: 5px;
margin: 20px;
}
span.box-1-title {
font-size: 60px;
font-weight: bold;
color: #0315B9;
font-style: normal;
}
.box-1-list {
display: flex;
flex-direction: column;
}
.box-1-input {
display: flex;
flex-direction: column;
margin: 10px 0px 10px 0px;
}
.box-1-input label {
margin: 10px 10px 10px 0px;
font-size: 24px;
color: #0315B9;
font-weight: bold;
}
.input-box {
height: 10px;
padding: 10px;
font-size: 16px;
border: none;
border-radius: 3px;
background-color: #FFE8E8;
color: black;
}
.input-box::placeholder {
color: #87888B;
}
.box-1-submit {
width: -webkit-fill-available;
text-align: right;
}
.pf-navbar {
background-color: #09C4FF;
margin: 10px;
display: flex;
padding: 10px;
align-items: center;
border-radius: 5px;
}
img.pf-img {
background: white;
width: 70px;
height: 70px;
display: flex;
border-radius: 50%;
object-fit: cover;
}
span.pf-status {
border: 3px solid black;
width: 16px;
height: 16px;
display: flex;
border-radius: 50%;
transform: translate(48px, -25px);
position: absolute;
transition: 0.5s;
}
span.pf-status.offline {
background: #999999;
}
span.pf-status.bot {
background: deepskyblue;
}
span.pf-status.online {
background: #4CC701;
}
span.pf-username {
font-size: 30px;
margin-left: 13px;
font-weight: bold;
color: #0315B9;
}
.contacts {
background-color: #E9E9E9;
width: 75%;
margin: 0 auto;
padding: 12px;
transform: translateY(-32px);
z-index: -11;
display: flex;
flex-direction: column;
position: relative;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
border-radius: 5px;
padding-bottom: 50px;
padding-top: 50px;
}
.contact {
display: flex;
align-items: center;
margin: 21px 0px;
cursor: pointer;
justify-content: left;
}
img.pf-img.pf-2 {
width: 50px;
height: 50px;
}
span.pf-status.pf-2 {
width: 10px;
height: 10px;
transform: translate(34px, -17px);
}
span.pf-username.pf-2 {
font-size: 25px;
}
span.pf-lastmsg.pf-2 {
margin-left: 13px;
white-space: break-spaces;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
}
.pf-username-lastmsg {
display: flex;
flex-direction: column;
}
.btn-back {
background-color: #09C4FF;
padding: 10px;
margin: 10px;
border-radius: 5px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: auto;
}
.navbot {
position: fixed;
z-index: 100;
left: 0;
right: 0;
bottom: 0;
width: -webkit-fill-available;
height: 35px;
display: flex;
justify-content: center;
align-items: flex-end;
background-color: #09C4FF;
padding: 10px;
}
.navbot-link a {
font-size: 32px;
margin: 0 10px;
}
.navbot-link {
margin: 0px 10px;
height: -webkit-fill-available;
align-items: center;
display: flex;
}
span.acc-name {
font-size: 20px;
font-weight: bold;
color: #0315B9;
cursor: pointer;
}
.chats {
display: flex;
flex-direction: column;
margin-top: 90px;
}
.he-chat {
width: -webkit-fill-available;
display: flex;
margin: 10px;
}
.he-info {
margin-left: 10px;
color: black;
align-items: center;
display: flex;
justify-content: center;
font-weight: bold;
}
img.he-avatar {
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 50%;
border: 1px solid black;
margin: auto 0;
}
.me-chat {
width: -webkit-fill-available;
display: flex;
margin: 10px;
text-align: right;
flex-direction: row-reverse;
}
img.me-avatar {
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 50%;
border: 1px solid black;
margin: auto 0;
}
.me-info {
margin-right: 10px;
color: black;
align-items: center;
display: flex;
justify-content: center;
font-weight: bold;
}
p.me-msg {
background-color: #09C4FF;
padding: 10px 20px 10px 20px;
border-radius: 18px;
min-height: 16px;
margin: auto;
word-break: break-all;
display: flex;
flex-wrap: wrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.me-msg img {
height: 150px;
width: 150px;
object-fit: cover;
border-radius: 4px;
}
.he-msg img {
height: 150px;
width: 150px;
object-fit: cover;
border-radius: 4px;
}
.pf-lastmsg img {
max-width: -webkit-fill-available;
width: auto;
}
span.me-name {
font-weight: bold;
letter-spacing: 1px;
}
p.he-msg {
background-color: #09C4FF;
padding: 10px 20px 10px 20px;
border-radius: 18px;
min-height: 16px;
margin: auto;
word-break: break-all;
display: flex;
flex-wrap: wrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
span.he-name {
font-weight: bold;
letter-spacing: 1px;
}
.cursor-pointer {
cursor: pointer;
}
.chat-form {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #09C4FF;
padding: 10px;
display: flex;
flex-direction: row;
width: -webkit-fill-available;
}
textarea.chat-input {
width: -webkit-fill-available;
font-weight: bold;
}
.chat-form form {
display: flex;
justify-content: center;
text-align: center;
width: -webkit-fill-available;
align-items: center;
}
.chat-up {
width: -webkit-fill-available;
height: 60px;
display: flex;
}
textarea {
resize: vertical;
max-height: 100px;
overflow: overlay;
min-height: 15px;
}
.navbar-brand.brand {
cursor: pointer;
}
emoji-picker {
position: fixed;
right: 0;
bottom: 0;
margin: 10px;
width: 50%;
}
.modal-content {
font-size: 24px;
width: 70px;
display: flex;
justify-content: space-between;
color: white;
}
.error {
background-color: indianred;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 5px;
color: white;
font-size: 16px;
}
.success {
background-color: seagreen;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 5px;
color: white;
font-size: 16px;
}
.modal {
position: fixed;
background-color: #09C4FF;
width: -webkit-fill-available;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transform: translateY(-100%);
transition: all 0.5s;
}
.modal-close {
width: -webkit-fill-available;
text-align: right;
font-size: 33px;
color: white;
margin-right: 20px;
cursor: pointer;
}
.modal-pf {
display: flex;
align-items: center;
width: -webkit-fill-available;
background-color: #24aad4;
padding: 7px;
border-radius: 5px;
margin-top: 10px;
max-width: 300px;
cursor: pointer;
}
.faq-list {
display: flex;
text-align: center;
flex-direction: column;
margin-top: 25px;
}
.ads {
text-align: center;
margin: 50px;
}
.faq {
background-color: darkslategrey;
margin: 20px;
padding: 10px;
color: white;
border-radius: 5px;
border-left: 8px solid #09C4FF;
}
.faq h2 {
cursor: pointer;
}
small#showEye {
display: block;
width: fit-content;
text-align: right;
transform: translate(0px, 39px);
font-size: 24px;
margin: 0 0 0 auto;
}
.modal.on {
transform: translateY(0%);
}
.pf-username-click {
display: flex;
flex-direction: column;
}
span.pf-click {
margin-left: 17px;
}
.btn-info {
display: flex;
align-items: center;
}
.disabled {
cursor: not-allowed;
}
.features {
display: flex;
justify-content: center;
width: -webkit-fill-available;
width: -moz-available;
}
img.feature-img {
width: auto;
height: auto;
max-width: -webkit-fill-available;
max-width: -moz-available;
border-radius: 6px;
}
.ads-1 {
background-color: aqua;
max-width: 420px;
padding: 10px;
margin: 100px auto 0 auto;
height: 60px;
font-size: 18px;
color: black;
border-radius: 4px;
cursor: pointer;
/* background-image: url(https://cdn.discordapp.com/attachments/873758720847400970/880817782126678086/ICON2.png); */
background-size: cover;
object-fit: cover;
background-position: 0;
font-weight: bold;
align-items: flex-end;
justify-content: space-between;
display: flex;
flex-direction: column;
}
span.ads-msg {
width: -webkit-fill-available;
}
span.ads-info {
font-size: 12px;
}
.feature {
max-width: -webkit-fill-available;
box-shadow: 0 11px 22px 7px rgb(0 0 0 / 30%);
margin: 100px 10px;
border-radius: 6px;
padding: 12px;
width: -webkit-fill-available;
max-width: 700px;
text-align: center;
font-weight: bold;
background: #09C4FF;
color: black;
}
@media (max-width: 480px) {
.box-1 {
width: -webkit-fill-available;
}
emoji-picker {
left: 0;
width: 300px;
margin: 56px auto;
}
}
@media (min-width: 992px) {
.chats {
margin: 90px 150px 0px 150px;
}
.chat-form {
padding: 10px 150px;
}
}
@media (min-width: 620px) {
.navbar-toggle {
display: none;
}
.navbar-toggle-2 {
display: none;
}
}
@media (max-width: 620px) {
.navbar-navigation {
flex-direction: column;
position: fixed;
background-color: #09C4FF;
width: -webkit-fill-available;
margin-right: 33px;
margin-left: -33px;
margin-top: -20px;
padding-bottom: 20px;
padding-top: 20px;
transition: all 1s;
transform: translateY(-100%);
}
.navbar-navigation.on {
transform: translateY(0%);
}
.navbar-nav {
flex-direction: column;
width: -webkit-fill-available;
margin: 10px;
text-align: center;
}
.navbar-link {
margin: 10px 10px 10px 10px;
}
.btn-getstarted {
width: -webkit-fill-available;
margin-right: 18px;
max-width: 290px;
}
}
@media (max-width: 1000px) {
.jumbotron {
flex-direction: column;
margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
.jumbotron-info {
width: -webkit-fill-available;
text-align: center;
}
.jumbotron-image {
display: none;
}
.jumbotron-description {
margin: auto;
}
}
ul.calls {
list-style: none;
padding: 0;
font-size: 28px;
color: #0315B9;
display: flex;
justify-content: center;
align-items: center;
}
li.call-item {
display: flex;
align-items: center;
cursor: pointer;
}
.vidcal {
height: 100vh;
width: 100vw;
}
.myvid {
height: 100vh;
width: 100vw;
background: red;
}
.vid {
height: 220px;
width: 140px;
background: black;
position: fixed;
top: 10px;
right: 10px;
}
.settings {
position: fixed;
bottom: 15px;
right: 0;
left: 20px;
margin: 0 auto;
text-align: left;
font-size: 30px;
color: white;
}
ul.settings-items {
list-style: none;
padding: 0;
}
.set-item {
cursor: pointer;
} | 0.355775 | 0.059319 |
html.WMApp .wm_template div.wmtoast.wmtoastExtraSpecific {
background-color: rgb(40,40,40);
background-image: none;
filter: none;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 3px 4px 4px #222;
box-shadow: 3px 4px 4px #222;
}
.wm_template .wmtoast .wmtoastmessage {
font-family: sans-serif;
font-size: 1Em;
color: black;
font-weight: bold;
}
/* GROUP: Success Styling */
html.WMApp .wm_template div.wmtoast.Success.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Success .wmtoastmessage {
color: black;
}
/* GROUP: Success Graphic */
.wm_template .wmtoast.Success .ToastLeft {
background-image: url(images/OK.png);
}
/* GROUP: Warning Styling */
html.WMApp .wm_template div.wmtoast.Warning.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Warning .wmtoastmessage {
color: black;
}
/* GROUP: Warning Graphic */
.wm_template .wmtoast.Warning .ToastLeft {
background-image: url(images/Caution.png);
}
/* GROUP: Error Styling */
html.WMApp .wm_template div.wmtoast.Error.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Error .wmtoastmessage {
color: black;
}
/* GROUP: Error Graphic */
.wm_template .wmtoast.Error .ToastLeft {
background-image: url(images/Close.png);
}
/* GROUP: Info Styling */
html.WMApp .wm_template div.wmtoast.Info.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Info .wmtoastmessage {
color: black;
}
/* GROUP: Info Graphic */
.wm_template .wmtoast.Info .ToastLeft {
background-image: url(images/Help\ Circle.png);
}
/* GROUP: Title */
.wm_template .wmtoast .wmtoasttitle {
font-family: sans-serif;
font-size: 1.2Em;
color: black;
font-weight: bold;
}
/* GROUP: Opacity */
.wmtoastExtraSpecific.fadeInAnim {
-webkit-animation-name: toastFadeInKeyFrames; /* THEMER: HIDE */
-moz-animation-name: toastFadeInKeyFrames; /* THEMER: HIDE */
animation-name: toastFadeInKeyFrames; /* THEMER: HIDE */
}
@keyframes toastFadeInKeyFrames {
0% {
opacity: 0; /* THEMER: HIDE */
}
100% {
opacity: 0.9;
}
}
/* GROUP: Opacity again */
html.WMApp .wm_template div.wmtoast.wmtoastExtraSpecific {
opacity: 0.9;
} | wavemaker/wavemaker-studio/src/main/webapp/app/templates/widgetthemes/toast.css | html.WMApp .wm_template div.wmtoast.wmtoastExtraSpecific {
background-color: rgb(40,40,40);
background-image: none;
filter: none;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 3px 4px 4px #222;
box-shadow: 3px 4px 4px #222;
}
.wm_template .wmtoast .wmtoastmessage {
font-family: sans-serif;
font-size: 1Em;
color: black;
font-weight: bold;
}
/* GROUP: Success Styling */
html.WMApp .wm_template div.wmtoast.Success.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Success .wmtoastmessage {
color: black;
}
/* GROUP: Success Graphic */
.wm_template .wmtoast.Success .ToastLeft {
background-image: url(images/OK.png);
}
/* GROUP: Warning Styling */
html.WMApp .wm_template div.wmtoast.Warning.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Warning .wmtoastmessage {
color: black;
}
/* GROUP: Warning Graphic */
.wm_template .wmtoast.Warning .ToastLeft {
background-image: url(images/Caution.png);
}
/* GROUP: Error Styling */
html.WMApp .wm_template div.wmtoast.Error.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Error .wmtoastmessage {
color: black;
}
/* GROUP: Error Graphic */
.wm_template .wmtoast.Error .ToastLeft {
background-image: url(images/Close.png);
}
/* GROUP: Info Styling */
html.WMApp .wm_template div.wmtoast.Info.wmtoastExtraSpecific {
background-color: #ffffff;
background-image: none;
filter: none;
}
.wm_template .wmtoast .wmtoasttitle,
.wm_template .wmtoast.Info .wmtoastmessage {
color: black;
}
/* GROUP: Info Graphic */
.wm_template .wmtoast.Info .ToastLeft {
background-image: url(images/Help\ Circle.png);
}
/* GROUP: Title */
.wm_template .wmtoast .wmtoasttitle {
font-family: sans-serif;
font-size: 1.2Em;
color: black;
font-weight: bold;
}
/* GROUP: Opacity */
.wmtoastExtraSpecific.fadeInAnim {
-webkit-animation-name: toastFadeInKeyFrames; /* THEMER: HIDE */
-moz-animation-name: toastFadeInKeyFrames; /* THEMER: HIDE */
animation-name: toastFadeInKeyFrames; /* THEMER: HIDE */
}
@keyframes toastFadeInKeyFrames {
0% {
opacity: 0; /* THEMER: HIDE */
}
100% {
opacity: 0.9;
}
}
/* GROUP: Opacity again */
html.WMApp .wm_template div.wmtoast.wmtoastExtraSpecific {
opacity: 0.9;
} | 0.345105 | 0.104386 |
.mbt-book {
clear: both;
padding-bottom: 10px;
font-family: Helvetica, sans-serif
}
.mbt-book .mbt-affiliate-disclaimer,
.mbt-book .mbt-affiliate-disclaimer a {
color: gray;
font-size: 10px;
font-style: italic;
}
.mbt-book .mbt-affiliate-disclaimer {
padding: 10px 0px;
clear: both;
}
.mbt-book a.mbt-book-anchor {
display: block;
position: absolute; /* This is nessesary or else the element shows up as 1px high, for some reason */
}
/*---------------------------------------------------------*/
/* Breadcrumbs */
/*---------------------------------------------------------*/
.mbt-breadcrumbs {
padding: 0px 0px 10px 0px;
color: #666;
font-family: Helvetica, sans-serif;
}
.mbt-breadcrumbs a {
color: #666;
text-decoration: none;
border: none;
}
.mbt-breadcrumbs a:hover {
color: #333;
text-decoration: underline;
border: none;
}
/*---------------------------------------------------------*/
/* Book Images */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-images {
float: left;
width: 25%;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-right {
float: left;
width: 75%;
}
.mbt-book .mbt-book-images.mbt-book-images-small {
width: 15%;
}
.mbt-book .mbt-book-images.mbt-book-images-small + .mbt-book-right {
width: 85%;
}
.mbt-book .mbt-book-images.mbt-book-images-large {
width: 35%;
}
.mbt-book .mbt-book-images.mbt-book-images-large + .mbt-book-right {
width: 65%;
}
@media (max-width: 500px) {
.mbt-book .mbt-book-images {
float: none;
width: auto;
text-align: center;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 80%;
}
.mbt-book .mbt-book-right {
float: none;
width: auto;
margin-left: 0;
}
}
/*---------------------------------------------------------*/
/* Book Title */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-title {
clear: none;
margin: 0;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-book .mbt-book-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}
/*---------------------------------------------------------*/
/* Book Price */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-price {
font-size: 16px;
font-weight: bold;
color: #484949;
}
.mbt-book .mbt-book-price .mbt-old-price {
text-decoration: line-through;
color: #AEAEAE;
margin-right: 10px;
}
.mbt-book .mbt-book-price .mbt-new-price {
color: #484949;
}
.mbt-book .mbt-book-price .mbt-alt-price {
display: block;
font-size: 12px;
line-height: 1;
margin-top: 5px;
}
/*---------------------------------------------------------*/
/* Book Meta */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-meta {
font-size: 14px;
line-height: 1.5;
}
.mbt-book .mbt-book-meta .mbt-meta-title {
font-weight: bold;
}
.mbt-book .mbt-book-meta a {
font-weight: 600;
}
.mbt-book .mbt-book-meta .mbt-star-rating {
display: inline-block;
}
.mbt-book .mbt-book-meta .mbt-star-rating .mbt-star {
float: left;
width: 17px;
height: 15px;
text-indent: -999em;
display: block;
background: transparent;
overflow: hidden;
background: url('../images/star.gif') no-repeat 0 0px;
}
.mbt-book .mbt-book-meta .mbt-star-rating .mbt-star.mbt-star-filled {
background-position: 0 -32px;
}
/*---------------------------------------------------------*/
/* Book Samples */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-sample {
margin-top: 10px;
}
.mbt-book .mbt-book-sample a {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top, #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom, #36738d 0%,#2f5a79 100%);
-webkit-box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0;
padding: 6px 15px;
min-width: 70px;
}
/*---------------------------------------------------------*/
/* Buy Buttons */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
width: auto;
float: left;
clear: none;
padding: 5px 10px 0px 0px;
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton a {
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
opacity: 1;
}
.mbt-book .mbt-book-buybuttons-textonly {
clear: both;
padding: 15px 0px 0px 0px;
}
.mbt-book .mbt-book-buybuttons-textonly h3 {
margin: 0px;
padding: 0px;
}
.mbt-book .mbt-book-buybuttons-textonly ul {
list-style-position: inside;
list-style-type: disc;
margin: 5px 0 5px 0;
padding: 0 0 0 10px
}
.mbt-book .mbt-book-buybuttons-textonly ul li {
list-style-position: inside;
list-style-type: disc;
background: none;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-buybuttons-textonly ul li a {
vertical-align: middle;
font-size: 15px;
line-height: 15px;
}
/*---------------------------------------------------------*/
/* Book Video Sample */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-video-sample {
text-align: center;
width: 100%;
overflow: hidden;
}
.mbt-book .mbt-book-video-sample iframe {
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-video-sample .jetpack-video-wrapper {
margin: 0;
}
.mbt-book .mbt-book-video-sample .jetpack-video-wrapper .youtube-player {
display: inline-block !important;
}
/*---------------------------------------------------------*/
/* Find Bookstore Form Styling */
/*---------------------------------------------------------*/
.mbt-book .mbt-find-bookstore {
text-align: center;
}
.mbt-book .mbt-find-bookstore input[type="email"],
.mbt-book .mbt-find-bookstore input[type="text"] {
width: auto;
font-size: 1em;
font-weight: normal;
padding: 0.4em 0.5em;
line-height: 1.42857;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mbt-book .mbt-find-bookstore input[type="submit"] {
font-size: 1em;
padding: 0.4em 0.8em;
line-height: 1.42857;
font-weight: normal;
color: #7c7c7c;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
outline: none;
}
.mbt-book .mbt-find-bookstore input[type="submit"]:hover{
color: #5e5e5e;
background-color: #ebebeb;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.mbt-book .mbt-find-bookstore input[type="submit"]:active {
color: #757575;
background-color: #e1e1e1;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
border-color: transparent;
}
/*---------------------------------------------------------*/
/* Endorsements */
/*---------------------------------------------------------*/
.mbt-book-endorsements {
padding-top: 15px;
}
.mbt-book-endorsements .mbt-endorsement {
padding: 20px 0 0;
clear: both;
}
.mbt-book-endorsements .mbt-endorsement:first-of-type {
padding-top: 0;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image {
width: 17%;
padding: 0 2.5%;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image img {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-content {
padding: 0.7em 2.5% 0;
line-height: 1.7;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image+.mbt-endorsement-content {
width: 73%;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-name {
padding-top: 0.7em;
line-height: 1;
opacity: 0.8;
text-align: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image {
float: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image+.mbt-endorsement-content {
float: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image+.mbt-endorsement-content .mbt-endorsement-name {
text-align: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image {
float: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image+.mbt-endorsement-content {
float: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image+.mbt-endorsement-content .mbt-endorsement-name {
text-align: right;
}
/*---------------------------------------------------------*/
/* Book Club Resources */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-bookclub-resources .mbt-book-bookclub-video {
text-align: center;
margin-bottom: 20px;
}
.mbt-book .mbt-book-bookclub-resources ul {
list-style: inside disc;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-bookclub-resources ul li {
padding: 0;
margin: 0 0 5px 0;
}
/*---------------------------------------------------------*/
/* Book Social Media */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-socialmedia-bar {
clear: both;
padding-top: 10px;
}
.mbt-book .mbt-book-socialmedia-badges {
float: right;
padding-left: 5px;
}
/*
* Buttons
*/
.mbt-book .mbt-book-socialmedia-buttons {
text-align: center;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button {
padding: 10px 30px 10px 65px;
font-size: 20px;
line-height: 1.7;
color: white;
text-decoration: none;
display: inline-block;
margin: 0 15px 15px;
background-repeat: no-repeat;
background-position: 20px 10px;
cursor: pointer;
border: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:hover {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:active {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:visited {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-facebook {
background-color: #4861a3;
background-image: url('../images/facebook.png');
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-twitter {
background-color: #00acee;
background-image: url('../images/twitter.png');
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-googleplus {
background-color: #d8420e;
background-image: url('../images/googleplus.png');
}
/*---------------------------------------------------------*/
/* Book Series */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-series .mbt-series-book {
display: inline-block;
padding: 10px;
margin: 0px;
text-align: center;
float: left;
clear: none;
border: none;
height: 175px;
width: 120px;
overflow: hidden;
box-sizing: content-box;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title {
font-size: 14px;
font-weight: bold;
clear: both;
padding: 0px;
margin: 0px;
width: 120px;
height: 55px;
overflow: hidden;
color: inherit;
line-height: 1.3;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title a {
font-size: 14px;
font-weight: bold;
color: inherit;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title a:hover {
font-size: 14px;
font-weight: bold;
color: inherit;
text-decoration: underline;
border: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images {
margin: 10px;
width: 100px;
height: 100px;
display: table;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images a {
display: table-cell;
vertical-align: middle;
border: none;
outline: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images a img {
max-width: 100px;
max-height: 100px;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
outline: none;
display: inline-block;
}
/*---------------------------------------------------------*/
/* Amazon Kindle Instant Preview */
/*---------------------------------------------------------*/
.mbt-book .mbt_kindle_instant_preview {
width: 100%;
height: 550px;
padding: 0;
margin: 0;
}
/*---------------------------------------------------------*/
/* Goodreads Reviews */
/*---------------------------------------------------------*/
.mbt-book #goodreads-widget {
font-family: georgia, serif;
background-color: white;
margin-top: 30px;
padding: 20px;
clear: both;
}
.mbt-book #goodreads-widget h1 {
font-weight:normal;
font-size: 16px;
border-bottom: 1px solid #BBB596;
margin-bottom: 0;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a {
text-decoration: none;
border: none;
color:#660;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a:hover { text-decoration: underline; }
.mbt-book #goodreads-widget a:active {
color:#660;
}
.mbt-book #gr_footer {
width: 100%;
border-top: 1px solid #BBB596;
text-align: right;
}
.mbt-book #goodreads-widget .gr_branding{
color: #382110;
font-size: 11px;
text-decoration: none;
font-family: verdana, arial, helvetica, sans-serif;
}
.mbt-book #goodreads-widget iframe {
width: 100%;
}
/*---------------------------------------------------------*/
/* About the Author */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-about-author .mbt-book-about-author-image {
float: left;
width: 30%;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-image img {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-right {
float: left;
padding-left: 5%;
width: 65%;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-name {
font-size: 1.5em;
line-height: 1;
padding-bottom: 0.5em;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-desc p {
line-height: 1.7em;
padding: 0;
margin-bottom: 0.9em;
}
/*---------------------------------------------------------*/
/* Button Styling */
/*---------------------------------------------------------*/
.mbt-book .mbt-primary-button {
border: none;
box-shadow: none;
outline: none;
display: inline-block;
font-size: 18px;
text-align: center;
color: white;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: bold;
text-decoration: none;
font-style: normal;
text-transform: uppercase;
padding: 10px 40px;
border-radius: 10px;
margin: 15px;
margin-top: 22px;
line-height: 1.2;
border-bottom: 5px inset rgba(0,0,0,0.3);
background-color: #64ACF3;
}
.mbt-book .mbt-primary-button:hover {
border-bottom: 5px inset rgba(0,0,0,0.15);
}
/*---------------------------------------------------------*/
/* Storefront Page Mode Styling */
/*---------------------------------------------------------*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section {
display: block;
clear: both;
float: none;
margin: 20px 0 0 0;
width: 100%;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section:first-of-type {
margin: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section-title {
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 0;
padding-bottom: 15px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
/*
* Book Overview
*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-overview-section {
border-top: 1px solid #E0E2E2;
padding-top: 20px;
margin-top: 25px;
font-size: 14px;
line-height: 21px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-overview-section .mbt-book-section-title {
margin: 0;
padding: 0;
padding-bottom: 15px;
font-size: 25px;
font-weight: normal;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
/*
* Book Blurb
*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
}
/*
* Misc
*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section {
font-size: 13px;
background: #F8F8F8;
border: 1px solid #E1E3E3;
border-radius: 2px;
box-sizing: border-box;
padding: 15px 20px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section * {
box-sizing: content-box;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section .mbt-book-section-title {
font-size: 16px;
font-weight: bold;
color: #484949;
padding-bottom: 10px;
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-kindle-instant-preview-section .mbt-book-section-title {
text-align: center;
font-style: italic;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-title {
margin: 0 0 0 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-price {
margin: 10px 0px 10px 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-meta {
margin-left: 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}
/*---------------------------------------------------------*/
/* Single Column Page Mode Styling */
/*---------------------------------------------------------*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section {
display: block;
clear: both;
float: none;
margin: 30px 0 0 0;
border: none;
border-top: 1px solid #E0E2E2;
padding: 20px 0 0 0;
width: 100%;
font-size: 16px;
line-height: 1;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section:first-of-type {
border: none;
margin: 0;
padding: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section-title {
font-size: 30px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 15px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
/*
* Purchase Section
*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-purchase {
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-buybuttons {
margin: 0 30px;
display: inline-block;
}
/*
* Overview Section
*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview p {
line-height: 1.7em;
padding: 0;
margin: 0;
margin-bottom: 0.9em;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview p:last-child {
margin-bottom: 0px;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview ul li {
list-style-type: disc;
list-style-position: inside;
padding: 0;
margin: 0 0 0.7em 0;
}
/*
* Misc
*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-title {
margin: 0;
padding-bottom: 30px;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-right {
text-align: center;
}
@media (min-width: 500px) {
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images {
width: 35%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images + .mbt-book-right {
width: 65%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-small {
width: 25%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-small + .mbt-book-right {
width: 75%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-large {
width: 45%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-large + .mbt-book-right {
width: 55%;
}
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-teaser {
margin: 0 0 20px 30px;
padding: 0;
font-size: 20px;
font-weight: bold;
text-align: left;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-blurb {
background: none;
border: none;
padding: 0;
margin: 0 0 0 30px;
font-size: 18px;
text-align: left;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-meta {
font-size: 16px;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-sample:first-child {
margin-top: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-sample {
text-align: center;
}
/*---------------------------------------------------------*/
/* Book Excerpt Styling */
/*---------------------------------------------------------*/
.mbt-book.mbt-book-excerpt .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
}
.mbt-book.mbt-book-excerpt .mbt-book-blurb a {
color: #484949;
font-weight: 600;
text-decoration: none;
}
.mbt-book.mbt-book-excerpt .mbt-book-blurb a:hover {
text-decoration: underline;
}
.mbt-book.mbt-book-excerpt .mbt-book-title {
margin: 0 0 0 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-price {
margin: 10px 0px 10px 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-meta {
margin-left: 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}
/*---------------------------------------------------------*/
/* Book Archive Styling */
/*---------------------------------------------------------*/
.mbt-book-archive-header .mbt-book-archive-image {
float: left;
width: 15%;
padding: 0 24px 25px 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
margin: 0;
}
.mbt-book-archive-header .mbt-book-archive-title {
clear: none;
width: 75%;
float: left;
padding: 0px 0px 15px 0px;
margin: 0px;
background: transparent;
color: #484949;
font-size: 30px;
font-weight: normal;
line-height: 1.3;
}
.mbt-book-archive-header .mbt-book-archive-description {
clear: none;
width: 75%;
float: left;
font-size: 14px;
line-height: 1.5;
padding: 0px 0px 25px 0px;
position: relative;
}
.mbt-book-archive {
clear: both;
}
.mbt-book-archive .mbt-book-archive-books:after {
content: "";
display: table;
clear: both;
}
.mbt-book-archive .mbt-book {
margin-bottom: 40px;
border-bottom: 1px solid #E0E2E2;
}
.mbt-book-archive-pagination {
clear: both;
text-align: center;
}
.mbt-book-archive-pagination a,
.mbt-book-archive-pagination a:link,
.mbt-book-archive-pagination a:visited,
.mbt-book-archive-pagination a:hover {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top, #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom, #36738d 0%,#2f5a79 100%);
-webkit-box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination a:hover {
text-decoration: underline;
}
.mbt-book-archive-pagination span {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: #214756;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-next {
margin-left: 5px;
padding: 6px 15px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-previous {
margin-right: 10px;
padding: 6px 15px;
}
@media only screen and (max-width: 600px) {
.mbt-book .mbt-book-images {
float: none;
margin: auto;
margin-bottom: 15px;
width: 40%;
}
.mbt-book .mbt-book-right {
float: none;
width: 100% !important;
box-sizing: border-box;
}
}
/*---------------------------------------------------------*/
/* Widget Styling */
/*---------------------------------------------------------*/
.mbt-featured-book-widget {
padding: 6px;
padding-bottom: 0px;
text-align: center;
}
.mbt-featured-book-widget .mbt-featured-book-widget-book {
padding-bottom: 30px;
}
.mbt-featured-book-widget .mbt-book-title {
margin: 0 5px 15px 0;
text-align: center;
}
.mbt-featured-book-widget .mbt-book-title a {
color: inherit;
text-decoration: none;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-title a:hover {
color: inherit;
text-decoration: underline;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-images {
padding-bottom: 10px;
}
.mbt-featured-book-widget .mbt-book-images a {
border: none;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image {
width: 60%;
margin: 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.medium {
width: 45%;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.small {
width: 30%;
}
.mbt-featured-book-widget .mbt-book-blurb {
font-size: 14px;
text-align: left;
margin: 0;
padding: 0 0 10px 0;
background: none;
border: none;
}
.mbt-featured-book-widget .mbt-book-blurb .mbt-read-more {
display: block;
padding-top: 10px;
text-align: right;
}
.mbt-featured-book-widget .mbt-book-buybuttons {
display: inline-block;
text-align: center;
padding: 0;
margin: 0;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton {
width: auto;
float: none;
clear: both;
display: inline-block;
padding: 5px 10px 0px 0px;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
}
/*---------------------------------------------------------*/
/* Shortcodes */
/*---------------------------------------------------------*/
.mbt-taxonomy-listing .mbt-taxonomy {
clear: both;
font-family: Helvetica, sans-serif;
margin-bottom: 20px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title {
clear: none;
margin: 0 0 0 10px;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image {
float: left;
width: 25%;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image img {
width: 100%;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-description {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 5px 0px 0px 10px;
padding: 10px 15px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-right {
float: left;
width: 75%;
}
.mbt-taxonomy-list.bar {
border: 1px solid #DFDFDF;
background-color: #F9F9F9;
border-radius: 5px;
color: #333;
margin: 10px 0px;
}
.mbt-taxonomy-list.bar li {
float: left;
list-style: none;
padding: 4px 7px;
margin: 0px;
background: none;
}
/*---------------------------------------------------------*/
/* Misc Fixes */
/*---------------------------------------------------------*/
body.mybooktable .post-meta,
body.mybooktable .post-info,
body.mybooktable .post-meta {
display: none;
}
body.mybooktable .entry-meta,
body.mybooktable .entry-info,
body.mybooktable .entry-meta {
display: none;
}
/*---------------------------------------------------------*/
/* Shadow Box Styles */
/*---------------------------------------------------------*/
.mbt-shadowbox-inline,
.mbt-shadowbox-iframe {
cursor: pointer;
}
.mbt-shadowbox .mbt-shadowbox-title {
font-size: 16px;
font-weight: bold;
color: #484949;
text-align: center;
background: #C0C0C0;
padding: 12px 0px;
}
.mbt-buybuttons-shadowbox .mbt-book {
display: block;
clear: none;
padding: 0;
margin: 0 170px 0 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
margin: 0;
float: left;
padding: 5px 20px 15px 20px;
box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
width: 150px;
padding: 10px;
float: right;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore {
font-size: 13px;
background: #C0C0C0;
margin: 0;
padding: 15px 20px;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore input {
padding: 4px 6px;
margin: 3px;
vertical-align: baseline;
width: auto;
}
@media only screen and (max-width: 660px) {
.mbt-buybuttons-shadowbox {
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book {
margin: 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
box-sizing: border-box !important;
padding: 5px 15px 15px 15px;
width: 100% !important;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybuttons-textonly {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
box-sizing: border-box !important;
padding: 15px;
width: 50% !important;
float: none;
}
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; outline: none; border: none; box-shadow: none;}
#cboxWrapper {max-width:none; background: white; border: 4px solid #525252;}
#cboxOverlay{position:fixed; width:100%; height:100%; background: rgba(0,0,0,0.5);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#cboxWrapper, #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxClose{
display: inline-block;
background: url('../images/close.png') no-repeat;
width:27px;
height:27px;
vertical-align: bottom;
position: absolute;
right: -13px;
top: -13px;
padding: 0;
margin: 0;
color: transparent;
font-size: 0;
border: 0;
outline: none;
box-shadow: none;
} | public/css/frontend-style6173.css |
.mbt-book {
clear: both;
padding-bottom: 10px;
font-family: Helvetica, sans-serif
}
.mbt-book .mbt-affiliate-disclaimer,
.mbt-book .mbt-affiliate-disclaimer a {
color: gray;
font-size: 10px;
font-style: italic;
}
.mbt-book .mbt-affiliate-disclaimer {
padding: 10px 0px;
clear: both;
}
.mbt-book a.mbt-book-anchor {
display: block;
position: absolute; /* This is nessesary or else the element shows up as 1px high, for some reason */
}
/*---------------------------------------------------------*/
/* Breadcrumbs */
/*---------------------------------------------------------*/
.mbt-breadcrumbs {
padding: 0px 0px 10px 0px;
color: #666;
font-family: Helvetica, sans-serif;
}
.mbt-breadcrumbs a {
color: #666;
text-decoration: none;
border: none;
}
.mbt-breadcrumbs a:hover {
color: #333;
text-decoration: underline;
border: none;
}
/*---------------------------------------------------------*/
/* Book Images */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-images {
float: left;
width: 25%;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-right {
float: left;
width: 75%;
}
.mbt-book .mbt-book-images.mbt-book-images-small {
width: 15%;
}
.mbt-book .mbt-book-images.mbt-book-images-small + .mbt-book-right {
width: 85%;
}
.mbt-book .mbt-book-images.mbt-book-images-large {
width: 35%;
}
.mbt-book .mbt-book-images.mbt-book-images-large + .mbt-book-right {
width: 65%;
}
@media (max-width: 500px) {
.mbt-book .mbt-book-images {
float: none;
width: auto;
text-align: center;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 80%;
}
.mbt-book .mbt-book-right {
float: none;
width: auto;
margin-left: 0;
}
}
/*---------------------------------------------------------*/
/* Book Title */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-title {
clear: none;
margin: 0;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-book .mbt-book-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}
/*---------------------------------------------------------*/
/* Book Price */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-price {
font-size: 16px;
font-weight: bold;
color: #484949;
}
.mbt-book .mbt-book-price .mbt-old-price {
text-decoration: line-through;
color: #AEAEAE;
margin-right: 10px;
}
.mbt-book .mbt-book-price .mbt-new-price {
color: #484949;
}
.mbt-book .mbt-book-price .mbt-alt-price {
display: block;
font-size: 12px;
line-height: 1;
margin-top: 5px;
}
/*---------------------------------------------------------*/
/* Book Meta */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-meta {
font-size: 14px;
line-height: 1.5;
}
.mbt-book .mbt-book-meta .mbt-meta-title {
font-weight: bold;
}
.mbt-book .mbt-book-meta a {
font-weight: 600;
}
.mbt-book .mbt-book-meta .mbt-star-rating {
display: inline-block;
}
.mbt-book .mbt-book-meta .mbt-star-rating .mbt-star {
float: left;
width: 17px;
height: 15px;
text-indent: -999em;
display: block;
background: transparent;
overflow: hidden;
background: url('../images/star.gif') no-repeat 0 0px;
}
.mbt-book .mbt-book-meta .mbt-star-rating .mbt-star.mbt-star-filled {
background-position: 0 -32px;
}
/*---------------------------------------------------------*/
/* Book Samples */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-sample {
margin-top: 10px;
}
.mbt-book .mbt-book-sample a {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top, #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom, #36738d 0%,#2f5a79 100%);
-webkit-box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0;
padding: 6px 15px;
min-width: 70px;
}
/*---------------------------------------------------------*/
/* Buy Buttons */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
width: auto;
float: left;
clear: none;
padding: 5px 10px 0px 0px;
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton a {
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
opacity: 1;
}
.mbt-book .mbt-book-buybuttons-textonly {
clear: both;
padding: 15px 0px 0px 0px;
}
.mbt-book .mbt-book-buybuttons-textonly h3 {
margin: 0px;
padding: 0px;
}
.mbt-book .mbt-book-buybuttons-textonly ul {
list-style-position: inside;
list-style-type: disc;
margin: 5px 0 5px 0;
padding: 0 0 0 10px
}
.mbt-book .mbt-book-buybuttons-textonly ul li {
list-style-position: inside;
list-style-type: disc;
background: none;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-buybuttons-textonly ul li a {
vertical-align: middle;
font-size: 15px;
line-height: 15px;
}
/*---------------------------------------------------------*/
/* Book Video Sample */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-video-sample {
text-align: center;
width: 100%;
overflow: hidden;
}
.mbt-book .mbt-book-video-sample iframe {
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-video-sample .jetpack-video-wrapper {
margin: 0;
}
.mbt-book .mbt-book-video-sample .jetpack-video-wrapper .youtube-player {
display: inline-block !important;
}
/*---------------------------------------------------------*/
/* Find Bookstore Form Styling */
/*---------------------------------------------------------*/
.mbt-book .mbt-find-bookstore {
text-align: center;
}
.mbt-book .mbt-find-bookstore input[type="email"],
.mbt-book .mbt-find-bookstore input[type="text"] {
width: auto;
font-size: 1em;
font-weight: normal;
padding: 0.4em 0.5em;
line-height: 1.42857;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mbt-book .mbt-find-bookstore input[type="submit"] {
font-size: 1em;
padding: 0.4em 0.8em;
line-height: 1.42857;
font-weight: normal;
color: #7c7c7c;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
outline: none;
}
.mbt-book .mbt-find-bookstore input[type="submit"]:hover{
color: #5e5e5e;
background-color: #ebebeb;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.mbt-book .mbt-find-bookstore input[type="submit"]:active {
color: #757575;
background-color: #e1e1e1;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
border-color: transparent;
}
/*---------------------------------------------------------*/
/* Endorsements */
/*---------------------------------------------------------*/
.mbt-book-endorsements {
padding-top: 15px;
}
.mbt-book-endorsements .mbt-endorsement {
padding: 20px 0 0;
clear: both;
}
.mbt-book-endorsements .mbt-endorsement:first-of-type {
padding-top: 0;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image {
width: 17%;
padding: 0 2.5%;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image img {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-content {
padding: 0.7em 2.5% 0;
line-height: 1.7;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image+.mbt-endorsement-content {
width: 73%;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-name {
padding-top: 0.7em;
line-height: 1;
opacity: 0.8;
text-align: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image {
float: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image+.mbt-endorsement-content {
float: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image+.mbt-endorsement-content .mbt-endorsement-name {
text-align: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image {
float: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image+.mbt-endorsement-content {
float: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image+.mbt-endorsement-content .mbt-endorsement-name {
text-align: right;
}
/*---------------------------------------------------------*/
/* Book Club Resources */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-bookclub-resources .mbt-book-bookclub-video {
text-align: center;
margin-bottom: 20px;
}
.mbt-book .mbt-book-bookclub-resources ul {
list-style: inside disc;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-bookclub-resources ul li {
padding: 0;
margin: 0 0 5px 0;
}
/*---------------------------------------------------------*/
/* Book Social Media */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-socialmedia-bar {
clear: both;
padding-top: 10px;
}
.mbt-book .mbt-book-socialmedia-badges {
float: right;
padding-left: 5px;
}
/*
* Buttons
*/
.mbt-book .mbt-book-socialmedia-buttons {
text-align: center;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button {
padding: 10px 30px 10px 65px;
font-size: 20px;
line-height: 1.7;
color: white;
text-decoration: none;
display: inline-block;
margin: 0 15px 15px;
background-repeat: no-repeat;
background-position: 20px 10px;
cursor: pointer;
border: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:hover {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:active {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:visited {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-facebook {
background-color: #4861a3;
background-image: url('../images/facebook.png');
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-twitter {
background-color: #00acee;
background-image: url('../images/twitter.png');
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-googleplus {
background-color: #d8420e;
background-image: url('../images/googleplus.png');
}
/*---------------------------------------------------------*/
/* Book Series */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-series .mbt-series-book {
display: inline-block;
padding: 10px;
margin: 0px;
text-align: center;
float: left;
clear: none;
border: none;
height: 175px;
width: 120px;
overflow: hidden;
box-sizing: content-box;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title {
font-size: 14px;
font-weight: bold;
clear: both;
padding: 0px;
margin: 0px;
width: 120px;
height: 55px;
overflow: hidden;
color: inherit;
line-height: 1.3;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title a {
font-size: 14px;
font-weight: bold;
color: inherit;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title a:hover {
font-size: 14px;
font-weight: bold;
color: inherit;
text-decoration: underline;
border: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images {
margin: 10px;
width: 100px;
height: 100px;
display: table;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images a {
display: table-cell;
vertical-align: middle;
border: none;
outline: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images a img {
max-width: 100px;
max-height: 100px;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
outline: none;
display: inline-block;
}
/*---------------------------------------------------------*/
/* Amazon Kindle Instant Preview */
/*---------------------------------------------------------*/
.mbt-book .mbt_kindle_instant_preview {
width: 100%;
height: 550px;
padding: 0;
margin: 0;
}
/*---------------------------------------------------------*/
/* Goodreads Reviews */
/*---------------------------------------------------------*/
.mbt-book #goodreads-widget {
font-family: georgia, serif;
background-color: white;
margin-top: 30px;
padding: 20px;
clear: both;
}
.mbt-book #goodreads-widget h1 {
font-weight:normal;
font-size: 16px;
border-bottom: 1px solid #BBB596;
margin-bottom: 0;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a {
text-decoration: none;
border: none;
color:#660;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a:hover { text-decoration: underline; }
.mbt-book #goodreads-widget a:active {
color:#660;
}
.mbt-book #gr_footer {
width: 100%;
border-top: 1px solid #BBB596;
text-align: right;
}
.mbt-book #goodreads-widget .gr_branding{
color: #382110;
font-size: 11px;
text-decoration: none;
font-family: verdana, arial, helvetica, sans-serif;
}
.mbt-book #goodreads-widget iframe {
width: 100%;
}
/*---------------------------------------------------------*/
/* About the Author */
/*---------------------------------------------------------*/
.mbt-book .mbt-book-about-author .mbt-book-about-author-image {
float: left;
width: 30%;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-image img {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-right {
float: left;
padding-left: 5%;
width: 65%;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-name {
font-size: 1.5em;
line-height: 1;
padding-bottom: 0.5em;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-desc p {
line-height: 1.7em;
padding: 0;
margin-bottom: 0.9em;
}
/*---------------------------------------------------------*/
/* Button Styling */
/*---------------------------------------------------------*/
.mbt-book .mbt-primary-button {
border: none;
box-shadow: none;
outline: none;
display: inline-block;
font-size: 18px;
text-align: center;
color: white;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: bold;
text-decoration: none;
font-style: normal;
text-transform: uppercase;
padding: 10px 40px;
border-radius: 10px;
margin: 15px;
margin-top: 22px;
line-height: 1.2;
border-bottom: 5px inset rgba(0,0,0,0.3);
background-color: #64ACF3;
}
.mbt-book .mbt-primary-button:hover {
border-bottom: 5px inset rgba(0,0,0,0.15);
}
/*---------------------------------------------------------*/
/* Storefront Page Mode Styling */
/*---------------------------------------------------------*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section {
display: block;
clear: both;
float: none;
margin: 20px 0 0 0;
width: 100%;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section:first-of-type {
margin: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section-title {
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 0;
padding-bottom: 15px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
/*
* Book Overview
*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-overview-section {
border-top: 1px solid #E0E2E2;
padding-top: 20px;
margin-top: 25px;
font-size: 14px;
line-height: 21px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-overview-section .mbt-book-section-title {
margin: 0;
padding: 0;
padding-bottom: 15px;
font-size: 25px;
font-weight: normal;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
/*
* Book Blurb
*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
}
/*
* Misc
*/
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section {
font-size: 13px;
background: #F8F8F8;
border: 1px solid #E1E3E3;
border-radius: 2px;
box-sizing: border-box;
padding: 15px 20px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section * {
box-sizing: content-box;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section .mbt-book-section-title {
font-size: 16px;
font-weight: bold;
color: #484949;
padding-bottom: 10px;
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-kindle-instant-preview-section .mbt-book-section-title {
text-align: center;
font-style: italic;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-title {
margin: 0 0 0 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-price {
margin: 10px 0px 10px 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-meta {
margin-left: 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}
/*---------------------------------------------------------*/
/* Single Column Page Mode Styling */
/*---------------------------------------------------------*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section {
display: block;
clear: both;
float: none;
margin: 30px 0 0 0;
border: none;
border-top: 1px solid #E0E2E2;
padding: 20px 0 0 0;
width: 100%;
font-size: 16px;
line-height: 1;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section:first-of-type {
border: none;
margin: 0;
padding: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section-title {
font-size: 30px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 15px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
/*
* Purchase Section
*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-purchase {
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-buybuttons {
margin: 0 30px;
display: inline-block;
}
/*
* Overview Section
*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview p {
line-height: 1.7em;
padding: 0;
margin: 0;
margin-bottom: 0.9em;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview p:last-child {
margin-bottom: 0px;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview ul li {
list-style-type: disc;
list-style-position: inside;
padding: 0;
margin: 0 0 0.7em 0;
}
/*
* Misc
*/
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-title {
margin: 0;
padding-bottom: 30px;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-right {
text-align: center;
}
@media (min-width: 500px) {
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images {
width: 35%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images + .mbt-book-right {
width: 65%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-small {
width: 25%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-small + .mbt-book-right {
width: 75%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-large {
width: 45%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-large + .mbt-book-right {
width: 55%;
}
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-teaser {
margin: 0 0 20px 30px;
padding: 0;
font-size: 20px;
font-weight: bold;
text-align: left;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-blurb {
background: none;
border: none;
padding: 0;
margin: 0 0 0 30px;
font-size: 18px;
text-align: left;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-meta {
font-size: 16px;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-sample:first-child {
margin-top: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-sample {
text-align: center;
}
/*---------------------------------------------------------*/
/* Book Excerpt Styling */
/*---------------------------------------------------------*/
.mbt-book.mbt-book-excerpt .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
}
.mbt-book.mbt-book-excerpt .mbt-book-blurb a {
color: #484949;
font-weight: 600;
text-decoration: none;
}
.mbt-book.mbt-book-excerpt .mbt-book-blurb a:hover {
text-decoration: underline;
}
.mbt-book.mbt-book-excerpt .mbt-book-title {
margin: 0 0 0 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-price {
margin: 10px 0px 10px 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-meta {
margin-left: 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}
/*---------------------------------------------------------*/
/* Book Archive Styling */
/*---------------------------------------------------------*/
.mbt-book-archive-header .mbt-book-archive-image {
float: left;
width: 15%;
padding: 0 24px 25px 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
margin: 0;
}
.mbt-book-archive-header .mbt-book-archive-title {
clear: none;
width: 75%;
float: left;
padding: 0px 0px 15px 0px;
margin: 0px;
background: transparent;
color: #484949;
font-size: 30px;
font-weight: normal;
line-height: 1.3;
}
.mbt-book-archive-header .mbt-book-archive-description {
clear: none;
width: 75%;
float: left;
font-size: 14px;
line-height: 1.5;
padding: 0px 0px 25px 0px;
position: relative;
}
.mbt-book-archive {
clear: both;
}
.mbt-book-archive .mbt-book-archive-books:after {
content: "";
display: table;
clear: both;
}
.mbt-book-archive .mbt-book {
margin-bottom: 40px;
border-bottom: 1px solid #E0E2E2;
}
.mbt-book-archive-pagination {
clear: both;
text-align: center;
}
.mbt-book-archive-pagination a,
.mbt-book-archive-pagination a:link,
.mbt-book-archive-pagination a:visited,
.mbt-book-archive-pagination a:hover {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top, #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top, #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom, #36738d 0%,#2f5a79 100%);
-webkit-box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination a:hover {
text-decoration: underline;
}
.mbt-book-archive-pagination span {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: #214756;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-next {
margin-left: 5px;
padding: 6px 15px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-previous {
margin-right: 10px;
padding: 6px 15px;
}
@media only screen and (max-width: 600px) {
.mbt-book .mbt-book-images {
float: none;
margin: auto;
margin-bottom: 15px;
width: 40%;
}
.mbt-book .mbt-book-right {
float: none;
width: 100% !important;
box-sizing: border-box;
}
}
/*---------------------------------------------------------*/
/* Widget Styling */
/*---------------------------------------------------------*/
.mbt-featured-book-widget {
padding: 6px;
padding-bottom: 0px;
text-align: center;
}
.mbt-featured-book-widget .mbt-featured-book-widget-book {
padding-bottom: 30px;
}
.mbt-featured-book-widget .mbt-book-title {
margin: 0 5px 15px 0;
text-align: center;
}
.mbt-featured-book-widget .mbt-book-title a {
color: inherit;
text-decoration: none;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-title a:hover {
color: inherit;
text-decoration: underline;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-images {
padding-bottom: 10px;
}
.mbt-featured-book-widget .mbt-book-images a {
border: none;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image {
width: 60%;
margin: 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.medium {
width: 45%;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.small {
width: 30%;
}
.mbt-featured-book-widget .mbt-book-blurb {
font-size: 14px;
text-align: left;
margin: 0;
padding: 0 0 10px 0;
background: none;
border: none;
}
.mbt-featured-book-widget .mbt-book-blurb .mbt-read-more {
display: block;
padding-top: 10px;
text-align: right;
}
.mbt-featured-book-widget .mbt-book-buybuttons {
display: inline-block;
text-align: center;
padding: 0;
margin: 0;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton {
width: auto;
float: none;
clear: both;
display: inline-block;
padding: 5px 10px 0px 0px;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
}
/*---------------------------------------------------------*/
/* Shortcodes */
/*---------------------------------------------------------*/
.mbt-taxonomy-listing .mbt-taxonomy {
clear: both;
font-family: Helvetica, sans-serif;
margin-bottom: 20px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title {
clear: none;
margin: 0 0 0 10px;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image {
float: left;
width: 25%;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image img {
width: 100%;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-description {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 5px 0px 0px 10px;
padding: 10px 15px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-right {
float: left;
width: 75%;
}
.mbt-taxonomy-list.bar {
border: 1px solid #DFDFDF;
background-color: #F9F9F9;
border-radius: 5px;
color: #333;
margin: 10px 0px;
}
.mbt-taxonomy-list.bar li {
float: left;
list-style: none;
padding: 4px 7px;
margin: 0px;
background: none;
}
/*---------------------------------------------------------*/
/* Misc Fixes */
/*---------------------------------------------------------*/
body.mybooktable .post-meta,
body.mybooktable .post-info,
body.mybooktable .post-meta {
display: none;
}
body.mybooktable .entry-meta,
body.mybooktable .entry-info,
body.mybooktable .entry-meta {
display: none;
}
/*---------------------------------------------------------*/
/* Shadow Box Styles */
/*---------------------------------------------------------*/
.mbt-shadowbox-inline,
.mbt-shadowbox-iframe {
cursor: pointer;
}
.mbt-shadowbox .mbt-shadowbox-title {
font-size: 16px;
font-weight: bold;
color: #484949;
text-align: center;
background: #C0C0C0;
padding: 12px 0px;
}
.mbt-buybuttons-shadowbox .mbt-book {
display: block;
clear: none;
padding: 0;
margin: 0 170px 0 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
margin: 0;
float: left;
padding: 5px 20px 15px 20px;
box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
width: 150px;
padding: 10px;
float: right;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore {
font-size: 13px;
background: #C0C0C0;
margin: 0;
padding: 15px 20px;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore input {
padding: 4px 6px;
margin: 3px;
vertical-align: baseline;
width: auto;
}
@media only screen and (max-width: 660px) {
.mbt-buybuttons-shadowbox {
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book {
margin: 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
box-sizing: border-box !important;
padding: 5px 15px 15px 15px;
width: 100% !important;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybuttons-textonly {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
box-sizing: border-box !important;
padding: 15px;
width: 50% !important;
float: none;
}
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; outline: none; border: none; box-shadow: none;}
#cboxWrapper {max-width:none; background: white; border: 4px solid #525252;}
#cboxOverlay{position:fixed; width:100%; height:100%; background: rgba(0,0,0,0.5);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#cboxWrapper, #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxClose{
display: inline-block;
background: url('../images/close.png') no-repeat;
width:27px;
height:27px;
vertical-align: bottom;
position: absolute;
right: -13px;
top: -13px;
padding: 0;
margin: 0;
color: transparent;
font-size: 0;
border: 0;
outline: none;
box-shadow: none;
} | 0.249722 | 0.129238 |
.nav{
background-color:rgb(1, 0, 0);
color:white;
display: flex;
flex-wrap: wrap;
height:auto;
justify-content: flex-start;
/* flex-wrap:wrap-reverse; */
font-family: 'Hammersmith One', sans-serif;
}
img {
width: 60px ;
height: 60px;
object-fit: contain;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0px;
}
.heading{
letter-spacing: 5px;
font-size:25px;
font-weight:1000;
text-transform: capitalize;
font-family: 'Raleway', sans-serif;
margin-right: auto;
}
.loginbut{
font-size:20px;
font-weight:400;
color:rgb(223, 14, 212);
margin-left:auto
}
/* this is for dropdown bar */
.dropbtn {
color: white;
padding: 12px;
font-size: 16px;
border: none;
}
.dropdown {
margin-left:auto;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 60px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 10px 10px;
font-size:12px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.for-form{
border-bottom:2px solid black;
}
.menu{
margin-left:auto;
flex-wrap: inherit;
-webkit-flex-shrink: 1;
flex-shrink: 1;
}
@media only screen and (max-width: 600px) {
.menu{
margin-left:auto;
flex-wrap: inherit;
word-break: break-all;}
}
.iconimage{
display: block;
}
.imagespan{
display:inline-block;
}
.textspan{
display: inline-block;
width: 71.047;
padding-left:40px;
}
.icontext{
/* display:inline-block;
vertical-align: middle; */
float:right;
font-family: 'OpenSans',sans-serif;
font-size: 15px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
.menubtn1{
margin-left:auto;
flex-wrap: inherit;
/* -webkit-flex-shrink: 4;
flex-shrink: 4; */
}
.menubtn:hover{
color: orchid;
transition: width 0.2s ease;
}
.menubtn1:hover{
color: orchid;
transition: width 0.2s ease;
} | static/src/app/navbarlogout/navbarlogout.component.css | .nav{
background-color:rgb(1, 0, 0);
color:white;
display: flex;
flex-wrap: wrap;
height:auto;
justify-content: flex-start;
/* flex-wrap:wrap-reverse; */
font-family: 'Hammersmith One', sans-serif;
}
img {
width: 60px ;
height: 60px;
object-fit: contain;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0px;
}
.heading{
letter-spacing: 5px;
font-size:25px;
font-weight:1000;
text-transform: capitalize;
font-family: 'Raleway', sans-serif;
margin-right: auto;
}
.loginbut{
font-size:20px;
font-weight:400;
color:rgb(223, 14, 212);
margin-left:auto
}
/* this is for dropdown bar */
.dropbtn {
color: white;
padding: 12px;
font-size: 16px;
border: none;
}
.dropdown {
margin-left:auto;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 60px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 10px 10px;
font-size:12px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.for-form{
border-bottom:2px solid black;
}
.menu{
margin-left:auto;
flex-wrap: inherit;
-webkit-flex-shrink: 1;
flex-shrink: 1;
}
@media only screen and (max-width: 600px) {
.menu{
margin-left:auto;
flex-wrap: inherit;
word-break: break-all;}
}
.iconimage{
display: block;
}
.imagespan{
display:inline-block;
}
.textspan{
display: inline-block;
width: 71.047;
padding-left:40px;
}
.icontext{
/* display:inline-block;
vertical-align: middle; */
float:right;
font-family: 'OpenSans',sans-serif;
font-size: 15px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
.menubtn1{
margin-left:auto;
flex-wrap: inherit;
/* -webkit-flex-shrink: 4;
flex-shrink: 4; */
}
.menubtn:hover{
color: orchid;
transition: width 0.2s ease;
}
.menubtn1:hover{
color: orchid;
transition: width 0.2s ease;
} | 0.308398 | 0.065755 |
.title {
font-family: "Montserrat";
font-size: 2.3vw;
font-weight: 700;
}
.dates {
font-family: "Lato";
font-weight: 300;
font-size: 2.3vw;
}
.row {
margin: 0;
}
.container {
width: 100%;
}
.skills-tab h5 {
font-family: "Lato";
color: #ecf0f1;
letter-spacing: 1px;
}
.skills-tab h6 {
font-family: "Lato";
font-weight: 300;
color: #ecf0f1;
text-align: left;
padding-left: 5%;
letter-spacing: 1px;
}
.skill {
height: 7px;
width: 90%;
margin: auto;
background: rgb(236,240,241); /* Old browsers */
border-color: rgba(236, 240, 241, .2);
border-width: 1px 0;
border-style: none;
}
.skill-1 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(99,102,106,1) 20%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(99,102,106,1) 20%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(99,102,106,1) 20%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-2 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 20%, rgba(99,102,106,1) 40%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 20%,rgba(99,102,106,1) 40%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 20%,rgba(99,102,106,1) 40%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-3 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 40%, rgba(99,102,106,1) 60%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 40%,rgba(99,102,106,1) 60%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 40%,rgba(99,102,106,1) 60%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-4 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 60%, rgba(99,102,106,1) 80%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 60%,rgba(99,102,106,1) 80%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 60%,rgba(99,102,106,1) 80%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-5 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 80%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 80%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 80%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
section {
background-attachment: scroll;
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
padding: 10% 0;
}
#blend {
background-image: url(../img/experience/blend.jpg);
color: #211e16;
}
#blend:hover {
background-image: url(../img/experience/blendcolor.jpg);
color: #211e16;
}
#d21 {
background-image: url(../img/experience/d21.jpg);
color: #ecf0f1;
}
#d21:hover {
background-image: url(../img/experience/d21color.jpg);
color: #ecf0f1;
}
#nearpod {
background-image: url(../img/experience/nearpod.jpg);
color: #211e16;
}
#nearpod:hover {
background-image: url(../img/experience/nearpodcolor.jpg);
color: #211e16;
}
#kairos {
background-image: url(../img/experience/kairos.jpg);
color: #ecf0f1;
}
#kairos:hover {
background-image: url(../img/experience/kairoscolor.jpg);
color: #ecf0f1;
}
#treehacks {
background-image: url(../img/experience/treehacks.jpg);
color: #211e16;
}
#treehacks:hover {
background-image: url(../img/experience/treehackscolor.jpg);
color: #211e16;
}
#janestreet {
background-image: url(../img/experience/janestreet.jpg);
color: #ecf0f1;
}
#janestreet:hover {
background-image: url(../img/experience/janestreetcolor.jpg);
color: #ecf0f1;
}
#bloomberg {
background-image: url(../img/experience/bloomberg.jpg);
color: #211e16;
}
#bloomberg:hover {
background-image: url(../img/experience/bloombergcolor.jpg);
color: #211e16;
}
#stanford2025 {
background-image: url(../img/experience/stanford2025.jpg);
color: #ecf0f1;
}
#stanford2025:hover {
background-image: url(../img/experience/stanford2025color.jpg);
color: #ecf0f1;
}
#stanford {
background-image: url(../img/experience/stanford.jpg);
color: #211e16;
}
#stanford:hover {
background-image: url(../img/experience/stanfordcolor.jpg);
color: #211e16;
}
#waterresearch {
background-image: url(../img/experience/waterresearch.jpg);
color: #ecf0f1;
}
#waterresearch:hover {
background-image: url(../img/experience/waterresearchcolor.jpg);
color: #ecf0f1;
} | css/experience.css | .title {
font-family: "Montserrat";
font-size: 2.3vw;
font-weight: 700;
}
.dates {
font-family: "Lato";
font-weight: 300;
font-size: 2.3vw;
}
.row {
margin: 0;
}
.container {
width: 100%;
}
.skills-tab h5 {
font-family: "Lato";
color: #ecf0f1;
letter-spacing: 1px;
}
.skills-tab h6 {
font-family: "Lato";
font-weight: 300;
color: #ecf0f1;
text-align: left;
padding-left: 5%;
letter-spacing: 1px;
}
.skill {
height: 7px;
width: 90%;
margin: auto;
background: rgb(236,240,241); /* Old browsers */
border-color: rgba(236, 240, 241, .2);
border-width: 1px 0;
border-style: none;
}
.skill-1 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(99,102,106,1) 20%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(99,102,106,1) 20%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(99,102,106,1) 20%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-2 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 20%, rgba(99,102,106,1) 40%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 20%,rgba(99,102,106,1) 40%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 20%,rgba(99,102,106,1) 40%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-3 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 40%, rgba(99,102,106,1) 60%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 40%,rgba(99,102,106,1) 60%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 40%,rgba(99,102,106,1) 60%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-4 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 60%, rgba(99,102,106,1) 80%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 60%,rgba(99,102,106,1) 80%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 60%,rgba(99,102,106,1) 80%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
.skill-5 {
background: -moz-linear-gradient(left, rgba(236,240,241,1) 0%, rgba(236,240,241,1) 80%, rgba(99,102,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 80%,rgba(99,102,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(236,240,241,1) 0%,rgba(236,240,241,1) 80%,rgba(99,102,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#63666a',GradientType=1 ); /* IE6-9 */
}
section {
background-attachment: scroll;
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
padding: 10% 0;
}
#blend {
background-image: url(../img/experience/blend.jpg);
color: #211e16;
}
#blend:hover {
background-image: url(../img/experience/blendcolor.jpg);
color: #211e16;
}
#d21 {
background-image: url(../img/experience/d21.jpg);
color: #ecf0f1;
}
#d21:hover {
background-image: url(../img/experience/d21color.jpg);
color: #ecf0f1;
}
#nearpod {
background-image: url(../img/experience/nearpod.jpg);
color: #211e16;
}
#nearpod:hover {
background-image: url(../img/experience/nearpodcolor.jpg);
color: #211e16;
}
#kairos {
background-image: url(../img/experience/kairos.jpg);
color: #ecf0f1;
}
#kairos:hover {
background-image: url(../img/experience/kairoscolor.jpg);
color: #ecf0f1;
}
#treehacks {
background-image: url(../img/experience/treehacks.jpg);
color: #211e16;
}
#treehacks:hover {
background-image: url(../img/experience/treehackscolor.jpg);
color: #211e16;
}
#janestreet {
background-image: url(../img/experience/janestreet.jpg);
color: #ecf0f1;
}
#janestreet:hover {
background-image: url(../img/experience/janestreetcolor.jpg);
color: #ecf0f1;
}
#bloomberg {
background-image: url(../img/experience/bloomberg.jpg);
color: #211e16;
}
#bloomberg:hover {
background-image: url(../img/experience/bloombergcolor.jpg);
color: #211e16;
}
#stanford2025 {
background-image: url(../img/experience/stanford2025.jpg);
color: #ecf0f1;
}
#stanford2025:hover {
background-image: url(../img/experience/stanford2025color.jpg);
color: #ecf0f1;
}
#stanford {
background-image: url(../img/experience/stanford.jpg);
color: #211e16;
}
#stanford:hover {
background-image: url(../img/experience/stanfordcolor.jpg);
color: #211e16;
}
#waterresearch {
background-image: url(../img/experience/waterresearch.jpg);
color: #ecf0f1;
}
#waterresearch:hover {
background-image: url(../img/experience/waterresearchcolor.jpg);
color: #ecf0f1;
} | 0.262747 | 0.114666 |
* {
margin: 0;
padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
font-family: "PingFang SC";
}
ul li {
list-style: none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
a {
text-decoration: none;
}
.line {
height: .2rem;
background: #eee;
}
.load {
height: 1.46rem;
background: #eee;
margin-bottom: 1.1rem;
}
.load .span-c3 {
font-size: 0;
text-align: center;
margin: 0 auto;
}
.load .span-c3 span {
display: inline-block;
width: .3rem;
height: .3rem;
border-radius: 50%;
margin-top: .3rem;
}
.load .span-c3 span:nth-child(1) {
background: #ffcc41;
}
.load .span-c3 span:nth-child(2) {
background: #fff;
}
.load p {
font-size: .24rem;
text-align: center;
color: #999;
padding-top: 0.2rem;
}
.span-c3 span:nth-child(1) {
animation: loader1 1s linear infinite;
}
.span-c3 span:nth-child(2) {
animation: loader2 1s linear infinite;
}
@keyframes loader1 {
0% {
transform: translateX(0rem);
}
100% {
transform: translateX(0.4rem);
}
}
@keyframes loader2 {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-0.4rem);
}
}
body {
background: #eee;
}
.comment .comment-star {
width: 6.9rem;
margin: 0 auto;
box-sizing: border-box;
padding: 0 .3rem;
background: #fff;
height: .8rem;
line-height: .8rem;
display: flex;
border-radius: .04rem;
margin-top: .3rem;
}
.comment .comment-star .starLeft {
color: #333;
font-size: .28rem;
}
.comment .comment-star .starRight {
color: #666;
font-size: .24rem;
}
.comment .comment-star #star1 {
display: flex;
align-items: center;
font-size: 0;
width: 2.8rem !important;
margin-left: .4rem;
}
.comment .comment-star #star1 img {
width: .4rem;
height: .4rem;
margin-right: .12rem;
}
.comment .comment-fontBox {
width: 6.9rem;
height: 2.8rem;
margin: .3rem auto;
}
.comment .comment-fontBox textarea {
width: 6.9rem;
height: 2.8rem;
border: none;
outline: none;
box-sizing: border-box;
padding: .3rem;
line-height: .36rem;
letter-spacing: .01rem;
}
.comment .anonymousBox {
display: flex;
justify-content: space-between;
align-items: center;
font-size: .28rem;
width: 6.9rem;
height: .8rem;
background: #fff;
margin: 0 auto;
box-sizing: border-box;
padding: 0 .3rem;
}
.comment .upLoadImg {
background: #fff;
width: 6.9rem;
margin: .3rem auto;
}
.comment .upLoadImg .upLoadImg-tit {
width: 6.9rem;
height: .6rem;
font-size: .24rem;
color: #666;
line-height: .6rem;
box-sizing: border-box;
}
.comment .upLoadImg .upLoadImg-cont .upload-ul {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
}
.comment .upLoadImg .upLoadImg-cont .upload-ul li {
position: relative;
float: left;
display: inline-block;
width: 2.1rem;
height: 2.1rem;
margin: 0 .1rem .1rem;
padding: 0;
border: none;
cursor: pointer;
-moz-border-radius: .02rem;
-webkit-border-radius: .02rem;
border-radius: .02rem;
overflow: hidden;
}
.comment .upLoadImg .upLoadImg-cont .upload-pick {
background: url(../images/upload-bj.png) no-repeat;
background-size: 2.1rem 2.1rem;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-pick {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-container {
position: relative;
width: 100%;
height: 100%;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-container label {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-element-invisible {
opacity: 0;
width: 100%;
height: 100%;
clip: rect(0.01rem 0.01rem 0.01rem 0.01rem);
clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
}
.comment .upLoadImg .upLoadImg-cont .viewThumb {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: .03rem;
}
.comment .upLoadImg .upLoadImg-cont .viewThumb img {
width: 100%;
height: 100%;
}
.comment .upLoadImg .upLoadImg-cont .diyBar {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/bgblack.png);
z-index: 3;
}
.comment .upLoadImg .upLoadImg-cont .diyProgress {
position: absolute;
left: 0;
top: 33px;
width: 100%;
height: 24px;
line-height: 24px;
font-size: 14px;
text-align: center;
color: #FFF;
background: rgba(10, 168, 241, 0.7);
z-index: 3;
}
.comment .upLoadImg .upLoadImg-cont .diyControl {
position: absolute;
display: none;
left: 0;
bottom: 0;
width: 100%;
height: .24rem;
line-height: .24rem;
font-size: .14rem;
background: url(../images/bgblack.png);
background-size: .01rem .01rem;
z-index: 3;
}
.comment .upLoadImg .upLoadImg-cont .viewThumb:hover .diyControl {
display: block;
}
.comment .upLoadImg .upLoadImg-cont .diyControl span {
display: inline-block;
padding: .065rem .13rem;
width: .12rem;
height: .11rem;
}
.comment .upLoadImg .upLoadImg-cont .diyControl span i {
display: block;
width: .12rem;
height: .11rem;
opacity: .7;
}
.comment .upLoadImg .upLoadImg-cont .diyControl span i:hover {
opacity: 1;
cursor: pointer;
}
.comment .upLoadImg .upLoadImg-cont .diyLeft {
margin-left: .03rem;
}
.comment .upLoadImg .upLoadImg-cont .diyLeft {
margin-right: .03rem;
}
.comment .upLoadImg .upLoadImg-cont .diyLeft i {
margin-left: .03rem;
background: url(../images/upload-icon1.png) no-repeat 0 0;
background-size: contain;
}
.comment .upLoadImg .upLoadImg-cont .diyCancel i {
background: url(../images/upload-icon1.png) no-repeat 0 -0.11rem;
background-size: contain;
}
.comment .upLoadImg .upLoadImg-cont .diyRight i {
margin-right: .03rem;
background: url(../images/upload-icon1.png) no-repeat 0 -0.22rem;
background-size: contain;
}
.comment .upLoadImg .upLoadImg-cont .goods-edit .upload-tip {
font: 0.012rem/0.23rem "Microsoft YaHei";
color: #a3a3a3;
vertical-align: top;
}
.comment .submitBtn {
height: 1.2rem;
text-align: center;
}
.comment .submitBtn span {
width: 6rem;
display: inline-block;
margin-top: .2rem;
height: .8rem;
line-height: .8rem;
text-align: center;
font-size: .32rem;
color: #fff;
background-color: #2ac1a3;
border-radius: .04rem;
} | Public/Zyly/css/comment.css | * {
margin: 0;
padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
font-family: "PingFang SC";
}
ul li {
list-style: none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
a {
text-decoration: none;
}
.line {
height: .2rem;
background: #eee;
}
.load {
height: 1.46rem;
background: #eee;
margin-bottom: 1.1rem;
}
.load .span-c3 {
font-size: 0;
text-align: center;
margin: 0 auto;
}
.load .span-c3 span {
display: inline-block;
width: .3rem;
height: .3rem;
border-radius: 50%;
margin-top: .3rem;
}
.load .span-c3 span:nth-child(1) {
background: #ffcc41;
}
.load .span-c3 span:nth-child(2) {
background: #fff;
}
.load p {
font-size: .24rem;
text-align: center;
color: #999;
padding-top: 0.2rem;
}
.span-c3 span:nth-child(1) {
animation: loader1 1s linear infinite;
}
.span-c3 span:nth-child(2) {
animation: loader2 1s linear infinite;
}
@keyframes loader1 {
0% {
transform: translateX(0rem);
}
100% {
transform: translateX(0.4rem);
}
}
@keyframes loader2 {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-0.4rem);
}
}
body {
background: #eee;
}
.comment .comment-star {
width: 6.9rem;
margin: 0 auto;
box-sizing: border-box;
padding: 0 .3rem;
background: #fff;
height: .8rem;
line-height: .8rem;
display: flex;
border-radius: .04rem;
margin-top: .3rem;
}
.comment .comment-star .starLeft {
color: #333;
font-size: .28rem;
}
.comment .comment-star .starRight {
color: #666;
font-size: .24rem;
}
.comment .comment-star #star1 {
display: flex;
align-items: center;
font-size: 0;
width: 2.8rem !important;
margin-left: .4rem;
}
.comment .comment-star #star1 img {
width: .4rem;
height: .4rem;
margin-right: .12rem;
}
.comment .comment-fontBox {
width: 6.9rem;
height: 2.8rem;
margin: .3rem auto;
}
.comment .comment-fontBox textarea {
width: 6.9rem;
height: 2.8rem;
border: none;
outline: none;
box-sizing: border-box;
padding: .3rem;
line-height: .36rem;
letter-spacing: .01rem;
}
.comment .anonymousBox {
display: flex;
justify-content: space-between;
align-items: center;
font-size: .28rem;
width: 6.9rem;
height: .8rem;
background: #fff;
margin: 0 auto;
box-sizing: border-box;
padding: 0 .3rem;
}
.comment .upLoadImg {
background: #fff;
width: 6.9rem;
margin: .3rem auto;
}
.comment .upLoadImg .upLoadImg-tit {
width: 6.9rem;
height: .6rem;
font-size: .24rem;
color: #666;
line-height: .6rem;
box-sizing: border-box;
}
.comment .upLoadImg .upLoadImg-cont .upload-ul {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
}
.comment .upLoadImg .upLoadImg-cont .upload-ul li {
position: relative;
float: left;
display: inline-block;
width: 2.1rem;
height: 2.1rem;
margin: 0 .1rem .1rem;
padding: 0;
border: none;
cursor: pointer;
-moz-border-radius: .02rem;
-webkit-border-radius: .02rem;
border-radius: .02rem;
overflow: hidden;
}
.comment .upLoadImg .upLoadImg-cont .upload-pick {
background: url(../images/upload-bj.png) no-repeat;
background-size: 2.1rem 2.1rem;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-pick {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-container {
position: relative;
width: 100%;
height: 100%;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-container label {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.comment .upLoadImg .upLoadImg-cont .webuploader-element-invisible {
opacity: 0;
width: 100%;
height: 100%;
clip: rect(0.01rem 0.01rem 0.01rem 0.01rem);
clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
}
.comment .upLoadImg .upLoadImg-cont .viewThumb {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: .03rem;
}
.comment .upLoadImg .upLoadImg-cont .viewThumb img {
width: 100%;
height: 100%;
}
.comment .upLoadImg .upLoadImg-cont .diyBar {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/bgblack.png);
z-index: 3;
}
.comment .upLoadImg .upLoadImg-cont .diyProgress {
position: absolute;
left: 0;
top: 33px;
width: 100%;
height: 24px;
line-height: 24px;
font-size: 14px;
text-align: center;
color: #FFF;
background: rgba(10, 168, 241, 0.7);
z-index: 3;
}
.comment .upLoadImg .upLoadImg-cont .diyControl {
position: absolute;
display: none;
left: 0;
bottom: 0;
width: 100%;
height: .24rem;
line-height: .24rem;
font-size: .14rem;
background: url(../images/bgblack.png);
background-size: .01rem .01rem;
z-index: 3;
}
.comment .upLoadImg .upLoadImg-cont .viewThumb:hover .diyControl {
display: block;
}
.comment .upLoadImg .upLoadImg-cont .diyControl span {
display: inline-block;
padding: .065rem .13rem;
width: .12rem;
height: .11rem;
}
.comment .upLoadImg .upLoadImg-cont .diyControl span i {
display: block;
width: .12rem;
height: .11rem;
opacity: .7;
}
.comment .upLoadImg .upLoadImg-cont .diyControl span i:hover {
opacity: 1;
cursor: pointer;
}
.comment .upLoadImg .upLoadImg-cont .diyLeft {
margin-left: .03rem;
}
.comment .upLoadImg .upLoadImg-cont .diyLeft {
margin-right: .03rem;
}
.comment .upLoadImg .upLoadImg-cont .diyLeft i {
margin-left: .03rem;
background: url(../images/upload-icon1.png) no-repeat 0 0;
background-size: contain;
}
.comment .upLoadImg .upLoadImg-cont .diyCancel i {
background: url(../images/upload-icon1.png) no-repeat 0 -0.11rem;
background-size: contain;
}
.comment .upLoadImg .upLoadImg-cont .diyRight i {
margin-right: .03rem;
background: url(../images/upload-icon1.png) no-repeat 0 -0.22rem;
background-size: contain;
}
.comment .upLoadImg .upLoadImg-cont .goods-edit .upload-tip {
font: 0.012rem/0.23rem "Microsoft YaHei";
color: #a3a3a3;
vertical-align: top;
}
.comment .submitBtn {
height: 1.2rem;
text-align: center;
}
.comment .submitBtn span {
width: 6rem;
display: inline-block;
margin-top: .2rem;
height: .8rem;
line-height: .8rem;
text-align: center;
font-size: .32rem;
color: #fff;
background-color: #2ac1a3;
border-radius: .04rem;
} | 0.490968 | 0.064594 |
.column-container {
width: 100%;
padding: 0;
margin: 0;
}
.column-container.exp-page {
min-width: 980px;
width: expression(document.body.clientWidth < 980? "980px": "auto" );
}
.left-column {
float: left;
padding: 0;
margin: 0 0 20px 0;
display: inline;
width: 80%;
}
.right-column {
float: right;
width: 20%;
padding: 0;
margin: 0 0 20px 0;
display: inline;
}
/* Experiment chart */
.zoomin-btn {
cursor: pointer;
background: url(images/zoomin.gif) no-repeat;
width: 21px;
height: 21px;
}
.zoomout-btn {
cursor: pointer;
background: url(images/zoomout.gif) no-repeat;
width: 21px;
height: 23px;
}
.panright-btn {
cursor: pointer;
background: url(images/panright.gif) no-repeat;
width: 15px;
height: 34px;
}
.panleft-btn {
cursor: pointer;
background: url(images/panleft.gif) no-repeat;
width: 15px;
height: 34px;
}
.zoomin-btn.hovered {
background: url(images/zoominO.gif) no-repeat;
}
.zoomout-btn.hovered {
background: url(images/zoomoutO.gif) no-repeat;
}
.panright-btn.hovered {
background: url(images/panrightO.gif) no-repeat;
}
.panleft-btn.hovered {
background: url(images/panleftO.gif) no-repeat;
}
.zoomin-btn.clicked {
background: url(images/zoominC.gif) no-repeat;
}
.zoomout-btn.clicked {
background: url(images/zoomoutC.gif) no-repeat;
}
.panright-btn.clicked {
background: url(images/panrightC.gif) no-repeat;
}
.panleft-btn.clicked {
background: url(images/panleftC.gif) no-repeat;
}
.chartIcon.add-btn {
cursor: pointer;
background: url(images/chart_line_add.png) no-repeat;
display: inline-block;
width: 32px;
height: 32px;
}
.chartIcon.delete-btn {
cursor: pointer;
background: url(images/chart_line_delete.png) no-repeat;
display: inline-block;
width: 32px;
height: 32px;
}
/* Best design elements list */
.experiment-stats {
width: 100%;
}
.experiment-stats td {
padding-left: 5px;
padding-right: 5px;
}
/* bottom tabs for chart type selection */
.btabs {
width: 100%;
height: 20px;
border-top: 1px solid #006666;
padding-left: 5px;
background-color: #edf6f5;
}
.btabs ul {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
text-align: center;
}
.btabs ul li {
float: left;
border: 1px solid #006666;
border-top-width: 0;
margin: 0 0.2em 0 0;
color: #006666;
padding: 2px 5px;
cursor: pointer;
}
.btabs .sel {
position: relative;
top: -1px;
background: white;
} | atlas-web/src/main/webapp/experiment-view.css |
.column-container {
width: 100%;
padding: 0;
margin: 0;
}
.column-container.exp-page {
min-width: 980px;
width: expression(document.body.clientWidth < 980? "980px": "auto" );
}
.left-column {
float: left;
padding: 0;
margin: 0 0 20px 0;
display: inline;
width: 80%;
}
.right-column {
float: right;
width: 20%;
padding: 0;
margin: 0 0 20px 0;
display: inline;
}
/* Experiment chart */
.zoomin-btn {
cursor: pointer;
background: url(images/zoomin.gif) no-repeat;
width: 21px;
height: 21px;
}
.zoomout-btn {
cursor: pointer;
background: url(images/zoomout.gif) no-repeat;
width: 21px;
height: 23px;
}
.panright-btn {
cursor: pointer;
background: url(images/panright.gif) no-repeat;
width: 15px;
height: 34px;
}
.panleft-btn {
cursor: pointer;
background: url(images/panleft.gif) no-repeat;
width: 15px;
height: 34px;
}
.zoomin-btn.hovered {
background: url(images/zoominO.gif) no-repeat;
}
.zoomout-btn.hovered {
background: url(images/zoomoutO.gif) no-repeat;
}
.panright-btn.hovered {
background: url(images/panrightO.gif) no-repeat;
}
.panleft-btn.hovered {
background: url(images/panleftO.gif) no-repeat;
}
.zoomin-btn.clicked {
background: url(images/zoominC.gif) no-repeat;
}
.zoomout-btn.clicked {
background: url(images/zoomoutC.gif) no-repeat;
}
.panright-btn.clicked {
background: url(images/panrightC.gif) no-repeat;
}
.panleft-btn.clicked {
background: url(images/panleftC.gif) no-repeat;
}
.chartIcon.add-btn {
cursor: pointer;
background: url(images/chart_line_add.png) no-repeat;
display: inline-block;
width: 32px;
height: 32px;
}
.chartIcon.delete-btn {
cursor: pointer;
background: url(images/chart_line_delete.png) no-repeat;
display: inline-block;
width: 32px;
height: 32px;
}
/* Best design elements list */
.experiment-stats {
width: 100%;
}
.experiment-stats td {
padding-left: 5px;
padding-right: 5px;
}
/* bottom tabs for chart type selection */
.btabs {
width: 100%;
height: 20px;
border-top: 1px solid #006666;
padding-left: 5px;
background-color: #edf6f5;
}
.btabs ul {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
text-align: center;
}
.btabs ul li {
float: left;
border: 1px solid #006666;
border-top-width: 0;
margin: 0 0.2em 0 0;
color: #006666;
padding: 2px 5px;
cursor: pointer;
}
.btabs .sel {
position: relative;
top: -1px;
background: white;
} | 0.512205 | 0.151341 |
body {
font-family: 'Lato', sans-serif;
}
.light-weight {
font-weight: 300;
}
p.header-call-sub {
font-weight: 300;
font-size: 14px;
}
.toprow {
background-color: #13b1cd;
color: #ffffff;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
text-align: center;
height: 30px;
}
.toprow a {
color: white;
text-decoration: underline;
}
.toprow p {
margin-top: 3px;
}
#top-affix-banner {
background-color: white;
}
.misti-header > a {
letter-spacing: 1px;
color: #373946;
}
.misti-header p {
margin-top: 5px;
margin-left: 10px;
font-size: 13px;
}
.misti-header > a:hover,
.misti-header > a:focus {
text-decoration: none;
color: #13b1cd;
}
.header-outside-links {
/*margin-top: 20px; use when apply banner is up*/
margin-top: 30px;
}
.gsl-banner {
padding-top: 10px;
padding-bottom: 10px;
}
.banner-align-links {
padding-top: 14px;
}
.banner-align-mit {
padding-top: 17px;
}
.nav-pills > li > a {
color: #363945;
font-weight: bold;
font-size: 15px;
}
.nav-pills > li > .apply {
color: #13b1cd;
}
.navbar-gsl {
background-color: #373946;
border-color: #080808;
color: #eeeeee;
border-radius: 0px;
min-height: 20px;
}
.navbar-nav {
background-color: #373946;
border-radius: 5px;
font-size:16px;
}
.navbar {
margin-bottom: 0px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
text-decoration: none;
background-color: black;
}
.center-space > li > a {
padding-left: 30px;
padding-right: 30px;
}
.navbar-nav > li > a {
color: #eeeeee;
background-color: #373946; /* Old browsers */
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-right > li > a {
font-size: 16px;
font-weight: 400;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
background-color: #000000;
background-image: none;
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
ul.dropdown-menu {
background-color: #373946;
}
ul.dropdown-menu li.divider {
background-color: #777777;
}
ul.dropdown-menu li a {
color: #eeeeee;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
background-color: #000000;
color: #eeeeee;
}
li.dropdown.open > a,
li.dropdown.open > a:hover,
li.dropdown.open > a:focus {
background-color: #000000;
}
.header-call > a {
color: #373946;
text-decoration: none;
}
.header-call > a:hover,
.header-call > a:focus {
color: #13b1cd;
text-decoration: none;
background-color: black;
}
.header-call > a:hover > h3,
.header-call > a:focus > h3 {
color: #13b1cd;
}
.header-call > a:hover > p,
.header-call > a:focus > p
{
color: #373946;
}
.header-call h3 {
text-align: right;
margin-bottom: 3px;
margin-top: 10px;
}
.header-call p {
text-align: right;
}
.social-links > a {
color: #373946;
}
.social-links > a:hover,
.social-links > a:focus {
text-decoration: none;
color: #13b1cd;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Lato', sans-serif;
font-weight: 300;
line-height: 1.1;
color: inherit;
}
.page-title-box {
border-bottom: 1px solid #eee;
margin-bottom: 40px;
min-height: 150px;
}
.page-title {
text-align: center;
margin-top: 80px;
margin-bottom: 20px;
font-weight: 300;
}
.center { float: none; margin-left: auto; margin-right: auto; text-align: center;}
.big-desc {
font-size: 16px;
text-align: center;
line-height: 24px;
margin-bottom: 40px;
padding-right: 30px;
padding-left: 30px;
font-weight: 400;
}
#map-canvas-program {
height : 350px;
}
#map-canvas-programs {
height : 350px;
}
.footer-social {
background-color: #2f313e;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f313e), color-stop(3%, #585665), color-stop(97%, #585665), color-stop(100%, #2f313e));
background-image: -webkit-linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: -moz-linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: -o-linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
color: #fff;
min-height: 330px;
padding-bottom: 25px;
margin-top: 50px;
}
.footer-social {
}
.footer-sitemap {
min-height: 270px;
}
.footer-sitemap h4 {
margin-top: 60px;
margin-left: 20px;
}
.footer-sitemap ul {
list-style: none;
padding-left: 0px;
font-weight: 300;
margin-top: 15px;
margin-left: 20px;
}
.footer-copyright {
border-top: 1px solid #eee;
font-size: 11px;
line-height: 2.19;
background-color: #f5f5f5;
}
.footer-copyright ul {
display: block;
list-style: disc;
margin-bottom: 10px;
margin-top: 10px;
}
.footer-copyright ul li {
display: inline;
margin-right: 30px;
}
.nav-left {
text-align: right;
font-size: 16px;
}
.nav-left h3 {
font-size: 18px;
font-weight: 400;
color: black;
}
.nav-left .nav-pills a {
color: #116acc;
font-weight: 400;
}
.nav-left .nav-pills a.current {
text-decoration: underline;
font-weight: 700;
}
.program-home-section h2 {
margin-bottom: 45px;
font-size: 35px;
margin-top: 0px;
}
.program-home-section {
margin-bottom: 40px;
}
p.photo-caption {
margin-top: 20px;
font-size: 18px;
}
.connect-share a {
color: white;
}
.connect-share a:hover,
.connect-share a:focus {
color: #bbb;
text-decoration: none;
}
.connect-share p {
font-size: 16px;
margin-top: 20px;
text-align: left;
margin-left: 15px;
}
#title-picture {
height: 469px;
}
.formerly-known {
margin-left: 30px;
margin-bottom: 0;
margin-top: 0;
padding-top: 0px;
font-weight: 300;
text-align: right;
}
.social-network {
position : relative;
list-style-type : none;
}
.social-network li {
float : left;
padding : 2px;
margin : 2px;
}
ul.errorlist {
list-style-type: none;
color:#C03000;
font-weight:bold;
}
.login-form {
margin-bottom: 50px;
}
.margin-bottom-100 {
margin-bottom: 50px;
}
.default-form input {
width: 500px;
}
.default-form label {
width: 100px;
}
.default-form input#submit {
width: 70px;
}
.default-form .block {
margin-bottom: 20px;
}
.default-form .helptext {
display: block;
margin-left: 100px;
margin-bottom: 20px;
color: grey;
}
.application-open-banner {
width: 100%;
text-align: center;
} | css/base.css | body {
font-family: 'Lato', sans-serif;
}
.light-weight {
font-weight: 300;
}
p.header-call-sub {
font-weight: 300;
font-size: 14px;
}
.toprow {
background-color: #13b1cd;
color: #ffffff;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
text-align: center;
height: 30px;
}
.toprow a {
color: white;
text-decoration: underline;
}
.toprow p {
margin-top: 3px;
}
#top-affix-banner {
background-color: white;
}
.misti-header > a {
letter-spacing: 1px;
color: #373946;
}
.misti-header p {
margin-top: 5px;
margin-left: 10px;
font-size: 13px;
}
.misti-header > a:hover,
.misti-header > a:focus {
text-decoration: none;
color: #13b1cd;
}
.header-outside-links {
/*margin-top: 20px; use when apply banner is up*/
margin-top: 30px;
}
.gsl-banner {
padding-top: 10px;
padding-bottom: 10px;
}
.banner-align-links {
padding-top: 14px;
}
.banner-align-mit {
padding-top: 17px;
}
.nav-pills > li > a {
color: #363945;
font-weight: bold;
font-size: 15px;
}
.nav-pills > li > .apply {
color: #13b1cd;
}
.navbar-gsl {
background-color: #373946;
border-color: #080808;
color: #eeeeee;
border-radius: 0px;
min-height: 20px;
}
.navbar-nav {
background-color: #373946;
border-radius: 5px;
font-size:16px;
}
.navbar {
margin-bottom: 0px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
text-decoration: none;
background-color: black;
}
.center-space > li > a {
padding-left: 30px;
padding-right: 30px;
}
.navbar-nav > li > a {
color: #eeeeee;
background-color: #373946; /* Old browsers */
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-right > li > a {
font-size: 16px;
font-weight: 400;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
background-color: #000000;
background-image: none;
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
ul.dropdown-menu {
background-color: #373946;
}
ul.dropdown-menu li.divider {
background-color: #777777;
}
ul.dropdown-menu li a {
color: #eeeeee;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
background-color: #000000;
color: #eeeeee;
}
li.dropdown.open > a,
li.dropdown.open > a:hover,
li.dropdown.open > a:focus {
background-color: #000000;
}
.header-call > a {
color: #373946;
text-decoration: none;
}
.header-call > a:hover,
.header-call > a:focus {
color: #13b1cd;
text-decoration: none;
background-color: black;
}
.header-call > a:hover > h3,
.header-call > a:focus > h3 {
color: #13b1cd;
}
.header-call > a:hover > p,
.header-call > a:focus > p
{
color: #373946;
}
.header-call h3 {
text-align: right;
margin-bottom: 3px;
margin-top: 10px;
}
.header-call p {
text-align: right;
}
.social-links > a {
color: #373946;
}
.social-links > a:hover,
.social-links > a:focus {
text-decoration: none;
color: #13b1cd;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Lato', sans-serif;
font-weight: 300;
line-height: 1.1;
color: inherit;
}
.page-title-box {
border-bottom: 1px solid #eee;
margin-bottom: 40px;
min-height: 150px;
}
.page-title {
text-align: center;
margin-top: 80px;
margin-bottom: 20px;
font-weight: 300;
}
.center { float: none; margin-left: auto; margin-right: auto; text-align: center;}
.big-desc {
font-size: 16px;
text-align: center;
line-height: 24px;
margin-bottom: 40px;
padding-right: 30px;
padding-left: 30px;
font-weight: 400;
}
#map-canvas-program {
height : 350px;
}
#map-canvas-programs {
height : 350px;
}
.footer-social {
background-color: #2f313e;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f313e), color-stop(3%, #585665), color-stop(97%, #585665), color-stop(100%, #2f313e));
background-image: -webkit-linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: -moz-linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: -o-linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
background-image: linear-gradient(#2f313e, #585665 3%, #585665 97%, #2f313e 100%);
color: #fff;
min-height: 330px;
padding-bottom: 25px;
margin-top: 50px;
}
.footer-social {
}
.footer-sitemap {
min-height: 270px;
}
.footer-sitemap h4 {
margin-top: 60px;
margin-left: 20px;
}
.footer-sitemap ul {
list-style: none;
padding-left: 0px;
font-weight: 300;
margin-top: 15px;
margin-left: 20px;
}
.footer-copyright {
border-top: 1px solid #eee;
font-size: 11px;
line-height: 2.19;
background-color: #f5f5f5;
}
.footer-copyright ul {
display: block;
list-style: disc;
margin-bottom: 10px;
margin-top: 10px;
}
.footer-copyright ul li {
display: inline;
margin-right: 30px;
}
.nav-left {
text-align: right;
font-size: 16px;
}
.nav-left h3 {
font-size: 18px;
font-weight: 400;
color: black;
}
.nav-left .nav-pills a {
color: #116acc;
font-weight: 400;
}
.nav-left .nav-pills a.current {
text-decoration: underline;
font-weight: 700;
}
.program-home-section h2 {
margin-bottom: 45px;
font-size: 35px;
margin-top: 0px;
}
.program-home-section {
margin-bottom: 40px;
}
p.photo-caption {
margin-top: 20px;
font-size: 18px;
}
.connect-share a {
color: white;
}
.connect-share a:hover,
.connect-share a:focus {
color: #bbb;
text-decoration: none;
}
.connect-share p {
font-size: 16px;
margin-top: 20px;
text-align: left;
margin-left: 15px;
}
#title-picture {
height: 469px;
}
.formerly-known {
margin-left: 30px;
margin-bottom: 0;
margin-top: 0;
padding-top: 0px;
font-weight: 300;
text-align: right;
}
.social-network {
position : relative;
list-style-type : none;
}
.social-network li {
float : left;
padding : 2px;
margin : 2px;
}
ul.errorlist {
list-style-type: none;
color:#C03000;
font-weight:bold;
}
.login-form {
margin-bottom: 50px;
}
.margin-bottom-100 {
margin-bottom: 50px;
}
.default-form input {
width: 500px;
}
.default-form label {
width: 100px;
}
.default-form input#submit {
width: 70px;
}
.default-form .block {
margin-bottom: 20px;
}
.default-form .helptext {
display: block;
margin-left: 100px;
margin-bottom: 20px;
color: grey;
}
.application-open-banner {
width: 100%;
text-align: center;
} | 0.489992 | 0.119871 |
.aboutmain {
padding: 13rem 0;
overflow: hidden;
}
#welcometype {
color: rgb(64, 0, 126);
font-weight: bold;
font-size: 1.3rem;
width: 250px;
display: inline-block;
}
.self {
border-radius: 50%;
max-width: 10rem;
margin-bottom: 3rem;
}
.welcome-h1 {
color: white;
margin-bottom: 2rem;
font-size: 2rem;
}
.downArrow {
display: none;
}
.circle2 {
width: 300px;
height: 300px;
border-radius: 50%;
background: rgb(64, 0, 126);
position: absolute;
top: -100px;
left: -50px;
}
.circle3 {
width: 250px;
height: 250px;
border-radius: 50%;
background: rgb(90, 24, 154);
position: absolute;
top: -100px;
left: 100px;
}
.circle4 {
border-radius: 50%;
background: rgb(64, 0, 126);
position: absolute;
top: -150px;
right: 100px;
}
.circle5 {
width: 50px;
height: 50px;
border-radius: 50%;
background: rgb(123, 44, 191);
position: absolute;
top: 200px;
right: 100px;
}
.circle6 {
border-radius: 300px 0 0 300px;
background: rgb(123, 44, 191);
position: absolute;
top: 300px;
right: 0px;
}
.circle7 {
width: 100px;
height: 100px;
border-radius: 50%;
background: rgb(64, 0, 126);
position: absolute;
top: 300px;
right: 50px;
}
.circle8 {
width: 100px;
height: 100px;
border-radius: 50%;
background: rgb(90, 24, 154);
position: absolute;
top: 300px;
left: 15px;
}
.hover p {
transition: all 0.2s ease;
opacity: 0;
left: -8px;
top: 53px;
background: white;
font-weight: bold;
font-size: 1rem;
border: 2px solid white;
position: absolute;
border-radius: 10px;
padding: 0.2rem;
}
.hover:hover p {
opacity: 1;
}
.hover p:after {
content: '';
width: 0;
height: 0;
position: absolute;
border-bottom: 10px solid #ffffff;
border-top: 10px solid transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
left: 23px;
bottom: 100%;
}
@-moz-keyframes bounceDown {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes bounceDown {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounceDown {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@media screen and (min-width: 28rem) {
.circle1 {
width: 100px;
height: 200px;
border-radius: 150px 0 0 150px;
background: rgb(90, 24, 154);
position: absolute;
right: 0px;
}
}
@media screen and (min-height: 53.3rem) {
.downArrow {
display: block;
max-width: 2.5rem;
margin: auto;
-moz-animation: bounceDown 3s infinite;
-webkit-animation: bounceDown 3s infinite;
animation: bounceDown 3s infinite;
}
}
@media screen and (min-width: 40rem) {
.welcome-h1 {
font-size: 2.5rem;
}
.circle1 {
width: 100px;
height: 200px;
}
.circle2 {
width: 500px;
height: 500px;
}
.circle3 {
width: 400px;
height: 400px;
top: -200px;
}
.circle4 {
width: 300px;
height: 300px;
}
.circle5 {
width: 50px;
height: 50px;
}
.circle6 {
width: 200px;
height: 400px;
}
.circle7 {
width: 100px;
height: 100px;
}
.circle8 {
width: 100px;
height: 100px;
}
} | src/components/Welcome/Welcome.css | .aboutmain {
padding: 13rem 0;
overflow: hidden;
}
#welcometype {
color: rgb(64, 0, 126);
font-weight: bold;
font-size: 1.3rem;
width: 250px;
display: inline-block;
}
.self {
border-radius: 50%;
max-width: 10rem;
margin-bottom: 3rem;
}
.welcome-h1 {
color: white;
margin-bottom: 2rem;
font-size: 2rem;
}
.downArrow {
display: none;
}
.circle2 {
width: 300px;
height: 300px;
border-radius: 50%;
background: rgb(64, 0, 126);
position: absolute;
top: -100px;
left: -50px;
}
.circle3 {
width: 250px;
height: 250px;
border-radius: 50%;
background: rgb(90, 24, 154);
position: absolute;
top: -100px;
left: 100px;
}
.circle4 {
border-radius: 50%;
background: rgb(64, 0, 126);
position: absolute;
top: -150px;
right: 100px;
}
.circle5 {
width: 50px;
height: 50px;
border-radius: 50%;
background: rgb(123, 44, 191);
position: absolute;
top: 200px;
right: 100px;
}
.circle6 {
border-radius: 300px 0 0 300px;
background: rgb(123, 44, 191);
position: absolute;
top: 300px;
right: 0px;
}
.circle7 {
width: 100px;
height: 100px;
border-radius: 50%;
background: rgb(64, 0, 126);
position: absolute;
top: 300px;
right: 50px;
}
.circle8 {
width: 100px;
height: 100px;
border-radius: 50%;
background: rgb(90, 24, 154);
position: absolute;
top: 300px;
left: 15px;
}
.hover p {
transition: all 0.2s ease;
opacity: 0;
left: -8px;
top: 53px;
background: white;
font-weight: bold;
font-size: 1rem;
border: 2px solid white;
position: absolute;
border-radius: 10px;
padding: 0.2rem;
}
.hover:hover p {
opacity: 1;
}
.hover p:after {
content: '';
width: 0;
height: 0;
position: absolute;
border-bottom: 10px solid #ffffff;
border-top: 10px solid transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
left: 23px;
bottom: 100%;
}
@-moz-keyframes bounceDown {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes bounceDown {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounceDown {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@media screen and (min-width: 28rem) {
.circle1 {
width: 100px;
height: 200px;
border-radius: 150px 0 0 150px;
background: rgb(90, 24, 154);
position: absolute;
right: 0px;
}
}
@media screen and (min-height: 53.3rem) {
.downArrow {
display: block;
max-width: 2.5rem;
margin: auto;
-moz-animation: bounceDown 3s infinite;
-webkit-animation: bounceDown 3s infinite;
animation: bounceDown 3s infinite;
}
}
@media screen and (min-width: 40rem) {
.welcome-h1 {
font-size: 2.5rem;
}
.circle1 {
width: 100px;
height: 200px;
}
.circle2 {
width: 500px;
height: 500px;
}
.circle3 {
width: 400px;
height: 400px;
top: -200px;
}
.circle4 {
width: 300px;
height: 300px;
}
.circle5 {
width: 50px;
height: 50px;
}
.circle6 {
width: 200px;
height: 400px;
}
.circle7 {
width: 100px;
height: 100px;
}
.circle8 {
width: 100px;
height: 100px;
}
} | 0.506103 | 0.110184 |
.container-flex {
display: flex;
flex-direction: column;
}
.navbar {
width: 100%;
}
.left-panel {
display: flex;
align-items: flex-start;
}
.navigation {
display: flex;
align-items: flex-start;
flex-direction: row;
}
.navigation h3 {
margin: 5px;
}
.navigation h3:hover {
color: brown;
}
.search-panel {
display: flex;
align-items: center;
}
.movies-panel {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin-top: 25px;
}
.movie {
background-color: transparent;
text-align: center;
width: 275px;
height: 350px;
text-align: left;
justify-content: space-around;
margin-left: 50px;
margin-bottom: 25px;
perspective: 1000px;
}
.movie-buttons-panel {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.movie-buttons-panel button {
border-radius: 5rem;
width: 50%;
height: 50px;
background-color: gray;
font-size: 15px;
color: white;
}
.movie-img {
object-fit: fill;
width: 275px;
height: 350px;
}
.search-buttons button {
background-color: yellowgreen;
width: 150px;
height: 40px;
border-radius: 5rem;
color: white;
}
.search-area input {
width: 400px;
height: 40px;
padding-left: 10px;
}
.movie-panel {
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), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.movie:hover .movie-panel {
transform: rotateY(180deg);
}
.movie-front {
position: relative;
top: 0;
left: 0;
}
.movie-front, .movie-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.movie-front {
background-color: #bbb;
color: black;
z-index: 2;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.movie-back {
background-color: gray;
color: white;
transform: rotateY(180deg);
z-index: 1;
display: flex;
align-items: center;
flex-direction: column;
}
.movie-star-panel {
display: flex;
align-items: flex-end;
}
.movie-star{
width: 50px;
height: 50px;
} | film-apps.css | .container-flex {
display: flex;
flex-direction: column;
}
.navbar {
width: 100%;
}
.left-panel {
display: flex;
align-items: flex-start;
}
.navigation {
display: flex;
align-items: flex-start;
flex-direction: row;
}
.navigation h3 {
margin: 5px;
}
.navigation h3:hover {
color: brown;
}
.search-panel {
display: flex;
align-items: center;
}
.movies-panel {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin-top: 25px;
}
.movie {
background-color: transparent;
text-align: center;
width: 275px;
height: 350px;
text-align: left;
justify-content: space-around;
margin-left: 50px;
margin-bottom: 25px;
perspective: 1000px;
}
.movie-buttons-panel {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.movie-buttons-panel button {
border-radius: 5rem;
width: 50%;
height: 50px;
background-color: gray;
font-size: 15px;
color: white;
}
.movie-img {
object-fit: fill;
width: 275px;
height: 350px;
}
.search-buttons button {
background-color: yellowgreen;
width: 150px;
height: 40px;
border-radius: 5rem;
color: white;
}
.search-area input {
width: 400px;
height: 40px;
padding-left: 10px;
}
.movie-panel {
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), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.movie:hover .movie-panel {
transform: rotateY(180deg);
}
.movie-front {
position: relative;
top: 0;
left: 0;
}
.movie-front, .movie-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.movie-front {
background-color: #bbb;
color: black;
z-index: 2;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.movie-back {
background-color: gray;
color: white;
transform: rotateY(180deg);
z-index: 1;
display: flex;
align-items: center;
flex-direction: column;
}
.movie-star-panel {
display: flex;
align-items: flex-end;
}
.movie-star{
width: 50px;
height: 50px;
} | 0.496338 | 0.076511 |
.logo {
display: inline-block;
line-height: 1;
vertical-align: middle; }
/* ---------- HTML editor ---------- */
body.html-editor {
background: #FFF;
color: #000;
padding: 1em; }
.html-editor.portlet-message-boards {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word; }
.html-editor.portlet-message-boards blockquote {
background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
border: 1px solid #777;
position: relative;
padding: 5px 45px; }
.html-editor.portlet-message-boards blockquote:after {
background: url(../images/message_boards/quoteright.png) no-repeat 50%;
bottom: 5px;
content: '';
display: block;
height: 24px;
position: absolute;
right: 5px;
width: 31px;
z-index: 999; }
.html-editor.portlet-message-boards blockquote cite {
display: block;
font-weight: bold; }
.html-editor.portlet-message-boards pre {
background: #F9F9F9;
border: 1px solid #777;
padding: 0.5em; }
/* ---------- Text formatting ---------- */
.important {
font-weight: bold; }
/* ---------- Main content body ---------- */
.portal-iframe #main-content {
width: 100%; }
/* ---------- Loading animation ---------- */
.loading-animation {
background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
margin-top: 10px;
padding-top: 40px;
text-align: left; }
/* ---------- Separator ---------- */
.separator {
border-top: 1px dotted #BFBFBF; }
/* ---------- Update manager ---------- */
.update-available {
margin-top: 10px;
padding: 2px;
text-align: left; }
/* ---------- Text highlighting ---------- */
.highlight {
background: #FFC;
font-weight: bold;
margin: 0 1px; }
/* ---------- Miscellaneous ---------- */
span.alert {
display: inline-block; }
#skip-to-content {
clip: rect(0 0 0 0);
position: absolute; } | docroot/css/.sass-cache/base.css | .logo {
display: inline-block;
line-height: 1;
vertical-align: middle; }
/* ---------- HTML editor ---------- */
body.html-editor {
background: #FFF;
color: #000;
padding: 1em; }
.html-editor.portlet-message-boards {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word; }
.html-editor.portlet-message-boards blockquote {
background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
border: 1px solid #777;
position: relative;
padding: 5px 45px; }
.html-editor.portlet-message-boards blockquote:after {
background: url(../images/message_boards/quoteright.png) no-repeat 50%;
bottom: 5px;
content: '';
display: block;
height: 24px;
position: absolute;
right: 5px;
width: 31px;
z-index: 999; }
.html-editor.portlet-message-boards blockquote cite {
display: block;
font-weight: bold; }
.html-editor.portlet-message-boards pre {
background: #F9F9F9;
border: 1px solid #777;
padding: 0.5em; }
/* ---------- Text formatting ---------- */
.important {
font-weight: bold; }
/* ---------- Main content body ---------- */
.portal-iframe #main-content {
width: 100%; }
/* ---------- Loading animation ---------- */
.loading-animation {
background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
margin-top: 10px;
padding-top: 40px;
text-align: left; }
/* ---------- Separator ---------- */
.separator {
border-top: 1px dotted #BFBFBF; }
/* ---------- Update manager ---------- */
.update-available {
margin-top: 10px;
padding: 2px;
text-align: left; }
/* ---------- Text highlighting ---------- */
.highlight {
background: #FFC;
font-weight: bold;
margin: 0 1px; }
/* ---------- Miscellaneous ---------- */
span.alert {
display: inline-block; }
#skip-to-content {
clip: rect(0 0 0 0);
position: absolute; } | 0.394551 | 0.224247 |
.list.items {
display: grid;
grid-template-columns: repeat(auto-fill, 64px);
grid-gap: 7px;
justify-items: stretch;
align-items: stretch;
}
.list.items li {
flex-flow: row wrap;
height: unset;
align-items: flex-start;
align-content: flex-start;
}
.list.items li .list {
flex-basis: 100%;
}
.list.items .item {
font-size: 14px;
background-color: rgba(255, 255, 255, 0);
/* position: relative; */
padding-bottom: 100%;
margin: 0;
height: unset;
}
.list.items .item.is-masterworked::before {
box-shadow: inset 0 0 0 2px transparent;
background: linear-gradient(125deg, #DFBD38 30%, #FFECB9 50%, #DFBD38 70%);
background-size: 200%;
clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
animation: animation-update-flash 10s linear infinite;
}
.list.items li .list.costs {
margin: 7px 0 0;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.list.items li .list.costs .item {
padding-bottom: unset;
display: inline-flex;
flex-basis: 100%;
margin: 0 0 3px;
}
.list.items li .list.costs .item::before,
.list.items li .list.costs .item::after {
content: none;
}
.list.items li .list.costs .item:hover {
background-color: transparent;
}
.list.items li .list.costs .item .icon {
width: 16px;
height: 16px;
position: relative;
margin: 0 3px 0 0;
}
.list.items li .list.costs .item .value {
font-size: 12px;
}
/* .list.items .item .icon:hover,
.list.items .item .icon.not-acquired:hover {
background-color: rgba(255, 255, 255, 0.4);
color: rgba(255, 255, 255, 1);
}
.list.items .item::before,
.list.items .item::after {
content: none;
}
.list.items .item .icon::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 100%;
height: 100%;
pointer-events: none;
box-shadow: inset 0 0 0 2px #d6d6d6;
-webkit-transition: box-shadow 0.25s;
transition: box-shadow 0.25s;
} */
.list.items .item:hover::before {
box-shadow: inset 0 0 0 2px #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.list.items .item .quantity {
position: absolute;
right: 0;
bottom: 0;
padding: 1px 5px;
font-size: 12px;
font-weight: 400;
color: #000;
background-color: #d6d6d6;
}
.list.items .item .icon::after {
content: ' ';
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 3;
pointer-events: none;
box-shadow: 0 0 0 2px rgba(214, 214, 214, 0);
-webkit-transition: box-shadow 0.25s;
transition: box-shadow 0.25s;
}
.list.items .item.not-acquired .icon {
background-color: rgba(0, 0, 0, 0.1);
}
.list.items .item.not-acquired .icon.image.dl {
opacity: 0.4;
}
@media screen and (max-width: 500px) {
.list.items {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.list.items li .list.costs .item .icon {
width: 14px;
height: 14px;
margin: 0 3px 0 0;
}
.list.items li .list.costs .item .value {
font-size: 10px;
}
.list.items .item .quantity{
font-size: 11px;
}
} | src/components/Item/styles.css | .list.items {
display: grid;
grid-template-columns: repeat(auto-fill, 64px);
grid-gap: 7px;
justify-items: stretch;
align-items: stretch;
}
.list.items li {
flex-flow: row wrap;
height: unset;
align-items: flex-start;
align-content: flex-start;
}
.list.items li .list {
flex-basis: 100%;
}
.list.items .item {
font-size: 14px;
background-color: rgba(255, 255, 255, 0);
/* position: relative; */
padding-bottom: 100%;
margin: 0;
height: unset;
}
.list.items .item.is-masterworked::before {
box-shadow: inset 0 0 0 2px transparent;
background: linear-gradient(125deg, #DFBD38 30%, #FFECB9 50%, #DFBD38 70%);
background-size: 200%;
clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
animation: animation-update-flash 10s linear infinite;
}
.list.items li .list.costs {
margin: 7px 0 0;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.list.items li .list.costs .item {
padding-bottom: unset;
display: inline-flex;
flex-basis: 100%;
margin: 0 0 3px;
}
.list.items li .list.costs .item::before,
.list.items li .list.costs .item::after {
content: none;
}
.list.items li .list.costs .item:hover {
background-color: transparent;
}
.list.items li .list.costs .item .icon {
width: 16px;
height: 16px;
position: relative;
margin: 0 3px 0 0;
}
.list.items li .list.costs .item .value {
font-size: 12px;
}
/* .list.items .item .icon:hover,
.list.items .item .icon.not-acquired:hover {
background-color: rgba(255, 255, 255, 0.4);
color: rgba(255, 255, 255, 1);
}
.list.items .item::before,
.list.items .item::after {
content: none;
}
.list.items .item .icon::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 100%;
height: 100%;
pointer-events: none;
box-shadow: inset 0 0 0 2px #d6d6d6;
-webkit-transition: box-shadow 0.25s;
transition: box-shadow 0.25s;
} */
.list.items .item:hover::before {
box-shadow: inset 0 0 0 2px #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.list.items .item .quantity {
position: absolute;
right: 0;
bottom: 0;
padding: 1px 5px;
font-size: 12px;
font-weight: 400;
color: #000;
background-color: #d6d6d6;
}
.list.items .item .icon::after {
content: ' ';
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 3;
pointer-events: none;
box-shadow: 0 0 0 2px rgba(214, 214, 214, 0);
-webkit-transition: box-shadow 0.25s;
transition: box-shadow 0.25s;
}
.list.items .item.not-acquired .icon {
background-color: rgba(0, 0, 0, 0.1);
}
.list.items .item.not-acquired .icon.image.dl {
opacity: 0.4;
}
@media screen and (max-width: 500px) {
.list.items {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.list.items li .list.costs .item .icon {
width: 14px;
height: 14px;
margin: 0 3px 0 0;
}
.list.items li .list.costs .item .value {
font-size: 10px;
}
.list.items .item .quantity{
font-size: 11px;
}
} | 0.445288 | 0.148942 |
@charset "utf-8";
.wrap{position:Relative;width:1920px;height:1080px;background:url('../../img/bg_default.jpg') center center no-repeat;background-size:cover;overflow:hidden;}
.logo{position:absolute;top:60px;right:75px;}
.logo a{width:195px;display:inline-block;}
.logo img{width:100%;}
.btnMains{position:absolute;bottom:100px;width:100%;text-align:center;}
.btnMains ul{font-size:0;}
.btnMains li{display:inline-block;margin:0 10px;width:318px;height:204px;}
.btnMains li a{display:inline-block;width:100%;height:100%;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}
.btnMains li a.exterior{background:url('../../img/main/mainThumb1_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.exterior{background:url('../../img/main/mainThumb1_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.interior{background:url('../../img/main/mainThumb2_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.interior{background:url('../../img/main/mainThumb2_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.engine{background:url('../../img/main/mainThumb3_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.engine{background:url('../../img/main/mainThumb3_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.safety{background:url('../../img/main/mainThumb4_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.safety{background:url('../../img/main/mainThumb4_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.comfort{background:url('../../img/main/mainThumb5_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.comfort{background:url('../../img/main/mainThumb5_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li img{width:100%;}
.slidingMenu{}
.slidingMenu .before{position:absolute;top:0;left:0;z-index:5;width:252px;height:1080px;overflow:hidden;background:url('../../img/bg_menu1.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .btnOpen{margin:100px 0 0 93px;width:63px;height:53px;}
.slidingMenu .before .btnOpen img{width:100%;}
.slidingMenu .before .cycleMenu{font-size:0;margin-top:110px;}
.slidingMenu .before .cycleMenu li{width:252px;text-align:center;margin-bottom:35px;}
.slidingMenu .before .cycleMenu a{display:inline-block;width:167px;height:168px;font-size:0;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}
.slidingMenu .before .cycleMenu.exterior a.front{background:url('../../img/exterior/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.exterior a.side{background:url('../../img/exterior/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.exterior a.back{background:url('../../img/exterior/cycle3_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.exterior li:hover a.front{background:url('../../img/exterior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.exterior li.active a.front{background:url('../../img/exterior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.exterior li:hover a.side{background:url('../../img/exterior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.exterior li.active a.side{background:url('../../img/exterior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.exterior li:hover a.back{background:url('../../img/exterior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.exterior li.active a.back{background:url('../../img/exterior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.interior a.color{background:url('../../img/interior/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.interior a.frontSeat{background:url('../../img/interior/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.interior a.rearSeat{background:url('../../img/interior/cycle3_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.interior li:hover a.color{background:url('../../img/interior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.interior li.active a.color{background:url('../../img/interior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.interior li:hover a.frontSeat{background:url('../../img/interior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.interior li.active a.frontSeat{background:url('../../img/interior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.interior li:hover a.rearSeat{background:url('../../img/interior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.interior li.active a.rearSeat{background:url('../../img/interior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.engine a.performance{background:url('../../img/engine/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.engine a.power{background:url('../../img/engine/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.engine li:hover a.performance{background:url('../../img/engine/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.engine li.active a.performance{background:url('../../img/engine/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.engine li:hover a.power{background:url('../../img/engine/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.engine li.active a.power{background:url('../../img/engine/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.safety a.ride{background:url('../../img/safety/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.safety a.safe{background:url('../../img/safety/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.safety li:hover a.ride{background:url('../../img/safety/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.safety li.active a.ride{background:url('../../img/safety/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.safety li:hover a.safe{background:url('../../img/safety/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.safety li.active a.safe{background:url('../../img/safety/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .after{opacity:0;position:absolute;top:0;left:-550px;z-index:5;width:550px;height:1080px;overflow:hidden;background:url('../../img/bg_menu2.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .after .btnClose{position:absolute;top:110px;right:50px;width:32px;height:32px;}
.slidingMenu .after .btnClose img{width:100%;}
.slidingMenu .after ul{font-size:0;margin-top:205px;}
.slidingMenu .after li img{width:550px;}
.slidingMenu .after li a{display:block;}
.slidingMenu .after .video{margin-top:60px;text-align:center;}
.slidingMenu .after .video img{width:468px;}
.contents{padding:110px 0 0 290px;}
.contentsIn{position:relative;}
.contentsIn h2{display:block;margin-left:440px;}
.views {position:relative;margin-top:15px;}
.views .thumbs{position:absolute;top:11px;left:0;}
.views .thumbs.twos{top:10px;}
.views .thumbs ul{font-size:0;}
.views .thumbs li{position:relative;margin-bottom:31px;display:block;width:393px;height:244px;}
.views .thumbs.twos li{height:392px;margin-bottom:23px;}
.views .thumbs.fours li{height:175px;margin-bottom:32px;}
.views .thumbs li a{display:inline-block;width:100%;}
.views .thumbs li a img{width:100%;}
.views .bigs{position:relative;margin:0 0 0 425px;}
.views .bigs.bigs2{position:relative;margin:0 0 0 0;}
.views .bigs .default{position:absolute;top:0;left:0;}
.views .bigs li{display:none;}
.views .bigs li:first-child{display:block;}
.views .bigs li img{width:1156px;}
.btnSkip{width:100%;position:absolute;bottom:150px;text-align:center;}
.btnSkip a{display:inline-block;width:398px;height:98px;background:url('../../img/skip_off.png') center center no-repeat;background-size:100% 100%;font-size:0;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}
.btnSkip a:hover{background:url('../../img/skip_on.png') center center no-repeat;background-size:100% 100%;} | TUCSON/1920/common/css/ui.css | @charset "utf-8";
.wrap{position:Relative;width:1920px;height:1080px;background:url('../../img/bg_default.jpg') center center no-repeat;background-size:cover;overflow:hidden;}
.logo{position:absolute;top:60px;right:75px;}
.logo a{width:195px;display:inline-block;}
.logo img{width:100%;}
.btnMains{position:absolute;bottom:100px;width:100%;text-align:center;}
.btnMains ul{font-size:0;}
.btnMains li{display:inline-block;margin:0 10px;width:318px;height:204px;}
.btnMains li a{display:inline-block;width:100%;height:100%;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}
.btnMains li a.exterior{background:url('../../img/main/mainThumb1_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.exterior{background:url('../../img/main/mainThumb1_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.interior{background:url('../../img/main/mainThumb2_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.interior{background:url('../../img/main/mainThumb2_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.engine{background:url('../../img/main/mainThumb3_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.engine{background:url('../../img/main/mainThumb3_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.safety{background:url('../../img/main/mainThumb4_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.safety{background:url('../../img/main/mainThumb4_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li a.comfort{background:url('../../img/main/mainThumb5_off.png') center center no-repeat;background-size:100% 100%;}
.btnMains li:hover a.comfort{background:url('../../img/main/mainThumb5_on.png') center center no-repeat;background-size:100% 100%;}
.btnMains li img{width:100%;}
.slidingMenu{}
.slidingMenu .before{position:absolute;top:0;left:0;z-index:5;width:252px;height:1080px;overflow:hidden;background:url('../../img/bg_menu1.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .btnOpen{margin:100px 0 0 93px;width:63px;height:53px;}
.slidingMenu .before .btnOpen img{width:100%;}
.slidingMenu .before .cycleMenu{font-size:0;margin-top:110px;}
.slidingMenu .before .cycleMenu li{width:252px;text-align:center;margin-bottom:35px;}
.slidingMenu .before .cycleMenu a{display:inline-block;width:167px;height:168px;font-size:0;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}
.slidingMenu .before .cycleMenu.exterior a.front{background:url('../../img/exterior/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.exterior a.side{background:url('../../img/exterior/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.exterior a.back{background:url('../../img/exterior/cycle3_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.exterior li:hover a.front{background:url('../../img/exterior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.exterior li.active a.front{background:url('../../img/exterior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.exterior li:hover a.side{background:url('../../img/exterior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.exterior li.active a.side{background:url('../../img/exterior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.exterior li:hover a.back{background:url('../../img/exterior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.exterior li.active a.back{background:url('../../img/exterior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.interior a.color{background:url('../../img/interior/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.interior a.frontSeat{background:url('../../img/interior/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.interior a.rearSeat{background:url('../../img/interior/cycle3_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.interior li:hover a.color{background:url('../../img/interior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.interior li.active a.color{background:url('../../img/interior/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.interior li:hover a.frontSeat{background:url('../../img/interior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.interior li.active a.frontSeat{background:url('../../img/interior/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.interior li:hover a.rearSeat{background:url('../../img/interior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.interior li.active a.rearSeat{background:url('../../img/interior/cycle3_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.engine a.performance{background:url('../../img/engine/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.engine a.power{background:url('../../img/engine/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.engine li:hover a.performance{background:url('../../img/engine/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.engine li.active a.performance{background:url('../../img/engine/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.engine li:hover a.power{background:url('../../img/engine/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.engine li.active a.power{background:url('../../img/engine/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.safety a.ride{background:url('../../img/safety/cycle1_off.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .before .cycleMenu.safety a.safe{background:url('../../img/safety/cycle2_off.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.safety li:hover a.ride{background:url('../../img/safety/cycle1_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.safety li.active a.ride{background:url('../../img/safety/cycle1_on.png') center center no-repeat;background-size:100% 100%;}
/*.slidingMenu .before .cycleMenu.safety li:hover a.safe{background:url('../../img/safety/cycle2_on.png') center center no-repeat;background-size:100% 100%;}*/
.slidingMenu .before .cycleMenu.safety li.active a.safe{background:url('../../img/safety/cycle2_on.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .after{opacity:0;position:absolute;top:0;left:-550px;z-index:5;width:550px;height:1080px;overflow:hidden;background:url('../../img/bg_menu2.png') center center no-repeat;background-size:100% 100%;}
.slidingMenu .after .btnClose{position:absolute;top:110px;right:50px;width:32px;height:32px;}
.slidingMenu .after .btnClose img{width:100%;}
.slidingMenu .after ul{font-size:0;margin-top:205px;}
.slidingMenu .after li img{width:550px;}
.slidingMenu .after li a{display:block;}
.slidingMenu .after .video{margin-top:60px;text-align:center;}
.slidingMenu .after .video img{width:468px;}
.contents{padding:110px 0 0 290px;}
.contentsIn{position:relative;}
.contentsIn h2{display:block;margin-left:440px;}
.views {position:relative;margin-top:15px;}
.views .thumbs{position:absolute;top:11px;left:0;}
.views .thumbs.twos{top:10px;}
.views .thumbs ul{font-size:0;}
.views .thumbs li{position:relative;margin-bottom:31px;display:block;width:393px;height:244px;}
.views .thumbs.twos li{height:392px;margin-bottom:23px;}
.views .thumbs.fours li{height:175px;margin-bottom:32px;}
.views .thumbs li a{display:inline-block;width:100%;}
.views .thumbs li a img{width:100%;}
.views .bigs{position:relative;margin:0 0 0 425px;}
.views .bigs.bigs2{position:relative;margin:0 0 0 0;}
.views .bigs .default{position:absolute;top:0;left:0;}
.views .bigs li{display:none;}
.views .bigs li:first-child{display:block;}
.views .bigs li img{width:1156px;}
.btnSkip{width:100%;position:absolute;bottom:150px;text-align:center;}
.btnSkip a{display:inline-block;width:398px;height:98px;background:url('../../img/skip_off.png') center center no-repeat;background-size:100% 100%;font-size:0;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}
.btnSkip a:hover{background:url('../../img/skip_on.png') center center no-repeat;background-size:100% 100%;} | 0.238728 | 0.043875 |
html {
box-sizing: border-box;
}
body {
font-family: arial, sans-serif;
color: #222222;
}
/* Utilities */
.nav-item {
text-decoration: none;
color: #5f6368;
font-size: 15px;
}
.nav-item:hover {
color: #5f6368;
cursor: pointer;
text-decoration: underline;
}
.button {
background-color: #f2f2f2;
border: 1px solid #dfe1e5;
border-radius: 4px;
box-shadow: none;
color: #5f6368;
font-size: 14px;
margin: 11px 4px;
padding: 0 16px;
line-height: 27px;
height: 36px;
min-width: 54px;
text-align: center;
cursor: pointer;
user-select: none;
}
/* Utilities */
/* Navbar */
.navbar ul {
display: flex;
float: right;
justify-content: space-evenly;
}
li {
list-style: none;
padding-right: 25px;
}
.nav-icon {
width: 1.2rem;
height: 1.2rem;
padding: 0 1rem 0 1rem;
}
.usr-img {
border-radius: 100%;
}
/* Navbar
/* Google Section */
.google-logo img {
display: block;
margin: auto;
padding-top: 150px;
padding-left: 19rem;
height: 92px;
width: 272px;
}
.wrapper {
background: #ffffff;
display: flex;
border: 2px solid #dfe1e5;
border-radius: 24px;
z-index: 3;
justify-content: space-between;
width: 582px;
height: 44px;
align-items: center;
margin: 45px auto 20px auto;
}
.wrapper input:focus {
outline: 1px solid transparent;
background: transparent;
}
.search-bar {
display: inline-block;
border: none;
font-size: 1rem;
width: 88%;
height: 80%;
}
.submit-wrapper {
display: flex;
justify-content: center;
}
.submit-wrapper button:focus {
outline: 1px solid #5f6368;
}
.other-language {
text-align: center;
font-size: 13px;
}
.other-language a {
text-decoration: none;
color: darkblue;
}
.other-language a:hover {
text-decoration: underline;
}
/* Google Section */
/* Footer Section */
span {
position: fixed;
left: 0;
bottom: 50px;
display: grid;
width: 100%;
grid-template-columns: 50% 50%;
padding-bottom: 10px;
padding: 5px;
background-color: #f2f2f2;
color: #0000008a;
font: 15px arial, sans-serif;
margin-left: 35px;
line-height: 1.15;
/*text-align: left;
display: block; */
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
display: flex;
justify-content: space-between;
color: #5f6368;
}
.adver-section ul,
.privacy-section ul:not(.dropup-content) {
display: flex;
justify-content: space-evenly;
}
.dropup {
position: relative;
display: inline-block;
color: #0000008a;
cursor: pointer;
}
.dropup-content {
display: none;
position: absolute;
bottom: 50px;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
right: 0;
}
.dropup:hover .dropup-content {
display: block;
cursor: pointer;
}
.dropup:active {
margin-right: 1px 1px 0;
outline: 1px solid transparent;
}
.dropup-content li {
padding: 10px;
} | css/main.css | html {
box-sizing: border-box;
}
body {
font-family: arial, sans-serif;
color: #222222;
}
/* Utilities */
.nav-item {
text-decoration: none;
color: #5f6368;
font-size: 15px;
}
.nav-item:hover {
color: #5f6368;
cursor: pointer;
text-decoration: underline;
}
.button {
background-color: #f2f2f2;
border: 1px solid #dfe1e5;
border-radius: 4px;
box-shadow: none;
color: #5f6368;
font-size: 14px;
margin: 11px 4px;
padding: 0 16px;
line-height: 27px;
height: 36px;
min-width: 54px;
text-align: center;
cursor: pointer;
user-select: none;
}
/* Utilities */
/* Navbar */
.navbar ul {
display: flex;
float: right;
justify-content: space-evenly;
}
li {
list-style: none;
padding-right: 25px;
}
.nav-icon {
width: 1.2rem;
height: 1.2rem;
padding: 0 1rem 0 1rem;
}
.usr-img {
border-radius: 100%;
}
/* Navbar
/* Google Section */
.google-logo img {
display: block;
margin: auto;
padding-top: 150px;
padding-left: 19rem;
height: 92px;
width: 272px;
}
.wrapper {
background: #ffffff;
display: flex;
border: 2px solid #dfe1e5;
border-radius: 24px;
z-index: 3;
justify-content: space-between;
width: 582px;
height: 44px;
align-items: center;
margin: 45px auto 20px auto;
}
.wrapper input:focus {
outline: 1px solid transparent;
background: transparent;
}
.search-bar {
display: inline-block;
border: none;
font-size: 1rem;
width: 88%;
height: 80%;
}
.submit-wrapper {
display: flex;
justify-content: center;
}
.submit-wrapper button:focus {
outline: 1px solid #5f6368;
}
.other-language {
text-align: center;
font-size: 13px;
}
.other-language a {
text-decoration: none;
color: darkblue;
}
.other-language a:hover {
text-decoration: underline;
}
/* Google Section */
/* Footer Section */
span {
position: fixed;
left: 0;
bottom: 50px;
display: grid;
width: 100%;
grid-template-columns: 50% 50%;
padding-bottom: 10px;
padding: 5px;
background-color: #f2f2f2;
color: #0000008a;
font: 15px arial, sans-serif;
margin-left: 35px;
line-height: 1.15;
/*text-align: left;
display: block; */
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
display: flex;
justify-content: space-between;
color: #5f6368;
}
.adver-section ul,
.privacy-section ul:not(.dropup-content) {
display: flex;
justify-content: space-evenly;
}
.dropup {
position: relative;
display: inline-block;
color: #0000008a;
cursor: pointer;
}
.dropup-content {
display: none;
position: absolute;
bottom: 50px;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
right: 0;
}
.dropup:hover .dropup-content {
display: block;
cursor: pointer;
}
.dropup:active {
margin-right: 1px 1px 0;
outline: 1px solid transparent;
}
.dropup-content li {
padding: 10px;
} | 0.477311 | 0.068009 |
h1,h2,h3,h4,h5,p{
font-family: 'Merriweather', serif;
}
h5{
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
}
h6{
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
font-weight: 600;
}
p{
font-size: 15px;
color: #666;
}
.round{
border-radius: 5px;
}
.text-light{
color: #666;
}
.button{
background-color: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
}
.button:hover{
background-color: #111;
}
a{
color: #222;
}
a:hover{
color: #111;
}
.image{
display: inline-block;
max-width: 100%;
margin-bottom: 1rem;
border: solid 2px #fefefe;
border-radius: 0;
box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
line-height: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
border:0;
}
.portfolio-me{
padding: 20px;
background: #121213;
color: #fff;
box-shadow: none !important;
}
.portfolio-me p{
font-size: 14px;
color: #999;
}
.portfolio-me a{
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
color: #555;
font-size: 13px;
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
}
.portfolio-me a:hover{
color: #999;
}
.portfolio-breadcrumb{
margin: 0;
padding: 20px;
border-bottom: 1px solid #eaeaea;
}
.portfolio-breadcrumb a{
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 13px;
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
}
.portfolio-intro{
margin: 0;
padding: 40px 50px 30px;
}
.portfolio-intro p{
border-bottom: 1px solid #eaeaea;
padding-bottom: 40px;
}
.portfolio-index{
margin: 0;
padding: 10px 50px;
}
.portfolio-index .thumbnail{
margin-bottom: 5px;
}
.portfolio-index a{
color: #333;
}
.portfolio-index .cell{
margin-bottom: 15px;
}
.portfolio-index .cell h5{
letter-spacing: 1px;
}
.portfolio-meta{
padding-left: 20px;
}
.portfolio-meta .button{
margin-bottom: 5px;
}
.portfolio-project p{
border: none;
}
.portfolio-project li{
font-size: 13px;
color: #444;
}
.portfolio-bio{
line-height: 25px;
}
.thumbnail{
/*rounded borders and shadow box*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
border: 0;
box-shadow: 10px 10px 5px #ccc;
}
.thumbnail:hover{
opacity: .5;
box-shadow: 10px 10px 5px #404040;
}
#logo{
box-shadow:none;
opacity:none;
} | public/css/style.css | h1,h2,h3,h4,h5,p{
font-family: 'Merriweather', serif;
}
h5{
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
}
h6{
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
font-weight: 600;
}
p{
font-size: 15px;
color: #666;
}
.round{
border-radius: 5px;
}
.text-light{
color: #666;
}
.button{
background-color: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
}
.button:hover{
background-color: #111;
}
a{
color: #222;
}
a:hover{
color: #111;
}
.image{
display: inline-block;
max-width: 100%;
margin-bottom: 1rem;
border: solid 2px #fefefe;
border-radius: 0;
box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
line-height: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
border:0;
}
.portfolio-me{
padding: 20px;
background: #121213;
color: #fff;
box-shadow: none !important;
}
.portfolio-me p{
font-size: 14px;
color: #999;
}
.portfolio-me a{
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
color: #555;
font-size: 13px;
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
}
.portfolio-me a:hover{
color: #999;
}
.portfolio-breadcrumb{
margin: 0;
padding: 20px;
border-bottom: 1px solid #eaeaea;
}
.portfolio-breadcrumb a{
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 13px;
letter-spacing: 2.5px;
-webkit-text-transform: uppercase;
text-transform: uppercase;
}
.portfolio-intro{
margin: 0;
padding: 40px 50px 30px;
}
.portfolio-intro p{
border-bottom: 1px solid #eaeaea;
padding-bottom: 40px;
}
.portfolio-index{
margin: 0;
padding: 10px 50px;
}
.portfolio-index .thumbnail{
margin-bottom: 5px;
}
.portfolio-index a{
color: #333;
}
.portfolio-index .cell{
margin-bottom: 15px;
}
.portfolio-index .cell h5{
letter-spacing: 1px;
}
.portfolio-meta{
padding-left: 20px;
}
.portfolio-meta .button{
margin-bottom: 5px;
}
.portfolio-project p{
border: none;
}
.portfolio-project li{
font-size: 13px;
color: #444;
}
.portfolio-bio{
line-height: 25px;
}
.thumbnail{
/*rounded borders and shadow box*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
border: 0;
box-shadow: 10px 10px 5px #ccc;
}
.thumbnail:hover{
opacity: .5;
box-shadow: 10px 10px 5px #404040;
}
#logo{
box-shadow:none;
opacity:none;
} | 0.258326 | 0.101322 |
body{
margin: 0px;
font-family: 'Montserrat', sans-serif;
background-color: white;
}
.header{
background-color: white ;
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__img{
width: 150px;
padding: 5px 5px 5px 5px;
margin-left: 15px;
cursor: pointer;
}
.header__menu{
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-right: 40px;
}
.menu-element {
padding: 5px 5px 5px 5px;
margin: 5px 15px 5px 15px;
cursor: pointer;
font-size: 18px;
transition: transform 0.5s;
}
.header__menu:hover .menu-element:hover{
transform: scale(1.3);
opacity: 1;
}
.homeView {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex-basis: auto;
background: url(https://images.pexels.com/photos/3075974/pexels-photo-3075974.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
background-size: cover;
height: calc(100vh - 50px - 34px);
min-height:300px;
}
@media (max-width: 900px){
.homeView{
background-position-x: 50%;
}
}
.homeView__title{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
position: relative;
width: 100%;
font-size: 20px;
text-align: center;
text-shadow: 2px 2px 4px #000000;
}
.input{
border: 2px solid white;
border-radius: 25px;
color: white;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
height: 40px;
padding: 0px 20px;
background-color: rgba(1, 1, 1, 0.5);
width:70%;
outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 0.7; /* Firefox */
}
.categories__tittle{
font-size: 40px;
text-align: center;
margin: 20px 10px;
}
.destacados{
width: 94%;
margin-left: 3%;
margin-right: 3%;
height: 100%;
display: flex;
/* overflow-x: scroll; */
justify-content: center;
padding: 10px;
position: relative;
}
.destacados__container{
grid-template-columns: 1fr 1fr;
display: grid;
grid-gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
@media(max-width: 850px) {
.destacados__container {
grid-template-columns: 100%;
grid-gap: 1rem;
}
}
.destacados__container:hover .destacados-propertyPreview{
opacity: 0.9;
}
.destacados__container:hover .destacados-propertyPreview:hover{
transform: scale(1.03);
opacity: 1;
}
.destacados-propertyPreview{
border-radius: 10px;
overflow: hidden;
margin-right: 10px;
transition: 450ms all;
cursor: pointer;
}
@media(max-width: 850px) {
.destacados-propertyPreview {
max-width: 100%;
}
}
.destacados-propertyPreview__img{
position: relative;
height: 100%;
object-fit: contain;
}
.main-img{
max-width: 100%;
width: 100%;
}
.destacados-propertyPreview__details{
height: 40px;
font-weight: bold;
font-size: 20px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: inline-grid;
grid-template-columns: 1fr 1fr 1fr 1.5fr;
background: linear-gradient(to top, rgba(235, 235, 235, 1) 40%, rgba(235, 235, 235,0.5) 100% );
}
.propertyPreview__details-area{
grid-column: 1 / 1;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.area__value {
padding: 0px 4px;
font-size: 10px;
}
.area__icon{
padding: 0px 4px;
height: 20px;
}
.propertyPreview__details-rooms{
grid-column: 2 / 2;
margin: 5px 0px;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
border-left: 1px solid gray;
}
.rooms__value {
padding: 0px 4px;
font-size: 10px;
}
.rooms__icon{
padding: 0px 4px;
height: 20px;
}
.propertyPreview__details-baths{
grid-column: 3 / 3;
margin: 5px 0px;
border-left: 1px solid gray;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.baths__value {
padding: 0px 4px;
font-size: 10px;
}
.baths__icon{
padding: 0px 4px;
height: 20px;
}
.propertyPreview__details-price{
grid-column: 4 / 4;
margin: 5px 0px;
border-left: 1px solid gray;
padding: 0px 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.price__value{
font-size: 12px;
}
.price__type{
font-size: 10px;
color: orange;
}
.destacados-propertyPreview__title{
bottom: 0;
left: 0;
width: 100%;
padding: 3px 0px;
display: inline-grid;
grid-template-columns: auto 30%;
font-size: 12px;
background-color: #f8f3eb;
}
.propertyPreview__title-name{
align-self: center;
margin-left: 10px;
grid-column-start: 1;
}
.propertyPreview__title-ref{
align-self: center;
grid-column-start: 2;
border-left: 1px solid gray;
padding-left: 30px ;
justify-self: center;
} | src/assets/components/Styles-home.css | body{
margin: 0px;
font-family: 'Montserrat', sans-serif;
background-color: white;
}
.header{
background-color: white ;
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__img{
width: 150px;
padding: 5px 5px 5px 5px;
margin-left: 15px;
cursor: pointer;
}
.header__menu{
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-right: 40px;
}
.menu-element {
padding: 5px 5px 5px 5px;
margin: 5px 15px 5px 15px;
cursor: pointer;
font-size: 18px;
transition: transform 0.5s;
}
.header__menu:hover .menu-element:hover{
transform: scale(1.3);
opacity: 1;
}
.homeView {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex-basis: auto;
background: url(https://images.pexels.com/photos/3075974/pexels-photo-3075974.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
background-size: cover;
height: calc(100vh - 50px - 34px);
min-height:300px;
}
@media (max-width: 900px){
.homeView{
background-position-x: 50%;
}
}
.homeView__title{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
position: relative;
width: 100%;
font-size: 20px;
text-align: center;
text-shadow: 2px 2px 4px #000000;
}
.input{
border: 2px solid white;
border-radius: 25px;
color: white;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
height: 40px;
padding: 0px 20px;
background-color: rgba(1, 1, 1, 0.5);
width:70%;
outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 0.7; /* Firefox */
}
.categories__tittle{
font-size: 40px;
text-align: center;
margin: 20px 10px;
}
.destacados{
width: 94%;
margin-left: 3%;
margin-right: 3%;
height: 100%;
display: flex;
/* overflow-x: scroll; */
justify-content: center;
padding: 10px;
position: relative;
}
.destacados__container{
grid-template-columns: 1fr 1fr;
display: grid;
grid-gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
@media(max-width: 850px) {
.destacados__container {
grid-template-columns: 100%;
grid-gap: 1rem;
}
}
.destacados__container:hover .destacados-propertyPreview{
opacity: 0.9;
}
.destacados__container:hover .destacados-propertyPreview:hover{
transform: scale(1.03);
opacity: 1;
}
.destacados-propertyPreview{
border-radius: 10px;
overflow: hidden;
margin-right: 10px;
transition: 450ms all;
cursor: pointer;
}
@media(max-width: 850px) {
.destacados-propertyPreview {
max-width: 100%;
}
}
.destacados-propertyPreview__img{
position: relative;
height: 100%;
object-fit: contain;
}
.main-img{
max-width: 100%;
width: 100%;
}
.destacados-propertyPreview__details{
height: 40px;
font-weight: bold;
font-size: 20px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: inline-grid;
grid-template-columns: 1fr 1fr 1fr 1.5fr;
background: linear-gradient(to top, rgba(235, 235, 235, 1) 40%, rgba(235, 235, 235,0.5) 100% );
}
.propertyPreview__details-area{
grid-column: 1 / 1;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.area__value {
padding: 0px 4px;
font-size: 10px;
}
.area__icon{
padding: 0px 4px;
height: 20px;
}
.propertyPreview__details-rooms{
grid-column: 2 / 2;
margin: 5px 0px;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
border-left: 1px solid gray;
}
.rooms__value {
padding: 0px 4px;
font-size: 10px;
}
.rooms__icon{
padding: 0px 4px;
height: 20px;
}
.propertyPreview__details-baths{
grid-column: 3 / 3;
margin: 5px 0px;
border-left: 1px solid gray;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.baths__value {
padding: 0px 4px;
font-size: 10px;
}
.baths__icon{
padding: 0px 4px;
height: 20px;
}
.propertyPreview__details-price{
grid-column: 4 / 4;
margin: 5px 0px;
border-left: 1px solid gray;
padding: 0px 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.price__value{
font-size: 12px;
}
.price__type{
font-size: 10px;
color: orange;
}
.destacados-propertyPreview__title{
bottom: 0;
left: 0;
width: 100%;
padding: 3px 0px;
display: inline-grid;
grid-template-columns: auto 30%;
font-size: 12px;
background-color: #f8f3eb;
}
.propertyPreview__title-name{
align-self: center;
margin-left: 10px;
grid-column-start: 1;
}
.propertyPreview__title-ref{
align-self: center;
grid-column-start: 2;
border-left: 1px solid gray;
padding-left: 30px ;
justify-self: center;
} | 0.536313 | 0.114023 |
.background_glassyCornsilk4,
.hover_background_glassyCornsilk4:hover,
.active_background_glassyCornsilk4:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 206, 8)), color-stop(50%, rgb(233, 187, 0)), color-stop(55%, rgb(204, 163, 0)), color-stop(100%, rgb(255, 211, 37)));
background-image: -webkit-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: -o-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: linear-gradient(to bottom, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce08', endColorstr='#ffd325',GradientType=0 );
}
.background_glassyCornsilk4h,
.hover_background_glassyCornsilk4h:hover,
.active_background_glassyCornsilk4h:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 216, 60)), color-stop(50%, rgb(255, 209, 25)), color-stop(55%, rgb(245, 196, 0)), color-stop(100%, rgb(255, 223, 95)));
background-image: -webkit-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: -o-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: linear-gradient(to bottom, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd83c', endColorstr='#ffdf5f',GradientType=0 );
}
.background_glassyCornsilk4a,
.hover_background_glassyCornsilk4a:hover,
.active_background_glassyCornsilk4a:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 223, 95)), color-stop(50%, rgb(245, 196, 0)), color-stop(55%, rgb(255, 209, 25)), color-stop(100%, rgb(255, 216, 60)));
background-image: -webkit-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: -o-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: linear-gradient(to bottom, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf5f', endColorstr='#ffd83c',GradientType=0 );
}
.background_glassyCornsilk4s,
.hover_background_glassyCornsilk4s:hover,
.active_background_glassyCornsilk4s:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 232, 139)), color-stop(50%, rgb(255, 223, 95)), color-stop(55%, rgb(255, 214, 51)), color-stop(100%, rgb(255, 241, 183)));
background-image: -webkit-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: -o-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: linear-gradient(to bottom, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe88b', endColorstr='#fff1b7',GradientType=0 );
}
.background_color_glassyCornsilk4,
.hover_background_color_glassyCornsilk4:hover,
.active_background_color_glassyCornsilk4:active:hover {
background-color:#ffd325;
}
.background_first_color_glassyCornsilk4,
.hover_background_first_color_glassyCornsilk4:hover,
.active_background_first_color_glassyCornsilk4:active:hover {
background-color:#ffce08;
}
.background_last_color_glassyCornsilk4,
.hover_background_last_color_glassyCornsilk4:hover,
.active_background_color_last_glassyCornsilk4:active:hover {
background-color:#ffd325;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyCornsilk4,
.hover_color_glassyCornsilk4:hover,
.active_color_glassyCornsilk4:active:hover {
color: #282828;
}
.color_glassyCornsilk4h,
.hover_color_glassyCornsilk4h:hover,
.active_color_glassyCornsilk4h:active:hover {
color: #282828;
}
.color_glassyCornsilk4a,
.hover_color_glassyCornsilk4a:hover,
.active_color_glassyCornsilk4a:active:hover {
color: #ff0;
}
.color_glassyCornsilk4s,
.hover_color_glassyCornsilk4s:hover,
.active_color_glassyCornsilk4s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyCornsilk4,
.hover_border_glassyCornsilk4:hover,
.active_border_glassyCornsilk4:active:hover {
border-color: #d2a800 #af8c00 #af8c00 #d2a800;
}
.border_glassyCornsilk4h,
.hover_border_glassyCornsilk4h:hover,
.active_border_glassyCornsilk4h:active:hover {
border-color: #d2a800 #af8c00 #af8c00 #d2a800;
}
.border_glassyCornsilk4a,
.hover_border_glassyCornsilk4a:hover,
.active_border_glassyCornsilk4a:active:hover {
border-color: #a38300 #a38300 #a38300 #a38300;
}
.border_glassyCornsilk4s,
.hover_border_glassyCornsilk4s:hover,
.active_border_glassyCornsilk4s:active:hover {
border-color: #a38300 #a38300 #a38300 #a38300;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyCornsilk4,
.hover_shadow_expand_glassyCornsilk4:hover,
.active_shadow_expand_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 211, 37, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 211, 37, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 211, 37, .39);
}
.shadow_expand_glassyCornsilk4h,
.hover_shadow_expand_glassyCornsilk4h:hover,
.active_shadow_expand_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 95, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 95, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 95, .50);
}
.shadow_expand_glassyCornsilk4a,
.hover_shadow_expand_glassyCornsilk4a:hover,
.active_shadow_expand_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .63);
}
.shadow_expand_glassyCornsilk4s,
.hover_shadow_expand_glassyCornsilk4s:hover,
.active_shadow_expand_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyCornsilk4,
.hover_shadow_left_glassyCornsilk4:hover,
.active_shadow_left_glassyCornsilk4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_left_glassyCornsilk4h,
.hover_shadow_left_glassyCornsilk4h:hover,
.active_shadow_left_glassyCornsilk4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_left_glassyCornsilk4a,
.hover_shadow_left_glassyCornsilk4a:hover,
.active_shadow_left_glassyCornsilk4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_left_glassyCornsilk4s,
.hover_shadow_left_glassyCornsilk4s:hover,
.active_shadow_left_glassyCornsilk4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyCornsilk4,
.hover_shadow_right_glassyCornsilk4:hover,
.active_shadow_right_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 211, 37, .39);
box-shadow: 0.5em 0em 1em rgba(255, 211, 37, .39);
}
.shadow_right_glassyCornsilk4h,
.hover_shadow_right_glassyCornsilk4h:hover,
.active_shadow_right_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 223, 95, .50);
box-shadow: 0.5em 0em 1em rgba(255, 223, 95, .50);
}
.shadow_right_glassyCornsilk4a,
.hover_shadow_right_glassyCornsilk4a:hover,
.active_shadow_right_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .63);
box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .63);
}
.shadow_right_glassyCornsilk4s,
.hover_shadow_right_glassyCornsilk4s:hover,
.active_shadow_right_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .78);
box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyCornsilk4,
.hover_shadow_top_glassyCornsilk4:hover,
.active_shadow_top_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_top_glassyCornsilk4h,
.hover_shadow_top_glassyCornsilk4h:hover,
.active_shadow_top_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_top_glassyCornsilk4a,
.hover_shadow_top_glassyCornsilk4a:hover,
.active_shadow_top_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_top_glassyCornsilk4s,
.hover_shadow_top_glassyCornsilk4s:hover,
.active_shadow_top_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyCornsilk4,
.hover_shadow_bottom_glassyCornsilk4:hover,
.active_shadow_bottom_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0em 0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_bottom_glassyCornsilk4h,
.hover_shadow_bottom_glassyCornsilk4h:hover,
.active_shadow_bottom_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0em 0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_bottom_glassyCornsilk4a,
.hover_shadow_bottom_glassyCornsilk4a:hover,
.active_shadow_bottom_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_bottom_glassyCornsilk4s,
.hover_shadow_bottom_glassyCornsilk4s:hover,
.active_shadow_bottom_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyCornsilk4,
.hover_shadow_top_left_glassyCornsilk4:hover,
.active_shadow_top_left_glassyCornsilk4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_top_left_glassyCornsilk4h,
.hover_shadow_top_left_glassyCornsilk4h:hover,
.active_shadow_top_left_glassyCornsilk4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_top_left_glassyCornsilk4a,
.hover_shadow_top_left_glassyCornsilk4a:hover,
.active_shadow_top_left_glassyCornsilk4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_top_left_glassyCornsilk4s,
.hover_shadow_top_left_glassyCornsilk4s:hover,
.active_shadow_top_left_glassyCornsilk4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyCornsilk4,
.hover_shadow_top_right_glassyCornsilk4:hover,
.active_shadow_top_right_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_top_right_glassyCornsilk4h,
.hover_shadow_top_right_glassyCornsilk4h:hover,
.active_shadow_top_right_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_top_right_glassyCornsilk4a,
.hover_shadow_top_right_glassyCornsilk4a:hover,
.active_shadow_top_right_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_top_right_glassyCornsilk4s,
.hover_shadow_top_right_glassyCornsilk4s:hover,
.active_shadow_top_right_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyCornsilk4,
.hover_shadow_bottom_left_glassyCornsilk4:hover,
.active_shadow_bottom_left_glassyCornsilk4:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 211, 37, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_bottom_left_glassyCornsilk4h,
.hover_shadow_bottom_left_glassyCornsilk4h:hover,
.active_shadow_bottom_left_glassyCornsilk4h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 95, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_bottom_left_glassyCornsilk4a,
.hover_shadow_bottom_left_glassyCornsilk4a:hover,
.active_shadow_bottom_left_glassyCornsilk4a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_bottom_left_glassyCornsilk4s,
.hover_shadow_bottom_left_glassyCornsilk4s:hover,
.active_shadow_bottom_left_glassyCornsilk4s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyCornsilk4,
.hover_shadow_bottom_right_glassyCornsilk4:hover,
.active_shadow_bottom_right_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_bottom_right_glassyCornsilk4h,
.hover_shadow_bottom_right_glassyCornsilk4h:hover,
.active_shadow_bottom_right_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_bottom_right_glassyCornsilk4a,
.hover_shadow_bottom_right_glassyCornsilk4a:hover,
.active_shadow_bottom_right_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_bottom_right_glassyCornsilk4s,
.hover_shadow_bottom_right_glassyCornsilk4s:hover,
.active_shadow_bottom_right_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .78);
} | widgets/common/assets/gradients/glassy/glassyCornsilk/glassyCornsilk4.css | .background_glassyCornsilk4,
.hover_background_glassyCornsilk4:hover,
.active_background_glassyCornsilk4:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 206, 8)), color-stop(50%, rgb(233, 187, 0)), color-stop(55%, rgb(204, 163, 0)), color-stop(100%, rgb(255, 211, 37)));
background-image: -webkit-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: -o-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
background-image: linear-gradient(to bottom, rgb(255, 206, 8) 0%, rgb(233, 187, 0) 50%, rgb(204, 163, 0) 55%, rgb(255, 211, 37) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce08', endColorstr='#ffd325',GradientType=0 );
}
.background_glassyCornsilk4h,
.hover_background_glassyCornsilk4h:hover,
.active_background_glassyCornsilk4h:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 216, 60)), color-stop(50%, rgb(255, 209, 25)), color-stop(55%, rgb(245, 196, 0)), color-stop(100%, rgb(255, 223, 95)));
background-image: -webkit-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: -o-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
background-image: linear-gradient(to bottom, rgb(255, 216, 60) 0%, rgb(255, 209, 25) 50%, rgb(245, 196, 0) 55%, rgb(255, 223, 95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd83c', endColorstr='#ffdf5f',GradientType=0 );
}
.background_glassyCornsilk4a,
.hover_background_glassyCornsilk4a:hover,
.active_background_glassyCornsilk4a:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 223, 95)), color-stop(50%, rgb(245, 196, 0)), color-stop(55%, rgb(255, 209, 25)), color-stop(100%, rgb(255, 216, 60)));
background-image: -webkit-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: -o-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
background-image: linear-gradient(to bottom, rgb(255, 223, 95) 0%, rgb(245, 196, 0) 50%, rgb(255, 209, 25) 55%, rgb(255, 216, 60) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf5f', endColorstr='#ffd83c',GradientType=0 );
}
.background_glassyCornsilk4s,
.hover_background_glassyCornsilk4s:hover,
.active_background_glassyCornsilk4s:active:hover {
background: #ffd325;
background-image: -moz-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 232, 139)), color-stop(50%, rgb(255, 223, 95)), color-stop(55%, rgb(255, 214, 51)), color-stop(100%, rgb(255, 241, 183)));
background-image: -webkit-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: -o-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
background-image: linear-gradient(to bottom, rgb(255, 232, 139) 0%, rgb(255, 223, 95) 50%, rgb(255, 214, 51) 55%, rgb(255, 241, 183) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe88b', endColorstr='#fff1b7',GradientType=0 );
}
.background_color_glassyCornsilk4,
.hover_background_color_glassyCornsilk4:hover,
.active_background_color_glassyCornsilk4:active:hover {
background-color:#ffd325;
}
.background_first_color_glassyCornsilk4,
.hover_background_first_color_glassyCornsilk4:hover,
.active_background_first_color_glassyCornsilk4:active:hover {
background-color:#ffce08;
}
.background_last_color_glassyCornsilk4,
.hover_background_last_color_glassyCornsilk4:hover,
.active_background_color_last_glassyCornsilk4:active:hover {
background-color:#ffd325;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyCornsilk4,
.hover_color_glassyCornsilk4:hover,
.active_color_glassyCornsilk4:active:hover {
color: #282828;
}
.color_glassyCornsilk4h,
.hover_color_glassyCornsilk4h:hover,
.active_color_glassyCornsilk4h:active:hover {
color: #282828;
}
.color_glassyCornsilk4a,
.hover_color_glassyCornsilk4a:hover,
.active_color_glassyCornsilk4a:active:hover {
color: #ff0;
}
.color_glassyCornsilk4s,
.hover_color_glassyCornsilk4s:hover,
.active_color_glassyCornsilk4s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyCornsilk4,
.hover_border_glassyCornsilk4:hover,
.active_border_glassyCornsilk4:active:hover {
border-color: #d2a800 #af8c00 #af8c00 #d2a800;
}
.border_glassyCornsilk4h,
.hover_border_glassyCornsilk4h:hover,
.active_border_glassyCornsilk4h:active:hover {
border-color: #d2a800 #af8c00 #af8c00 #d2a800;
}
.border_glassyCornsilk4a,
.hover_border_glassyCornsilk4a:hover,
.active_border_glassyCornsilk4a:active:hover {
border-color: #a38300 #a38300 #a38300 #a38300;
}
.border_glassyCornsilk4s,
.hover_border_glassyCornsilk4s:hover,
.active_border_glassyCornsilk4s:active:hover {
border-color: #a38300 #a38300 #a38300 #a38300;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyCornsilk4,
.hover_shadow_expand_glassyCornsilk4:hover,
.active_shadow_expand_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 211, 37, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 211, 37, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 211, 37, .39);
}
.shadow_expand_glassyCornsilk4h,
.hover_shadow_expand_glassyCornsilk4h:hover,
.active_shadow_expand_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 95, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 95, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 95, .50);
}
.shadow_expand_glassyCornsilk4a,
.hover_shadow_expand_glassyCornsilk4a:hover,
.active_shadow_expand_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .63);
}
.shadow_expand_glassyCornsilk4s,
.hover_shadow_expand_glassyCornsilk4s:hover,
.active_shadow_expand_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyCornsilk4,
.hover_shadow_left_glassyCornsilk4:hover,
.active_shadow_left_glassyCornsilk4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_left_glassyCornsilk4h,
.hover_shadow_left_glassyCornsilk4h:hover,
.active_shadow_left_glassyCornsilk4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_left_glassyCornsilk4a,
.hover_shadow_left_glassyCornsilk4a:hover,
.active_shadow_left_glassyCornsilk4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_left_glassyCornsilk4s,
.hover_shadow_left_glassyCornsilk4s:hover,
.active_shadow_left_glassyCornsilk4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyCornsilk4,
.hover_shadow_right_glassyCornsilk4:hover,
.active_shadow_right_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 211, 37, .39);
box-shadow: 0.5em 0em 1em rgba(255, 211, 37, .39);
}
.shadow_right_glassyCornsilk4h,
.hover_shadow_right_glassyCornsilk4h:hover,
.active_shadow_right_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 223, 95, .50);
box-shadow: 0.5em 0em 1em rgba(255, 223, 95, .50);
}
.shadow_right_glassyCornsilk4a,
.hover_shadow_right_glassyCornsilk4a:hover,
.active_shadow_right_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .63);
box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .63);
}
.shadow_right_glassyCornsilk4s,
.hover_shadow_right_glassyCornsilk4s:hover,
.active_shadow_right_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .78);
box-shadow: 0.5em 0em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyCornsilk4,
.hover_shadow_top_glassyCornsilk4:hover,
.active_shadow_top_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_top_glassyCornsilk4h,
.hover_shadow_top_glassyCornsilk4h:hover,
.active_shadow_top_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_top_glassyCornsilk4a,
.hover_shadow_top_glassyCornsilk4a:hover,
.active_shadow_top_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_top_glassyCornsilk4s,
.hover_shadow_top_glassyCornsilk4s:hover,
.active_shadow_top_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyCornsilk4,
.hover_shadow_bottom_glassyCornsilk4:hover,
.active_shadow_bottom_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0em 0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_bottom_glassyCornsilk4h,
.hover_shadow_bottom_glassyCornsilk4h:hover,
.active_shadow_bottom_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0em 0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_bottom_glassyCornsilk4a,
.hover_shadow_bottom_glassyCornsilk4a:hover,
.active_shadow_bottom_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_bottom_glassyCornsilk4s,
.hover_shadow_bottom_glassyCornsilk4s:hover,
.active_shadow_bottom_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0em 0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyCornsilk4,
.hover_shadow_top_left_glassyCornsilk4:hover,
.active_shadow_top_left_glassyCornsilk4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_top_left_glassyCornsilk4h,
.hover_shadow_top_left_glassyCornsilk4h:hover,
.active_shadow_top_left_glassyCornsilk4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_top_left_glassyCornsilk4a,
.hover_shadow_top_left_glassyCornsilk4a:hover,
.active_shadow_top_left_glassyCornsilk4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_top_left_glassyCornsilk4s,
.hover_shadow_top_left_glassyCornsilk4s:hover,
.active_shadow_top_left_glassyCornsilk4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyCornsilk4,
.hover_shadow_top_right_glassyCornsilk4:hover,
.active_shadow_top_right_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_top_right_glassyCornsilk4h,
.hover_shadow_top_right_glassyCornsilk4h:hover,
.active_shadow_top_right_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_top_right_glassyCornsilk4a,
.hover_shadow_top_right_glassyCornsilk4a:hover,
.active_shadow_top_right_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_top_right_glassyCornsilk4s,
.hover_shadow_top_right_glassyCornsilk4s:hover,
.active_shadow_top_right_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyCornsilk4,
.hover_shadow_bottom_left_glassyCornsilk4:hover,
.active_shadow_bottom_left_glassyCornsilk4:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 211, 37, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_bottom_left_glassyCornsilk4h,
.hover_shadow_bottom_left_glassyCornsilk4h:hover,
.active_shadow_bottom_left_glassyCornsilk4h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 95, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_bottom_left_glassyCornsilk4a,
.hover_shadow_bottom_left_glassyCornsilk4a:hover,
.active_shadow_bottom_left_glassyCornsilk4a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_bottom_left_glassyCornsilk4s,
.hover_shadow_bottom_left_glassyCornsilk4s:hover,
.active_shadow_bottom_left_glassyCornsilk4s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 216, 60, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyCornsilk4,
.hover_shadow_bottom_right_glassyCornsilk4:hover,
.active_shadow_bottom_right_glassyCornsilk4:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 211, 37, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 211, 37, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 211, 37, .39);
}
.shadow_bottom_right_glassyCornsilk4h,
.hover_shadow_bottom_right_glassyCornsilk4h:hover,
.active_shadow_bottom_right_glassyCornsilk4h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 95, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 95, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 223, 95, .50);
}
.shadow_bottom_right_glassyCornsilk4a,
.hover_shadow_bottom_right_glassyCornsilk4a:hover,
.active_shadow_bottom_right_glassyCornsilk4a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .63);
}
.shadow_bottom_right_glassyCornsilk4s,
.hover_shadow_bottom_right_glassyCornsilk4s:hover,
.active_shadow_bottom_right_glassyCornsilk4s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 216, 60, .78);
} | 0.545528 | 0.107017 |
body {
background: RGBA(29, 20, 35, 1);
-webkit-font-smoothing: antialiased;
}
main {
padding: 60px 15px;
text-align: center;
max-width: 100%;
}
h1 {
font-size: 2.5em;
font-weight: 300;
color: rgba(255, 255, 255, .9);
margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
h1 {
font-size: 3em;
}
}
h2 {
margin: 0 0 50px;
font-size: 1.5em;
font-weight: 200;
color: rgba(255, 255, 255, .6);
}
aside {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(200deg, #27156E, #6A2A88, #9F4981);
opacity: 0;
visibility: hidden;
transition: all .5s ease;
z-index: 2;
}
.open {
opacity: 1;
visibility: visible;
}
nav {
text-align: center;
height: 95vh;
display: flex;
flex-direction: column;
justify-content: center;
ul {
margin: 0;
padding: 0;
list-style: none;
li {
align-items: center;
flex: 1;
line-height: 20vh;
a {
font-size: 1.5em;
transition: all 0.5s ease;
display: block;
text-decoration: none;
color: rgba(255, 255, 255, .5);
&:hover {
color: rgba(255, 255, 255, .9);
transform: scale(1.1);
&:before {
visibility: visible;
transform: scaleX(1);
}
}
&:before {
content: "";
position: absolute;
width: 50%;
height: 2px;
bottom: 0;
left: 25%;
background: white;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
}
}
}
}
}
@media screen and (min-width: 600px) {
nav ul li a {
font-size: 3em;
}
}
button {
padding: 15px 40px;
background: transparent;
border: 1px solid rgba(255, 255, 255, .4);
color: white;
border-radius: 8px;
transition: all .5s ease;
&:hover {
border: 1px solid rgba(255, 255, 255, 1);
}
}
.close {
position: fixed;
top: 40px;
right: 60px;
color: white;
z-index: 3;
cursor: pointer;
font-family: sans-serif;
span,
span:before,
span:after {
border-radius: 4px;
height: 5px;
width: 35px;
background: white;
position: absolute;
display: block;
content: '';
}
span {
background: transparent;
}
span:before {
transform: rotate(45deg);
}
span:after {
transform: rotate(-45deg);
}
}
.outer-close {
position: absolute;
right: 0;
top: 0;
width: 85px;
height: 85px;
cursor: pointer;
} | css/sheet.css | body {
background: RGBA(29, 20, 35, 1);
-webkit-font-smoothing: antialiased;
}
main {
padding: 60px 15px;
text-align: center;
max-width: 100%;
}
h1 {
font-size: 2.5em;
font-weight: 300;
color: rgba(255, 255, 255, .9);
margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
h1 {
font-size: 3em;
}
}
h2 {
margin: 0 0 50px;
font-size: 1.5em;
font-weight: 200;
color: rgba(255, 255, 255, .6);
}
aside {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(200deg, #27156E, #6A2A88, #9F4981);
opacity: 0;
visibility: hidden;
transition: all .5s ease;
z-index: 2;
}
.open {
opacity: 1;
visibility: visible;
}
nav {
text-align: center;
height: 95vh;
display: flex;
flex-direction: column;
justify-content: center;
ul {
margin: 0;
padding: 0;
list-style: none;
li {
align-items: center;
flex: 1;
line-height: 20vh;
a {
font-size: 1.5em;
transition: all 0.5s ease;
display: block;
text-decoration: none;
color: rgba(255, 255, 255, .5);
&:hover {
color: rgba(255, 255, 255, .9);
transform: scale(1.1);
&:before {
visibility: visible;
transform: scaleX(1);
}
}
&:before {
content: "";
position: absolute;
width: 50%;
height: 2px;
bottom: 0;
left: 25%;
background: white;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
}
}
}
}
}
@media screen and (min-width: 600px) {
nav ul li a {
font-size: 3em;
}
}
button {
padding: 15px 40px;
background: transparent;
border: 1px solid rgba(255, 255, 255, .4);
color: white;
border-radius: 8px;
transition: all .5s ease;
&:hover {
border: 1px solid rgba(255, 255, 255, 1);
}
}
.close {
position: fixed;
top: 40px;
right: 60px;
color: white;
z-index: 3;
cursor: pointer;
font-family: sans-serif;
span,
span:before,
span:after {
border-radius: 4px;
height: 5px;
width: 35px;
background: white;
position: absolute;
display: block;
content: '';
}
span {
background: transparent;
}
span:before {
transform: rotate(45deg);
}
span:after {
transform: rotate(-45deg);
}
}
.outer-close {
position: absolute;
right: 0;
top: 0;
width: 85px;
height: 85px;
cursor: pointer;
} | 0.369429 | 0.067762 |
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
html
{
height: 100%;
overflow: hidden;
}
body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background-color: black;
font-family: sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
width:100%;
overflow: hidden;
}
/* Portrait layout (default) */
.app {
width: 100%;
height: 100%;
text-align: center;
}
.top
{
display: inline-block;
width: 100%;
height: 24px;
background-color: #DDD;
font-size: 2.5em;
color: black;
padding: 12px 12px 24px 12px;
text-align: left;
}
.logo
{
display: inline-block;
position: absolute;
background-size: 100%;
width: 45px;
height: 54px;
left: 4px;
top: 4px;
}
#status
{
position: absolute;
top: 0px;
left: 0px;
webkit-transform:translateZ(1px);
-moz-transform:translateZ(1px);
-o-transform:translateZ(1px);
transform:translateZ(1px);
}
#logo
{
-webkit-animation-delay: .25s;
-moz-animation-delay: .25s;
-ms-animation-delay: .25s;
animation-delay: .25s;
}
.content
{
display: block;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
border-radius: 6px;
color: white;
position: relative;
}
@media screen and (orientation: portrait)
{
.content
{
margin-top: 40%;
}
}
@media screen and (orientation: landscape) and (max-width: 960px)
{
.content
{
margin-top: 10%;
margin-left: 5%;
}
}
#message
{
box-sizing: border-box;
font-size: 1.5em;
background-color: black;
padding: 15px 5px 15px 10px;
position: fixed;
bottom: 0px;
left: 0px;
text-align: left;
width: 100%;
}
#message span
{
display: inline-block;
width: 100%;
}
#bar
{
margin-top: 120px;
-webkit-transform:translateZ(2px);
-moz-transform:translateZ(2px);
-o-transform:translateZ(2px);
transform:translateZ(2px);
}
.bar
{
border-sizing: border-box;
display: inline-block;
background-color: #30b2fd;
height: 0px;
width: 100%;
border: 0px solid white;
border-left-style: none;
border-right-style: none;
overflow: hidden;
/*-webkit-transition: height 0.5s linear, margin 0.5s linear;
-moz-transition: height 0.5s linear, margin 0.5s linear;
-ms-transition: height 0.5s linear, margin 0.5s linear;
transition: height 0.5s linear, margin 0.5s linear;*/
}
.bar-show
{
height: 150px;
border: 5px solid white;
border-left-style: none;
border-right-style: none;
margin-top: 45px !important;
/*-webkit-transition: height 0.5s linear, margin 0.5s linear;
-moz-transition: height 0.5s linear, margin 0.5s linear;
-ms-transition: height 0.5s linear, margin 0.5s linear;
transition: height 0.5s linear, margin 0.5s linear;*/
}
.bubble
{
border-radius: 50%;
height: 70px;
width: 70px;
background-position: center;
background-size: 66%;
background-repeat: no-repeat;
display: inline-block;
text-align: center;
vertical-align: middle;
position: relative;
}
.bubble span
{
position: absolute;
bottom: -20px;
left: 0px;
color: white;
width: 100%;
text-align: center;
}
.row
{
display: inline-block;
width: 100%;
}
.col
{
display: inline-block;
box-sizing: border-box;
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
background-position:left center;
padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */
margin:-90px 0px 0px -198px; /* offset vertical: half of image height */
/* offset horizontal: half of image width and text area width */
}
}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
overflow:visible;
padding:0px;
text-align:center;
}
.event {
border-radius:4px;
-webkit-border-radius:4px;
color:#FFFFFF;
font-size:12px;
margin:0px 30px;
padding:2px 0px;
}
.event.waiting {
background-color:#333333;
display:block;
}
.done {
background-color:#4B946A;
display:none;
}
@keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
@-webkit-keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
#starfield
{
background: radial-gradient(ellipse at top, #1B2735 0%, #090A0F 100%);
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
} | www/css/index.css | * {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
html
{
height: 100%;
overflow: hidden;
}
body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background-color: black;
font-family: sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
width:100%;
overflow: hidden;
}
/* Portrait layout (default) */
.app {
width: 100%;
height: 100%;
text-align: center;
}
.top
{
display: inline-block;
width: 100%;
height: 24px;
background-color: #DDD;
font-size: 2.5em;
color: black;
padding: 12px 12px 24px 12px;
text-align: left;
}
.logo
{
display: inline-block;
position: absolute;
background-size: 100%;
width: 45px;
height: 54px;
left: 4px;
top: 4px;
}
#status
{
position: absolute;
top: 0px;
left: 0px;
webkit-transform:translateZ(1px);
-moz-transform:translateZ(1px);
-o-transform:translateZ(1px);
transform:translateZ(1px);
}
#logo
{
-webkit-animation-delay: .25s;
-moz-animation-delay: .25s;
-ms-animation-delay: .25s;
animation-delay: .25s;
}
.content
{
display: block;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
border-radius: 6px;
color: white;
position: relative;
}
@media screen and (orientation: portrait)
{
.content
{
margin-top: 40%;
}
}
@media screen and (orientation: landscape) and (max-width: 960px)
{
.content
{
margin-top: 10%;
margin-left: 5%;
}
}
#message
{
box-sizing: border-box;
font-size: 1.5em;
background-color: black;
padding: 15px 5px 15px 10px;
position: fixed;
bottom: 0px;
left: 0px;
text-align: left;
width: 100%;
}
#message span
{
display: inline-block;
width: 100%;
}
#bar
{
margin-top: 120px;
-webkit-transform:translateZ(2px);
-moz-transform:translateZ(2px);
-o-transform:translateZ(2px);
transform:translateZ(2px);
}
.bar
{
border-sizing: border-box;
display: inline-block;
background-color: #30b2fd;
height: 0px;
width: 100%;
border: 0px solid white;
border-left-style: none;
border-right-style: none;
overflow: hidden;
/*-webkit-transition: height 0.5s linear, margin 0.5s linear;
-moz-transition: height 0.5s linear, margin 0.5s linear;
-ms-transition: height 0.5s linear, margin 0.5s linear;
transition: height 0.5s linear, margin 0.5s linear;*/
}
.bar-show
{
height: 150px;
border: 5px solid white;
border-left-style: none;
border-right-style: none;
margin-top: 45px !important;
/*-webkit-transition: height 0.5s linear, margin 0.5s linear;
-moz-transition: height 0.5s linear, margin 0.5s linear;
-ms-transition: height 0.5s linear, margin 0.5s linear;
transition: height 0.5s linear, margin 0.5s linear;*/
}
.bubble
{
border-radius: 50%;
height: 70px;
width: 70px;
background-position: center;
background-size: 66%;
background-repeat: no-repeat;
display: inline-block;
text-align: center;
vertical-align: middle;
position: relative;
}
.bubble span
{
position: absolute;
bottom: -20px;
left: 0px;
color: white;
width: 100%;
text-align: center;
}
.row
{
display: inline-block;
width: 100%;
}
.col
{
display: inline-block;
box-sizing: border-box;
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
background-position:left center;
padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */
margin:-90px 0px 0px -198px; /* offset vertical: half of image height */
/* offset horizontal: half of image width and text area width */
}
}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
overflow:visible;
padding:0px;
text-align:center;
}
.event {
border-radius:4px;
-webkit-border-radius:4px;
color:#FFFFFF;
font-size:12px;
margin:0px 30px;
padding:2px 0px;
}
.event.waiting {
background-color:#333333;
display:block;
}
.done {
background-color:#4B946A;
display:none;
}
@keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
@-webkit-keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
#starfield
{
background: radial-gradient(ellipse at top, #1B2735 0%, #090A0F 100%);
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
} | 0.387343 | 0.07843 |