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 |
|---|---|---|---|---|
html,
body {
height: 100%;
}
.iphone_body {
margin: auto;
border: 10px solid #000;
border-radius: 40px;
width: 320px;
height: 700px;
position: relative;
box-shadow: 0px 20px 15px #33333335;
}
.display_notch {
z-index: 50;
top: 0;
left: 62px;
position: absolute;
background: #000;
width: 200px;
height: 30px;
border-radius: 0px 0px 20px 20px;
}
.display {
z-index: 10;
position: absolute;
background: url(images/pexels-roberto-nickson-2486168.jpg);
background-size: cover;
width: 100%;
height: 100%;
border-radius: 30px;
}
.icon {
margin-top: 40px;
justify-content: center;
display: flex;
}
.app {
position: relative;
margin: 10px;
z-index: 100;
background: white;
width: 50px;
height: 50px;
border-radius: 15px;
box-shadow: 0px 5px 5px #33333340;
cursor: pointer;
transition: transform 400ms ease-in-out;
}
.app:hover {
transform: scale(0.85);
}
.widget:hover {
transform: scale(0.95);
}
.app:nth-child(1) {
background: url(images/google.png);
background-size: cover;
}
.app:nth-child(2) {
background: url(images/firefox.png);
background-size: cover;
background-position: center;
}
.app:nth-child(3) {
background: url(images/chess.png);
background-size: cover;
}
.app:nth-child(4) {
background: url(images/hourglass.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(1) {
background: url(images/yoga.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(2) {
background: url(images/heart.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(3) {
background: url(images/drawing.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(4) {
background: url(images/youtube.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(1) {
background: url(images/suit.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(2) {
background: url(images/folder.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(3) {
background: url(images/paint.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(4) {
background: url(images/learning.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(1) {
background: url(images/maps.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(2) {
background: url(images/pool.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(3) {
background: url(images/notebook.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(4) {
background: url(images/taxi.png);
background-size: cover;
background-position: center;
}
.widget {
display: flex;
z-index: 100;
background: url(images/widget.png);
background-size: contain;
width: 70%;
height: 120px;
cursor: pointer;
transition: transform 400ms ease-in-out;
background-repeat: no-repeat;
} | style.css | html,
body {
height: 100%;
}
.iphone_body {
margin: auto;
border: 10px solid #000;
border-radius: 40px;
width: 320px;
height: 700px;
position: relative;
box-shadow: 0px 20px 15px #33333335;
}
.display_notch {
z-index: 50;
top: 0;
left: 62px;
position: absolute;
background: #000;
width: 200px;
height: 30px;
border-radius: 0px 0px 20px 20px;
}
.display {
z-index: 10;
position: absolute;
background: url(images/pexels-roberto-nickson-2486168.jpg);
background-size: cover;
width: 100%;
height: 100%;
border-radius: 30px;
}
.icon {
margin-top: 40px;
justify-content: center;
display: flex;
}
.app {
position: relative;
margin: 10px;
z-index: 100;
background: white;
width: 50px;
height: 50px;
border-radius: 15px;
box-shadow: 0px 5px 5px #33333340;
cursor: pointer;
transition: transform 400ms ease-in-out;
}
.app:hover {
transform: scale(0.85);
}
.widget:hover {
transform: scale(0.95);
}
.app:nth-child(1) {
background: url(images/google.png);
background-size: cover;
}
.app:nth-child(2) {
background: url(images/firefox.png);
background-size: cover;
background-position: center;
}
.app:nth-child(3) {
background: url(images/chess.png);
background-size: cover;
}
.app:nth-child(4) {
background: url(images/hourglass.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(1) {
background: url(images/yoga.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(2) {
background: url(images/heart.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(3) {
background: url(images/drawing.png);
background-size: cover;
background-position: center;
}
#row2:nth-child(4) {
background: url(images/youtube.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(1) {
background: url(images/suit.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(2) {
background: url(images/folder.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(3) {
background: url(images/paint.png);
background-size: cover;
background-position: center;
}
#row3:nth-child(4) {
background: url(images/learning.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(1) {
background: url(images/maps.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(2) {
background: url(images/pool.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(3) {
background: url(images/notebook.png);
background-size: cover;
background-position: center;
}
#row4:nth-child(4) {
background: url(images/taxi.png);
background-size: cover;
background-position: center;
}
.widget {
display: flex;
z-index: 100;
background: url(images/widget.png);
background-size: contain;
width: 70%;
height: 120px;
cursor: pointer;
transition: transform 400ms ease-in-out;
background-repeat: no-repeat;
} | 0.51562 | 0.12166 |
.theme-soccerblue .button:not(.button-fill) {
color: #4d9cd0;
}
.theme-soccerblue .navbar .button:not(.button-fill),
.theme-soccerblue.navbar .button:not(.button-fill),
.theme-soccerblue .toolbar .button:not(.button-fill),
.theme-soccerblue.toolbar .button:not(.button-fill),
.theme-soccerblue .subnavbar .button:not(.button-fill),
.theme-soccerblue.subnavbar .button:not(.button-fill) {
color: #dbffff;
}
.button.color-soccerblue:not(.button-fill),
.color-soccerblue.buttons-row .button:not(.button-fill) {
color: #4d9cd0 !important;
}
.theme-soccerblue .button.button-fill {
background: #4d9cd0;
color: #dbffff;
}
html:not(.watch-active-state) .theme-soccerblue .button.button-fill:active,
.theme-soccerblue .button.button-fill.active-state {
background: #303F9F;
}
.button.button-fill.bg-soccerblue,
.button.button-fill.color-soccerblue {
background: #4d9cd0 !important;
color: #dbffff;
}
html:not(.watch-active-state) .button.button-fill.bg-soccerblue:active,
html:not(.watch-active-state) .button.button-fill.color-soccerblue:active,
.button.button-fill.bg-soccerblue.active-state,
.button.button-fill.color-soccerblue.active-state {
background: #303F9F !important;
}
.progressbar.color-soccerblue,
.progressbar.theme-soccerblue,
.theme-soccerblue .progressbar,
.progressbar.bg-soccerblue {
background-color: rgba(63, 81, 181, 0.5);
}
.progressbar.color-soccerblue span,
.progressbar.theme-soccerblue span,
.theme-soccerblue .progressbar span,
.progressbar.bg-soccerblue span {
background-color: #4d9cd0;
}
.progressbar-infinite.color-soccerblue,
.progressbar-infinite.theme-soccerblue,
.theme-soccerblue .progressbar-infinite,
.progressbar-infinite.bg-soccerblue {
background-color: rgba(63, 81, 181, 0.5);
}
.progressbar-infinite.color-soccerblue:after,
.progressbar-infinite.theme-soccerblue:after,
.theme-soccerblue .progressbar-infinite:after,
.progressbar-infinite.bg-soccerblue:after,
.progressbar-infinite.color-soccerblue:before,
.progressbar-infinite.theme-soccerblue:before,
.theme-soccerblue .progressbar-infinite:before,
.progressbar-infinite.bg-soccerblue:before {
background-color: #4d9cd0;
}
.color-soccerblue i.icon,
i.icon.color-soccerblue {
color: #4d9cd0;
}
i.icon-next.color-soccerblue,
i.icon-next.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%233f51b5'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon-prev.color-soccerblue,
i.icon-prev.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%233f51b5'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon-back.color-soccerblue,
i.icon-back.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
i.icon-forward.color-soccerblue,
i.icon-forward.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
i.icon-bars.color-soccerblue,
i.icon-bars.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.preloader.color-soccerblue svg circle,
.preloader.preloader-soccerblue svg circle {
stroke: #4d9cd0;
}
.preloader.color-soccerblue .preloader-inner-gap,
.preloader.preloader-soccerblue .preloader-inner-gap,
.preloader.color-soccerblue .preloader-inner-half-circle,
.preloader.preloader-soccerblue .preloader-inner-half-circle {
border-color: #4d9cd0;
}
.theme-soccerblue a {
color: #4d9cd0;
}
.theme-soccerblue .navbar,
.navbar.theme-soccerblue,
.theme-soccerblue .toolbar,
.toolbar.theme-soccerblue,
.theme-soccerblue .subnavbar,
.subnavbar.theme-soccerblue,
.theme-soccerblue .searchbar,
.searchbar.theme-soccerblue {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-webkit-slider-thumb:before,
.range-slider.theme-soccerblue input[type="range"]::-webkit-slider-thumb:before {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-webkit-slider-thumb,
.range-slider.theme-soccerblue input[type="range"]::-webkit-slider-thumb {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-ms-thumb,
.range-slider.theme-soccerblue input[type="range"]::-ms-thumb {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-ms-fill-lower,
.range-slider.theme-soccerblue input[type="range"]::-ms-fill-lower {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-moz-range-thumb,
.range-slider.theme-soccerblue input[type="range"]::-moz-range-thumb {
background-color: #4d9cd0;
}
.theme-soccerblue .label-switch input[type="checkbox"]:checked + .checkbox,
.label-switch.theme-soccerblue input[type="checkbox"]:checked + .checkbox {
background-color: rgba(63, 81, 181, 0.5);
}
.theme-soccerblue .label-switch input[type="checkbox"]:checked + .checkbox:after,
.label-switch.theme-soccerblue input[type="checkbox"]:checked + .checkbox:after {
background-color: #4d9cd0;
}
.theme-soccerblue label.label-checkbox,
label.label-checkbox.theme-soccerblue {
cursor: pointer;
}
.theme-soccerblue label.label-checkbox i.icon-form-checkbox:after,
label.label-checkbox.theme-soccerblue i.icon-form-checkbox:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%2F%3E%3C%2Fsvg%3E");
}
.theme-soccerblue label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="radio"]:checked + .item-media i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="checkbox"]:checked ~ .item-after i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="radio"]:checked ~ .item-after i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox {
border-color: #4d9cd0;
background-color: #4d9cd0;
}
.theme-soccerblue label.label-radio i.icon-form-radio:after,
label.label-radio.theme-soccerblue i.icon-form-radio:after {
background-color: #4d9cd0;
}
.theme-soccerblue label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked + .item-media i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="radio"]:checked + .item-media i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-after i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-after i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-inner i.icon-form-radio {
border-color: #4d9cd0;
}
.theme-soccerblue label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked + .item-media i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="radio"]:checked + .item-media i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-after i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-after i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after {
background-color: #4d9cd0;
}
.theme-soccerblue .focus-state .label,
.theme-soccerblue .focus-state .floating-label {
color: #4d9cd0;
}
.theme-soccerblue .item-input-field.focus-state:after,
.theme-soccerblue .input-field.focus-state:after,
.theme-soccerblue .item-input-field.not-empty-state:after,
.theme-soccerblue .input-field.not-empty-state:after {
background: #4d9cd0;
}
.theme-soccerblue .picker-calendar-day.picker-calendar-day-today span {
color: #4d9cd0;
}
.theme-soccerblue .picker-calendar-day.picker-calendar-day-selected span {
background-color: #4d9cd0;
color: #dbffff;
}
.theme-soccerblue .picker-calendar-day.picker-calendar-day-has-events span:after {
background-color: #4d9cd0;
}
.theme-soccerblue .picker-header {
background-color: #4d9cd0;
}
.theme-soccerblue .modal-button {
color: #4d9cd0;
}
.swiper-pagination.color-soccerblue .swiper-pagination-bullet-active,
.theme-soccerblue .swiper-pagination .swiper-pagination-bullet-active {
background-color: #4d9cd0;
}
.swiper-button-next.color-soccerblue,
.swiper-container-rtl .swiper-button-prev.color-soccerblue,
.theme-soccerblue .swiper-button-next,
.theme-soccerblue .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.color-soccerblue,
.swiper-container-rtl .swiper-button-next.color-soccerblue,
.theme-soccerblue .swiper-button-prev,
.theme-soccerblue .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.bg-soccerblue,
a.bg-soccerblue,
.list-block .swipeout-actions-left a.bg-soccerblue,
.list-block .swipeout-actions-right a.bg-soccerblue {
background-color: #4d9cd0;
}
html:not(.watch-active-state) .list-block .bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block .list-block .swipeout-actions-left a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block .list-block .swipeout-actions-right a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-blocka.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block.list-block .swipeout-actions-left a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block.list-block .swipeout-actions-right a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block .item-link.bg-soccerblue:active,
html:not(.watch-active-state) .list-block .item-linka.bg-soccerblue:active,
html:not(.watch-active-state) .list-block .item-link.list-block .swipeout-actions-left a.bg-soccerblue:active,
html:not(.watch-active-state) .list-block .item-link.list-block .swipeout-actions-right a.bg-soccerblue:active,
.list-block .bg-soccerblue .item-link.active-state,
.list-block a.bg-soccerblue .item-link.active-state,
.list-block .list-block .swipeout-actions-left a.bg-soccerblue .item-link.active-state,
.list-block .list-block .swipeout-actions-right a.bg-soccerblue .item-link.active-state,
.list-block.bg-soccerblue .item-link.active-state,
.list-blocka.bg-soccerblue .item-link.active-state,
.list-block.list-block .swipeout-actions-left a.bg-soccerblue .item-link.active-state,
.list-block.list-block .swipeout-actions-right a.bg-soccerblue .item-link.active-state,
.list-block .item-link.bg-soccerblue.active-state,
.list-block .item-linka.bg-soccerblue.active-state,
.list-block .item-link.list-block .swipeout-actions-left a.bg-soccerblue.active-state,
.list-block .item-link.list-block .swipeout-actions-right a.bg-soccerblue.active-state {
background: #303F9F;
}
.border-soccerblue {
border-color: #4d9cd0;
}
.list-block .border-soccerblue.item-inner:after,
.list-block ul.border-soccerblue:after,
.border-soccerblue:after,
.list-block .border-soccerblue.item-inner:before,
.list-block ul.border-soccerblue:before,
.border-soccerblue:before {
background-color: #4d9cd0;
}
.theme-soccerblue .floating-button,
.theme-soccerblue .speed-dial-buttons a,
.floating-button.theme-soccerblue,
.speed-dial-buttons a.theme-soccerblue,
.floating-button.color-soccerblue,
.speed-dial-buttons a.color-soccerblue {
color: #dbffff;
background: #4d9cd0;
}
html:not(.watch-active-state) .theme-soccerblue .floating-button:active,
html:not(.watch-active-state) .theme-soccerblue .speed-dial-buttons a:active,
html:not(.watch-active-state) .floating-button.theme-soccerblue:active,
html:not(.watch-active-state) .speed-dial-buttons a.theme-soccerblue:active,
html:not(.watch-active-state) .floating-button.color-soccerblue:active,
html:not(.watch-active-state) .speed-dial-buttons a.color-soccerblue:active,
.theme-soccerblue .floating-button.active-state,
.theme-soccerblue .speed-dial-buttons a.active-state,
.floating-button.theme-soccerblue.active-state,
.speed-dial-buttons a.theme-soccerblue.active-state,
.floating-button.color-soccerblue.active-state,
.speed-dial-buttons a.color-soccerblue.active-state {
background: #303F9F;
}
.theme-soccerblue .floating-button i,
.theme-soccerblue .speed-dial-buttons a i,
.floating-button.theme-soccerblue i,
.speed-dial-buttons a.theme-soccerblue i,
.floating-button.color-soccerblue i,
.speed-dial-buttons a.color-soccerblue i {
color: inherit;
}
.ripple-soccerblue .ripple-wave {
background-color: rgba(63, 81, 181, 0.3);
}
.badge.color-soccerblue,
.badge.theme-soccerblue {
background-color: #4d9cd0;
color: #dbffff;
} | css/soccer.material.colors.css | .theme-soccerblue .button:not(.button-fill) {
color: #4d9cd0;
}
.theme-soccerblue .navbar .button:not(.button-fill),
.theme-soccerblue.navbar .button:not(.button-fill),
.theme-soccerblue .toolbar .button:not(.button-fill),
.theme-soccerblue.toolbar .button:not(.button-fill),
.theme-soccerblue .subnavbar .button:not(.button-fill),
.theme-soccerblue.subnavbar .button:not(.button-fill) {
color: #dbffff;
}
.button.color-soccerblue:not(.button-fill),
.color-soccerblue.buttons-row .button:not(.button-fill) {
color: #4d9cd0 !important;
}
.theme-soccerblue .button.button-fill {
background: #4d9cd0;
color: #dbffff;
}
html:not(.watch-active-state) .theme-soccerblue .button.button-fill:active,
.theme-soccerblue .button.button-fill.active-state {
background: #303F9F;
}
.button.button-fill.bg-soccerblue,
.button.button-fill.color-soccerblue {
background: #4d9cd0 !important;
color: #dbffff;
}
html:not(.watch-active-state) .button.button-fill.bg-soccerblue:active,
html:not(.watch-active-state) .button.button-fill.color-soccerblue:active,
.button.button-fill.bg-soccerblue.active-state,
.button.button-fill.color-soccerblue.active-state {
background: #303F9F !important;
}
.progressbar.color-soccerblue,
.progressbar.theme-soccerblue,
.theme-soccerblue .progressbar,
.progressbar.bg-soccerblue {
background-color: rgba(63, 81, 181, 0.5);
}
.progressbar.color-soccerblue span,
.progressbar.theme-soccerblue span,
.theme-soccerblue .progressbar span,
.progressbar.bg-soccerblue span {
background-color: #4d9cd0;
}
.progressbar-infinite.color-soccerblue,
.progressbar-infinite.theme-soccerblue,
.theme-soccerblue .progressbar-infinite,
.progressbar-infinite.bg-soccerblue {
background-color: rgba(63, 81, 181, 0.5);
}
.progressbar-infinite.color-soccerblue:after,
.progressbar-infinite.theme-soccerblue:after,
.theme-soccerblue .progressbar-infinite:after,
.progressbar-infinite.bg-soccerblue:after,
.progressbar-infinite.color-soccerblue:before,
.progressbar-infinite.theme-soccerblue:before,
.theme-soccerblue .progressbar-infinite:before,
.progressbar-infinite.bg-soccerblue:before {
background-color: #4d9cd0;
}
.color-soccerblue i.icon,
i.icon.color-soccerblue {
color: #4d9cd0;
}
i.icon-next.color-soccerblue,
i.icon-next.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%233f51b5'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon-prev.color-soccerblue,
i.icon-prev.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%233f51b5'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon-back.color-soccerblue,
i.icon-back.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
i.icon-forward.color-soccerblue,
i.icon-forward.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
i.icon-bars.color-soccerblue,
i.icon-bars.theme-soccerblue {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.preloader.color-soccerblue svg circle,
.preloader.preloader-soccerblue svg circle {
stroke: #4d9cd0;
}
.preloader.color-soccerblue .preloader-inner-gap,
.preloader.preloader-soccerblue .preloader-inner-gap,
.preloader.color-soccerblue .preloader-inner-half-circle,
.preloader.preloader-soccerblue .preloader-inner-half-circle {
border-color: #4d9cd0;
}
.theme-soccerblue a {
color: #4d9cd0;
}
.theme-soccerblue .navbar,
.navbar.theme-soccerblue,
.theme-soccerblue .toolbar,
.toolbar.theme-soccerblue,
.theme-soccerblue .subnavbar,
.subnavbar.theme-soccerblue,
.theme-soccerblue .searchbar,
.searchbar.theme-soccerblue {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-webkit-slider-thumb:before,
.range-slider.theme-soccerblue input[type="range"]::-webkit-slider-thumb:before {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-webkit-slider-thumb,
.range-slider.theme-soccerblue input[type="range"]::-webkit-slider-thumb {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-ms-thumb,
.range-slider.theme-soccerblue input[type="range"]::-ms-thumb {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-ms-fill-lower,
.range-slider.theme-soccerblue input[type="range"]::-ms-fill-lower {
background-color: #4d9cd0;
}
.theme-soccerblue .range-slider input[type="range"]::-moz-range-thumb,
.range-slider.theme-soccerblue input[type="range"]::-moz-range-thumb {
background-color: #4d9cd0;
}
.theme-soccerblue .label-switch input[type="checkbox"]:checked + .checkbox,
.label-switch.theme-soccerblue input[type="checkbox"]:checked + .checkbox {
background-color: rgba(63, 81, 181, 0.5);
}
.theme-soccerblue .label-switch input[type="checkbox"]:checked + .checkbox:after,
.label-switch.theme-soccerblue input[type="checkbox"]:checked + .checkbox:after {
background-color: #4d9cd0;
}
.theme-soccerblue label.label-checkbox,
label.label-checkbox.theme-soccerblue {
cursor: pointer;
}
.theme-soccerblue label.label-checkbox i.icon-form-checkbox:after,
label.label-checkbox.theme-soccerblue i.icon-form-checkbox:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%2F%3E%3C%2Fsvg%3E");
}
.theme-soccerblue label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="radio"]:checked + .item-media i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="checkbox"]:checked ~ .item-after i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="radio"]:checked ~ .item-after i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox,
.theme-soccerblue label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox,
label.label-checkbox.theme-soccerblue input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox {
border-color: #4d9cd0;
background-color: #4d9cd0;
}
.theme-soccerblue label.label-radio i.icon-form-radio:after,
label.label-radio.theme-soccerblue i.icon-form-radio:after {
background-color: #4d9cd0;
}
.theme-soccerblue label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked + .item-media i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="radio"]:checked + .item-media i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-after i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-after i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-inner i.icon-form-radio {
border-color: #4d9cd0;
}
.theme-soccerblue label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked + .item-media i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="radio"]:checked + .item-media i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-after i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-after i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after,
.theme-soccerblue label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after,
label.label-radio.theme-soccerblue input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after {
background-color: #4d9cd0;
}
.theme-soccerblue .focus-state .label,
.theme-soccerblue .focus-state .floating-label {
color: #4d9cd0;
}
.theme-soccerblue .item-input-field.focus-state:after,
.theme-soccerblue .input-field.focus-state:after,
.theme-soccerblue .item-input-field.not-empty-state:after,
.theme-soccerblue .input-field.not-empty-state:after {
background: #4d9cd0;
}
.theme-soccerblue .picker-calendar-day.picker-calendar-day-today span {
color: #4d9cd0;
}
.theme-soccerblue .picker-calendar-day.picker-calendar-day-selected span {
background-color: #4d9cd0;
color: #dbffff;
}
.theme-soccerblue .picker-calendar-day.picker-calendar-day-has-events span:after {
background-color: #4d9cd0;
}
.theme-soccerblue .picker-header {
background-color: #4d9cd0;
}
.theme-soccerblue .modal-button {
color: #4d9cd0;
}
.swiper-pagination.color-soccerblue .swiper-pagination-bullet-active,
.theme-soccerblue .swiper-pagination .swiper-pagination-bullet-active {
background-color: #4d9cd0;
}
.swiper-button-next.color-soccerblue,
.swiper-container-rtl .swiper-button-prev.color-soccerblue,
.theme-soccerblue .swiper-button-next,
.theme-soccerblue .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.color-soccerblue,
.swiper-container-rtl .swiper-button-next.color-soccerblue,
.theme-soccerblue .swiper-button-prev,
.theme-soccerblue .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.bg-soccerblue,
a.bg-soccerblue,
.list-block .swipeout-actions-left a.bg-soccerblue,
.list-block .swipeout-actions-right a.bg-soccerblue {
background-color: #4d9cd0;
}
html:not(.watch-active-state) .list-block .bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block .list-block .swipeout-actions-left a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block .list-block .swipeout-actions-right a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-blocka.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block.list-block .swipeout-actions-left a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block.list-block .swipeout-actions-right a.bg-soccerblue .item-link:active,
html:not(.watch-active-state) .list-block .item-link.bg-soccerblue:active,
html:not(.watch-active-state) .list-block .item-linka.bg-soccerblue:active,
html:not(.watch-active-state) .list-block .item-link.list-block .swipeout-actions-left a.bg-soccerblue:active,
html:not(.watch-active-state) .list-block .item-link.list-block .swipeout-actions-right a.bg-soccerblue:active,
.list-block .bg-soccerblue .item-link.active-state,
.list-block a.bg-soccerblue .item-link.active-state,
.list-block .list-block .swipeout-actions-left a.bg-soccerblue .item-link.active-state,
.list-block .list-block .swipeout-actions-right a.bg-soccerblue .item-link.active-state,
.list-block.bg-soccerblue .item-link.active-state,
.list-blocka.bg-soccerblue .item-link.active-state,
.list-block.list-block .swipeout-actions-left a.bg-soccerblue .item-link.active-state,
.list-block.list-block .swipeout-actions-right a.bg-soccerblue .item-link.active-state,
.list-block .item-link.bg-soccerblue.active-state,
.list-block .item-linka.bg-soccerblue.active-state,
.list-block .item-link.list-block .swipeout-actions-left a.bg-soccerblue.active-state,
.list-block .item-link.list-block .swipeout-actions-right a.bg-soccerblue.active-state {
background: #303F9F;
}
.border-soccerblue {
border-color: #4d9cd0;
}
.list-block .border-soccerblue.item-inner:after,
.list-block ul.border-soccerblue:after,
.border-soccerblue:after,
.list-block .border-soccerblue.item-inner:before,
.list-block ul.border-soccerblue:before,
.border-soccerblue:before {
background-color: #4d9cd0;
}
.theme-soccerblue .floating-button,
.theme-soccerblue .speed-dial-buttons a,
.floating-button.theme-soccerblue,
.speed-dial-buttons a.theme-soccerblue,
.floating-button.color-soccerblue,
.speed-dial-buttons a.color-soccerblue {
color: #dbffff;
background: #4d9cd0;
}
html:not(.watch-active-state) .theme-soccerblue .floating-button:active,
html:not(.watch-active-state) .theme-soccerblue .speed-dial-buttons a:active,
html:not(.watch-active-state) .floating-button.theme-soccerblue:active,
html:not(.watch-active-state) .speed-dial-buttons a.theme-soccerblue:active,
html:not(.watch-active-state) .floating-button.color-soccerblue:active,
html:not(.watch-active-state) .speed-dial-buttons a.color-soccerblue:active,
.theme-soccerblue .floating-button.active-state,
.theme-soccerblue .speed-dial-buttons a.active-state,
.floating-button.theme-soccerblue.active-state,
.speed-dial-buttons a.theme-soccerblue.active-state,
.floating-button.color-soccerblue.active-state,
.speed-dial-buttons a.color-soccerblue.active-state {
background: #303F9F;
}
.theme-soccerblue .floating-button i,
.theme-soccerblue .speed-dial-buttons a i,
.floating-button.theme-soccerblue i,
.speed-dial-buttons a.theme-soccerblue i,
.floating-button.color-soccerblue i,
.speed-dial-buttons a.color-soccerblue i {
color: inherit;
}
.ripple-soccerblue .ripple-wave {
background-color: rgba(63, 81, 181, 0.3);
}
.badge.color-soccerblue,
.badge.theme-soccerblue {
background-color: #4d9cd0;
color: #dbffff;
} | 0.27513 | 0.053453 |
@font-face {
font-family: CasualHardcore;
src: url("../fonts/Casual Hardcore.otf") format("opentype"); }
@media screen and (max-width: 600px) {
#learnmore-navbar {
display: none; }
#register-btn {
width: 100%;
margin-bottom: 10px;
font-size: 1.4em; }
#login-btn {
width: 100%;
font-size: 1.4em; }
#indexpage-jumbotron {
font-family: Lato;
color: #000;
text-align: center;
background: #fceabb;
/* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, #fceabb), color-stop(25%, #fceabb), color-stop(77%, #fccd4d));
/* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* IE10+ */
background: radial-gradient(ellipse at center, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fccd4d',GradientType=1);
/* IE6-9 fallback on horizontal gradient */
width: 100%;
border-color: black; }
#howitworks {
display: none; }
#workoutinput-panel-title {
text-align: left; } }
@media screen and (min-width: 601px) {
#indexpage-jumbotron {
background: url(../images/TrackYourClimb_yellow.png) no-repeat center center;
height: 432px;
width: 100%;
border-color: black; }
#splashtitle-mobile {
display: none; } }
.equation-block {
font-size: 16px;
font-family: "Palatino Linotype", "Times New Roman", Times;
background-color: #f8f8f8;
padding: 20px 20px 20px;
margin: 5px 10px 5px;
display: inline-block;
border-radius: 2px;
border: 1px solid #e0e0e0; }
.equation-block li {
margin-bottom: 5px; }
.equation-table {
background-color: #fff;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
width: auto;
display: inline-block; }
#boulder-grading-table, #route-grading-table {
width: auto; }
.shaded-cell {
background-color: #e0e0e0; }
.fixedElement {
position: static;
top: 0;
z-index: 100; }
#login-modal .modal-dialog {
width: 250px; }
#register-modal .modal-dialog {
width: 300px; }
#login-btn {
border-color: #4d4e53;
background-color: #4d4e53; }
#register-btn {
border-color: #4d4e53;
background-color: #4d4e53; }
#learnmore-btn {
color: #fff; }
#index-navbar-container {
max-width: 1000px; }
.white {
color: #fff; }
.jumbotron {
display: block;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0px;
width: 95%;
margin-left: 0%;
margin-right: 0%;
margin-top: 0px;
margin-bottom: 40px; }
#container-main {
max-width: 900px;
margin-left: auto;
margin-right: auto; }
#howitworks-image {
margin-top: 40px;
width: 100%;
border-radius: 5px;
margin-bottom: 20px; }
#gymStateLabel {
font-weight: bold;
font-size: 1.3em; }
#howitworks-section {
margin-bottom: 50px; }
#registerform {
float: left; }
#loginform {
float: right; }
#registerdiv {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
padding-bottom: 20px;
margin-left: 22.5%;
margin-bottom: 50px; }
#logindiv {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
padding-bottom: 20px;
margin-left: 5%; }
#forgotpwlink {
color: #fff;
text-decoration: underline; }
#index-scrolldown {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
display: inline block;
clear: both;
width: 60%;
height: 40px;
text-align: center;
border-radius: 5px;
margin-left: auto;
margin-top: 30px;
margin-bottom: 50px;
line-height: 40px; }
#circular-SSphoto {
float: left;
width: 200px;
height: 200px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background: url('../images/Steven-photo3.png') no-repeat;
/*box-shadow: 0 0 4px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .8);*/ }
.blue-block {
background: #1e69de;
/* Old browsers */
background: -moz-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1e69de), color-stop(69%, #54a3ee), color-stop(70%, #6db3f2), color-stop(70%, #6db3f2), color-stop(100%, #3690f0));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* IE10+ */
background: linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e69de', endColorstr='#3690f0',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.green-block {
background: #bfd255;
/* Old browsers */
background: -moz-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #bfd255), color-stop(70%, #8eb92a), color-stop(70%, #72aa00), color-stop(100%, #9ecb2d));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* IE10+ */
background: linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.orange-block {
background: #fceabb;
/* Old browsers */
background: -moz-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fceabb), color-stop(70%, #fccd4d), color-stop(70%, #f8b500), color-stop(100%, #fbdf93));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* IE10+ */
background: linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.red-block {
background: #f85032;
/* Old browsers */
background: -moz-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f85032), color-stop(51%, #f6290c), color-stop(69%, #f16f5c), color-stop(70%, #f02f17), color-stop(100%, #f85032), color-stop(100%, #e73827));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* IE10+ */
background: linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.gold-block {
background: #f7bc27;
/* Old browsers */
background: -moz-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f7bc27), color-stop(67%, #f9cf63), color-stop(69%, #f9cf63), color-stop(69%, #f9cf63), color-stop(70%, #fccd4d), color-stop(70%, #f8b500), color-stop(100%, #fbdf93));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* IE10+ */
background: linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc27', endColorstr='#fbdf93',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.yellow-block {
background: #f9cf63;
/* Old browsers */
background: -moz-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f9cf63), color-stop(70%, #fccd4d), color-stop(70%, #f8b500), color-stop(100%, #fbdf93));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* IE10+ */
background: linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9cf63', endColorstr='#fbdf93',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.dashboard-stat {
font-family: CasualHardcore;
font-size: 6em;
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
border-left: 7px solid #f9cf63;
text-align: center; }
.dashboard-stat-text {
font-family: sans-serif;
font-size: 15px; }
.event-box {
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
border-left: 7px solid #a0c651; }
.event-box p {
margin-top: 1em;
margin-bottom: 0px; }
.event-box h4 {
margin-bottom: 4px; }
a .event-box {
color: #000; }
.event-box .row {
margin-bottom: 5px; }
a .event-box :hover {
opacity: 0.8;
text-decoration: none;
-webkit-transition: all 0.05s linear;
-moz-transition: all 0.05s linear;
-ms-transition: all 0.05s linear;
-o-transition: all 0.05s linear;
transition: all 0.05s linear; }
.event-desc {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: pre-wrap;
word-break: normal; }
.event-box .event-desc {
border: 0px solid #000;
background-color: #f8f8f8;
margin-top: 9px;
padding-left: 0px;
padding-bottom: 0px; }
.alink-nounderline:hover {
text-decoration: none; }
.outer-block {
display: table-cell;
vertical-align: middle;
height: 100px;
color: #fff;
text-align: center;
border-radius: 2px; }
#block-content {
position: inline-block; }
.outer-block:hover {
opacity: 0.7;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear; }
.event-tags {
margin-right: 2px;
display: inline-block; }
.row {
/*margin-bottom: 20px;*/ }
.div-border {
padding: 15px;
border: 1px solid #ddd; }
#img-shadow-div {
box-shadow: inset 0px 0px 15px #000;
position: relative;
z-index: auto;
margin-bottom: 15px; }
#img-shadow {
position: relative;
width: 100%;
z-index: -2; }
#index-scrolldown:hover {
background-color: rgba(40, 40, 40, 0.7); }
.jumbotron-frontpage {
font-family: Lato;
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
padding-top: 20px;
margin-bottom: 40px;
position: relative;
z-index: 0; }
html, body {
height: 100%; }
#wrap {
min-height: 100%; }
#main {
overflow: visible;
padding-bottom: 40px;
/*must be same height as the footer*/ }
/*****************************/
#footer {
position: relative;
margin-top: -40px;
/*negative value of footer height*/
height: 40px;
clear: both;
text-align: center;
width: 100%; }
/*Opera Fix*/
body:before {
content: "";
height: 100%;
float: left;
width: 0;
margin-top: -32767px; }
#totalClimbNumber {
clear: both;
color: #fff; }
#totalClimbNumberDiv {
display: inline-block;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-top: 20px;
margin-bottom: 40px; }
#push {
height: 200px; }
#howToNumbers {
text-align: center;
margin-right: 50px;
display: inline-block;
border-radius: 50%;
color: black;
font-size: 30px;
background-color: #fff;
width: 60px;
height: 60px;
line-height: 60px; }
.link-btn:link {
color: #fff; }
/*workout-input.php*/
#add-gym-text {
font-weight: normal; }
#gym-picker {
max-width: 300px;
margin: 0 auto; }
#select-general-div {
width: 300px;
margin: 0 auto; }
#workout-date {
max-width: 300px;
margin: 20px auto 30px; }
#current-points {
margin: 20px auto 30px;
max-width: 300px;
left: 0;
right: 0; }
#accordion {
width: 90%;
min-width: 720px;
max-width: 800px;
margin: auto auto; }
#workout-form {
width: 90%;
max-width: 800px;
margin: auto auto; }
#btn-submit-workout {
margin: 20px; }
.workoutInputTable {
width: 100%;
table-layout: fixed; }
/*fixed width columns*/
.btn-Vratings, .btn-TRratings, .btn-Lratings, .btn-grades {
margin-bottom: 5px;
margin-right: 15px; }
.numClimbCounter {
margin-bottom: 20px;
width: 40px; }
/*end of workout-input.php*/
#userimage-table {
width: 70%;
margin: 0 auto; }
#userimage {
/*margin-left:20%;
float:left;*/ }
#basicinfopanel {
/*float:left;
margin-left:3%;
width: 35%;*/
max-width: 500px; }
#basicinfopanel .panel-heading {
/*background-color: #FBCB43;*/
font-size: 15pt; }
#basicinfotable {
width: 100%; }
#basicinfotable tr td {
width: 50%;
text-align: left; }
#addgym-panel {
width: 70%;
max-width: 800px;
margin-left: auto;
margin-right: auto; }
.inputs-panel {
width: 70%;
margin-left: auto;
margin-right: auto;
max-width: 800px; }
.userimage-thumb {
display: inline-block;
width: 40px;
height: 40px;
background-position: center;
background-size: cover;
border-radius: 4px;
border: 1px solid #ddd;
margin: 3px 8px 3px 3px; }
#rankings-header {
font-size: 1.2em;
text-align: center; }
#rankings-header th {
text-align: center;
vertical-align: middle; }
.table.rankings-table td {
text-align: center;
font-size: 1.3em;
vertical-align: middle;
padding: 0px 3px 0px 5px; }
.middle {
vertical-align: middle; }
#rankings-container {
max-width: 800px; }
#td-username {
text-align: left; }
/*mystats.php*/
.climbvsTime {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px; }
#records-table {
width: 100%; }
#records-table td {
width: 2000px; }
#records-table th {
width: 2000px; }
#download-iframe {
display: none; }
#placeholder {
width: 90%;
height: 300px;
margin: auto; }
#piechartplaceholder {
width: 300px;
height: 300px;
margin: auto; }
/*end of mystats.php*/
#workout-download-btn {
display: block;
margin: 0 auto 15px; }
.histogram-div {
width: 600px;
margin-left: auto;
margin-right: auto; }
#gradehistogram_all, #highestgradeplot_all {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px; }
.gradehistogram {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px; }
#gym-list {
width: 80%;
max-width: 500px;
margin: 0 auto;
padding-top: 5%; }
.generaldiv {
max-width: 700px;
width: 80%;
margin-left: auto;
margin-right: auto; }
#workoutpref-div {
max-width: 700px;
width: 80%;
margin: 0 auto; }
#rating-range-select {
max-width: 100px;
display: inline-block; }
a:link {
color: black; }
.alink-underline {
text-decoration: underline; }
#editline {
font-size: 0.7em; }
.pastworkout-panel {
width: 80%;
margin-left: auto;
margin-right: auto; }
.pastworkout-panel td {
text-align: center; }
.generalheading {
margin-left: 20%; }
#table-userinfoedit {
width: 100%; }
#table-userinfoedit td {
padding: 5px; }
h2, h3, h4 {
text-align: center; }
#climbSelect, #climbSelect2 {
margin-left: 35%; }
#ascentSelect, #ascentSelect2 {
margin-left: 10%; }
#splash-jumbotron {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
height: 600px;
width: 600px;
margin-left: auto;
margin-right: auto;
border-radius: 10px; }
#accesscodeinput, #emailinput {
color: #000; }
.ui-autocomplete {
max-height: 100px;
overflow-y: auto;
overflow-x: hidden; }
*html .ui-autocomplete {
height: 100px; }
.ui-helper-hidden-accessible {
display: none; }
.page-header {
margin: 40px 0 20px;
border-bottom: 1px solid #eee; }
.lead-text {
font-size: 16px; }
/*rankings.php*/
#ranking-header {
text-align: left;
margin: 20px 0 20px; }
.rankings-table {
margin-top: 30px;
margin-bottom: 60px; }
.form-control #boulderSelectGym {
width: 50%; }
#scroll-padding {
height: 500px; }
.homepage-input {
color: #000; }
#photo {
max-width: 100%; }
/*forgot.php*/
.input-panel {
width: 500px;
margin: 0 auto;
text-align: center; }
.center {
margin: 0 auto; }
#event-panel {
max-width: 600px;
margin: 0 auto; }
#event-tag-label {
margin-right: 25px;
font-weight: normal; }
.event-details {
text-align: left; }
.event-details a {
text-decoration: underline; }
.jqvmap-zoomin, .jqvmap-zoomout {
width: 15px;
height: 15px; }
#cal-slide-content {
background-color: #888;
background-image: none; }
#cal-slide-content:hover {
background-color: #777; } | css/scss/scss_cache/d2337dae8ade595fc202cc2d8b212072.css |
@font-face {
font-family: CasualHardcore;
src: url("../fonts/Casual Hardcore.otf") format("opentype"); }
@media screen and (max-width: 600px) {
#learnmore-navbar {
display: none; }
#register-btn {
width: 100%;
margin-bottom: 10px;
font-size: 1.4em; }
#login-btn {
width: 100%;
font-size: 1.4em; }
#indexpage-jumbotron {
font-family: Lato;
color: #000;
text-align: center;
background: #fceabb;
/* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, #fceabb), color-stop(25%, #fceabb), color-stop(77%, #fccd4d));
/* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* IE10+ */
background: radial-gradient(ellipse at center, #fceabb 25%, #fceabb 25%, #fccd4d 77%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fccd4d',GradientType=1);
/* IE6-9 fallback on horizontal gradient */
width: 100%;
border-color: black; }
#howitworks {
display: none; }
#workoutinput-panel-title {
text-align: left; } }
@media screen and (min-width: 601px) {
#indexpage-jumbotron {
background: url(../images/TrackYourClimb_yellow.png) no-repeat center center;
height: 432px;
width: 100%;
border-color: black; }
#splashtitle-mobile {
display: none; } }
.equation-block {
font-size: 16px;
font-family: "Palatino Linotype", "Times New Roman", Times;
background-color: #f8f8f8;
padding: 20px 20px 20px;
margin: 5px 10px 5px;
display: inline-block;
border-radius: 2px;
border: 1px solid #e0e0e0; }
.equation-block li {
margin-bottom: 5px; }
.equation-table {
background-color: #fff;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
width: auto;
display: inline-block; }
#boulder-grading-table, #route-grading-table {
width: auto; }
.shaded-cell {
background-color: #e0e0e0; }
.fixedElement {
position: static;
top: 0;
z-index: 100; }
#login-modal .modal-dialog {
width: 250px; }
#register-modal .modal-dialog {
width: 300px; }
#login-btn {
border-color: #4d4e53;
background-color: #4d4e53; }
#register-btn {
border-color: #4d4e53;
background-color: #4d4e53; }
#learnmore-btn {
color: #fff; }
#index-navbar-container {
max-width: 1000px; }
.white {
color: #fff; }
.jumbotron {
display: block;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0px;
width: 95%;
margin-left: 0%;
margin-right: 0%;
margin-top: 0px;
margin-bottom: 40px; }
#container-main {
max-width: 900px;
margin-left: auto;
margin-right: auto; }
#howitworks-image {
margin-top: 40px;
width: 100%;
border-radius: 5px;
margin-bottom: 20px; }
#gymStateLabel {
font-weight: bold;
font-size: 1.3em; }
#howitworks-section {
margin-bottom: 50px; }
#registerform {
float: left; }
#loginform {
float: right; }
#registerdiv {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
padding-bottom: 20px;
margin-left: 22.5%;
margin-bottom: 50px; }
#logindiv {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
padding-bottom: 20px;
margin-left: 5%; }
#forgotpwlink {
color: #fff;
text-decoration: underline; }
#index-scrolldown {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
display: inline block;
clear: both;
width: 60%;
height: 40px;
text-align: center;
border-radius: 5px;
margin-left: auto;
margin-top: 30px;
margin-bottom: 50px;
line-height: 40px; }
#circular-SSphoto {
float: left;
width: 200px;
height: 200px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background: url('../images/Steven-photo3.png') no-repeat;
/*box-shadow: 0 0 4px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .8);*/ }
.blue-block {
background: #1e69de;
/* Old browsers */
background: -moz-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1e69de), color-stop(69%, #54a3ee), color-stop(70%, #6db3f2), color-stop(70%, #6db3f2), color-stop(100%, #3690f0));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* IE10+ */
background: linear-gradient(45deg, #1e69de 0%, #54a3ee 69%, #6db3f2 70%, #6db3f2 70%, #3690f0 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e69de', endColorstr='#3690f0',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.green-block {
background: #bfd255;
/* Old browsers */
background: -moz-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #bfd255), color-stop(70%, #8eb92a), color-stop(70%, #72aa00), color-stop(100%, #9ecb2d));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* IE10+ */
background: linear-gradient(45deg, #bfd255 0%, #8eb92a 70%, #72aa00 70%, #9ecb2d 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.orange-block {
background: #fceabb;
/* Old browsers */
background: -moz-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fceabb), color-stop(70%, #fccd4d), color-stop(70%, #f8b500), color-stop(100%, #fbdf93));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* IE10+ */
background: linear-gradient(45deg, #fceabb 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.red-block {
background: #f85032;
/* Old browsers */
background: -moz-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f85032), color-stop(51%, #f6290c), color-stop(69%, #f16f5c), color-stop(70%, #f02f17), color-stop(100%, #f85032), color-stop(100%, #e73827));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* IE10+ */
background: linear-gradient(45deg, #f85032 0%, #f6290c 51%, #f16f5c 69%, #f02f17 70%, #f85032 100%, #e73827 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.gold-block {
background: #f7bc27;
/* Old browsers */
background: -moz-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f7bc27), color-stop(67%, #f9cf63), color-stop(69%, #f9cf63), color-stop(69%, #f9cf63), color-stop(70%, #fccd4d), color-stop(70%, #f8b500), color-stop(100%, #fbdf93));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* IE10+ */
background: linear-gradient(45deg, #f7bc27 0%, #f9cf63 67%, #f9cf63 69%, #f9cf63 69%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc27', endColorstr='#fbdf93',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.yellow-block {
background: #f9cf63;
/* Old browsers */
background: -moz-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f9cf63), color-stop(70%, #fccd4d), color-stop(70%, #f8b500), color-stop(100%, #fbdf93));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* IE10+ */
background: linear-gradient(45deg, #f9cf63 0%, #fccd4d 70%, #f8b500 70%, #fbdf93 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9cf63', endColorstr='#fbdf93',GradientType=1);
/* IE6-9 fallback on horizontal gradient */ }
.dashboard-stat {
font-family: CasualHardcore;
font-size: 6em;
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
border-left: 7px solid #f9cf63;
text-align: center; }
.dashboard-stat-text {
font-family: sans-serif;
font-size: 15px; }
.event-box {
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
border-left: 7px solid #a0c651; }
.event-box p {
margin-top: 1em;
margin-bottom: 0px; }
.event-box h4 {
margin-bottom: 4px; }
a .event-box {
color: #000; }
.event-box .row {
margin-bottom: 5px; }
a .event-box :hover {
opacity: 0.8;
text-decoration: none;
-webkit-transition: all 0.05s linear;
-moz-transition: all 0.05s linear;
-ms-transition: all 0.05s linear;
-o-transition: all 0.05s linear;
transition: all 0.05s linear; }
.event-desc {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: pre-wrap;
word-break: normal; }
.event-box .event-desc {
border: 0px solid #000;
background-color: #f8f8f8;
margin-top: 9px;
padding-left: 0px;
padding-bottom: 0px; }
.alink-nounderline:hover {
text-decoration: none; }
.outer-block {
display: table-cell;
vertical-align: middle;
height: 100px;
color: #fff;
text-align: center;
border-radius: 2px; }
#block-content {
position: inline-block; }
.outer-block:hover {
opacity: 0.7;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear; }
.event-tags {
margin-right: 2px;
display: inline-block; }
.row {
/*margin-bottom: 20px;*/ }
.div-border {
padding: 15px;
border: 1px solid #ddd; }
#img-shadow-div {
box-shadow: inset 0px 0px 15px #000;
position: relative;
z-index: auto;
margin-bottom: 15px; }
#img-shadow {
position: relative;
width: 100%;
z-index: -2; }
#index-scrolldown:hover {
background-color: rgba(40, 40, 40, 0.7); }
.jumbotron-frontpage {
font-family: Lato;
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
padding-top: 20px;
margin-bottom: 40px;
position: relative;
z-index: 0; }
html, body {
height: 100%; }
#wrap {
min-height: 100%; }
#main {
overflow: visible;
padding-bottom: 40px;
/*must be same height as the footer*/ }
/*****************************/
#footer {
position: relative;
margin-top: -40px;
/*negative value of footer height*/
height: 40px;
clear: both;
text-align: center;
width: 100%; }
/*Opera Fix*/
body:before {
content: "";
height: 100%;
float: left;
width: 0;
margin-top: -32767px; }
#totalClimbNumber {
clear: both;
color: #fff; }
#totalClimbNumberDiv {
display: inline-block;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-top: 20px;
margin-bottom: 40px; }
#push {
height: 200px; }
#howToNumbers {
text-align: center;
margin-right: 50px;
display: inline-block;
border-radius: 50%;
color: black;
font-size: 30px;
background-color: #fff;
width: 60px;
height: 60px;
line-height: 60px; }
.link-btn:link {
color: #fff; }
/*workout-input.php*/
#add-gym-text {
font-weight: normal; }
#gym-picker {
max-width: 300px;
margin: 0 auto; }
#select-general-div {
width: 300px;
margin: 0 auto; }
#workout-date {
max-width: 300px;
margin: 20px auto 30px; }
#current-points {
margin: 20px auto 30px;
max-width: 300px;
left: 0;
right: 0; }
#accordion {
width: 90%;
min-width: 720px;
max-width: 800px;
margin: auto auto; }
#workout-form {
width: 90%;
max-width: 800px;
margin: auto auto; }
#btn-submit-workout {
margin: 20px; }
.workoutInputTable {
width: 100%;
table-layout: fixed; }
/*fixed width columns*/
.btn-Vratings, .btn-TRratings, .btn-Lratings, .btn-grades {
margin-bottom: 5px;
margin-right: 15px; }
.numClimbCounter {
margin-bottom: 20px;
width: 40px; }
/*end of workout-input.php*/
#userimage-table {
width: 70%;
margin: 0 auto; }
#userimage {
/*margin-left:20%;
float:left;*/ }
#basicinfopanel {
/*float:left;
margin-left:3%;
width: 35%;*/
max-width: 500px; }
#basicinfopanel .panel-heading {
/*background-color: #FBCB43;*/
font-size: 15pt; }
#basicinfotable {
width: 100%; }
#basicinfotable tr td {
width: 50%;
text-align: left; }
#addgym-panel {
width: 70%;
max-width: 800px;
margin-left: auto;
margin-right: auto; }
.inputs-panel {
width: 70%;
margin-left: auto;
margin-right: auto;
max-width: 800px; }
.userimage-thumb {
display: inline-block;
width: 40px;
height: 40px;
background-position: center;
background-size: cover;
border-radius: 4px;
border: 1px solid #ddd;
margin: 3px 8px 3px 3px; }
#rankings-header {
font-size: 1.2em;
text-align: center; }
#rankings-header th {
text-align: center;
vertical-align: middle; }
.table.rankings-table td {
text-align: center;
font-size: 1.3em;
vertical-align: middle;
padding: 0px 3px 0px 5px; }
.middle {
vertical-align: middle; }
#rankings-container {
max-width: 800px; }
#td-username {
text-align: left; }
/*mystats.php*/
.climbvsTime {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px; }
#records-table {
width: 100%; }
#records-table td {
width: 2000px; }
#records-table th {
width: 2000px; }
#download-iframe {
display: none; }
#placeholder {
width: 90%;
height: 300px;
margin: auto; }
#piechartplaceholder {
width: 300px;
height: 300px;
margin: auto; }
/*end of mystats.php*/
#workout-download-btn {
display: block;
margin: 0 auto 15px; }
.histogram-div {
width: 600px;
margin-left: auto;
margin-right: auto; }
#gradehistogram_all, #highestgradeplot_all {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px; }
.gradehistogram {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px; }
#gym-list {
width: 80%;
max-width: 500px;
margin: 0 auto;
padding-top: 5%; }
.generaldiv {
max-width: 700px;
width: 80%;
margin-left: auto;
margin-right: auto; }
#workoutpref-div {
max-width: 700px;
width: 80%;
margin: 0 auto; }
#rating-range-select {
max-width: 100px;
display: inline-block; }
a:link {
color: black; }
.alink-underline {
text-decoration: underline; }
#editline {
font-size: 0.7em; }
.pastworkout-panel {
width: 80%;
margin-left: auto;
margin-right: auto; }
.pastworkout-panel td {
text-align: center; }
.generalheading {
margin-left: 20%; }
#table-userinfoedit {
width: 100%; }
#table-userinfoedit td {
padding: 5px; }
h2, h3, h4 {
text-align: center; }
#climbSelect, #climbSelect2 {
margin-left: 35%; }
#ascentSelect, #ascentSelect2 {
margin-left: 10%; }
#splash-jumbotron {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
height: 600px;
width: 600px;
margin-left: auto;
margin-right: auto;
border-radius: 10px; }
#accesscodeinput, #emailinput {
color: #000; }
.ui-autocomplete {
max-height: 100px;
overflow-y: auto;
overflow-x: hidden; }
*html .ui-autocomplete {
height: 100px; }
.ui-helper-hidden-accessible {
display: none; }
.page-header {
margin: 40px 0 20px;
border-bottom: 1px solid #eee; }
.lead-text {
font-size: 16px; }
/*rankings.php*/
#ranking-header {
text-align: left;
margin: 20px 0 20px; }
.rankings-table {
margin-top: 30px;
margin-bottom: 60px; }
.form-control #boulderSelectGym {
width: 50%; }
#scroll-padding {
height: 500px; }
.homepage-input {
color: #000; }
#photo {
max-width: 100%; }
/*forgot.php*/
.input-panel {
width: 500px;
margin: 0 auto;
text-align: center; }
.center {
margin: 0 auto; }
#event-panel {
max-width: 600px;
margin: 0 auto; }
#event-tag-label {
margin-right: 25px;
font-weight: normal; }
.event-details {
text-align: left; }
.event-details a {
text-decoration: underline; }
.jqvmap-zoomin, .jqvmap-zoomout {
width: 15px;
height: 15px; }
#cal-slide-content {
background-color: #888;
background-image: none; }
#cal-slide-content:hover {
background-color: #777; } | 0.271155 | 0.084833 |
@-moz-document url-prefix("chrome://fireftp/content/fireftp.xul") {
:root {
--toolbar-bg: #111;
--secondary-bg: #444;
--selected-bg: #0095dd;
--theme-bg-3: #222;
--ui-color: #fff
}
::-moz-selection {
background: #0095dd !important;
}
toolbar,statusbar, tabs, window {
-moz-appearance: none !important;
background: var(--toolbar-bg);
color: var(--ui-color);
border: none !important;
text-shadow: none !important;
}
statusbarpanel {
border: none !important;
-moz-appearance: none !important;
}
statusbar resizer {
display: none !important;
}
tabbox {margin: 0 !important;}
tab {
-moz-appearance: none !important;
background: none !important;
padding: 4px !important;
border: none !important;
border-top: 3px solid transparent !important;
border-radius: 0 !important;
color:inherit !important;
}
tab[selected] {
border-top-width: 3px !important;
border-top-color: var(--selected-bg) !important;
}
.tab-middle[selected] {
-moz-appearance: none !important;
color: var(--selected-bg) !important;
font-weight: bold !important;
background: none !important;
}
#main-toolbar {
padding-left: 10px !important;
padding-top: 5px !important;
}
/* #main-toolbar toolbarbutton::before {
content: attr(label) !important;
display: -moz-box;
visibility: collapse;
max-width: 0 !important;
transition: all 0.1s !important;
overflow: hidden !important;
vertical-align: middle !important;
}
#main-toolbar toolbarbutton:hover::before {
visibility: visible;
padding: 0 5px;
max-width: 100px !important;
} */
toolbarbutton {
text-shadow: none !important;
background: none !important;
-moz-appearance: none !important;
border: none !important;
}
.toolbarbutton-text {
display: none !important;
}
.toolbarbutton-icon {
width: 18px !important;
height: 18px !important;
}
button[disabled],
[disabled=true] .toolbarbutton-icon {
opacity: 0.5 !important;
}
#helpbutton {
list-style: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB<KEY>PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xMSAxOGgydi0yaC0ydjJ6bTEtMTZDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMT<KEY>LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4em0wLTE0Yy0yLjIxIDAtNCA<KEY>=) !important;
}
#advmenu .toolbarbutton-icon {
list-style: url(chrome://browser/skin/devtools/tool-options.svg) !important;
width: 16px !important;
height: 16px !important;
}
#editMenuItem {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
#connectbutton {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
.refreshButton {
list-style: url(data:image/svg+xml;base64,<KEY>+) !important;
-moz-image-region: auto !important;
}
#remoteChangeButton .toolbarbutton-icon {
list-style: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIH<KEY>) !important;
width: 14px !important;
height: 14px !important;
}
#abortbutton {
list-style: url(data:image/svg+xml;base64,<KEY>IDEwIDEwIDEwLTQuNDcgMTAtMTBTMTcuNTMgMiAxMiAyem01IDEzLjU5TDE1LjU5IDE3IDEyIDEzLjQxIDguNDEgMTcgNyAxNS41OSAxMC41OSAxMiA3IDguNDEgOC40MSA3IDEyIDEwLjU5IDE1LjU5IDcgMTcgOC40MSAxMy40MSAxMiAxNyAxNS41OXoiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) !important;
}
#logbutton {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
toolbarbutton[label="Browse"] {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
.upButton .toolbarbutton-icon {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
-moz-image-region: auto !important;
transform: rotate(-90deg) !important;
width: 14px !important;
height: 14px !important;
}
#retrieveButton .button-icon {
transform: rotate(180deg)
}
#retrieveButton,
#storeButton {
list-style: url(data:image/svg+xml;base64,<KEY> !important;
-moz-image-region: auto !important;
transition: all 0.1s;
background: none !important;
-moz-appearance: none !important;
padding: 4px !important;
border-radius: 2px;
text-align: center;
min-width: 0 !important;
margin: 3px !important;
border: none !important;
}
#retrieveButton:not([disabled=true]):hover,
#storeButton:not([disabled=true]):hover {
background: rgba(0, 149, 221, 0.5) !important;
}
#retrieveButton .button-box,
#storeButton .button-box {
text-align: center;
min-width: 0 !important;
max-width: 14px !important;
max-height: 14px !important;
box-sizing: border-box !important;
display: inline-block !important;
padding: 0 !important;
}
#retrieveButton .button-icon,
#storeButton .button-icon {
margin: 0 !important;
padding: 0 !important;
min-width: 0 !important;
vertical-align: middle;
}
treechildren::-moz-tree-image {
margin-right: 4px !important;
}
.fileTree::-moz-tree-row, .dirTree::-moz-tree-row {
min-height: 2.1em !important;
}
.fileTree::-moz-tree-image(isFolder), .dirTree::-moz-tree-image(closed) {
list-style: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwID<KEY>IHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMCA0SDRjLTEuMSAwLTEuOTkuOS0xLjk5IDJMMiAxOGMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjhjMC0xLjEtLjktMi0yLTJoLThsLTItMnoiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) !important;
-moz-image-region: auto !important;
}
.dirTree::-moz-tree-image(open) {
list-style: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIH<KEY>OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0yMCA2aC04bC0yLTJINGMtMS4xIDAtMS45OS45LTEuOTkgMkwyIDE4YzAgMS4xLjkgMiAyIDJoMTZjMS4xIDAgMi0uOSAyLTJWOGMwLTEuMS0uOS0yLTItMnptMCAxMkg0VjhoMTZ2MTB6Ii8+Cjwvc3ZnPg==) !important;
-moz-image-region: auto !important;
}
.dirTree::-moz-tree-twisty {
list-style: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPg0KICA8cG9seWdvbiBwb2ludHM9IjIsMCAyLDggNiw0IiBmaWxsPSIjYjZiYWJmIi8+DQo8L3N2Zz4NCg==) !important;
-moz-appearance: none !important;
transform: rotate(-90deg) !important;
display: inline-block !important;
}
.dirTree::-moz-tree-twisty(open) {
list-style-image: url(chrome://browser/skin/devtools/dropmarker.svg) !important;
}
.dirTree::-moz-tree-twisty(selected) {
filter: brightness(0) invert(1) !important;
}
#remotedirtree treecols,
#localdirtree treecols {
border: none !important;
}
treechildren {
background: var(--theme-bg-3) !important;
}
treechildren:-moz-tree-row {
background: transparent !important;
border: none !important;
outline: none !important;
border-radius: 0 !important;
}
treechildren::-moz-tree-cell-text {
color: rgba(255,255,255,0.7);
}
.fileTree:-moz-tree-row(odd) {
background: rgba(255,255,255,0.03) !important;
}
tree.plain > treechildren::-moz-tree-row(hover) {
background: rgba(0, 149, 221, 0.2) !important;
}
tree.plain > treechildren:-moz-tree-row(selected) {
background: var(--selected-bg) !important;
}
treechildren:-moz-tree-cell-text(selected) {
color: #fff !important;
}
splitter {
background: var(--secondary-bg) !important;
min-width: 1px !important;
min-height: 1px !important;
border: none !important;
}
grippy {
background: none !important;
min-width: 1px !important;
margin-left: -1px !important;
min-height: 10px !important;
}
splitter[orient="vertical"] > grippy {
min-width: 10px !important;
min-height: 1px !important;
margin: 0 !important;
display: none !important;
}
tabpanels, spacer {
-moz-appearance: none !important;
border: none !important;
}
#cmdlog {
-moz-appearance: none !important;
border: none !important;
background: var(--theme-bg-3) !important;
}
menulist,
textbox {
-moz-appearance: none !important;
background: var(--secondary-bg) !important;
color: var(--ui-color);
box-shadow: 0 0 0 20px rgba(0, 149, 221, 0) !important;
border-radius: 2px !important;
transition: all 0.2s;
border: none !important;
}
.autocomplete-history-dropmarker,
.menulist-dropmarker {
-moz-appearance: none !important;
border: none !important;
background: none !important;
list-style: url(chrome://browser/skin/devtools/dropmarker.svg) !important;
display: -moz-box !important;
}
menulist[open] {
background: rgba(0, 149, 221, 0.5) !important;
}
menulist[open],
textbox:not([disabled])[focused] {
box-shadow: 0 0 0 2px rgba(0, 149, 221, 0.9) !important;
}
#main-toolbar toolbarbutton {
box-sizing: border-box !important;
padding: 0 5px !important;
height: 20px !important;
}
#main-toolbar toolbarbutton:not([disabled=true]):hover,
#main-toolbar toolbarbutton[open] {
background: rgba(0, 149, 221, 0.5) !important;
border-radius: 2px !important;
}
#localtoolbar,
#remoteview toolbar {
padding: 5px !important;
}
#identity-box {
background: none !important;
border: none !important;
box-shadow: none !important;
}
#page-proxy-button {
list-style: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IiNmZmYiPgogIDxwYXRoIGQ9Ik0xNSw5NWg3MFYyNS40TDY0LjYsNUgxNVY5NXogTTYyLjUsMTcuMWwxMC40LDEwLjRINjIuNVYxNy4xeiBNMjUsMTVoMjcuNXYyMi41SDc1Vjg1SDI1VjE1eiIvPgo8L3N2Zz4=) !important;
-moz-image-region: auto !important;
}
tree {
background: var(--secondary-bg) !important;
}
listheader,
treecols {
-moz-appearance: none;
border: none;
background: transparent !important;
border-bottom: 1px solid var(--toolbar-bg);
padding: 0;
}
treecol:not([hideheader="true"]),
treecolpicker {
-moz-appearance: none;
border: none;
background-color: var(--secondary-bg) !important;
color: #fff;
padding: 5px 10px;
}
treecol:not([hideheader="true"]):not(:first-child),
treecolpicker {
-moz-border-start-width: 1px !important;
-moz-border-start-style: solid !important;
border-image: linear-gradient(transparent 0%, transparent 20%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, transparent 80%, transparent 100%) 1 1 !important;
}
treecol:hover,
treecolpicker:hover {
background: rgba(0, 149, 221, 0.2) !important;
}
treecol[sortDirection]:not([sortDirection="natural"]){
background: var(--selected-bg) !important;
}
.tree-columnpicker-icon {
filter: brightness(200%) !important;
}
treecol:not([hideheader="true"])[sortDirection]:not([sortDirection="natural"]) + splitter+treecol {
-moz-border-start-width: 0px !important;
}
treecol:not([sortDirection]):not(:hover),
treecol[sortDirection="natural"] {
color: rgba(255,255,255,0.5)
}
treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection]:not([sortDirection="natural"]) {
list-style-image: url("chrome://browser/skin/devtools/dropmarker.svg") !important;
filter: brightness(200%) !important;
width: 7px;
height: 7px;
margin-left: 10px;
}
treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="ascending"] {
transform: scaleY(-1);
}
scrollbar {
-moz-appearance: none;
position: relative;
background-color: transparent;
background-image: none;
border: 0px solid transparent !important;
z-index: 2147483647;
padding: 2px;
}
/* Scrollbar code will reset the margin to the correct side depending on
where layout actually puts the scrollbar */
scrollbar[orient="vertical"] {
margin-left: -10px;
min-width: 10px;
max-width: 10px;
}
scrollbar[orient="horizontal"] {
margin-top: -10px;
min-height: 10px;
max-height: 10px;
}
scrollbarbutton {
display: none !important;
}
slider {
-moz-appearance: none !important;
}
thumb {
-moz-appearance: none !important;
background-color: rgba(255,255,255,0.2);
border-radius: 3px;
border: none !important;
}
}
@-moz-document url-prefix("chrome://fireftp/content/blank.html") {
:root {
}
body {
margin: 0 !important;
margin-left: 5px !important;
font: message-box !important;
}
div[type] {
padding: 2px 10px !important;
font: message-box !important;
color: #fff !important;
border-left: 3px solid #fff !important;
}
div[type]:hover {
background: rgba(0, 149, 221, 0.5) !important;
}
div[type]::before {
content: "";
background-image: url("chrome://browser/skin/devtools/webconsole.svg");
background-position: 12px 12px;
background-repeat: no-repeat;
background-size: 72px 60px;
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle !important;
margin-right: 10px !important;
}
div.input::before {
background-position: -48px -36px;
}
div.output::before {
background-position: -60px -36px;
}
.blue, span {
color: white !important;
font-weight: normal !important;
}
} | data/usercss/115487.user.css | @-moz-document url-prefix("chrome://fireftp/content/fireftp.xul") {
:root {
--toolbar-bg: #111;
--secondary-bg: #444;
--selected-bg: #0095dd;
--theme-bg-3: #222;
--ui-color: #fff
}
::-moz-selection {
background: #0095dd !important;
}
toolbar,statusbar, tabs, window {
-moz-appearance: none !important;
background: var(--toolbar-bg);
color: var(--ui-color);
border: none !important;
text-shadow: none !important;
}
statusbarpanel {
border: none !important;
-moz-appearance: none !important;
}
statusbar resizer {
display: none !important;
}
tabbox {margin: 0 !important;}
tab {
-moz-appearance: none !important;
background: none !important;
padding: 4px !important;
border: none !important;
border-top: 3px solid transparent !important;
border-radius: 0 !important;
color:inherit !important;
}
tab[selected] {
border-top-width: 3px !important;
border-top-color: var(--selected-bg) !important;
}
.tab-middle[selected] {
-moz-appearance: none !important;
color: var(--selected-bg) !important;
font-weight: bold !important;
background: none !important;
}
#main-toolbar {
padding-left: 10px !important;
padding-top: 5px !important;
}
/* #main-toolbar toolbarbutton::before {
content: attr(label) !important;
display: -moz-box;
visibility: collapse;
max-width: 0 !important;
transition: all 0.1s !important;
overflow: hidden !important;
vertical-align: middle !important;
}
#main-toolbar toolbarbutton:hover::before {
visibility: visible;
padding: 0 5px;
max-width: 100px !important;
} */
toolbarbutton {
text-shadow: none !important;
background: none !important;
-moz-appearance: none !important;
border: none !important;
}
.toolbarbutton-text {
display: none !important;
}
.toolbarbutton-icon {
width: 18px !important;
height: 18px !important;
}
button[disabled],
[disabled=true] .toolbarbutton-icon {
opacity: 0.5 !important;
}
#helpbutton {
list-style: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB<KEY>PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xMSAxOGgydi0yaC0ydjJ6bTEtMTZDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMT<KEY>LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4em0wLTE0Yy0yLjIxIDAtNCA<KEY>=) !important;
}
#advmenu .toolbarbutton-icon {
list-style: url(chrome://browser/skin/devtools/tool-options.svg) !important;
width: 16px !important;
height: 16px !important;
}
#editMenuItem {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
#connectbutton {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
.refreshButton {
list-style: url(data:image/svg+xml;base64,<KEY>+) !important;
-moz-image-region: auto !important;
}
#remoteChangeButton .toolbarbutton-icon {
list-style: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIH<KEY>) !important;
width: 14px !important;
height: 14px !important;
}
#abortbutton {
list-style: url(data:image/svg+xml;base64,<KEY>IDEwIDEwIDEwLTQuNDcgMTAtMTBTMTcuNTMgMiAxMiAyem01IDEzLjU5TDE1LjU5IDE3IDEyIDEzLjQxIDguNDEgMTcgNyAxNS41OSAxMC41OSAxMiA3IDguNDEgOC40MSA3IDEyIDEwLjU5IDE1LjU5IDcgMTcgOC40MSAxMy40MSAxMiAxNyAxNS41OXoiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) !important;
}
#logbutton {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
toolbarbutton[label="Browse"] {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
}
.upButton .toolbarbutton-icon {
list-style: url(data:image/svg+xml;base64,<KEY>) !important;
-moz-image-region: auto !important;
transform: rotate(-90deg) !important;
width: 14px !important;
height: 14px !important;
}
#retrieveButton .button-icon {
transform: rotate(180deg)
}
#retrieveButton,
#storeButton {
list-style: url(data:image/svg+xml;base64,<KEY> !important;
-moz-image-region: auto !important;
transition: all 0.1s;
background: none !important;
-moz-appearance: none !important;
padding: 4px !important;
border-radius: 2px;
text-align: center;
min-width: 0 !important;
margin: 3px !important;
border: none !important;
}
#retrieveButton:not([disabled=true]):hover,
#storeButton:not([disabled=true]):hover {
background: rgba(0, 149, 221, 0.5) !important;
}
#retrieveButton .button-box,
#storeButton .button-box {
text-align: center;
min-width: 0 !important;
max-width: 14px !important;
max-height: 14px !important;
box-sizing: border-box !important;
display: inline-block !important;
padding: 0 !important;
}
#retrieveButton .button-icon,
#storeButton .button-icon {
margin: 0 !important;
padding: 0 !important;
min-width: 0 !important;
vertical-align: middle;
}
treechildren::-moz-tree-image {
margin-right: 4px !important;
}
.fileTree::-moz-tree-row, .dirTree::-moz-tree-row {
min-height: 2.1em !important;
}
.fileTree::-moz-tree-image(isFolder), .dirTree::-moz-tree-image(closed) {
list-style: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwID<KEY>IHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMCA0SDRjLTEuMSAwLTEuOTkuOS0xLjk5IDJMMiAxOGMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjhjMC0xLjEtLjktMi0yLTJoLThsLTItMnoiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) !important;
-moz-image-region: auto !important;
}
.dirTree::-moz-tree-image(open) {
list-style: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIH<KEY>OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0yMCA2aC04bC0yLTJINGMtMS4xIDAtMS45OS45LTEuOTkgMkwyIDE4YzAgMS4xLjkgMiAyIDJoMTZjMS4xIDAgMi0uOSAyLTJWOGMwLTEuMS0uOS0yLTItMnptMCAxMkg0VjhoMTZ2MTB6Ii8+Cjwvc3ZnPg==) !important;
-moz-image-region: auto !important;
}
.dirTree::-moz-tree-twisty {
list-style: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPg0KICA8cG9seWdvbiBwb2ludHM9IjIsMCAyLDggNiw0IiBmaWxsPSIjYjZiYWJmIi8+DQo8L3N2Zz4NCg==) !important;
-moz-appearance: none !important;
transform: rotate(-90deg) !important;
display: inline-block !important;
}
.dirTree::-moz-tree-twisty(open) {
list-style-image: url(chrome://browser/skin/devtools/dropmarker.svg) !important;
}
.dirTree::-moz-tree-twisty(selected) {
filter: brightness(0) invert(1) !important;
}
#remotedirtree treecols,
#localdirtree treecols {
border: none !important;
}
treechildren {
background: var(--theme-bg-3) !important;
}
treechildren:-moz-tree-row {
background: transparent !important;
border: none !important;
outline: none !important;
border-radius: 0 !important;
}
treechildren::-moz-tree-cell-text {
color: rgba(255,255,255,0.7);
}
.fileTree:-moz-tree-row(odd) {
background: rgba(255,255,255,0.03) !important;
}
tree.plain > treechildren::-moz-tree-row(hover) {
background: rgba(0, 149, 221, 0.2) !important;
}
tree.plain > treechildren:-moz-tree-row(selected) {
background: var(--selected-bg) !important;
}
treechildren:-moz-tree-cell-text(selected) {
color: #fff !important;
}
splitter {
background: var(--secondary-bg) !important;
min-width: 1px !important;
min-height: 1px !important;
border: none !important;
}
grippy {
background: none !important;
min-width: 1px !important;
margin-left: -1px !important;
min-height: 10px !important;
}
splitter[orient="vertical"] > grippy {
min-width: 10px !important;
min-height: 1px !important;
margin: 0 !important;
display: none !important;
}
tabpanels, spacer {
-moz-appearance: none !important;
border: none !important;
}
#cmdlog {
-moz-appearance: none !important;
border: none !important;
background: var(--theme-bg-3) !important;
}
menulist,
textbox {
-moz-appearance: none !important;
background: var(--secondary-bg) !important;
color: var(--ui-color);
box-shadow: 0 0 0 20px rgba(0, 149, 221, 0) !important;
border-radius: 2px !important;
transition: all 0.2s;
border: none !important;
}
.autocomplete-history-dropmarker,
.menulist-dropmarker {
-moz-appearance: none !important;
border: none !important;
background: none !important;
list-style: url(chrome://browser/skin/devtools/dropmarker.svg) !important;
display: -moz-box !important;
}
menulist[open] {
background: rgba(0, 149, 221, 0.5) !important;
}
menulist[open],
textbox:not([disabled])[focused] {
box-shadow: 0 0 0 2px rgba(0, 149, 221, 0.9) !important;
}
#main-toolbar toolbarbutton {
box-sizing: border-box !important;
padding: 0 5px !important;
height: 20px !important;
}
#main-toolbar toolbarbutton:not([disabled=true]):hover,
#main-toolbar toolbarbutton[open] {
background: rgba(0, 149, 221, 0.5) !important;
border-radius: 2px !important;
}
#localtoolbar,
#remoteview toolbar {
padding: 5px !important;
}
#identity-box {
background: none !important;
border: none !important;
box-shadow: none !important;
}
#page-proxy-button {
list-style: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IiNmZmYiPgogIDxwYXRoIGQ9Ik0xNSw5NWg3MFYyNS40TDY0LjYsNUgxNVY5NXogTTYyLjUsMTcuMWwxMC40LDEwLjRINjIuNVYxNy4xeiBNMjUsMTVoMjcuNXYyMi41SDc1Vjg1SDI1VjE1eiIvPgo8L3N2Zz4=) !important;
-moz-image-region: auto !important;
}
tree {
background: var(--secondary-bg) !important;
}
listheader,
treecols {
-moz-appearance: none;
border: none;
background: transparent !important;
border-bottom: 1px solid var(--toolbar-bg);
padding: 0;
}
treecol:not([hideheader="true"]),
treecolpicker {
-moz-appearance: none;
border: none;
background-color: var(--secondary-bg) !important;
color: #fff;
padding: 5px 10px;
}
treecol:not([hideheader="true"]):not(:first-child),
treecolpicker {
-moz-border-start-width: 1px !important;
-moz-border-start-style: solid !important;
border-image: linear-gradient(transparent 0%, transparent 20%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, transparent 80%, transparent 100%) 1 1 !important;
}
treecol:hover,
treecolpicker:hover {
background: rgba(0, 149, 221, 0.2) !important;
}
treecol[sortDirection]:not([sortDirection="natural"]){
background: var(--selected-bg) !important;
}
.tree-columnpicker-icon {
filter: brightness(200%) !important;
}
treecol:not([hideheader="true"])[sortDirection]:not([sortDirection="natural"]) + splitter+treecol {
-moz-border-start-width: 0px !important;
}
treecol:not([sortDirection]):not(:hover),
treecol[sortDirection="natural"] {
color: rgba(255,255,255,0.5)
}
treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection]:not([sortDirection="natural"]) {
list-style-image: url("chrome://browser/skin/devtools/dropmarker.svg") !important;
filter: brightness(200%) !important;
width: 7px;
height: 7px;
margin-left: 10px;
}
treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="ascending"] {
transform: scaleY(-1);
}
scrollbar {
-moz-appearance: none;
position: relative;
background-color: transparent;
background-image: none;
border: 0px solid transparent !important;
z-index: 2147483647;
padding: 2px;
}
/* Scrollbar code will reset the margin to the correct side depending on
where layout actually puts the scrollbar */
scrollbar[orient="vertical"] {
margin-left: -10px;
min-width: 10px;
max-width: 10px;
}
scrollbar[orient="horizontal"] {
margin-top: -10px;
min-height: 10px;
max-height: 10px;
}
scrollbarbutton {
display: none !important;
}
slider {
-moz-appearance: none !important;
}
thumb {
-moz-appearance: none !important;
background-color: rgba(255,255,255,0.2);
border-radius: 3px;
border: none !important;
}
}
@-moz-document url-prefix("chrome://fireftp/content/blank.html") {
:root {
}
body {
margin: 0 !important;
margin-left: 5px !important;
font: message-box !important;
}
div[type] {
padding: 2px 10px !important;
font: message-box !important;
color: #fff !important;
border-left: 3px solid #fff !important;
}
div[type]:hover {
background: rgba(0, 149, 221, 0.5) !important;
}
div[type]::before {
content: "";
background-image: url("chrome://browser/skin/devtools/webconsole.svg");
background-position: 12px 12px;
background-repeat: no-repeat;
background-size: 72px 60px;
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle !important;
margin-right: 10px !important;
}
div.input::before {
background-position: -48px -36px;
}
div.output::before {
background-position: -60px -36px;
}
.blue, span {
color: white !important;
font-weight: normal !important;
}
} | 0.157428 | 0.041676 |
nav {
background-color: white;
}
#books-text {
font-family: "Neucha";
text-align: center;
font-size: large;
}
#welcome-header {
color: #795548;
}
nav a,
a.sidenav-trigger i,
ul.sidenav li a {
color: #fdd835;
}
nav,
#books-text,
#footer-text,
#copyright-text {
color: #616161;
}
/* for page curl effect */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0024 {
font-family: "Neucha";
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
text-align: center;
box-shadow: 5px 5px 5px grey;
}
figure.snip0024 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.snip0024 img {
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.snip0024 > div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure.snip0024 > div::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
opacity: 0;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
background-image: linear-gradient(
-45deg,
#000000 0%,
rgba(0, 0, 0, 0.2) 40%,
rgba(0, 0, 0, 0.8)
);
}
figure.snip0024 h2 {
word-spacing: -0.1em;
font-weight: 400;
text-transform: uppercase;
top: 0;
opacity: 0;
padding: 25px;
margin: 0;
position: absolute;
color: transparent;
text-shadow: 0 0 10px #ffffff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.snip0024 h2 span {
font-weight: 800;
}
figure.snip0024 i {
display: inline-block;
font-size: 36px;
color: #ffffff;
padding: 6px 16px;
position: absolute;
bottom: 0px;
right: 0px;
opacity: 0;
z-index: 1;
-webkit-transition: 0.05s linear;
transition: 0.05s linear;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
figure.snip0024 .curl {
width: 0px;
height: 0px;
position: absolute;
bottom: 0;
right: 0;
background: linear-gradient(
135deg,
#ffffff,
#f3f3f3 20%,
#bbbbbb 38%,
#aaaaaa 44%,
#888888 50%,
rgba(0, 0, 0, 0.7) 50%,
rgba(0, 0, 0, 0.4) 60%,
rgba(0, 0, 0, 0.3)
);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
transition: all 0.4s ease;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.snip0024 .curl:before,
figure.snip0024 .curl:after {
content: "";
position: absolute;
z-index: -1;
left: 12%;
bottom: 6%;
width: 70%;
max-width: 300px;
max-height: 100px;
height: 55%;
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
transform: skew(-10deg) rotate(-6deg);
}
figure.snip0024 .curl:after {
left: auto;
right: 6%;
bottom: auto;
top: 14%;
transform: skew(-15deg) rotate(-84deg);
}
figure.snip0024 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.snip0024:hover > div h2,
figure.snip0024.hover > div h2 {
opacity: 1;
text-shadow: 0 0 0px #ffffff;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.snip0024:hover > div::before,
figure.snip0024.hover > div::before {
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.snip0024:hover i,
figure.snip0024.hover i {
opacity: 0.7;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.snip0024:hover .curl,
figure.snip0024.hover .curl {
width: 90px;
height: 90px;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} | css/books_theme.css | nav {
background-color: white;
}
#books-text {
font-family: "Neucha";
text-align: center;
font-size: large;
}
#welcome-header {
color: #795548;
}
nav a,
a.sidenav-trigger i,
ul.sidenav li a {
color: #fdd835;
}
nav,
#books-text,
#footer-text,
#copyright-text {
color: #616161;
}
/* for page curl effect */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0024 {
font-family: "Neucha";
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
text-align: center;
box-shadow: 5px 5px 5px grey;
}
figure.snip0024 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.snip0024 img {
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.snip0024 > div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure.snip0024 > div::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
opacity: 0;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
background-image: linear-gradient(
-45deg,
#000000 0%,
rgba(0, 0, 0, 0.2) 40%,
rgba(0, 0, 0, 0.8)
);
}
figure.snip0024 h2 {
word-spacing: -0.1em;
font-weight: 400;
text-transform: uppercase;
top: 0;
opacity: 0;
padding: 25px;
margin: 0;
position: absolute;
color: transparent;
text-shadow: 0 0 10px #ffffff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.snip0024 h2 span {
font-weight: 800;
}
figure.snip0024 i {
display: inline-block;
font-size: 36px;
color: #ffffff;
padding: 6px 16px;
position: absolute;
bottom: 0px;
right: 0px;
opacity: 0;
z-index: 1;
-webkit-transition: 0.05s linear;
transition: 0.05s linear;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
figure.snip0024 .curl {
width: 0px;
height: 0px;
position: absolute;
bottom: 0;
right: 0;
background: linear-gradient(
135deg,
#ffffff,
#f3f3f3 20%,
#bbbbbb 38%,
#aaaaaa 44%,
#888888 50%,
rgba(0, 0, 0, 0.7) 50%,
rgba(0, 0, 0, 0.4) 60%,
rgba(0, 0, 0, 0.3)
);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
transition: all 0.4s ease;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.snip0024 .curl:before,
figure.snip0024 .curl:after {
content: "";
position: absolute;
z-index: -1;
left: 12%;
bottom: 6%;
width: 70%;
max-width: 300px;
max-height: 100px;
height: 55%;
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
transform: skew(-10deg) rotate(-6deg);
}
figure.snip0024 .curl:after {
left: auto;
right: 6%;
bottom: auto;
top: 14%;
transform: skew(-15deg) rotate(-84deg);
}
figure.snip0024 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.snip0024:hover > div h2,
figure.snip0024.hover > div h2 {
opacity: 1;
text-shadow: 0 0 0px #ffffff;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.snip0024:hover > div::before,
figure.snip0024.hover > div::before {
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.snip0024:hover i,
figure.snip0024.hover i {
opacity: 0.7;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.snip0024:hover .curl,
figure.snip0024.hover .curl {
width: 90px;
height: 90px;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} | 0.424173 | 0.082328 |
.wide-article-link {
background-color: #fefefe;
padding: 1rem 1rem 0.5rem;
border: 1px solid #cacaca;
margin-bottom: 1rem;
}
.wide-article-link .article-title a {
color: #0a0a0a;
}
.wide-article-link .article-title a:hover, .wide-article-link .article-title a:focus {
color: #1779ba;
}
.wide-article-link .article-elipsis .read-more {
font-weight: bold;
}
.wide-article-link .article-title,
.wide-article-link .article-author,
.wide-article-link .article-elipsis {
margin-bottom: 0.25rem;
}
.wide-article-link .article-social {
margin-top: 0.75rem;
}
.wide-article-link .article-social .social {
margin-right: 0.25rem;
}
.wide-article-link .article-social .social.comments {
background-color: #8a8a8a;
color: #fefefe;
}
.wide-article-link .article-social .social.comments:hover, .wide-article-link .article-social .social.comments:focus {
background-color: #6e6e6e;
color: #fefefe;
}
.wide-article-link .article-social .social.facebook {
background-color: #3b5998;
color: #fefefe;
}
.wide-article-link .article-social .social.facebook:hover, .wide-article-link .article-social .social.facebook:focus {
background-color: #2f477a;
color: #fefefe;
}
.wide-article-link .article-social .social.twitter {
background-color: #55acee;
color: #fefefe;
}
.wide-article-link .article-social .social.twitter:hover, .wide-article-link .article-social .social.twitter:focus {
background-color: #1a8fe8;
color: #fefefe;
}
.wide-article-link .article-social .social.linkedin {
background-color: #007bb5;
color: #fefefe;
}
.wide-article-link .article-social .social.linkedin:hover, .wide-article-link .article-social .social.linkedin:focus {
background-color: #006291;
color: #fefefe;
}
.wide-article-link .article-social .social.google-plus {
background-color: #dd4b39;
color: #fefefe;
}
.wide-article-link .article-social .social.google-plus:hover, .wide-article-link .article-social .social.google-plus:focus {
background-color: #be3221;
color: #fefefe;
}
.wide-article-link .article-social .social > .fa {
color: #fefefe;
}
.wide-article-link .article-social .social > .fa.fa-comments-o {
margin-right: 0.25rem;
} | app/web/css/artigos.css | .wide-article-link {
background-color: #fefefe;
padding: 1rem 1rem 0.5rem;
border: 1px solid #cacaca;
margin-bottom: 1rem;
}
.wide-article-link .article-title a {
color: #0a0a0a;
}
.wide-article-link .article-title a:hover, .wide-article-link .article-title a:focus {
color: #1779ba;
}
.wide-article-link .article-elipsis .read-more {
font-weight: bold;
}
.wide-article-link .article-title,
.wide-article-link .article-author,
.wide-article-link .article-elipsis {
margin-bottom: 0.25rem;
}
.wide-article-link .article-social {
margin-top: 0.75rem;
}
.wide-article-link .article-social .social {
margin-right: 0.25rem;
}
.wide-article-link .article-social .social.comments {
background-color: #8a8a8a;
color: #fefefe;
}
.wide-article-link .article-social .social.comments:hover, .wide-article-link .article-social .social.comments:focus {
background-color: #6e6e6e;
color: #fefefe;
}
.wide-article-link .article-social .social.facebook {
background-color: #3b5998;
color: #fefefe;
}
.wide-article-link .article-social .social.facebook:hover, .wide-article-link .article-social .social.facebook:focus {
background-color: #2f477a;
color: #fefefe;
}
.wide-article-link .article-social .social.twitter {
background-color: #55acee;
color: #fefefe;
}
.wide-article-link .article-social .social.twitter:hover, .wide-article-link .article-social .social.twitter:focus {
background-color: #1a8fe8;
color: #fefefe;
}
.wide-article-link .article-social .social.linkedin {
background-color: #007bb5;
color: #fefefe;
}
.wide-article-link .article-social .social.linkedin:hover, .wide-article-link .article-social .social.linkedin:focus {
background-color: #006291;
color: #fefefe;
}
.wide-article-link .article-social .social.google-plus {
background-color: #dd4b39;
color: #fefefe;
}
.wide-article-link .article-social .social.google-plus:hover, .wide-article-link .article-social .social.google-plus:focus {
background-color: #be3221;
color: #fefefe;
}
.wide-article-link .article-social .social > .fa {
color: #fefefe;
}
.wide-article-link .article-social .social > .fa.fa-comments-o {
margin-right: 0.25rem;
} | 0.526343 | 0.051177 |
body{
font-family: "Lato", sans-serif;
}
p{
font-family: "Lato", sans-serif;
}
a{
font-family: "Lato", sans-serif;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
font-family: "Lato", sans-serif;
}
.mb0 { margin-bottom: 0 }
.mb25 { margin-bottom: 25px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.pl15 { padding-left: 15px; }
.pr15 { padding-right: 15px; }
.fs22 { font-size: 22px }
.alert { font-family: "Lato", sans-serif; }
.alert.no-border-radius {
border-radius: 0px;
}
.alert-danger a {
color: #a94442;
}
.alert-danger a:hover {
color: #a94442;
}
.alert-success a {
color: #3c763d;
}.alert-success a:hover {
color: #3c763d;
}
.error {
color: #c0122b;
font-family: "Lato", sans-serif;
font-size: 12px;
margin-bottom: 14px;
}
/*Header Section*/
.navbar-transparent .navbar-nav>li>a {
color: #fff;
}
.navbar-transparent .navbar-nav>li>a:hover{
color: #ffffff;
background-color: transparent;
}
.navbar-logo {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 48px;
line-height: 20px;
color: #ffffff;
font-weight: 800;
}
a.navbar-logo:hover {
color: #ffffff;
text-decoration: none;
}
header{
background: url(../images/backgrounds/hero.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 110px;
}
.home_text{
padding-top: 160px;
padding-bottom: 160px;
}
.home_text h2{
color: #ffffff;
font-size: 60px;
margin-bottom: 55px;
}
.home_text p{
color: #ffffff;
font-size: 20px;
font-weight: 100;
line-height: 1;
}
.scroll_down{
padding-bottom: 50px;
}
.scroll_down a{
color: #ffffff;
}
/*gender section*/
section.gender {
padding: 20px 50px;
background-color: #c6bfa5;
}
.gender button:hover {
color: #ffffff;
}
.btn-products {
color: #fff;
background-color: #661a00;
border-color: #661a00 !important;
border-radius: 2px !important;
padding: 10px 20px !important;
}
[type="checkbox"]+label {
font-family: "Lato", sans-serif;
position: relative;
padding-left: 5px;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1.4rem;
font-weight: 100;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
padding-right: 30px;
vertical-align: top;
}
label {
font-size: 0.8rem;
color: #000000;
}
.pull-right a:hover {
text-decoration: none;
color: #fff;
}
.pull-left.ckbox {
display: inline-block;
}
/*Products Section*/
h5.men:before {
content: "";
display: block;
border-top: solid 1px #b2b2b2;
width: 100%;
height: 1px;
top: 295%;
z-index: 1;
}
h5.men { margin-top: 90px;}
h5.men span {
background: #fff;
padding: 0 20px;
position: relative;
z-index: 5;
}
p.client { padding: 15px 24px; }
.yolomy-product {
position: relative;
padding: 0px 15px;
text-align: center;
background-color: #f5f5f7;
}
.mt45 {
margin-top: 45px;
padding-left: 40px !important;
padding-right: 40px !important;
}
.img-fluid {
max-width: 100%;
height: auto;
}
h5.type {
color: #a99b76;
}
.btn-with-icon {
padding: 0 !important;
display: inline-block !important;
border-width: 0 !important;
}
.btn-shopping {
color: #000000 !important;
background-color: #c6bfa5;
border-color: #c6bfa5;
border-radius: 0 !important;
}
.ht40 {
height: 40px;
}
.btn-with-icon > div > span.icon {
justify-content: center;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
.btn-with-icon > div {
position: relative;
display: flex;
}
.btn-with-icon > div > span {
display: flex;
height: 100%;
align-items: center;
}
.wd40 {
width: 40px;
}
.btn-with-icon > div > span.add-to-cart {
padding-left: 15px;
padding-right: 15px;
}
/*About Us Section*/
section.about-us{
background: url(../images/backgrounds/about.jpg);
background-size: cover;
background-repeat: no-repeat;
margin-top: 100px;
padding-top: 100px;
padding-bottom: 100px;
}
.about-us h5, .about-us p {
color: #ffffff;
}
.about-us p { font-size:24px; }
/*Twitter Feed Section*/
section.twitter {
background-color: #535154;
padding-top: 20px;
padding-bottom: 15px;
}
.twitter p {color: #ffffff;font-size: 21px;padding-left: 60px;}
/*Footer Section*/
footer {
background-color: #414141;
color: #ffffff;
}
.uppercase { text-transform: uppercase; }
.brief {
padding-top: 100px;
}
.social {
padding-top: 20px;
}
.links {
padding-top: 140px;
}
footer ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
margin-bottom: 25px;
}
footer li {
float: left;
padding-right: 17px;
padding-left: 17px;
}
section.login {
padding-bottom: 30px;
}
section.registration {
padding-top: 30px;
padding-bottom: 60px;
}
.login-left h3, .login-right h3 {
color: #a99b76;
font-size: 1.2em;
font-family: "Lato", sans-serif;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 0.5em;
}
.login-left p, .login-right p {
color: #999;
display: block;
font-size: 0.98em;
margin: 0 0 1.5em 0;
line-height: 1.8em;
}
.login-right form {
padding: 1em 0;
}
.login-right span {
color: #999;
font-size: 0.85em;
padding-bottom: 0.2em;
display: block;
font-family: "Lato", sans-serif;
}
.login-right input[type="text"] {
border: 1px solid #DDDBDB;
outline-color: #a99b76;
width: 96%;
font-size: 0.8125em;
padding: 10px;
}
.login-right input[type="password"] {
border: 1px solid #<PASSWORD>;
outline-color: #a99b76;
width: 96%;
font-size: 0.8125em;
padding: 10px;
}
.login-right form div {
padding: 0 0 1.5em 0;
}
a.forgot {
font: 300 14px/25px Lato, sans-serif;
}
.login-right input[type="submit"] {
background: #a99b76;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.acount-btn {
background: #a99b76;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
}
a.acount-btn:hover {
text-decoration: none;
color: #fff;
}
.register-top-grid h3, .register-bottom-grid h3 {
color: #a99b76;
font-size: 1em;
padding-bottom: 5px;
margin: 0;
font-weight: 600;
font-family: "Lato", sans-serif;
}
.register-top-grid div, .register-bottom-grid div {
width: 48%;
float: left;
margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
color: #999;
font-size: 0.99em;
padding-bottom: 0.2em;
display: block;
font-family: "Lato", sans-serif;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #a99b76;
width: 96%;
font-size: 1em;
padding: 0.5em;
font-family: "Lato", sans-serif;
}
.register-bottom-grid input[type="password"] {
border: 1px solid #EEE;
outline-color: #a99b76;
width: 96%;
font-size: 1em;
padding: 0.5em;
font-family: "Lato", sans-serif;
}
.news-letter {
color: #555;
font-weight: 600;
font-size: 0.85em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox:last-child {
margin-bottom: 0;
}
.checkbox {
position: relative;
font-size: 0.85em;
color: #555;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.1em;
padding-right: 27px;
line-height: 27px;
cursor: pointer;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #a99b76;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
content: '';
background: url(../images/tick1.png) no-repeat 1px 2px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.register-but input[type="submit"]:hover {
background: #000;
}
.register-bottom-grid {
margin-top: 3em;
}
.register-but input[type="submit"] {
background: #a99b76;
color: #FFF;
font-size: 0.8em;
padding: 0.8em 2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.checkout {
padding: 4em 0 5em 0;
}
.checkout-items {
padding: 4em 0 5em 0;
}
h1.title {
color: #000;
margin-bottom: 0.5em;
font-size: 1.4em;
line-height: 1.2;
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
padding-bottom: 13px;
font-family: "Lato", sans-serif;
}
p.no-item {
color: #555;
font-size: 0.99em;
line-height: 1.8em;
color: #999;
line-height: 1.8em;
font-family: "Lato", sans-serif;
}
.no-item a, .no-item a:hover {
color: #a99b76;
}
.selected-item h3 {
color: #404040;
margin-top: 0;
border-bottom: 3px solid #a99b76;
font-family: "Lato", sans-serif;
margin-bottom: 6px;
padding-bottom: 8px;
}
.selected-item .item {
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
padding-top: 21px;
margin-top: 0;
}
.selected-item .item:last-child {
border-bottom: 3px solid #a99b76;
}
.item-body {
display: table-cell;
vertical-align: top;
font-family: "Lato", sans-serif;
overflow: hidden;
zoom: 1;
}
.item-body a:hover {
color: #c0122b;
}
.item>.pull-left {
padding-right: 10px;
}
.selected-item .item .item-body p {
color: #a99b76;
font-size: 12px;
margin-bottom: 0px;
}
.total-amount i {
color: #a99b76;
font-size: 64px;
}
.total-amount h3 {
font-family: "Lato", sans-serif;
color: #a99b76;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;
}
.category-men, .category-women {
padding-top: 60px;
}
.category-women .category-heading {
text-align: right;
}
.sepreater {
display: block;
width: 100%;
height: 0px;
margin: 0px auto 10px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 4px double rgba(0, 0, 0, 0.23);
box-shadow: none;
color: #a99b76;
}
.total-amount p {
font-family: "Lato", sans-serif;
color: #a99b76;
font-size: 14px;
text-transform: uppercase;
position: relative;
}
.img-cart {
max-width: 52px;
height: auto;
}
.total-amount p:before {
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
background: #a99b76;
}
.total-amount {
padding: 4em 0 5em 0;
} | public/css/style.css | body{
font-family: "Lato", sans-serif;
}
p{
font-family: "Lato", sans-serif;
}
a{
font-family: "Lato", sans-serif;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
font-family: "Lato", sans-serif;
}
.mb0 { margin-bottom: 0 }
.mb25 { margin-bottom: 25px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.pl15 { padding-left: 15px; }
.pr15 { padding-right: 15px; }
.fs22 { font-size: 22px }
.alert { font-family: "Lato", sans-serif; }
.alert.no-border-radius {
border-radius: 0px;
}
.alert-danger a {
color: #a94442;
}
.alert-danger a:hover {
color: #a94442;
}
.alert-success a {
color: #3c763d;
}.alert-success a:hover {
color: #3c763d;
}
.error {
color: #c0122b;
font-family: "Lato", sans-serif;
font-size: 12px;
margin-bottom: 14px;
}
/*Header Section*/
.navbar-transparent .navbar-nav>li>a {
color: #fff;
}
.navbar-transparent .navbar-nav>li>a:hover{
color: #ffffff;
background-color: transparent;
}
.navbar-logo {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 48px;
line-height: 20px;
color: #ffffff;
font-weight: 800;
}
a.navbar-logo:hover {
color: #ffffff;
text-decoration: none;
}
header{
background: url(../images/backgrounds/hero.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 110px;
}
.home_text{
padding-top: 160px;
padding-bottom: 160px;
}
.home_text h2{
color: #ffffff;
font-size: 60px;
margin-bottom: 55px;
}
.home_text p{
color: #ffffff;
font-size: 20px;
font-weight: 100;
line-height: 1;
}
.scroll_down{
padding-bottom: 50px;
}
.scroll_down a{
color: #ffffff;
}
/*gender section*/
section.gender {
padding: 20px 50px;
background-color: #c6bfa5;
}
.gender button:hover {
color: #ffffff;
}
.btn-products {
color: #fff;
background-color: #661a00;
border-color: #661a00 !important;
border-radius: 2px !important;
padding: 10px 20px !important;
}
[type="checkbox"]+label {
font-family: "Lato", sans-serif;
position: relative;
padding-left: 5px;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1.4rem;
font-weight: 100;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
padding-right: 30px;
vertical-align: top;
}
label {
font-size: 0.8rem;
color: #000000;
}
.pull-right a:hover {
text-decoration: none;
color: #fff;
}
.pull-left.ckbox {
display: inline-block;
}
/*Products Section*/
h5.men:before {
content: "";
display: block;
border-top: solid 1px #b2b2b2;
width: 100%;
height: 1px;
top: 295%;
z-index: 1;
}
h5.men { margin-top: 90px;}
h5.men span {
background: #fff;
padding: 0 20px;
position: relative;
z-index: 5;
}
p.client { padding: 15px 24px; }
.yolomy-product {
position: relative;
padding: 0px 15px;
text-align: center;
background-color: #f5f5f7;
}
.mt45 {
margin-top: 45px;
padding-left: 40px !important;
padding-right: 40px !important;
}
.img-fluid {
max-width: 100%;
height: auto;
}
h5.type {
color: #a99b76;
}
.btn-with-icon {
padding: 0 !important;
display: inline-block !important;
border-width: 0 !important;
}
.btn-shopping {
color: #000000 !important;
background-color: #c6bfa5;
border-color: #c6bfa5;
border-radius: 0 !important;
}
.ht40 {
height: 40px;
}
.btn-with-icon > div > span.icon {
justify-content: center;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
.btn-with-icon > div {
position: relative;
display: flex;
}
.btn-with-icon > div > span {
display: flex;
height: 100%;
align-items: center;
}
.wd40 {
width: 40px;
}
.btn-with-icon > div > span.add-to-cart {
padding-left: 15px;
padding-right: 15px;
}
/*About Us Section*/
section.about-us{
background: url(../images/backgrounds/about.jpg);
background-size: cover;
background-repeat: no-repeat;
margin-top: 100px;
padding-top: 100px;
padding-bottom: 100px;
}
.about-us h5, .about-us p {
color: #ffffff;
}
.about-us p { font-size:24px; }
/*Twitter Feed Section*/
section.twitter {
background-color: #535154;
padding-top: 20px;
padding-bottom: 15px;
}
.twitter p {color: #ffffff;font-size: 21px;padding-left: 60px;}
/*Footer Section*/
footer {
background-color: #414141;
color: #ffffff;
}
.uppercase { text-transform: uppercase; }
.brief {
padding-top: 100px;
}
.social {
padding-top: 20px;
}
.links {
padding-top: 140px;
}
footer ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
margin-bottom: 25px;
}
footer li {
float: left;
padding-right: 17px;
padding-left: 17px;
}
section.login {
padding-bottom: 30px;
}
section.registration {
padding-top: 30px;
padding-bottom: 60px;
}
.login-left h3, .login-right h3 {
color: #a99b76;
font-size: 1.2em;
font-family: "Lato", sans-serif;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 0.5em;
}
.login-left p, .login-right p {
color: #999;
display: block;
font-size: 0.98em;
margin: 0 0 1.5em 0;
line-height: 1.8em;
}
.login-right form {
padding: 1em 0;
}
.login-right span {
color: #999;
font-size: 0.85em;
padding-bottom: 0.2em;
display: block;
font-family: "Lato", sans-serif;
}
.login-right input[type="text"] {
border: 1px solid #DDDBDB;
outline-color: #a99b76;
width: 96%;
font-size: 0.8125em;
padding: 10px;
}
.login-right input[type="password"] {
border: 1px solid #<PASSWORD>;
outline-color: #a99b76;
width: 96%;
font-size: 0.8125em;
padding: 10px;
}
.login-right form div {
padding: 0 0 1.5em 0;
}
a.forgot {
font: 300 14px/25px Lato, sans-serif;
}
.login-right input[type="submit"] {
background: #a99b76;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.acount-btn {
background: #a99b76;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
}
a.acount-btn:hover {
text-decoration: none;
color: #fff;
}
.register-top-grid h3, .register-bottom-grid h3 {
color: #a99b76;
font-size: 1em;
padding-bottom: 5px;
margin: 0;
font-weight: 600;
font-family: "Lato", sans-serif;
}
.register-top-grid div, .register-bottom-grid div {
width: 48%;
float: left;
margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
color: #999;
font-size: 0.99em;
padding-bottom: 0.2em;
display: block;
font-family: "Lato", sans-serif;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #a99b76;
width: 96%;
font-size: 1em;
padding: 0.5em;
font-family: "Lato", sans-serif;
}
.register-bottom-grid input[type="password"] {
border: 1px solid #EEE;
outline-color: #a99b76;
width: 96%;
font-size: 1em;
padding: 0.5em;
font-family: "Lato", sans-serif;
}
.news-letter {
color: #555;
font-weight: 600;
font-size: 0.85em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox:last-child {
margin-bottom: 0;
}
.checkbox {
position: relative;
font-size: 0.85em;
color: #555;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.1em;
padding-right: 27px;
line-height: 27px;
cursor: pointer;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #a99b76;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
content: '';
background: url(../images/tick1.png) no-repeat 1px 2px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.register-but input[type="submit"]:hover {
background: #000;
}
.register-bottom-grid {
margin-top: 3em;
}
.register-but input[type="submit"] {
background: #a99b76;
color: #FFF;
font-size: 0.8em;
padding: 0.8em 2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.checkout {
padding: 4em 0 5em 0;
}
.checkout-items {
padding: 4em 0 5em 0;
}
h1.title {
color: #000;
margin-bottom: 0.5em;
font-size: 1.4em;
line-height: 1.2;
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
padding-bottom: 13px;
font-family: "Lato", sans-serif;
}
p.no-item {
color: #555;
font-size: 0.99em;
line-height: 1.8em;
color: #999;
line-height: 1.8em;
font-family: "Lato", sans-serif;
}
.no-item a, .no-item a:hover {
color: #a99b76;
}
.selected-item h3 {
color: #404040;
margin-top: 0;
border-bottom: 3px solid #a99b76;
font-family: "Lato", sans-serif;
margin-bottom: 6px;
padding-bottom: 8px;
}
.selected-item .item {
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
padding-top: 21px;
margin-top: 0;
}
.selected-item .item:last-child {
border-bottom: 3px solid #a99b76;
}
.item-body {
display: table-cell;
vertical-align: top;
font-family: "Lato", sans-serif;
overflow: hidden;
zoom: 1;
}
.item-body a:hover {
color: #c0122b;
}
.item>.pull-left {
padding-right: 10px;
}
.selected-item .item .item-body p {
color: #a99b76;
font-size: 12px;
margin-bottom: 0px;
}
.total-amount i {
color: #a99b76;
font-size: 64px;
}
.total-amount h3 {
font-family: "Lato", sans-serif;
color: #a99b76;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;
}
.category-men, .category-women {
padding-top: 60px;
}
.category-women .category-heading {
text-align: right;
}
.sepreater {
display: block;
width: 100%;
height: 0px;
margin: 0px auto 10px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 4px double rgba(0, 0, 0, 0.23);
box-shadow: none;
color: #a99b76;
}
.total-amount p {
font-family: "Lato", sans-serif;
color: #a99b76;
font-size: 14px;
text-transform: uppercase;
position: relative;
}
.img-cart {
max-width: 52px;
height: auto;
}
.total-amount p:before {
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
background: #a99b76;
}
.total-amount {
padding: 4em 0 5em 0;
} | 0.244543 | 0.083553 |
@charset "utf-8";
::selection{
color:#fff !important;
background-color:#009688 !important;
}
::-moz-selection{
color:#fff !important;
background-color:#009688 !important;
}
/** 自定义滚动条样式 */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background-color: transparent;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
::-webkit-scrollbar-thumb {
background-color: #9c9da0;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0,0,0,.15);
}
::-webkit-scrollbar-thumb:hover {
background: rgba(128,135,139,.8);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #b3b3b3;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color:#b3b3b3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color:#b3b3b3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color:#b3b3b3;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.h50{width:50px!important;}
.h80{height:80px!important;}
.h100{height:100px!important;}
.h120{height:120px!important;}
.h150{height:150px!important;}
.h180{height:180px!important;}
.h200{height:200px!important;}
.h230{height:230px!important;}
.h250{height:250px!important;}
.h280{height:280px!important;}
.h300{height:300px!important;}
.h330{height:330px!important;}
.h350{height:350px!important;}
.h380{height:380px!important;}
.h400{height:400px!important;}
.h450{height:450px!important;}
.h500{height:500px!important;}
.w50{width:50px!important;}
.w100{width:100px!important;}
.w120{width:120px!important;}
.w150{width:150px!important;}
.w200{width:200px!important;}
.w250{width:250px!important;}
.w300{width:300px!important;}
.w350{width:350px!important;}
.w400{width:400px!important;}
.w450{width:450px!important;}
.w500{width:500px!important;}
.w550{width:550px!important;}
.w600{width:600px!important;}
.w650{width:650px!important;}
.w700{width:700px!important;}
.w750{width:750px!important;}
.w800{width:800px!important;}
.w850{width:850px!important;}
.w900{width:900px!important;}
.w950{width:950px!important;}
.w1000{width:1000px!important;}
.w1050{width:1050px!important;}
.w1100{width:1100px!important;}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
.break-all {
word-break: break-all;
word-wrap: break-word;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-gray {
color: #868e96 !important;
}
.text-secondary {
color: #868e96 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #343a40 !important;
}
.text-muted {
color: #868e96 !important;
}
.text-danger {
color: #d26a5c;
}
.text-info {
color: #70b9eb;
}
.text-warning {
color: #f3b760;
}
.text-success {
color: #46c37b;
}
.text-primary {
color: #5c90d2;
}
.text-red {
color: #FF5722 !important;
}
.text-orange {
color: #FFB800 !important;
}
.text-green {
color: #009688 !important;
}
.text-cyan {
color: #2F4056 !important;
}
.text-blue {
color: #1E9FFF !important;
}
.text-black {
color: #393D49 !important;
}
.text-gray {
color: #666 !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.panel_box{ margin-bottom:5px;}
.panel{ text-align:center; height:90px;}
.panel_box a{display:block;overflow:hidden; height:80px; background-color:#f2f2f2 !important; }
.panel_icon{ width:40%; display: inline-block; line-height:80px; float:left; position:relative; height:100%;}
.panel_icon i{ font-size:50px !important; color:#fff; display: inline-block;}
.panel_word{ width:60%; display: inline-block; float:right; margin:13px 0 14px; }
.panel_word span{ font-size:25px; display:block; height:34px; }
.panel .admin-login-time{ font-size:15px; color:#1E9FFF; line-height:34px;}
.panel em{ font-style:normal;}
/*百度上传*/
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
display: inline-block;
position: relative;
margin-right:15px;
float: left;
}
.file-item.thumbnail .info{
display: none;
}
.file-item.thumbnail .remove-picture{
position: absolute;
right: -5px;
top: -5px;
font-size: 18px;
color: #CA4949;
cursor: pointer;
display: none;
z-index: 5;
}
.file-item.thumbnail .remove-picture:hover{
color: #EC6969;
}
.file-item.thumbnail .move-picture{
background: gainsboro;
padding: 2px;
cursor: move;
color: #ABABAB;
position: absolute;
left: -6px;
top: -5px;
border-radius: 50%;
display: none;
z-index: 5;
width: 16px;
height: 16px;
line-height: 16px;
}
.file-item.thumbnail:hover .remove-picture,
.file-item.thumbnail:hover .move-picture{
display: block;
}
.file-item .progress.progress-xs{
margin-bottom: 5px;
margin-top: 5px;
}
.file-item .error,
.file-item .img-state{
position: absolute;
top: 4px;
left: 4px;
right: 4px;
color: white;
text-align: center;
height: 20px;
font-size: 14px;
line-height: 20px;
}
.file-item .error{
background: rgba(255, 0, 0, 0.67);
}
.file-item .success{
background: rgba(25, 167, 75, 0.78);
}
.file-item .fa-check {
color: #68C39F;
margin-top: 3px;
}
.uploader-list .list-group-item img{
width: 40px;
height: 40px;
}
.progress.progress-mini {
height: 5px;
}
.remove-margin {
margin: 0 !important;
}
.progress {
height: 24px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress.progress-mini .progress-bar {
line-height: 5px;
}
.progress-bar.active, .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-primary {
background-color: #ff6b6b;
}
.progress-bar-primary {
background-color: #5c90d2;
}
.progress-bar {
line-height: 24px;
font-weight: 600;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar-striped, .progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.sortable-ghost{opacity:.4}
.uploader-list .thumbnail>img {
cursor: zoom-in;
}
/* 安装模块详情 */
.lake-admin-module-icon {
overflow: hidden;
}
.lake-admin-module-icon img {
width: 90%;
}
.lake-admin-module-name {
font-weight: bold;
font-size: 22px;
}
.lake-admin-module-name .lake-admin-module-ver {
font-size: 18px;
}
.lake-admin-module-author {
margin-top: 10px;
}
.lake-admin-module-authoremail {
margin-top: 3px;
}
.lake-admin-module-introduce {
font-size: 16px;
margin: 15px 0 5px 0;
}
.lake-admin-auth-manager-access {
border: 1px solid #D2D2D2;
border-radius: 2px;
padding: 5px 0 15px 3px;
max-height: 500px;
overflow-y: scroll;
}
.lake-admin-container {padding: 15px;background-color: #F2F2F2; }
.layui-table-view{overflow: auto;}
.layui-form-field-label{display: block; padding:3px 0px; font-weight: 400; line-height: 20px; }
@media screen and (max-width: 450px) {
.layui-form-item .layui-input-inline {
margin: 0px 0px 10px 0 !important;
width: 100% !important;
}
}
@media screen and (max-width: 750px) {
.lake-admin-search-form .layui-btn,
.lake-admin-search-form .layui-btn+.layui-btn,
.layui-elem-quote .layui-btn {
width: 100% !important;
margin-bottom: 5px !important;
margin-left: 0 !important;
float: none !important;
}
.lake-admin-search-form .layui-btn:last-child,
.lake-admin-search-form .layui-btn+.layui-btn:last-child,
.layui-elem-quote .layui-btn:last-child {
margin-bottom: 0 !important;
}
.lake-admin-search-form .layui-inline {
width: 100% !important;
margin-bottom: 5px !important;
}
.lake-admin-search-form .layui-inline:last-child {
margin-bottom: 0 !important;
}
.layui-form-item .layui-form-label {
display: block !important;
float: left !important;
width: 100% !important;
text-align: left !important;
padding: 10px 0 !important;
}
.layui-form-item .layui-input-block {
display: block !important;
float: left !important;
width: 100% !important;
margin-left: 0 !important;
}
.layui-form-item .layui-inline {
width: 100% !important;
margin-bottom: 5px !important;
}
.layui-form-item .layui-input-inline {
margin: 0px 0px 10px 0 !important;
width: 100% !important;
}
} | resources/assets/admin/css/admin.css | @charset "utf-8";
::selection{
color:#fff !important;
background-color:#009688 !important;
}
::-moz-selection{
color:#fff !important;
background-color:#009688 !important;
}
/** 自定义滚动条样式 */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background-color: transparent;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
::-webkit-scrollbar-thumb {
background-color: #9c9da0;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0,0,0,.15);
}
::-webkit-scrollbar-thumb:hover {
background: rgba(128,135,139,.8);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #b3b3b3;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color:#b3b3b3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color:#b3b3b3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color:#b3b3b3;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.h50{width:50px!important;}
.h80{height:80px!important;}
.h100{height:100px!important;}
.h120{height:120px!important;}
.h150{height:150px!important;}
.h180{height:180px!important;}
.h200{height:200px!important;}
.h230{height:230px!important;}
.h250{height:250px!important;}
.h280{height:280px!important;}
.h300{height:300px!important;}
.h330{height:330px!important;}
.h350{height:350px!important;}
.h380{height:380px!important;}
.h400{height:400px!important;}
.h450{height:450px!important;}
.h500{height:500px!important;}
.w50{width:50px!important;}
.w100{width:100px!important;}
.w120{width:120px!important;}
.w150{width:150px!important;}
.w200{width:200px!important;}
.w250{width:250px!important;}
.w300{width:300px!important;}
.w350{width:350px!important;}
.w400{width:400px!important;}
.w450{width:450px!important;}
.w500{width:500px!important;}
.w550{width:550px!important;}
.w600{width:600px!important;}
.w650{width:650px!important;}
.w700{width:700px!important;}
.w750{width:750px!important;}
.w800{width:800px!important;}
.w850{width:850px!important;}
.w900{width:900px!important;}
.w950{width:950px!important;}
.w1000{width:1000px!important;}
.w1050{width:1050px!important;}
.w1100{width:1100px!important;}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
.break-all {
word-break: break-all;
word-wrap: break-word;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-gray {
color: #868e96 !important;
}
.text-secondary {
color: #868e96 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #343a40 !important;
}
.text-muted {
color: #868e96 !important;
}
.text-danger {
color: #d26a5c;
}
.text-info {
color: #70b9eb;
}
.text-warning {
color: #f3b760;
}
.text-success {
color: #46c37b;
}
.text-primary {
color: #5c90d2;
}
.text-red {
color: #FF5722 !important;
}
.text-orange {
color: #FFB800 !important;
}
.text-green {
color: #009688 !important;
}
.text-cyan {
color: #2F4056 !important;
}
.text-blue {
color: #1E9FFF !important;
}
.text-black {
color: #393D49 !important;
}
.text-gray {
color: #666 !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.panel_box{ margin-bottom:5px;}
.panel{ text-align:center; height:90px;}
.panel_box a{display:block;overflow:hidden; height:80px; background-color:#f2f2f2 !important; }
.panel_icon{ width:40%; display: inline-block; line-height:80px; float:left; position:relative; height:100%;}
.panel_icon i{ font-size:50px !important; color:#fff; display: inline-block;}
.panel_word{ width:60%; display: inline-block; float:right; margin:13px 0 14px; }
.panel_word span{ font-size:25px; display:block; height:34px; }
.panel .admin-login-time{ font-size:15px; color:#1E9FFF; line-height:34px;}
.panel em{ font-style:normal;}
/*百度上传*/
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
display: inline-block;
position: relative;
margin-right:15px;
float: left;
}
.file-item.thumbnail .info{
display: none;
}
.file-item.thumbnail .remove-picture{
position: absolute;
right: -5px;
top: -5px;
font-size: 18px;
color: #CA4949;
cursor: pointer;
display: none;
z-index: 5;
}
.file-item.thumbnail .remove-picture:hover{
color: #EC6969;
}
.file-item.thumbnail .move-picture{
background: gainsboro;
padding: 2px;
cursor: move;
color: #ABABAB;
position: absolute;
left: -6px;
top: -5px;
border-radius: 50%;
display: none;
z-index: 5;
width: 16px;
height: 16px;
line-height: 16px;
}
.file-item.thumbnail:hover .remove-picture,
.file-item.thumbnail:hover .move-picture{
display: block;
}
.file-item .progress.progress-xs{
margin-bottom: 5px;
margin-top: 5px;
}
.file-item .error,
.file-item .img-state{
position: absolute;
top: 4px;
left: 4px;
right: 4px;
color: white;
text-align: center;
height: 20px;
font-size: 14px;
line-height: 20px;
}
.file-item .error{
background: rgba(255, 0, 0, 0.67);
}
.file-item .success{
background: rgba(25, 167, 75, 0.78);
}
.file-item .fa-check {
color: #68C39F;
margin-top: 3px;
}
.uploader-list .list-group-item img{
width: 40px;
height: 40px;
}
.progress.progress-mini {
height: 5px;
}
.remove-margin {
margin: 0 !important;
}
.progress {
height: 24px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress.progress-mini .progress-bar {
line-height: 5px;
}
.progress-bar.active, .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-primary {
background-color: #ff6b6b;
}
.progress-bar-primary {
background-color: #5c90d2;
}
.progress-bar {
line-height: 24px;
font-weight: 600;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar-striped, .progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.sortable-ghost{opacity:.4}
.uploader-list .thumbnail>img {
cursor: zoom-in;
}
/* 安装模块详情 */
.lake-admin-module-icon {
overflow: hidden;
}
.lake-admin-module-icon img {
width: 90%;
}
.lake-admin-module-name {
font-weight: bold;
font-size: 22px;
}
.lake-admin-module-name .lake-admin-module-ver {
font-size: 18px;
}
.lake-admin-module-author {
margin-top: 10px;
}
.lake-admin-module-authoremail {
margin-top: 3px;
}
.lake-admin-module-introduce {
font-size: 16px;
margin: 15px 0 5px 0;
}
.lake-admin-auth-manager-access {
border: 1px solid #D2D2D2;
border-radius: 2px;
padding: 5px 0 15px 3px;
max-height: 500px;
overflow-y: scroll;
}
.lake-admin-container {padding: 15px;background-color: #F2F2F2; }
.layui-table-view{overflow: auto;}
.layui-form-field-label{display: block; padding:3px 0px; font-weight: 400; line-height: 20px; }
@media screen and (max-width: 450px) {
.layui-form-item .layui-input-inline {
margin: 0px 0px 10px 0 !important;
width: 100% !important;
}
}
@media screen and (max-width: 750px) {
.lake-admin-search-form .layui-btn,
.lake-admin-search-form .layui-btn+.layui-btn,
.layui-elem-quote .layui-btn {
width: 100% !important;
margin-bottom: 5px !important;
margin-left: 0 !important;
float: none !important;
}
.lake-admin-search-form .layui-btn:last-child,
.lake-admin-search-form .layui-btn+.layui-btn:last-child,
.layui-elem-quote .layui-btn:last-child {
margin-bottom: 0 !important;
}
.lake-admin-search-form .layui-inline {
width: 100% !important;
margin-bottom: 5px !important;
}
.lake-admin-search-form .layui-inline:last-child {
margin-bottom: 0 !important;
}
.layui-form-item .layui-form-label {
display: block !important;
float: left !important;
width: 100% !important;
text-align: left !important;
padding: 10px 0 !important;
}
.layui-form-item .layui-input-block {
display: block !important;
float: left !important;
width: 100% !important;
margin-left: 0 !important;
}
.layui-form-item .layui-inline {
width: 100% !important;
margin-bottom: 5px !important;
}
.layui-form-item .layui-input-inline {
margin: 0px 0px 10px 0 !important;
width: 100% !important;
}
} | 0.240239 | 0.076857 |
/* --------------------------------------------
LOAD IN ANIMATIONS
-------------------------------------------- */
.v-animation {
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
opacity: 0;
position: relative;
}
html.no-js .v-animation, .mobile-browser .v-animation, .apple-mobile-browser .v-animation, .v-animation[data-animation="none"] {
opacity: 1!important;
left: auto!important;
right: auto!important;
bottom: auto!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
transform: scale(1)!important;
}
.v-animation[data-animation="grow"] {
opacity: 0;
-webkit-transform: scale(0.4);
-o-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
-moz-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
-o-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
}
.v-animation[data-animation="grow"].v-animate {
opacity: 1;
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.v-animation[data-animation="pop-up"].v-animate {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-animation: popUp 0.4s ease-in-out forwards;
-moz-animation: popUp 0.4s ease-in-out forwards;
-o-animation: popUp 0.4s ease-in-out forwards;
animation: popUp 0.4s ease-in-out forwards;
}
.v-animation[data-animation="flip"].v-animate {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
-moz-transform: rotateX(-80deg);
-ms-transform: rotateX(-80deg);
-o-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip .8s ease-in-out forwards;
-moz-animation: flip .8s ease-in-out forwards;
-o-animation: flip .8s ease-in-out forwards;
animation: flip .8s ease-in-out forwards;
}
.v-animation[data-animation="helix"].v-animate {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix .8s ease-in-out forwards;
-moz-animation: helix .8s ease-in-out forwards;
-o-animation: helix .8s ease-in-out forwards;
animation: helix .8s ease-in-out forwards;
}
.v-animation[data-animation="move-up"].v-animate {
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
-o-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
-moz-animation: moveUp 0.65s ease forwards;
-o-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
.v-animation[data-animation="spin"].v-animate {
-webkit-animation: spin 0.65s ease forwards;
-moz-animation: spin 0.65s ease forwards;
-o-animation: spin 0.65s ease forwards;
animation: spin 0.65s ease forwards;
}
.v-animation[data-animation="flip-x"].v-animate {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation: flipX 0.65s ease forwards;
-moz-animation: flipX 0.65s ease forwards;
-o-animation: flipX 0.65s ease forwards;
animation: flipX 0.65s ease forwards;
}
.v-animation[data-animation="flip-y"].v-animate {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation: flipY 0.65s ease forwards;
-moz-animation: flipY 0.65s ease forwards;
-o-animation: flipY 0.65s ease forwards;
animation: flipY 0.65s ease forwards;
}
.v-animation[data-animation="fade-from-left"] {
left: -70px;
}
.v-animation[data-animation="fade-from-right"] {
right: -70px;
}
.v-animation[data-animation="fade-from-bottom"] {
bottom: -120px;
}
.v-animation[data-animation="fade-from-left"], .v-animation[data-animation="fade-from-right"] {
margin: 0 auto;
}
.browser-ie .v-animation[data-animation="pop-up"].v-animate,
.browser-ie .v-animation[data-animation="flip"].v-animate,
.browser-ie .v-animation[data-animation="helix"].v-animate,
.browser-ie .v-animation[data-animation="fly"].v-animate,
.browser-ie .v-animation[data-animation="move-up"].v-animate,
.browser-ie .v-animation[data-animation="spin"].v-animate,
.browser-ie .v-animation[data-animation="flip-x"].v-animate,
.browser-ie .v-animation[data-animation="flip-y"].v-animate {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* #CSS3 Keyframes
================================================== */
@-webkit-keyframes fadeIn {
to { opacity: 1; }
}
@-moz-keyframes fadeIn {
to { opacity: 1; }
}
@keyframes fadeIn {
to { opacity: 1; }
}
@-webkit-keyframes moveUp {
to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
to { transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes scaleUp {
to { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes scaleUp {
to { -moz-transform: scale(1); opacity: 1; }
}
@keyframes scaleUp {
to { transform: scale(1); opacity: 1; }
}
@-webkit-keyframes fallPerspective {
100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fallPerspective {
100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes fly {
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fly {
100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes fly {
100% { transform: rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes flip {
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flip {
100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
100% { transform: rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes helix {
100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}
@-moz-keyframes helix {
100% { -moz-transform: rotateY(0deg); opacity: 1; }
}
@keyframes helix {
100% { transform: rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes popUp {
70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes popUp {
70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(1); opacity: 1; }
}
@keyframes popUp {
70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(1); opacity: 1; }
}
@-ms-keyframes spin {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); opacity: 1; }
}
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); opacity: 1; }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); opacity: 1; }
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); opacity: 1; }
}
@-webkit-keyframes flipX {
0% {-webkit-transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {-webkit-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-moz-keyframes flipX {
0% {-moz-transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {-moz-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipX {
0% {-o-transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipX {
0% {transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipY {
0% {-webkit-transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {-webkit-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-moz-keyframes flipY {
0% {-moz-transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {-moz-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipY {
0% {-o-transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipY {
0% {transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-webkit-keyframes shake {
0%, 50%, 100% {-webkit-transform: translateX(0);}
25% {-webkit-transform: translateX(-100px);}
75% {-webkit-transform: translateX(100px);}
}
@-moz-keyframes shake {
0%, 50%, 100% {-moz-transform: translateX(0);}
25% {-moz-transform: translateX(-100px);}
75% {-moz-transform: translateX(100px);}
}
@-o-keyframes shake {
0%, 50%, 100% {-o-transform: translateX(0);}
25% {-o-transform: translateX(-100px);}
75% {-o-transform: translateX(100px);}
}
@keyframes shake {
0%, 50%, 100% {transform: translateX(0);}
25% {transform: translateX(-100px);}
75% {transform: translateX(100px);}
} | css/v-animation.css |
/* --------------------------------------------
LOAD IN ANIMATIONS
-------------------------------------------- */
.v-animation {
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
opacity: 0;
position: relative;
}
html.no-js .v-animation, .mobile-browser .v-animation, .apple-mobile-browser .v-animation, .v-animation[data-animation="none"] {
opacity: 1!important;
left: auto!important;
right: auto!important;
bottom: auto!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
transform: scale(1)!important;
}
.v-animation[data-animation="grow"] {
opacity: 0;
-webkit-transform: scale(0.4);
-o-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
-moz-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
-o-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
}
.v-animation[data-animation="grow"].v-animate {
opacity: 1;
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.v-animation[data-animation="pop-up"].v-animate {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-animation: popUp 0.4s ease-in-out forwards;
-moz-animation: popUp 0.4s ease-in-out forwards;
-o-animation: popUp 0.4s ease-in-out forwards;
animation: popUp 0.4s ease-in-out forwards;
}
.v-animation[data-animation="flip"].v-animate {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
-moz-transform: rotateX(-80deg);
-ms-transform: rotateX(-80deg);
-o-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip .8s ease-in-out forwards;
-moz-animation: flip .8s ease-in-out forwards;
-o-animation: flip .8s ease-in-out forwards;
animation: flip .8s ease-in-out forwards;
}
.v-animation[data-animation="helix"].v-animate {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix .8s ease-in-out forwards;
-moz-animation: helix .8s ease-in-out forwards;
-o-animation: helix .8s ease-in-out forwards;
animation: helix .8s ease-in-out forwards;
}
.v-animation[data-animation="move-up"].v-animate {
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
-o-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
-moz-animation: moveUp 0.65s ease forwards;
-o-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
.v-animation[data-animation="spin"].v-animate {
-webkit-animation: spin 0.65s ease forwards;
-moz-animation: spin 0.65s ease forwards;
-o-animation: spin 0.65s ease forwards;
animation: spin 0.65s ease forwards;
}
.v-animation[data-animation="flip-x"].v-animate {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation: flipX 0.65s ease forwards;
-moz-animation: flipX 0.65s ease forwards;
-o-animation: flipX 0.65s ease forwards;
animation: flipX 0.65s ease forwards;
}
.v-animation[data-animation="flip-y"].v-animate {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation: flipY 0.65s ease forwards;
-moz-animation: flipY 0.65s ease forwards;
-o-animation: flipY 0.65s ease forwards;
animation: flipY 0.65s ease forwards;
}
.v-animation[data-animation="fade-from-left"] {
left: -70px;
}
.v-animation[data-animation="fade-from-right"] {
right: -70px;
}
.v-animation[data-animation="fade-from-bottom"] {
bottom: -120px;
}
.v-animation[data-animation="fade-from-left"], .v-animation[data-animation="fade-from-right"] {
margin: 0 auto;
}
.browser-ie .v-animation[data-animation="pop-up"].v-animate,
.browser-ie .v-animation[data-animation="flip"].v-animate,
.browser-ie .v-animation[data-animation="helix"].v-animate,
.browser-ie .v-animation[data-animation="fly"].v-animate,
.browser-ie .v-animation[data-animation="move-up"].v-animate,
.browser-ie .v-animation[data-animation="spin"].v-animate,
.browser-ie .v-animation[data-animation="flip-x"].v-animate,
.browser-ie .v-animation[data-animation="flip-y"].v-animate {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* #CSS3 Keyframes
================================================== */
@-webkit-keyframes fadeIn {
to { opacity: 1; }
}
@-moz-keyframes fadeIn {
to { opacity: 1; }
}
@keyframes fadeIn {
to { opacity: 1; }
}
@-webkit-keyframes moveUp {
to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
to { transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes scaleUp {
to { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes scaleUp {
to { -moz-transform: scale(1); opacity: 1; }
}
@keyframes scaleUp {
to { transform: scale(1); opacity: 1; }
}
@-webkit-keyframes fallPerspective {
100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fallPerspective {
100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes fly {
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fly {
100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes fly {
100% { transform: rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes flip {
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flip {
100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
100% { transform: rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes helix {
100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}
@-moz-keyframes helix {
100% { -moz-transform: rotateY(0deg); opacity: 1; }
}
@keyframes helix {
100% { transform: rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes popUp {
70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes popUp {
70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(1); opacity: 1; }
}
@keyframes popUp {
70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(1); opacity: 1; }
}
@-ms-keyframes spin {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); opacity: 1; }
}
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); opacity: 1; }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); opacity: 1; }
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); opacity: 1; }
}
@-webkit-keyframes flipX {
0% {-webkit-transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {-webkit-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-moz-keyframes flipX {
0% {-moz-transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {-moz-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipX {
0% {-o-transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipX {
0% {transform: perspective(400px) rotateX(90deg);opacity: 0;}
100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipY {
0% {-webkit-transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {-webkit-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-moz-keyframes flipY {
0% {-moz-transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {-moz-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipY {
0% {-o-transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipY {
0% {transform: perspective(400px) rotateY(90deg);opacity: 0;}
100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-webkit-keyframes shake {
0%, 50%, 100% {-webkit-transform: translateX(0);}
25% {-webkit-transform: translateX(-100px);}
75% {-webkit-transform: translateX(100px);}
}
@-moz-keyframes shake {
0%, 50%, 100% {-moz-transform: translateX(0);}
25% {-moz-transform: translateX(-100px);}
75% {-moz-transform: translateX(100px);}
}
@-o-keyframes shake {
0%, 50%, 100% {-o-transform: translateX(0);}
25% {-o-transform: translateX(-100px);}
75% {-o-transform: translateX(100px);}
}
@keyframes shake {
0%, 50%, 100% {transform: translateX(0);}
25% {transform: translateX(-100px);}
75% {transform: translateX(100px);}
} | 0.322739 | 0.041833 |
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@4/distr/fira_code.css);
/* Colors */
@media (prefers-color-scheme: dark) {
:root {
--background: #1e1e20;
--text: #f5f2e2;
--highlight: #70ad89;
}
}
@media (prefers-color-scheme: light) {
:root {
--background: #1e1e20;
--text: #f5f2e2;
--highlight: #70ad89;
}
}
:root {
--maxWidth: 850px;
}
/*Fonts*/
.monaco-editor {
font-feature-settings: "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "zero",
"onum";
}
.debug-grid {
}
html,
body {
font-family: "Fira Code", monospace;
color: var(--text);
background-color: var(--background);
}
h1 {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-weight: 400;
font-size: 48px;
line-height: 59px;
margin-block-start: 0em;
margin-block-end: 0em;
}
h2 {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 39px;
margin-block-start: 0em;
margin-block-end: 0em;
}
h3 {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
margin-block-start: 0em;
margin-block-end: 0em;
}
p {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
}
p:last-child {
margin-bottom: 0;
}
a[href] {
color: var(--text);
text-decoration: none;
}
a[href]:visited {
color: var(--text);
}
a[href]:hover {
color: var(--highlight);
}
a[href]:hover button {
background-color: var(--highlight);
border: 2px solid var(--highlight);
color: var(--text);
}
a[href]:hover .project-card {
border: 2px solid var(--highlight);
border-bottom: none;
}
/* Direct Links / Markdown Headers */
a[href].direct-link,
a[href].direct-link:visited {
color: transparent;
}
a[href].direct-link:focus,
a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
color: #aaa;
}
button {
background-color: var(--background);
border: 2px solid var(--text);
color: var(--text);
padding: 10px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
bottom: 0;
width: 100%;
}
button:hover {
background-color: var(--highlight);
border: 2px solid var(--text);
color: var(--text);
}
button:hover a {
color: var(--text);
}
button:active {
}
.button-card {
border-radius: 0px 0px 3px 3px;
}
/* Nav */
nav {
padding: 0;
margin-top: 10px;
list-style: none;
text-align: center;
color: #6c0ed4;
}
.nav-item {
display: inline-block;
margin-right: 1em;
}
.nav-item a[href]:not(:hover) {
text-decoration: none;
}
.nav-item-active {
font-weight: 500;
}
/* Sections */
section {
max-width: var(--maxWidth);
margin: auto;
}
.hero {
padding-top: 20vh;
}
.store {
padding-top: 100px;
}
.newsletter {
padding-top: 20vh;
padding-bottom: 20vh;
}
.ship-date {
opacity: 0.2;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 11px;
align-items: center;
text-align: center;
}
.creator {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 11px;
}
.project-card {
border: 2px solid var(--text);
border-bottom: none;
border-radius: 3px 3px 0px 0px;
}
.project-card:hover {
border: 2px solid var(--highlight);
border-bottom: none;
border-radius: 3px 3px 0px 0px;
}
/*POST*/
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
} | _site/css/index.css | @import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@4/distr/fira_code.css);
/* Colors */
@media (prefers-color-scheme: dark) {
:root {
--background: #1e1e20;
--text: #f5f2e2;
--highlight: #70ad89;
}
}
@media (prefers-color-scheme: light) {
:root {
--background: #1e1e20;
--text: #f5f2e2;
--highlight: #70ad89;
}
}
:root {
--maxWidth: 850px;
}
/*Fonts*/
.monaco-editor {
font-feature-settings: "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "zero",
"onum";
}
.debug-grid {
}
html,
body {
font-family: "Fira Code", monospace;
color: var(--text);
background-color: var(--background);
}
h1 {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-weight: 400;
font-size: 48px;
line-height: 59px;
margin-block-start: 0em;
margin-block-end: 0em;
}
h2 {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 39px;
margin-block-start: 0em;
margin-block-end: 0em;
}
h3 {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
margin-block-start: 0em;
margin-block-end: 0em;
}
p {
font-family: "Fira Code", monospace;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
}
p:last-child {
margin-bottom: 0;
}
a[href] {
color: var(--text);
text-decoration: none;
}
a[href]:visited {
color: var(--text);
}
a[href]:hover {
color: var(--highlight);
}
a[href]:hover button {
background-color: var(--highlight);
border: 2px solid var(--highlight);
color: var(--text);
}
a[href]:hover .project-card {
border: 2px solid var(--highlight);
border-bottom: none;
}
/* Direct Links / Markdown Headers */
a[href].direct-link,
a[href].direct-link:visited {
color: transparent;
}
a[href].direct-link:focus,
a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
color: #aaa;
}
button {
background-color: var(--background);
border: 2px solid var(--text);
color: var(--text);
padding: 10px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
bottom: 0;
width: 100%;
}
button:hover {
background-color: var(--highlight);
border: 2px solid var(--text);
color: var(--text);
}
button:hover a {
color: var(--text);
}
button:active {
}
.button-card {
border-radius: 0px 0px 3px 3px;
}
/* Nav */
nav {
padding: 0;
margin-top: 10px;
list-style: none;
text-align: center;
color: #6c0ed4;
}
.nav-item {
display: inline-block;
margin-right: 1em;
}
.nav-item a[href]:not(:hover) {
text-decoration: none;
}
.nav-item-active {
font-weight: 500;
}
/* Sections */
section {
max-width: var(--maxWidth);
margin: auto;
}
.hero {
padding-top: 20vh;
}
.store {
padding-top: 100px;
}
.newsletter {
padding-top: 20vh;
padding-bottom: 20vh;
}
.ship-date {
opacity: 0.2;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 11px;
align-items: center;
text-align: center;
}
.creator {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 11px;
}
.project-card {
border: 2px solid var(--text);
border-bottom: none;
border-radius: 3px 3px 0px 0px;
}
.project-card:hover {
border: 2px solid var(--highlight);
border-bottom: none;
border-radius: 3px 3px 0px 0px;
}
/*POST*/
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
} | 0.357904 | 0.150715 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
margin:0;
padding: 0;
box-sizing: border-box;
}
p{
line-height:1.5rem;
font-size: 0.7rem;
}
li{
font-size: 0.7rem;
}
body{
background-color: #f3f3f3;
font-family: 'Roboto', sans-serif;
}
#main-box{
max-width: 730px;
overflow: hidden;
background-color: #009DE0;
margin: auto;
margin-top: 1rem;
padding: 3rem;
}
#main-box .container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
#main-box .container #image .lateral a{
color: white;
}
#main-box .container #image .lateral a:hover{
color: #f3f3f3;
}
#main-box .container #image .lateral a:visited{
color: white;
}
#main-box .container .texto{
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}
#main-box .container .texto p{
text-align: justify;
color: white;
margin-left: 0.7rem;
}
#main-box .container .texto .education p{
margin-left: 0.5rem;
text-align: left;
}
#main-box .container .texto .education .experience {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
}
#main-box .container .texto .education .experience a:link{
color: white;
}
#main-box .container .texto .education .experience a:hover{
color: #f3f3f3";
}
#main-box .container .texto .education .experience a:visited{
color: white;
}
#main-box .container .texto ul{
margin-left: 0.5rem;
}
#main-box .container .texto ul li{
list-style-type: none;
margin-bottom: 1rem;
color: white;
}
#main-box .container .texto h1{
color: white;
margin-bottom: 0.75rem ;
font-size: 1rem;
}
#main-box .container #image{
height: 100% ;
padding-right: 3rem;
margin-right: 2rem;
display: flex;
flex-direction: column;
justify-content: space-around;
color: white;
border-right: #f3f3f3 solid;
}
#main-box .container #image img{
width: 100%;
height: auto;
border-radius: 120rem;
margin-bottom: 1.5rem;
}
#main-box .container #image .lateral{
display: flex;
flex-direction: column;
justify-content: space-between;
}
#main-box .container #image .lateral p:nth-child(n){
margin-bottom: 0.5rem;
}
#main-box .container #image .lateral p:last-child{
margin-bottom: 2rem;
}
#main-box .container #image .skills{
height: 0.75rem;
width: 100%;
background-color: #c0bdbbd2;
border-radius: 1rem;
margin-bottom: 0.5rem;
}
.C{
height: 100%;
width: 80%;
background-color: white;
border-radius: inherit;
}
.Python{
height: 100%;
width: 85%;
background-color: white;
border-radius: inherit;
}
.Matlab{
height: 100%;
width: 60%;
background-color: white;
border-radius: inherit;
}
.Ms-office{
height: 100%;
width: 70%;
background-color: white;
border-radius: inherit;
}
.html{
height: 100%;
width: 80%;
background-color: white;
border-radius: inherit;
}
.css{
height: 100%;
width: 80%;
background-color: white;
border-radius: inherit;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
margin:0;
padding: 0;
box-sizing: border-box;
}
p{
line-height:1.5rem;
font-size: 0.7rem;
}
li{
font-size: 0.7rem;
}
body{
background-color: #f3f3f3;
font-family: 'Roboto', sans-serif;
}
#main-box{
max-width: 730px;
overflow: hidden;
background-color: #009DE0;
margin: auto;
margin-top: 1rem;
padding: 3rem;
}
#main-box .container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
#main-box .container #image .lateral a{
color: white;
}
#main-box .container #image .lateral a:hover{
color: #f3f3f3;
}
#main-box .container #image .lateral a:visited{
color: white;
}
#main-box .container .texto{
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}
#main-box .container .texto p{
text-align: justify;
color: white;
margin-left: 0.7rem;
}
#main-box .container .texto .education p{
margin-left: 0.5rem;
text-align: left;
}
#main-box .container .texto .education .experience {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
}
#main-box .container .texto .education .experience a:link{
color: white;
}
#main-box .container .texto .education .experience a:hover{
color: #f3f3f3";
}
#main-box .container .texto .education .experience a:visited{
color: white;
}
#main-box .container .texto ul{
margin-left: 0.5rem;
}
#main-box .container .texto ul li{
list-style-type: none;
margin-bottom: 1rem;
color: white;
}
#main-box .container .texto h1{
color: white;
margin-bottom: 0.75rem ;
font-size: 1rem;
}
#main-box .container #image{
height: 100% ;
padding-right: 3rem;
margin-right: 2rem;
display: flex;
flex-direction: column;
justify-content: space-around;
color: white;
border-right: #f3f3f3 solid;
}
#main-box .container #image img{
width: 100%;
height: auto;
border-radius: 120rem;
margin-bottom: 1.5rem;
}
#main-box .container #image .lateral{
display: flex;
flex-direction: column;
justify-content: space-between;
}
#main-box .container #image .lateral p:nth-child(n){
margin-bottom: 0.5rem;
}
#main-box .container #image .lateral p:last-child{
margin-bottom: 2rem;
}
#main-box .container #image .skills{
height: 0.75rem;
width: 100%;
background-color: #c0bdbbd2;
border-radius: 1rem;
margin-bottom: 0.5rem;
}
.C{
height: 100%;
width: 80%;
background-color: white;
border-radius: inherit;
}
.Python{
height: 100%;
width: 85%;
background-color: white;
border-radius: inherit;
}
.Matlab{
height: 100%;
width: 60%;
background-color: white;
border-radius: inherit;
}
.Ms-office{
height: 100%;
width: 70%;
background-color: white;
border-radius: inherit;
}
.html{
height: 100%;
width: 80%;
background-color: white;
border-radius: inherit;
}
.css{
height: 100%;
width: 80%;
background-color: white;
border-radius: inherit;
} | 0.443118 | 0.064359 |
max-width: 400px;
}
#mp-box-form {
width: 100%;
max-width: 375px;
padding-left: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cardpay-form-general {
float: left;
}
.mp-box-inputs {
float: left;
}
.mp-col-10 {
width: 10%;
}
.mp-col-20 {
width: 20%;
}
.mp-col-30 {
width: 30%;
}
.mp-col-40 {
width: 40%;
}
.mp-col-50 {
width: 50%;
}
.mp-col-60 {
width: 60%;
}
.mp-col-70 {
width: 70%;
}
.mp-col-80 {
width: 80%;
}
.mp-col-90 {
width: 90%;
}
.mp-col-100 {
width: 100%;
margin-top: 5px;
}
.mp-col-25 {
width: 25%;
}
.mp-col-35 {
width: 35%;
}
.mp-col-45 {
width: 45%;
}
.mp-col-55 {
width: 55%;
}
.mp-col-65 {
width: 65%;
}
.mp-col-75 {
width: 75%;
}
.mp-line {
width: 100%;
margin: 5px 0;
}
.mp-box-inputs label {
text-transform: uppercase;
font-size: 11px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 0 5px 0;
display: block;
}
.mp-box-inputs label em {
color: red;
}
.mp-box-inputs input, .mp-box-inputs select {
width: 100%;
background-color: #fff;
border: 1px solid #cecece;
padding: 5px;
border-radius: 3px;
color: #666;
height: 32px;
margin-top: 0;
max-width: unset;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
}
.mp-box-inputs input:focus, .mp-box-inputs select:focus {
border: 1px solid #999;
outline: 0;
}
.mp-box-inputs select {
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
-ms-appearance: menulist-button;
appearance: menulist-button;
background: no-repeat rgb(255, 255, 255);
}
.mp-box-inputs input.mp-error-input, .mp-box-inputs select.mp-error-input {
border: 1px solid red;
}
#mp-box-loading {
width: 30px;
height: 30px;
display: inline-block;
margin: -10px 0px;
}
#mp-separete-date {
vertical-align: middle;
line-height: 65px;
text-align: center;
height: 48px;
font-size: 24px;
font-weight: 100;
}
#cardpay-utilities {
display: none;
border: 1px solid #ff9b05;
background-color: #ffeacb;
padding: 10px;
}
#cardpay-utilities .flag-on {
color: red;
}
#btnSubmit {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
padding: 6px 12px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
font-size: 14px;
font-weight: 400;
}
#applyCouponCard, #applyCouponTicket {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
padding: 6px 12px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
font-size: 14px;
font-weight: 400;
}
#applyCouponCard:hover, #applyCouponTicket:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
#applyCouponTicket {
margin: 20px 0 0 0;
}
#btnSubmit:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
#mpCouponApplyed, #mpCouponError {
margin: 5px 0 5px;
display: none;
}
#mpCouponApplyed, #mpCouponApplyedTicket {
display: none;
border-style: solid;
border-width: thin;
border-color: #009EE3;
padding: 8px 8px 8px 8px;
}
#form-ticket {
width: 384px;
margin-left: 8px;
margin-right: 8px;
}
.form-row {
display: block;
margin-top: 8px;
margin-bottom: 8px;
margin-left: -15px;
margin-right: -15px;
}
[class^=form-col-] {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
}
.form-col-1 {
width: 8.33333333%;
}
.form-col-2 {
width: 16.66666667%;
}
.form-col-3 {
width: 25%;
}
.form-col-4 {
width: 33.33333333%;
}
.form-col-5 {
width: 41.66666667%;
}
.form-col-6 {
width: 50%;
}
.form-col-7 {
width: 58.33333333%;
}
.form-col-8 {
width: 66.66666667%;
}
.form-col-9 {
width: 75%;
}
.form-col-10 {
width: 83.33333333%;
}
.form-col-11 {
width: 91.66666667%;
}
.form-col-12 {
width: 100%;
}
.form-control-mine {
width: 100%;
padding: 5px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 12px;
}
.mensagem-febraban {
text-transform: uppercase;
font-size: 12px;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[class^=form-col-] label em {
color: red;
}
/*
*
*
* Error
*
*
*/
.mp-error {
text-transform: uppercase;
font-size: 10px;
color: red;
font-weight: bold;
display: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
clear: both;
float: left;
width: 100%;
}
.erro_febraban {
text-transform: uppercase;
font-size: 10px;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 8px;
color: red;
font-weight: bold;
display: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
clear: both;
}
/*
* Tax
*
*/
#mp-box-input-tax-tea {
color: #666;
font-weight: 300;
font-size: 9px;
display: none;
}
#mp-box-input-tax-cft {
font-weight: 300;
color: #666;
font-size: 21px;
display: none;
}
#mp-box-input-tax-cft #mp-tax-cft-text {
padding-top: 20px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 10px;
font-size: 18px;
}
/*
* BANNER
*
*/
.banner_checkout_mp {
width: 100%;
max-width: 400px;
}
.form-cardpay {
padding-left: 0 !important;
}
#cardpay-ticket-form-general, .cardpay-box-form {
float: left;
width: 100%;
}
#form-ticket, #cardpay-form-coupon-ticket {
width: 100%;
margin-left: 10px;
margin-right: 10px;
max-width: 400px;
padding-left: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
}
#cardpay-form-coupon-ticket {
margin-bottom: 10px;
}
.form-row label {
width: 100%;
float: left;
}
/*
.form-control-mine {
width: 100% !important;
height: 27px;
padding: 5px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-sizing: border-box; !* Safari/Chrome, other WebKit *!
-moz-box-sizing: border-box; !* Firefox, other Gecko *!
box-sizing: border-box;
}
*/
.form-row select {
width: 100%;
background-color: #fff;
border: 1px solid #cecece;
padding: 5px;
border-radius: 3px;
color: #666;
height: 30px;
margin-top: 0;
max-width: unset;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
-ms-appearance: menulist-button;
appearance: menulist-button;
}
/*
.mensagem-febraban {
text-transform: uppercase;
font-size: 10px;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-top: 10px;
}
*/
[class^=form-col-] label.require:after {
content: ' *';
color: #df280a;
font-weight: normal;
font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
}
#CPv1-zipcode {
width: 50% !important;
}
/* Error */
#box-banner {
float: left;
width: 100%;
}
.title-razao-social, .title-cnpj {
display: none;
}
/* Bank transfer */
#cardpay-bank-transfer {
width: 100%;
max-width: 375px;
}
#cardpay-bank-transfer .field-error, #cardpay-bank-transfer div.mage-error[generated] {
margin-top: -5px;
}
/* Ticket */
#cardpay-payment-methods-ticket {
margin: 0 0 0 -30px;
}
#cardpay-payment-methods-ticket li {
list-style: none;
}
/* Ticket */
#co-cardpay-form-ticket .field-error {
margin-top: -10px;
} | app/code/Cardpay/Core/view/frontend/web/css/CPv1.css | max-width: 400px;
}
#mp-box-form {
width: 100%;
max-width: 375px;
padding-left: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cardpay-form-general {
float: left;
}
.mp-box-inputs {
float: left;
}
.mp-col-10 {
width: 10%;
}
.mp-col-20 {
width: 20%;
}
.mp-col-30 {
width: 30%;
}
.mp-col-40 {
width: 40%;
}
.mp-col-50 {
width: 50%;
}
.mp-col-60 {
width: 60%;
}
.mp-col-70 {
width: 70%;
}
.mp-col-80 {
width: 80%;
}
.mp-col-90 {
width: 90%;
}
.mp-col-100 {
width: 100%;
margin-top: 5px;
}
.mp-col-25 {
width: 25%;
}
.mp-col-35 {
width: 35%;
}
.mp-col-45 {
width: 45%;
}
.mp-col-55 {
width: 55%;
}
.mp-col-65 {
width: 65%;
}
.mp-col-75 {
width: 75%;
}
.mp-line {
width: 100%;
margin: 5px 0;
}
.mp-box-inputs label {
text-transform: uppercase;
font-size: 11px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 0 5px 0;
display: block;
}
.mp-box-inputs label em {
color: red;
}
.mp-box-inputs input, .mp-box-inputs select {
width: 100%;
background-color: #fff;
border: 1px solid #cecece;
padding: 5px;
border-radius: 3px;
color: #666;
height: 32px;
margin-top: 0;
max-width: unset;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
}
.mp-box-inputs input:focus, .mp-box-inputs select:focus {
border: 1px solid #999;
outline: 0;
}
.mp-box-inputs select {
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
-ms-appearance: menulist-button;
appearance: menulist-button;
background: no-repeat rgb(255, 255, 255);
}
.mp-box-inputs input.mp-error-input, .mp-box-inputs select.mp-error-input {
border: 1px solid red;
}
#mp-box-loading {
width: 30px;
height: 30px;
display: inline-block;
margin: -10px 0px;
}
#mp-separete-date {
vertical-align: middle;
line-height: 65px;
text-align: center;
height: 48px;
font-size: 24px;
font-weight: 100;
}
#cardpay-utilities {
display: none;
border: 1px solid #ff9b05;
background-color: #ffeacb;
padding: 10px;
}
#cardpay-utilities .flag-on {
color: red;
}
#btnSubmit {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
padding: 6px 12px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
font-size: 14px;
font-weight: 400;
}
#applyCouponCard, #applyCouponTicket {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
padding: 6px 12px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
font-size: 14px;
font-weight: 400;
}
#applyCouponCard:hover, #applyCouponTicket:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
#applyCouponTicket {
margin: 20px 0 0 0;
}
#btnSubmit:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
#mpCouponApplyed, #mpCouponError {
margin: 5px 0 5px;
display: none;
}
#mpCouponApplyed, #mpCouponApplyedTicket {
display: none;
border-style: solid;
border-width: thin;
border-color: #009EE3;
padding: 8px 8px 8px 8px;
}
#form-ticket {
width: 384px;
margin-left: 8px;
margin-right: 8px;
}
.form-row {
display: block;
margin-top: 8px;
margin-bottom: 8px;
margin-left: -15px;
margin-right: -15px;
}
[class^=form-col-] {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
}
.form-col-1 {
width: 8.33333333%;
}
.form-col-2 {
width: 16.66666667%;
}
.form-col-3 {
width: 25%;
}
.form-col-4 {
width: 33.33333333%;
}
.form-col-5 {
width: 41.66666667%;
}
.form-col-6 {
width: 50%;
}
.form-col-7 {
width: 58.33333333%;
}
.form-col-8 {
width: 66.66666667%;
}
.form-col-9 {
width: 75%;
}
.form-col-10 {
width: 83.33333333%;
}
.form-col-11 {
width: 91.66666667%;
}
.form-col-12 {
width: 100%;
}
.form-control-mine {
width: 100%;
padding: 5px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 12px;
}
.mensagem-febraban {
text-transform: uppercase;
font-size: 12px;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[class^=form-col-] label em {
color: red;
}
/*
*
*
* Error
*
*
*/
.mp-error {
text-transform: uppercase;
font-size: 10px;
color: red;
font-weight: bold;
display: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
clear: both;
float: left;
width: 100%;
}
.erro_febraban {
text-transform: uppercase;
font-size: 10px;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 8px;
color: red;
font-weight: bold;
display: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
clear: both;
}
/*
* Tax
*
*/
#mp-box-input-tax-tea {
color: #666;
font-weight: 300;
font-size: 9px;
display: none;
}
#mp-box-input-tax-cft {
font-weight: 300;
color: #666;
font-size: 21px;
display: none;
}
#mp-box-input-tax-cft #mp-tax-cft-text {
padding-top: 20px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 10px;
font-size: 18px;
}
/*
* BANNER
*
*/
.banner_checkout_mp {
width: 100%;
max-width: 400px;
}
.form-cardpay {
padding-left: 0 !important;
}
#cardpay-ticket-form-general, .cardpay-box-form {
float: left;
width: 100%;
}
#form-ticket, #cardpay-form-coupon-ticket {
width: 100%;
margin-left: 10px;
margin-right: 10px;
max-width: 400px;
padding-left: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
}
#cardpay-form-coupon-ticket {
margin-bottom: 10px;
}
.form-row label {
width: 100%;
float: left;
}
/*
.form-control-mine {
width: 100% !important;
height: 27px;
padding: 5px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-sizing: border-box; !* Safari/Chrome, other WebKit *!
-moz-box-sizing: border-box; !* Firefox, other Gecko *!
box-sizing: border-box;
}
*/
.form-row select {
width: 100%;
background-color: #fff;
border: 1px solid #cecece;
padding: 5px;
border-radius: 3px;
color: #666;
height: 30px;
margin-top: 0;
max-width: unset;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
-ms-appearance: menulist-button;
appearance: menulist-button;
}
/*
.mensagem-febraban {
text-transform: uppercase;
font-size: 10px;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-top: 10px;
}
*/
[class^=form-col-] label.require:after {
content: ' *';
color: #df280a;
font-weight: normal;
font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
}
#CPv1-zipcode {
width: 50% !important;
}
/* Error */
#box-banner {
float: left;
width: 100%;
}
.title-razao-social, .title-cnpj {
display: none;
}
/* Bank transfer */
#cardpay-bank-transfer {
width: 100%;
max-width: 375px;
}
#cardpay-bank-transfer .field-error, #cardpay-bank-transfer div.mage-error[generated] {
margin-top: -5px;
}
/* Ticket */
#cardpay-payment-methods-ticket {
margin: 0 0 0 -30px;
}
#cardpay-payment-methods-ticket li {
list-style: none;
}
/* Ticket */
#co-cardpay-form-ticket .field-error {
margin-top: -10px;
} | 0.382833 | 0.093595 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
transition: all 0.2s linear;
font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
#testBtn {
position: absolute;
left: 500px;
top: 500px;
}
button {
padding: 10px;
border: none;
color: white;
border-radius: 6.18px;
background-color: #43E97C;
}
.modal {
display: block;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
padding-top: 100px;
background-color: black;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transition: 0.3s;
overflow: auto;
transition: all 0.2s linear;
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border-radius: 4px;
max-width: 300px;
height: 450px;
}
.modalOpen {
overflow: hidden;
}
.is-hidden {
display: none;
}
.is-visuallyHidden {
opacity: 0;
}
.Close {
color: #aaaaaa;
float: right;
font-size: 16px;
}
.Close:hover, .Close :focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.is-blurred {
filter: blur(2px);
-webkit-filter: blur(2px);
}
#addIngredientBtn {
position: fixed;
height: 50px;
right: 50px;
top: 100px;
background-color: #43e97c;
border: solid 1px #43E97C;
color: white;
}
#addIngredientBtn:hover {
color: white;
background-color: #43e97c;
}
#addIngredientModalContent {
display: flex;
flex-direction: column;
justify-content: space-between;
align-content: center;
height: 100%;
}
#addIngredientModalContent h1 {
color: #424242;
margin: 10px 0 30px 0;
}
#addIngredientModalContent h3 {
margin-bottom: 10px;
}
#addIngredientModalContent input, #addIngredientModalContent select, #addIngredientModalContent textarea {
margin-bottom: 30px;
}
#addIngredientModalContent textarea {
height: 50px;
}
#addIngredientModalContent button {
margin-top: 20px;
}
header {
border-bottom: rgba(128, 128, 128, 0.1) solid 1.5px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
height: 50px;
padding: 0 20px 0 20px;
background-color: #4A4A4A;
}
header #brandBox {
display: flex;
align-content: center;
justify-content: center;
}
header #brandBox #logo {
margin: 9px;
}
header #brandBox #appName {
padding-top: 10px;
font-size: 25px;
}
header #accountBox {
cursor: pointer;
padding: 9px;
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
}
header #accountBox p {
padding-top: 6px;
height: 20px;
font-size: 20px;
}
header #accountBox p #accountBoxUserName {
color: #43E97C;
}
header #accountBox #avatarImg {
border-radius: 50%;
margin-left: 10px;
}
.content {
top: 50px;
height: 100%;
overflow: auto;
}
.content .wrapper {
padding-top: 3vw;
width: 100%;
display: grid;
grid-template-columns: repeat(6, 200px);
grid-template-rows: 200px 200px 200px;
grid-auto-flow: row;
grid-gap: 20px;
justify-content: center;
}
.content .wrapper .recipeBox {
overflow: hidden;
position: relative;
padding: 20px;
border-radius: 2px;
box-shadow: #424242 0px 2px 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.content .wrapper .recipeBox .backgroundImg {
position: absolute;
margin: -30px;
z-index: -999;
transition: all 0.3s linear;
filter: blur(5px);
}
.content .wrapper .recipeBox:hover .backgroundImg {
filter: opacity(0.5);
}
.content .wrapperPantry {
margin: 50px 20px 0 20px;
display: grid;
grid-template-columns: 32% 32% 32%;
grid-auto-flow: row;
grid-gap: 20px;
align-content: center;
justify-content: center;
min-width: 1110px;
}
.content .wrapperPantry .block {
min-height: 750px;
min-width: 370px;
padding: 20px;
}
.content .pantryContainer {
border-radius: 10px;
padding: 20px;
}
.content .pantryContainer:hover {
background-color: rgba(159, 216, 226, 0.2);
}
.content .ingredientList {
margin: 20px 0 0 0;
list-style: none;
min-width: 330px;
max-width: 400px;
padding: 10px;
border: solid #9fd8e2 2px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.5);
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
overflow: auto;
}
.content .ingredientList .selected {
background-color: rgba(255, 255, 255, 0.8);
width: 100%;
padding: 11px 10px 12px 10px;
min-height: 50px;
border-radius: 5px;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
flex-direction: column;
border: rgba(128, 128, 128, 0.2) solid 2px;
min-height: 100px;
}
.content .ingredientList .selected .rowOne {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.content .ingredientList .selected .ingredientHide, .content .ingredientList .selected .ingredientNote {
display: inline;
}
.content .ingredientList .selected:hover {
border: #F2847A solid 2px;
background-color: #efefef;
}
.content .ingredientList .selected:hover button {
display: inline;
}
.content .ingredientList .selected button {
padding: 0px;
height: 24px;
}
.content .ingredientList .selected .ingredientEditBtn {
display: none;
border-radius: 5px;
background-color: rgba(128, 128, 128, 0.5);
padding: 0 12px 0 10px;
}
.content .ingredientList .selected .ingredientEditBtn:hover {
background-color: #9fd8e2;
}
.content .ingredientList .selected .ingredientSelectCheckBox {
margin: 5px;
border-radius: 5px;
border-color: #F2847A;
}
.content .ingredientList .selected .ingredientDeleteBtn {
display: none;
border-radius: 50%;
margin-left: 10px;
background-color: #F2847A;
width: 24px;
}
.content .ingredientList .selected .ingredientDeleteBtn:hover {
background-color: #43E97C;
}
.content .ingredientList .ingredient {
background-color: rgba(255, 255, 255, 0.5);
width: 100%;
padding: 0 10px 0 10px;
min-height: 50px;
border-radius: 5px;
margin-bottom: 10px;
border: rgba(128, 128, 128, 0.2) solid 2px;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.content .ingredientList .ingredient .rowOne {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.content .ingredientList .ingredient .ingredientHide, .content .ingredientList .ingredient .ingredientNote {
display: none;
}
.content .ingredientList .ingredient:hover {
border: #F2847A solid 2px;
background-color: #efefef;
}
.content .ingredientList .ingredient:hover button {
display: inline;
}
.content .ingredientList .ingredient button {
padding: 0px;
height: 24px;
}
.content .ingredientList .ingredient .ingredientEditBtn {
display: none;
border-radius: 5px;
background-color: rgba(128, 128, 128, 0.5);
padding: 0 12px 0 10px;
}
.content .ingredientList .ingredient .ingredientEditBtn:hover {
background-color: #9fd8e2;
}
.content .ingredientList .ingredient .ingredientSelectCheckBox {
margin: 5px;
border-radius: 5px;
border-color: #F2847A;
}
.content .ingredientList .ingredient .ingredientDeleteBtn {
display: none;
border-radius: 50%;
margin-left: 10px;
background-color: #F2847A;
width: 24px;
}
.content .ingredientList .ingredient .ingredientDeleteBtn:hover {
background-color: #43E97C;
}
.content #fridge {
height: 700px;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
background-image: url("/img/fridgeClosed.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.content #fridge:hover {
background-image: url("/img/fridgeOpen.png");
}
.content #spiceRack {
position: relative;
top: 100px;
background-image: url("/img/spiceRack.png");
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
height: 250px;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
.content #spiceRack:hover {
background-image: url("/img/spiceRackOpen.png");
}
.content #cupboard {
position: relative;
top: 110px;
height: 340px;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
background-image: url("/img/cupboard.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.content #cupboard:hover {
background-image: url("/img/cupboardOpen.png");
}
.content #stove {
position: flex;
top: 350px;
height: 375px;
display: flex;
align-items: center;
flex-direction: column;
background-image: url("/img/mixingBowl.png");
background-size: 200px;
background-repeat: no-repeat;
background-position: bottom;
}
.content #stove button {
background-color: #43E97C;
font-size: 24px;
margin-top: 100px;
height: 75px;
width: 200px;
}
.content #accountSettings, .content #recipe, .content #resultList {
width: 100vw;
padding: 3vw;
}
.content #accountSettings ul, .content #recipe ul, .content #resultList ul {
list-style-type: none;
}
.content #accountSettings .backBtn, .content #recipe .backBtn, .content #resultList .backBtn {
width: 100px;
}
.content #accountSettings #app, .content #recipe #app, .content #resultList #app {
padding: 2vw;
}
.content #accountSettings i {
cursor: pointer;
}
.content #accountSettings #updateBtn, .content #accountSettings #logOutBtn {
width: 150px;
}
.content #accountSettings #logOutBtn {
background-color: #43E97C;
}
.content #recipeInfo {
padding: 2vw;
}
.content #recipeInfo .titleBlock {
display: flex;
}
.content #recipeInfo .titleBlock .titleBlockLeft {
width: 500px;
margin: 10px;
}
.content #recipeInfo .titleBlock .titleBlockLeft h1 {
max-width: 500px;
}
.content #recipeInfo .titleBlock .titleBlockLeft .ingredientList {
min-width: 230px;
height: 400px;
margin: 10px;
justify-content: flex-start;
}
.content #recipeInfo .titleBlock .recipeImg {
margin: 10px;
padding: 10px;
object-fit: contain;
background-color: #aaaaaa4f;
}
.content #recipeInfo .ingredientBlock {
display: flex;
}
.content #recipeInfo .ingredientBlock .chartBlock {
margin: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.5);
border: solid #9fd8e2 2px;
padding: 10px;
}
.content #recipeInfo .ingredientBlock .chartBlock, .content #recipeInfo .ingredientBlock .ingredientList {
min-height: 400px;
margin: 10px;
min-width: 500px;
}
.content #recipeInfo .stepBlock .ingredientList {
margin: 10px;
min-width: 1020px;
}
#loginBox {
padding: 20px;
min-width: 300px;
max-width: 400px;
position: fixed;
left: 0;
right: 0;
margin: 8% auto;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border-radius: 20px;
box-shadow: rgba(128, 128, 128, 0.7) 0px 2px 10px;
background-color: rgba(255, 255, 255, 0.5);
}
#loginBox h1 {
font-size: 40px;
}
#loginBox p {
margin-bottom: 0px;
}
#loginBox * {
margin: 14px;
}
#loginBox button {
width: 150px;
}
#loginBox #signup_btn {
background-color: #43E97C;
} | public/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
transition: all 0.2s linear;
font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
#testBtn {
position: absolute;
left: 500px;
top: 500px;
}
button {
padding: 10px;
border: none;
color: white;
border-radius: 6.18px;
background-color: #43E97C;
}
.modal {
display: block;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
padding-top: 100px;
background-color: black;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transition: 0.3s;
overflow: auto;
transition: all 0.2s linear;
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border-radius: 4px;
max-width: 300px;
height: 450px;
}
.modalOpen {
overflow: hidden;
}
.is-hidden {
display: none;
}
.is-visuallyHidden {
opacity: 0;
}
.Close {
color: #aaaaaa;
float: right;
font-size: 16px;
}
.Close:hover, .Close :focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.is-blurred {
filter: blur(2px);
-webkit-filter: blur(2px);
}
#addIngredientBtn {
position: fixed;
height: 50px;
right: 50px;
top: 100px;
background-color: #43e97c;
border: solid 1px #43E97C;
color: white;
}
#addIngredientBtn:hover {
color: white;
background-color: #43e97c;
}
#addIngredientModalContent {
display: flex;
flex-direction: column;
justify-content: space-between;
align-content: center;
height: 100%;
}
#addIngredientModalContent h1 {
color: #424242;
margin: 10px 0 30px 0;
}
#addIngredientModalContent h3 {
margin-bottom: 10px;
}
#addIngredientModalContent input, #addIngredientModalContent select, #addIngredientModalContent textarea {
margin-bottom: 30px;
}
#addIngredientModalContent textarea {
height: 50px;
}
#addIngredientModalContent button {
margin-top: 20px;
}
header {
border-bottom: rgba(128, 128, 128, 0.1) solid 1.5px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
height: 50px;
padding: 0 20px 0 20px;
background-color: #4A4A4A;
}
header #brandBox {
display: flex;
align-content: center;
justify-content: center;
}
header #brandBox #logo {
margin: 9px;
}
header #brandBox #appName {
padding-top: 10px;
font-size: 25px;
}
header #accountBox {
cursor: pointer;
padding: 9px;
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
}
header #accountBox p {
padding-top: 6px;
height: 20px;
font-size: 20px;
}
header #accountBox p #accountBoxUserName {
color: #43E97C;
}
header #accountBox #avatarImg {
border-radius: 50%;
margin-left: 10px;
}
.content {
top: 50px;
height: 100%;
overflow: auto;
}
.content .wrapper {
padding-top: 3vw;
width: 100%;
display: grid;
grid-template-columns: repeat(6, 200px);
grid-template-rows: 200px 200px 200px;
grid-auto-flow: row;
grid-gap: 20px;
justify-content: center;
}
.content .wrapper .recipeBox {
overflow: hidden;
position: relative;
padding: 20px;
border-radius: 2px;
box-shadow: #424242 0px 2px 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.content .wrapper .recipeBox .backgroundImg {
position: absolute;
margin: -30px;
z-index: -999;
transition: all 0.3s linear;
filter: blur(5px);
}
.content .wrapper .recipeBox:hover .backgroundImg {
filter: opacity(0.5);
}
.content .wrapperPantry {
margin: 50px 20px 0 20px;
display: grid;
grid-template-columns: 32% 32% 32%;
grid-auto-flow: row;
grid-gap: 20px;
align-content: center;
justify-content: center;
min-width: 1110px;
}
.content .wrapperPantry .block {
min-height: 750px;
min-width: 370px;
padding: 20px;
}
.content .pantryContainer {
border-radius: 10px;
padding: 20px;
}
.content .pantryContainer:hover {
background-color: rgba(159, 216, 226, 0.2);
}
.content .ingredientList {
margin: 20px 0 0 0;
list-style: none;
min-width: 330px;
max-width: 400px;
padding: 10px;
border: solid #9fd8e2 2px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.5);
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
overflow: auto;
}
.content .ingredientList .selected {
background-color: rgba(255, 255, 255, 0.8);
width: 100%;
padding: 11px 10px 12px 10px;
min-height: 50px;
border-radius: 5px;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
flex-direction: column;
border: rgba(128, 128, 128, 0.2) solid 2px;
min-height: 100px;
}
.content .ingredientList .selected .rowOne {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.content .ingredientList .selected .ingredientHide, .content .ingredientList .selected .ingredientNote {
display: inline;
}
.content .ingredientList .selected:hover {
border: #F2847A solid 2px;
background-color: #efefef;
}
.content .ingredientList .selected:hover button {
display: inline;
}
.content .ingredientList .selected button {
padding: 0px;
height: 24px;
}
.content .ingredientList .selected .ingredientEditBtn {
display: none;
border-radius: 5px;
background-color: rgba(128, 128, 128, 0.5);
padding: 0 12px 0 10px;
}
.content .ingredientList .selected .ingredientEditBtn:hover {
background-color: #9fd8e2;
}
.content .ingredientList .selected .ingredientSelectCheckBox {
margin: 5px;
border-radius: 5px;
border-color: #F2847A;
}
.content .ingredientList .selected .ingredientDeleteBtn {
display: none;
border-radius: 50%;
margin-left: 10px;
background-color: #F2847A;
width: 24px;
}
.content .ingredientList .selected .ingredientDeleteBtn:hover {
background-color: #43E97C;
}
.content .ingredientList .ingredient {
background-color: rgba(255, 255, 255, 0.5);
width: 100%;
padding: 0 10px 0 10px;
min-height: 50px;
border-radius: 5px;
margin-bottom: 10px;
border: rgba(128, 128, 128, 0.2) solid 2px;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.content .ingredientList .ingredient .rowOne {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.content .ingredientList .ingredient .ingredientHide, .content .ingredientList .ingredient .ingredientNote {
display: none;
}
.content .ingredientList .ingredient:hover {
border: #F2847A solid 2px;
background-color: #efefef;
}
.content .ingredientList .ingredient:hover button {
display: inline;
}
.content .ingredientList .ingredient button {
padding: 0px;
height: 24px;
}
.content .ingredientList .ingredient .ingredientEditBtn {
display: none;
border-radius: 5px;
background-color: rgba(128, 128, 128, 0.5);
padding: 0 12px 0 10px;
}
.content .ingredientList .ingredient .ingredientEditBtn:hover {
background-color: #9fd8e2;
}
.content .ingredientList .ingredient .ingredientSelectCheckBox {
margin: 5px;
border-radius: 5px;
border-color: #F2847A;
}
.content .ingredientList .ingredient .ingredientDeleteBtn {
display: none;
border-radius: 50%;
margin-left: 10px;
background-color: #F2847A;
width: 24px;
}
.content .ingredientList .ingredient .ingredientDeleteBtn:hover {
background-color: #43E97C;
}
.content #fridge {
height: 700px;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
background-image: url("/img/fridgeClosed.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.content #fridge:hover {
background-image: url("/img/fridgeOpen.png");
}
.content #spiceRack {
position: relative;
top: 100px;
background-image: url("/img/spiceRack.png");
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
height: 250px;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
.content #spiceRack:hover {
background-image: url("/img/spiceRackOpen.png");
}
.content #cupboard {
position: relative;
top: 110px;
height: 340px;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
background-image: url("/img/cupboard.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.content #cupboard:hover {
background-image: url("/img/cupboardOpen.png");
}
.content #stove {
position: flex;
top: 350px;
height: 375px;
display: flex;
align-items: center;
flex-direction: column;
background-image: url("/img/mixingBowl.png");
background-size: 200px;
background-repeat: no-repeat;
background-position: bottom;
}
.content #stove button {
background-color: #43E97C;
font-size: 24px;
margin-top: 100px;
height: 75px;
width: 200px;
}
.content #accountSettings, .content #recipe, .content #resultList {
width: 100vw;
padding: 3vw;
}
.content #accountSettings ul, .content #recipe ul, .content #resultList ul {
list-style-type: none;
}
.content #accountSettings .backBtn, .content #recipe .backBtn, .content #resultList .backBtn {
width: 100px;
}
.content #accountSettings #app, .content #recipe #app, .content #resultList #app {
padding: 2vw;
}
.content #accountSettings i {
cursor: pointer;
}
.content #accountSettings #updateBtn, .content #accountSettings #logOutBtn {
width: 150px;
}
.content #accountSettings #logOutBtn {
background-color: #43E97C;
}
.content #recipeInfo {
padding: 2vw;
}
.content #recipeInfo .titleBlock {
display: flex;
}
.content #recipeInfo .titleBlock .titleBlockLeft {
width: 500px;
margin: 10px;
}
.content #recipeInfo .titleBlock .titleBlockLeft h1 {
max-width: 500px;
}
.content #recipeInfo .titleBlock .titleBlockLeft .ingredientList {
min-width: 230px;
height: 400px;
margin: 10px;
justify-content: flex-start;
}
.content #recipeInfo .titleBlock .recipeImg {
margin: 10px;
padding: 10px;
object-fit: contain;
background-color: #aaaaaa4f;
}
.content #recipeInfo .ingredientBlock {
display: flex;
}
.content #recipeInfo .ingredientBlock .chartBlock {
margin: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.5);
border: solid #9fd8e2 2px;
padding: 10px;
}
.content #recipeInfo .ingredientBlock .chartBlock, .content #recipeInfo .ingredientBlock .ingredientList {
min-height: 400px;
margin: 10px;
min-width: 500px;
}
.content #recipeInfo .stepBlock .ingredientList {
margin: 10px;
min-width: 1020px;
}
#loginBox {
padding: 20px;
min-width: 300px;
max-width: 400px;
position: fixed;
left: 0;
right: 0;
margin: 8% auto;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border-radius: 20px;
box-shadow: rgba(128, 128, 128, 0.7) 0px 2px 10px;
background-color: rgba(255, 255, 255, 0.5);
}
#loginBox h1 {
font-size: 40px;
}
#loginBox p {
margin-bottom: 0px;
}
#loginBox * {
margin: 14px;
}
#loginBox button {
width: 150px;
}
#loginBox #signup_btn {
background-color: #43E97C;
} | 0.391406 | 0.114097 |
header{
padding: 0px;
border-bottom: 0px;
margin-bottom: 0px;
text-align: center;
}
.imglogo{
margin-bottom: 4px;
padding-bottom: 4px;
}
nav{
padding: 4px;
border-bottom: 2px solid #BB0D0D;
margin: 2px;
font-size: 18px;
font-family: 'Muli', sans-serif;
text-align: center;
}
.menu{
margin: 1px auto;
}
.menu li{
margin: 0px 4px 0px 4px;
padding-top: 0px 4px 0px 4px;
width: 100px;
display: inline-block;
list-style: none;
}
a{
text-decoration: none;
color: #FF0000;
}
a:visited{
color: #EE0000;
}
body, h1{
background-color: #FFFFFF;
color: #BB0D0D;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.all{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px;
/* border: 3px solid indigo;*/
}
.apres{
text-align: center;
font-size: 18px;
}
.ender{
text-align: center;
font-size: 14px;
border-top: 2px solid #BB0D0D;
padding: 10px;
margin-top: 10px;
}
/* Destaques */
.itemDestaq{ /* janela JS */
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
.title{
text-align: left;
}
.apres2{
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lisDestaq{ /* ol */
list-style: katakana;
color: #2255AA;
}
.itemDesProd{ /* li com square */
list-style: square;
margin: 0 20px 30px auto;
}
.line{
text-decoration-line: line-through;
}
.newprice{
color:#FF0000;
font-weight: bold;
}
.itemDestaq-img{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.imgDestaq{ /* class com imagens */
margin: 10px;
}
/* Catalogo */
.tabInfo{
font-family: Arial;
margin-top: 6px;
border-collapse: collapse; /* não funcionou no firefox */
background-color: #FFFFCC;
color: #2255AA;
}
.linTH{
color: #FFFFFF;
background-color: #0077BB;
vertical-align: middle;
text-align: center;
}
td, th{
border: 2px solid #000000;
padding:6px 12px 6px 12px;
}
.colTH{
color: #005599;
font-weight: bold;
background-color: #FFCC77;
text-align: left;
}
.colTH-2{
font-weight: bold;
text-align: center;
}
.apres3 img{ /* referente as imagens do catalogo */
margin: auto;
display: block;
}
.preco{
color: #CC0000;
vertical-align: middle;
font-weight: bold;
text-align: center;
}
/* Compras */
fieldset{
color: #2255AA;
background-color: #FFFFCC;
margin: 20px 10px 0px 10px;
}
.fsDados{
width: 510px;
}
.meiaLinDir{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 18px;
}
.meiaLinEsq{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.fsDir{
flex-basis: 255px;
margin: 0px 0px 6px 0px;
}
.fsEsq{
display: inline-block;
margin: 0px 0px 6px 0px;
}
.divLinha{
display: inline;
margin-bottom: 18px;
}
.divlinha-endereco{
margin-top: 18px;
display: inline-block;
}
.divLinha-dir{
display: flex;
flex-direction: column;
flex-basis: 250px;
}
.colPri{
display: inline-block;
width: 84px;
}
input{
border-radius: 4px;
}
.impGrande {
width: 390px;
}
.impMedio{
width: 120px;
}
.impTelef{
width: 90px;
}
.numDD{
width: 40px;
}
.numQD{
width: 60px;
}
.impNCC{
width: 130px;
}
.botoes{
margin: 12px 10px 12px 10px;
text-align: left;
}
/* janela JS*/
.imgJan {
width: 180px;
height: 180px;
border: 3px solid #226699;
padding: 12px;
background-color: #FFFFFF;
}
/* Janela JS criada */
.container, .details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} | style.css |
header{
padding: 0px;
border-bottom: 0px;
margin-bottom: 0px;
text-align: center;
}
.imglogo{
margin-bottom: 4px;
padding-bottom: 4px;
}
nav{
padding: 4px;
border-bottom: 2px solid #BB0D0D;
margin: 2px;
font-size: 18px;
font-family: 'Muli', sans-serif;
text-align: center;
}
.menu{
margin: 1px auto;
}
.menu li{
margin: 0px 4px 0px 4px;
padding-top: 0px 4px 0px 4px;
width: 100px;
display: inline-block;
list-style: none;
}
a{
text-decoration: none;
color: #FF0000;
}
a:visited{
color: #EE0000;
}
body, h1{
background-color: #FFFFFF;
color: #BB0D0D;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.all{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px;
/* border: 3px solid indigo;*/
}
.apres{
text-align: center;
font-size: 18px;
}
.ender{
text-align: center;
font-size: 14px;
border-top: 2px solid #BB0D0D;
padding: 10px;
margin-top: 10px;
}
/* Destaques */
.itemDestaq{ /* janela JS */
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
.title{
text-align: left;
}
.apres2{
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lisDestaq{ /* ol */
list-style: katakana;
color: #2255AA;
}
.itemDesProd{ /* li com square */
list-style: square;
margin: 0 20px 30px auto;
}
.line{
text-decoration-line: line-through;
}
.newprice{
color:#FF0000;
font-weight: bold;
}
.itemDestaq-img{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.imgDestaq{ /* class com imagens */
margin: 10px;
}
/* Catalogo */
.tabInfo{
font-family: Arial;
margin-top: 6px;
border-collapse: collapse; /* não funcionou no firefox */
background-color: #FFFFCC;
color: #2255AA;
}
.linTH{
color: #FFFFFF;
background-color: #0077BB;
vertical-align: middle;
text-align: center;
}
td, th{
border: 2px solid #000000;
padding:6px 12px 6px 12px;
}
.colTH{
color: #005599;
font-weight: bold;
background-color: #FFCC77;
text-align: left;
}
.colTH-2{
font-weight: bold;
text-align: center;
}
.apres3 img{ /* referente as imagens do catalogo */
margin: auto;
display: block;
}
.preco{
color: #CC0000;
vertical-align: middle;
font-weight: bold;
text-align: center;
}
/* Compras */
fieldset{
color: #2255AA;
background-color: #FFFFCC;
margin: 20px 10px 0px 10px;
}
.fsDados{
width: 510px;
}
.meiaLinDir{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 18px;
}
.meiaLinEsq{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.fsDir{
flex-basis: 255px;
margin: 0px 0px 6px 0px;
}
.fsEsq{
display: inline-block;
margin: 0px 0px 6px 0px;
}
.divLinha{
display: inline;
margin-bottom: 18px;
}
.divlinha-endereco{
margin-top: 18px;
display: inline-block;
}
.divLinha-dir{
display: flex;
flex-direction: column;
flex-basis: 250px;
}
.colPri{
display: inline-block;
width: 84px;
}
input{
border-radius: 4px;
}
.impGrande {
width: 390px;
}
.impMedio{
width: 120px;
}
.impTelef{
width: 90px;
}
.numDD{
width: 40px;
}
.numQD{
width: 60px;
}
.impNCC{
width: 130px;
}
.botoes{
margin: 12px 10px 12px 10px;
text-align: left;
}
/* janela JS*/
.imgJan {
width: 180px;
height: 180px;
border: 3px solid #226699;
padding: 12px;
background-color: #FFFFFF;
}
/* Janela JS criada */
.container, .details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} | 0.208824 | 0.064447 |
.page-loader {
margin: auto;
max-width: 30rem;
margin-top: 5rem;
}
.page-loader__text {
/* opacity: 0; */
font-family: "open sans", "arial", "sans-serif";
transition: opacity 4s ease-in;
transition-delay: 8s;
-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
-ms-animation: fadein 4s; /* Internet Explorer */
animation: fadein 4s;
animation-fill-mode: forwards;
padding: 1rem;
}
@keyframes fadein {
0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
.lds-roller {
display: block;
position: relative;
width: 64px;
height: 64px;
margin: auto;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #279DDD;
margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 50px;
left: 50px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 54px;
left: 45px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 57px;
left: 39px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 58px;
left: 32px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 57px;
left: 25px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 54px;
left: 19px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 50px;
left: 14px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 45px;
left: 10px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | front/public/page-loader.css | .page-loader {
margin: auto;
max-width: 30rem;
margin-top: 5rem;
}
.page-loader__text {
/* opacity: 0; */
font-family: "open sans", "arial", "sans-serif";
transition: opacity 4s ease-in;
transition-delay: 8s;
-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
-ms-animation: fadein 4s; /* Internet Explorer */
animation: fadein 4s;
animation-fill-mode: forwards;
padding: 1rem;
}
@keyframes fadein {
0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
.lds-roller {
display: block;
position: relative;
width: 64px;
height: 64px;
margin: auto;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #279DDD;
margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 50px;
left: 50px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 54px;
left: 45px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 57px;
left: 39px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 58px;
left: 32px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 57px;
left: 25px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 54px;
left: 19px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 50px;
left: 14px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 45px;
left: 10px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | 0.564939 | 0.059346 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Lobster+Two&display=swap");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
*,
* * {
margin: 0;
padding: 0;
box-sizing: border-box;
user-select: none;
outline: none;
border: none;
color: #f5f5f5;
font-family: "Montserrat", sans-serif;
-webkit-tap-highlight-color: transparent;
}
*::-webkit-scrollbar,
* *::-webkit-scrollbar {
height: 5px;
width: 5px;
background-color: transparent;
}
*::-webkit-scrollbar-thumb,
* *::-webkit-scrollbar-thumb {
height: 20vh;
width: 20vw;
border-radius: 50px;
background-color: #2196f3;
}
*::-webkit-scrollbar-thumb:hover,
* *::-webkit-scrollbar-thumb:hover {
background-color: #f03d30;
}
html {
scroll-behavior: smooth;
}
.top-nav__container__title {
font-family: "Lobster Two", cursive;
}
.side-nav {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 80%;
background-color: #222222;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
transform: translateX(-100%);
transition: all 0.3s ease-in-out;
z-index: 2;
}
.side-nav.show {
transform: translateX(0);
}
.top-nav {
position: fixed;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
width: 100vw;
padding: 10px;
background-color: #222222;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.top-nav .top-nav__container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
}
.top-nav .top-nav__container__icon {
height: 35px;
width: 35px;
background-image: url("../assets/icons/menu.svg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: initial;
cursor: pointer;
}
.top-nav .top-nav__container__title {
margin-left: 20px;
font-size: 25px;
font-weight: 500;
letter-spacing: 2px;
}
.home__container__title {
font-family: "Permanent Marker", cursive;
}
.home__container__subTitle {
font-family: "Permanent Marker", cursive;
}
.home__container__subTitle__animatedText {
font-family: "Josefin Sans", sans-serif;
}
.home {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
z-index: 0;
background-image: url("../assets/images/home_pc.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@media (max-width: 650px) {
.home {
background-image: url("../assets/images/home.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
}
.home .home__container {
position: relative;
margin-top: 70px;
margin-left: 20px;
}
.home .home__container * {
letter-spacing: 2px;
word-spacing: 5px;
}
@media (min-width: 650px) {
.home .home__container * {
color: #222222;
}
}
.home .home__container__title {
font-size: 70px;
}
.home .home__container__subTitle {
position: relative;
font-size: 40px;
font-weight: 600;
}
.home .home__container__subTitle__animatedText {
color: #222222;
font-weight: 900;
}
@media (min-width: 650px) {
.home .home__container__subTitle__animatedText {
color: #777777;
}
}
.home .home__container__two {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home .home__container__two__logo path {
fill: transparent;
stroke: #f5f5f5;
stroke-dasharray: 225;
stroke-dashoffset: 0;
animation: animateLogo 5s linear infinite;
}
@keyframes animateLogo {
0% {
stroke-dashoffset: 0;
}
40% {
stroke-dashoffset: 225;
}
80% {
stroke-dashoffset: 450;
fill: transparent;
}
100% {
stroke-dashoffset: 450;
fill: #f5f5f5;
}
}
/*# sourceMappingURL=main.css.map */ | css/main.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Lobster+Two&display=swap");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
*,
* * {
margin: 0;
padding: 0;
box-sizing: border-box;
user-select: none;
outline: none;
border: none;
color: #f5f5f5;
font-family: "Montserrat", sans-serif;
-webkit-tap-highlight-color: transparent;
}
*::-webkit-scrollbar,
* *::-webkit-scrollbar {
height: 5px;
width: 5px;
background-color: transparent;
}
*::-webkit-scrollbar-thumb,
* *::-webkit-scrollbar-thumb {
height: 20vh;
width: 20vw;
border-radius: 50px;
background-color: #2196f3;
}
*::-webkit-scrollbar-thumb:hover,
* *::-webkit-scrollbar-thumb:hover {
background-color: #f03d30;
}
html {
scroll-behavior: smooth;
}
.top-nav__container__title {
font-family: "Lobster Two", cursive;
}
.side-nav {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 80%;
background-color: #222222;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
transform: translateX(-100%);
transition: all 0.3s ease-in-out;
z-index: 2;
}
.side-nav.show {
transform: translateX(0);
}
.top-nav {
position: fixed;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
width: 100vw;
padding: 10px;
background-color: #222222;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.top-nav .top-nav__container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
}
.top-nav .top-nav__container__icon {
height: 35px;
width: 35px;
background-image: url("../assets/icons/menu.svg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: initial;
cursor: pointer;
}
.top-nav .top-nav__container__title {
margin-left: 20px;
font-size: 25px;
font-weight: 500;
letter-spacing: 2px;
}
.home__container__title {
font-family: "Permanent Marker", cursive;
}
.home__container__subTitle {
font-family: "Permanent Marker", cursive;
}
.home__container__subTitle__animatedText {
font-family: "Josefin Sans", sans-serif;
}
.home {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
z-index: 0;
background-image: url("../assets/images/home_pc.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@media (max-width: 650px) {
.home {
background-image: url("../assets/images/home.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
}
.home .home__container {
position: relative;
margin-top: 70px;
margin-left: 20px;
}
.home .home__container * {
letter-spacing: 2px;
word-spacing: 5px;
}
@media (min-width: 650px) {
.home .home__container * {
color: #222222;
}
}
.home .home__container__title {
font-size: 70px;
}
.home .home__container__subTitle {
position: relative;
font-size: 40px;
font-weight: 600;
}
.home .home__container__subTitle__animatedText {
color: #222222;
font-weight: 900;
}
@media (min-width: 650px) {
.home .home__container__subTitle__animatedText {
color: #777777;
}
}
.home .home__container__two {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home .home__container__two__logo path {
fill: transparent;
stroke: #f5f5f5;
stroke-dasharray: 225;
stroke-dashoffset: 0;
animation: animateLogo 5s linear infinite;
}
@keyframes animateLogo {
0% {
stroke-dashoffset: 0;
}
40% {
stroke-dashoffset: 225;
}
80% {
stroke-dashoffset: 450;
fill: transparent;
}
100% {
stroke-dashoffset: 450;
fill: #f5f5f5;
}
}
/*# sourceMappingURL=main.css.map */ | 0.358802 | 0.054199 |
:root {
/*Colores para la pagina principal*/
--header-color: #533e85;
--texto-navbar-links: #4fd3c4;
--hover-navbar-links: #4fd3c4;
--hover-navbar-links-text: #553e85;
--body-color: #c1f8cf;
--tarjetas-fondo: #488fb1;
--hover-social-media: #4fd3c4;
--bkg-color-footer-container: #533e85;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
}
body {
background: var(--body-color);
font-family: "Montserrat", sans-serif;
font-size: 1.4rem;
}
.main-container {
padding: 1em 0;
min-height: 100vh;
}
.header-container {
background: var(--header-color);
display: flex;
justify-content: space-between;
align-items: center;
height: 6rem;
}
.logo-container {
display: flex;
justify-content: center;
align-items: center;
margin-left: 2rem;
width: 3.2rem;
padding: 0.5rem 0;
}
.logo-container img {
width: 100%;
height: 100%;
object-fit: contain;
}
.navbar {
margin-right: 2rem;
}
.navbar__enlaces {
display: flex;
}
.navbar__enlaces li {
display: block;
list-style: none;
margin-left: 3rem;
}
.navbar__enlaces a {
text-decoration: none;
color: var(--texto-navbar-links);
}
.navbar__enlaces a:hover {
background: var(--hover-navbar-links);
color: var(--hover-navbar-links-text);
}
#fotoPerfil {
width: 200px;
border-radius: 100%;
border: 1em solid white;
}
#tarjeta {
/*Centrado del div*/
margin: auto;
width: 60%;
/*Centrado del texto*/
text-align: center;
}
#tarjeta * {
margin-bottom: 1.09em;
}
#contactos {
padding: 0px;
}
#contactos a {
text-decoration: none;
color: black;
}
#contactos img {
width: 1.5em;
height: 1.6em;
margin: 0 0.5em;
}
#contactos img:hover {
background: var(--hover-social-media);
border-radius: 25%;
}
#contactos li {
list-style: none;
display: inline-block;
}
#frase {
margin: auto;
width: 30vw;
}
.footer-container {
background: var(--bkg-color-footer-container);
display: flex;
justify-content: center;
align-items: center;
height: 4rem;
}
.footer-container a {
text-decoration: none;
color: #000;
font-weight: 600;
}
@media (max-width: 640px) {
body {
font-size: 1.6rem;
}
#frase {
width: unset;
}
} | styles/styles.css | :root {
/*Colores para la pagina principal*/
--header-color: #533e85;
--texto-navbar-links: #4fd3c4;
--hover-navbar-links: #4fd3c4;
--hover-navbar-links-text: #553e85;
--body-color: #c1f8cf;
--tarjetas-fondo: #488fb1;
--hover-social-media: #4fd3c4;
--bkg-color-footer-container: #533e85;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
}
body {
background: var(--body-color);
font-family: "Montserrat", sans-serif;
font-size: 1.4rem;
}
.main-container {
padding: 1em 0;
min-height: 100vh;
}
.header-container {
background: var(--header-color);
display: flex;
justify-content: space-between;
align-items: center;
height: 6rem;
}
.logo-container {
display: flex;
justify-content: center;
align-items: center;
margin-left: 2rem;
width: 3.2rem;
padding: 0.5rem 0;
}
.logo-container img {
width: 100%;
height: 100%;
object-fit: contain;
}
.navbar {
margin-right: 2rem;
}
.navbar__enlaces {
display: flex;
}
.navbar__enlaces li {
display: block;
list-style: none;
margin-left: 3rem;
}
.navbar__enlaces a {
text-decoration: none;
color: var(--texto-navbar-links);
}
.navbar__enlaces a:hover {
background: var(--hover-navbar-links);
color: var(--hover-navbar-links-text);
}
#fotoPerfil {
width: 200px;
border-radius: 100%;
border: 1em solid white;
}
#tarjeta {
/*Centrado del div*/
margin: auto;
width: 60%;
/*Centrado del texto*/
text-align: center;
}
#tarjeta * {
margin-bottom: 1.09em;
}
#contactos {
padding: 0px;
}
#contactos a {
text-decoration: none;
color: black;
}
#contactos img {
width: 1.5em;
height: 1.6em;
margin: 0 0.5em;
}
#contactos img:hover {
background: var(--hover-social-media);
border-radius: 25%;
}
#contactos li {
list-style: none;
display: inline-block;
}
#frase {
margin: auto;
width: 30vw;
}
.footer-container {
background: var(--bkg-color-footer-container);
display: flex;
justify-content: center;
align-items: center;
height: 4rem;
}
.footer-container a {
text-decoration: none;
color: #000;
font-weight: 600;
}
@media (max-width: 640px) {
body {
font-size: 1.6rem;
}
#frase {
width: unset;
}
} | 0.342022 | 0.090977 |
body{
background-color: #3b3b3b;
color: #fff;
text-align: center;
}
.slide{
text-align: center;
}
#fullpageMenu{
position: fixed;
top:0;
z-index: 999;
font-size: 30px;
}
#fullpage .section2{
background: url("../images/bg7.jpg") no-repeat ;
-webkit-background-size:100%;
background-size:100%;
}
#fullpage .section2 nav{
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 100%;
background-color: #800001;
opacity: 0.5;
z-index: 10;
}
#fullpage .section2 nav img{
width: 80px;
position: absolute;
left: 5%;
opacity: 1;
margin: auto;
z-index: 20;
}
#fullpage .section2 nav ul{
position: absolute;
left: 12%;
font-size: 20px;
width: 100%;
}
#fullpage .section2 nav ul li{
float: left;
list-style: none;
margin-right:2.5%;
}
#fullpage .section2 nav ul li a{
text-decoration: none;
color: #fff;
}
#fullpage .section2 nav ul li:hover a{
color: #000;
margin-top: 5px;
text-shadow: 1px 1px #fff;
}
#fullpage .section2 h1{
margin-top: -5%;
font-size: 36px;
color: #800001;
}
#fullpage .section1{
background: url("../images/bg1.jpg") no-repeat center center;
}
#fullpage .section1 h2{
font-family:"";
position: absolute;
left: 10%;
top: 10%;
text-shadow: #56c6ff 2px 1px 1px;
}
#fullpage .section1 p{
font-size: 14px;
position: absolute;
left: 25%;
top: 20%;
}
#fullpage .section1>div:nth-child(2){
}
#fullpage .section1 ul{
width: 200px;
height: 200px;
/*background-color: gold;*/
position: absolute;
bottom: 150px;
left: 40%;
margin-left:-150px;
/*perspective: 500px;*/
transform-style: preserve-3d;
animation: sport 16s linear 0s infinite normal;
}
#fullpage .section1 ul li{
list-style: none;
/*width: 100%;*/
height: 300px;
font-size:60px;
text-align: center;
line-height: 300px;
position: absolute;
left: 0;
top: 0;
background-color: black;
}
#fullpage .section1 ul li:nth-child(1){
transform: rotateY(60deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(2){
transform: rotateY(120deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(3){
transform: rotateY(180deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(4){
transform: rotateY(240deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(5){
transform: rotateY(300deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(6){
transform: rotateY(360deg) translateZ(300px);
}
#fullpage .section1 ul li img{
width: 300px;
height: 300px;
border: 3px solid skyblue;
box-sizing: border-box;
}
#fullpage .section1 ul:hover{
animation-play-state: paused;
}
#fullpage .section1 ul:hover li img{
opacity: 0.5;
}
#fullpage .section1 ul li:hover img{
opacity: 1;
}
@keyframes sport {
from{
transform: rotateX(-10deg) rotateY(0deg);
}
to{
transform:rotateX(-10deg) rotateY(360deg);
}
}
#fullpage .section3{
background:url("../images/bookcase3.jpg")no-repeat center bottom;
-webkit-background-size:50%;
background-size:50%;
}
#fullpage .section3 h2{
position: absolute;
left: 10%;
top: 5%;
text-shadow: #ff6200 2px 1px 1px;
}
#fullpage .section3 ul{
width: 480px;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
#fullpage .section3 ul li{
width: 120px;
float: left;
list-style: none;
margin-right: 20px;
}
#fullpage .section3 ul li img{
height: 125px;
}
#fullpage .section3 .ul1{
position: absolute;
top: 31%;
}
#fullpage .section3 .ul2{
position: absolute;
top: 56.5%;
}
#fullpage .section3 .ul3{
position: absolute;
top: 78%;
}
#fullpage .section3 .ul3 img{
height:120px;
} | design/css/index.css | body{
background-color: #3b3b3b;
color: #fff;
text-align: center;
}
.slide{
text-align: center;
}
#fullpageMenu{
position: fixed;
top:0;
z-index: 999;
font-size: 30px;
}
#fullpage .section2{
background: url("../images/bg7.jpg") no-repeat ;
-webkit-background-size:100%;
background-size:100%;
}
#fullpage .section2 nav{
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 100%;
background-color: #800001;
opacity: 0.5;
z-index: 10;
}
#fullpage .section2 nav img{
width: 80px;
position: absolute;
left: 5%;
opacity: 1;
margin: auto;
z-index: 20;
}
#fullpage .section2 nav ul{
position: absolute;
left: 12%;
font-size: 20px;
width: 100%;
}
#fullpage .section2 nav ul li{
float: left;
list-style: none;
margin-right:2.5%;
}
#fullpage .section2 nav ul li a{
text-decoration: none;
color: #fff;
}
#fullpage .section2 nav ul li:hover a{
color: #000;
margin-top: 5px;
text-shadow: 1px 1px #fff;
}
#fullpage .section2 h1{
margin-top: -5%;
font-size: 36px;
color: #800001;
}
#fullpage .section1{
background: url("../images/bg1.jpg") no-repeat center center;
}
#fullpage .section1 h2{
font-family:"";
position: absolute;
left: 10%;
top: 10%;
text-shadow: #56c6ff 2px 1px 1px;
}
#fullpage .section1 p{
font-size: 14px;
position: absolute;
left: 25%;
top: 20%;
}
#fullpage .section1>div:nth-child(2){
}
#fullpage .section1 ul{
width: 200px;
height: 200px;
/*background-color: gold;*/
position: absolute;
bottom: 150px;
left: 40%;
margin-left:-150px;
/*perspective: 500px;*/
transform-style: preserve-3d;
animation: sport 16s linear 0s infinite normal;
}
#fullpage .section1 ul li{
list-style: none;
/*width: 100%;*/
height: 300px;
font-size:60px;
text-align: center;
line-height: 300px;
position: absolute;
left: 0;
top: 0;
background-color: black;
}
#fullpage .section1 ul li:nth-child(1){
transform: rotateY(60deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(2){
transform: rotateY(120deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(3){
transform: rotateY(180deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(4){
transform: rotateY(240deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(5){
transform: rotateY(300deg) translateZ(300px);
}
#fullpage .section1 ul li:nth-child(6){
transform: rotateY(360deg) translateZ(300px);
}
#fullpage .section1 ul li img{
width: 300px;
height: 300px;
border: 3px solid skyblue;
box-sizing: border-box;
}
#fullpage .section1 ul:hover{
animation-play-state: paused;
}
#fullpage .section1 ul:hover li img{
opacity: 0.5;
}
#fullpage .section1 ul li:hover img{
opacity: 1;
}
@keyframes sport {
from{
transform: rotateX(-10deg) rotateY(0deg);
}
to{
transform:rotateX(-10deg) rotateY(360deg);
}
}
#fullpage .section3{
background:url("../images/bookcase3.jpg")no-repeat center bottom;
-webkit-background-size:50%;
background-size:50%;
}
#fullpage .section3 h2{
position: absolute;
left: 10%;
top: 5%;
text-shadow: #ff6200 2px 1px 1px;
}
#fullpage .section3 ul{
width: 480px;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
#fullpage .section3 ul li{
width: 120px;
float: left;
list-style: none;
margin-right: 20px;
}
#fullpage .section3 ul li img{
height: 125px;
}
#fullpage .section3 .ul1{
position: absolute;
top: 31%;
}
#fullpage .section3 .ul2{
position: absolute;
top: 56.5%;
}
#fullpage .section3 .ul3{
position: absolute;
top: 78%;
}
#fullpage .section3 .ul3 img{
height:120px;
} | 0.280912 | 0.075312 |
@charset "utf-8";
address, blockquote, body, button, code, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, html, img, input, legend, li, ol, p, pre, table,
td, textarea, th, ul {
margin: 0;
padding: 0
}
body, html {
}
body, button, input, select, textarea {
font-family: "Malgun Gothic", "맑은 고딕", MG, dotum, "돋움", sans-serif;
font-size: 100%;
color: #666;
line-height: 1.45;
letter-spacing: -.5px
}
button, input, select, textarea {
box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: 400
}
table {
table-layout: fixed;
width: 100%;
border-collapse: separate;
border-spacing: 0
}
ol, ul {
list-style-type: none
}
fieldset, img {
vertical-align: top;
border: 0
}
address, em, i {
font-style: normal
}
a:active, a:focus, a:hover, a:link, a:visited {
text-decoration: none
}
button {
overflow: visible;
background: 0 0;
border: 0;
cursor: pointer
}
button, button:active, button:focus {
padding: 0
}
button>span {
position: relative
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=password] {
font-family: Verdana
}
[type=text]::-ms-clear {
display: none;
width: 0;
height: 0
}
[type=radio]:focus+label, [type=checkbox]:focus+label {
outline: #666 dashed 1px
}
.invisible {
overflow: hidden;
position: absolute;
left: -1000%;
top: auto;
width: 1px;
height: 1px
}
caption.invisible {
position: relative
}
.hide {
display: none
}
.flow {
float: left
}
.reverse {
float: right
}
.ellipsis {
overflow: hidden;
display: inline-block;
max-width: 95%;
text-overflow: ellipsis;
white-space: nowrap;
letter-spacing: -.5px
}
.ktb, .ktl {
letter-spacing: 0
}
.ktb {
font-family: KTB, "Malgun Gothic", "맑은 고딕", MG, sans-serif
}
.ktl {
font-family: KTL, "Malgun Gothic", "맑은 고딕", MG, sans-serif
}
.align-left {
text-align: left !important
}
.align-right {
text-align: right !important
}
.no-cssanimations select {
background-image: none
} | myproject/src/main/resources/static/css/vendor/kt.css | @charset "utf-8";
address, blockquote, body, button, code, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, html, img, input, legend, li, ol, p, pre, table,
td, textarea, th, ul {
margin: 0;
padding: 0
}
body, html {
}
body, button, input, select, textarea {
font-family: "Malgun Gothic", "맑은 고딕", MG, dotum, "돋움", sans-serif;
font-size: 100%;
color: #666;
line-height: 1.45;
letter-spacing: -.5px
}
button, input, select, textarea {
box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: 400
}
table {
table-layout: fixed;
width: 100%;
border-collapse: separate;
border-spacing: 0
}
ol, ul {
list-style-type: none
}
fieldset, img {
vertical-align: top;
border: 0
}
address, em, i {
font-style: normal
}
a:active, a:focus, a:hover, a:link, a:visited {
text-decoration: none
}
button {
overflow: visible;
background: 0 0;
border: 0;
cursor: pointer
}
button, button:active, button:focus {
padding: 0
}
button>span {
position: relative
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=password] {
font-family: Verdana
}
[type=text]::-ms-clear {
display: none;
width: 0;
height: 0
}
[type=radio]:focus+label, [type=checkbox]:focus+label {
outline: #666 dashed 1px
}
.invisible {
overflow: hidden;
position: absolute;
left: -1000%;
top: auto;
width: 1px;
height: 1px
}
caption.invisible {
position: relative
}
.hide {
display: none
}
.flow {
float: left
}
.reverse {
float: right
}
.ellipsis {
overflow: hidden;
display: inline-block;
max-width: 95%;
text-overflow: ellipsis;
white-space: nowrap;
letter-spacing: -.5px
}
.ktb, .ktl {
letter-spacing: 0
}
.ktb {
font-family: KTB, "Malgun Gothic", "맑은 고딕", MG, sans-serif
}
.ktl {
font-family: KTL, "Malgun Gothic", "맑은 고딕", MG, sans-serif
}
.align-left {
text-align: left !important
}
.align-right {
text-align: right !important
}
.no-cssanimations select {
background-image: none
} | 0.392919 | 0.107391 |
@-webkit-keyframes timer-in {
0% {-webkit-transform: translateY(-200px);transform: translateY(-200px);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes timer-in {
0% {-webkit-transform: translateY(-200px);transform: translateY(-200px);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
.Timer {
box-sizing: border-box;
position: absolute;
left: 50%;
margin-left: -70px;
margin-top: 0px;
display: inline-block;
width: 140px;
color: #FFF;
padding: .5em 1em;
border: 2px solid rgba(4,82,156,1);
font-family: 'ds-digitalbold', sans-serif;
border-radius: 4px;
background: rgba(0,0,0,.6);
-webkit-animation: timer-in .35s cubic-bezier(.44,1.14,.77,1.1) both;
animation: timer-in .35s cubic-bezier(.44,1.14,.77,1.1) both;
}
.time {
display: inline-block;
font-size: 2.5em;
line-height: .8;
color: red;
margin-right: 1em;
}
.time:before {
content: ':';
}
.questionNumber {
position: absolute;
right: .5em;
top: 0;
bottom: 0;
color: #A0A0A0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.questionNumber:before {
position: absolute;
content: '';
top: 8px;
bottom: 8px;
left: -6px;
right: 0;
width: 1px;
background: rgba(255,255,255,.2);
}
.questionNumber > div {
display: inline-block;
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
padding: 0px 2px;
}
.currentQuestionIndex,
.totalQuestions {
font-size: 1.8em;
line-height: .9em;
color: red;
}
@media (min-height: 670px) and (orientation: landscape) {
.Timer {
margin-top: 10px;
}
}
@media (min-height: 900px) and (min-width: 767px) {
.Timer {
width: 170px;
margin-left: -80px;
margin-top: 10px;
}
.questionNumber {
padding: 8px 0;
}
.time {
font-size: 6.5em;
}
.questionNumber {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.questionNumber:before {
display: none;
}
.questionNumber > div {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
padding: 0;
}
}
@media (min-height: 1200px) {
.Timer {
margin-top: 20px;
}
} | ui/timer.reel/timer.css | @-webkit-keyframes timer-in {
0% {-webkit-transform: translateY(-200px);transform: translateY(-200px);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes timer-in {
0% {-webkit-transform: translateY(-200px);transform: translateY(-200px);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
.Timer {
box-sizing: border-box;
position: absolute;
left: 50%;
margin-left: -70px;
margin-top: 0px;
display: inline-block;
width: 140px;
color: #FFF;
padding: .5em 1em;
border: 2px solid rgba(4,82,156,1);
font-family: 'ds-digitalbold', sans-serif;
border-radius: 4px;
background: rgba(0,0,0,.6);
-webkit-animation: timer-in .35s cubic-bezier(.44,1.14,.77,1.1) both;
animation: timer-in .35s cubic-bezier(.44,1.14,.77,1.1) both;
}
.time {
display: inline-block;
font-size: 2.5em;
line-height: .8;
color: red;
margin-right: 1em;
}
.time:before {
content: ':';
}
.questionNumber {
position: absolute;
right: .5em;
top: 0;
bottom: 0;
color: #A0A0A0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.questionNumber:before {
position: absolute;
content: '';
top: 8px;
bottom: 8px;
left: -6px;
right: 0;
width: 1px;
background: rgba(255,255,255,.2);
}
.questionNumber > div {
display: inline-block;
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
padding: 0px 2px;
}
.currentQuestionIndex,
.totalQuestions {
font-size: 1.8em;
line-height: .9em;
color: red;
}
@media (min-height: 670px) and (orientation: landscape) {
.Timer {
margin-top: 10px;
}
}
@media (min-height: 900px) and (min-width: 767px) {
.Timer {
width: 170px;
margin-left: -80px;
margin-top: 10px;
}
.questionNumber {
padding: 8px 0;
}
.time {
font-size: 6.5em;
}
.questionNumber {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.questionNumber:before {
display: none;
}
.questionNumber > div {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
padding: 0;
}
}
@media (min-height: 1200px) {
.Timer {
margin-top: 20px;
}
} | 0.336876 | 0.08043 |
* {
margin: 0;
padding: 0;
}
html {
background-color: white;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
width: 800px;
margin: 0 auto;
border: 3px solid #931420;
background-color: #fffded;
}
a:focus, a:hover {
font-style: italic;
}
/* the styles for the header */
header {
padding: 1.5em 0 2em 0;
border-bottom: 3px solid #931420;
background-image: -moz-linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
background-image: -webkit-linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
background-image: -o-linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
background-image: linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
}
header h2 {
font-size: 175%;
color: #800000;
}
header h3 {
font-size: 130%;
font-style: italic;
}
header img {
float: left;
padding: 0 30px;
}
.shadow {
text-shadow: 2px 2px 2px #800000;
}
/* the styles for the main content */
main {
clear: left;
}
section{
width: 525px;
float: right;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
aside{
width: 215px;
float: right;
padding-left: 20px;
padding-bottom: 20px;
}
main h1{
font-size: 150%;
padding-top: .5em;
padding-bottom: .25em;
margin: 0px;
}
main h2 {
color: #800000;
font-size: 130%;
padding-top: 20px;
}
article{
padding-top:.5em;
padding-bottom:.5em;
border-top: 2px solid #800000;
border-bottom: 2px solid #800000;
}
article h2{
padding-top: 0px;
}
article h3 {
font-size: 105%;
padding-bottom: .25em;
}
article img {
float: right;
margin:5px;
border: 1px solid black;
}
main p {
padding-bottom: .5em;
}
main blockquote {
padding: 0 2em;
font-style: italic;
}
main section ul {
padding: 0 0 .25em 1.25em;
}
main section li {
padding-bottom: .35em;
}
aside h2{
color: #800000;
font-size: 130%;
padding: .5em 0 .25em 0;
}
aside h3{
font-size: 105%;
padding-bottom: .25em;
}
aside img {
padding-bottom: 1em;
}
/* the styles for the footer */
footer {
background-color: #931420;
clear: both;
}
footer p {
text-align: center;
color: white;
padding: 1em 0;
} | week6ex_feiyun/styles/c5_main.css | * {
margin: 0;
padding: 0;
}
html {
background-color: white;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
width: 800px;
margin: 0 auto;
border: 3px solid #931420;
background-color: #fffded;
}
a:focus, a:hover {
font-style: italic;
}
/* the styles for the header */
header {
padding: 1.5em 0 2em 0;
border-bottom: 3px solid #931420;
background-image: -moz-linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
background-image: -webkit-linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
background-image: -o-linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
background-image: linear-gradient(
30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
}
header h2 {
font-size: 175%;
color: #800000;
}
header h3 {
font-size: 130%;
font-style: italic;
}
header img {
float: left;
padding: 0 30px;
}
.shadow {
text-shadow: 2px 2px 2px #800000;
}
/* the styles for the main content */
main {
clear: left;
}
section{
width: 525px;
float: right;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
aside{
width: 215px;
float: right;
padding-left: 20px;
padding-bottom: 20px;
}
main h1{
font-size: 150%;
padding-top: .5em;
padding-bottom: .25em;
margin: 0px;
}
main h2 {
color: #800000;
font-size: 130%;
padding-top: 20px;
}
article{
padding-top:.5em;
padding-bottom:.5em;
border-top: 2px solid #800000;
border-bottom: 2px solid #800000;
}
article h2{
padding-top: 0px;
}
article h3 {
font-size: 105%;
padding-bottom: .25em;
}
article img {
float: right;
margin:5px;
border: 1px solid black;
}
main p {
padding-bottom: .5em;
}
main blockquote {
padding: 0 2em;
font-style: italic;
}
main section ul {
padding: 0 0 .25em 1.25em;
}
main section li {
padding-bottom: .35em;
}
aside h2{
color: #800000;
font-size: 130%;
padding: .5em 0 .25em 0;
}
aside h3{
font-size: 105%;
padding-bottom: .25em;
}
aside img {
padding-bottom: 1em;
}
/* the styles for the footer */
footer {
background-color: #931420;
clear: both;
}
footer p {
text-align: center;
color: white;
padding: 1em 0;
} | 0.375706 | 0.095392 |
@import "../base/variables.pcss.css";
/**
* Negative margins compensate for modal dialog padding and compensate for
* positioning that would otherwise hide the active tab indicator on the left.
*/
.media-library-wrapper {
display: flex;
margin: -1rem -1.5rem -1rem -1rem; /* LTR */
}
[dir="rtl"] .media-library-wrapper {
margin-right: -1em;
margin-left: -1.5em;
}
.media-library-wrapper .messages-list,
.media-library-wrapper .messages {
margin-top: 0;
margin-bottom: var(--space-l);
}
.media-library-menu {
position: relative;
display: block;
width: var(--vertical-tabs-menu-width);
margin: 0;
padding-top: var(--vertical-tabs-menu-item-shadow-extraspace);
list-style: none;
color: var(--color-text);
}
[dir="rtl"] .media-library-menu {
margin: 0;
}
.media-library-menu__item {
overflow: hidden;
margin: var(--vertical-tabs-menu-item--top-margin) var(--vertical-tabs-menu-item--right-margin) var(--vertical-tabs-menu-item--bottom-margin) var(--vertical-tabs-menu-item--left-margin); /* LTR */
padding: var(--vertical-tabs-menu-item-shadow-extraspace) 0;
}
[dir="rtl"] .media-library-menu__item {
margin-right: var(--vertical-tabs-menu-item--left-margin);
margin-left: var(--vertical-tabs-menu-item--right-margin);
}
.media-library-menu__item::before {
z-index: var(--vertical-tabs-menu--z-index); /* The line should be kept above the vertical tabs menu link to keep it visible even if the link is hovered and gets the 'hover' background color. */
display: block;
width: 100%;
margin-top: calc(var(--vertical-tabs-menu-separator-size) * -1);
content: "";
border-top: var(--vertical-tabs-menu-separator-size) solid var(--vertical-tabs-menu-separator-color);
}
.media-library-menu__link {
position: relative;
display: block;
margin-top: calc(var(--vertical-tabs-border-size) * -1);
padding: var(--space-s) var(--space-s) var(--space-s) calc(var(--space-l) - var(--vertical-tabs-menu-link--active-border-size)); /* LTR */
text-decoration: none;
word-wrap: break-word;
hyphens: auto;
color: var(--color-text);
border: var(--vertical-tabs-border-size) solid transparent;
border-width: var(--vertical-tabs-border-size) 0 var(--vertical-tabs-border-size) var(--vertical-tabs-menu-link--active-border-size); /* LTR */
border-radius: var(--vertical-tabs-border-radius) 0 0 var(--vertical-tabs-border-radius); /* LTR */
}
[dir="rtl"] .media-library-menu__link {
padding-right: calc(var(--space-l) - var(--vertical-tabs-menu-link--active-border-size));
padding-left: var(--space-s);
border-width: var(--vertical-tabs-border-size) var(--vertical-tabs-menu-link--active-border-size) var(--vertical-tabs-border-size) 0;
border-radius: 0 var(--vertical-tabs-border-radius) var(--vertical-tabs-border-radius) 0;
}
@media screen and (-ms-high-contrast: active) {
.media-library-menu__link {
border-color: transparent;
}
}
/* Menu link states. */
.media-library-menu__link:focus {
z-index: calc(var(--vertical-tabs-menu--z-index) + 3); /* Focus state should be on the highest level to make the focus effect be fully visible. This also means that it should have bigger z-index than the selected link. */
text-decoration: none;
box-shadow: none;
}
.media-library-menu__link:hover {
text-decoration: none;
color: var(--color-absolutezero);
/* These borders are necessary to replace the dividing lines while in the hover state. */
border-top: var(--vertical-tabs-menu-separator-size) solid var(--vertical-tabs-menu-separator-color);
border-bottom: var(--vertical-tabs-menu-separator-size) solid var(--vertical-tabs-menu-separator-color);
background: var(--color-bgblue-hover);
}
/* This pseudo element provides the background for the hover state. */
.media-library-menu__link::before {
position: absolute;
z-index: calc(var(--vertical-tabs-menu--z-index) - 1); /* This should be on a lower level than the menu-item separator lines. */
top: calc(var(--vertical-tabs-border-size) * -1);
right: 0; /* LTR */
bottom: calc(var(--vertical-tabs-border-size) * -1);
left: calc(var(--vertical-tabs-menu-link--active-border-size) * -1); /* LTR */
content: "";
pointer-events: none;
background-clip: padding-box;
}
[dir="rtl"] .media-library-menu__link::before {
right: calc(var(--vertical-tabs-menu-link--active-border-size) * -1);
left: 0;
}
.media-library-menu__link:focus::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: calc(var(--vertical-tabs-border-size) * -1) calc(var(--vertical-tabs-menu-link--active-border-size) * -1);
content: "";
pointer-events: none;
border: var(--vertical-tabs-menu-link-focus-border-size) solid var(--color-focus);
border-radius: var(--vertical-tabs-border-radius);
}
.media-library-menu__link.active {
z-index: calc(var(--vertical-tabs-menu--z-index) + 2); /* The selected menu link should be on a higher level than the white masking line that hides the gray separator. */
color: var(--color-absolutezero);
border-color: var(--vertical-tabs-border-color) transparent;
background-color: var(--color-white);
box-shadow: var(--vertical-tabs-shadow);
}
.media-library-menu__link.active:hover {
color: var(--color-absolutezero-hover);
background-color: var(--color-bgblue-hover);
}
.media-library-menu__link.active::before {
z-index: 1; /* The blue active-tab indication should be on a higher level than the green focus border. */
border-left: var(--vertical-tabs-menu-link--active-border-size) solid var(--vertical-tabs-menu-link--active-border-color); /* LTR */
border-radius: var(--base-border-radius) 0 0 var(--base-border-radius); /* LTR */
}
[dir=rtl] .media-library-menu__link.active::before {
border-right: var(--vertical-tabs-menu-link--active-border-size) solid var(--vertical-tabs-menu-link--active-border-color);
border-left: 0;
border-radius: 0 var(--base-border-radius) var(--base-border-radius) 0;
}
.media-library-menu__link.active:hover::before {
background: none;
}
.media-library-content {
width: 100%;
padding: 1em;
outline: none;
}
.media-library-menu + .media-library-content {
z-index: var(--vertical-tabs-menu--z-index);
border-left: var(--vertical-tabs-border); /* LTR */
box-shadow: var(--vertical-tabs-shadow);
}
[dir="rtl"] .media-library-menu + .media-library-content {
border-right: var(--vertical-tabs-border);
border-left: 0;
}
/* Generic media add form styles. */
.media-library-add-form--without-input .form-item {
margin-right: 1rem;
}
/**
* Remove outline from added media list.
*
* The added media list receives focus after adding new media, but since it is
* not an interactive element, it does not need an outline.
*/
.media-library-add-form__added-media {
margin: 0;
padding: 0;
outline: none;
}
/**
* This Media Library form is an exception to the extrasmall button pattern.
* Additional padding is needed to accommodate the remove button icon. The
* margin is adjusted for alignment within the media library dialog.
*/
.media-library-add-form__added-media .media-library-add-form__remove-button.button--extrasmall {
margin: var(--space-xs) 0; /* LTR */
/* Left padding is double the background size of the button icon. */
padding: calc(calc(var(--space-xs) / 2) - 1px) calc(var(--space-s) - 1px) calc(calc(var(--space-xs) / 2) - 1px) calc(var(--space-s) * 2);
}
/* This is needed to override the default extrasmall button left margin. */
[dir="rtl"] .media-library-add-form__added-media .media-library-add-form__remove-button.button--extrasmall {
margin-left: 0;
}
.media-library-add-form__input-wrapper {
padding: var(--space-xs) var(--space-l) var(--space-l) var(--space-l);
border: var(--details-border-size) solid var(--details-border-color);
border-radius: var(--base-border-radius);
background-color: var(--color-white);
box-shadow: var(--details-box-shadow);
}
/* Style the media add upload form. */
.media-library-add-form--upload.media-library-add-form--without-input .form-item-upload {
margin-bottom: 0;
}
.media-library-add-form--upload.media-library-add-form--with-input .form-managed-file__main,
.media-library-add-form--upload.media-library-add-form--with-input .form-managed-file.no-upload {
display: block;
}
/* Adjust the focus border on this element so it is not too close to buttons. */
.media-library-add-form__added-media:focus {
box-shadow: 0 0 0 calc(var(--focus-border-offset-size) + 2px) var(--color-white), 0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size) + 2px) var(--color-focus);
}
.media-library-add-form .file-upload-help {
margin: 8px 0 0;
}
/* Align remove buttons with with Save button and compensate for IE scrollbar and focus padding. */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ui-dialog > .ui-dialog-content {
padding-right: calc(var(--space-s) - calc(var(--focus-border-size) + var(--focus-border-offset-size) + 2px));
}
[dir="rtl"] .ui-dialog > .ui-dialog-content {
padding-left: calc(var(--space-s) - calc(var(--focus-border-size) + var(--focus-border-offset-size) + 2px));
}
}
/* Style the media add oEmbed form. */
.media-library-add-form--oembed .media-library-add-form__input-wrapper {
display: flex;
align-items: center;
}
@media screen and (max-width: 37.5em) {
.media-library-add-form--oembed .media-library-add-form__input-wrapper {
display: block;
}
}
.media-library-add-form--oembed.media-library-add-form--without-input .form-item-url {
margin-bottom: 0;
}
.media-library-add-form-oembed-url {
width: 100%;
}
/* Media add form selection styles. */
.media-library-add-form__selected-media {
margin-top: 1em;
}
/* Change to padding to account for the negative margin for flex grid. */
.media-library-add-form__selected-media .details-wrapper {
padding: 0 10px 1em 10px;
}
.media-library-add-form__selected-media .media-library-item .field--name-thumbnail img {
height: 100px;
}
/* Generic media library view styles. */
.media-library-select-all {
flex-basis: 100%;
width: 100%;
margin: 10px 8px;
}
.media-library-select-all input {
margin-right: 10px;
}
[dir="rtl"] .media-library-select-all input {
margin-left: 10px;
}
.media-library-views-form,
.media-library-selection,
.media-library-add-form__selected-media .details-wrapper,
.media-library-view .form--inline {
display: flex;
flex-wrap: wrap;
}
.media-library-views-form > .form-actions {
flex-basis: 100%;
}
.media-library-views-form__header {
flex-basis: 100%;
}
.media-library-views-form__header .form-item {
margin-right: 8px; /* @TODO RTL? */
}
.media-library-views-form__rows {
display: flex;
flex-wrap: wrap;
flex-basis: 100%;
margin: 0 -8px;
}
/**
* Override the table display of the visually hidden labels.
*
* The width, height and overflow properties in the styles for the
* .visually-hidden class do not work correctly if the element has a table
* display.
*/
.media-library-item label {
display: inline-block;
}
/* Media library widget view styles. */
.media-library-wrapper .media-library-view {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.media-library-wrapper .view-header {
align-self: flex-end;
margin: 1em 0;
text-align: right; /* LTR */
}
[dir="rtl"] .media-library-wrapper .view-header {
text-align: left;
}
.media-library-wrapper .media-library-view .view-filters,
.media-library-wrapper .media-library-view .view-content {
flex: 0 0 100%;
}
.media-library-wrapper .views-display-link {
margin: 0;
padding-left: 22px; /* LTR */
color: #333;
font-size: 15px;
line-height: 16px;
}
[dir="rtl"] .media-library-wrapper .views-display-link {
padding-right: 22px;
padding-left: 0;
}
.media-library-wrapper .views-display-link.is-active {
font-weight: bold;
}
.media-library-wrapper .views-display-link-widget {
margin-right: 15px;
background: url(../../../../misc/icons/333333/grid.svg) left 0 no-repeat; /* LTR */
}
[dir="rtl"] .media-library-wrapper .views-display-link-widget {
background-position: right 0;
}
.media-library-wrapper .views-display-link-widget_table {
background: url(../../../../misc/icons/333333/table.svg) left 0 no-repeat; /* LTR */
}
[dir="rtl"] .media-library-wrapper .views-display-link-widget_table {
background-position: right 0;
}
/**
* Style the media library grid items.
*/
.media-library-item {
position: relative;
}
/**
* Ajax throbbers inside a media library item.
*/
.media-library-item .ajax-progress.ajax-progress.ajax-progress {
position: absolute;
z-index: calc(var(--vertical-tabs-menu--z-index) + 1);
top: 50%;
left: 50%;
box-sizing: border-box;
width: 3rem; /* 56px */
height: 3rem;
margin: -1.5rem;
border: var(--input-border-size) solid var(--jui-dropdown-border-color);
border-radius: 3.5rem;
background: var(--color-white);
box-shadow: 0 0.25rem 0.625rem var(--jui-dropdown-shadow-color);
}
.media-library-item .ajax-progress__throbber {
position: absolute;
top: 50%;
left: 50%;
width: 1.75rem;
height: 1.75rem;
margin: -0.875rem;
border: 3px solid var(--color-absolutezero);
border-right: 3px dotted transparent;
}
.media-library-item .ajax-progress__message {
display: none;
}
.media-library-item--grid {
justify-content: center;
box-sizing: border-box;
width: 50%;
padding: 8px;
vertical-align: top;
outline: none;
background: #fff;
}
.media-library-item--grid:before {
position: absolute;
top: 7px;
left: 7px;
width: calc(100% - 16px);
height: calc(100% - 16px);
content: "";
transition: border-color 0.2s, color 0.2s, background 0.2s;
pointer-events: none;
border: 1px solid #dbdbdb;
border-radius: 2px;
box-shadow: var(--details-box-shadow);
}
/**
* The media library grid item focus border is moved to a child element to
* improve padding.
*/
.media-library-item--grid:focus {
outline: none;
box-shadow: none;
}
.media-library-item--grid:focus .media-library-item__preview-wrapper {
outline: var(--focus-outline);
box-shadow: var(--focus-box-shadow);
}
/* Media library widget weight field styles. */
.media-library-item--grid .form-item {
margin: 0.75em;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 33.3%;
}
.media-library-widget-modal .ui-dialog-buttonpane {
display: flex;
align-items: center;
}
.media-library-widget-modal .ui-dialog-buttonpane .form-actions {
flex: 1;
}
/**
* By default, the dialog is too narrow to be usable.
* @see Drupal.ckeditor.openDialog()
*/
.ui-dialog--narrow.media-library-widget-modal {
max-width: 75%;
}
@media screen and (min-width: 45em) {
.media-library-item--grid {
width: 33.3%;
}
/* Change the width for the modal and widget since there is less space. */
.media-library-widget-modal .media-library-item--grid,
.media-library-selection .media-library-item--grid {
width: 50%;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 25%;
}
}
@media screen and (min-width: 60em) {
.media-library-item--grid {
width: 25%;
}
/* Change the width for the modal and widget since there is less space. */
.media-library-widget-modal .media-library-item--grid,
.media-library-selection .media-library-item--grid {
width: 33.3%;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 16.6%;
}
}
@media screen and (min-width: 77em) {
.media-library-item--grid {
width: 16.6%;
}
/* Change the width for the modal and widget since there is less space. */
.media-library-widget-modal .media-library-item--grid,
.media-library-selection .media-library-item--grid {
width: 25%;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 16.6%;
}
}
.media-library-item--grid .field--name-thumbnail {
overflow: hidden;
text-align: center;
background-color: #ebebeb;
}
.media-library-item--grid .field--name-thumbnail img {
height: 180px;
object-fit: contain;
object-position: center center;
}
.media-library-item--grid.is-hover:before,
.media-library-item--grid.checked:before,
.media-library-item--grid.is-focus:before {
top: 5px;
left: 5px;
border-width: 3px;
border-radius: 3px;
}
.media-library-item--grid.is-hover:before,
.media-library-item--grid.checked.is-hover:before {
border-color: var(--color-absolutezero-hover);
}
.media-library-item--grid.is-focus:before {
border-color: var(--color-focus);
}
.media-library-item--grid.checked:before {
border-color: var(--button--focus-border-color);
}
.media-library-item--grid .form-boolean--type-checkbox:checked {
border-color: var(--button--focus-border-color);
background-color: var(--button--focus-border-color);
}
.media-library-item__click-to-select-checkbox {
position: absolute;
z-index: 1;
top: 16px;
left: 16px; /* LTR */
display: block;
}
[dir="rtl"] .media-library-item__click-to-select-checkbox {
right: 16px;
left: auto;
}
.media-library-item__click-to-select-checkbox input {
width: 20px;
height: 20px;
}
.media-library-item__click-to-select-checkbox .form-item {
margin: 0;
}
.media-library-item__click-to-select-trigger {
overflow: hidden;
height: 100%;
cursor: pointer;
}
/* Media library item table styles. */
.media-library-item--table img {
max-width: 100px;
height: auto;
}
/* Media library entity view display styles. */
.media-library-item__preview {
padding-bottom: 34px;
}
.field--widget-media-library-widget .media-library-item__preview {
cursor: move;
}
.field--widget-media-library-widget .media-library-item__preview img {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.field--widget-media-library-widget .js-media-library-item:only-child .media-library-item__preview {
cursor: inherit;
}
.media-library-item__status {
position: absolute;
top: 40px;
left: 5px; /* LTR */
padding: 5px 10px;
pointer-events: none;
color: #e4e4e4;
background: #666;
font-size: 12px;
font-style: italic;
}
[dir="rtl"] .media-library-item__status {
right: 5px;
left: auto;
}
.media-library-item__attributes {
position: absolute;
bottom: 0;
display: block;
overflow: hidden;
max-width: calc(100% - 10px);
max-height: calc(100% - 50px);
padding: 5px;
background: white;
}
.media-library-item__name {
display: block;
overflow: hidden;
margin: calc(var(--space-xs) / 2) var(--space-xs);
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
}
.media-library-item__attributes:hover .media-library-item__name,
.media-library-item--grid.is-focus .media-library-item__name,
.media-library-item--grid.checked .media-library-item__name {
white-space: normal;
}
.media-library-item__type {
color: #696969;
font-size: 12px;
}
.media-library-item--disabled {
pointer-events: none;
opacity: 0.5;
}
/* Media library widget styles. */
.media-library-widget {
position: relative;
}
.media-library-widget__toggle-weight.media-library-widget__toggle-weight {
position: absolute;
top: var(--space-s);
right: var(--space-m); /* LTR */
text-decoration: none;
}
[dir="rtl"] .media-library-widget__toggle-weight.media-library-widget__toggle-weight {
right: auto;
left: var(--space-m);
}
/* Add negative margin for flex grid. */
.media-library-selection {
margin: 1em -8px;
}
/**
* Media library widget edit and delete button styles.
*
* We have to override the .button styles since buttons make heavy use of
* background and border property changes.
*/
.media-library-item__edit,
.media-library-item__edit:hover,
.media-library-item__edit:focus,
.media-library-item__remove,
.media-library-item__remove:hover,
.media-library-item__remove:focus,
.media-library-item__remove.button,
.media-library-item__remove.button:first-child,
.media-library-item__remove.button:disabled,
.media-library-item__remove.button:disabled:active,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus {
position: absolute;
z-index: 1;
top: 10px;
overflow: hidden;
width: 24px;
height: 24px;
margin: 5px;
padding: 0;
transition: 0.2s border-color;
color: transparent;
background-size: 12px;
text-shadow: none;
font-size: 0;
}
.media-library-item__edit {
right: 40px; /* LTR */
}
[dir="rtl"] .media-library-item__edit {
right: auto;
left: 40px;
}
.media-library-item__remove {
right: 10px; /* LTR */
}
[dir="rtl"] .media-library-item__remove {
right: auto;
left: 10px;
}
.media-library-item__edit {
/* !important to override button class border. */
border: 1px solid var(--color-gray-200) !important;
background-image: url("../../images/icons/545560/pencil.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
}
.media-library-item__edit:active {
background-image: url("../../../../misc/icons/ffffff/pencil.svg");
}
.media-library-item__remove,
.media-library-item__remove.button,
.media-library-item__remove.button:first-child,
.media-library-item__remove.button:disabled,
.media-library-item__remove.button:disabled:active,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus {
/* !important to override button class border. */
border: 1px solid var(--color-gray-200) !important;
background-image: url("../../../../misc/icons/545560/ex.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
}
.media-library-item__remove:active,
.media-library-item__remove.button:active,
.media-library-item__remove.button:disabled:active {
/* !important to override button class border. */
border-color: var(--color-absolutezero) !important;
background-image: url("../../../../misc/icons/ffffff/ex.svg");
}
/* Style the added media item container. */
.media-library-add-form__media {
position: relative;
display: flex;
border-bottom: 1px solid #c0c0c0;
}
/* Do not show the bottom border and padding for the last item. */
.media-library-add-form__media:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.media-library-add-form__preview {
display: flex;
align-items: center;
justify-content: center;
width: 220px;
margin-right: 20px; /* LTR */
background: var(--color-gray-050-o-40);
}
[dir="rtl"] .media-library-add-form__preview {
margin-right: 0;
margin-left: 20px;
}
.media-library-add-form__fields {
flex-grow: 1;
}
.media-library-add-form__remove-button {
position: absolute;
right: 0; /* LTR */
background-image: url("../../../../misc/icons/000000/ex.svg");
background-repeat: no-repeat;
background-position: var(--space-xs) center;
background-size: var(--space-s);
}
[dir="rtl"] .media-library-add-form__remove-button {
right: auto;
left: 0;
}
.media-library-add-form__remove-button.button:disabled {
background-image: url("../../../../misc/icons/8e929c/ex.svg");
}
/* @todo Remove in https://www.drupal.org/project/drupal/issues/3064914 */
.views-live-preview .media-library-view div.views-row + div.views-row {
margin-top: 0;
} | web/core/themes/claro/css/theme/media-library.pcss.css | @import "../base/variables.pcss.css";
/**
* Negative margins compensate for modal dialog padding and compensate for
* positioning that would otherwise hide the active tab indicator on the left.
*/
.media-library-wrapper {
display: flex;
margin: -1rem -1.5rem -1rem -1rem; /* LTR */
}
[dir="rtl"] .media-library-wrapper {
margin-right: -1em;
margin-left: -1.5em;
}
.media-library-wrapper .messages-list,
.media-library-wrapper .messages {
margin-top: 0;
margin-bottom: var(--space-l);
}
.media-library-menu {
position: relative;
display: block;
width: var(--vertical-tabs-menu-width);
margin: 0;
padding-top: var(--vertical-tabs-menu-item-shadow-extraspace);
list-style: none;
color: var(--color-text);
}
[dir="rtl"] .media-library-menu {
margin: 0;
}
.media-library-menu__item {
overflow: hidden;
margin: var(--vertical-tabs-menu-item--top-margin) var(--vertical-tabs-menu-item--right-margin) var(--vertical-tabs-menu-item--bottom-margin) var(--vertical-tabs-menu-item--left-margin); /* LTR */
padding: var(--vertical-tabs-menu-item-shadow-extraspace) 0;
}
[dir="rtl"] .media-library-menu__item {
margin-right: var(--vertical-tabs-menu-item--left-margin);
margin-left: var(--vertical-tabs-menu-item--right-margin);
}
.media-library-menu__item::before {
z-index: var(--vertical-tabs-menu--z-index); /* The line should be kept above the vertical tabs menu link to keep it visible even if the link is hovered and gets the 'hover' background color. */
display: block;
width: 100%;
margin-top: calc(var(--vertical-tabs-menu-separator-size) * -1);
content: "";
border-top: var(--vertical-tabs-menu-separator-size) solid var(--vertical-tabs-menu-separator-color);
}
.media-library-menu__link {
position: relative;
display: block;
margin-top: calc(var(--vertical-tabs-border-size) * -1);
padding: var(--space-s) var(--space-s) var(--space-s) calc(var(--space-l) - var(--vertical-tabs-menu-link--active-border-size)); /* LTR */
text-decoration: none;
word-wrap: break-word;
hyphens: auto;
color: var(--color-text);
border: var(--vertical-tabs-border-size) solid transparent;
border-width: var(--vertical-tabs-border-size) 0 var(--vertical-tabs-border-size) var(--vertical-tabs-menu-link--active-border-size); /* LTR */
border-radius: var(--vertical-tabs-border-radius) 0 0 var(--vertical-tabs-border-radius); /* LTR */
}
[dir="rtl"] .media-library-menu__link {
padding-right: calc(var(--space-l) - var(--vertical-tabs-menu-link--active-border-size));
padding-left: var(--space-s);
border-width: var(--vertical-tabs-border-size) var(--vertical-tabs-menu-link--active-border-size) var(--vertical-tabs-border-size) 0;
border-radius: 0 var(--vertical-tabs-border-radius) var(--vertical-tabs-border-radius) 0;
}
@media screen and (-ms-high-contrast: active) {
.media-library-menu__link {
border-color: transparent;
}
}
/* Menu link states. */
.media-library-menu__link:focus {
z-index: calc(var(--vertical-tabs-menu--z-index) + 3); /* Focus state should be on the highest level to make the focus effect be fully visible. This also means that it should have bigger z-index than the selected link. */
text-decoration: none;
box-shadow: none;
}
.media-library-menu__link:hover {
text-decoration: none;
color: var(--color-absolutezero);
/* These borders are necessary to replace the dividing lines while in the hover state. */
border-top: var(--vertical-tabs-menu-separator-size) solid var(--vertical-tabs-menu-separator-color);
border-bottom: var(--vertical-tabs-menu-separator-size) solid var(--vertical-tabs-menu-separator-color);
background: var(--color-bgblue-hover);
}
/* This pseudo element provides the background for the hover state. */
.media-library-menu__link::before {
position: absolute;
z-index: calc(var(--vertical-tabs-menu--z-index) - 1); /* This should be on a lower level than the menu-item separator lines. */
top: calc(var(--vertical-tabs-border-size) * -1);
right: 0; /* LTR */
bottom: calc(var(--vertical-tabs-border-size) * -1);
left: calc(var(--vertical-tabs-menu-link--active-border-size) * -1); /* LTR */
content: "";
pointer-events: none;
background-clip: padding-box;
}
[dir="rtl"] .media-library-menu__link::before {
right: calc(var(--vertical-tabs-menu-link--active-border-size) * -1);
left: 0;
}
.media-library-menu__link:focus::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: calc(var(--vertical-tabs-border-size) * -1) calc(var(--vertical-tabs-menu-link--active-border-size) * -1);
content: "";
pointer-events: none;
border: var(--vertical-tabs-menu-link-focus-border-size) solid var(--color-focus);
border-radius: var(--vertical-tabs-border-radius);
}
.media-library-menu__link.active {
z-index: calc(var(--vertical-tabs-menu--z-index) + 2); /* The selected menu link should be on a higher level than the white masking line that hides the gray separator. */
color: var(--color-absolutezero);
border-color: var(--vertical-tabs-border-color) transparent;
background-color: var(--color-white);
box-shadow: var(--vertical-tabs-shadow);
}
.media-library-menu__link.active:hover {
color: var(--color-absolutezero-hover);
background-color: var(--color-bgblue-hover);
}
.media-library-menu__link.active::before {
z-index: 1; /* The blue active-tab indication should be on a higher level than the green focus border. */
border-left: var(--vertical-tabs-menu-link--active-border-size) solid var(--vertical-tabs-menu-link--active-border-color); /* LTR */
border-radius: var(--base-border-radius) 0 0 var(--base-border-radius); /* LTR */
}
[dir=rtl] .media-library-menu__link.active::before {
border-right: var(--vertical-tabs-menu-link--active-border-size) solid var(--vertical-tabs-menu-link--active-border-color);
border-left: 0;
border-radius: 0 var(--base-border-radius) var(--base-border-radius) 0;
}
.media-library-menu__link.active:hover::before {
background: none;
}
.media-library-content {
width: 100%;
padding: 1em;
outline: none;
}
.media-library-menu + .media-library-content {
z-index: var(--vertical-tabs-menu--z-index);
border-left: var(--vertical-tabs-border); /* LTR */
box-shadow: var(--vertical-tabs-shadow);
}
[dir="rtl"] .media-library-menu + .media-library-content {
border-right: var(--vertical-tabs-border);
border-left: 0;
}
/* Generic media add form styles. */
.media-library-add-form--without-input .form-item {
margin-right: 1rem;
}
/**
* Remove outline from added media list.
*
* The added media list receives focus after adding new media, but since it is
* not an interactive element, it does not need an outline.
*/
.media-library-add-form__added-media {
margin: 0;
padding: 0;
outline: none;
}
/**
* This Media Library form is an exception to the extrasmall button pattern.
* Additional padding is needed to accommodate the remove button icon. The
* margin is adjusted for alignment within the media library dialog.
*/
.media-library-add-form__added-media .media-library-add-form__remove-button.button--extrasmall {
margin: var(--space-xs) 0; /* LTR */
/* Left padding is double the background size of the button icon. */
padding: calc(calc(var(--space-xs) / 2) - 1px) calc(var(--space-s) - 1px) calc(calc(var(--space-xs) / 2) - 1px) calc(var(--space-s) * 2);
}
/* This is needed to override the default extrasmall button left margin. */
[dir="rtl"] .media-library-add-form__added-media .media-library-add-form__remove-button.button--extrasmall {
margin-left: 0;
}
.media-library-add-form__input-wrapper {
padding: var(--space-xs) var(--space-l) var(--space-l) var(--space-l);
border: var(--details-border-size) solid var(--details-border-color);
border-radius: var(--base-border-radius);
background-color: var(--color-white);
box-shadow: var(--details-box-shadow);
}
/* Style the media add upload form. */
.media-library-add-form--upload.media-library-add-form--without-input .form-item-upload {
margin-bottom: 0;
}
.media-library-add-form--upload.media-library-add-form--with-input .form-managed-file__main,
.media-library-add-form--upload.media-library-add-form--with-input .form-managed-file.no-upload {
display: block;
}
/* Adjust the focus border on this element so it is not too close to buttons. */
.media-library-add-form__added-media:focus {
box-shadow: 0 0 0 calc(var(--focus-border-offset-size) + 2px) var(--color-white), 0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size) + 2px) var(--color-focus);
}
.media-library-add-form .file-upload-help {
margin: 8px 0 0;
}
/* Align remove buttons with with Save button and compensate for IE scrollbar and focus padding. */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ui-dialog > .ui-dialog-content {
padding-right: calc(var(--space-s) - calc(var(--focus-border-size) + var(--focus-border-offset-size) + 2px));
}
[dir="rtl"] .ui-dialog > .ui-dialog-content {
padding-left: calc(var(--space-s) - calc(var(--focus-border-size) + var(--focus-border-offset-size) + 2px));
}
}
/* Style the media add oEmbed form. */
.media-library-add-form--oembed .media-library-add-form__input-wrapper {
display: flex;
align-items: center;
}
@media screen and (max-width: 37.5em) {
.media-library-add-form--oembed .media-library-add-form__input-wrapper {
display: block;
}
}
.media-library-add-form--oembed.media-library-add-form--without-input .form-item-url {
margin-bottom: 0;
}
.media-library-add-form-oembed-url {
width: 100%;
}
/* Media add form selection styles. */
.media-library-add-form__selected-media {
margin-top: 1em;
}
/* Change to padding to account for the negative margin for flex grid. */
.media-library-add-form__selected-media .details-wrapper {
padding: 0 10px 1em 10px;
}
.media-library-add-form__selected-media .media-library-item .field--name-thumbnail img {
height: 100px;
}
/* Generic media library view styles. */
.media-library-select-all {
flex-basis: 100%;
width: 100%;
margin: 10px 8px;
}
.media-library-select-all input {
margin-right: 10px;
}
[dir="rtl"] .media-library-select-all input {
margin-left: 10px;
}
.media-library-views-form,
.media-library-selection,
.media-library-add-form__selected-media .details-wrapper,
.media-library-view .form--inline {
display: flex;
flex-wrap: wrap;
}
.media-library-views-form > .form-actions {
flex-basis: 100%;
}
.media-library-views-form__header {
flex-basis: 100%;
}
.media-library-views-form__header .form-item {
margin-right: 8px; /* @TODO RTL? */
}
.media-library-views-form__rows {
display: flex;
flex-wrap: wrap;
flex-basis: 100%;
margin: 0 -8px;
}
/**
* Override the table display of the visually hidden labels.
*
* The width, height and overflow properties in the styles for the
* .visually-hidden class do not work correctly if the element has a table
* display.
*/
.media-library-item label {
display: inline-block;
}
/* Media library widget view styles. */
.media-library-wrapper .media-library-view {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.media-library-wrapper .view-header {
align-self: flex-end;
margin: 1em 0;
text-align: right; /* LTR */
}
[dir="rtl"] .media-library-wrapper .view-header {
text-align: left;
}
.media-library-wrapper .media-library-view .view-filters,
.media-library-wrapper .media-library-view .view-content {
flex: 0 0 100%;
}
.media-library-wrapper .views-display-link {
margin: 0;
padding-left: 22px; /* LTR */
color: #333;
font-size: 15px;
line-height: 16px;
}
[dir="rtl"] .media-library-wrapper .views-display-link {
padding-right: 22px;
padding-left: 0;
}
.media-library-wrapper .views-display-link.is-active {
font-weight: bold;
}
.media-library-wrapper .views-display-link-widget {
margin-right: 15px;
background: url(../../../../misc/icons/333333/grid.svg) left 0 no-repeat; /* LTR */
}
[dir="rtl"] .media-library-wrapper .views-display-link-widget {
background-position: right 0;
}
.media-library-wrapper .views-display-link-widget_table {
background: url(../../../../misc/icons/333333/table.svg) left 0 no-repeat; /* LTR */
}
[dir="rtl"] .media-library-wrapper .views-display-link-widget_table {
background-position: right 0;
}
/**
* Style the media library grid items.
*/
.media-library-item {
position: relative;
}
/**
* Ajax throbbers inside a media library item.
*/
.media-library-item .ajax-progress.ajax-progress.ajax-progress {
position: absolute;
z-index: calc(var(--vertical-tabs-menu--z-index) + 1);
top: 50%;
left: 50%;
box-sizing: border-box;
width: 3rem; /* 56px */
height: 3rem;
margin: -1.5rem;
border: var(--input-border-size) solid var(--jui-dropdown-border-color);
border-radius: 3.5rem;
background: var(--color-white);
box-shadow: 0 0.25rem 0.625rem var(--jui-dropdown-shadow-color);
}
.media-library-item .ajax-progress__throbber {
position: absolute;
top: 50%;
left: 50%;
width: 1.75rem;
height: 1.75rem;
margin: -0.875rem;
border: 3px solid var(--color-absolutezero);
border-right: 3px dotted transparent;
}
.media-library-item .ajax-progress__message {
display: none;
}
.media-library-item--grid {
justify-content: center;
box-sizing: border-box;
width: 50%;
padding: 8px;
vertical-align: top;
outline: none;
background: #fff;
}
.media-library-item--grid:before {
position: absolute;
top: 7px;
left: 7px;
width: calc(100% - 16px);
height: calc(100% - 16px);
content: "";
transition: border-color 0.2s, color 0.2s, background 0.2s;
pointer-events: none;
border: 1px solid #dbdbdb;
border-radius: 2px;
box-shadow: var(--details-box-shadow);
}
/**
* The media library grid item focus border is moved to a child element to
* improve padding.
*/
.media-library-item--grid:focus {
outline: none;
box-shadow: none;
}
.media-library-item--grid:focus .media-library-item__preview-wrapper {
outline: var(--focus-outline);
box-shadow: var(--focus-box-shadow);
}
/* Media library widget weight field styles. */
.media-library-item--grid .form-item {
margin: 0.75em;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 33.3%;
}
.media-library-widget-modal .ui-dialog-buttonpane {
display: flex;
align-items: center;
}
.media-library-widget-modal .ui-dialog-buttonpane .form-actions {
flex: 1;
}
/**
* By default, the dialog is too narrow to be usable.
* @see Drupal.ckeditor.openDialog()
*/
.ui-dialog--narrow.media-library-widget-modal {
max-width: 75%;
}
@media screen and (min-width: 45em) {
.media-library-item--grid {
width: 33.3%;
}
/* Change the width for the modal and widget since there is less space. */
.media-library-widget-modal .media-library-item--grid,
.media-library-selection .media-library-item--grid {
width: 50%;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 25%;
}
}
@media screen and (min-width: 60em) {
.media-library-item--grid {
width: 25%;
}
/* Change the width for the modal and widget since there is less space. */
.media-library-widget-modal .media-library-item--grid,
.media-library-selection .media-library-item--grid {
width: 33.3%;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 16.6%;
}
}
@media screen and (min-width: 77em) {
.media-library-item--grid {
width: 16.6%;
}
/* Change the width for the modal and widget since there is less space. */
.media-library-widget-modal .media-library-item--grid,
.media-library-selection .media-library-item--grid {
width: 25%;
}
/* The selected items in the add form should be shown a bit smaller. */
.media-library-add-form__selected-media .media-library-item--small {
width: 16.6%;
}
}
.media-library-item--grid .field--name-thumbnail {
overflow: hidden;
text-align: center;
background-color: #ebebeb;
}
.media-library-item--grid .field--name-thumbnail img {
height: 180px;
object-fit: contain;
object-position: center center;
}
.media-library-item--grid.is-hover:before,
.media-library-item--grid.checked:before,
.media-library-item--grid.is-focus:before {
top: 5px;
left: 5px;
border-width: 3px;
border-radius: 3px;
}
.media-library-item--grid.is-hover:before,
.media-library-item--grid.checked.is-hover:before {
border-color: var(--color-absolutezero-hover);
}
.media-library-item--grid.is-focus:before {
border-color: var(--color-focus);
}
.media-library-item--grid.checked:before {
border-color: var(--button--focus-border-color);
}
.media-library-item--grid .form-boolean--type-checkbox:checked {
border-color: var(--button--focus-border-color);
background-color: var(--button--focus-border-color);
}
.media-library-item__click-to-select-checkbox {
position: absolute;
z-index: 1;
top: 16px;
left: 16px; /* LTR */
display: block;
}
[dir="rtl"] .media-library-item__click-to-select-checkbox {
right: 16px;
left: auto;
}
.media-library-item__click-to-select-checkbox input {
width: 20px;
height: 20px;
}
.media-library-item__click-to-select-checkbox .form-item {
margin: 0;
}
.media-library-item__click-to-select-trigger {
overflow: hidden;
height: 100%;
cursor: pointer;
}
/* Media library item table styles. */
.media-library-item--table img {
max-width: 100px;
height: auto;
}
/* Media library entity view display styles. */
.media-library-item__preview {
padding-bottom: 34px;
}
.field--widget-media-library-widget .media-library-item__preview {
cursor: move;
}
.field--widget-media-library-widget .media-library-item__preview img {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.field--widget-media-library-widget .js-media-library-item:only-child .media-library-item__preview {
cursor: inherit;
}
.media-library-item__status {
position: absolute;
top: 40px;
left: 5px; /* LTR */
padding: 5px 10px;
pointer-events: none;
color: #e4e4e4;
background: #666;
font-size: 12px;
font-style: italic;
}
[dir="rtl"] .media-library-item__status {
right: 5px;
left: auto;
}
.media-library-item__attributes {
position: absolute;
bottom: 0;
display: block;
overflow: hidden;
max-width: calc(100% - 10px);
max-height: calc(100% - 50px);
padding: 5px;
background: white;
}
.media-library-item__name {
display: block;
overflow: hidden;
margin: calc(var(--space-xs) / 2) var(--space-xs);
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
}
.media-library-item__attributes:hover .media-library-item__name,
.media-library-item--grid.is-focus .media-library-item__name,
.media-library-item--grid.checked .media-library-item__name {
white-space: normal;
}
.media-library-item__type {
color: #696969;
font-size: 12px;
}
.media-library-item--disabled {
pointer-events: none;
opacity: 0.5;
}
/* Media library widget styles. */
.media-library-widget {
position: relative;
}
.media-library-widget__toggle-weight.media-library-widget__toggle-weight {
position: absolute;
top: var(--space-s);
right: var(--space-m); /* LTR */
text-decoration: none;
}
[dir="rtl"] .media-library-widget__toggle-weight.media-library-widget__toggle-weight {
right: auto;
left: var(--space-m);
}
/* Add negative margin for flex grid. */
.media-library-selection {
margin: 1em -8px;
}
/**
* Media library widget edit and delete button styles.
*
* We have to override the .button styles since buttons make heavy use of
* background and border property changes.
*/
.media-library-item__edit,
.media-library-item__edit:hover,
.media-library-item__edit:focus,
.media-library-item__remove,
.media-library-item__remove:hover,
.media-library-item__remove:focus,
.media-library-item__remove.button,
.media-library-item__remove.button:first-child,
.media-library-item__remove.button:disabled,
.media-library-item__remove.button:disabled:active,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus {
position: absolute;
z-index: 1;
top: 10px;
overflow: hidden;
width: 24px;
height: 24px;
margin: 5px;
padding: 0;
transition: 0.2s border-color;
color: transparent;
background-size: 12px;
text-shadow: none;
font-size: 0;
}
.media-library-item__edit {
right: 40px; /* LTR */
}
[dir="rtl"] .media-library-item__edit {
right: auto;
left: 40px;
}
.media-library-item__remove {
right: 10px; /* LTR */
}
[dir="rtl"] .media-library-item__remove {
right: auto;
left: 10px;
}
.media-library-item__edit {
/* !important to override button class border. */
border: 1px solid var(--color-gray-200) !important;
background-image: url("../../images/icons/545560/pencil.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
}
.media-library-item__edit:active {
background-image: url("../../../../misc/icons/ffffff/pencil.svg");
}
.media-library-item__remove,
.media-library-item__remove.button,
.media-library-item__remove.button:first-child,
.media-library-item__remove.button:disabled,
.media-library-item__remove.button:disabled:active,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus {
/* !important to override button class border. */
border: 1px solid var(--color-gray-200) !important;
background-image: url("../../../../misc/icons/545560/ex.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
}
.media-library-item__remove:active,
.media-library-item__remove.button:active,
.media-library-item__remove.button:disabled:active {
/* !important to override button class border. */
border-color: var(--color-absolutezero) !important;
background-image: url("../../../../misc/icons/ffffff/ex.svg");
}
/* Style the added media item container. */
.media-library-add-form__media {
position: relative;
display: flex;
border-bottom: 1px solid #c0c0c0;
}
/* Do not show the bottom border and padding for the last item. */
.media-library-add-form__media:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.media-library-add-form__preview {
display: flex;
align-items: center;
justify-content: center;
width: 220px;
margin-right: 20px; /* LTR */
background: var(--color-gray-050-o-40);
}
[dir="rtl"] .media-library-add-form__preview {
margin-right: 0;
margin-left: 20px;
}
.media-library-add-form__fields {
flex-grow: 1;
}
.media-library-add-form__remove-button {
position: absolute;
right: 0; /* LTR */
background-image: url("../../../../misc/icons/000000/ex.svg");
background-repeat: no-repeat;
background-position: var(--space-xs) center;
background-size: var(--space-s);
}
[dir="rtl"] .media-library-add-form__remove-button {
right: auto;
left: 0;
}
.media-library-add-form__remove-button.button:disabled {
background-image: url("../../../../misc/icons/8e929c/ex.svg");
}
/* @todo Remove in https://www.drupal.org/project/drupal/issues/3064914 */
.views-live-preview .media-library-view div.views-row + div.views-row {
margin-top: 0;
} | 0.397821 | 0.048722 |
html, body { font-family: 'Open Sans', sans-serif; margin: 0;}
body { background: white; overflow: overlay; scroll-behavior: smooth;}
h1 { text-align: center; font-weight: 800; }
h5 { text-align: center; }
::-webkit-scrollbar{
width: 10px;
background: transparent;
}
::-webkit-scrollbar-track{
border-radius: 5px;
}
::-webkit-scrollbar-thumb{
border-radius: 5px;
background-color: #208f73;
}
.global-content {
padding: 0 80px;
padding-top: 30px;
}
.header-section {
background-image: url(../images/wallpaper.jpg);
background-size: cover;
height: 100vh;
width: 100%;
position: relative;
top:0;
margin: 0;
}
.header-section img{
position: absolute;
width: 100%;
height: 100%;
}
#scroll-down-animation {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%,-50%);
}
.mouse {
margin: 0 auto;
display: block;
border-radius: 50px;
border: 2px solid rgb(0, 0, 0);
height: 80px;
width: 40px;
position: relative;
}
.move {
position: absolute;
background-color: rgb(0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50%;
left: 50%;
transform: translateX(-50%);
animation: move 2s linear infinite;
}
@keyframes move {
0% {
transform: translate(-50%,10px);
opacity: 0;
}
50% {
transform: translate(-50%,40px);
opacity: 1;
}
100% {
transform: translate(-50%,70px);
opacity: 0;
}
}
.header-nav {
z-index: 2;
position: absolute;
padding: 30px 0 3vh;
text-align: center;
margin:auto;
left: 50%;
transform: translate(-50%, 0);
}
#scroll-down-animation {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%,-50%);
}
.mouse {
margin: 0 auto;
display: block;
border-radius: 50px;
border: 2px solid rgb(0, 0, 0);
height: 80px;
width: 40px;
position: relative;
}
.move {
position: absolute;
background-color: rgb(0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50%;
left: 50%;
transform: translateX(-50%);
animation: move 2s linear infinite;
}
@keyframes move {
0% {
transform: translate(-50%,10px);
opacity: 0;
}
50% {
transform: translate(-50%,40px);
opacity: 1;
}
100% {
transform: translate(-50%,70px);
opacity: 0;
}
}
.header-nav ul {
list-style-type: none;
word-wrap: normal;
}
.header-nav ul li {
display: inline;
}
.header-nav a {
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 19px;
line-height: 1.5;
margin: 0 30px 0 0;
padding: 0;
}
.header-section h1, .header-section h5 {
color: rgb(0, 0, 0);
}
.header-section h1 {
font-size: 7em;
margin-bottom: 0;
padding-top: 400px;
}
.header-section h5 {
font-size: 1em;
margin: 0 0 0 0;
}
.header-info {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -60%);
}
/*
#header-overlay {
background: #000000;
z-index: 1;
opacity: 0.5;
background-size: cover;
height: 100vh;
width: 100%;
position: absolute;
top:0;
margin: 0;
}*/
/*******************/
/*******************/
/*******************/
.global-content section {
height: fit-content;
}
.section-resume{
margin-bottom: 80px;
}
.div-resume{
width: 70%;
margin: 0 auto;
}
.h1-resume{
text-align: center;
font-size: 3rem;
color: #208f73;
}
.h2-resume{
text-align: left;
font-size: 2rem;
color: #2da386;
}
.h4-resume{
text-align: left;
font-size: 1.3rem;
color: #000000;
margin-bottom: -20px;
font-weight: bold;
}
.content-quotes{
text-align: center;
color: #687575;
font-size: 1.4rem;
width: 70%;
margin: 0 auto;
}
.resume-text{
font-size: 1.3rem;
text-align: justify;
line-height: 28px;
}
#resume-photo{
width: auto;
max-height: 246px;
border-radius: 15%;
padding-top: 10px;
}
#grid-resume{
width: 70%;
margin: 0 auto;
display: grid;
gap: 20px;
grid-template-columns: 1fr 0.4fr;
@media (max-width: 800px){
grid-template-columns: 1fr;
}
}
#grid-profile{
width: 70%;
display: grid;
gap: 20px;
margin: 0 auto;
align-items: center;
grid-template-columns: 60% 40%;
}
.section-profile aside{
height: auto;
}
.grid-resume-content, .grid-resume-sidebar{
text-align: justify;
}
.date{
color: #208f73;
text-align: left;
font-size: 1.2rem;
}
.location-icon{
background: url(/images/location-icon.png) no-repeat;
background-size: 30px 30px;
padding-left: 35px;
font-size: 1.2rem;
margin: 0 10px;
}
#grid-resume-abilities{
display: grid;
width: 70%;
margin: 0 auto;
gap: 20px;
grid-template-columns: 0.4fr 0.4fr 0.4fr;
}
.grid-abilities{
text-align: center;
}
#grid-resume-projects{
padding-top: 30px;
width: 70%;
margin: 0 auto;
display: grid;
gap: 50px;
grid-template-columns: 0.6fr 0.6fr;
}
.grid-projects{
text-align: center;
}
#header-projects{
width: auto;
max-height: 240px;
border-radius: 10px;
zoom: 70%;
}
#date-projects{
text-align: center;
color: #000000;
margin-top: -20px;
}
#h4-keywords{
margin-top: -20px;
}
/***** BUTTON ****/
.button {
display: flex;
height: 40px;
padding: 0;
background: #009578;
border: none;
outline: none;
border-radius: 5px;
overflow: hidden;
font-family: "Quicksand", sans-serif;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
.button:hover {
background: #008168;
}
.button:active {
background: #006e58;
}
.button_text,
.button_icon {
display: inline-flex;
align-items: center;
padding: 0 24px;
color: #fff;
height: 100%;
}
.button_icon {
font-size: 1.5em;
background: rgba(0, 0, 0, 0.08);
}
/*****************/
hr{
width: 70%;
border-color: #727878;
opacity: 0.2;
}
/*******************/
/*******************/
/*******************/
footer {
background-color: #111;
height: auto;
width: 100%;
min-height: 70px;
padding-top: 10px;
padding-bottom: 25px;
color: #f1db89;
margin-top: 50px;
}
footer span {
font-size: 14px;
color: rgba(255,255,255,0.7);
}
footer span a {
color: white;
text-decoration: none;
}
.footer-content{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
margin-top: -10px;
}
.footer-content h3{
color: rgb(255, 255, 255);
font-size: 1.8rem;
font-weight: 400;
text-transform: capitalize;
line-height: 2rem;
}
.footer-content p{
max-width: 500px;
margin: 5px auto;
line-height: 20px;
font-size: 16px;
}
.socials{
list-style: none;
display: flex;
align-items: center;
justify-content: center;
margin: 1rem 0 2rem 0;
}
.socials li{
margin: 0 20px;
padding-top: 15px;
}
.socials a{
text-decoration: none;
color: #fff;
font-size: 1.4rem;
}
.socials a:hover{
color: #f1db89;
}
@media (max-width: 800px){
.div-resume{
width: 100%;
}
#grid-profile{
width: 100%;
grid-template-columns: 1fr;
}
#grid-resume {
width: 100%;
grid-template-columns: 1fr;
}
#grid-resume-abilities {
grid-template-columns: 1fr;
}
#grid-resume-projects{
grid-template-columns: 1fr;
}
} | lib/screen.css | html, body { font-family: 'Open Sans', sans-serif; margin: 0;}
body { background: white; overflow: overlay; scroll-behavior: smooth;}
h1 { text-align: center; font-weight: 800; }
h5 { text-align: center; }
::-webkit-scrollbar{
width: 10px;
background: transparent;
}
::-webkit-scrollbar-track{
border-radius: 5px;
}
::-webkit-scrollbar-thumb{
border-radius: 5px;
background-color: #208f73;
}
.global-content {
padding: 0 80px;
padding-top: 30px;
}
.header-section {
background-image: url(../images/wallpaper.jpg);
background-size: cover;
height: 100vh;
width: 100%;
position: relative;
top:0;
margin: 0;
}
.header-section img{
position: absolute;
width: 100%;
height: 100%;
}
#scroll-down-animation {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%,-50%);
}
.mouse {
margin: 0 auto;
display: block;
border-radius: 50px;
border: 2px solid rgb(0, 0, 0);
height: 80px;
width: 40px;
position: relative;
}
.move {
position: absolute;
background-color: rgb(0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50%;
left: 50%;
transform: translateX(-50%);
animation: move 2s linear infinite;
}
@keyframes move {
0% {
transform: translate(-50%,10px);
opacity: 0;
}
50% {
transform: translate(-50%,40px);
opacity: 1;
}
100% {
transform: translate(-50%,70px);
opacity: 0;
}
}
.header-nav {
z-index: 2;
position: absolute;
padding: 30px 0 3vh;
text-align: center;
margin:auto;
left: 50%;
transform: translate(-50%, 0);
}
#scroll-down-animation {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%,-50%);
}
.mouse {
margin: 0 auto;
display: block;
border-radius: 50px;
border: 2px solid rgb(0, 0, 0);
height: 80px;
width: 40px;
position: relative;
}
.move {
position: absolute;
background-color: rgb(0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50%;
left: 50%;
transform: translateX(-50%);
animation: move 2s linear infinite;
}
@keyframes move {
0% {
transform: translate(-50%,10px);
opacity: 0;
}
50% {
transform: translate(-50%,40px);
opacity: 1;
}
100% {
transform: translate(-50%,70px);
opacity: 0;
}
}
.header-nav ul {
list-style-type: none;
word-wrap: normal;
}
.header-nav ul li {
display: inline;
}
.header-nav a {
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 19px;
line-height: 1.5;
margin: 0 30px 0 0;
padding: 0;
}
.header-section h1, .header-section h5 {
color: rgb(0, 0, 0);
}
.header-section h1 {
font-size: 7em;
margin-bottom: 0;
padding-top: 400px;
}
.header-section h5 {
font-size: 1em;
margin: 0 0 0 0;
}
.header-info {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -60%);
}
/*
#header-overlay {
background: #000000;
z-index: 1;
opacity: 0.5;
background-size: cover;
height: 100vh;
width: 100%;
position: absolute;
top:0;
margin: 0;
}*/
/*******************/
/*******************/
/*******************/
.global-content section {
height: fit-content;
}
.section-resume{
margin-bottom: 80px;
}
.div-resume{
width: 70%;
margin: 0 auto;
}
.h1-resume{
text-align: center;
font-size: 3rem;
color: #208f73;
}
.h2-resume{
text-align: left;
font-size: 2rem;
color: #2da386;
}
.h4-resume{
text-align: left;
font-size: 1.3rem;
color: #000000;
margin-bottom: -20px;
font-weight: bold;
}
.content-quotes{
text-align: center;
color: #687575;
font-size: 1.4rem;
width: 70%;
margin: 0 auto;
}
.resume-text{
font-size: 1.3rem;
text-align: justify;
line-height: 28px;
}
#resume-photo{
width: auto;
max-height: 246px;
border-radius: 15%;
padding-top: 10px;
}
#grid-resume{
width: 70%;
margin: 0 auto;
display: grid;
gap: 20px;
grid-template-columns: 1fr 0.4fr;
@media (max-width: 800px){
grid-template-columns: 1fr;
}
}
#grid-profile{
width: 70%;
display: grid;
gap: 20px;
margin: 0 auto;
align-items: center;
grid-template-columns: 60% 40%;
}
.section-profile aside{
height: auto;
}
.grid-resume-content, .grid-resume-sidebar{
text-align: justify;
}
.date{
color: #208f73;
text-align: left;
font-size: 1.2rem;
}
.location-icon{
background: url(/images/location-icon.png) no-repeat;
background-size: 30px 30px;
padding-left: 35px;
font-size: 1.2rem;
margin: 0 10px;
}
#grid-resume-abilities{
display: grid;
width: 70%;
margin: 0 auto;
gap: 20px;
grid-template-columns: 0.4fr 0.4fr 0.4fr;
}
.grid-abilities{
text-align: center;
}
#grid-resume-projects{
padding-top: 30px;
width: 70%;
margin: 0 auto;
display: grid;
gap: 50px;
grid-template-columns: 0.6fr 0.6fr;
}
.grid-projects{
text-align: center;
}
#header-projects{
width: auto;
max-height: 240px;
border-radius: 10px;
zoom: 70%;
}
#date-projects{
text-align: center;
color: #000000;
margin-top: -20px;
}
#h4-keywords{
margin-top: -20px;
}
/***** BUTTON ****/
.button {
display: flex;
height: 40px;
padding: 0;
background: #009578;
border: none;
outline: none;
border-radius: 5px;
overflow: hidden;
font-family: "Quicksand", sans-serif;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
.button:hover {
background: #008168;
}
.button:active {
background: #006e58;
}
.button_text,
.button_icon {
display: inline-flex;
align-items: center;
padding: 0 24px;
color: #fff;
height: 100%;
}
.button_icon {
font-size: 1.5em;
background: rgba(0, 0, 0, 0.08);
}
/*****************/
hr{
width: 70%;
border-color: #727878;
opacity: 0.2;
}
/*******************/
/*******************/
/*******************/
footer {
background-color: #111;
height: auto;
width: 100%;
min-height: 70px;
padding-top: 10px;
padding-bottom: 25px;
color: #f1db89;
margin-top: 50px;
}
footer span {
font-size: 14px;
color: rgba(255,255,255,0.7);
}
footer span a {
color: white;
text-decoration: none;
}
.footer-content{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
margin-top: -10px;
}
.footer-content h3{
color: rgb(255, 255, 255);
font-size: 1.8rem;
font-weight: 400;
text-transform: capitalize;
line-height: 2rem;
}
.footer-content p{
max-width: 500px;
margin: 5px auto;
line-height: 20px;
font-size: 16px;
}
.socials{
list-style: none;
display: flex;
align-items: center;
justify-content: center;
margin: 1rem 0 2rem 0;
}
.socials li{
margin: 0 20px;
padding-top: 15px;
}
.socials a{
text-decoration: none;
color: #fff;
font-size: 1.4rem;
}
.socials a:hover{
color: #f1db89;
}
@media (max-width: 800px){
.div-resume{
width: 100%;
}
#grid-profile{
width: 100%;
grid-template-columns: 1fr;
}
#grid-resume {
width: 100%;
grid-template-columns: 1fr;
}
#grid-resume-abilities {
grid-template-columns: 1fr;
}
#grid-resume-projects{
grid-template-columns: 1fr;
}
} | 0.343122 | 0.076857 |
*{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
body{
line-height: 1.5;
}
html{
scroll-behavior: smooth;
}
.mainTitle{
font-size: 40px;
text-align: center;
}
/*NAV BAR STYLING START*/
.background-header {
background-color: #fff;
height: 80px!important;
position: fixed!important;
top: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
color: #1e1e1e!important;
}
.background-header .main-nav .nav li:hover a {
color: #e15656!important;
}
.background-header .nav li a.active {
color: #e15656!important;
}
.header-area {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
height: 100px;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.header-area .main-nav {
min-height: 80px;
background: transparent;
}
.header-area .main-nav .logo {
line-height: 80px;
color: #fff;
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
float: left;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
float: right;
margin-top: 27px;
margin-right: 0px;
background-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 999;
}
.header-area .main-nav .nav li {
padding-left: 20px;
padding-right: 20px;
}
.header-area .main-nav .nav .search-icon {
float: right;
margin-left: 15px;
}
.header-area .main-nav .nav .search-icon a {
background-color: #fff;
color: #e15656;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
}
@media (max-width: 767px) {
.header-area .main-nav .nav .search-icon {
float: none;
text-align: center;
width: 100%;
background-color: #fff;
margin-left: 0px;
}
}
.header-area .main-nav .nav .search-icon a:hover {
opacity: 1;
color: #e15656!important;
}
.header-area .main-nav .nav li a {
display: block;
font-weight: 500;
font-size: 13px;
color: #7a7a7a;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 40px;
line-height: 40px;
border: transparent;
letter-spacing: 1px;
}
.header-area .main-nav .nav li a {
color: #fff;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
color: #fff!important;
opacity: 0.5;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
color: #e15656!important;
opacity: 1;
}
.header-area .main-nav .nav li.submenu {
position: relative;
padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
font-family: FontAwesome;
content: "\f107";
font-size: 12px;
color: #fff;
position: absolute;
right: 18px;
top: 12px;
}
.background-header .main-nav .nav li.submenu:after {
color: #7a7a7a;
}
.header-area .main-nav .nav li.submenu ul {
position: absolute;
width: 200px;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
overflow: hidden;
top: 40px;
opacity: 0;
transform: translateY(+2em);
visibility: hidden;
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
opacity: 1;
display: block;
background: #fff;
color: #7a7a7a!important;
padding-left: 20px;
height: 40px;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
font-size: 13px;
border-bottom: 1px solid #f5f5f5;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
background: #fff;
color: #e15656!important;
padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
cursor: pointer;
display: block;
position: absolute;
top: 23px;
width: 32px;
height: 40px;
text-indent: -9999em;
z-index: 99;
right: 40px;
display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
width: 75%;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
content: "";
}
.header-area .main-nav .menu-trigger span {
top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -10px;
z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
background-color: transparent;
width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
transform: translateY(6px) translateX(1px) rotate(45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
transform: translateY(-6px) translateX(1px) rotate(-45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
background-color: #1e1e1e;
}
.header-area.header-sticky {
min-height: 80px;
}
.header-area.header-sticky .nav {
margin-top: 20px !important;
}
.header-area.header-sticky .nav li a.active {
color: #e15656;
}
@media (max-width: 1200px) {
.header-area .main-nav .nav li {
padding-left: 12px;
padding-right: 12px;
}
.header-area .main-nav:before {
display: none;
}
}
@media (max-width: 767px) {
.header-area .main-nav .logo {
color: #1e1e1e;
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
color: #e15656!important;
opacity: 1;
}
.header-area.header-sticky .nav li.search-icon a {
width: 100%;
}
.header-area {
background-color: #f7f7f7;
padding: 0px 15px;
height: 80px;
box-shadow: none;
text-align: center;
}
.header-area .container {
padding: 0px;
}
.header-area .logo {
margin-left: 1px;
}
.header-area .menu-trigger {
display: block !important;
}
.header-area .main-nav {
overflow: hidden;
}
.header-area .main-nav .nav {
float: none;
width: 100%;
display: none;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-left: 0px;
}
.header-area .main-nav .nav li:first-child {
border-top: 1px solid #eee;
}
.header-area.header-sticky .nav {
margin-top: 80px !important;
}
.header-area .main-nav .nav li {
width: 100%;
background: #fff;
border-bottom: 1px solid #eee;
padding-left: 0px !important;
padding-right: 0px !important;
}
.header-area .main-nav .nav li a {
height: 50px !important;
line-height: 50px !important;
padding: 0px !important;
border: none !important;
background: #f7f7f7 !important;
color: #191a20 !important;
}
.header-area .main-nav .nav li a:hover {
background: #eee !important;
color: #e15656!important;
}
.header-area .main-nav .nav li.submenu ul {
position: relative;
visibility: inherit;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
top: 0px;
width: 100%;
box-shadow: none;
height: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
font-size: 12px;
font-weight: 400;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 0px;
}
.header-area .main-nav .nav li.submenu ul.active {
height: auto !important;
}
.header-area .main-nav .nav li.submenu:after {
color: #3B566E;
right: 25px;
font-size: 14px;
top: 15px;
}
.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
height: 0px;
}
}
@media (min-width: 767px) {
.header-area .main-nav .nav {
display: flex !important;
}
}
/*MODERN SLIDER BANNER*/
.img-fill{
width: 100%;
display: block;
overflow: hidden;
position: relative;
text-align: center
}
.img-fill img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inline-block;
max-width: none;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.Grid1k {
padding: 0 15px;
max-width: 1200px;
margin: auto;
}
.blocks-box,
.slick-slider {
margin: 0;
padding: 0!important;
}
.slick-slide {
float: left /* If RTL Make This Right */ ;
padding: 0;
}
/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
height:95vh;
background:#000;
}
.Modern-Slider .item .info > div{
display:inline-block!important;
vertical-align:middle;
}
.Modern-Slider .NextArrow{
position:absolute;
top:50%;
right:30px;
border:0 none;
background-color: transparent;
text-align:center;
font-size: 36px;
font-family: 'FontAwesome';
color:#FFF;
z-index:5;
outline: none;
}
.Modern-Slider .NextArrow:before{
content:'\f105';
}
.Modern-Slider .PrevArrow {
position:absolute;
top:50%;
left:30px;
border:0 none;
background-color: transparent;
text-align:center;
font-size: 36px;
font-family: 'FontAwesome';
color:#FFF;
z-index:5;
outline: none;
}
.Modern-Slider .PrevArrow:before{
content:'\f104';
}
ul.slick-dots {
display: none!important;
}
.Modern-Slider .text-content {
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.Modern-Slider .item h3 {
margin-bottom: 15px;
font-size: 22px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color:#FFF;
animation:fadeOutRight 1s both;
}
.Modern-Slider .item h5 {
margin-bottom: 30px;
text-transform: uppercase;
font-size: 44px;
font-weight: 700;
letter-spacing: 2.5px;
color:#FFF;
overflow:hidden;
animation:fadeOutLeft 1s both;
}
.Modern-Slider .item a {
margin: 0 5px;
}
.Modern-Slider .item.slick-active h3{
animation:fadeInDown 1s both 1s;
}
.Modern-Slider .item.slick-active h5{
animation:fadeInLeft 1s both 1.5s;
}
.Modern-Slider .item.slick-active{
animation:Slick-FastSwipeIn 1s both;
}
.Modern-Slider .buttons {
position: relative;
}
.Modern-Slider {background:#000;}
/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
/*
---------------------------------------------
/*OFFER SECTION STARTS*/
#service{
padding: 40px;
}
.service{
margin:30px 0;
display: flex;
}
.service-icon .fas{
font-size: 60px;
color: #e15656;
margin-right: 20px;
}
.service-subtitle{
text-transform: capitalize;
color: #e15656;
font-size: 25px;
}
.service-info{
margin-top: 10px;
line-height: 1.5;
}
.service-info a{
color: black;
transition-property:font-size;
transition-duration: 1s;
}
.service-info a:hover{
color: #e15656;
font-size: 20px;
}
i.fa.fa-arrow-circle-right{
font-size: 20px;
margin-left: 10px;
}
@media screen and (min-width: 576px){
.service-center{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.service{
flex: 0 0 calc(50% - 16%);
}
}
@media screen and (min-width: 972px){
.service{
flex: 0 0 calc(33.3% - 16px)
}
}
/*OFFER SECTION ENDS*/
/*ABOUT STYLING*/
.about-image{
min-height: 60vh;
background: url('images/bgimg2.jpg')center/cover fixed no-repeat;
}
.about-text{
min-height: 80vh;
align-items: center;
background: #e15656;
columns: #000;
padding: 40px 0;
}
.about-text-center{
width: 90%;
margin: 0 auto;
}
.about-text h1{
font-size: 40px;
text-transform: uppercase;
margin-bottom: 10px;
}
.about-text p{
margin: 20px 0;
line-height: 2;
}
.about-text a{
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding: 13px 20px;
border-radius: 200px;
font-weight: bold;
background: rgb(10, 10, 10);
color: #e15656;
cursor: pointer;
border: 2px solid #000;
}
.about-text a:hover{
color: #e15656;
background: #fff;
border: none;
}
@media screen and (min-width:776px){
.about{
display: flex;
}
.about-image{
flex: 0 0 70%;
clip-path:polygon(0 0,100% 0,83% 100%,0 100%);
}
.about{
background: #e15656;
}
}
/*ABOUT US ENDS*/
/*NOTICE BOARD STARTS*/
.col-sm-3.col-md-6.col-lg-4.bg-danger.noticeboard{
padding: 0;
width: 345px;
}
.notice{
color: #e15656;
background-color:black;
}
.notice-subhead{
color:black;
background-color:white;
display: inline-block;
font-weight: bold;
}
.notice-image{
min-height: 80vh;
background: url('images/bgimg4.jpg')center/cover fixed no-repeat;
}
@media screen and (min-width:776px){
.notice-image{
flex: 0 0 70%;
}
}
/*NOTICE BOARD ENDS*/
/*TEAM STYLING START*/
.facebook{
color:#3b5998 ;
}
.tweet{
color: #00acee;
}
.facebook:hover{
color: #ff193b;
}
.tweet:hover{
color: #ff193b;
}
/**TEAM STYLING START ENDS/
/*REVIEW STYLING STARTS HERE*/
.review{
background-color:black;
color:#f15e5e;
padding-top: 80px;
padding-bottom: 80px;
background-attachment: fixed;
}
.review p{
line-height: 20x;
text-align: justify;
font-size: 18px;
margin-top:40px;
}
.review cite img{
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 10px;
}
.review h6{
margin-left: 55px;
}
/*REVIEW STYLING ENDS HERE*/
/* Single Service */
.page-heading {
text-align: center;
background-image: url(./images/slide-01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment:fixed;
padding: 230px 0px 150px 0px;
color: #fff;
}
.page-heading h1 {
text-transform: capitalize;
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 18px;
}
.page-heading span {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
display: block;
}
.single-services {
margin-top: 140px;
}
#tabs ul {
margin: 0;
padding: 0;
}
#tabs ul li {
margin-bottom: 10px;
display: inline-block;
width: 100%;
}
#tabs ul li:last-child {
margin-bottom: 0px;
}
#tabs ul li a {
text-transform: capitalize;
width: 100%;
padding: 30px 30px;
display: inline-block;
background-color: #e15656;
font-size: 20px;
color: #121212;
letter-spacing: 0.5px;
font-weight: 700;
transition: all 0.3s;
}
#tabs ul li a i {
float: right;
margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
background: #faf5b2;
border: #faf5b2;
line-height: 90px;
border-bottom: none;
}
#tabs ul .ui-tabs-active a {
color: #fff;
}
#tabs ul .ui-tabs-active span {
color: #1e1e1e;
}
.tabs-content {
margin-left: 30px;
text-align: left;
display: inline-block;
transition: all 0.3s;
}
.tabs-content h4 {
font-size: 20px;
font-weight: 700;
letter-spacing: 0.25px;
margin-bottom: 15px;
margin-top: 30px;
}
.tabs-content p {
font-size: 20px;
color: #7a7a7a;
margin-bottom: 0px;
}
/*CONTACT STYLING START HERE*/
.contact-box{
color:black;
text-align: center;
padding: 20px 0 30px 0;
background: #e15656;
}
.contact-box i{
font-size: 32px;
color:white;
border-radius: 50%;
}
.contact-box h3{
color: black;
font-weight: bold;
margin: 10px 0;
}
.contact-box p{
padding: 0;
line-height: 24px;
margin-bottom: 0;
font-weight: bold;
}
.contact button{
background: #e15656;
color: white;
padding: 10px;
}
.contact button:hover{
background: #032025;
color: white;
cursor: pointer;
}
#call{
font-size:1rem;
}
/*CONTACT STYLING ENDS*/
/*FOOTER STYLING STARTS HERE*/
.footer{
text-align: center;
font-size: 15px;
background:#e15656;
}
.footer .btn-back{
background: white;
color: #e15656;
}
.footer .text{
color: black;
font-weight: bold;
}
.email{
color: #b23121;
}
.email:hover{
color: #ff193b;
}
/*FOOTER STYLING ENDS HERE*/ | style.css | *{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
body{
line-height: 1.5;
}
html{
scroll-behavior: smooth;
}
.mainTitle{
font-size: 40px;
text-align: center;
}
/*NAV BAR STYLING START*/
.background-header {
background-color: #fff;
height: 80px!important;
position: fixed!important;
top: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
color: #1e1e1e!important;
}
.background-header .main-nav .nav li:hover a {
color: #e15656!important;
}
.background-header .nav li a.active {
color: #e15656!important;
}
.header-area {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
height: 100px;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.header-area .main-nav {
min-height: 80px;
background: transparent;
}
.header-area .main-nav .logo {
line-height: 80px;
color: #fff;
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
float: left;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
float: right;
margin-top: 27px;
margin-right: 0px;
background-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 999;
}
.header-area .main-nav .nav li {
padding-left: 20px;
padding-right: 20px;
}
.header-area .main-nav .nav .search-icon {
float: right;
margin-left: 15px;
}
.header-area .main-nav .nav .search-icon a {
background-color: #fff;
color: #e15656;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
}
@media (max-width: 767px) {
.header-area .main-nav .nav .search-icon {
float: none;
text-align: center;
width: 100%;
background-color: #fff;
margin-left: 0px;
}
}
.header-area .main-nav .nav .search-icon a:hover {
opacity: 1;
color: #e15656!important;
}
.header-area .main-nav .nav li a {
display: block;
font-weight: 500;
font-size: 13px;
color: #7a7a7a;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 40px;
line-height: 40px;
border: transparent;
letter-spacing: 1px;
}
.header-area .main-nav .nav li a {
color: #fff;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
color: #fff!important;
opacity: 0.5;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
color: #e15656!important;
opacity: 1;
}
.header-area .main-nav .nav li.submenu {
position: relative;
padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
font-family: FontAwesome;
content: "\f107";
font-size: 12px;
color: #fff;
position: absolute;
right: 18px;
top: 12px;
}
.background-header .main-nav .nav li.submenu:after {
color: #7a7a7a;
}
.header-area .main-nav .nav li.submenu ul {
position: absolute;
width: 200px;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
overflow: hidden;
top: 40px;
opacity: 0;
transform: translateY(+2em);
visibility: hidden;
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
opacity: 1;
display: block;
background: #fff;
color: #7a7a7a!important;
padding-left: 20px;
height: 40px;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
font-size: 13px;
border-bottom: 1px solid #f5f5f5;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
background: #fff;
color: #e15656!important;
padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
cursor: pointer;
display: block;
position: absolute;
top: 23px;
width: 32px;
height: 40px;
text-indent: -9999em;
z-index: 99;
right: 40px;
display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
width: 75%;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
content: "";
}
.header-area .main-nav .menu-trigger span {
top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -10px;
z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
background-color: transparent;
width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
transform: translateY(6px) translateX(1px) rotate(45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
transform: translateY(-6px) translateX(1px) rotate(-45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
background-color: #1e1e1e;
}
.header-area.header-sticky {
min-height: 80px;
}
.header-area.header-sticky .nav {
margin-top: 20px !important;
}
.header-area.header-sticky .nav li a.active {
color: #e15656;
}
@media (max-width: 1200px) {
.header-area .main-nav .nav li {
padding-left: 12px;
padding-right: 12px;
}
.header-area .main-nav:before {
display: none;
}
}
@media (max-width: 767px) {
.header-area .main-nav .logo {
color: #1e1e1e;
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
color: #e15656!important;
opacity: 1;
}
.header-area.header-sticky .nav li.search-icon a {
width: 100%;
}
.header-area {
background-color: #f7f7f7;
padding: 0px 15px;
height: 80px;
box-shadow: none;
text-align: center;
}
.header-area .container {
padding: 0px;
}
.header-area .logo {
margin-left: 1px;
}
.header-area .menu-trigger {
display: block !important;
}
.header-area .main-nav {
overflow: hidden;
}
.header-area .main-nav .nav {
float: none;
width: 100%;
display: none;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-left: 0px;
}
.header-area .main-nav .nav li:first-child {
border-top: 1px solid #eee;
}
.header-area.header-sticky .nav {
margin-top: 80px !important;
}
.header-area .main-nav .nav li {
width: 100%;
background: #fff;
border-bottom: 1px solid #eee;
padding-left: 0px !important;
padding-right: 0px !important;
}
.header-area .main-nav .nav li a {
height: 50px !important;
line-height: 50px !important;
padding: 0px !important;
border: none !important;
background: #f7f7f7 !important;
color: #191a20 !important;
}
.header-area .main-nav .nav li a:hover {
background: #eee !important;
color: #e15656!important;
}
.header-area .main-nav .nav li.submenu ul {
position: relative;
visibility: inherit;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
top: 0px;
width: 100%;
box-shadow: none;
height: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
font-size: 12px;
font-weight: 400;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 0px;
}
.header-area .main-nav .nav li.submenu ul.active {
height: auto !important;
}
.header-area .main-nav .nav li.submenu:after {
color: #3B566E;
right: 25px;
font-size: 14px;
top: 15px;
}
.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
height: 0px;
}
}
@media (min-width: 767px) {
.header-area .main-nav .nav {
display: flex !important;
}
}
/*MODERN SLIDER BANNER*/
.img-fill{
width: 100%;
display: block;
overflow: hidden;
position: relative;
text-align: center
}
.img-fill img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inline-block;
max-width: none;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.Grid1k {
padding: 0 15px;
max-width: 1200px;
margin: auto;
}
.blocks-box,
.slick-slider {
margin: 0;
padding: 0!important;
}
.slick-slide {
float: left /* If RTL Make This Right */ ;
padding: 0;
}
/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
height:95vh;
background:#000;
}
.Modern-Slider .item .info > div{
display:inline-block!important;
vertical-align:middle;
}
.Modern-Slider .NextArrow{
position:absolute;
top:50%;
right:30px;
border:0 none;
background-color: transparent;
text-align:center;
font-size: 36px;
font-family: 'FontAwesome';
color:#FFF;
z-index:5;
outline: none;
}
.Modern-Slider .NextArrow:before{
content:'\f105';
}
.Modern-Slider .PrevArrow {
position:absolute;
top:50%;
left:30px;
border:0 none;
background-color: transparent;
text-align:center;
font-size: 36px;
font-family: 'FontAwesome';
color:#FFF;
z-index:5;
outline: none;
}
.Modern-Slider .PrevArrow:before{
content:'\f104';
}
ul.slick-dots {
display: none!important;
}
.Modern-Slider .text-content {
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.Modern-Slider .item h3 {
margin-bottom: 15px;
font-size: 22px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color:#FFF;
animation:fadeOutRight 1s both;
}
.Modern-Slider .item h5 {
margin-bottom: 30px;
text-transform: uppercase;
font-size: 44px;
font-weight: 700;
letter-spacing: 2.5px;
color:#FFF;
overflow:hidden;
animation:fadeOutLeft 1s both;
}
.Modern-Slider .item a {
margin: 0 5px;
}
.Modern-Slider .item.slick-active h3{
animation:fadeInDown 1s both 1s;
}
.Modern-Slider .item.slick-active h5{
animation:fadeInLeft 1s both 1.5s;
}
.Modern-Slider .item.slick-active{
animation:Slick-FastSwipeIn 1s both;
}
.Modern-Slider .buttons {
position: relative;
}
.Modern-Slider {background:#000;}
/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
/*
---------------------------------------------
/*OFFER SECTION STARTS*/
#service{
padding: 40px;
}
.service{
margin:30px 0;
display: flex;
}
.service-icon .fas{
font-size: 60px;
color: #e15656;
margin-right: 20px;
}
.service-subtitle{
text-transform: capitalize;
color: #e15656;
font-size: 25px;
}
.service-info{
margin-top: 10px;
line-height: 1.5;
}
.service-info a{
color: black;
transition-property:font-size;
transition-duration: 1s;
}
.service-info a:hover{
color: #e15656;
font-size: 20px;
}
i.fa.fa-arrow-circle-right{
font-size: 20px;
margin-left: 10px;
}
@media screen and (min-width: 576px){
.service-center{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.service{
flex: 0 0 calc(50% - 16%);
}
}
@media screen and (min-width: 972px){
.service{
flex: 0 0 calc(33.3% - 16px)
}
}
/*OFFER SECTION ENDS*/
/*ABOUT STYLING*/
.about-image{
min-height: 60vh;
background: url('images/bgimg2.jpg')center/cover fixed no-repeat;
}
.about-text{
min-height: 80vh;
align-items: center;
background: #e15656;
columns: #000;
padding: 40px 0;
}
.about-text-center{
width: 90%;
margin: 0 auto;
}
.about-text h1{
font-size: 40px;
text-transform: uppercase;
margin-bottom: 10px;
}
.about-text p{
margin: 20px 0;
line-height: 2;
}
.about-text a{
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding: 13px 20px;
border-radius: 200px;
font-weight: bold;
background: rgb(10, 10, 10);
color: #e15656;
cursor: pointer;
border: 2px solid #000;
}
.about-text a:hover{
color: #e15656;
background: #fff;
border: none;
}
@media screen and (min-width:776px){
.about{
display: flex;
}
.about-image{
flex: 0 0 70%;
clip-path:polygon(0 0,100% 0,83% 100%,0 100%);
}
.about{
background: #e15656;
}
}
/*ABOUT US ENDS*/
/*NOTICE BOARD STARTS*/
.col-sm-3.col-md-6.col-lg-4.bg-danger.noticeboard{
padding: 0;
width: 345px;
}
.notice{
color: #e15656;
background-color:black;
}
.notice-subhead{
color:black;
background-color:white;
display: inline-block;
font-weight: bold;
}
.notice-image{
min-height: 80vh;
background: url('images/bgimg4.jpg')center/cover fixed no-repeat;
}
@media screen and (min-width:776px){
.notice-image{
flex: 0 0 70%;
}
}
/*NOTICE BOARD ENDS*/
/*TEAM STYLING START*/
.facebook{
color:#3b5998 ;
}
.tweet{
color: #00acee;
}
.facebook:hover{
color: #ff193b;
}
.tweet:hover{
color: #ff193b;
}
/**TEAM STYLING START ENDS/
/*REVIEW STYLING STARTS HERE*/
.review{
background-color:black;
color:#f15e5e;
padding-top: 80px;
padding-bottom: 80px;
background-attachment: fixed;
}
.review p{
line-height: 20x;
text-align: justify;
font-size: 18px;
margin-top:40px;
}
.review cite img{
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 10px;
}
.review h6{
margin-left: 55px;
}
/*REVIEW STYLING ENDS HERE*/
/* Single Service */
.page-heading {
text-align: center;
background-image: url(./images/slide-01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment:fixed;
padding: 230px 0px 150px 0px;
color: #fff;
}
.page-heading h1 {
text-transform: capitalize;
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 18px;
}
.page-heading span {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
display: block;
}
.single-services {
margin-top: 140px;
}
#tabs ul {
margin: 0;
padding: 0;
}
#tabs ul li {
margin-bottom: 10px;
display: inline-block;
width: 100%;
}
#tabs ul li:last-child {
margin-bottom: 0px;
}
#tabs ul li a {
text-transform: capitalize;
width: 100%;
padding: 30px 30px;
display: inline-block;
background-color: #e15656;
font-size: 20px;
color: #121212;
letter-spacing: 0.5px;
font-weight: 700;
transition: all 0.3s;
}
#tabs ul li a i {
float: right;
margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
background: #faf5b2;
border: #faf5b2;
line-height: 90px;
border-bottom: none;
}
#tabs ul .ui-tabs-active a {
color: #fff;
}
#tabs ul .ui-tabs-active span {
color: #1e1e1e;
}
.tabs-content {
margin-left: 30px;
text-align: left;
display: inline-block;
transition: all 0.3s;
}
.tabs-content h4 {
font-size: 20px;
font-weight: 700;
letter-spacing: 0.25px;
margin-bottom: 15px;
margin-top: 30px;
}
.tabs-content p {
font-size: 20px;
color: #7a7a7a;
margin-bottom: 0px;
}
/*CONTACT STYLING START HERE*/
.contact-box{
color:black;
text-align: center;
padding: 20px 0 30px 0;
background: #e15656;
}
.contact-box i{
font-size: 32px;
color:white;
border-radius: 50%;
}
.contact-box h3{
color: black;
font-weight: bold;
margin: 10px 0;
}
.contact-box p{
padding: 0;
line-height: 24px;
margin-bottom: 0;
font-weight: bold;
}
.contact button{
background: #e15656;
color: white;
padding: 10px;
}
.contact button:hover{
background: #032025;
color: white;
cursor: pointer;
}
#call{
font-size:1rem;
}
/*CONTACT STYLING ENDS*/
/*FOOTER STYLING STARTS HERE*/
.footer{
text-align: center;
font-size: 15px;
background:#e15656;
}
.footer .btn-back{
background: white;
color: #e15656;
}
.footer .text{
color: black;
font-weight: bold;
}
.email{
color: #b23121;
}
.email:hover{
color: #ff193b;
}
/*FOOTER STYLING ENDS HERE*/ | 0.320821 | 0.034619 |
border-left: 1px solid #999;
height:100%
}
.date-time h3,
.date-time h4,
.date-time p,
.date-time span{
color: #444;
}
.date-time .select-block h3,
.date-time .select-block h4,
.date-time .select-block p,
.date-time .select-block span{
color: #777;
}
.date-time h3{
margin-bottom: 40px;
}
.date-time .select-block {
margin-bottom: 20px;
}
/*.modal-body {
-webkit-transition: all 0.2s ease-out 1s;
-moz-transition: all 0.2s ease-out 1s;
-o-transition: all 0.2s ease-out 1s;
transition: all 0.2s ease-out 1s;
}*/
.date-time .panel-body {
background-color: #fff !important;
}
.date-time .cancel {
position: absolute;
width: 20px;
height: 20px;
background: url("../../../img/icon/cancel.png") no-repeat center center;
background-size: 10px;
top: 10px;
right: 10px;
}
.date-time a {
color: #444;
font-size: 16px;
}
.date-time a:hover {
color: #777;
}
.date-time .service-name {
margin-bottom: 10px;
border-bottom: 1px solid #999;
padding-bottom: 20px;
}
.date-time .img-master {
border-radius: 100%;
}
.date-time .name-master {
margin-top: 5px;
margin-bottom: 5px;
}
.date-time .desc-master {
padding-top: 10px;
border-top: 1px solid #ccc;
}
.moment-picker .moment-picker-container {
top: 200%;
}
.date-time .service-block {
padding: 10px;
border: 1px solid #ccc;
position: relative;
}
.entry .modal-title{
padding: 20px;
background-color: #666;
color: #fff;
}
#wrapper-for-entry1{
height: 100%;
width:100%;
overflow: hidden;
}
.service-choice {
margin: 20px;
}
.service-choice .service-choice-nav {
margin-bottom: 40px;
}
.service-box {
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
border-radius: 4px;
padding: 5px;
margin-bottom: 20px;
background-color: #e2e2e2;
}
.back {
position: absolute;
top:10px;
left: 10px;
}
.before {
display: inline-block;
vertical-align: top;
}
#wrapper-for-entry1 .select-block,
#wrapper-for-entry1 .select-block-master {
margin: 10px 20px;
}
#wrapper-for-entry1 .select-block-master span{
text-transform: uppercase;
}
.icon-cancel-img {
cursor: pointer;
}
.select-block-list {
position: relative;
}
.select-block-list p {
margin-top: 10px;
}
.select-block-list p span {
display: inline-block;
}
.select-block-list hr {
margin-top: 0;
margin-bottom: 0;
}
#wrapper-for-entry2{
position: relative;
left: 0;
margin: 0;
height: 100%;
width: 500%;
text-align: left;
-webkit-transition: margin-left 0.5s; /* Safari 3.1 to 6.0 */
transition: margin-left 0.5s;
}
#wrapper-for-entry2 .innerBlock{
height: 100%;
width:20%;
float:left;
}
#wrapper-for-entry1 .panel-group .panel {
background-color: #ffffff;
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
border-radius: 4px;
margin-bottom: 20px;
}
#wrapper-for-entry1 .panel-default>.panel-heading {
background-color: #ffffff;
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
padding: 40px 20px;
text-transform: uppercase;
}
#wrapper-for-entry1 .panel-default>.panel-heading .panel-title {
font-size: 18px;
}
#wrapper-for-entry1 .master-choice-box {
background-color: #ffffff;
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
margin-bottom: 20px;
padding: 10px 20px;
transition: all .2s ease-out;
}
#wrapper-for-entry1 .master-choice-box div.active {
box-shadow: 2px 1px 6px 0px #000000;
}
#wrapper-for-entry1 .master-select {
position: absolute;
right: 5px;
top: 5px;
opacity: 0;
transition: opasity 1s;
}
#wrapper-for-entry1 .master-select.active {
opacity: 1;
}
#wrapper-for-entry1 .name-master {
margin-top: 15px;
margin-bottom: 5px;
transition: opacity;
color: #666;
}
#wrapper-for-entry1 .position {
color: #666;
}
#wrapper-for-entry1 .master-choice-box img {
border-radius: 50%;
}
#wrapper-for-entry1 .date-choice-nav {
min-height: 40px;
}
#wrapper-for-entry1 .date-box {
width: 100%;
display:inline-block;
min-height:290px;
}
#wrapper-for-entry1 .well{
width: 100%;
padding: 0;
background-color: #fff;
}
#wrapper-for-entry1 .well table {
width: 100%
}
#wrapper-for-entry1 .date-box .well table tr,
#wrapper-for-entry1 .date-box .well table th,
#wrapper-for-entry1 .date-box .well table td {
border: none;
}
#wrapper-for-entry1 .date-box .well table td button {
border:none;
}
#wrapper-for-entry1 .date-box .well table tr {
height: 50px;
}
#wrapper-for-entry1 .date-box .well table th {
font-size: 20px;
}
#wrapper-for-entry1 .date-box .well table td.h6 {
background-color: #f5f5f5;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child {
height: 80px;
background-color: #666;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child th {
background-color: #666;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child th button {
background-color: #666;
color: #fff;
height: 100%;
border: none;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 0;
}
#wrapper-for-entry1 .clock-box {
padding: 20px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.22);
}
#wrapper-for-entry1 .order-box {
padding: 20px;
}
#wrapper-for-entry1 .clock-choice {
display: inline-block;
margin: 15px;
}
#wrapper-for-entry1 .clock-choice a{
padding: 10px;
font-size: 18px;
color: #333;
}
#wrapper-for-entry1 .clock-choice a:hover {
background-color: #ededed;
}
#wrapper-for-entry1 .clock-choice a span {
display: inline-block;
width: 40px !important;
}
/*#wrapper-for-entry1 .remember-online .remember-online-label {
display: none;
}*/
.service-choice.order-service .clock-box {
margin-bottom: 20px;
}
#wrapper-for-entry1 .remember-online .radio label input{
margin-top: 5px;
}
#wrapper-for-entry1 .cancel {
position: relative;
right: 0;
top: 0;
cursor: pointer;
}
.service-bg,
.master-bg,
.date-bg,
.clock-bg,
.order-bg{
padding: 20px;
}
#wrapper-for-entry1 .btn-info.active,
#wrapper-for-entry1 .btn-info:active{
background-color: #666;
outline: none;
}
#wrapper-for-entry1 .btn-default.active {
outline: none;
}
#wrapper-for-entry1 .btn-info.active .text-info,
#wrapper-for-entry1 .btn-info:active .text-info{
color: #fff;
}
.master-bg {
background: url("../../../views/template/img/bg/ideal9.jpg") no-repeat right center;
}
.service-bg {
background: url("../../../views/template/img/bg/ideal10.jpg") no-repeat right center;
}
.date-bg {
background: url("../../../views/template/img/bg/ideal6a.jpg") no-repeat right center;
}
.clock-bg {
background: url("../../../views/template/img/bg/ideal7a.jpg") no-repeat right center;
}
.order-bg {
background: url("../../../views/template/img/bg/ideal8.jpg") no-repeat right center;
}
@media (max-width: 320px){
.modal-title .record-time {
font-size: 18px;
}
.master-bg {
background-size: 500px;
}
.service-bg {
background-size: 500px;
}
.date-bg {
background-size: 500px;
}
.clock-bg {
background-size: 500px;
}
.order-bg {
background-size: 500px;
}
.service-choice {
margin: 0 5px;
}
.service-choice .service-choice-nav {
margin-bottom: 10px;
}
/*#wrapper-for-entry1 .date-box .well table td.h6 {
margin-top: 5px !important;
margin-bottom: 5px !important;
font-size: 12px;
width: 20px !important;
}
#wrapper-for-entry1 .date-box .well table tr {
height: 40px;
}*/
#wrapper-for-entry1 .date-box .well table th {
font-size: 14px;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child th button {
font-size: 18px;
}
.date-box table {
font-size: 14px;
}
.h6 {
margin-top: 5px;
margin-bottom: 5px;
}
} | public/components/TEMPLATE/dateTimeEntry/dateTimeEntry.css | border-left: 1px solid #999;
height:100%
}
.date-time h3,
.date-time h4,
.date-time p,
.date-time span{
color: #444;
}
.date-time .select-block h3,
.date-time .select-block h4,
.date-time .select-block p,
.date-time .select-block span{
color: #777;
}
.date-time h3{
margin-bottom: 40px;
}
.date-time .select-block {
margin-bottom: 20px;
}
/*.modal-body {
-webkit-transition: all 0.2s ease-out 1s;
-moz-transition: all 0.2s ease-out 1s;
-o-transition: all 0.2s ease-out 1s;
transition: all 0.2s ease-out 1s;
}*/
.date-time .panel-body {
background-color: #fff !important;
}
.date-time .cancel {
position: absolute;
width: 20px;
height: 20px;
background: url("../../../img/icon/cancel.png") no-repeat center center;
background-size: 10px;
top: 10px;
right: 10px;
}
.date-time a {
color: #444;
font-size: 16px;
}
.date-time a:hover {
color: #777;
}
.date-time .service-name {
margin-bottom: 10px;
border-bottom: 1px solid #999;
padding-bottom: 20px;
}
.date-time .img-master {
border-radius: 100%;
}
.date-time .name-master {
margin-top: 5px;
margin-bottom: 5px;
}
.date-time .desc-master {
padding-top: 10px;
border-top: 1px solid #ccc;
}
.moment-picker .moment-picker-container {
top: 200%;
}
.date-time .service-block {
padding: 10px;
border: 1px solid #ccc;
position: relative;
}
.entry .modal-title{
padding: 20px;
background-color: #666;
color: #fff;
}
#wrapper-for-entry1{
height: 100%;
width:100%;
overflow: hidden;
}
.service-choice {
margin: 20px;
}
.service-choice .service-choice-nav {
margin-bottom: 40px;
}
.service-box {
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
border-radius: 4px;
padding: 5px;
margin-bottom: 20px;
background-color: #e2e2e2;
}
.back {
position: absolute;
top:10px;
left: 10px;
}
.before {
display: inline-block;
vertical-align: top;
}
#wrapper-for-entry1 .select-block,
#wrapper-for-entry1 .select-block-master {
margin: 10px 20px;
}
#wrapper-for-entry1 .select-block-master span{
text-transform: uppercase;
}
.icon-cancel-img {
cursor: pointer;
}
.select-block-list {
position: relative;
}
.select-block-list p {
margin-top: 10px;
}
.select-block-list p span {
display: inline-block;
}
.select-block-list hr {
margin-top: 0;
margin-bottom: 0;
}
#wrapper-for-entry2{
position: relative;
left: 0;
margin: 0;
height: 100%;
width: 500%;
text-align: left;
-webkit-transition: margin-left 0.5s; /* Safari 3.1 to 6.0 */
transition: margin-left 0.5s;
}
#wrapper-for-entry2 .innerBlock{
height: 100%;
width:20%;
float:left;
}
#wrapper-for-entry1 .panel-group .panel {
background-color: #ffffff;
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
border-radius: 4px;
margin-bottom: 20px;
}
#wrapper-for-entry1 .panel-default>.panel-heading {
background-color: #ffffff;
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
padding: 40px 20px;
text-transform: uppercase;
}
#wrapper-for-entry1 .panel-default>.panel-heading .panel-title {
font-size: 18px;
}
#wrapper-for-entry1 .master-choice-box {
background-color: #ffffff;
color: #302f2f;
border: 1px solid rgba(0, 0, 0, 0.22);
margin-bottom: 20px;
padding: 10px 20px;
transition: all .2s ease-out;
}
#wrapper-for-entry1 .master-choice-box div.active {
box-shadow: 2px 1px 6px 0px #000000;
}
#wrapper-for-entry1 .master-select {
position: absolute;
right: 5px;
top: 5px;
opacity: 0;
transition: opasity 1s;
}
#wrapper-for-entry1 .master-select.active {
opacity: 1;
}
#wrapper-for-entry1 .name-master {
margin-top: 15px;
margin-bottom: 5px;
transition: opacity;
color: #666;
}
#wrapper-for-entry1 .position {
color: #666;
}
#wrapper-for-entry1 .master-choice-box img {
border-radius: 50%;
}
#wrapper-for-entry1 .date-choice-nav {
min-height: 40px;
}
#wrapper-for-entry1 .date-box {
width: 100%;
display:inline-block;
min-height:290px;
}
#wrapper-for-entry1 .well{
width: 100%;
padding: 0;
background-color: #fff;
}
#wrapper-for-entry1 .well table {
width: 100%
}
#wrapper-for-entry1 .date-box .well table tr,
#wrapper-for-entry1 .date-box .well table th,
#wrapper-for-entry1 .date-box .well table td {
border: none;
}
#wrapper-for-entry1 .date-box .well table td button {
border:none;
}
#wrapper-for-entry1 .date-box .well table tr {
height: 50px;
}
#wrapper-for-entry1 .date-box .well table th {
font-size: 20px;
}
#wrapper-for-entry1 .date-box .well table td.h6 {
background-color: #f5f5f5;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child {
height: 80px;
background-color: #666;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child th {
background-color: #666;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child th button {
background-color: #666;
color: #fff;
height: 100%;
border: none;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 0;
}
#wrapper-for-entry1 .clock-box {
padding: 20px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.22);
}
#wrapper-for-entry1 .order-box {
padding: 20px;
}
#wrapper-for-entry1 .clock-choice {
display: inline-block;
margin: 15px;
}
#wrapper-for-entry1 .clock-choice a{
padding: 10px;
font-size: 18px;
color: #333;
}
#wrapper-for-entry1 .clock-choice a:hover {
background-color: #ededed;
}
#wrapper-for-entry1 .clock-choice a span {
display: inline-block;
width: 40px !important;
}
/*#wrapper-for-entry1 .remember-online .remember-online-label {
display: none;
}*/
.service-choice.order-service .clock-box {
margin-bottom: 20px;
}
#wrapper-for-entry1 .remember-online .radio label input{
margin-top: 5px;
}
#wrapper-for-entry1 .cancel {
position: relative;
right: 0;
top: 0;
cursor: pointer;
}
.service-bg,
.master-bg,
.date-bg,
.clock-bg,
.order-bg{
padding: 20px;
}
#wrapper-for-entry1 .btn-info.active,
#wrapper-for-entry1 .btn-info:active{
background-color: #666;
outline: none;
}
#wrapper-for-entry1 .btn-default.active {
outline: none;
}
#wrapper-for-entry1 .btn-info.active .text-info,
#wrapper-for-entry1 .btn-info:active .text-info{
color: #fff;
}
.master-bg {
background: url("../../../views/template/img/bg/ideal9.jpg") no-repeat right center;
}
.service-bg {
background: url("../../../views/template/img/bg/ideal10.jpg") no-repeat right center;
}
.date-bg {
background: url("../../../views/template/img/bg/ideal6a.jpg") no-repeat right center;
}
.clock-bg {
background: url("../../../views/template/img/bg/ideal7a.jpg") no-repeat right center;
}
.order-bg {
background: url("../../../views/template/img/bg/ideal8.jpg") no-repeat right center;
}
@media (max-width: 320px){
.modal-title .record-time {
font-size: 18px;
}
.master-bg {
background-size: 500px;
}
.service-bg {
background-size: 500px;
}
.date-bg {
background-size: 500px;
}
.clock-bg {
background-size: 500px;
}
.order-bg {
background-size: 500px;
}
.service-choice {
margin: 0 5px;
}
.service-choice .service-choice-nav {
margin-bottom: 10px;
}
/*#wrapper-for-entry1 .date-box .well table td.h6 {
margin-top: 5px !important;
margin-bottom: 5px !important;
font-size: 12px;
width: 20px !important;
}
#wrapper-for-entry1 .date-box .well table tr {
height: 40px;
}*/
#wrapper-for-entry1 .date-box .well table th {
font-size: 14px;
}
#wrapper-for-entry1 .date-box .well table thead tr:first-child th button {
font-size: 18px;
}
.date-box table {
font-size: 14px;
}
.h6 {
margin-top: 5px;
margin-bottom: 5px;
}
} | 0.387574 | 0.102125 |
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* Style the form */
.three-step-form #regForm {
background-color: #ffffff;
margin: 100px auto;
padding: 40px;
width: 70%;
min-width: 300px;
}
/* Style the input fields */
.three-step-form #regForm input {
padding: 10px;
width: 100%;
font-size: 17px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */
.three-step-form #regForm input.invalid {
background-color: #ffdddd;
}
/* Hide all steps by default: */
.three-step-form #regForm .tab {
display: none;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
/* Make circles that indicate the steps of the form: */
.three-step-form #regForm .step {
height: 15px;
width: 15px;
margin: 0 5px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
/* Mark the active step: */
.three-step-form #regForm .step.active {
opacity: 1;
}
/* Mark the steps that are finished and valid: */
.three-step-form #regForm .step.finish {
background-color: #4CAF50;
}
#countryList {
width: 70%;
padding-left: 11%;
}
.circle
{
width:40px;
height:auto;
border-radius:250px;
font-size:20px;
color:#fff;
text-align:center;
background:#30afb8
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
#jobseeker_dashboard,#education,#exp,#skill,#paneL_dashboard,#companydashboard
{
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.container .navbar{
z-index: 55555;
}
.navbar .navbar-brand{
color:#007d91;
font-size: 28px;
font-weight:bold;
font-family:arial;
margin-left: 40px;
}
.navbar .collapse .navlink{
height:22px;
width:22px;
border: 2px solid #007d91;
}
.navbar .collapse .form-inline .btn {
display: inline-block;
vertical-align: top;
border: 2px solid #ffffff;
height: 46px;
line-height: 22px;
padding: 10px;
min-width: 46px;
color:#ffffff;
font-size: 14px;
font-weight:bold;
text-align: center;
position: relative;
margin-right: 100px;
margin-left: 40px;
margin-top: 150px;
}
.navbar .collapse .form-inline .btn:hover{
background-color:#007d91;
border: 2px solid #007d91;
}
.fa, .far, .fas {
font-weight: 900;
font-size: 29px;
color:#0079d1 ;
border: 2px solid #0079d1;
padding-top: 6px;
padding-left: 5px;
padding-right: 5px;
min-width: 44px;
min-height: 46px;
display: inline-block;
align-content: center;
}
.fa, .far, .fas:hover{
background-color:#007d91;
color:white;
border: 2px solid #007d91;
}
.bannerImage{
background-image:url("../images/recruitment.jpg");
width: 100%;
height: calc(100vh + 88px);
background-size: cover;
position: absolute;
top: -88px;
}
.signup .tagline{
color:white;
font-size: 30px;
padding-top: 20px;
margin-bottom: 20px;
margin-left: 460px;
margin-top: 200px;
}
.legaltext1{
font-size: 14px;
margin-left: 10px;
margin-top: 5px;
color:white;
}
.inlinefacebook {
display:inline-block;
margin-right:29px;
height: 40px;
width: 282px;
background-color: #4267b2;
color: #ffffff;
border: none;
border-radius:0.25rem;
margin-top: -10px;
}
.inlinegoogle {
display:inline-block;
height: 40px;
width: 282px;
background-color: #ffffff;
color: #dc4e41;
border: none;
border-radius:0.25rem;
margin-top: -10px;
}
.bannerImage .signup .pannel{
margin-top: 30px;
}
.sectionone .panel{
height: 300px;
width:600px;
background-color: transparent;
border: none;
margin-left: 380px;
}
.form-group .form-control{
border-width: 1px;
border-style: solid;
border-color: #007d91;
height: 48px;
font-size: 14px;
}
.form-group1 .btn{
background-color:#007d91;
border: none;
color: white;
padding: 5px 10px;
margin-left: 200px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
height: 40px;
background-image: none;
}
.input-icons {
width: 100%;
}
.input-icons i {
position: absolute;
margin-left: 550px;
background:transparent;
color:black;
border: none;
opacity: 30%;
margin-top: 5px;
font-size: 25;
}
.input-icons:hover{
background-color: transparent;
border:none;
}
.form-group2{
width:100px;
height"46px;
margin-left: 15px;
}
/*how talent mania works for comanies section*/
.homepagehighlight{
background: #f5f6f7;
width:100%;
height: 226px;
margin-top: 546px;
}
.valueProps
{
background-color: #f5f6f7;
padding-top: 28px !important;
padding-bottom: 28px !important;
}
.htmwfyou {
padding-top: 12px !important;
text-align: center;
}
.homepagehighlight .mt-std {
margin-top: 40px !important;
}
.homepagehighlight .mx-0{
margin-left: 110px !important;
}
.homepagehighlight h3 {
font-size: 16px;
line-height: 50px;
}
.homepagehighlight .col-lg-3 {
max-width: 18%;
text-align: center;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */ /* Sit on top */
left: 300px;
top: 0;
width: 60%; /* Full width */
height: 600px; /* Full height */ /* Enable scroll if needed */
/* Black w/ opacity */
}
/* Modal Content/Box */
header .modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 450px;
height: 500px; /* Could be more or less, depending on screen size */
}
header .modal-title{
padding-top: 8px;
font-size: 16.5px;
text-align: center;
font-weight: bold;
color: #007d91;
}
header .legalText{
font-size: 12px;
margin-left:22px;
margin-top: 5px;
}
header .modal-body{
position:relative;
padding: 1rem;
flex: 1 1 auto;
}
.signinform{
margin-top: 15px;
}
.defaultbutton{
height: 40px;
width: 375px;
background-color: #4267b2;
color: #ffffff;
border: none;
border-width: 1px;
border-style: solid;
border-radius:0.25rem;
margin-top: 10px;
}
.google{
height: 40px;
width: 375px;
background-color: #ffffff;
color:#dc4e41;
border: none;
border-width: 1px;
border-style: solid;
border-color: #000000;
border-radius:0.25rem;
margin-top: 10px;
}
header .close {
font-size: 2rem;
float: right;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
line-height: 8px;
}
#Loginsubmit{
background-color: rgb(24, 97, 191);
border: none;
color: white;
padding: 5px 10px;
margin-left: 125px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
min-width:150px;
height: 40px;
background-image: none;
cursor: pointer;
font-family: lato;
}
span.link{
cursor: pointer;
text-decoration: none;
color:#1861bf;
margin-left: 140px;
}
header .modal-footer .signuplink{
margin-right: 80px;
margin-top: -12px;
}
.d-flex{
display: flex !important;
line-height: 20px;
}
.w-100pct {
width: 100%;
}
.orSeparator .borderTop {
border: 1px solid #c4c7cc;
}
.my-std {
margin-top: 16px !important;
margin-bottom: 16px !important;
margin-left: 8px;
margin-right: 8px;
} | application/views/custom_style.css | .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* Style the form */
.three-step-form #regForm {
background-color: #ffffff;
margin: 100px auto;
padding: 40px;
width: 70%;
min-width: 300px;
}
/* Style the input fields */
.three-step-form #regForm input {
padding: 10px;
width: 100%;
font-size: 17px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */
.three-step-form #regForm input.invalid {
background-color: #ffdddd;
}
/* Hide all steps by default: */
.three-step-form #regForm .tab {
display: none;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
/* Make circles that indicate the steps of the form: */
.three-step-form #regForm .step {
height: 15px;
width: 15px;
margin: 0 5px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
/* Mark the active step: */
.three-step-form #regForm .step.active {
opacity: 1;
}
/* Mark the steps that are finished and valid: */
.three-step-form #regForm .step.finish {
background-color: #4CAF50;
}
#countryList {
width: 70%;
padding-left: 11%;
}
.circle
{
width:40px;
height:auto;
border-radius:250px;
font-size:20px;
color:#fff;
text-align:center;
background:#30afb8
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
#jobseeker_dashboard,#education,#exp,#skill,#paneL_dashboard,#companydashboard
{
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.container .navbar{
z-index: 55555;
}
.navbar .navbar-brand{
color:#007d91;
font-size: 28px;
font-weight:bold;
font-family:arial;
margin-left: 40px;
}
.navbar .collapse .navlink{
height:22px;
width:22px;
border: 2px solid #007d91;
}
.navbar .collapse .form-inline .btn {
display: inline-block;
vertical-align: top;
border: 2px solid #ffffff;
height: 46px;
line-height: 22px;
padding: 10px;
min-width: 46px;
color:#ffffff;
font-size: 14px;
font-weight:bold;
text-align: center;
position: relative;
margin-right: 100px;
margin-left: 40px;
margin-top: 150px;
}
.navbar .collapse .form-inline .btn:hover{
background-color:#007d91;
border: 2px solid #007d91;
}
.fa, .far, .fas {
font-weight: 900;
font-size: 29px;
color:#0079d1 ;
border: 2px solid #0079d1;
padding-top: 6px;
padding-left: 5px;
padding-right: 5px;
min-width: 44px;
min-height: 46px;
display: inline-block;
align-content: center;
}
.fa, .far, .fas:hover{
background-color:#007d91;
color:white;
border: 2px solid #007d91;
}
.bannerImage{
background-image:url("../images/recruitment.jpg");
width: 100%;
height: calc(100vh + 88px);
background-size: cover;
position: absolute;
top: -88px;
}
.signup .tagline{
color:white;
font-size: 30px;
padding-top: 20px;
margin-bottom: 20px;
margin-left: 460px;
margin-top: 200px;
}
.legaltext1{
font-size: 14px;
margin-left: 10px;
margin-top: 5px;
color:white;
}
.inlinefacebook {
display:inline-block;
margin-right:29px;
height: 40px;
width: 282px;
background-color: #4267b2;
color: #ffffff;
border: none;
border-radius:0.25rem;
margin-top: -10px;
}
.inlinegoogle {
display:inline-block;
height: 40px;
width: 282px;
background-color: #ffffff;
color: #dc4e41;
border: none;
border-radius:0.25rem;
margin-top: -10px;
}
.bannerImage .signup .pannel{
margin-top: 30px;
}
.sectionone .panel{
height: 300px;
width:600px;
background-color: transparent;
border: none;
margin-left: 380px;
}
.form-group .form-control{
border-width: 1px;
border-style: solid;
border-color: #007d91;
height: 48px;
font-size: 14px;
}
.form-group1 .btn{
background-color:#007d91;
border: none;
color: white;
padding: 5px 10px;
margin-left: 200px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
height: 40px;
background-image: none;
}
.input-icons {
width: 100%;
}
.input-icons i {
position: absolute;
margin-left: 550px;
background:transparent;
color:black;
border: none;
opacity: 30%;
margin-top: 5px;
font-size: 25;
}
.input-icons:hover{
background-color: transparent;
border:none;
}
.form-group2{
width:100px;
height"46px;
margin-left: 15px;
}
/*how talent mania works for comanies section*/
.homepagehighlight{
background: #f5f6f7;
width:100%;
height: 226px;
margin-top: 546px;
}
.valueProps
{
background-color: #f5f6f7;
padding-top: 28px !important;
padding-bottom: 28px !important;
}
.htmwfyou {
padding-top: 12px !important;
text-align: center;
}
.homepagehighlight .mt-std {
margin-top: 40px !important;
}
.homepagehighlight .mx-0{
margin-left: 110px !important;
}
.homepagehighlight h3 {
font-size: 16px;
line-height: 50px;
}
.homepagehighlight .col-lg-3 {
max-width: 18%;
text-align: center;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */ /* Sit on top */
left: 300px;
top: 0;
width: 60%; /* Full width */
height: 600px; /* Full height */ /* Enable scroll if needed */
/* Black w/ opacity */
}
/* Modal Content/Box */
header .modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 450px;
height: 500px; /* Could be more or less, depending on screen size */
}
header .modal-title{
padding-top: 8px;
font-size: 16.5px;
text-align: center;
font-weight: bold;
color: #007d91;
}
header .legalText{
font-size: 12px;
margin-left:22px;
margin-top: 5px;
}
header .modal-body{
position:relative;
padding: 1rem;
flex: 1 1 auto;
}
.signinform{
margin-top: 15px;
}
.defaultbutton{
height: 40px;
width: 375px;
background-color: #4267b2;
color: #ffffff;
border: none;
border-width: 1px;
border-style: solid;
border-radius:0.25rem;
margin-top: 10px;
}
.google{
height: 40px;
width: 375px;
background-color: #ffffff;
color:#dc4e41;
border: none;
border-width: 1px;
border-style: solid;
border-color: #000000;
border-radius:0.25rem;
margin-top: 10px;
}
header .close {
font-size: 2rem;
float: right;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
line-height: 8px;
}
#Loginsubmit{
background-color: rgb(24, 97, 191);
border: none;
color: white;
padding: 5px 10px;
margin-left: 125px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
min-width:150px;
height: 40px;
background-image: none;
cursor: pointer;
font-family: lato;
}
span.link{
cursor: pointer;
text-decoration: none;
color:#1861bf;
margin-left: 140px;
}
header .modal-footer .signuplink{
margin-right: 80px;
margin-top: -12px;
}
.d-flex{
display: flex !important;
line-height: 20px;
}
.w-100pct {
width: 100%;
}
.orSeparator .borderTop {
border: 1px solid #c4c7cc;
}
.my-std {
margin-top: 16px !important;
margin-bottom: 16px !important;
margin-left: 8px;
margin-right: 8px;
} | 0.326593 | 0.140042 |
.md .navbar,
.md .color-theme-blue .navbar,
.md .color-theme-blue.navbar,
.md .navbar.color-blue,
.md .toolbar,
.md .color-theme-blue .toolbar:not(.messagebar),
.md .color-theme-blue.toolbar:not(.messagebar),
.md .toolbar:not(.messagebar).color-blue,
.md .subnavbar,
.md .color-theme-blue .subnavbar,
.md .color-theme-blue.subnavbar,
.md .progressbar span,
.md .progressbar-infinite:after,
.md .progressbar-infinite:before,
.md .color-theme-blue .progressbar span,
.md .color-theme-blue .progressbar-infinite:after,
.md .color-theme-blue .progressbar-infinite:before,
.md .progressbar.color-blue span,
.md .progressbar-infinite.color-blue:after,
.md .progressbar-infinite.color-blue:before,
.md .timeline-horizontal .timeline-item-date,
.md .timeline-month-title,
.md .timeline-year-title,
.md .color-theme-blue .timeline-item-date,
.md .color-theme-blue .timeline-month-title,
.md .color-theme-blue .timeline-year-title,
.md .timeline.color-theme-blue .timeline-item-date,
.md .timeline.color-theme-blue .timeline-month-title,
.md .timeline.color-theme-blue .timeline-year-title,
.md .chip.color-blue,
.md .item-input-focused .item-input-wrap:after,
.md .color-theme-blue .item-input-focused .item-input-wrap:after,
.md .item-input-focused.color-blue .item-input-wrap:after,
.md .toggle input[type=checkbox]:checked+.toggle-icon:after,
.md .color-theme-blue .toggle input[type=checkbox]:checked+.toggle-icon:after,
.md .toggle.color-blue input[type=checkbox]:checked+.toggle-icon:after,
.md .range-bar-active,
.md .range-knob,
.md .range-knob-label,
.md .range-knob-label:before,
.md .calendar-header,
.md .calendar-day.calendar-day-has-events span:after,
.md .calendar-day.calendar-day-selected span,
.md .color-blue .calendar-header,
.md .color-theme-blue .calendar-header,
.md .color-blue .calendar-day.calendar-day-has-events span:after,
.md .color-theme-blue .calendar-day.calendar-day-has-events span:after,
.md .color-blue .calendar-day.calendar-day-selected span,
.md .color-theme-blue .calendar-day.calendar-day-selected span,
.md .fab-buttons a,
.md .fab>a,
.md .fab-morph,
.md .color-theme-blue .fab-buttons a,
.md .color-theme-blue .fab>a,
.md .color-theme-blue.fab-buttons a,
.md .color-theme-blue.fab>a,
.md .color-theme-blue .fab-morph,
.md .color-theme-blue.fab-morph,
.md .fab .fab-buttons>a.color-blue,
.md .fab-buttons.color-blue a,
.md .fab.color-blue .fab-buttons>a,
.md .fab.color-blue>a,
.md .fab>a.color-blue,
.md .fab-morph.color-blue,
.md .messagebar-attachment-delete,
.md .swiper-pagination-bullet-active,
.md .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-blue .swiper-pagination-bullet-active,
.md .color-theme-blue .swiper-pagination-bullet-active,
.md .color-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{ background: #003eff; }
.md a,
.md .color-theme-blue a,
.md a.color-blue,
.md .subnavbar.color-blue,
.md .color-theme-blue .list-button,
.md .links-list a.color-blue,
.md .links-list li.color-blue a,
.md .list .item-link.color-blue,
.md .list .list-button.color-blue,
.md .list li.color-blue .item-link,
.md .list li.color-blue .list-button,
.md .simple-list li.color-blue,
.md .button,
.md .color-blue .button,
.md .color-theme-blue .button,
.md .color-blue .button.button-outline,
.md .color-theme-blue .button.button-outline,
.md .icon.color-blue,
.md .dialog-button,
.md .dialog-button.color-blue,
.md .login-screen-content .list-button,
.md .color-theme-blue .login-screen-content .list-button,
.md .login-screen-content .list-button.color-blue,
.md .actions-button.color-blue,
.md .actions-button.color-blue .actions-button-text,
.md .actions-label.color-blue,
.md .card-footer a.link,
.md .card-header a.link,
.md .card-footer.color-theme-blue a.link,
.md .card-header.color-theme-blue a.link,
.md .color-theme-blue .card-footer a.link,
.md .color-theme-blue .card-header a.link,
.md .card-footer a.link.color-blue,
.md .card-header a.link.color-blue,
.md .item-input-focused .item-floating-label,
.md .item-input-focused .item-label,
.md .color-theme-blue .item-input-focused .item-floating-label,
.md .color-theme-blue .item-input-focused .item-label,
.md .item-input-focused.color-blue .item-floating-label,
.md .item-input-focused.color-blue .item-label,
.md .calendar-day.calendar-day-today span,
.md .color-blue .calendar-day.calendar-day-today span,
.md .color-theme-blue .calendar-day.calendar-day-today span,
.md .data-table-title-selected,
.md .color-blue .data-table-title-selected,
.md .color-theme-blue .data-table-title-selected,
.md .notification-title,
.md .text-color-blue
{ color: #003eff; }
.md .badge.color-blue,
.md .button.button-active,
.md .button.button-fill,
.md .button.button-fill-md,
.md .button.tab-link-active,
.md .color-blue .button.button-active,
.md .color-blue .button.button-fill,
.md .color-blue .button.button-fill-md,
.md .color-blue .button.tab-link-active,
.md .color-theme-blue .button.button-active,
.md .color-theme-blue .button.button-fill,
.md .color-theme-blue .button.button-fill-md,
.md .color-theme-blue .button.tab-link-active,
.md .button.color-blue.button-active,
.md .button.color-blue.button-fill,
.md .button.color-blue.button-fill-md,
.md .button.color-blue.tab-link-active,
.md .swipeout-actions-left>a.color-blue,
.md .swipeout-actions-left>button.color-blue,
.md .swipeout-actions-left>div.color-blue,
.md .swipeout-actions-left>span.color-blue,
.md .swipeout-actions-right>a.color-blue,
.md .swipeout-actions-right>button.color-blue,
.md .swipeout-actions-right>div.color-blue,
.md .swipeout-actions-right>span.color-blue,
.md .icon-radio:after,
.md .radio input[type=radio]:checked~.icon-radio:after,
.md label.item-radio input[type=radio]:checked~* .icon-radio:after,
.md label.item-radio input[type=radio]:checked~.icon-radio:after,
.md .color-theme-blue .icon-radio:after,
.md .color-theme-blue .radio input[type=radio]:checked~.icon-radio,
.md .color-theme-blue label.item-radio input[type=radio]:checked~* .icon-radio,
.md .color-theme-blue label.item-radio input[type=radio]:checked~.icon-radio,
.md .color-theme-blue .radio input[type=radio]:checked~.icon-radio:after,
.md .color-theme-blue label.item-radio input[type=radio]:checked~* .icon-radio:after,
.md .color-theme-blue label.item-radio input[type=radio]:checked~.icon-radio:after,
.md .radio.color-blue .icon-radio:after,
.md .radio.color-blue input[type=radio]:checked~.icon-radio:after,
.md label.item-radio.color-blue input[type=radio]:checked~* .icon-radio:after,
.md label.item-radio.color-blue input[type=radio]:checked~.icon-radio:after,
.md .color-theme-blue .range-slider .range-bar-active,
.md .color-theme-blue .range-slider .range-knob,
.md .color-theme-blue .range-slider .range-knob-label,
.md .color-theme-blue .range-slider .range-knob-label:before,
.md .range-slider.color-blue .range-bar-active,
.md .range-slider.color-blue .range-knob,
.md .range-slider.color-blue .range-knob-label,
.md .range-slider.color-blue .range-knob-label:before
{ background-color: #003eff; }
.md .button.button-outline,
.md .segmented .button.button-outline
{ border: 1px solid #003eff; }
.md .color-blue .button.button-outline,
.md .color-theme-blue .button.button-outline,
.md .button.color-blue.button-outline,
.md .preloader.color-blue .preloader-inner-gap,
.md .preloader.color-blue .preloader-inner-half-circle,
.md .preloader.preloader-blue .preloader-inner-gap,
.md .preloader.preloader-blue .preloader-inner-half-circle,
.md .radio input[type=radio]:checked~.icon-radio,
.md label.item-radio input[type=radio]:checked~* .icon-radio,
.md label.item-radio input[type=radio]:checked~.icon-radio,
.md .radio.color-blue input[type=radio]:checked~.icon-radio,
.md label.item-radio.color-blue input[type=radio]:checked~* .icon-radio,
.md label.item-radio.color-blue input[type=radio]:checked~.icon-radio
{ border-color: #2196f3; }
.md .checkbox input[type=checkbox]:checked~i,
.md label.item-checkbox input[type=checkbox]:checked~* .icon-checkbox,
.md label.item-checkbox input[type=checkbox]:checked~.icon-checkbox,
.md .color-theme-blue .checkbox input[type=checkbox]:checked~i,
.md .color-theme-blue label.item-checkbox input[type=checkbox]:checked~* .icon-checkbox,
.md .color-theme-blue label.item-checkbox input[type=checkbox]:checked~.icon-checkbox,
.md .checkbox.color-blue input[type=checkbox]:checked~i,
.md label.item-checkbox.color-blue input[type=checkbox]:checked~* .icon-checkbox,
.md label.item-checkbox.color-blue input[type=checkbox]:checked~.icon-checkbox
{ background-color: #003eff; border-color: #2196f3; }
.md .bg-color-blue { background-color: #003eff !important; }
.md .border-color-blue { border-color: #003eff !important; }
.md .photo-browser-page .navbar,
.md .photo-browser-page .toolbar
{ background: #003eff; }
.md .color-blue .photo-browser-page:not(.photo-browser-page-dark) .navbar,
.md .color-blue .photo-browser-page:not(.photo-browser-page-dark) .toolbar,
.md .color-theme-blue .photo-browser-page:not(.photo-browser-page-dark) .navbar,
.md .color-theme-blue .photo-browser-page:not(.photo-browser-page-dark) .toolbar
{ background-color: #003eff; } | app/modules/sch_student/css/f7-blue-as-system.css | .md .navbar,
.md .color-theme-blue .navbar,
.md .color-theme-blue.navbar,
.md .navbar.color-blue,
.md .toolbar,
.md .color-theme-blue .toolbar:not(.messagebar),
.md .color-theme-blue.toolbar:not(.messagebar),
.md .toolbar:not(.messagebar).color-blue,
.md .subnavbar,
.md .color-theme-blue .subnavbar,
.md .color-theme-blue.subnavbar,
.md .progressbar span,
.md .progressbar-infinite:after,
.md .progressbar-infinite:before,
.md .color-theme-blue .progressbar span,
.md .color-theme-blue .progressbar-infinite:after,
.md .color-theme-blue .progressbar-infinite:before,
.md .progressbar.color-blue span,
.md .progressbar-infinite.color-blue:after,
.md .progressbar-infinite.color-blue:before,
.md .timeline-horizontal .timeline-item-date,
.md .timeline-month-title,
.md .timeline-year-title,
.md .color-theme-blue .timeline-item-date,
.md .color-theme-blue .timeline-month-title,
.md .color-theme-blue .timeline-year-title,
.md .timeline.color-theme-blue .timeline-item-date,
.md .timeline.color-theme-blue .timeline-month-title,
.md .timeline.color-theme-blue .timeline-year-title,
.md .chip.color-blue,
.md .item-input-focused .item-input-wrap:after,
.md .color-theme-blue .item-input-focused .item-input-wrap:after,
.md .item-input-focused.color-blue .item-input-wrap:after,
.md .toggle input[type=checkbox]:checked+.toggle-icon:after,
.md .color-theme-blue .toggle input[type=checkbox]:checked+.toggle-icon:after,
.md .toggle.color-blue input[type=checkbox]:checked+.toggle-icon:after,
.md .range-bar-active,
.md .range-knob,
.md .range-knob-label,
.md .range-knob-label:before,
.md .calendar-header,
.md .calendar-day.calendar-day-has-events span:after,
.md .calendar-day.calendar-day-selected span,
.md .color-blue .calendar-header,
.md .color-theme-blue .calendar-header,
.md .color-blue .calendar-day.calendar-day-has-events span:after,
.md .color-theme-blue .calendar-day.calendar-day-has-events span:after,
.md .color-blue .calendar-day.calendar-day-selected span,
.md .color-theme-blue .calendar-day.calendar-day-selected span,
.md .fab-buttons a,
.md .fab>a,
.md .fab-morph,
.md .color-theme-blue .fab-buttons a,
.md .color-theme-blue .fab>a,
.md .color-theme-blue.fab-buttons a,
.md .color-theme-blue.fab>a,
.md .color-theme-blue .fab-morph,
.md .color-theme-blue.fab-morph,
.md .fab .fab-buttons>a.color-blue,
.md .fab-buttons.color-blue a,
.md .fab.color-blue .fab-buttons>a,
.md .fab.color-blue>a,
.md .fab>a.color-blue,
.md .fab-morph.color-blue,
.md .messagebar-attachment-delete,
.md .swiper-pagination-bullet-active,
.md .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-blue .swiper-pagination-bullet-active,
.md .color-theme-blue .swiper-pagination-bullet-active,
.md .color-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{ background: #003eff; }
.md a,
.md .color-theme-blue a,
.md a.color-blue,
.md .subnavbar.color-blue,
.md .color-theme-blue .list-button,
.md .links-list a.color-blue,
.md .links-list li.color-blue a,
.md .list .item-link.color-blue,
.md .list .list-button.color-blue,
.md .list li.color-blue .item-link,
.md .list li.color-blue .list-button,
.md .simple-list li.color-blue,
.md .button,
.md .color-blue .button,
.md .color-theme-blue .button,
.md .color-blue .button.button-outline,
.md .color-theme-blue .button.button-outline,
.md .icon.color-blue,
.md .dialog-button,
.md .dialog-button.color-blue,
.md .login-screen-content .list-button,
.md .color-theme-blue .login-screen-content .list-button,
.md .login-screen-content .list-button.color-blue,
.md .actions-button.color-blue,
.md .actions-button.color-blue .actions-button-text,
.md .actions-label.color-blue,
.md .card-footer a.link,
.md .card-header a.link,
.md .card-footer.color-theme-blue a.link,
.md .card-header.color-theme-blue a.link,
.md .color-theme-blue .card-footer a.link,
.md .color-theme-blue .card-header a.link,
.md .card-footer a.link.color-blue,
.md .card-header a.link.color-blue,
.md .item-input-focused .item-floating-label,
.md .item-input-focused .item-label,
.md .color-theme-blue .item-input-focused .item-floating-label,
.md .color-theme-blue .item-input-focused .item-label,
.md .item-input-focused.color-blue .item-floating-label,
.md .item-input-focused.color-blue .item-label,
.md .calendar-day.calendar-day-today span,
.md .color-blue .calendar-day.calendar-day-today span,
.md .color-theme-blue .calendar-day.calendar-day-today span,
.md .data-table-title-selected,
.md .color-blue .data-table-title-selected,
.md .color-theme-blue .data-table-title-selected,
.md .notification-title,
.md .text-color-blue
{ color: #003eff; }
.md .badge.color-blue,
.md .button.button-active,
.md .button.button-fill,
.md .button.button-fill-md,
.md .button.tab-link-active,
.md .color-blue .button.button-active,
.md .color-blue .button.button-fill,
.md .color-blue .button.button-fill-md,
.md .color-blue .button.tab-link-active,
.md .color-theme-blue .button.button-active,
.md .color-theme-blue .button.button-fill,
.md .color-theme-blue .button.button-fill-md,
.md .color-theme-blue .button.tab-link-active,
.md .button.color-blue.button-active,
.md .button.color-blue.button-fill,
.md .button.color-blue.button-fill-md,
.md .button.color-blue.tab-link-active,
.md .swipeout-actions-left>a.color-blue,
.md .swipeout-actions-left>button.color-blue,
.md .swipeout-actions-left>div.color-blue,
.md .swipeout-actions-left>span.color-blue,
.md .swipeout-actions-right>a.color-blue,
.md .swipeout-actions-right>button.color-blue,
.md .swipeout-actions-right>div.color-blue,
.md .swipeout-actions-right>span.color-blue,
.md .icon-radio:after,
.md .radio input[type=radio]:checked~.icon-radio:after,
.md label.item-radio input[type=radio]:checked~* .icon-radio:after,
.md label.item-radio input[type=radio]:checked~.icon-radio:after,
.md .color-theme-blue .icon-radio:after,
.md .color-theme-blue .radio input[type=radio]:checked~.icon-radio,
.md .color-theme-blue label.item-radio input[type=radio]:checked~* .icon-radio,
.md .color-theme-blue label.item-radio input[type=radio]:checked~.icon-radio,
.md .color-theme-blue .radio input[type=radio]:checked~.icon-radio:after,
.md .color-theme-blue label.item-radio input[type=radio]:checked~* .icon-radio:after,
.md .color-theme-blue label.item-radio input[type=radio]:checked~.icon-radio:after,
.md .radio.color-blue .icon-radio:after,
.md .radio.color-blue input[type=radio]:checked~.icon-radio:after,
.md label.item-radio.color-blue input[type=radio]:checked~* .icon-radio:after,
.md label.item-radio.color-blue input[type=radio]:checked~.icon-radio:after,
.md .color-theme-blue .range-slider .range-bar-active,
.md .color-theme-blue .range-slider .range-knob,
.md .color-theme-blue .range-slider .range-knob-label,
.md .color-theme-blue .range-slider .range-knob-label:before,
.md .range-slider.color-blue .range-bar-active,
.md .range-slider.color-blue .range-knob,
.md .range-slider.color-blue .range-knob-label,
.md .range-slider.color-blue .range-knob-label:before
{ background-color: #003eff; }
.md .button.button-outline,
.md .segmented .button.button-outline
{ border: 1px solid #003eff; }
.md .color-blue .button.button-outline,
.md .color-theme-blue .button.button-outline,
.md .button.color-blue.button-outline,
.md .preloader.color-blue .preloader-inner-gap,
.md .preloader.color-blue .preloader-inner-half-circle,
.md .preloader.preloader-blue .preloader-inner-gap,
.md .preloader.preloader-blue .preloader-inner-half-circle,
.md .radio input[type=radio]:checked~.icon-radio,
.md label.item-radio input[type=radio]:checked~* .icon-radio,
.md label.item-radio input[type=radio]:checked~.icon-radio,
.md .radio.color-blue input[type=radio]:checked~.icon-radio,
.md label.item-radio.color-blue input[type=radio]:checked~* .icon-radio,
.md label.item-radio.color-blue input[type=radio]:checked~.icon-radio
{ border-color: #2196f3; }
.md .checkbox input[type=checkbox]:checked~i,
.md label.item-checkbox input[type=checkbox]:checked~* .icon-checkbox,
.md label.item-checkbox input[type=checkbox]:checked~.icon-checkbox,
.md .color-theme-blue .checkbox input[type=checkbox]:checked~i,
.md .color-theme-blue label.item-checkbox input[type=checkbox]:checked~* .icon-checkbox,
.md .color-theme-blue label.item-checkbox input[type=checkbox]:checked~.icon-checkbox,
.md .checkbox.color-blue input[type=checkbox]:checked~i,
.md label.item-checkbox.color-blue input[type=checkbox]:checked~* .icon-checkbox,
.md label.item-checkbox.color-blue input[type=checkbox]:checked~.icon-checkbox
{ background-color: #003eff; border-color: #2196f3; }
.md .bg-color-blue { background-color: #003eff !important; }
.md .border-color-blue { border-color: #003eff !important; }
.md .photo-browser-page .navbar,
.md .photo-browser-page .toolbar
{ background: #003eff; }
.md .color-blue .photo-browser-page:not(.photo-browser-page-dark) .navbar,
.md .color-blue .photo-browser-page:not(.photo-browser-page-dark) .toolbar,
.md .color-theme-blue .photo-browser-page:not(.photo-browser-page-dark) .navbar,
.md .color-theme-blue .photo-browser-page:not(.photo-browser-page-dark) .toolbar
{ background-color: #003eff; } | 0.600657 | 0.040106 |
html { background: #efefdc; }
body {
width: 660px;
margin: 40px auto;
background: #def;
border: 2px solid #779;
/* Creates two shadow effects: outer and inner */
-webkit-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
-moz-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
-o-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
-ms-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
}
section {
margin: 20px 30px 10px;
padding: 20px 20px 10px;
overflow: hidden;
background: white;
border: 1px solid #dfdfef;
/* Creates two shadow effects: outer and inner */
-webkit-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
-moz-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
-o-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
-ms-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
}
body,section {
/* Sets a border radius for every element that needs it */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
footer { margin: 0 0 10px; }
h1 {
margin: 20px 30px 10px;
color: #446;
font: bold 30px/40px georgia, serif;
}
p {
margin: 0 0 10px;
font: 15px/20px sans-serif;
color: #557;
}
h1,p { text-shadow: 1px 1px 1px #88a; }
header p {
margin: 0;
padding: 2px 40px;
border-top: 1px solid #779;
border-bottom: 1px solid #779;
color: white;
font-size: 12px;
font-style: italic;
line-height: 20px;
text-shadow: 1px 1px 1px #779;
/* Adds a gradient fade */
background: #889;
background-image: -webkit-linear-gradient(top, #aac 0%, #88a 100%);
background-image: -moz-linear-gradient(top, #aac 0%, #88a 100%);
background-image: -o-linear-gradient(top, #aac 0%, #88a 100%);
background-image: -ms-linear-gradient(top, #aac 0%, #88a 100%);
background-image: linear-gradient(top, #aac 0%, #88a 100%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #aac),
color-stop(1, #88a)
);
}
footer p {
margin: 0;
color: #889;
font: italic 12px/1.67em sans-serif;
text-align: center;
text-shadow: 1px 1px 1px white;
} | exercises/ch02/styles/02.css | html { background: #efefdc; }
body {
width: 660px;
margin: 40px auto;
background: #def;
border: 2px solid #779;
/* Creates two shadow effects: outer and inner */
-webkit-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
-moz-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
-o-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
-ms-box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
box-shadow: 0 1px 6px #88a, inset 0 -1px 10px white;
}
section {
margin: 20px 30px 10px;
padding: 20px 20px 10px;
overflow: hidden;
background: white;
border: 1px solid #dfdfef;
/* Creates two shadow effects: outer and inner */
-webkit-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
-moz-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
-o-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
-ms-box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
box-shadow: inset 0 1px 4px #88a, 0 1px 10px white;
}
body,section {
/* Sets a border radius for every element that needs it */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
footer { margin: 0 0 10px; }
h1 {
margin: 20px 30px 10px;
color: #446;
font: bold 30px/40px georgia, serif;
}
p {
margin: 0 0 10px;
font: 15px/20px sans-serif;
color: #557;
}
h1,p { text-shadow: 1px 1px 1px #88a; }
header p {
margin: 0;
padding: 2px 40px;
border-top: 1px solid #779;
border-bottom: 1px solid #779;
color: white;
font-size: 12px;
font-style: italic;
line-height: 20px;
text-shadow: 1px 1px 1px #779;
/* Adds a gradient fade */
background: #889;
background-image: -webkit-linear-gradient(top, #aac 0%, #88a 100%);
background-image: -moz-linear-gradient(top, #aac 0%, #88a 100%);
background-image: -o-linear-gradient(top, #aac 0%, #88a 100%);
background-image: -ms-linear-gradient(top, #aac 0%, #88a 100%);
background-image: linear-gradient(top, #aac 0%, #88a 100%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #aac),
color-stop(1, #88a)
);
}
footer p {
margin: 0;
color: #889;
font: italic 12px/1.67em sans-serif;
text-align: center;
text-shadow: 1px 1px 1px white;
} | 0.448185 | 0.194923 |
@charset "UTF-8";
/* line 5, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 1, ../scss/modules/_dropdown.scss */
.dropdown {
z-index: -1;
position: absolute;
width: 180px;
background-color: #FFF;
visibility: hidden;
display: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 13, ../scss/modules/_dropdown.scss */
.dropdown.open {
display: block;
visibility: visible;
z-index: 9;
}
/* line 19, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-header {
color: #6A6A6A;
}
/* line 21, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-header h6 {
text-align: center;
border-bottom: 1px solid #CCC;
line-height: 40px;
line-height: 40px;
}
/* line 29, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-footer {
border-top: 1px solid #CCC;
color: #9B9B9B;
}
/* line 32, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-footer p {
padding: 10px 25px;
margin: 0;
line-height: 1.6em;
}
/* line 39, ../scss/modules/_dropdown.scss */
.dropdown ul {
width: 100%;
margin: 0;
padding: 5px 0;
}
/* line 43, ../scss/modules/_dropdown.scss */
.dropdown ul li {
list-style: none;
padding: 0 25px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
/* line 49, ../scss/modules/_dropdown.scss */
.dropdown ul li i {
margin-right: 8px;
}
/* line 52, ../scss/modules/_dropdown.scss */
.dropdown ul li a {
display: block;
color: #777;
text-align: left;
}
/* line 58, ../scss/modules/_dropdown.scss */
.dropdown ul li:hover, .dropdown ul li:hover a, .dropdown ul li.active, .dropdown ul li.active a {
color: #14A5FF;
cursor: pointer;
}
/* line 64, ../scss/modules/_dropdown.scss */
.dropdown ul hr {
background-color: #ddd;
margin: 5px 0;
}
/* line 68, ../scss/modules/_dropdown.scss */
.dropdown ul.fix-height {
height: 300px;
}
/* line 78, ../scss/modules/_dropdown.scss */
.dropdown-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -2;
}
/* line 92, ../scss/modules/_dropdown.scss */
.popup.dropdown.open {
-moz-animation-duration: 0.6s;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-moz-animation-name: popupMenu;
-webkit-animation-name: popupMenu;
animation-name: popupMenu;
}
/* Generated with Bounce.js. Edit at http://goo.gl/tR6n8A */
@-moz-keyframes popupMenu {
0% {
-webkit-transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.333333% {
-webkit-transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.666667% {
-webkit-transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10% {
-webkit-transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.333333% {
-webkit-transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
16.666667% {
-webkit-transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
20% {
-webkit-transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
23.333333% {
-webkit-transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
26.666667% {
-webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
30% {
-webkit-transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.333333% {
-webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.666667% {
-webkit-transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40% {
-webkit-transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
43.333333% {
-webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
46.666667% {
-webkit-transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
50% {
-webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
53.333333% {
-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.666667% {
-webkit-transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
60% {
-webkit-transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
66.666667% {
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
70% {
-webkit-transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.333333% {
-webkit-transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
76.666667% {
-webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
-webkit-transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
83.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.666667% {
-webkit-transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90% {
-webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.333333% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
96.666667% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@-webkit-keyframes popupMenu {
0% {
-webkit-transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.333333% {
-webkit-transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.666667% {
-webkit-transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10% {
-webkit-transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.333333% {
-webkit-transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
16.666667% {
-webkit-transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
20% {
-webkit-transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
23.333333% {
-webkit-transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
26.666667% {
-webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
30% {
-webkit-transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.333333% {
-webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.666667% {
-webkit-transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40% {
-webkit-transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
43.333333% {
-webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
46.666667% {
-webkit-transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
50% {
-webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
53.333333% {
-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.666667% {
-webkit-transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
60% {
-webkit-transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
66.666667% {
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
70% {
-webkit-transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.333333% {
-webkit-transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
76.666667% {
-webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
-webkit-transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
83.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.666667% {
-webkit-transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90% {
-webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.333333% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
96.666667% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@keyframes popupMenu {
0% {
-webkit-transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.333333% {
-webkit-transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.666667% {
-webkit-transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10% {
-webkit-transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.333333% {
-webkit-transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
16.666667% {
-webkit-transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
20% {
-webkit-transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
23.333333% {
-webkit-transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
26.666667% {
-webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
30% {
-webkit-transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.333333% {
-webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.666667% {
-webkit-transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40% {
-webkit-transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
43.333333% {
-webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
46.666667% {
-webkit-transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
50% {
-webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
53.333333% {
-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.666667% {
-webkit-transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
60% {
-webkit-transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
66.666667% {
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
70% {
-webkit-transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.333333% {
-webkit-transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
76.666667% {
-webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
-webkit-transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
83.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.666667% {
-webkit-transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90% {
-webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.333333% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
96.666667% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@-moz-keyframes slideDown {
0% {
-moz-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
-moz-transform: translateY(0%);
transform: translateY(0%);
}
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes slideDown {
0% {
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
/* line 150, ../scss/modules/_dropdown.scss */
.slide-down.dropdown.open {
-moz-animation-duration: 150ms;
-webkit-animation-duration: 150ms;
animation-duration: 150ms;
-moz-animation-name: slideDown;
-webkit-animation-name: slideDown;
animation-name: slideDown;
}
@-moz-keyframes fade-in-out {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fade-in-out {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in-out {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* line 170, ../scss/modules/_dropdown.scss */
.fade-in-out.dropdown.open {
-moz-animation-duration: 300ms;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-moz-animation-name: fade-in-out;
-webkit-animation-name: fade-in-out;
animation-name: fade-in-out;
}
/* line 1, ../scss/templates/_home.scss */
.home {
background-color: #E9E9E9;
padding-top: 40px;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_home.scss */
.home .inner-wrapper {
position: relative;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 13, ../scss/templates/_home.scss */
.home .inner-wrapper .info {
padding: 25px 40px;
height: calc(100vh - 150px);
}
/* line 16, ../scss/templates/_home.scss */
.home .inner-wrapper .info .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 1, ../scss/templates/_example.scss */
.example {
background-color: #E9E9E9;
padding: 40px 0;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_example.scss */
.example .top-nav {
height: 22px;
line-height: 22px;
margin-bottom: 4px;
font-size: 16px;
color: #333;
}
/* line 13, ../scss/templates/_example.scss */
.example .top-nav .nav {
display: inline-block;
cursor: pointer;
}
/* line 17, ../scss/templates/_example.scss */
.example .top-nav .glyphicon {
margin: 0 5px;
height: 22px;
line-height: 22px;
font-size: 12px;
}
/* line 24, ../scss/templates/_example.scss */
.example .inner-wrapper {
position: relative;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 30, ../scss/templates/_example.scss */
.example .inner-wrapper .info {
padding: 25px 40px;
}
/* line 32, ../scss/templates/_example.scss */
.example .inner-wrapper .info .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 41, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar {
position: relative;
height: 40px;
width: 100%;
border-bottom: 2px solid #eee;
}
/* line 46, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .topbar-item {
display: inline-block;
padding: 0 6px;
width: 100px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #666;
cursor: pointer;
}
/* line 56, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .date-info {
display: inline-block;
padding: 0 6px;
height: 40px;
line-height: 50px;
font-size: 14px;
color: #ff6812;
float: right;
}
/* line 65, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .switcher {
position: absolute;
top: 38px;
left: 0;
height: 2px;
width: 100px;
background-color: #ef5700;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 73, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .switcher.right {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* line 77, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .switcher.left {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* line 84, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper .form-group {
display: inline-block;
margin-right: 15px;
}
/* line 87, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper .form-group label {
font-size: 14px;
margin-bottom: 6px;
font-weight: bold;
}
/* line 95, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.company .form-group.id {
width: 450px;
}
/* line 98, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.company .form-group.name {
width: calc(100% - 350px - 20px);
}
/* line 101, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.company .form-group.button {
width: calc(100% - 700px - 20px);
margin-right: 0;
}
/* line 108, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.dollar .form-group {
width: 22%;
vertical-align: top;
}
/* line 111, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.dollar .form-group:last-child {
width: calc(34% - 60px);
margin-right: 0;
}
/* line 1, ../scss/templates/_invoice.scss */
.invoice-page {
background-color: #E9E9E9;
padding: 40px 0;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper {
position: relative;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 13, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content {
padding: 25px 40px;
}
/* line 15, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar {
position: relative;
height: 40px;
width: 100%;
border-bottom: 2px solid #eee;
}
/* line 20, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .topbar-item {
display: inline-block;
padding: 0 6px;
width: 100px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #666;
cursor: pointer;
}
/* line 30, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .date-info {
display: inline-block;
padding: 0 6px;
height: 40px;
line-height: 50px;
font-size: 14px;
color: #ff6812;
float: right;
}
/* line 39, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .switcher {
position: absolute;
top: 38px;
left: 0;
height: 2px;
width: 100px;
background-color: #ef5700;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 47, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .switcher.right {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* line 51, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .switcher.left {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* line 58, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice {
padding: 20px 0;
}
/* line 61, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content {
margin-bottom: 20px;
}
/* line 63, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-title {
width: 100%;
height: 30px;
line-height: 30px;
margin-bottom: 20px;
font-size: 20px;
color: #333;
border-bottom: 1px solid #ccc;
}
/* line 73, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper .form-group {
display: inline-block;
margin-right: 15px;
}
/* line 76, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper .form-group label {
font-size: 14px;
margin-bottom: 6px;
font-weight: bold;
}
/* line 84, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.id, .invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.date {
width: 200px;
}
/* line 87, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.name {
width: calc(100% - 400px - 40px);
}
/* line 90, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.date {
vertical-align: top;
margin-right: 0;
}
/* line 97, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.dollar .form-group {
width: 22%;
vertical-align: top;
}
/* line 100, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.dollar .form-group:last-child {
width: calc(34% - 60px);
margin-right: 0;
}
/* line 108, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .action {
text-align: center;
}
/* line 110, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .action .btn-info {
width: 150px;
margin-right: 15px;
}
/* line 116, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result {
height: 0;
visibility: hidden;
opacity: 0;
border-top: 1px solid #eee;
text-align: center;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 123, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result.result-show {
height: 586px;
margin-top: 20px;
visibility: visible;
opacity: 1;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 129, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result.result-show .result-wrapper {
display: block;
}
/* line 133, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper {
display: none;
width: 800px;
height: 550px;
padding: 10px 30px;
margin: 35px auto 0;
text-align: center;
border: 2px dashed #ccc;
}
/* line 141, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-title {
font-size: 20px;
height: 24px;
line-height: 24px;
margin-bottom: 8px;
color: #aaa;
}
/* line 147, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-title span {
margin: 0 10px;
}
/* line 151, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-desc {
color: #aaa;
font-size: 16px;
margin-bottom: 8px;
}
/* line 156, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-date {
display: inline-block;
height: 28px;
line-height: 28px;
vertical-align: top;
}
/* line 161, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-date span {
color: #333;
font-size: 24px;
}
/* line 166, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content {
text-align: left;
font-size: 14px;
color: #aaa;
}
/* line 170, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-buyer {
margin-bottom: 8px;
height: 28px;
line-height: 28px;
}
/* line 174, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-buyer span {
color: #333;
font-size: 24px;
line-height: 24px;
}
/* line 180, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta {
margin-bottom: 15px;
}
/* line 182, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid {
display: inline-block;
margin-right: 15px;
}
/* line 185, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid span {
height: 24px;
line-height: 28px;
}
/* line 189, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid .id-item {
width: 28px;
height: 28px;
display: inline-block;
border: 1px solid #ccc;
border-right: none;
text-align: center;
line-height: 28px;
vertical-align: top;
font-size: 24px;
color: #333;
}
/* line 200, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid .id-item:last-child {
border-right: 1px solid #ccc;
}
/* line 206, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table {
height: 200px;
}
/* line 210, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table thead tr th {
border: 1px solid #C38293;
font-size: 16px;
padding: 4px 8px;
}
/* line 219, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td {
height: 40px;
line-height: 40px;
border: 1px solid #C38293;
padding: 0 8px;
font-size: 16px;
}
/* line 225, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-answer {
color: #333;
font-size: 24px;
}
/* line 229, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word {
text-align: right;
font-size: 24px;
}
/* line 232, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word .word-item {
display: inline-block;
width: 60px;
margin-left: 5px;
}
/* line 236, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .word {
display: inline-block;
margin-right: 5px;
text-align: center;
color: #333;
}
/* line 242, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .unit {
line-height: 20px;
font-size: 16px;
}
/* line 1, ../scss/templates/_studentInfo.scss */
.studentinfo {
background-color: #E9E9E9;
padding-top: 40px;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper {
position: relative;
width: 100%;
}
/* line 10, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import {
padding: 25px 40px;
height: calc(100vh - 150px);
background-color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 16, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 24, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group {
display: -webkit-flex;
display: flex;
height: 35px;
}
/* line 27, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown {
position: relative;
margin-right: 20px;
}
/* line 30, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown .spin-style {
display: inline-block;
margin-right: 10px;
}
/* line 34, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown .btn-default {
position: relative;
max-width: 280px;
padding-right: 20px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* line 41, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown .btn-default .caret {
position: absolute;
top: 50%;
right: 10px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 49, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload {
width: calc(100% - 556px);
margin-right: 20px;
border: 1px solid #ccc;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 55, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload.is-empty {
border: 1px solid #F14342;
}
/* line 58, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload .upload-title {
width: 80px;
height: 34px;
text-align: center;
line-height: 34px;
background-image: linear-gradient(to bottom, #ffb489 0%, #ff7323 100%);
display: inline-block;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px;
border-radius: 3px 0 0 3px;
font-size: 14px;
color: #FFF;
}
/* line 69, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload .upload-name {
display: inline-block;
width: calc(100% - 100px);
height: 34px;
line-height: 34px;
overflow: hidden;
vertical-align: top;
margin-left: 5px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
}
/* line 82, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-control {
width: 300px;
}
/* line 84, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-control .form-control {
height: 36px;
}
/* line 88, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container {
display: none;
width: 100px;
margin-left: 20px;
}
/* line 92, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container .label {
height: 24px;
line-height: 24px;
padding: 0 10px;
margin: auto 10px;
}
/* line 98, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container .spin-style {
margin: auto;
}
/* line 101, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container.show-result {
display: -webkit-flex;
display: flex;
}
/* line 106, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content {
position: relative;
height: calc(100% - 60px);
overflow: hidden;
margin-top: 20px;
}
/* line 111, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 2;
}
/* line 119, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout .load-block {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 125, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout .load-block .layout-title {
font-size: 20px;
color: #FFF;
}
/* line 128, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout .load-block .layout-title .spin-style {
display: inline-block;
}
/* line 134, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .si-div {
display: none;
position: relative;
width: 100%;
max-height: 100%;
overflow: hidden;
}
/* line 142, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .si-div table tr th {
background-color: rgba(255, 93, 1, 0.8);
color: #FFF;
}
/* line 148, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .si-div.show {
display: block;
border: 2px solid #ccc;
border-top: none;
}
/* line 157, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content {
position: fixed;
top: 70px;
height: 102px;
padding-top: 25px;
margin-left: -1px;
width: 1263px;
background-color: #E9E9E9;
z-index: 99;
}
/* line 166, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .top-nav {
height: 22px;
line-height: 22px;
margin-bottom: 4px;
font-size: 16px;
color: #333;
}
/* line 172, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .top-nav .nav {
display: inline-block;
cursor: pointer;
}
/* line 176, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .top-nav .glyphicon {
margin: 0 5px;
height: 22px;
line-height: 22px;
font-size: 12px;
}
/* line 183, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar {
padding: 0 20px;
height: 50px;
line-height: 50px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 191, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .btn-group .btn {
height: 35px;
line-height: 35px;
padding: 0 10px;
}
/* line 195, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .btn-group .btn .select-block {
display: -webkit-flex;
display: flex;
width: 16px;
height: 16px;
margin: 2px;
border: 1px solid #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 202, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .btn-group .btn .select-block span {
font-size: 12px;
}
/* line 208, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .select-info {
display: inline-block;
margin-left: 10px;
height: 50px;
line-height: 50px;
}
/* line 215, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .student-search {
display: -webkit-inline-flex;
display: inline-flex;
height: 50px;
width: 280px;
vertical-align: top;
float: right;
}
/* line 221, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .student-search .input-group {
margin: auto;
}
/* line 223, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .student-search .input-group input {
height: 35px;
line-height: 35px;
padding: 0 10px;
}
/* line 233, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .loader {
margin-top: 75px;
}
/* line 236, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content {
margin-top: 80px;
}
/* line 238, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .manage-title {
height: 60px;
line-height: 60px;
padding: 0 24px;
font-size: 16px;
color: #FFF;
background-color: #FF8400;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px;
border-radius: 3px 3px 0 0;
}
/* line 247, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content, .studentinfo .inner-wrapper .manage .manage-content .course-content {
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 251, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content .content-title, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-title {
position: relative;
height: 50px;
line-height: 50px;
background-color: #ff8f4f;
color: #FFF;
font-size: 20px;
text-align: center;
font-weight: bold;
cursor: pointer;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px;
border-radius: 3px 3px 0 0;
}
/* line 265, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content {
margin-bottom: 20px;
}
/* line 272, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-title .glyphicon {
top: 0;
font-size: 12px;
margin-left: 10px;
}
/* line 277, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-title .btn-group {
position: absolute;
top: 50%;
right: 20px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 282, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-title .btn-group .spin-style {
display: inline-block;
}
/* line 289, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content.open-level .content-title .glyphicon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 293, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content.open-level .content-info {
display: -webkit-flex;
display: flex;
}
/* line 297, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info {
display: none;
padding: 10px 0;
}
/* line 300, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right {
display: inline-block;
-webkit-flex: 1;
flex: 1;
margin: 0 20px;
}
/* line 304, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group {
line-height: 35px;
margin-bottom: 0;
vertical-align: top;
}
/* line 308, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group label, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group label {
vertical-align: top;
font-size: 16px;
font-weight: bold;
}
/* line 313, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group a, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group a {
cursor: pointer;
}
/* line 316, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group b, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group b {
color: #F14342;
font-weight: bold;
}
/* line 328, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table thead tr th {
height: 50px;
line-height: 40px;
padding: 0;
text-align: left;
}
/* line 338, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table tbody tr td {
position: relative;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 14px;
text-align: left;
}
/* line 345, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table tbody tr td.empty {
text-align: center;
}
/* line 349, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table tbody tr.selected {
background-color: #D1E1FD;
}
/* line 1, ../scss/templates/_course.scss */
.course-info {
background-color: #E9E9E9;
padding: 40px 0;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_course.scss */
.course-info .inner-wrapper {
position: relative;
width: 100%;
}
/* line 10, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create {
width: 100%;
padding: 25px 40px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 16, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 24, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content {
display: -webkit-flex;
display: flex;
padding: 10px 0;
}
/* line 27, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left,
.course-info .inner-wrapper .create .input-content .right {
display: inline-block;
-webkit-flex: 1;
flex: 1;
}
/* line 31, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group,
.course-info .inner-wrapper .create .input-content .right .form-group {
line-height: 35px;
margin-bottom: 15px;
vertical-align: top;
}
/* line 36, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.cc-address .input-dropdown,
.course-info .inner-wrapper .create .input-content .right .form-group.cc-address .input-dropdown {
width: calc(100% - 55px);
}
/* line 38, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.cc-address .input-dropdown .form-control,
.course-info .inner-wrapper .create .input-content .right .form-group.cc-address .input-dropdown .form-control {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px;
border-radius: 3px 0 0 3px;
}
/* line 42, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.cc-address .btn,
.course-info .inner-wrapper .create .input-content .right .form-group.cc-address .btn {
margin-left: -4px;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0;
border-radius: 0 3px 3px 0;
}
/* line 47, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.submit,
.course-info .inner-wrapper .create .input-content .right .form-group.submit {
text-align: right;
}
/* line 50, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .multi-input,
.course-info .inner-wrapper .create .input-content .right .form-group .multi-input {
display: -webkit-flex;
display: flex;
}
/* line 52, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .multi-input .input-dropdown-content,
.course-info .inner-wrapper .create .input-content .right .form-group .multi-input .input-dropdown-content {
width: 150px;
margin-right: 10px;
}
/* line 56, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .multi-input .input-group,
.course-info .inner-wrapper .create .input-content .right .form-group .multi-input .input-group {
width: calc(100% - 160px);
}
/* line 60, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group label,
.course-info .inner-wrapper .create .input-content .right .form-group label {
vertical-align: top;
font-size: 16px;
font-weight: bold;
}
/* line 65, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .input-dropdown,
.course-info .inner-wrapper .create .input-content .right .form-group .input-dropdown {
width: 100%;
}
/* line 67, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .input-dropdown ul > li,
.course-info .inner-wrapper .create .input-content .right .form-group .input-dropdown ul > li {
padding: 0 10px;
}
/* line 69, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .input-dropdown ul > li.active,
.course-info .inner-wrapper .create .input-content .right .form-group .input-dropdown ul > li.active {
background-color: #FF8F4F;
color: #FFF;
}
/* line 75, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .add-result,
.course-info .inner-wrapper .create .input-content .right .form-group .add-result {
padding-top: 5px;
}
/* line 77, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .add-result .btn,
.course-info .inner-wrapper .create .input-content .right .form-group .add-result .btn {
margin-right: 5px;
}
/* line 83, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left {
margin-right: 20px;
}
/* line 86, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .right {
margin-left: 20px;
}
/* line 90, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .action-content {
padding-top: 20px;
border-top: 1px solid #ccc;
text-align: center;
}
/* line 94, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .action-content .btn {
width: 100px;
margin-right: 20px;
}
/* line 97, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .action-content .btn.open {
width: 150px;
margin-right: 0;
}
/* line 105, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar {
height: 50px;
line-height: 50px;
padding: 0 15px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 112, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown {
display: -webkit-inline-flex;
display: inline-flex;
position: relative;
margin-left: 20px;
}
/* line 116, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown #class-label {
margin: auto;
}
/* line 118, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown #class-label .spin-style {
display: inline-block;
margin-right: 10px;
}
/* line 123, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown .dropdown-menu {
top: calc(100% - 10px);
}
/* line 125, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown .dropdown-menu li {
cursor: pointer;
}
/* line 130, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search {
display: -webkit-inline-flex;
display: inline-flex;
height: 50px;
width: 300px;
vertical-align: top;
}
/* line 135, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search.button {
width: auto;
}
/* line 138, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search .input-group {
margin: auto;
margin-right: 20px;
}
/* line 142, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search .btn-group {
height: 34px;
margin: auto 0;
}
/* line 148, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .loader {
margin-top: 20px;
}
/* line 151, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content {
margin-top: 20px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* line 158, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content.open-level .content-title .glyphicon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 162, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content.open-level .table-content {
display: block;
}
/* line 166, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .content-title {
height: 50px;
line-height: 50px;
background-color: #ff8f4f;
color: #FFF;
font-size: 20px;
text-align: center;
font-weight: bold;
cursor: pointer;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px;
border-radius: 5px 5px 0 0;
}
/* line 176, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .content-title .glyphicon {
top: 0;
font-size: 12px;
margin-left: 10px;
}
/* line 182, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content {
display: none;
padding-top: 10px;
}
/* line 189, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td {
position: relative;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 14px;
text-align: left;
}
/* line 196, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td:nth-of-type(0n+1) {
padding-left: 20px;
}
/* line 199, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td.batch {
color: #333;
cursor: default;
}
/* line 203, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td.course {
color: #0F8CF7;
cursor: pointer;
}
/* line 208, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr.selected {
background-color: #D1E1FD;
}
/* line 218, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table thead tr th {
height: 40px;
line-height: 40px;
padding: 0;
text-align: left;
}
/* line 223, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table thead tr th:nth-of-type(0n+1) {
padding-left: 20px;
}
/* line 231, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr td {
position: relative;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 14px;
text-align: left;
}
/* line 238, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr td:nth-of-type(0n+1) {
padding-left: 20px;
}
/* line 241, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr td.batch {
color: #0F8CF7;
cursor: pointer;
}
/* line 246, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr.selected {
background-color: #D1E1FD;
}
/* line 254, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .empty-content {
display: inline-block;
position: absolute;
bottom: -60px;
left: 50%;
font-size: 30px;
font-weight: bold;
color: #333;
transform: translateX(-50%);
z-index: 1;
}
/* line 6, ../scss/directives/_loading.scss */
.loader {
margin: 0 auto;
text-align: center;
width: 100%;
min-height: 100%;
opacity: 1;
}
/* line 12, ../scss/directives/_loading.scss */
.loader .loading-spokes {
position: relative;
margin: auto;
height: 45px;
}
/* line 16, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container {
position: absolute;
top: 50%;
left: calc(50% - 10px*1.5);
-moz-transform-origin: 50% -100%;
-ms-transform-origin: 50% -100%;
-webkit-transform-origin: 50% -100%;
transform-origin: 50% -100%;
}
/* line 21, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container .spoke {
background: #9B9B9B;
width: 4px;
height: 10px;
-moz-animation: spoke 1s infinite;
-webkit-animation: spoke 1s infinite;
animation: spoke 1s infinite;
-moz-animation-delay: inherit;
-webkit-animation-delay: inherit;
animation-delay: inherit;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* line 29, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+1) {
-moz-transform: translate(100%, 50%) rotate(-90deg);
-ms-transform: translate(100%, 50%) rotate(-90deg);
-webkit-transform: translate(100%, 50%) rotate(-90deg);
transform: translate(100%, 50%) rotate(-90deg);
-moz-animation-delay: -0.875s;
-webkit-animation-delay: -0.875s;
animation-delay: -0.875s;
}
/* line 33, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+2) {
-moz-transform: translate(100%, 50%) rotate(-45deg);
-ms-transform: translate(100%, 50%) rotate(-45deg);
-webkit-transform: translate(100%, 50%) rotate(-45deg);
transform: translate(100%, 50%) rotate(-45deg);
-moz-animation-delay: -0.75s;
-webkit-animation-delay: -0.75s;
animation-delay: -0.75s;
}
/* line 37, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+3) {
-moz-transform: translate(100%, 50%);
-ms-transform: translate(100%, 50%);
-webkit-transform: translate(100%, 50%);
transform: translate(100%, 50%);
-moz-animation-delay: -0.625s;
-webkit-animation-delay: -0.625s;
animation-delay: -0.625s;
}
/* line 41, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+4) {
-moz-transform: translate(100%, 50%) rotate(45deg);
-ms-transform: translate(100%, 50%) rotate(45deg);
-webkit-transform: translate(100%, 50%) rotate(45deg);
transform: translate(100%, 50%) rotate(45deg);
-moz-animation-delay: -0.5s;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
/* line 45, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+5) {
-moz-transform: translate(100%, 50%) rotate(90deg);
-ms-transform: translate(100%, 50%) rotate(90deg);
-webkit-transform: translate(100%, 50%) rotate(90deg);
transform: translate(100%, 50%) rotate(90deg);
-moz-animation-delay: -0.375s;
-webkit-animation-delay: -0.375s;
animation-delay: -0.375s;
}
/* line 49, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+6) {
-moz-transform: translate(100%, 50%) rotate(135deg);
-ms-transform: translate(100%, 50%) rotate(135deg);
-webkit-transform: translate(100%, 50%) rotate(135deg);
transform: translate(100%, 50%) rotate(135deg);
-moz-animation-delay: -0.25s;
-webkit-animation-delay: -0.25s;
animation-delay: -0.25s;
}
/* line 53, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+7) {
-moz-transform: translate(100%, 50%) rotate(180deg);
-ms-transform: translate(100%, 50%) rotate(180deg);
-webkit-transform: translate(100%, 50%) rotate(180deg);
transform: translate(100%, 50%) rotate(180deg);
-moz-animation-delay: -0.125s;
-webkit-animation-delay: -0.125s;
animation-delay: -0.125s;
}
/* line 57, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+8) {
-moz-transform: translate(100%, 50%) rotate(225deg);
-ms-transform: translate(100%, 50%) rotate(225deg);
-webkit-transform: translate(100%, 50%) rotate(225deg);
transform: translate(100%, 50%) rotate(225deg);
-moz-animation-delay: 0;
-webkit-animation-delay: 0;
animation-delay: 0;
}
@keyframes spoke {
0% {
opacity: 1;
}
100% {
opacity: 0.2;
}
}
/* ==========================================
* http://codepen.io/Augus/pen/jPaXBo
* ========================================== */
/* line 6, ../scss/directives/_spin.scss */
.spin:after {
display: block;
position: relative;
width: 20px;
height: 20px;
margin: 0 auto;
border-top: 2px solid #545a6a;
border-bottom: 2px solid #d4d4db;
border-left: 2px solid #545a6a;
border-right: 2px solid #d4d4db;
content: '';
opacity: 1;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-animation: rotate 0.6s linear infinite;
-webkit-animation: rotate 0.6s linear infinite;
animation: rotate 0.6s linear infinite;
}
/* line 23, ../scss/directives/_spin.scss */
.spin.spin-large:after {
width: 40px;
height: 40px;
}
/* line 29, ../scss/directives/_spin.scss */
.spin.spin-medium:after {
width: 20px;
height: 20px;
}
/* line 35, ../scss/directives/_spin.scss */
.spin.spin-small:after {
width: 12px;
height: 12px;
}
/* line 42, ../scss/directives/_spin.scss */
.spin.throbber_green:after {
opacity: 1;
border-top: 1px solid #42a26e;
border-bottom: 1px solid #fff;
border-left: 1px solid #42a26e;
border-right: 1px solid #fff;
}
@-moz-keyframes rotate {
0% {
-moz-transform: rotateZ(-360deg);
transform: rotateZ(-360deg);
}
100% {
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotateZ(-360deg);
transform: rotateZ(-360deg);
}
100% {
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
}
@keyframes rotate {
0% {
-moz-transform: rotateZ(-360deg);
-ms-transform: rotateZ(-360deg);
-webkit-transform: rotateZ(-360deg);
transform: rotateZ(-360deg);
}
100% {
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
}
/* line 1, ../scss/directives/_topbar.scss */
#topbar {
position: fixed;
top: 0;
width: 100%;
height: 70px;
background-color: #FFF;
z-index: 999;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 9, ../scss/directives/_topbar.scss */
#topbar .wrapper {
display: -webkit-flex;
display: flex;
}
/* line 12, ../scss/directives/_topbar.scss */
#topbar .left {
-webkit-flex: 1;
flex: 1;
height: 70px;
}
/* line 15, ../scss/directives/_topbar.scss */
#topbar .left .logo {
display: inline-block;
margin: 10px 14px 0 0;
width: 105px;
height: 50px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
/* line 25, ../scss/directives/_topbar.scss */
#topbar .left .slogan {
display: inline-block;
margin: auto 0 10px;
font-size: 18px;
height: 20px;
line-height: 20px;
color: #FF5D01;
font-weight: bold;
}
/* line 35, ../scss/directives/_topbar.scss */
#topbar .right {
-webkit-flex: 1;
flex: 1;
height: 70px;
}
/* line 38, ../scss/directives/_topbar.scss */
#topbar .right .right-menu {
text-align: right;
}
/* line 40, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
margin: 10px 0;
cursor: pointer;
}
/* line 47, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item .nav-button {
width: 100%;
height: 100%;
display: -webkit-inline-flex;
display: inline-flex;
}
/* line 51, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item .nav-button span {
font-size: 20px;
margin: auto;
color: rgba(0, 0, 0, 0.55);
}
/* line 57, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item .nav-button:hover span {
color: rgba(0, 0, 0, 0.85);
}
/* line 65, ../scss/directives/_topbar.scss */
#topbar .nav-menu {
width: 240px;
}
/* line 67, ../scss/directives/_topbar.scss */
#topbar .nav-menu:before {
content: "";
position: absolute;
top: -4px;
right: 18px;
width: 10px;
height: 10px;
background-color: #FFF;
z-index: -1;
-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* line 79, ../scss/directives/_topbar.scss */
#topbar .nav-menu:after {
content: "";
position: absolute;
top: -4px;
right: 18px;
width: 10px;
height: 10px;
background-color: #FFF;
z-index: -1;
-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* line 1, ../scss/directives/_navigator.scss */
#navigator {
width: 240px;
background-color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 6, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item {
position: relative;
width: 100%;
cursor: pointer;
}
/* line 10, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-title {
padding: 0 14px;
font-size: 16px;
line-height: 40px;
color: #565151;
height: 40px;
display: -webkit-flex;
display: flex;
}
/* line 17, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-title i {
margin-right: 10px;
height: 40px;
line-height: 42px;
}
/* line 22, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-title span.icon {
position: absolute;
top: 0;
right: 15px;
line-height: 40px;
font-size: 12px;
}
/* line 31, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-menu .menu-list {
height: 0;
margin: 0;
padding: 0 30px;
border-left: 1px dashed #aaa;
overflow: hidden;
}
/* line 37, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-menu .menu-list .menu-item {
padding: 10px 0;
height: 34px;
line-height: inherit;
font-size: 16px;
}
/* line 42, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-menu .menu-list .menu-item.active {
color: #FF5D01;
}
/* line 49, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item.active .item-title {
background-color: rgba(255, 93, 1, 0.2);
}
/* line 55, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item.show-menu .item-title span.icon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 60, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item.show-menu .item-menu .menu-list {
height: auto;
margin: 10px 0 10px 26px;
}
/* line 2, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-dialog {
margin: 18px auto;
}
/* line 5, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-header {
position: relative;
}
/* line 7, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-header .close {
position: absolute;
top: 1px;
right: 0;
height: 53px;
width: 53px;
}
/* line 14, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-header h4 {
text-align: center;
font-size: 20px;
}
/* line 19, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body {
padding: 20px 30px;
}
/* line 21, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content {
display: -webkit-flex;
display: flex;
}
/* line 23, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left,
#invoice-modal .modal-body .invoice-info-content .right {
display: inline-block;
-webkit-flex: 1;
flex: 1;
}
/* line 27, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group,
#invoice-modal .modal-body .invoice-info-content .right .form-group {
height: 35px;
line-height: 35px;
margin-bottom: 0;
margin-right: 20px;
vertical-align: top;
}
/* line 33, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group label,
#invoice-modal .modal-body .invoice-info-content .right .form-group label {
vertical-align: top;
font-size: 16px;
font-weight: bold;
}
/* line 38, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-group,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-group {
width: calc(100% - 120px);
display: inline-block;
}
/* line 41, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-group .input-group-addon,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-group .input-group-addon {
height: 34px;
}
/* line 44, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-group input,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-group input {
width: calc(100% - 40px);
}
/* line 48, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .warning,
#invoice-modal .modal-body .invoice-info-content .right .form-group .warning {
color: #F14342;
}
/* line 51, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block {
position: relative;
display: inline-block;
}
/* line 54, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block input,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block input {
width: 170px;
padding-right: 25px;
}
/* line 57, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block input.id,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block input.id {
width: 120px;
}
/* line 61, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .company-correct,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .company-correct {
position: absolute;
display: none;
bottom: -18px;
left: -125px;
font-size: 12px;
color: #333;
height: 14px;
width: 295px;
line-height: 14px;
color: #0F8CF7;
text-decoration: underline;
cursor: pointer;
}
/* line 75, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .loading,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .loading {
position: absolute;
right: 10px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 81, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .success, #invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .error,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .success,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .error {
display: none;
}
/* line 85, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-error .success,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-error .success {
display: none;
}
/* line 88, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-error .error,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-error .error {
display: block;
}
/* line 91, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-error .company-correct,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-error .company-correct {
display: block;
}
/* line 96, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-success .success,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-success .success {
display: block;
}
/* line 99, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-success .error,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-success .error {
display: none;
}
/* line 108, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-pager {
margin: 20px 0 5px;
text-align: center;
}
/* line 111, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-pager .pager {
display: inline-block;
width: 7px;
height: 7px;
margin: 0 5px;
background-color: rgba(51, 51, 51, 0.2);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/* line 118, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-pager .pager.active {
background-color: #333;
}
/* line 123, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper {
height: 550px;
padding: 10px 30px;
margin: 0 auto;
text-align: center;
border: 2px dashed #ccc;
}
/* line 129, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-title {
font-size: 20px;
height: 24px;
line-height: 24px;
margin-bottom: 8px;
color: #aaa;
}
/* line 135, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-title span {
margin: 0 10px;
}
/* line 139, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-desc {
color: #aaa;
font-size: 16px;
margin-bottom: 8px;
}
/* line 144, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-date {
display: inline-block;
height: 28px;
line-height: 28px;
vertical-align: top;
}
/* line 149, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-date span {
color: #333;
font-size: 24px;
}
/* line 154, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content {
text-align: left;
font-size: 14px;
color: #aaa;
}
/* line 158, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-buyer {
margin-bottom: 8px;
height: 28px;
line-height: 28px;
}
/* line 162, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-buyer span {
color: #333;
font-size: 24px;
line-height: 24px;
}
/* line 168, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta {
margin-bottom: 15px;
}
/* line 170, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid {
display: inline-block;
margin-right: 15px;
}
/* line 173, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid span {
height: 24px;
line-height: 28px;
}
/* line 177, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid .id-item {
width: 28px;
height: 28px;
display: inline-block;
border: 1px solid #ccc;
border-right: none;
text-align: center;
line-height: 28px;
vertical-align: top;
font-size: 24px;
color: #333;
}
/* line 188, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid .id-item:last-child {
border-right: 1px solid #ccc;
}
/* line 194, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table {
height: 200px;
}
/* line 198, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table thead tr th {
border: 1px solid #C38293;
font-size: 16px;
padding: 4px 8px;
}
/* line 207, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td {
height: 40px;
line-height: 40px;
border: 1px solid #C38293;
padding: 0 8px;
font-size: 16px;
}
/* line 213, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-answer {
color: #333;
font-size: 24px;
}
/* line 217, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word {
text-align: right;
font-size: 24px;
}
/* line 220, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word .word-item {
display: inline-block;
width: 60px;
margin-left: 5px;
}
/* line 224, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .word {
display: inline-block;
margin-right: 5px;
text-align: center;
color: #333;
}
/* line 230, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .unit {
line-height: 20px;
font-size: 16px;
}
/* line 245, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer {
text-align: left;
padding: 15px 30px;
}
/* line 248, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline {
display: inline-block;
}
/* line 250, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline span {
display: inline-block;
height: 34px;
line-height: 34px;
margin-right: 10px;
}
/* line 256, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .radio-inline {
height: 34px;
line-height: 34px;
}
/* line 259, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .radio-inline input {
margin: 0;
top: 48%;
left: 4px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 266, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group {
margin-left: 30px;
}
/* line 268, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group label {
height: 35px;
line-height: 35px;
margin-right: 10px;
}
/* line 273, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group input {
width: 130px;
}
/* line 275, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group input.tax {
width: 80px;
}
/* line 281, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .btn {
float: right;
}
/* line 284, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container {
display: none;
height: 34px;
margin-right: 20px;
float: right;
}
/* line 289, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container .label {
height: 24px;
line-height: 24px;
padding: 0 10px;
margin: auto 10px;
}
/* line 295, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container .spin-style {
margin: auto;
}
/* line 299, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container.show-result {
display: -webkit-flex;
display: flex;
}
/* line 304, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button, #invoice-modal .left-button {
position: absolute;
top: 50%;
width: 50px;
height: 200px;
background-color: rgba(51, 51, 51, 0.2);
cursor: pointer;
display: -webkit-flex;
display: flex;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 313, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button span, #invoice-modal .left-button span {
color: #FFF;
font-size: 28px;
margin: auto;
}
/* line 318, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button:hover, #invoice-modal .left-button:hover {
background-color: rgba(51, 51, 51, 0.5);
}
/* line 321, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button.stop, #invoice-modal .left-button.stop {
cursor: not-allowed;
}
/* line 323, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button.stop:hover, #invoice-modal .left-button.stop:hover {
background-color: rgba(51, 51, 51, 0.2);
}
/* line 328, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button {
right: -80px;
-moz-border-radius: 8px 0 0 8px;
-webkit-border-radius: 8px;
border-radius: 8px 0 0 8px;
}
/* line 332, ../scss/directives/_invoice-modal.scss */
#invoice-modal .left-button {
left: -80px;
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0;
border-radius: 0 8px 8px 0;
}
/* line 40, ../scss/style.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/* line 44, ../scss/style.scss */
html, body {
background-color: #E9E9E9;
}
/* line 49, ../scss/style.scss */
body {
margin: 0;
padding: 0;
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 53, ../scss/style.scss */
body h1, body h2, body h3, body h4, body h5, body h6, body .headline {
margin: 0;
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 56, ../scss/style.scss */
body h1 > *, body h2 > *, body h3 > *, body h4 > *, body h5 > *, body h6 > *, body .headline > * {
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 61, ../scss/style.scss */
input, div, textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 65, ../scss/style.scss */
textarea {
resize: none;
}
/* line 69, ../scss/style.scss */
input:focus, textarea:focus {
outline-offset: 0;
outline: none;
}
/* line 74, ../scss/style.scss */
.wrapper {
position: relative;
max-width: 1260px;
min-width: 820px;
margin: auto;
}
/* line 81, ../scss/style.scss */
#container {
background-color: #E9E9E9;
margin-top: 70px;
}
/* line 87, ../scss/style.scss */
.btn.btn-orange {
background-image: linear-gradient(to bottom, #ffb489 0%, #ff7323 100%);
border-color: #FF5D01;
}
/* line 90, ../scss/style.scss */
.btn.btn-orange.disable {
opacity: 0.5;
cursor: not-allowed;
}
/* line 94, ../scss/style.scss */
.btn.btn-orange:hover, .btn.btn-orange:focus {
background-color: #FF7323;
outline: none;
background-position: 0 -16px;
}
/* line 100, ../scss/style.scss */
.btn.btn-orange:active:focus {
border-color: #cd4a00;
}
/* line 106, ../scss/style.scss */
.btn.btn-default:hover, .btn.btn-default:focus {
background-position: 0 -16px;
}
/* line 113, ../scss/style.scss */
.form-group.has-error .form-control {
border-color: #F14342;
}
/* line 115, ../scss/style.scss */
.form-group.has-error .form-control:focus {
border-color: #F14342;
} | invoice/app/css/style.css | @charset "UTF-8";
/* line 5, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, D:/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 1, ../scss/modules/_dropdown.scss */
.dropdown {
z-index: -1;
position: absolute;
width: 180px;
background-color: #FFF;
visibility: hidden;
display: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 13, ../scss/modules/_dropdown.scss */
.dropdown.open {
display: block;
visibility: visible;
z-index: 9;
}
/* line 19, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-header {
color: #6A6A6A;
}
/* line 21, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-header h6 {
text-align: center;
border-bottom: 1px solid #CCC;
line-height: 40px;
line-height: 40px;
}
/* line 29, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-footer {
border-top: 1px solid #CCC;
color: #9B9B9B;
}
/* line 32, ../scss/modules/_dropdown.scss */
.dropdown .dropdown-footer p {
padding: 10px 25px;
margin: 0;
line-height: 1.6em;
}
/* line 39, ../scss/modules/_dropdown.scss */
.dropdown ul {
width: 100%;
margin: 0;
padding: 5px 0;
}
/* line 43, ../scss/modules/_dropdown.scss */
.dropdown ul li {
list-style: none;
padding: 0 25px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
/* line 49, ../scss/modules/_dropdown.scss */
.dropdown ul li i {
margin-right: 8px;
}
/* line 52, ../scss/modules/_dropdown.scss */
.dropdown ul li a {
display: block;
color: #777;
text-align: left;
}
/* line 58, ../scss/modules/_dropdown.scss */
.dropdown ul li:hover, .dropdown ul li:hover a, .dropdown ul li.active, .dropdown ul li.active a {
color: #14A5FF;
cursor: pointer;
}
/* line 64, ../scss/modules/_dropdown.scss */
.dropdown ul hr {
background-color: #ddd;
margin: 5px 0;
}
/* line 68, ../scss/modules/_dropdown.scss */
.dropdown ul.fix-height {
height: 300px;
}
/* line 78, ../scss/modules/_dropdown.scss */
.dropdown-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -2;
}
/* line 92, ../scss/modules/_dropdown.scss */
.popup.dropdown.open {
-moz-animation-duration: 0.6s;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-moz-animation-name: popupMenu;
-webkit-animation-name: popupMenu;
animation-name: popupMenu;
}
/* Generated with Bounce.js. Edit at http://goo.gl/tR6n8A */
@-moz-keyframes popupMenu {
0% {
-webkit-transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.333333% {
-webkit-transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.666667% {
-webkit-transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10% {
-webkit-transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.333333% {
-webkit-transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
16.666667% {
-webkit-transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
20% {
-webkit-transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
23.333333% {
-webkit-transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
26.666667% {
-webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
30% {
-webkit-transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.333333% {
-webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.666667% {
-webkit-transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40% {
-webkit-transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
43.333333% {
-webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
46.666667% {
-webkit-transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
50% {
-webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
53.333333% {
-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.666667% {
-webkit-transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
60% {
-webkit-transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
66.666667% {
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
70% {
-webkit-transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.333333% {
-webkit-transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
76.666667% {
-webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
-webkit-transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
83.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.666667% {
-webkit-transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90% {
-webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.333333% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
96.666667% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@-webkit-keyframes popupMenu {
0% {
-webkit-transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.333333% {
-webkit-transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.666667% {
-webkit-transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10% {
-webkit-transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.333333% {
-webkit-transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
16.666667% {
-webkit-transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
20% {
-webkit-transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
23.333333% {
-webkit-transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
26.666667% {
-webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
30% {
-webkit-transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.333333% {
-webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.666667% {
-webkit-transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40% {
-webkit-transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
43.333333% {
-webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
46.666667% {
-webkit-transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
50% {
-webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
53.333333% {
-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.666667% {
-webkit-transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
60% {
-webkit-transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
66.666667% {
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
70% {
-webkit-transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.333333% {
-webkit-transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
76.666667% {
-webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
-webkit-transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
83.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.666667% {
-webkit-transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90% {
-webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.333333% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
96.666667% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@keyframes popupMenu {
0% {
-webkit-transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.95, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.333333% {
-webkit-transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.96454, 0, 0, 0, 0, 0.9686, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.666667% {
-webkit-transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.97984, 0, 0, 0, 0, 0.99069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
10% {
-webkit-transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99277, 0, 0, 0, 0, 1.00723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
13.333333% {
-webkit-transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0019, 0, 0, 0, 0, 1.01468, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
16.666667% {
-webkit-transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00704, 0, 0, 0, 0, 1.01409, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
20% {
-webkit-transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00885, 0, 0, 0, 0, 1.00885, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
23.333333% {
-webkit-transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0083, 0, 0, 0, 0, 1.00262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
26.666667% {
-webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00644, 0, 0, 0, 0, 0.99796, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
30% {
-webkit-transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00414, 0, 0, 0, 0, 0.99586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.333333% {
-webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
36.666667% {
-webkit-transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99751, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
40% {
-webkit-transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99926, 0, 0, 0, 0, 0.99926, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
43.333333% {
-webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99876, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
46.666667% {
-webkit-transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99868, 0, 0, 0, 0, 1.00117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
50% {
-webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99888, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
53.333333% {
-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99921, 0, 0, 0, 0, 1.0007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.666667% {
-webkit-transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99955, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
60% {
-webkit-transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99984, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 0.99967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
66.666667% {
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00016, 0, 0, 0, 0, 0.99968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
70% {
-webkit-transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.0002, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
73.333333% {
-webkit-transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00019, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
76.666667% {
-webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
80% {
-webkit-transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00009, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
83.333333% {
-webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
86.666667% {
-webkit-transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
90% {
-webkit-transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
93.333333% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
96.666667% {
-webkit-transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@-moz-keyframes slideDown {
0% {
-moz-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
-moz-transform: translateY(0%);
transform: translateY(0%);
}
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes slideDown {
0% {
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
/* line 150, ../scss/modules/_dropdown.scss */
.slide-down.dropdown.open {
-moz-animation-duration: 150ms;
-webkit-animation-duration: 150ms;
animation-duration: 150ms;
-moz-animation-name: slideDown;
-webkit-animation-name: slideDown;
animation-name: slideDown;
}
@-moz-keyframes fade-in-out {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fade-in-out {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in-out {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* line 170, ../scss/modules/_dropdown.scss */
.fade-in-out.dropdown.open {
-moz-animation-duration: 300ms;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-moz-animation-name: fade-in-out;
-webkit-animation-name: fade-in-out;
animation-name: fade-in-out;
}
/* line 1, ../scss/templates/_home.scss */
.home {
background-color: #E9E9E9;
padding-top: 40px;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_home.scss */
.home .inner-wrapper {
position: relative;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 13, ../scss/templates/_home.scss */
.home .inner-wrapper .info {
padding: 25px 40px;
height: calc(100vh - 150px);
}
/* line 16, ../scss/templates/_home.scss */
.home .inner-wrapper .info .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 1, ../scss/templates/_example.scss */
.example {
background-color: #E9E9E9;
padding: 40px 0;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_example.scss */
.example .top-nav {
height: 22px;
line-height: 22px;
margin-bottom: 4px;
font-size: 16px;
color: #333;
}
/* line 13, ../scss/templates/_example.scss */
.example .top-nav .nav {
display: inline-block;
cursor: pointer;
}
/* line 17, ../scss/templates/_example.scss */
.example .top-nav .glyphicon {
margin: 0 5px;
height: 22px;
line-height: 22px;
font-size: 12px;
}
/* line 24, ../scss/templates/_example.scss */
.example .inner-wrapper {
position: relative;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 30, ../scss/templates/_example.scss */
.example .inner-wrapper .info {
padding: 25px 40px;
}
/* line 32, ../scss/templates/_example.scss */
.example .inner-wrapper .info .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 41, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar {
position: relative;
height: 40px;
width: 100%;
border-bottom: 2px solid #eee;
}
/* line 46, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .topbar-item {
display: inline-block;
padding: 0 6px;
width: 100px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #666;
cursor: pointer;
}
/* line 56, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .date-info {
display: inline-block;
padding: 0 6px;
height: 40px;
line-height: 50px;
font-size: 14px;
color: #ff6812;
float: right;
}
/* line 65, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .switcher {
position: absolute;
top: 38px;
left: 0;
height: 2px;
width: 100px;
background-color: #ef5700;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 73, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .switcher.right {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* line 77, ../scss/templates/_example.scss */
.example .inner-wrapper .page-topbar .switcher.left {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* line 84, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper .form-group {
display: inline-block;
margin-right: 15px;
}
/* line 87, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper .form-group label {
font-size: 14px;
margin-bottom: 6px;
font-weight: bold;
}
/* line 95, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.company .form-group.id {
width: 450px;
}
/* line 98, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.company .form-group.name {
width: calc(100% - 350px - 20px);
}
/* line 101, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.company .form-group.button {
width: calc(100% - 700px - 20px);
margin-right: 0;
}
/* line 108, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.dollar .form-group {
width: 22%;
vertical-align: top;
}
/* line 111, ../scss/templates/_example.scss */
.example .inner-wrapper .ticketinput-wrapper.dollar .form-group:last-child {
width: calc(34% - 60px);
margin-right: 0;
}
/* line 1, ../scss/templates/_invoice.scss */
.invoice-page {
background-color: #E9E9E9;
padding: 40px 0;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper {
position: relative;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 13, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content {
padding: 25px 40px;
}
/* line 15, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar {
position: relative;
height: 40px;
width: 100%;
border-bottom: 2px solid #eee;
}
/* line 20, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .topbar-item {
display: inline-block;
padding: 0 6px;
width: 100px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #666;
cursor: pointer;
}
/* line 30, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .date-info {
display: inline-block;
padding: 0 6px;
height: 40px;
line-height: 50px;
font-size: 14px;
color: #ff6812;
float: right;
}
/* line 39, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .switcher {
position: absolute;
top: 38px;
left: 0;
height: 2px;
width: 100px;
background-color: #ef5700;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 47, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .switcher.right {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* line 51, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-topbar .switcher.left {
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* line 58, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice {
padding: 20px 0;
}
/* line 61, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content {
margin-bottom: 20px;
}
/* line 63, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-title {
width: 100%;
height: 30px;
line-height: 30px;
margin-bottom: 20px;
font-size: 20px;
color: #333;
border-bottom: 1px solid #ccc;
}
/* line 73, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper .form-group {
display: inline-block;
margin-right: 15px;
}
/* line 76, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper .form-group label {
font-size: 14px;
margin-bottom: 6px;
font-weight: bold;
}
/* line 84, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.id, .invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.date {
width: 200px;
}
/* line 87, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.name {
width: calc(100% - 400px - 40px);
}
/* line 90, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.company .form-group.date {
vertical-align: top;
margin-right: 0;
}
/* line 97, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.dollar .form-group {
width: 22%;
vertical-align: top;
}
/* line 100, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .input-content .input-wrapper.dollar .form-group:last-child {
width: calc(34% - 60px);
margin-right: 0;
}
/* line 108, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .action {
text-align: center;
}
/* line 110, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-input .action .btn-info {
width: 150px;
margin-right: 15px;
}
/* line 116, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result {
height: 0;
visibility: hidden;
opacity: 0;
border-top: 1px solid #eee;
text-align: center;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 123, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result.result-show {
height: 586px;
margin-top: 20px;
visibility: visible;
opacity: 1;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
/* line 129, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result.result-show .result-wrapper {
display: block;
}
/* line 133, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper {
display: none;
width: 800px;
height: 550px;
padding: 10px 30px;
margin: 35px auto 0;
text-align: center;
border: 2px dashed #ccc;
}
/* line 141, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-title {
font-size: 20px;
height: 24px;
line-height: 24px;
margin-bottom: 8px;
color: #aaa;
}
/* line 147, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-title span {
margin: 0 10px;
}
/* line 151, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-desc {
color: #aaa;
font-size: 16px;
margin-bottom: 8px;
}
/* line 156, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-date {
display: inline-block;
height: 28px;
line-height: 28px;
vertical-align: top;
}
/* line 161, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .invoice-date span {
color: #333;
font-size: 24px;
}
/* line 166, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content {
text-align: left;
font-size: 14px;
color: #aaa;
}
/* line 170, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-buyer {
margin-bottom: 8px;
height: 28px;
line-height: 28px;
}
/* line 174, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-buyer span {
color: #333;
font-size: 24px;
line-height: 24px;
}
/* line 180, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta {
margin-bottom: 15px;
}
/* line 182, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid {
display: inline-block;
margin-right: 15px;
}
/* line 185, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid span {
height: 24px;
line-height: 28px;
}
/* line 189, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid .id-item {
width: 28px;
height: 28px;
display: inline-block;
border: 1px solid #ccc;
border-right: none;
text-align: center;
line-height: 28px;
vertical-align: top;
font-size: 24px;
color: #333;
}
/* line 200, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-meta .invoice-companyid .id-item:last-child {
border-right: 1px solid #ccc;
}
/* line 206, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table {
height: 200px;
}
/* line 210, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table thead tr th {
border: 1px solid #C38293;
font-size: 16px;
padding: 4px 8px;
}
/* line 219, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td {
height: 40px;
line-height: 40px;
border: 1px solid #C38293;
padding: 0 8px;
font-size: 16px;
}
/* line 225, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-answer {
color: #333;
font-size: 24px;
}
/* line 229, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word {
text-align: right;
font-size: 24px;
}
/* line 232, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word .word-item {
display: inline-block;
width: 60px;
margin-left: 5px;
}
/* line 236, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .word {
display: inline-block;
margin-right: 5px;
text-align: center;
color: #333;
}
/* line 242, ../scss/templates/_invoice.scss */
.invoice-page .inner-wrapper .invoice-content .invoice-info .invoice .invoice-result .result-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .unit {
line-height: 20px;
font-size: 16px;
}
/* line 1, ../scss/templates/_studentInfo.scss */
.studentinfo {
background-color: #E9E9E9;
padding-top: 40px;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper {
position: relative;
width: 100%;
}
/* line 10, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import {
padding: 25px 40px;
height: calc(100vh - 150px);
background-color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 16, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 24, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group {
display: -webkit-flex;
display: flex;
height: 35px;
}
/* line 27, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown {
position: relative;
margin-right: 20px;
}
/* line 30, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown .spin-style {
display: inline-block;
margin-right: 10px;
}
/* line 34, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown .btn-default {
position: relative;
max-width: 280px;
padding-right: 20px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* line 41, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .class-dropdown .btn-default .caret {
position: absolute;
top: 50%;
right: 10px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 49, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload {
width: calc(100% - 556px);
margin-right: 20px;
border: 1px solid #ccc;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 55, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload.is-empty {
border: 1px solid #F14342;
}
/* line 58, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload .upload-title {
width: 80px;
height: 34px;
text-align: center;
line-height: 34px;
background-image: linear-gradient(to bottom, #ffb489 0%, #ff7323 100%);
display: inline-block;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px;
border-radius: 3px 0 0 3px;
font-size: 14px;
color: #FFF;
}
/* line 69, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-upload .upload-name {
display: inline-block;
width: calc(100% - 100px);
height: 34px;
line-height: 34px;
overflow: hidden;
vertical-align: top;
margin-left: 5px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
}
/* line 82, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-control {
width: 300px;
}
/* line 84, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .si-control .form-control {
height: 36px;
}
/* line 88, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container {
display: none;
width: 100px;
margin-left: 20px;
}
/* line 92, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container .label {
height: 24px;
line-height: 24px;
padding: 0 10px;
margin: auto 10px;
}
/* line 98, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container .spin-style {
margin: auto;
}
/* line 101, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .si-control-group .result-container.show-result {
display: -webkit-flex;
display: flex;
}
/* line 106, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content {
position: relative;
height: calc(100% - 60px);
overflow: hidden;
margin-top: 20px;
}
/* line 111, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 2;
}
/* line 119, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout .load-block {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 125, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout .load-block .layout-title {
font-size: 20px;
color: #FFF;
}
/* line 128, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .load-layout .load-block .layout-title .spin-style {
display: inline-block;
}
/* line 134, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .si-div {
display: none;
position: relative;
width: 100%;
max-height: 100%;
overflow: hidden;
}
/* line 142, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .si-div table tr th {
background-color: rgba(255, 93, 1, 0.8);
color: #FFF;
}
/* line 148, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .import .result-content .si-div.show {
display: block;
border: 2px solid #ccc;
border-top: none;
}
/* line 157, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content {
position: fixed;
top: 70px;
height: 102px;
padding-top: 25px;
margin-left: -1px;
width: 1263px;
background-color: #E9E9E9;
z-index: 99;
}
/* line 166, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .top-nav {
height: 22px;
line-height: 22px;
margin-bottom: 4px;
font-size: 16px;
color: #333;
}
/* line 172, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .top-nav .nav {
display: inline-block;
cursor: pointer;
}
/* line 176, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .top-nav .glyphicon {
margin: 0 5px;
height: 22px;
line-height: 22px;
font-size: 12px;
}
/* line 183, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar {
padding: 0 20px;
height: 50px;
line-height: 50px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 191, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .btn-group .btn {
height: 35px;
line-height: 35px;
padding: 0 10px;
}
/* line 195, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .btn-group .btn .select-block {
display: -webkit-flex;
display: flex;
width: 16px;
height: 16px;
margin: 2px;
border: 1px solid #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 202, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .btn-group .btn .select-block span {
font-size: 12px;
}
/* line 208, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .select-info {
display: inline-block;
margin-left: 10px;
height: 50px;
line-height: 50px;
}
/* line 215, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .student-search {
display: -webkit-inline-flex;
display: inline-flex;
height: 50px;
width: 280px;
vertical-align: top;
float: right;
}
/* line 221, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .student-search .input-group {
margin: auto;
}
/* line 223, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .fix-content .manage-topbar .student-search .input-group input {
height: 35px;
line-height: 35px;
padding: 0 10px;
}
/* line 233, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .loader {
margin-top: 75px;
}
/* line 236, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content {
margin-top: 80px;
}
/* line 238, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .manage-title {
height: 60px;
line-height: 60px;
padding: 0 24px;
font-size: 16px;
color: #FFF;
background-color: #FF8400;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px;
border-radius: 3px 3px 0 0;
}
/* line 247, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content, .studentinfo .inner-wrapper .manage .manage-content .course-content {
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 251, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content .content-title, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-title {
position: relative;
height: 50px;
line-height: 50px;
background-color: #ff8f4f;
color: #FFF;
font-size: 20px;
text-align: center;
font-weight: bold;
cursor: pointer;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px;
border-radius: 3px 3px 0 0;
}
/* line 265, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content {
margin-bottom: 20px;
}
/* line 272, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-title .glyphicon {
top: 0;
font-size: 12px;
margin-left: 10px;
}
/* line 277, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-title .btn-group {
position: absolute;
top: 50%;
right: 20px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 282, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-title .btn-group .spin-style {
display: inline-block;
}
/* line 289, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content.open-level .content-title .glyphicon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 293, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content.open-level .content-info {
display: -webkit-flex;
display: flex;
}
/* line 297, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info {
display: none;
padding: 10px 0;
}
/* line 300, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right {
display: inline-block;
-webkit-flex: 1;
flex: 1;
margin: 0 20px;
}
/* line 304, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group {
line-height: 35px;
margin-bottom: 0;
vertical-align: top;
}
/* line 308, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group label, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group label {
vertical-align: top;
font-size: 16px;
font-weight: bold;
}
/* line 313, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group a, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group a {
cursor: pointer;
}
/* line 316, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .left .form-group b, .studentinfo .inner-wrapper .manage .manage-content .course-content .content-info .right .form-group b {
color: #F14342;
font-weight: bold;
}
/* line 328, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table thead tr th {
height: 50px;
line-height: 40px;
padding: 0;
text-align: left;
}
/* line 338, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table tbody tr td {
position: relative;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 14px;
text-align: left;
}
/* line 345, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table tbody tr td.empty {
text-align: center;
}
/* line 349, ../scss/templates/_studentInfo.scss */
.studentinfo .inner-wrapper .manage .manage-content .student-content table tbody tr.selected {
background-color: #D1E1FD;
}
/* line 1, ../scss/templates/_course.scss */
.course-info {
background-color: #E9E9E9;
padding: 40px 0;
min-height: 100%;
height: 100%;
width: 100%;
}
/* line 7, ../scss/templates/_course.scss */
.course-info .inner-wrapper {
position: relative;
width: 100%;
}
/* line 10, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create {
width: 100%;
padding: 25px 40px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 16, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .title {
margin-bottom: 20px;
height: 57px;
font-size: 30px;
color: #333;
border-bottom: 1px solid #ccc;
text-align: center;
}
/* line 24, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content {
display: -webkit-flex;
display: flex;
padding: 10px 0;
}
/* line 27, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left,
.course-info .inner-wrapper .create .input-content .right {
display: inline-block;
-webkit-flex: 1;
flex: 1;
}
/* line 31, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group,
.course-info .inner-wrapper .create .input-content .right .form-group {
line-height: 35px;
margin-bottom: 15px;
vertical-align: top;
}
/* line 36, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.cc-address .input-dropdown,
.course-info .inner-wrapper .create .input-content .right .form-group.cc-address .input-dropdown {
width: calc(100% - 55px);
}
/* line 38, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.cc-address .input-dropdown .form-control,
.course-info .inner-wrapper .create .input-content .right .form-group.cc-address .input-dropdown .form-control {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px;
border-radius: 3px 0 0 3px;
}
/* line 42, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.cc-address .btn,
.course-info .inner-wrapper .create .input-content .right .form-group.cc-address .btn {
margin-left: -4px;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0;
border-radius: 0 3px 3px 0;
}
/* line 47, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group.submit,
.course-info .inner-wrapper .create .input-content .right .form-group.submit {
text-align: right;
}
/* line 50, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .multi-input,
.course-info .inner-wrapper .create .input-content .right .form-group .multi-input {
display: -webkit-flex;
display: flex;
}
/* line 52, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .multi-input .input-dropdown-content,
.course-info .inner-wrapper .create .input-content .right .form-group .multi-input .input-dropdown-content {
width: 150px;
margin-right: 10px;
}
/* line 56, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .multi-input .input-group,
.course-info .inner-wrapper .create .input-content .right .form-group .multi-input .input-group {
width: calc(100% - 160px);
}
/* line 60, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group label,
.course-info .inner-wrapper .create .input-content .right .form-group label {
vertical-align: top;
font-size: 16px;
font-weight: bold;
}
/* line 65, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .input-dropdown,
.course-info .inner-wrapper .create .input-content .right .form-group .input-dropdown {
width: 100%;
}
/* line 67, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .input-dropdown ul > li,
.course-info .inner-wrapper .create .input-content .right .form-group .input-dropdown ul > li {
padding: 0 10px;
}
/* line 69, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .input-dropdown ul > li.active,
.course-info .inner-wrapper .create .input-content .right .form-group .input-dropdown ul > li.active {
background-color: #FF8F4F;
color: #FFF;
}
/* line 75, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .add-result,
.course-info .inner-wrapper .create .input-content .right .form-group .add-result {
padding-top: 5px;
}
/* line 77, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left .form-group .add-result .btn,
.course-info .inner-wrapper .create .input-content .right .form-group .add-result .btn {
margin-right: 5px;
}
/* line 83, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .left {
margin-right: 20px;
}
/* line 86, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .input-content .right {
margin-left: 20px;
}
/* line 90, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .action-content {
padding-top: 20px;
border-top: 1px solid #ccc;
text-align: center;
}
/* line 94, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .action-content .btn {
width: 100px;
margin-right: 20px;
}
/* line 97, ../scss/templates/_course.scss */
.course-info .inner-wrapper .create .action-content .btn.open {
width: 150px;
margin-right: 0;
}
/* line 105, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar {
height: 50px;
line-height: 50px;
padding: 0 15px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 112, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown {
display: -webkit-inline-flex;
display: inline-flex;
position: relative;
margin-left: 20px;
}
/* line 116, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown #class-label {
margin: auto;
}
/* line 118, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown #class-label .spin-style {
display: inline-block;
margin-right: 10px;
}
/* line 123, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown .dropdown-menu {
top: calc(100% - 10px);
}
/* line 125, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .class-dropdown .dropdown-menu li {
cursor: pointer;
}
/* line 130, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search {
display: -webkit-inline-flex;
display: inline-flex;
height: 50px;
width: 300px;
vertical-align: top;
}
/* line 135, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search.button {
width: auto;
}
/* line 138, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search .input-group {
margin: auto;
margin-right: 20px;
}
/* line 142, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-topbar .topbar-search .btn-group {
height: 34px;
margin: auto 0;
}
/* line 148, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .loader {
margin-top: 20px;
}
/* line 151, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content {
margin-top: 20px;
background-color: #FFF;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* line 158, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content.open-level .content-title .glyphicon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 162, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content.open-level .table-content {
display: block;
}
/* line 166, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .content-title {
height: 50px;
line-height: 50px;
background-color: #ff8f4f;
color: #FFF;
font-size: 20px;
text-align: center;
font-weight: bold;
cursor: pointer;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px;
border-radius: 5px 5px 0 0;
}
/* line 176, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .content-title .glyphicon {
top: 0;
font-size: 12px;
margin-left: 10px;
}
/* line 182, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content {
display: none;
padding-top: 10px;
}
/* line 189, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td {
position: relative;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 14px;
text-align: left;
}
/* line 196, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td:nth-of-type(0n+1) {
padding-left: 20px;
}
/* line 199, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td.batch {
color: #333;
cursor: default;
}
/* line 203, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr td.course {
color: #0F8CF7;
cursor: pointer;
}
/* line 208, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content.new table tbody tr.selected {
background-color: #D1E1FD;
}
/* line 218, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table thead tr th {
height: 40px;
line-height: 40px;
padding: 0;
text-align: left;
}
/* line 223, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table thead tr th:nth-of-type(0n+1) {
padding-left: 20px;
}
/* line 231, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr td {
position: relative;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 14px;
text-align: left;
}
/* line 238, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr td:nth-of-type(0n+1) {
padding-left: 20px;
}
/* line 241, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr td.batch {
color: #0F8CF7;
cursor: pointer;
}
/* line 246, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .manage-content .table-content table tbody tr.selected {
background-color: #D1E1FD;
}
/* line 254, ../scss/templates/_course.scss */
.course-info .inner-wrapper .manage .empty-content {
display: inline-block;
position: absolute;
bottom: -60px;
left: 50%;
font-size: 30px;
font-weight: bold;
color: #333;
transform: translateX(-50%);
z-index: 1;
}
/* line 6, ../scss/directives/_loading.scss */
.loader {
margin: 0 auto;
text-align: center;
width: 100%;
min-height: 100%;
opacity: 1;
}
/* line 12, ../scss/directives/_loading.scss */
.loader .loading-spokes {
position: relative;
margin: auto;
height: 45px;
}
/* line 16, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container {
position: absolute;
top: 50%;
left: calc(50% - 10px*1.5);
-moz-transform-origin: 50% -100%;
-ms-transform-origin: 50% -100%;
-webkit-transform-origin: 50% -100%;
transform-origin: 50% -100%;
}
/* line 21, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container .spoke {
background: #9B9B9B;
width: 4px;
height: 10px;
-moz-animation: spoke 1s infinite;
-webkit-animation: spoke 1s infinite;
animation: spoke 1s infinite;
-moz-animation-delay: inherit;
-webkit-animation-delay: inherit;
animation-delay: inherit;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* line 29, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+1) {
-moz-transform: translate(100%, 50%) rotate(-90deg);
-ms-transform: translate(100%, 50%) rotate(-90deg);
-webkit-transform: translate(100%, 50%) rotate(-90deg);
transform: translate(100%, 50%) rotate(-90deg);
-moz-animation-delay: -0.875s;
-webkit-animation-delay: -0.875s;
animation-delay: -0.875s;
}
/* line 33, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+2) {
-moz-transform: translate(100%, 50%) rotate(-45deg);
-ms-transform: translate(100%, 50%) rotate(-45deg);
-webkit-transform: translate(100%, 50%) rotate(-45deg);
transform: translate(100%, 50%) rotate(-45deg);
-moz-animation-delay: -0.75s;
-webkit-animation-delay: -0.75s;
animation-delay: -0.75s;
}
/* line 37, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+3) {
-moz-transform: translate(100%, 50%);
-ms-transform: translate(100%, 50%);
-webkit-transform: translate(100%, 50%);
transform: translate(100%, 50%);
-moz-animation-delay: -0.625s;
-webkit-animation-delay: -0.625s;
animation-delay: -0.625s;
}
/* line 41, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+4) {
-moz-transform: translate(100%, 50%) rotate(45deg);
-ms-transform: translate(100%, 50%) rotate(45deg);
-webkit-transform: translate(100%, 50%) rotate(45deg);
transform: translate(100%, 50%) rotate(45deg);
-moz-animation-delay: -0.5s;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
/* line 45, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+5) {
-moz-transform: translate(100%, 50%) rotate(90deg);
-ms-transform: translate(100%, 50%) rotate(90deg);
-webkit-transform: translate(100%, 50%) rotate(90deg);
transform: translate(100%, 50%) rotate(90deg);
-moz-animation-delay: -0.375s;
-webkit-animation-delay: -0.375s;
animation-delay: -0.375s;
}
/* line 49, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+6) {
-moz-transform: translate(100%, 50%) rotate(135deg);
-ms-transform: translate(100%, 50%) rotate(135deg);
-webkit-transform: translate(100%, 50%) rotate(135deg);
transform: translate(100%, 50%) rotate(135deg);
-moz-animation-delay: -0.25s;
-webkit-animation-delay: -0.25s;
animation-delay: -0.25s;
}
/* line 53, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+7) {
-moz-transform: translate(100%, 50%) rotate(180deg);
-ms-transform: translate(100%, 50%) rotate(180deg);
-webkit-transform: translate(100%, 50%) rotate(180deg);
transform: translate(100%, 50%) rotate(180deg);
-moz-animation-delay: -0.125s;
-webkit-animation-delay: -0.125s;
animation-delay: -0.125s;
}
/* line 57, ../scss/directives/_loading.scss */
.loader .loading-spokes .spoke-container:nth-of-type(0n+8) {
-moz-transform: translate(100%, 50%) rotate(225deg);
-ms-transform: translate(100%, 50%) rotate(225deg);
-webkit-transform: translate(100%, 50%) rotate(225deg);
transform: translate(100%, 50%) rotate(225deg);
-moz-animation-delay: 0;
-webkit-animation-delay: 0;
animation-delay: 0;
}
@keyframes spoke {
0% {
opacity: 1;
}
100% {
opacity: 0.2;
}
}
/* ==========================================
* http://codepen.io/Augus/pen/jPaXBo
* ========================================== */
/* line 6, ../scss/directives/_spin.scss */
.spin:after {
display: block;
position: relative;
width: 20px;
height: 20px;
margin: 0 auto;
border-top: 2px solid #545a6a;
border-bottom: 2px solid #d4d4db;
border-left: 2px solid #545a6a;
border-right: 2px solid #d4d4db;
content: '';
opacity: 1;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-animation: rotate 0.6s linear infinite;
-webkit-animation: rotate 0.6s linear infinite;
animation: rotate 0.6s linear infinite;
}
/* line 23, ../scss/directives/_spin.scss */
.spin.spin-large:after {
width: 40px;
height: 40px;
}
/* line 29, ../scss/directives/_spin.scss */
.spin.spin-medium:after {
width: 20px;
height: 20px;
}
/* line 35, ../scss/directives/_spin.scss */
.spin.spin-small:after {
width: 12px;
height: 12px;
}
/* line 42, ../scss/directives/_spin.scss */
.spin.throbber_green:after {
opacity: 1;
border-top: 1px solid #42a26e;
border-bottom: 1px solid #fff;
border-left: 1px solid #42a26e;
border-right: 1px solid #fff;
}
@-moz-keyframes rotate {
0% {
-moz-transform: rotateZ(-360deg);
transform: rotateZ(-360deg);
}
100% {
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotateZ(-360deg);
transform: rotateZ(-360deg);
}
100% {
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
}
@keyframes rotate {
0% {
-moz-transform: rotateZ(-360deg);
-ms-transform: rotateZ(-360deg);
-webkit-transform: rotateZ(-360deg);
transform: rotateZ(-360deg);
}
100% {
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
}
/* line 1, ../scss/directives/_topbar.scss */
#topbar {
position: fixed;
top: 0;
width: 100%;
height: 70px;
background-color: #FFF;
z-index: 999;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 9, ../scss/directives/_topbar.scss */
#topbar .wrapper {
display: -webkit-flex;
display: flex;
}
/* line 12, ../scss/directives/_topbar.scss */
#topbar .left {
-webkit-flex: 1;
flex: 1;
height: 70px;
}
/* line 15, ../scss/directives/_topbar.scss */
#topbar .left .logo {
display: inline-block;
margin: 10px 14px 0 0;
width: 105px;
height: 50px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
/* line 25, ../scss/directives/_topbar.scss */
#topbar .left .slogan {
display: inline-block;
margin: auto 0 10px;
font-size: 18px;
height: 20px;
line-height: 20px;
color: #FF5D01;
font-weight: bold;
}
/* line 35, ../scss/directives/_topbar.scss */
#topbar .right {
-webkit-flex: 1;
flex: 1;
height: 70px;
}
/* line 38, ../scss/directives/_topbar.scss */
#topbar .right .right-menu {
text-align: right;
}
/* line 40, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
margin: 10px 0;
cursor: pointer;
}
/* line 47, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item .nav-button {
width: 100%;
height: 100%;
display: -webkit-inline-flex;
display: inline-flex;
}
/* line 51, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item .nav-button span {
font-size: 20px;
margin: auto;
color: rgba(0, 0, 0, 0.55);
}
/* line 57, ../scss/directives/_topbar.scss */
#topbar .right .right-menu .menu-item .nav-button:hover span {
color: rgba(0, 0, 0, 0.85);
}
/* line 65, ../scss/directives/_topbar.scss */
#topbar .nav-menu {
width: 240px;
}
/* line 67, ../scss/directives/_topbar.scss */
#topbar .nav-menu:before {
content: "";
position: absolute;
top: -4px;
right: 18px;
width: 10px;
height: 10px;
background-color: #FFF;
z-index: -1;
-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* line 79, ../scss/directives/_topbar.scss */
#topbar .nav-menu:after {
content: "";
position: absolute;
top: -4px;
right: 18px;
width: 10px;
height: 10px;
background-color: #FFF;
z-index: -1;
-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* line 1, ../scss/directives/_navigator.scss */
#navigator {
width: 240px;
background-color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 6, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item {
position: relative;
width: 100%;
cursor: pointer;
}
/* line 10, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-title {
padding: 0 14px;
font-size: 16px;
line-height: 40px;
color: #565151;
height: 40px;
display: -webkit-flex;
display: flex;
}
/* line 17, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-title i {
margin-right: 10px;
height: 40px;
line-height: 42px;
}
/* line 22, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-title span.icon {
position: absolute;
top: 0;
right: 15px;
line-height: 40px;
font-size: 12px;
}
/* line 31, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-menu .menu-list {
height: 0;
margin: 0;
padding: 0 30px;
border-left: 1px dashed #aaa;
overflow: hidden;
}
/* line 37, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-menu .menu-list .menu-item {
padding: 10px 0;
height: 34px;
line-height: inherit;
font-size: 16px;
}
/* line 42, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item .item-menu .menu-list .menu-item.active {
color: #FF5D01;
}
/* line 49, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item.active .item-title {
background-color: rgba(255, 93, 1, 0.2);
}
/* line 55, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item.show-menu .item-title span.icon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 60, ../scss/directives/_navigator.scss */
#navigator .action-list .action-item.show-menu .item-menu .menu-list {
height: auto;
margin: 10px 0 10px 26px;
}
/* line 2, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-dialog {
margin: 18px auto;
}
/* line 5, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-header {
position: relative;
}
/* line 7, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-header .close {
position: absolute;
top: 1px;
right: 0;
height: 53px;
width: 53px;
}
/* line 14, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-header h4 {
text-align: center;
font-size: 20px;
}
/* line 19, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body {
padding: 20px 30px;
}
/* line 21, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content {
display: -webkit-flex;
display: flex;
}
/* line 23, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left,
#invoice-modal .modal-body .invoice-info-content .right {
display: inline-block;
-webkit-flex: 1;
flex: 1;
}
/* line 27, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group,
#invoice-modal .modal-body .invoice-info-content .right .form-group {
height: 35px;
line-height: 35px;
margin-bottom: 0;
margin-right: 20px;
vertical-align: top;
}
/* line 33, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group label,
#invoice-modal .modal-body .invoice-info-content .right .form-group label {
vertical-align: top;
font-size: 16px;
font-weight: bold;
}
/* line 38, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-group,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-group {
width: calc(100% - 120px);
display: inline-block;
}
/* line 41, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-group .input-group-addon,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-group .input-group-addon {
height: 34px;
}
/* line 44, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-group input,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-group input {
width: calc(100% - 40px);
}
/* line 48, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .warning,
#invoice-modal .modal-body .invoice-info-content .right .form-group .warning {
color: #F14342;
}
/* line 51, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block {
position: relative;
display: inline-block;
}
/* line 54, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block input,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block input {
width: 170px;
padding-right: 25px;
}
/* line 57, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block input.id,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block input.id {
width: 120px;
}
/* line 61, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .company-correct,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .company-correct {
position: absolute;
display: none;
bottom: -18px;
left: -125px;
font-size: 12px;
color: #333;
height: 14px;
width: 295px;
line-height: 14px;
color: #0F8CF7;
text-decoration: underline;
cursor: pointer;
}
/* line 75, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .loading,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .loading {
position: absolute;
right: 10px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 81, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .success, #invoice-modal .modal-body .invoice-info-content .left .form-group .input-block .error,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .success,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block .error {
display: none;
}
/* line 85, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-error .success,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-error .success {
display: none;
}
/* line 88, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-error .error,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-error .error {
display: block;
}
/* line 91, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-error .company-correct,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-error .company-correct {
display: block;
}
/* line 96, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-success .success,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-success .success {
display: block;
}
/* line 99, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-info-content .left .form-group .input-block.has-success .error,
#invoice-modal .modal-body .invoice-info-content .right .form-group .input-block.has-success .error {
display: none;
}
/* line 108, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-pager {
margin: 20px 0 5px;
text-align: center;
}
/* line 111, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-pager .pager {
display: inline-block;
width: 7px;
height: 7px;
margin: 0 5px;
background-color: rgba(51, 51, 51, 0.2);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/* line 118, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-pager .pager.active {
background-color: #333;
}
/* line 123, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper {
height: 550px;
padding: 10px 30px;
margin: 0 auto;
text-align: center;
border: 2px dashed #ccc;
}
/* line 129, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-title {
font-size: 20px;
height: 24px;
line-height: 24px;
margin-bottom: 8px;
color: #aaa;
}
/* line 135, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-title span {
margin: 0 10px;
}
/* line 139, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-desc {
color: #aaa;
font-size: 16px;
margin-bottom: 8px;
}
/* line 144, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-date {
display: inline-block;
height: 28px;
line-height: 28px;
vertical-align: top;
}
/* line 149, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .invoice-date span {
color: #333;
font-size: 24px;
}
/* line 154, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content {
text-align: left;
font-size: 14px;
color: #aaa;
}
/* line 158, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-buyer {
margin-bottom: 8px;
height: 28px;
line-height: 28px;
}
/* line 162, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-buyer span {
color: #333;
font-size: 24px;
line-height: 24px;
}
/* line 168, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta {
margin-bottom: 15px;
}
/* line 170, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid {
display: inline-block;
margin-right: 15px;
}
/* line 173, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid span {
height: 24px;
line-height: 28px;
}
/* line 177, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid .id-item {
width: 28px;
height: 28px;
display: inline-block;
border: 1px solid #ccc;
border-right: none;
text-align: center;
line-height: 28px;
vertical-align: top;
font-size: 24px;
color: #333;
}
/* line 188, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-meta .invoice-companyid .id-item:last-child {
border-right: 1px solid #ccc;
}
/* line 194, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table {
height: 200px;
}
/* line 198, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table thead tr th {
border: 1px solid #C38293;
font-size: 16px;
padding: 4px 8px;
}
/* line 207, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td {
height: 40px;
line-height: 40px;
border: 1px solid #C38293;
padding: 0 8px;
font-size: 16px;
}
/* line 213, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-answer {
color: #333;
font-size: 24px;
}
/* line 217, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word {
text-align: right;
font-size: 24px;
}
/* line 220, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word .word-item {
display: inline-block;
width: 60px;
margin-left: 5px;
}
/* line 224, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .word {
display: inline-block;
margin-right: 5px;
text-align: center;
color: #333;
}
/* line 230, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-body .invoice-content .invoice-wrapper .result-content .invoice-table tbody tr td.td-word .word-item .unit {
line-height: 20px;
font-size: 16px;
}
/* line 245, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer {
text-align: left;
padding: 15px 30px;
}
/* line 248, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline {
display: inline-block;
}
/* line 250, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline span {
display: inline-block;
height: 34px;
line-height: 34px;
margin-right: 10px;
}
/* line 256, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .radio-inline {
height: 34px;
line-height: 34px;
}
/* line 259, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .radio-inline input {
margin: 0;
top: 48%;
left: 4px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 266, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group {
margin-left: 30px;
}
/* line 268, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group label {
height: 35px;
line-height: 35px;
margin-right: 10px;
}
/* line 273, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group input {
width: 130px;
}
/* line 275, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .form-inline .form-group input.tax {
width: 80px;
}
/* line 281, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .btn {
float: right;
}
/* line 284, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container {
display: none;
height: 34px;
margin-right: 20px;
float: right;
}
/* line 289, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container .label {
height: 24px;
line-height: 24px;
padding: 0 10px;
margin: auto 10px;
}
/* line 295, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container .spin-style {
margin: auto;
}
/* line 299, ../scss/directives/_invoice-modal.scss */
#invoice-modal .modal-footer .result-container.show-result {
display: -webkit-flex;
display: flex;
}
/* line 304, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button, #invoice-modal .left-button {
position: absolute;
top: 50%;
width: 50px;
height: 200px;
background-color: rgba(51, 51, 51, 0.2);
cursor: pointer;
display: -webkit-flex;
display: flex;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 313, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button span, #invoice-modal .left-button span {
color: #FFF;
font-size: 28px;
margin: auto;
}
/* line 318, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button:hover, #invoice-modal .left-button:hover {
background-color: rgba(51, 51, 51, 0.5);
}
/* line 321, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button.stop, #invoice-modal .left-button.stop {
cursor: not-allowed;
}
/* line 323, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button.stop:hover, #invoice-modal .left-button.stop:hover {
background-color: rgba(51, 51, 51, 0.2);
}
/* line 328, ../scss/directives/_invoice-modal.scss */
#invoice-modal .right-button {
right: -80px;
-moz-border-radius: 8px 0 0 8px;
-webkit-border-radius: 8px;
border-radius: 8px 0 0 8px;
}
/* line 332, ../scss/directives/_invoice-modal.scss */
#invoice-modal .left-button {
left: -80px;
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0;
border-radius: 0 8px 8px 0;
}
/* line 40, ../scss/style.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/* line 44, ../scss/style.scss */
html, body {
background-color: #E9E9E9;
}
/* line 49, ../scss/style.scss */
body {
margin: 0;
padding: 0;
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 53, ../scss/style.scss */
body h1, body h2, body h3, body h4, body h5, body h6, body .headline {
margin: 0;
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 56, ../scss/style.scss */
body h1 > *, body h2 > *, body h3 > *, body h4 > *, body h5 > *, body h6 > *, body .headline > * {
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 61, ../scss/style.scss */
input, div, textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}
/* line 65, ../scss/style.scss */
textarea {
resize: none;
}
/* line 69, ../scss/style.scss */
input:focus, textarea:focus {
outline-offset: 0;
outline: none;
}
/* line 74, ../scss/style.scss */
.wrapper {
position: relative;
max-width: 1260px;
min-width: 820px;
margin: auto;
}
/* line 81, ../scss/style.scss */
#container {
background-color: #E9E9E9;
margin-top: 70px;
}
/* line 87, ../scss/style.scss */
.btn.btn-orange {
background-image: linear-gradient(to bottom, #ffb489 0%, #ff7323 100%);
border-color: #FF5D01;
}
/* line 90, ../scss/style.scss */
.btn.btn-orange.disable {
opacity: 0.5;
cursor: not-allowed;
}
/* line 94, ../scss/style.scss */
.btn.btn-orange:hover, .btn.btn-orange:focus {
background-color: #FF7323;
outline: none;
background-position: 0 -16px;
}
/* line 100, ../scss/style.scss */
.btn.btn-orange:active:focus {
border-color: #cd4a00;
}
/* line 106, ../scss/style.scss */
.btn.btn-default:hover, .btn.btn-default:focus {
background-position: 0 -16px;
}
/* line 113, ../scss/style.scss */
.form-group.has-error .form-control {
border-color: #F14342;
}
/* line 115, ../scss/style.scss */
.form-group.has-error .form-control:focus {
border-color: #F14342;
} | 0.189409 | 0.062075 |
html {
background-color:#ccc;
}
div.wrapper {
background-color:#fff;
overflow:auto;
}
h1>a {
text-decoration: none;
color:#000;
}
.logo {
color:red;
margin-left:1%;
text-shadow:1px 1px #ccc;
font-size:1.25em;
}
/* Embed Responsively Rules! */
div.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin: auto;
max-width: 98%;
}
div.embed-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.button {
background-color: #DC143C;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
border-radius: 15px;
cursor: pointer;
}
.button:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.button:active {
background-color: #DC143C;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
footer {
clear:both;
}
/* START RESPONSIVE STYLES */
/* DESKTOP */
@media all and (min-width:900px) {
div.wrapper {
width:80%;
margin:auto;
}
section {
width:55%;
float:left;
margin-left: 1.5em;
}
aside {
width:34%;
float:right;
}
img.desktop {
float:left;
width:80%;
}
img.tablet, img.phone {
display:none;
}
/* Change background color of navigation on selected page */
ul.topnav li a.selected {
background-color: #ccc;
color:#000;
}
}
/* TABLET */
@media all and (min-width:737px) and (max-width:899px) {
section {
width:55%;
float:left;
margin-left: 1.5em;
}
aside {
width:39%;
float:right;
}
img.tablet {
width:100%;
}
img.phone, img.desktop {
display:none;
}
/* Change background color of navigation on selected page */
ul.topnav li a.selected {
background-color: #ccc;
color:#000;
}
}
/* PHONE */
@media all and (max-width:736px) {
img.phone {
width:90%;
}
h3 {
display:none;
}
img.tablet, img.desktop {
display:none;
}
} | web120/css/portal.css | html {
background-color:#ccc;
}
div.wrapper {
background-color:#fff;
overflow:auto;
}
h1>a {
text-decoration: none;
color:#000;
}
.logo {
color:red;
margin-left:1%;
text-shadow:1px 1px #ccc;
font-size:1.25em;
}
/* Embed Responsively Rules! */
div.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin: auto;
max-width: 98%;
}
div.embed-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.button {
background-color: #DC143C;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
border-radius: 15px;
cursor: pointer;
}
.button:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.button:active {
background-color: #DC143C;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
footer {
clear:both;
}
/* START RESPONSIVE STYLES */
/* DESKTOP */
@media all and (min-width:900px) {
div.wrapper {
width:80%;
margin:auto;
}
section {
width:55%;
float:left;
margin-left: 1.5em;
}
aside {
width:34%;
float:right;
}
img.desktop {
float:left;
width:80%;
}
img.tablet, img.phone {
display:none;
}
/* Change background color of navigation on selected page */
ul.topnav li a.selected {
background-color: #ccc;
color:#000;
}
}
/* TABLET */
@media all and (min-width:737px) and (max-width:899px) {
section {
width:55%;
float:left;
margin-left: 1.5em;
}
aside {
width:39%;
float:right;
}
img.tablet {
width:100%;
}
img.phone, img.desktop {
display:none;
}
/* Change background color of navigation on selected page */
ul.topnav li a.selected {
background-color: #ccc;
color:#000;
}
}
/* PHONE */
@media all and (max-width:736px) {
img.phone {
width:90%;
}
h3 {
display:none;
}
img.tablet, img.desktop {
display:none;
}
} | 0.428114 | 0.086748 |
.banner{height: 200px;width:100%;min-width: 1200px;text-align: center;padding-top: 100px;}
.banner span{font-size: 40px;color: #fff;display: block;margin-bottom: 55px;}
.banner a{color: #fff;font-size:14px;padding:12px 50px;border-radius:5px;border:1px solid #fff; background: rgba(0, 0, 0, 0.25);}
.banner a:hover{ background: rgba(0, 0, 0, 0.6);}
.up{display: table;}
.title_anli{cursor: default;color: #595757;font-size:28px;width: 100%;height:108px;text-align: center;line-height: 108px;font-weight: bold;background:url(/images/activity/anli-title.png)no-repeat center;}
.up ul{}
.up ul li{
width: 570px;height: 448px;margin-right: 60px; box-shadow: 1px 1px 5px -1px #acacac;float: left;margin-bottom: 40px;border-radius: 5px;
}
.up ul li:nth-child(2n){margin-right: 0px;}
.up ul li:hover{
position:relative;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
box-shadow: 0px 3px 3px 3px #e0e0e0;
}
.up ul li .t{height: 288px;width: 570px;}
.up ul li .t img{height: 288px;width: 570px;border-radius: 5px 5px 0px 0px;}
.up ul li .b{padding: 20px 20px 10px 20px;height: 130px;width:530px; }
.up ul li .b .b_name{margin-bottom: 15px;}
.up ul li .b .b_name span{color: #595757;font-size: 18px;margin-bottom: 20px;display: table}
.up ul li .b .b_name span a{color: #595757;font-size: 18px;}
.up ul li .b .b_name span a:hover{color: #156bad;}
.up ul li .b .b_name p{height: 40px;}
.up ul li .b .b_name p a{color: #595757;font-size: 14px;line-height: 20px;}
.up ul li .b .b_bot{height: 30px;}
.up ul li .b .b_bot .k_active{float: left;}
.up ul li .b .b_bot .k_active img{height: 30px;width: 30px;border-radius: 50%}
.up ul li .b .b_bot .anli_name{color: #7d7d7d;font-size: 12px;float: left;margin-left: 5px;line-height: 30px;cursor: pointer;}
.up ul li .b .b_bot .anli_name:hover{color: #156bad;}
.up ul li .b .b_bot .vip{margin-left: 10px;float: left;display: block;height: 11px;width: 14px;background: url(/images/activity/vip.png);background-size: cover;margin-top:10px;}
.up ul li .b .b_bot .sign{position: relative;float: left;width: 30px;}
.up ul li .b .b_bot .sign .k_box::before{content: ' ';border: 8px solid #bfbfbf; border-color: transparent rgba(191, 191, 191, 0.5) transparent transparent;position: absolute;top:8px;left:-16px; }
.up ul li .b .b_bot .sign .k_box::after{content: ' ';border: 8px solid #fff; border-color: transparent #fff transparent transparent;position: absolute;top:8px;left:-15px; }
.up ul li .b .b_bot .b_bot_r{float: right}
.up ul li .b .b_bot .b_bot_r span{line-height: 30px;color: #7d7d7d;font-size: 12px;margin-right: 20px;cursor:default;position: relative;}
.up ul li .b .b_bot .b_bot_r span:nth-child(1):before{content: '';width: 1px;height:13px;background: #d5d5d5;position: absolute;right: -12px;top: 2px; }
/*小编推荐*/
.recommend{display: table;}
.recommend ul{}
.recommend ul li{width: 578px;height: 248px;float: left;margin-right: 44px;border-radius: 5px; box-shadow: 1px 1px 5px -1px #acacac;}
.recommend ul li:hover{
position:relative;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
box-shadow: 0px 3px 3px 3px #e0e0e0;
}
.recommend ul li:nth-child(2n){margin-right:0px}
.recommend ul li .recommend_left{width: 300px;height: 248px;float: left;}
.recommend ul li .recommend_left img{width: 300px;height: 248px;border-radius: 5px 0 0 5px}
.recommend ul li .recommend_right{float: left;width: 238px;padding: 20px;height: 208px;}
.recommend ul li .recommend_right span.recommendtitle{margin-bottom: 20px;display: table;line-height: 18px;}
.recommend ul li .recommend_right span a{color: #595757;font-size: 18px;}
.recommend ul li .recommend_right span a:hover{color: #156bad;}
.recommend ul li .recommend_right p.recommendp{height: 75px;display: table;margin-bottom: 20px;}
.recommend ul li .recommend_right p a{color: #595757;font-size: 14px;}
.recommend ul li .recommend_right .sign{height: 30px;margin-bottom: 10px; position: relative;}
.recommend ul li .recommend_right .sign img{width: 30px;height: 30px;border-radius: 50%;float:left;line-height: 30px;}
.recommend ul li .recommend_right .sign span.names {float:left;margin-left: 5px;line-height: 30px;}
.recommend ul li .recommend_right .sign span.names a{color: #7d7d7d;font-size: 12px;}
.recommend ul li .recommend_right .sign span.names a:hover{color: #156bad;}
.recommend ul li .recommend_right .sign .vip{margin-left: 6px;float: left;display: block;height: 11px;width: 14px;background: url(/images/activity/vip.png);background-size: cover;margin-top:10px;}
.recommend ul li .recommend_right .sign .k_box::before{content: ' ';border: 8px solid #bfbfbf; border-color: transparent rgba(191, 191, 191, 0.5) transparent transparent;position: absolute;top:8px;left:-16px; }
.recommend ul li .recommend_right .sign .k_box::after{content: ' ';border: 8px solid #fff; border-color: transparent #fff transparent transparent;position: absolute;top:8px;left:-15px; }
.recommend ul li .recommend_right .recommend_bottom{color: #7d7d7d;font-size: 12px;}
.recommend ul li .recommend_right .recommend_bottom span{position: relative;}
.recommend ul li .recommend_right .recommend_bottom span:nth-child(1){margin-right: 25px;}
.recommend ul li .recommend_right .recommend_bottom span:nth-child(1):before{position: absolute;content:'';width: 1px;height:13px ;background: #d5d5d5; right: -12px;top: 2px;}
/*案例集锦*/
.list{display: table;}
.list ul{display: table;}
.list ul li{height: 300px;width: 373px; box-shadow: 1px 1px 5px -1px #acacac;float: left;margin-right: 40px;margin-bottom: 20px;border-radius: 5px;}
.list ul li:hover{position:relative;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
box-shadow: 0px 3px 3px 3px #e0e0e0;
}
.list ul li:nth-child(3n){margin-right:0px;}
.list ul li .t{height: 190px;width: 373px;}
.list ul li .t img{height: 190px;width: 373px;border-radius: 5px 5px 0px 0px}
.list ul li .b{padding: 20px 10px;width: 353px;height: 70px;}
.list ul li .b h2{color: #595757;font-size: 18px;margin-bottom: 16px;font-weight: initial;}
.list ul li .b h2 a{color: #595757;}
.list ul li .b h2 a:hover{color: #156bad;}
.list ul li .b .sign{height: 30px;position: relative;}
.list ul li .b .sign img{width: 30px;height: 30px;border-radius: 50%;float: left;}
.list ul li .b .sign a.name{color: #7d7d7d;font-weight: 12px;margin-left: 5px;float: left;line-height: 30px;}
.list ul li .b .sign a.name:hover{color: #156bad;}
.list ul li .b .sign a.vip{line-height: 30px;margin-left: 6px;float: left;display: block;height: 11px;width: 14px;background: url(/images/activity/vip.png);background-size: cover;margin-top:10px;}
.list ul li .b .sign span.read{line-height: 30px;float: right;color: #7d7d7d;font-size: 12px;cursor:default;}
.list ul li .b .sign .k_box::before{content: ' ';border: 8px solid #bfbfbf; border-color: transparent rgba(191, 191, 191, 0.5) transparent transparent;position: absolute;top:8px;left:-16px; }
.list ul li .b .sign .k_box::after{content: ' ';border: 8px solid #fff; border-color: transparent #fff transparent transparent;position: absolute;top:8px;left:-15px; }
.list .list_b{width: 100%;text-align: center;margin-top: 20px;height: 50px;margin-bottom: 110px;}
.list .list_b a{display: inline-table;font-size: 14px;color: #156bad;padding: 14px 52px;border-radius:10px; border: #156bad 1px solid }
.list .list_b a:hover{color: #fff;background: #156bad;}
/*内容页*/
.content_left{width: 860px;border-radius: 5px;float: left;}
.content_left article{border:#e7e7e7 1px solid ;width: 818px;padding: 20px;border-radius: 5px 5px 0 0;}
.article .article_title{margin-bottom: 30px;}
.article .article_title h1{font-size: 24px;color: #595757;font-weight: bold}
.article .article_source{}
.article .article_source span{margin-right: 30px;color:#7d7d7d;font-size: 14px; }
.article .article_introduce{margin-top: 15px;padding:20px;background:#f6f6f6;}
.article .article_introduce p{color: #7d7d7d;line-height: 20px;}
.article .article_content{word-wrap: break-word;margin-top: 30px;margin-bottom: 35px;overflow: hidden}
.article .article_interaction{height:55px;width:820px;background: #fff;bottom: 0px;padding-top: 15px;}
.article .article_interaction .fabulous{margin-left: 60px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ff4e4e;border-radius:20px;display: block;float: left; }
.article .article_interaction .fabulous:hover{background:#FFF2F2}
.article .article_interaction .fabulous span{color:#ff4e4e;}
.article .article_interaction .fabulous .text{padding:0px 10px;border-right: 1px solid #ff4e4e}
.article .article_interaction .fabulous .number{margin-left:5px;}
.article .article_interaction .fabulous_n{background: #ff4e4e;margin-left: 60px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ff4e4e;border-radius:20px;display: block;float: left; }
.article .article_interaction .fabulous_n span{color:#fff;}
.article .article_interaction .fabulous_n .text{padding:0px 10px;border-right: 1px solid #fff}
.article .article_interaction .fabulous_n .number{margin-left:5px;}
.article .article_interaction .collection{margin-left: 20px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ffa41d;border-radius:20px;display: block;float: left; }
.article .article_interaction .collection:hover{background:#FFF2DD}
.article .article_interaction .collection span{color:#ffa41d;}
.article .article_interaction .collection .text{padding:0px 10px;border-right: 1px solid #ffa41d}
.article .article_interaction .collection .number{margin-left:5px;}
.article .article_interaction .collection_n{background: #ffa41d;margin-left: 20px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ffa41d;border-radius:20px;display: block;float: left; }
.article .article_interaction .collection_n span{color:#fff;}
.article .article_interaction .collection_n .text{padding:0px 10px;border-right: 1px solid #fff}
.article .article_interaction .collection_n .number{margin-left:5px;}
/*文章页编辑器显示*/
.comment .article_comment_form{display: block;margin-top: 20px;}
/*分享*/
.article .article_interaction .share{float: right;margin-left:0px;line-height: 40px;}
.article .article_interaction .share .name{display: block;float: left;margin-right: 5px;color: #7d7d7d;font-size: 14px;}
.article .article_interaction .share a{width: 40px;height: 40px;line-height: 40px;padding:0;display: block;float: left;margin:0px 0px 0px 10px; background-image:none;position: relative;}
.article .article_interaction .share .bds_sqq{background-image:url(../img/fqq.png);background-position: bottom;}
.article .article_interaction .share .bds_weixin{background-image:url(../img/fwx.png);background-position: bottom;}
.article .article_interaction .share .bds_tsina{background-image:url(../img/fwb.png);background-position: bottom;}
/*文章内容广告*/
.content_left .article_ad{width: 860px;}
.content_left .article_ad img{width: 860px;height: 150px;} | public/css/case/index.css | .banner{height: 200px;width:100%;min-width: 1200px;text-align: center;padding-top: 100px;}
.banner span{font-size: 40px;color: #fff;display: block;margin-bottom: 55px;}
.banner a{color: #fff;font-size:14px;padding:12px 50px;border-radius:5px;border:1px solid #fff; background: rgba(0, 0, 0, 0.25);}
.banner a:hover{ background: rgba(0, 0, 0, 0.6);}
.up{display: table;}
.title_anli{cursor: default;color: #595757;font-size:28px;width: 100%;height:108px;text-align: center;line-height: 108px;font-weight: bold;background:url(/images/activity/anli-title.png)no-repeat center;}
.up ul{}
.up ul li{
width: 570px;height: 448px;margin-right: 60px; box-shadow: 1px 1px 5px -1px #acacac;float: left;margin-bottom: 40px;border-radius: 5px;
}
.up ul li:nth-child(2n){margin-right: 0px;}
.up ul li:hover{
position:relative;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
box-shadow: 0px 3px 3px 3px #e0e0e0;
}
.up ul li .t{height: 288px;width: 570px;}
.up ul li .t img{height: 288px;width: 570px;border-radius: 5px 5px 0px 0px;}
.up ul li .b{padding: 20px 20px 10px 20px;height: 130px;width:530px; }
.up ul li .b .b_name{margin-bottom: 15px;}
.up ul li .b .b_name span{color: #595757;font-size: 18px;margin-bottom: 20px;display: table}
.up ul li .b .b_name span a{color: #595757;font-size: 18px;}
.up ul li .b .b_name span a:hover{color: #156bad;}
.up ul li .b .b_name p{height: 40px;}
.up ul li .b .b_name p a{color: #595757;font-size: 14px;line-height: 20px;}
.up ul li .b .b_bot{height: 30px;}
.up ul li .b .b_bot .k_active{float: left;}
.up ul li .b .b_bot .k_active img{height: 30px;width: 30px;border-radius: 50%}
.up ul li .b .b_bot .anli_name{color: #7d7d7d;font-size: 12px;float: left;margin-left: 5px;line-height: 30px;cursor: pointer;}
.up ul li .b .b_bot .anli_name:hover{color: #156bad;}
.up ul li .b .b_bot .vip{margin-left: 10px;float: left;display: block;height: 11px;width: 14px;background: url(/images/activity/vip.png);background-size: cover;margin-top:10px;}
.up ul li .b .b_bot .sign{position: relative;float: left;width: 30px;}
.up ul li .b .b_bot .sign .k_box::before{content: ' ';border: 8px solid #bfbfbf; border-color: transparent rgba(191, 191, 191, 0.5) transparent transparent;position: absolute;top:8px;left:-16px; }
.up ul li .b .b_bot .sign .k_box::after{content: ' ';border: 8px solid #fff; border-color: transparent #fff transparent transparent;position: absolute;top:8px;left:-15px; }
.up ul li .b .b_bot .b_bot_r{float: right}
.up ul li .b .b_bot .b_bot_r span{line-height: 30px;color: #7d7d7d;font-size: 12px;margin-right: 20px;cursor:default;position: relative;}
.up ul li .b .b_bot .b_bot_r span:nth-child(1):before{content: '';width: 1px;height:13px;background: #d5d5d5;position: absolute;right: -12px;top: 2px; }
/*小编推荐*/
.recommend{display: table;}
.recommend ul{}
.recommend ul li{width: 578px;height: 248px;float: left;margin-right: 44px;border-radius: 5px; box-shadow: 1px 1px 5px -1px #acacac;}
.recommend ul li:hover{
position:relative;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
box-shadow: 0px 3px 3px 3px #e0e0e0;
}
.recommend ul li:nth-child(2n){margin-right:0px}
.recommend ul li .recommend_left{width: 300px;height: 248px;float: left;}
.recommend ul li .recommend_left img{width: 300px;height: 248px;border-radius: 5px 0 0 5px}
.recommend ul li .recommend_right{float: left;width: 238px;padding: 20px;height: 208px;}
.recommend ul li .recommend_right span.recommendtitle{margin-bottom: 20px;display: table;line-height: 18px;}
.recommend ul li .recommend_right span a{color: #595757;font-size: 18px;}
.recommend ul li .recommend_right span a:hover{color: #156bad;}
.recommend ul li .recommend_right p.recommendp{height: 75px;display: table;margin-bottom: 20px;}
.recommend ul li .recommend_right p a{color: #595757;font-size: 14px;}
.recommend ul li .recommend_right .sign{height: 30px;margin-bottom: 10px; position: relative;}
.recommend ul li .recommend_right .sign img{width: 30px;height: 30px;border-radius: 50%;float:left;line-height: 30px;}
.recommend ul li .recommend_right .sign span.names {float:left;margin-left: 5px;line-height: 30px;}
.recommend ul li .recommend_right .sign span.names a{color: #7d7d7d;font-size: 12px;}
.recommend ul li .recommend_right .sign span.names a:hover{color: #156bad;}
.recommend ul li .recommend_right .sign .vip{margin-left: 6px;float: left;display: block;height: 11px;width: 14px;background: url(/images/activity/vip.png);background-size: cover;margin-top:10px;}
.recommend ul li .recommend_right .sign .k_box::before{content: ' ';border: 8px solid #bfbfbf; border-color: transparent rgba(191, 191, 191, 0.5) transparent transparent;position: absolute;top:8px;left:-16px; }
.recommend ul li .recommend_right .sign .k_box::after{content: ' ';border: 8px solid #fff; border-color: transparent #fff transparent transparent;position: absolute;top:8px;left:-15px; }
.recommend ul li .recommend_right .recommend_bottom{color: #7d7d7d;font-size: 12px;}
.recommend ul li .recommend_right .recommend_bottom span{position: relative;}
.recommend ul li .recommend_right .recommend_bottom span:nth-child(1){margin-right: 25px;}
.recommend ul li .recommend_right .recommend_bottom span:nth-child(1):before{position: absolute;content:'';width: 1px;height:13px ;background: #d5d5d5; right: -12px;top: 2px;}
/*案例集锦*/
.list{display: table;}
.list ul{display: table;}
.list ul li{height: 300px;width: 373px; box-shadow: 1px 1px 5px -1px #acacac;float: left;margin-right: 40px;margin-bottom: 20px;border-radius: 5px;}
.list ul li:hover{position:relative;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
box-shadow: 0px 3px 3px 3px #e0e0e0;
}
.list ul li:nth-child(3n){margin-right:0px;}
.list ul li .t{height: 190px;width: 373px;}
.list ul li .t img{height: 190px;width: 373px;border-radius: 5px 5px 0px 0px}
.list ul li .b{padding: 20px 10px;width: 353px;height: 70px;}
.list ul li .b h2{color: #595757;font-size: 18px;margin-bottom: 16px;font-weight: initial;}
.list ul li .b h2 a{color: #595757;}
.list ul li .b h2 a:hover{color: #156bad;}
.list ul li .b .sign{height: 30px;position: relative;}
.list ul li .b .sign img{width: 30px;height: 30px;border-radius: 50%;float: left;}
.list ul li .b .sign a.name{color: #7d7d7d;font-weight: 12px;margin-left: 5px;float: left;line-height: 30px;}
.list ul li .b .sign a.name:hover{color: #156bad;}
.list ul li .b .sign a.vip{line-height: 30px;margin-left: 6px;float: left;display: block;height: 11px;width: 14px;background: url(/images/activity/vip.png);background-size: cover;margin-top:10px;}
.list ul li .b .sign span.read{line-height: 30px;float: right;color: #7d7d7d;font-size: 12px;cursor:default;}
.list ul li .b .sign .k_box::before{content: ' ';border: 8px solid #bfbfbf; border-color: transparent rgba(191, 191, 191, 0.5) transparent transparent;position: absolute;top:8px;left:-16px; }
.list ul li .b .sign .k_box::after{content: ' ';border: 8px solid #fff; border-color: transparent #fff transparent transparent;position: absolute;top:8px;left:-15px; }
.list .list_b{width: 100%;text-align: center;margin-top: 20px;height: 50px;margin-bottom: 110px;}
.list .list_b a{display: inline-table;font-size: 14px;color: #156bad;padding: 14px 52px;border-radius:10px; border: #156bad 1px solid }
.list .list_b a:hover{color: #fff;background: #156bad;}
/*内容页*/
.content_left{width: 860px;border-radius: 5px;float: left;}
.content_left article{border:#e7e7e7 1px solid ;width: 818px;padding: 20px;border-radius: 5px 5px 0 0;}
.article .article_title{margin-bottom: 30px;}
.article .article_title h1{font-size: 24px;color: #595757;font-weight: bold}
.article .article_source{}
.article .article_source span{margin-right: 30px;color:#7d7d7d;font-size: 14px; }
.article .article_introduce{margin-top: 15px;padding:20px;background:#f6f6f6;}
.article .article_introduce p{color: #7d7d7d;line-height: 20px;}
.article .article_content{word-wrap: break-word;margin-top: 30px;margin-bottom: 35px;overflow: hidden}
.article .article_interaction{height:55px;width:820px;background: #fff;bottom: 0px;padding-top: 15px;}
.article .article_interaction .fabulous{margin-left: 60px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ff4e4e;border-radius:20px;display: block;float: left; }
.article .article_interaction .fabulous:hover{background:#FFF2F2}
.article .article_interaction .fabulous span{color:#ff4e4e;}
.article .article_interaction .fabulous .text{padding:0px 10px;border-right: 1px solid #ff4e4e}
.article .article_interaction .fabulous .number{margin-left:5px;}
.article .article_interaction .fabulous_n{background: #ff4e4e;margin-left: 60px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ff4e4e;border-radius:20px;display: block;float: left; }
.article .article_interaction .fabulous_n span{color:#fff;}
.article .article_interaction .fabulous_n .text{padding:0px 10px;border-right: 1px solid #fff}
.article .article_interaction .fabulous_n .number{margin-left:5px;}
.article .article_interaction .collection{margin-left: 20px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ffa41d;border-radius:20px;display: block;float: left; }
.article .article_interaction .collection:hover{background:#FFF2DD}
.article .article_interaction .collection span{color:#ffa41d;}
.article .article_interaction .collection .text{padding:0px 10px;border-right: 1px solid #ffa41d}
.article .article_interaction .collection .number{margin-left:5px;}
.article .article_interaction .collection_n{background: #ffa41d;margin-left: 20px;width: 143px;height: 38px;line-height: 38px;text-align: center;border:1px solid #ffa41d;border-radius:20px;display: block;float: left; }
.article .article_interaction .collection_n span{color:#fff;}
.article .article_interaction .collection_n .text{padding:0px 10px;border-right: 1px solid #fff}
.article .article_interaction .collection_n .number{margin-left:5px;}
/*文章页编辑器显示*/
.comment .article_comment_form{display: block;margin-top: 20px;}
/*分享*/
.article .article_interaction .share{float: right;margin-left:0px;line-height: 40px;}
.article .article_interaction .share .name{display: block;float: left;margin-right: 5px;color: #7d7d7d;font-size: 14px;}
.article .article_interaction .share a{width: 40px;height: 40px;line-height: 40px;padding:0;display: block;float: left;margin:0px 0px 0px 10px; background-image:none;position: relative;}
.article .article_interaction .share .bds_sqq{background-image:url(../img/fqq.png);background-position: bottom;}
.article .article_interaction .share .bds_weixin{background-image:url(../img/fwx.png);background-position: bottom;}
.article .article_interaction .share .bds_tsina{background-image:url(../img/fwb.png);background-position: bottom;}
/*文章内容广告*/
.content_left .article_ad{width: 860px;}
.content_left .article_ad img{width: 860px;height: 150px;} | 0.190875 | 0.108708 |
body {
background-color: #012f84;
/* font-family: "Montserrat", sans-serif; */
font-family: "Karla", sans-serif;
}
.green {
background-color: #3ddc84;
}
.txtCenter {
text-align: center;
}
.mainTitle {
color: white;
font-weight: 700;
font-size: 80px;
z-index: 0;
}
.daText {
color: #f7546c;
font-size: 15px;
letter-spacing: 8px;
margin-bottom: 20px;
}
.jstCard {
text-align: justify;
}
.subtitle {
color: #fff;
font-size: 21px;
z-index: 1;
}
.mt250 {
margin-top: 250px;
}
.mt50 {
margin-top: 50px;
}
.divider {
z-index: -3;
}
.whiteDiv {
background-color: white;
}
.violetDiv {
background-color: #f7546c;
}
.blackDiv {
background-color: #222222;
}
.btnContact {
margin-top: 50px;
background-color: white;
color: #012f84;
border-radius: 30px;
cursor: pointer;
font-weight: 800;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
a {
text-decoration: none !important;
}
.btnContact:hover {
transform: scale(1.1);
transition: transform 0.2s ease-in-out;
}
#AddNewMeetingButton {
position: absolute;
margin-top: -300px;
text-align: right;
background-image: url(./src/circle.png);
background-repeat: no-repeat;
background-size: 615px;
background-position: right -310px top;
height: 900px;
width: 100%;
outline: none;
border: none;
z-index: -1;
}
#aiBackground {
position: absolute;
margin-top: -145px;
text-align: right;
background-image: url(./src/ai_rotbot.png);
background-repeat: no-repeat;
background-size: 479px;
background-position: center;
height: 547px;
width: 474px;
outline: none;
border: none;
z-index: -1;
}
.nav-item {
background-color: #204c9e;
font-weight: 800;
border-radius: 30px;
margin: 3px 15px 0 0;
padding: 1px 20px;
}
.nav-link {
color: #fff !important;
}
.nav-item:hover {
background-color: #f7546c !important;
transition: background-color 0.2s linear;
}
.cardServizi {
background-color: #f9fbff;
border-radius: 30px;
padding: 32px;
margin: 10px 10px;
}
.cardServizi2 {
background-color: #f9fbff;
border-radius: 30px;
padding: 32px;
margin: 10px 0px;
}
.cardServiziTitle {
color: #353535;
font-weight: 800;
font-size: 30px;
margin-bottom: 30px;
}
.secTitle {
color: #353535;
font-weight: 800;
font-size: 40px;
margin-bottom: 30px;
}
.secTitlew {
color: #fff;
font-weight: 800;
font-size: 50px;
margin-bottom: 30px;
margin-top: 30px;
}
.secTitlewSm {
color: #fff;
font-weight: 800;
font-size: 25px;
margin-bottom: 30px;
margin-top: 30px;
}
.cardImg {
max-height: 80px;
margin-bottom: 30px;
}
.cardTxt {
font-size: 20px;
color: #8f8f99;
}
.btnApprofondisci {
margin-top: 50px;
background-color: transparent;
color: #005fff;
border-radius: 30px;
cursor: pointer;
font-weight: 800;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
.btnApprofondisci:hover {
transform: scale(1.2);
transition: transform 0.2s ease-in-out;
}
#id100 {
background-size: 100% 100% !important;
}
.cardServiziDark {
background-color: #012f84;
border-radius: 30px;
padding: 32px;
margin: 10px 10px;
max-width: 500px;
}
.cardServiziDark:hover {
transform: scale(1.01);
transition: transform 0.2s ease-in-out;
}
.cardServiziGreen {
background-color: #3ddc84;
border-radius: 30px;
padding: 32px;
margin: 10px 10px;
max-width: 500px;
}
.cardServiziGreen:hover {
transform: scale(1.01);
transition: transform 0.2s ease-in-out;
}
.circle {
border-radius: 50%;
}
.cardServiziTitleW {
color: #fff;
font-weight: 800;
font-size: 30px;
margin-bottom: 30px;
}
.cardTxtW {
font-size: 20px;
color: #fff;
}
.cardServiziTitleDark {
color: #e7e7e7;
font-weight: 800;
font-size: 30px;
margin-bottom: 30px;
}
.cardTxtDark {
font-size: 20px;
color: #dfdfdf;
}
.btnApprofondisciYellow {
margin-top: 50px;
background-color: transparent;
color: #fbff00 !important;
border-radius: 30px;
cursor: pointer;
font-weight: 800;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
.btnApprofondisciYellow:hover {
transform: scale(1.2);
transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 600px) {
#AddNewMeetingButton {
position: absolute;
margin-top: -466px;
text-align: right;
background-image: url(./src/circle.png);
background-repeat: no-repeat;
background-size: 615px;
background-position: right -404px top;
height: 900px;
width: 100%;
outline: none;
border: none;
z-index: -1;
}
#aiBackground {
position: absolute;
margin-top: -145px;
text-align: right;
background-image: url(./src/ai_rotbot.png);
background-repeat: no-repeat;
background-size: 290px;
background-position: center;
height: 459px;
width: 362px;
outline: none;
border: none;
z-index: -1;
}
.mainTitle {
color: white;
font-weight: 700;
font-size: 50px;
z-index: 0;
}
.mt250 {
margin-top: 90px;
}
}
.yellowDecoration {
background-color: #f8e5b7;
}
.cardChiara {
/* box-sizing: border-box; */
margin: 0px;
min-width: 0px;
background-color: var(--theme-ui-colors-contentBg, #fff);
border-radius: 1rem;
transition: transform 250ms ease 0s, box-shadow 250ms ease 0s,
color 250ms ease 0s;
box-shadow: rgba(140, 152, 164, 0.125) 0px 0px 35px;
padding: 2rem;
}
.singleCardL {
border-left: 1px solid #dbe1e9;
padding: 2rem;
}
.singleCardB {
border-bottom: 1px solid #dbe1e9;
padding: 2rem;
}
.singleCard {
padding: 2rem;
}
.androidIcon {
background-color: #ebfdda;
color: #64db43;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.titleIcon {
color: #2d3748;
font-size: 1.55rem;
margin-bottom: 24px;
font-weight: 800;
}
.cloudIcon {
background-color: #d3e7fe;
color: #276bf0;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.IoTIcon {
background-color: #fee8d1;
color: #f7491d;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.SwIcon {
background-color: #fefad6;
color: #f4d133;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.divider {
margin-top: 50px;
margin-bottom: 50px;
}
.textDescr {
color: #718096;
margin-left: 0.5px;
}
.ictick {
color: #276bf0;
}
.technologies__android {
padding-left: calc(24px + 10px);
background-image: url(./src/android.svg);
}
.technologies_aws {
padding-left: calc(24px + 10px);
background-image: url(./src/aws.svg);
}
.technologies_azure {
padding-left: calc(24px + 10px);
background-image: url(./src/azure.svg);
}
.technologies_bootstrap {
padding-left: calc(24px + 10px);
background-image: url(./src/bootstrap.svg);
}
.technologies_do {
padding-left: calc(24px + 10px);
background-image: url(./src/do.svg);
}
.technologies_gcloud {
padding-left: calc(24px + 10px);
background-image: url(./src/gcloud.svg);
}
.technologies_github {
padding-left: calc(24px + 10px);
background-image: url(./src/github.svg);
}
.technologies_gitlab {
padding-left: calc(24px + 10px);
background-image: url(./src/gitlab.svg);
}
.technologies_heroku {
padding-left: calc(24px + 10px);
background-image: url(./src/heroku.svg);
}
.technologies_html {
padding-left: calc(24px + 10px);
background-image: url(./src/html.svg);
}
.technologies_kotlin {
padding-left: calc(24px + 10px);
background-image: url(./src/kotlin.svg);
}
.technologies_node {
padding-left: calc(24px + 10px);
background-image: url(./src/nodejs.svg);
}
.technologies_psql {
padding-left: calc(24px + 10px);
background-image: url(./src/postgres.svg);
}
.technologies_react {
padding-left: calc(24px + 10px);
background-image: url(./src/react.svg);
}
.technologies_vs {
padding-left: calc(24px + 10px);
background-image: url(./src/visualstudio.svg);
}
.technologies_idea {
padding-left: calc(24px + 10px);
background-image: url(./src/idea.svg);
}
.technologies_docker {
padding-left: calc(24px + 10px);
background-image: url(./src/docker.svg);
}
.technologies_k8s {
padding-left: calc(24px + 10px);
background-image: url(./src/k8s.svg);
}
.technologies_mongo {
padding-left: calc(24px + 10px);
background-image: url(./src/mongo.svg);
}
.techSpan {
font-size: 16px;
color: #202020;
font-weight: bold;
background-repeat: no-repeat;
background-size: contain;
text-transform: uppercase;
margin-right: 30px;
margin-bottom: 32px;
}
.grayDiv {
background-color: #005fff;
} | index.css | body {
background-color: #012f84;
/* font-family: "Montserrat", sans-serif; */
font-family: "Karla", sans-serif;
}
.green {
background-color: #3ddc84;
}
.txtCenter {
text-align: center;
}
.mainTitle {
color: white;
font-weight: 700;
font-size: 80px;
z-index: 0;
}
.daText {
color: #f7546c;
font-size: 15px;
letter-spacing: 8px;
margin-bottom: 20px;
}
.jstCard {
text-align: justify;
}
.subtitle {
color: #fff;
font-size: 21px;
z-index: 1;
}
.mt250 {
margin-top: 250px;
}
.mt50 {
margin-top: 50px;
}
.divider {
z-index: -3;
}
.whiteDiv {
background-color: white;
}
.violetDiv {
background-color: #f7546c;
}
.blackDiv {
background-color: #222222;
}
.btnContact {
margin-top: 50px;
background-color: white;
color: #012f84;
border-radius: 30px;
cursor: pointer;
font-weight: 800;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
a {
text-decoration: none !important;
}
.btnContact:hover {
transform: scale(1.1);
transition: transform 0.2s ease-in-out;
}
#AddNewMeetingButton {
position: absolute;
margin-top: -300px;
text-align: right;
background-image: url(./src/circle.png);
background-repeat: no-repeat;
background-size: 615px;
background-position: right -310px top;
height: 900px;
width: 100%;
outline: none;
border: none;
z-index: -1;
}
#aiBackground {
position: absolute;
margin-top: -145px;
text-align: right;
background-image: url(./src/ai_rotbot.png);
background-repeat: no-repeat;
background-size: 479px;
background-position: center;
height: 547px;
width: 474px;
outline: none;
border: none;
z-index: -1;
}
.nav-item {
background-color: #204c9e;
font-weight: 800;
border-radius: 30px;
margin: 3px 15px 0 0;
padding: 1px 20px;
}
.nav-link {
color: #fff !important;
}
.nav-item:hover {
background-color: #f7546c !important;
transition: background-color 0.2s linear;
}
.cardServizi {
background-color: #f9fbff;
border-radius: 30px;
padding: 32px;
margin: 10px 10px;
}
.cardServizi2 {
background-color: #f9fbff;
border-radius: 30px;
padding: 32px;
margin: 10px 0px;
}
.cardServiziTitle {
color: #353535;
font-weight: 800;
font-size: 30px;
margin-bottom: 30px;
}
.secTitle {
color: #353535;
font-weight: 800;
font-size: 40px;
margin-bottom: 30px;
}
.secTitlew {
color: #fff;
font-weight: 800;
font-size: 50px;
margin-bottom: 30px;
margin-top: 30px;
}
.secTitlewSm {
color: #fff;
font-weight: 800;
font-size: 25px;
margin-bottom: 30px;
margin-top: 30px;
}
.cardImg {
max-height: 80px;
margin-bottom: 30px;
}
.cardTxt {
font-size: 20px;
color: #8f8f99;
}
.btnApprofondisci {
margin-top: 50px;
background-color: transparent;
color: #005fff;
border-radius: 30px;
cursor: pointer;
font-weight: 800;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
.btnApprofondisci:hover {
transform: scale(1.2);
transition: transform 0.2s ease-in-out;
}
#id100 {
background-size: 100% 100% !important;
}
.cardServiziDark {
background-color: #012f84;
border-radius: 30px;
padding: 32px;
margin: 10px 10px;
max-width: 500px;
}
.cardServiziDark:hover {
transform: scale(1.01);
transition: transform 0.2s ease-in-out;
}
.cardServiziGreen {
background-color: #3ddc84;
border-radius: 30px;
padding: 32px;
margin: 10px 10px;
max-width: 500px;
}
.cardServiziGreen:hover {
transform: scale(1.01);
transition: transform 0.2s ease-in-out;
}
.circle {
border-radius: 50%;
}
.cardServiziTitleW {
color: #fff;
font-weight: 800;
font-size: 30px;
margin-bottom: 30px;
}
.cardTxtW {
font-size: 20px;
color: #fff;
}
.cardServiziTitleDark {
color: #e7e7e7;
font-weight: 800;
font-size: 30px;
margin-bottom: 30px;
}
.cardTxtDark {
font-size: 20px;
color: #dfdfdf;
}
.btnApprofondisciYellow {
margin-top: 50px;
background-color: transparent;
color: #fbff00 !important;
border-radius: 30px;
cursor: pointer;
font-weight: 800;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
.btnApprofondisciYellow:hover {
transform: scale(1.2);
transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 600px) {
#AddNewMeetingButton {
position: absolute;
margin-top: -466px;
text-align: right;
background-image: url(./src/circle.png);
background-repeat: no-repeat;
background-size: 615px;
background-position: right -404px top;
height: 900px;
width: 100%;
outline: none;
border: none;
z-index: -1;
}
#aiBackground {
position: absolute;
margin-top: -145px;
text-align: right;
background-image: url(./src/ai_rotbot.png);
background-repeat: no-repeat;
background-size: 290px;
background-position: center;
height: 459px;
width: 362px;
outline: none;
border: none;
z-index: -1;
}
.mainTitle {
color: white;
font-weight: 700;
font-size: 50px;
z-index: 0;
}
.mt250 {
margin-top: 90px;
}
}
.yellowDecoration {
background-color: #f8e5b7;
}
.cardChiara {
/* box-sizing: border-box; */
margin: 0px;
min-width: 0px;
background-color: var(--theme-ui-colors-contentBg, #fff);
border-radius: 1rem;
transition: transform 250ms ease 0s, box-shadow 250ms ease 0s,
color 250ms ease 0s;
box-shadow: rgba(140, 152, 164, 0.125) 0px 0px 35px;
padding: 2rem;
}
.singleCardL {
border-left: 1px solid #dbe1e9;
padding: 2rem;
}
.singleCardB {
border-bottom: 1px solid #dbe1e9;
padding: 2rem;
}
.singleCard {
padding: 2rem;
}
.androidIcon {
background-color: #ebfdda;
color: #64db43;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.titleIcon {
color: #2d3748;
font-size: 1.55rem;
margin-bottom: 24px;
font-weight: 800;
}
.cloudIcon {
background-color: #d3e7fe;
color: #276bf0;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.IoTIcon {
background-color: #fee8d1;
color: #f7491d;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.SwIcon {
background-color: #fefad6;
color: #f4d133;
padding: 14px;
margin-right: 16px;
border-radius: 10px;
font-size: 33px;
}
.divider {
margin-top: 50px;
margin-bottom: 50px;
}
.textDescr {
color: #718096;
margin-left: 0.5px;
}
.ictick {
color: #276bf0;
}
.technologies__android {
padding-left: calc(24px + 10px);
background-image: url(./src/android.svg);
}
.technologies_aws {
padding-left: calc(24px + 10px);
background-image: url(./src/aws.svg);
}
.technologies_azure {
padding-left: calc(24px + 10px);
background-image: url(./src/azure.svg);
}
.technologies_bootstrap {
padding-left: calc(24px + 10px);
background-image: url(./src/bootstrap.svg);
}
.technologies_do {
padding-left: calc(24px + 10px);
background-image: url(./src/do.svg);
}
.technologies_gcloud {
padding-left: calc(24px + 10px);
background-image: url(./src/gcloud.svg);
}
.technologies_github {
padding-left: calc(24px + 10px);
background-image: url(./src/github.svg);
}
.technologies_gitlab {
padding-left: calc(24px + 10px);
background-image: url(./src/gitlab.svg);
}
.technologies_heroku {
padding-left: calc(24px + 10px);
background-image: url(./src/heroku.svg);
}
.technologies_html {
padding-left: calc(24px + 10px);
background-image: url(./src/html.svg);
}
.technologies_kotlin {
padding-left: calc(24px + 10px);
background-image: url(./src/kotlin.svg);
}
.technologies_node {
padding-left: calc(24px + 10px);
background-image: url(./src/nodejs.svg);
}
.technologies_psql {
padding-left: calc(24px + 10px);
background-image: url(./src/postgres.svg);
}
.technologies_react {
padding-left: calc(24px + 10px);
background-image: url(./src/react.svg);
}
.technologies_vs {
padding-left: calc(24px + 10px);
background-image: url(./src/visualstudio.svg);
}
.technologies_idea {
padding-left: calc(24px + 10px);
background-image: url(./src/idea.svg);
}
.technologies_docker {
padding-left: calc(24px + 10px);
background-image: url(./src/docker.svg);
}
.technologies_k8s {
padding-left: calc(24px + 10px);
background-image: url(./src/k8s.svg);
}
.technologies_mongo {
padding-left: calc(24px + 10px);
background-image: url(./src/mongo.svg);
}
.techSpan {
font-size: 16px;
color: #202020;
font-weight: bold;
background-repeat: no-repeat;
background-size: contain;
text-transform: uppercase;
margin-right: 30px;
margin-bottom: 32px;
}
.grayDiv {
background-color: #005fff;
} | 0.457137 | 0.070656 |
.text-center {
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
color: #333;
line-height: 1.4;
font-weight: 700;
}
h3, .h3 {
font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.restmenuwrap {
font-size: 12px;
padding: 40px 40px 20px 40px;
}
.restmenuwrap {
box-shadow: inset 0 0 0 16px #fff, inset 0 0 0 17px #eee, inset 0 0 0 18px #fff, inset 0 0 0 19px #eee, inset 0 0 0 20px #fff, inset 0 0 0 21px #eee, 0 4px 20px rgba(0,0,0,0.1);
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
pointer-events: auto;
}
.restmenuwrap .rm-thumb {
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-position: center center;
float: left;
margin: 0 20px 0 0;
box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2), 1px 1px 1px rgba(255,255,255,0.1);
border-radius: 50%;
}
body {
font-family: 'Montserrat',sans-serif;
font-size: 16px;
line-height: 1.7;
color: #777;
font-weight: 400;
overflow-x: hidden;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
body {
font-family: 'Montserrat',sans-serif;
font-size: 16px;
line-height: 1.7;
color: #777;
font-weight: 400;
overflow-x: hidden;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.restitem {
margin-bottom: 40px;
}
bootstrap.css:5
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div {
display: block;
} | dd/seat/seat.css | .text-center {
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
color: #333;
line-height: 1.4;
font-weight: 700;
}
h3, .h3 {
font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.restmenuwrap {
font-size: 12px;
padding: 40px 40px 20px 40px;
}
.restmenuwrap {
box-shadow: inset 0 0 0 16px #fff, inset 0 0 0 17px #eee, inset 0 0 0 18px #fff, inset 0 0 0 19px #eee, inset 0 0 0 20px #fff, inset 0 0 0 21px #eee, 0 4px 20px rgba(0,0,0,0.1);
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
pointer-events: auto;
}
.restmenuwrap .rm-thumb {
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-position: center center;
float: left;
margin: 0 20px 0 0;
box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2), 1px 1px 1px rgba(255,255,255,0.1);
border-radius: 50%;
}
body {
font-family: 'Montserrat',sans-serif;
font-size: 16px;
line-height: 1.7;
color: #777;
font-weight: 400;
overflow-x: hidden;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
body {
font-family: 'Montserrat',sans-serif;
font-size: 16px;
line-height: 1.7;
color: #777;
font-weight: 400;
overflow-x: hidden;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.restitem {
margin-bottom: 40px;
}
bootstrap.css:5
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div {
display: block;
} | 0.45641 | 0.098339 |
.dx-view {
height: 100%;
}
.dx-viewport {
font-size: 11px;
background: white;
}
.results .dx-list, .favorites-list.dx-list {
padding: 0;
}
.results .dx-list .dx-list-item, .favorites-list.dx-list .dx-list-item {
white-space: normal;
position: relative;
}
.dx-theme-generic .dx-widget:not(.dx-scrollable-scrollbar) {
background-color: white;
}
.dx-theme-generic .dx-widget.dx-loadindicator {
background-color: transparent;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-label {
color: white;
font-size: 16px;
text-transform: none;
font-weight: normal;
}
.dx-theme-generic .navbar-layout.has-navbar .layout-content.dx-content-placeholder {
top: 56px;
bottom: 66px;
}
.dx-theme-generic .navbar-layout.has-navbar .hide-toolbar .layout-content.dx-content-placeholder {
top: 0;
}
.dx-theme-generic .navbar-layout.has-navbar .layout-header .dx-toolbar {
margin: 0;
height: 56px;
background:#f05b41;
border-bottom: 0;
-webkit-box-shadow: none;
box-shadow:none;
}
.dx-theme-generic .navbar-layout.has-navbar .hide-toolbar .layout-header {
display: none;
}
.dx-theme-generic .dx-navbar.dx-tabs, .dx-theme-generic .navbar-layout.has-navbar .layout-footer {
height: 66px;
background: #353742;
}
.dx-theme-generic .dx-tabs .dx-tab.dx-nav-item {
display: inline-block;
padding: 0;
margin: 6px 25px;
border-left: none;
}
.dx-icon-favorites.dx-icon {
background: url('../images/favorites.png');
}
.dx-icon-home.dx-icon {
background: url('../images/find.png');
}
.dx-icon-info.dx-icon {
background: url('../images/info.png');
}
.dx-theme-generic .dx-tabs .dx-tab.dx-tab-selected {
background: none;
}
.dx-tabs .dx-tab-selected .dx-icon-favorites {
background: url('../images/favorites-active.png');
}
.dx-tabs .dx-tab-selected .dx-icon-home {
background: url('../images/find-active.png');
}
.dx-tabs .dx-tab-selected .dx-icon-info {
background: url('../images/info-active.png');
}
.dx-tab.dx-nav-item.dx-state-active,
.dx-toolbar-item .dx-state-active {
opacity: 0.6;
}
.dx-theme-generic .dx-navbar.dx-tabs .dx-tab .dx-icon {
height: 36px;
width: 36px;
opacity: 1;
}
.dx-theme-generic .dx-navbar.dx-tabs .dx-tab .dx-tab-text{
font-size: 11px;
line-height: 17px;
padding: 0 8px;
}
.dx-theme-generic .dx-tabs .dx-tab .dx-tab-text, .dx-theme-generic .dx-tabs .dx-tab.dx-tab-selected .dx-tab-text {
color: white;
}
.dx-theme-generic .dx-tabs .dx-tab.dx-state-active {
background:none;
}
.dx-theme-generic .dx-widget.dx-button {
border: none;
border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #f05b41;
background-image: none;
box-shadow:none;
}
.dx-theme-generic .dx-button.dx-state-active {
opacity: 0.4;
}
.dx-theme-generic .dx-button .dx-button-content .dx-button-text {
font-size: 23px;
vertical-align: baseline;
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-list {
background: url('../images/listview.png');
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-map {
background-image: url('../images/globe.png');
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-gallery {
background-image: url('../images/image.png');
}
.dx-theme-generic .dx-button.dx-button-back .dx-button-back-arrow {
background-image: url('../images/back.png');
}
.dx-theme-generic .dx-button-content .dx-icon-list-selected.dx-icon {
background-image: url('../images/listview-active.png');
}
.dx-theme-generic .dx-button-content .dx-icon-map-selected.dx-icon {
background-image: url('../images/globe-active.png');
}
.dx-theme-generic .dx-button-content .dx-icon-gallery-selected.dx-icon {
background-image: url('../images/image-active.png');
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-list,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-list-selected,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-map,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-map-selected,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-gallery,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-gallery-selected,
.dx-theme-generic .dx-button.dx-button-back .dx-button-back-arrow {
width:30px;
height:30px;
background-size: 100%;
padding: 0;
border: 0;
margin: 0 5px;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-item {
padding: 0;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-left {
left: 5px;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-right {
right: 5px;
}
.dx-theme-generic .dx-toolbar .dx-button.dx-state-active .dx-button-content {
background: none;
}
.dx-theme-generic .dx-toolbar .dx-button.dx-state-active.dx-button-back {
background: none;
}
.dx-theme-generic .dx-list .dx-empty-message {
white-space: normal;
font-size: 12px;
border: 0;
}
.dx-loadpanel-has-indicator {
font-size: 11px;
} | Others/phonejs/DevExpressPhoneJS-13.2.8/Demos/RealtorApp/css/ra.generic.css | .dx-view {
height: 100%;
}
.dx-viewport {
font-size: 11px;
background: white;
}
.results .dx-list, .favorites-list.dx-list {
padding: 0;
}
.results .dx-list .dx-list-item, .favorites-list.dx-list .dx-list-item {
white-space: normal;
position: relative;
}
.dx-theme-generic .dx-widget:not(.dx-scrollable-scrollbar) {
background-color: white;
}
.dx-theme-generic .dx-widget.dx-loadindicator {
background-color: transparent;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-label {
color: white;
font-size: 16px;
text-transform: none;
font-weight: normal;
}
.dx-theme-generic .navbar-layout.has-navbar .layout-content.dx-content-placeholder {
top: 56px;
bottom: 66px;
}
.dx-theme-generic .navbar-layout.has-navbar .hide-toolbar .layout-content.dx-content-placeholder {
top: 0;
}
.dx-theme-generic .navbar-layout.has-navbar .layout-header .dx-toolbar {
margin: 0;
height: 56px;
background:#f05b41;
border-bottom: 0;
-webkit-box-shadow: none;
box-shadow:none;
}
.dx-theme-generic .navbar-layout.has-navbar .hide-toolbar .layout-header {
display: none;
}
.dx-theme-generic .dx-navbar.dx-tabs, .dx-theme-generic .navbar-layout.has-navbar .layout-footer {
height: 66px;
background: #353742;
}
.dx-theme-generic .dx-tabs .dx-tab.dx-nav-item {
display: inline-block;
padding: 0;
margin: 6px 25px;
border-left: none;
}
.dx-icon-favorites.dx-icon {
background: url('../images/favorites.png');
}
.dx-icon-home.dx-icon {
background: url('../images/find.png');
}
.dx-icon-info.dx-icon {
background: url('../images/info.png');
}
.dx-theme-generic .dx-tabs .dx-tab.dx-tab-selected {
background: none;
}
.dx-tabs .dx-tab-selected .dx-icon-favorites {
background: url('../images/favorites-active.png');
}
.dx-tabs .dx-tab-selected .dx-icon-home {
background: url('../images/find-active.png');
}
.dx-tabs .dx-tab-selected .dx-icon-info {
background: url('../images/info-active.png');
}
.dx-tab.dx-nav-item.dx-state-active,
.dx-toolbar-item .dx-state-active {
opacity: 0.6;
}
.dx-theme-generic .dx-navbar.dx-tabs .dx-tab .dx-icon {
height: 36px;
width: 36px;
opacity: 1;
}
.dx-theme-generic .dx-navbar.dx-tabs .dx-tab .dx-tab-text{
font-size: 11px;
line-height: 17px;
padding: 0 8px;
}
.dx-theme-generic .dx-tabs .dx-tab .dx-tab-text, .dx-theme-generic .dx-tabs .dx-tab.dx-tab-selected .dx-tab-text {
color: white;
}
.dx-theme-generic .dx-tabs .dx-tab.dx-state-active {
background:none;
}
.dx-theme-generic .dx-widget.dx-button {
border: none;
border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #f05b41;
background-image: none;
box-shadow:none;
}
.dx-theme-generic .dx-button.dx-state-active {
opacity: 0.4;
}
.dx-theme-generic .dx-button .dx-button-content .dx-button-text {
font-size: 23px;
vertical-align: baseline;
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-list {
background: url('../images/listview.png');
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-map {
background-image: url('../images/globe.png');
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-gallery {
background-image: url('../images/image.png');
}
.dx-theme-generic .dx-button.dx-button-back .dx-button-back-arrow {
background-image: url('../images/back.png');
}
.dx-theme-generic .dx-button-content .dx-icon-list-selected.dx-icon {
background-image: url('../images/listview-active.png');
}
.dx-theme-generic .dx-button-content .dx-icon-map-selected.dx-icon {
background-image: url('../images/globe-active.png');
}
.dx-theme-generic .dx-button-content .dx-icon-gallery-selected.dx-icon {
background-image: url('../images/image-active.png');
}
.dx-theme-generic .dx-button .dx-button-content .dx-icon-list,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-list-selected,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-map,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-map-selected,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-gallery,
.dx-theme-generic .dx-button .dx-button-content .dx-icon-gallery-selected,
.dx-theme-generic .dx-button.dx-button-back .dx-button-back-arrow {
width:30px;
height:30px;
background-size: 100%;
padding: 0;
border: 0;
margin: 0 5px;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-item {
padding: 0;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-left {
left: 5px;
}
.dx-theme-generic .dx-toolbar .dx-toolbar-right {
right: 5px;
}
.dx-theme-generic .dx-toolbar .dx-button.dx-state-active .dx-button-content {
background: none;
}
.dx-theme-generic .dx-toolbar .dx-button.dx-state-active.dx-button-back {
background: none;
}
.dx-theme-generic .dx-list .dx-empty-message {
white-space: normal;
font-size: 12px;
border: 0;
}
.dx-loadpanel-has-indicator {
font-size: 11px;
} | 0.419529 | 0.047713 |
@charset "UTF-8";
/* Monospaced code font. */
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-Medium.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-Medium.woff") format("woff"),
url("fonts/victor-mono/VictorMono-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-MediumOblique.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-MediumOblique.woff") format("woff"),
url("fonts/victor-mono/VictorMono-MediumOblique.ttf") format("truetype");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-Bold.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-Bold.woff") format("woff"),
url("fonts/victor-mono/VictorMono-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-BoldOblique.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-BoldOblique.woff") format("woff"),
url("fonts/victor-mono/VictorMono-BoldOblique.ttf") format("truetype");
font-weight: bold;
font-style: italic;
font-display: swap;
}
* {
font-variant-ligatures: none;
}
/* Top-level styles. */
html {
font-size: calc(0.7em + 1vh);
background-color: #FFFFFF;
}
body {
width: 100%;
margin: 0;
}
.maincontent {
width: 90%;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
font-family: serif;
background-color: #FFFFFF;
color: #444444;
max-width: 1400px;
counter-reset: sidenote-counter;
}
/* Header. */
header {
background: linear-gradient(to right, #E0E8E8, #FFFFFF);
width: 100vw;
padding: 10px 0;
padding-bottom: 15px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
header a {
text-decoration: none;
}
nav {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: baseline;
padding-left: 20px;
}
nav .header-section {
display: flex;
align-items: baseline;
}
nav .logo {
display: inline-block;
font-family: "Open Sans", sans-serif;
font-weight: bold;
font-style: italic;
font-size: 200%;
color: #494FD3;
}
nav ul {
list-style: none;
margin: 0;
margin-left: 25px;
padding: 0;
}
nav ul > li {
display: inline;
margin-top: 0px;
margin-right: 10px;
}
nav ul > li a:link, nav ul > li a:visited {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
color: #555555;
}
nav ul > li a:hover {
color: #888888;
}
nav div.right-header {
margin-right: 20px;
}
#menu-label, #menu-toggle, .top-header { display: none; }
#menu-label { z-index: 200; }
.top-header svg { vertical-align: text-bottom; }
h1 {
font-family: "Open Sans", sans-serif;
font-size: 175%;
}
h2 {
font-family: "Open Sans", sans-serif;
}
h3 {
font-family: "Open Sans", sans-serif;
font-style: italic;
}
h3.simple-heading {
font-family: "Open Sans", sans-serif;
}
h3.simple-heading + p {
margin-top: 0.2rem;
}
/* TODO */
hr {
display: block;
height: 1px;
width: 60%;
border: 0;
border-top: 1px solid #ccc;
margin: 0.5em 0;
padding: 0;
}
article {
padding: 0rem 0rem 1rem 0rem;
}
section {
padding: 0;
}
p, dl, ol, ul, table {
line-height: 1.4;
}
dl.compact, ol.compact, ul.compact {
line-height: 1;
}
p {
padding-right: 0;
vertical-align: baseline;
}
dl.compact > li > p, ol.compact > li > p, ul.compact > li > p {
margin-top: 0rem;
margin-bottom: 0rem;
}
/* Chapter Epigraphs */
div.epigraph {
margin: 5em 0;
}
div.epigraph > blockquote {
margin-top: 3em;
margin-bottom: 3em;
}
div.epigraph > blockquote,
div.epigraph > blockquote > p {
font-style: italic;
}
div.epigraph > blockquote > footer {
font-style: normal;
}
div.epigraph > blockquote > footer > cite {
font-style: italic;
}
/* end chapter epigraphs styles */
blockquote {
border-left: 4px solid #9393ff;
padding-left: 10px;
margin-left: 20px;
}
blockquote p {
width: 60%;
margin-right: 40px;
}
blockquote footer {
width: 60%;
text-align: right;
}
section > p, section > footer, section > table {
width: 60%;
}
/* 50 + 5 == 55, to be the same width as paragraph */
section > dl, section > ol, section > ul {
width: 55%;
-webkit-padding-start: 5%;
}
dt:not(:first-child), li:not(:first-child) {
margin-top: 0.25rem;
}
div.box {
width: 60%;
padding: 10px;
border: 3px solid;
border-radius: 10px;
margin-bottom: 10px;
}
div.box p {
margin-top: 0px;
}
div.box svg {
margin-right: 10px;
}
div.info-box {
background-color: "#F0F0F0";
border-color: #888888;
}
div.danger-box {
background-color: #FFDDDD;
border-color: #AA0000;
}
div.danger-box svg {
stroke: #AA0000;
}
div.warning-box {
background-color: #FFFFAA;
border-color: #CCCC22;
}
div.warning-box svg {
stroke: #CCCC22;
}
div.tip-box {
background-color: #DDFFFF;
border-color: #6666EE;
}
div.tip-box svg {
stroke: #6666EE;
}
figure {
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
max-width: 60%;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin: 0;
}
figcaption {
float: right;
clear: right;
margin-top: 0;
margin-bottom: 0;
font-size: 80%;
vertical-align: baseline;
position: relative;
max-width: 40%;
}
p.centred-caption {
text-align: center;
font-style: italic;
margin-top: 0.7rem;
}
figure.fullwidth figcaption {
margin-right: 24%;
}
a:link, a:visited {
color: #444499;
}
a:link {
text-decoration-thickness: .05em;
text-underline-offset: 1px;
}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
text-decoration: none;
}
a:hover {
text-color: #888888;
}
div.icon-link span {
border: 2px solid #888;
background-color: #EEEEEE;
border-radius: 5px;
padding: 5px 5px 4px 5px;
box-sizing: border-box;
}
div.icon-link a {
text-decoration: none;
color: #000000;
}
div.icon-link svg {
margin-right: 5px;
position: relative;
top: 4px;
}
h1.index-article-title {
font-size: 125%;
margin-bottom: 0;
}
h1.index-article-title a:link,
h1.index-article-title a:visited,
h1.index-article-title a:hover {
text-decoration: none;
color: #444444;
}
div.index-article-date {
font-family: sans-serif;
font-style: italic;
margin-top: 5px;
margin-bottom: 5px;
}
span.category {
margin-right: 5px;
border-radius: 5px;
padding: 2px 5px;
font-size: 80%;
background-color: #444499;
}
span.category a:link,
span.category a:visited,
span.category a:hover {
font-family: sans-serif;
text-decoration: none;
color: #FFFFFF;
}
div.read-more-link a:link,
div.read-more-link a:visited,
div.read-more-link a:hover {
font-family: sans-serif;
text-decoration: none;
color: #444499;
}
div.index-older-newer-links {
width: 60%;
margin-top: 20px;
font-family: sans-serif;
font-weight: bold;
display: flex;
justify-content: space-between;
}
div.index-older-newer-links a:link,
div.index-older-newer-links a:visited,
div.index-older-newer-links a:hover {
text-decoration: none;
background-color: #F0F0F8;
border-radius: 5px;
padding: 4px 10px 0px 10px;
}
div.page-prev-next-links {
width: 60%;
font-family: sans-serif;
font-weight: bold;
display: flex;
justify-content: space-between;
}
div.page-prev-link {
margin-top: 25px;
margin-bottom: -20px;
}
div.page-next-link {
margin-top: 20px;
}
div.page-prev-next-links a:link,
div.page-prev-next-links a:visited,
div.page-prev-next-links a:hover {
text-decoration: none;
background-color: #F0F0F8;
border-radius: 5px;
padding: 4px 10px 0px 10px;
}
div.category-header {
width: 60%;
display: flex;
justify-content: space-between;
}
div.category-header h2 {
font-family: sans-serif;
font-weight: bold;
font-style: normal;
}
div.category-header a:link,
div.category-header a:visited,
div.category-header a:hover {
text-decoration: none;
}
/* Sidenotes, margin notes, figures, captions */
img {
max-width: 100%;
}
.sidenote, .marginnote {
float: right;
clear: right;
margin-right: -50%;
width: 45%;
font-size: 80%;
margin-top: 0.3rem;
margin-bottom: 0;
vertical-align: baseline;
position: relative;
}
.sidenote-number {
counter-increment: sidenote-counter;
font-size: 0.6rem;
}
.sidenote-number:after, .sidenote:before {
font-family: serif;
position: relative;
vertical-align: baseline;
}
.sidenote-number:after {
content: counter(sidenote-counter);
top: -0.5rem;
left: 0.1rem;
}
.sidenote:before {
content: counter(sidenote-counter) " ";
font-size: 0.6rem;
top: -0.5rem;
}
blockquote .sidenote, blockquote .marginnote {
margin-right: -82%;
min-width: 59%;
text-align: left;
}
div.fullwidth, table.fullwidth {
width: 100%;
}
div.table-wrapper {
overflow-x: auto;
font-family: serif;
}
code, pre {
font-family: "<NAME>", monospace;
font-size: 90%;
font-weight: 300;
-webkit-text-size-adjust: 100%;
}
pre {
width: 100%;
padding-left: 5px;
}
pre > code {
width: 100%;
margin-left: 2.5%;
overflow-x: auto;
display: block;
}
pre.fullwidth > code {
width: 90%;
}
.fullwidth {
max-width: 90%;
clear:both;
}
input.margin-toggle {
display: none;
}
label.sidenote-number {
display: inline;
}
label.margin-toggle:not(.sidenote-number) {
display: none;
}
.iframe-outer-wrapper {
width: 60%;
}
.iframe-wrapper {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%
}
.iframe-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
article > footer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
width: 60%;
font-size: 80%;
}
article > footer div {
white-space: nowrap;
}
article > footer img {
display: inline-block;
margin-left: 3px;
vertical-align: text-bottom;
height: 22px !important;
width: 22px !important;
}
@media (max-width: 800px) {
.maincontent {
width: 96%;
margin-left: auto;
margin-right: auto;
padding-left: 0;
}
nav .header-section {
justify-content: space-between;
flex-grow: 1;
}
#menu-label {
display: inline-block;
color: #444499;
font-style: normal;
font-size: 1.2em;
margin-left: auto;
margin-right: 25px;
padding: 10px;
padding-bottom: 0;
}
.right-header { display: none; }
.menu-items { display: none; }
#menu-toggle:checked ~ .menu-items {
display: block;
position: absolute;
width: 100%;
background: #F0F0F8;
left: 0;
top: 95px;
margin-left: 0;
z-index: 100;
}
#menu-toggle:checked ~ .right-header {
display: block;
position: absolute;
background: #F0F0F8;
right: 30px;
top: 0;
z-index: 200;
}
.menu-items > li {
display: block;
width: 100%;
}
.menu-items a {
box-sizing: border-box;
display: block;
padding-left: 10px;
border-top: 1px solid #333;
}
.menu-items li:last-child a {
border-bottom: 1px solid #333;
}
hr, section > p, section > footer, section > table {
width: 100%;
}
pre > code {
width: 97%;
}
section > dl, section > ol, section > ul {
width: 90%;
}
figure {
max-width: 90%;
}
figcaption, figure.fullwidth figcaption {
margin-right: 0%;
max-width: none;
}
blockquote {
margin-left: 1.5em;
margin-right: 0em;
}
blockquote p, blockquote footer {
width: 100%;
}
label.margin-toggle:not(.sidenote-number) {
display: inline;
}
.sidenote, .marginnote {
display: none;
}
.margin-toggle:checked + .sidenote, .margin-toggle:checked + .marginnote {
display: block;
float: left;
left: 1rem;
clear: both;
width: 95%;
margin: 1rem 2.5%;
vertical-align: baseline;
position: relative;
}
label {
cursor: pointer;
}
div.table-wrapper, table {
width: 85%;
}
img {
width: 100%;
}
.iframe-outer-wrapper {
width: 100%;
}
}
input.search-bar {
width: 100%;
font-size: inherit;
border-radius: 5px;
border: 2px solid #CCCCCC;
outline: none;
padding: 5px;
}
.search-error {
color: red;
font-family: sans-serif;
font-weight: bold;
}
h2.search-title {
margin-top: 5px;
margin-bottom: 0px;
font-size: 100%;
}
h2.search-title a:link,
h2.search-title a:visited,
h2.search-title a:hover {
text-decoration: none;
color: #444444;
}
div.search-info {
font-family: sans-serif;
margin: 0;
}
span.search-date {
font-style: italic;
margin-right: 10px;
}
hr.search-separator {
display: block;
height: 1px;
width: 100%;
border: 0;
border-top: 1px solid #ccc;
margin: 5px 0;
padding: 0;
}
div.title-info {
font-family: sans-serif;
margin: 0;
}
span.title-date {
font-style: italic;
margin-right: 10px;
}
/* Pygments highlighting. */
.highlight { font-size: 90%; }
.highlight .linenos { padding-right: 10px; color: #AAA; }
.highlight .hll { background-color: #ffffcc }
.highlight { width: 100%; padding-left: 30px; }
.highlight .c { color: #008000 } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #0000ff } /* Keyword */
.highlight .ch { color: #008000 } /* Comment.Hashbang */
.highlight .cm { color: #008000 } /* Comment.Multiline */
.highlight .cp { color: #0000ff } /* Comment.Preproc */
.highlight .cpf { color: #008000 } /* Comment.PreprocFile */
.highlight .c1 { color: #008000 } /* Comment.Single */
.highlight .cs { color: #008000 } /* Comment.Special */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gh { font-weight: bold } /* Generic.Heading */
.highlight .gp { font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { font-weight: bold } /* Generic.Subheading */
.highlight .kc { color: #0000ff } /* Keyword.Constant */
.highlight .kd { color: #0000ff } /* Keyword.Declaration */
.highlight .kn { color: #0000ff } /* Keyword.Namespace */
.highlight .kp { color: #0000ff } /* Keyword.Pseudo */
.highlight .kr { color: #0000ff } /* Keyword.Reserved */
.highlight .kt { color: #2b91af } /* Keyword.Type */
.highlight .s { color: #a31515 } /* Literal.String */
.highlight .nc { color: #2b91af } /* Name.Class */
.highlight .ow { color: #0000ff } /* Operator.Word */
.highlight .sa { color: #a31515 } /* Literal.String.Affix */
.highlight .sb { color: #a31515 } /* Literal.String.Backtick */
.highlight .sc { color: #a31515 } /* Literal.String.Char */
.highlight .dl { color: #a31515 } /* Literal.String.Delimiter */
.highlight .sd { color: #a31515 } /* Literal.String.Doc */
.highlight .s2 { color: #a31515 } /* Literal.String.Double */
.highlight .se { color: #a31515 } /* Literal.String.Escape */
.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */
.highlight .si { color: #a31515 } /* Literal.String.Interpol */
.highlight .sx { color: #a31515 } /* Literal.String.Other */
.highlight .sr { color: #a31515 } /* Literal.String.Regex */
.highlight .s1 { color: #a31515 } /* Literal.String.Single */
.highlight .ss { color: #a31515 } /* Literal.String.Symbol */ | doc/sky blue trades _ STM32 Timer + ADC + DMA_ Part 3_files/style.css | @charset "UTF-8";
/* Monospaced code font. */
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-Medium.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-Medium.woff") format("woff"),
url("fonts/victor-mono/VictorMono-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-MediumOblique.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-MediumOblique.woff") format("woff"),
url("fonts/victor-mono/VictorMono-MediumOblique.ttf") format("truetype");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-Bold.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-Bold.woff") format("woff"),
url("fonts/victor-mono/VictorMono-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "<NAME>";
src: url("fonts/victor-mono/VictorMono-BoldOblique.woff2") format("woff2"),
url("fonts/victor-mono/VictorMono-BoldOblique.woff") format("woff"),
url("fonts/victor-mono/VictorMono-BoldOblique.ttf") format("truetype");
font-weight: bold;
font-style: italic;
font-display: swap;
}
* {
font-variant-ligatures: none;
}
/* Top-level styles. */
html {
font-size: calc(0.7em + 1vh);
background-color: #FFFFFF;
}
body {
width: 100%;
margin: 0;
}
.maincontent {
width: 90%;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
font-family: serif;
background-color: #FFFFFF;
color: #444444;
max-width: 1400px;
counter-reset: sidenote-counter;
}
/* Header. */
header {
background: linear-gradient(to right, #E0E8E8, #FFFFFF);
width: 100vw;
padding: 10px 0;
padding-bottom: 15px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
header a {
text-decoration: none;
}
nav {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: baseline;
padding-left: 20px;
}
nav .header-section {
display: flex;
align-items: baseline;
}
nav .logo {
display: inline-block;
font-family: "Open Sans", sans-serif;
font-weight: bold;
font-style: italic;
font-size: 200%;
color: #494FD3;
}
nav ul {
list-style: none;
margin: 0;
margin-left: 25px;
padding: 0;
}
nav ul > li {
display: inline;
margin-top: 0px;
margin-right: 10px;
}
nav ul > li a:link, nav ul > li a:visited {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
color: #555555;
}
nav ul > li a:hover {
color: #888888;
}
nav div.right-header {
margin-right: 20px;
}
#menu-label, #menu-toggle, .top-header { display: none; }
#menu-label { z-index: 200; }
.top-header svg { vertical-align: text-bottom; }
h1 {
font-family: "Open Sans", sans-serif;
font-size: 175%;
}
h2 {
font-family: "Open Sans", sans-serif;
}
h3 {
font-family: "Open Sans", sans-serif;
font-style: italic;
}
h3.simple-heading {
font-family: "Open Sans", sans-serif;
}
h3.simple-heading + p {
margin-top: 0.2rem;
}
/* TODO */
hr {
display: block;
height: 1px;
width: 60%;
border: 0;
border-top: 1px solid #ccc;
margin: 0.5em 0;
padding: 0;
}
article {
padding: 0rem 0rem 1rem 0rem;
}
section {
padding: 0;
}
p, dl, ol, ul, table {
line-height: 1.4;
}
dl.compact, ol.compact, ul.compact {
line-height: 1;
}
p {
padding-right: 0;
vertical-align: baseline;
}
dl.compact > li > p, ol.compact > li > p, ul.compact > li > p {
margin-top: 0rem;
margin-bottom: 0rem;
}
/* Chapter Epigraphs */
div.epigraph {
margin: 5em 0;
}
div.epigraph > blockquote {
margin-top: 3em;
margin-bottom: 3em;
}
div.epigraph > blockquote,
div.epigraph > blockquote > p {
font-style: italic;
}
div.epigraph > blockquote > footer {
font-style: normal;
}
div.epigraph > blockquote > footer > cite {
font-style: italic;
}
/* end chapter epigraphs styles */
blockquote {
border-left: 4px solid #9393ff;
padding-left: 10px;
margin-left: 20px;
}
blockquote p {
width: 60%;
margin-right: 40px;
}
blockquote footer {
width: 60%;
text-align: right;
}
section > p, section > footer, section > table {
width: 60%;
}
/* 50 + 5 == 55, to be the same width as paragraph */
section > dl, section > ol, section > ul {
width: 55%;
-webkit-padding-start: 5%;
}
dt:not(:first-child), li:not(:first-child) {
margin-top: 0.25rem;
}
div.box {
width: 60%;
padding: 10px;
border: 3px solid;
border-radius: 10px;
margin-bottom: 10px;
}
div.box p {
margin-top: 0px;
}
div.box svg {
margin-right: 10px;
}
div.info-box {
background-color: "#F0F0F0";
border-color: #888888;
}
div.danger-box {
background-color: #FFDDDD;
border-color: #AA0000;
}
div.danger-box svg {
stroke: #AA0000;
}
div.warning-box {
background-color: #FFFFAA;
border-color: #CCCC22;
}
div.warning-box svg {
stroke: #CCCC22;
}
div.tip-box {
background-color: #DDFFFF;
border-color: #6666EE;
}
div.tip-box svg {
stroke: #6666EE;
}
figure {
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
max-width: 60%;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin: 0;
}
figcaption {
float: right;
clear: right;
margin-top: 0;
margin-bottom: 0;
font-size: 80%;
vertical-align: baseline;
position: relative;
max-width: 40%;
}
p.centred-caption {
text-align: center;
font-style: italic;
margin-top: 0.7rem;
}
figure.fullwidth figcaption {
margin-right: 24%;
}
a:link, a:visited {
color: #444499;
}
a:link {
text-decoration-thickness: .05em;
text-underline-offset: 1px;
}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
text-decoration: none;
}
a:hover {
text-color: #888888;
}
div.icon-link span {
border: 2px solid #888;
background-color: #EEEEEE;
border-radius: 5px;
padding: 5px 5px 4px 5px;
box-sizing: border-box;
}
div.icon-link a {
text-decoration: none;
color: #000000;
}
div.icon-link svg {
margin-right: 5px;
position: relative;
top: 4px;
}
h1.index-article-title {
font-size: 125%;
margin-bottom: 0;
}
h1.index-article-title a:link,
h1.index-article-title a:visited,
h1.index-article-title a:hover {
text-decoration: none;
color: #444444;
}
div.index-article-date {
font-family: sans-serif;
font-style: italic;
margin-top: 5px;
margin-bottom: 5px;
}
span.category {
margin-right: 5px;
border-radius: 5px;
padding: 2px 5px;
font-size: 80%;
background-color: #444499;
}
span.category a:link,
span.category a:visited,
span.category a:hover {
font-family: sans-serif;
text-decoration: none;
color: #FFFFFF;
}
div.read-more-link a:link,
div.read-more-link a:visited,
div.read-more-link a:hover {
font-family: sans-serif;
text-decoration: none;
color: #444499;
}
div.index-older-newer-links {
width: 60%;
margin-top: 20px;
font-family: sans-serif;
font-weight: bold;
display: flex;
justify-content: space-between;
}
div.index-older-newer-links a:link,
div.index-older-newer-links a:visited,
div.index-older-newer-links a:hover {
text-decoration: none;
background-color: #F0F0F8;
border-radius: 5px;
padding: 4px 10px 0px 10px;
}
div.page-prev-next-links {
width: 60%;
font-family: sans-serif;
font-weight: bold;
display: flex;
justify-content: space-between;
}
div.page-prev-link {
margin-top: 25px;
margin-bottom: -20px;
}
div.page-next-link {
margin-top: 20px;
}
div.page-prev-next-links a:link,
div.page-prev-next-links a:visited,
div.page-prev-next-links a:hover {
text-decoration: none;
background-color: #F0F0F8;
border-radius: 5px;
padding: 4px 10px 0px 10px;
}
div.category-header {
width: 60%;
display: flex;
justify-content: space-between;
}
div.category-header h2 {
font-family: sans-serif;
font-weight: bold;
font-style: normal;
}
div.category-header a:link,
div.category-header a:visited,
div.category-header a:hover {
text-decoration: none;
}
/* Sidenotes, margin notes, figures, captions */
img {
max-width: 100%;
}
.sidenote, .marginnote {
float: right;
clear: right;
margin-right: -50%;
width: 45%;
font-size: 80%;
margin-top: 0.3rem;
margin-bottom: 0;
vertical-align: baseline;
position: relative;
}
.sidenote-number {
counter-increment: sidenote-counter;
font-size: 0.6rem;
}
.sidenote-number:after, .sidenote:before {
font-family: serif;
position: relative;
vertical-align: baseline;
}
.sidenote-number:after {
content: counter(sidenote-counter);
top: -0.5rem;
left: 0.1rem;
}
.sidenote:before {
content: counter(sidenote-counter) " ";
font-size: 0.6rem;
top: -0.5rem;
}
blockquote .sidenote, blockquote .marginnote {
margin-right: -82%;
min-width: 59%;
text-align: left;
}
div.fullwidth, table.fullwidth {
width: 100%;
}
div.table-wrapper {
overflow-x: auto;
font-family: serif;
}
code, pre {
font-family: "<NAME>", monospace;
font-size: 90%;
font-weight: 300;
-webkit-text-size-adjust: 100%;
}
pre {
width: 100%;
padding-left: 5px;
}
pre > code {
width: 100%;
margin-left: 2.5%;
overflow-x: auto;
display: block;
}
pre.fullwidth > code {
width: 90%;
}
.fullwidth {
max-width: 90%;
clear:both;
}
input.margin-toggle {
display: none;
}
label.sidenote-number {
display: inline;
}
label.margin-toggle:not(.sidenote-number) {
display: none;
}
.iframe-outer-wrapper {
width: 60%;
}
.iframe-wrapper {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%
}
.iframe-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
article > footer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
width: 60%;
font-size: 80%;
}
article > footer div {
white-space: nowrap;
}
article > footer img {
display: inline-block;
margin-left: 3px;
vertical-align: text-bottom;
height: 22px !important;
width: 22px !important;
}
@media (max-width: 800px) {
.maincontent {
width: 96%;
margin-left: auto;
margin-right: auto;
padding-left: 0;
}
nav .header-section {
justify-content: space-between;
flex-grow: 1;
}
#menu-label {
display: inline-block;
color: #444499;
font-style: normal;
font-size: 1.2em;
margin-left: auto;
margin-right: 25px;
padding: 10px;
padding-bottom: 0;
}
.right-header { display: none; }
.menu-items { display: none; }
#menu-toggle:checked ~ .menu-items {
display: block;
position: absolute;
width: 100%;
background: #F0F0F8;
left: 0;
top: 95px;
margin-left: 0;
z-index: 100;
}
#menu-toggle:checked ~ .right-header {
display: block;
position: absolute;
background: #F0F0F8;
right: 30px;
top: 0;
z-index: 200;
}
.menu-items > li {
display: block;
width: 100%;
}
.menu-items a {
box-sizing: border-box;
display: block;
padding-left: 10px;
border-top: 1px solid #333;
}
.menu-items li:last-child a {
border-bottom: 1px solid #333;
}
hr, section > p, section > footer, section > table {
width: 100%;
}
pre > code {
width: 97%;
}
section > dl, section > ol, section > ul {
width: 90%;
}
figure {
max-width: 90%;
}
figcaption, figure.fullwidth figcaption {
margin-right: 0%;
max-width: none;
}
blockquote {
margin-left: 1.5em;
margin-right: 0em;
}
blockquote p, blockquote footer {
width: 100%;
}
label.margin-toggle:not(.sidenote-number) {
display: inline;
}
.sidenote, .marginnote {
display: none;
}
.margin-toggle:checked + .sidenote, .margin-toggle:checked + .marginnote {
display: block;
float: left;
left: 1rem;
clear: both;
width: 95%;
margin: 1rem 2.5%;
vertical-align: baseline;
position: relative;
}
label {
cursor: pointer;
}
div.table-wrapper, table {
width: 85%;
}
img {
width: 100%;
}
.iframe-outer-wrapper {
width: 100%;
}
}
input.search-bar {
width: 100%;
font-size: inherit;
border-radius: 5px;
border: 2px solid #CCCCCC;
outline: none;
padding: 5px;
}
.search-error {
color: red;
font-family: sans-serif;
font-weight: bold;
}
h2.search-title {
margin-top: 5px;
margin-bottom: 0px;
font-size: 100%;
}
h2.search-title a:link,
h2.search-title a:visited,
h2.search-title a:hover {
text-decoration: none;
color: #444444;
}
div.search-info {
font-family: sans-serif;
margin: 0;
}
span.search-date {
font-style: italic;
margin-right: 10px;
}
hr.search-separator {
display: block;
height: 1px;
width: 100%;
border: 0;
border-top: 1px solid #ccc;
margin: 5px 0;
padding: 0;
}
div.title-info {
font-family: sans-serif;
margin: 0;
}
span.title-date {
font-style: italic;
margin-right: 10px;
}
/* Pygments highlighting. */
.highlight { font-size: 90%; }
.highlight .linenos { padding-right: 10px; color: #AAA; }
.highlight .hll { background-color: #ffffcc }
.highlight { width: 100%; padding-left: 30px; }
.highlight .c { color: #008000 } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #0000ff } /* Keyword */
.highlight .ch { color: #008000 } /* Comment.Hashbang */
.highlight .cm { color: #008000 } /* Comment.Multiline */
.highlight .cp { color: #0000ff } /* Comment.Preproc */
.highlight .cpf { color: #008000 } /* Comment.PreprocFile */
.highlight .c1 { color: #008000 } /* Comment.Single */
.highlight .cs { color: #008000 } /* Comment.Special */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gh { font-weight: bold } /* Generic.Heading */
.highlight .gp { font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { font-weight: bold } /* Generic.Subheading */
.highlight .kc { color: #0000ff } /* Keyword.Constant */
.highlight .kd { color: #0000ff } /* Keyword.Declaration */
.highlight .kn { color: #0000ff } /* Keyword.Namespace */
.highlight .kp { color: #0000ff } /* Keyword.Pseudo */
.highlight .kr { color: #0000ff } /* Keyword.Reserved */
.highlight .kt { color: #2b91af } /* Keyword.Type */
.highlight .s { color: #a31515 } /* Literal.String */
.highlight .nc { color: #2b91af } /* Name.Class */
.highlight .ow { color: #0000ff } /* Operator.Word */
.highlight .sa { color: #a31515 } /* Literal.String.Affix */
.highlight .sb { color: #a31515 } /* Literal.String.Backtick */
.highlight .sc { color: #a31515 } /* Literal.String.Char */
.highlight .dl { color: #a31515 } /* Literal.String.Delimiter */
.highlight .sd { color: #a31515 } /* Literal.String.Doc */
.highlight .s2 { color: #a31515 } /* Literal.String.Double */
.highlight .se { color: #a31515 } /* Literal.String.Escape */
.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */
.highlight .si { color: #a31515 } /* Literal.String.Interpol */
.highlight .sx { color: #a31515 } /* Literal.String.Other */
.highlight .sr { color: #a31515 } /* Literal.String.Regex */
.highlight .s1 { color: #a31515 } /* Literal.String.Single */
.highlight .ss { color: #a31515 } /* Literal.String.Symbol */ | 0.217005 | 0.048159 |
@charset "utf-8";
/* 2013-8-13 */
/* body { min-width:1000px;} */
body { background-color: #f2f2f2;}
.main-panel { width:100%; height:100%; display:table; min-width: 1160px;}
.header { display:table-row; width:100%; height:70px; overflow:hidden; position:relative;}
.top { height:22px; line-height:22px; overflow:hidden;}
.top-right { float:right; padding:2px 0; text-align:right; color:#DDD; font-size:12px;}
.top-right ul { padding-right:4px;}
.top-right li { float:left; display:inline-block; padding:0 8px;}
.top-right li a { color:#DDD;font-weight: bold;}
.top-right-l2 { position:absolute; right:5px; top:20px;}
.top-right-l2 li { float:left; display:inline-block; padding:0 8px;}
.menu { display:block; padding:3px; height:60px; background:#404040; border-bottom:4px solid #a8a9ad;}
.menu .logo { float:left; margin:2px; width:320px; height:56px; background:url(../images/logo.jpg) no-repeat center;}
.menu ul { margin:0; padding:0;}
.menu li { float:left; margin-left:1px;}
.menu li a,.menu li a.select { display:block; padding:10px; color:#f2f2f2; width:92px; height:36px; text-decoration:none; border:2px solid #404040;}
.menu li a:hover { color:#FFF; border:2px solid #B5B5B5;}
.menu li a.select { color:#FFF; background-image:url(../images/menu-selected.png); background-repeat:no-repeat;}
.menu li a h1 { font-size:18px; font-family:"微软雅黑"; line-height:20px;}
.menu li a h4 { margin-top:4px; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:12px;}
.second-nav { padding:4px 0; height:28px; overflow:hidden; background:#a8a9ad;}
.second-nav ul {}
.second-nav li { padding:0 10px; float:left;}
.second-nav li a { display:block; padding:0 15px; color:#f1f1f1; line-height:26px; height:28px; font-family:"微软雅黑"; font-size:14px; text-decoration:none;}
.second-nav li a:hover { color:#333; background:#fff;}
.second-nav li a.select { color:#fff; font-weight:bold;}
.center-panel { display:table-row; width:100%; height:100%; background:#F2F2F2; position:relative;}
.left { float:left; width:220px; height:100%; background:#e0e0e0;}
.left-nav-box { margin-top:10px; height:auto; min-height:500px; overflow:hidden;}
.left-nav-box .m-top { margin-top:14px;}
.left-nav-box .left-nav { padding:0; width:220px; height:32px; overflow:hidden;}
.left-nav-box .left-nav h1 { margin-top:2px; padding:6px 20px; width:180px; height:20px; line-height:20px; color:#222; font-family:"微软雅黑"; font-size:15px;}
.left-nav-box .left-nav a,.left-nav-box .left-nav a:hover { display:block; padding:6px 20px; width:180px; height:20px; line-height:20px; color:#222; font-family:"微软雅黑"; font-size:15px; text-decoration:none; background: url(../images/arrow.png) no-repeat 190px center;}
.left-nav-box .left-nav a.down-arrow,.left-nav-box .left-nav a.down-arrow:hover { display:block; padding:6px 20px; width:180px; height:20px; line-height:20px; color:#222; font-family:"微软雅黑"; font-size:15px; text-decoration:none; background: url(../images/arrow2.png) no-repeat 185px center;}
.left-nav-box .left-nav a img { display:inline-block; margin-right:12px; width:20px; height:20px; float:left;}
.left-nav-box .left-nav a:hover { background-color:#cbcbcb;}
.left-nav-box .left-nav a.down-arrow:hover { background-color:#cbcbcb;}
.left-nav-box .left-nav-orange-line { margin:3px 20px; width:180px; height:4px; font-size:1px; line-height:1px;}
.left-nav-box .left-nav-gray-line { margin:3px 20px; width:180px; height:1px; font-size:1px; line-height:1px; border-bottom:1px solid #afafaf;}
.message { margin:12px 8px 8px 8px; width:204px; height:auto; overflow:hidden; background:#f7f7f7;}
.message .title a { padding:5px 15px; display:block; height:20px; line-height:20px; color:#fff; font-family:"微软雅黑"; font-size:15px; text-decoration:none; background:#333 url(../images/arrow-white.png) no-repeat 182px center;}
.icon-message { float:left; width:20px; height:20px; background:url(../images/icon/message.png) no-repeat; margin-right:10px;}
.message-content { padding:8px; height:auto; overflow:hidden; min-height:200px;}
.message-content img { float:left; display:block; width:20px; height:20px; margin-right:10px;}
.message-content .msg { margin-top:3px; color:#555; line-height:16px;}
.message-content .msg .time { text-align:right; color:#999;}
.btn-arrow,.btn-arrow2 { float:left; width:5px; background:url(../images/btn-arrow-1.gif) no-repeat center center; cursor:pointer;}
.btn-arrow2 { background-image:url(../images/btn-arrow-2.gif);}
.right { padding:8px; height:100%; overflow:hidden;}
.search { margin-bottom:8px; height:auto; overflow:hidden; background:#fff;}
.search table { margin:4px 10px;}
.search td { padding:5px 0; font-family:"微软雅黑";}
.search td.title-r { text-align:right; color:#666; padding-right:15px; width:90px;}
.content { height:auto; overflow:hidden; background:#fff;}
.img-01 { float:left; display:block; margin-right:8px; width:26px; height:26px; background:url(../images/img-01.gif) no-repeat;}
.tool-box { float:right; padding:8px; width:168px; height:732px; background:#F8F8F8;}
.tool-title { height:24px; line-height:24px; background:#D5D5D5 url(../images/tool-title.gif) no-repeat 5px center;}
.tool-content { padding:12px; height:auto; overflow:hidden;}
.tool-title h4 { margin-left:14px; font-size:12px; font-weight:bold; color:#333; line-height:24px; font-family:"微软雅黑";}
/* 表单 */
.fix-table { margin:0; color:#444;}
.fix-table th { padding:5px 0; font-family:"微软雅黑"; font-size:12px; font-weight:bold; color:#666; border-right: 1px solid #fff; text-align:center;border-bottom:1px solid #fff;}
.fix-table td { padding:6px; border-bottom:1px solid #fff; }
.fix-table td.title-r { text-align:right; color:#666; padding-right:20px;}
.fix-table td.num { text-align:center; color:#666; width:24px; font-family:Verdana, Geneva, sans-serif;}
.fix-table td.time { text-align:center;}
.fix-table tr.odd { background:#f7f7f7;}
.fix-table tr.ver { background:#f0f8fa;cursor: pointer;}
.fix-table tr.ver td.first { background-color: #fff}
.fix-table tr.ver td.bleft { border-left: solid red 1px;border-left-style: dashed;}
.fix-table tr.ver td.bright { border-right: solid red 1px;border-right-style: dashed;}
.fix-table tr.ver td.btop { border-top: solid red 1px;border-top-style: dashed;}
.fix-table tr.ver td.bbottom { border-bottom: solid red 1px;border-bottom-style: dashed;}
.fix-table tbody tr:HOVER {cursor:pointer;}
.fix-table2 { margin:0; color:#444;}
.fix-table2 td { padding:10px 0;}
.fix-table2 td.title-r { text-align:right; color:#666; padding-right:20px;}
.fix-table2 .fix-input { padding:4px 5px; background:#f2f2f2; border:none; font-size:12px; line-height:12px; color:#333;}
/* 分页 */
.page { padding:10px 15px; height:18px; overflow:hidden; text-align:right;}
.page ul { margin:0; padding:0; height:auto; overflow:hidden; display:inline-block;}
.page li { float:left; margin-left:5px; color:#555;}
.page li a { display:block; padding:3px 5px; height:12px; line-height:12px; border:1px solid #fff; color:#555; font-family:Verdana; font-size:12px; text-decoration:none;}
.page li a:hover { background:#fff;}
.page li a.select { color:#fff; font-weight:bold;}
.page li.show a { display:inline-block; border:none;}
.page li.show a.select { background:#fff;}
/* 分类 */
.type-box { padding:20px; height:100%; text-align:center;}
.type-box .type { margin:0 auto 10px auto; padding-bottom:12px; width:85%; height:auto; overflow:hidden; background:#bbb;}
.type-box .type h1 { display:block; padding:6px 10px; height:16px; line-height:16px; background:#999; color:#fff; font-family:"微软雅黑"; font-size:14px; font-weight:bold; text-align:left;}
.type-box .type a { float:left; margin:12px 0 0 15px; padding:15px 10px 15px 15px; display:block; width:100px; height:40px; overflow:hidden; text-decoration:none; line-height:16px; background:#eee ; border:3px solid #eee;}
.type-box .type a div { font-size:14px; text-align:left; font-family:"微软雅黑";}
.type-box .type a div:first-letter {font-size:200%;font-weight:bold;float:left;margin:0 5px;}
.type-box .type a:hover { background:#eee ;}
/* 弹出框 */
.popup-A { width:380px; height:auto; overflow:hidden; z-index:200; top:300px; right:300px;}
.popup-A .title { height:30px; background:#aaa; border:1px solid #cfedf7; border-bottom:none;}
.popup-A .title h4 { color:#fff; font:14px/26px "微软雅黑"; padding-left:10px;}
.popup-A .content { padding:12px; min-height:220px; height:auto; overflow:hidden; background:#FFF; border:1px solid #cfedf7;}
.select { background-color: #10a7d9};
.m-r-30 { margin-right:30px;}
.popup-tb table { margin:0 auto; color:#444; background:#fff;}
.popup-tb th { padding:4px 0; background:#d1f2fa; font-family:"微软雅黑"; border-right: 1px solid #fff; text-align:center;}
.popup-tb td { padding:3px 0; text-align:center; border-top:1px solid #fff;}
.popup-tb tr.gray { background:#f7f7f7;}
.popup-tb td.left { text-align:left; color:#666; padding-left:10px;}
.popup-tb a { color:#444;}
.popup-tb a:hover { color:#10a7d9;}
/* 遮罩层 */
.bg {display: none; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: gray; opacity:0.5; z-index:100;}
/* TOP10 */
.td-top10 {padding: 6px; width: 50%}
.top10 { width:100%; height:auto; overflow:hidden;border:1px solid #cfedf7;background:#FFF; }
.top10 #listAvgTimeDesc,#listAvgTimeAsc,#listDoneCountDesc,#listDoneCountAsc {height: 320px}
.top10 .title { height:30px; background:#aaa; border:1px solid #cfedf7; border-bottom:none;}
.top10 .title { color:#fff; font:14px/26px "微软雅黑"; text-align:center;}
.top10 .title a { color:#fff; font:14px/26px "微软雅黑"; text-decoration:none;cursor: pointer;}
.top10 .content { padding:6px; min-height:240px; height:auto; overflow:hidden; background:#FFF;}
/* 按钮 */
.btn-normal { margin-left: 10px;}
.btn-normal a { display:inline-block; padding:3px 8px; font-size:12px; line-height:12px; font-family:"微软雅黑"; color:#fff; text-decoration:none;}
.btn-normal a:hover { background:#fff;}
.btn-normal a .arrow-small { display:block; float:right; margin-left:8px; width:4px; height:12px; background:url(../images/arrow-small.png) no-repeat 0 0;}
.btn-normal a:hover .arrow-small { background-position:0 -12px;}
.btn-disable { display:inline-block; }
.btn-disable a,.btn-disable a:hover { display:inline-block; padding:3px 8px; border:2px solid #ddd; background:#ddd; font-size:12px; line-height:12px; font-family:"微软雅黑"; color:#999; text-decoration:none;}
/* input按钮样式 */
.fix-input { width:160px; padding:3px 5px; border:1px solid #ddd; font-size:12px; line-height:14px; color:#333;}
.fix-input-data { width:68px; }
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
border:none;padding:0;
} | bpmcenter/WebContent/fixflow/css/index.css | @charset "utf-8";
/* 2013-8-13 */
/* body { min-width:1000px;} */
body { background-color: #f2f2f2;}
.main-panel { width:100%; height:100%; display:table; min-width: 1160px;}
.header { display:table-row; width:100%; height:70px; overflow:hidden; position:relative;}
.top { height:22px; line-height:22px; overflow:hidden;}
.top-right { float:right; padding:2px 0; text-align:right; color:#DDD; font-size:12px;}
.top-right ul { padding-right:4px;}
.top-right li { float:left; display:inline-block; padding:0 8px;}
.top-right li a { color:#DDD;font-weight: bold;}
.top-right-l2 { position:absolute; right:5px; top:20px;}
.top-right-l2 li { float:left; display:inline-block; padding:0 8px;}
.menu { display:block; padding:3px; height:60px; background:#404040; border-bottom:4px solid #a8a9ad;}
.menu .logo { float:left; margin:2px; width:320px; height:56px; background:url(../images/logo.jpg) no-repeat center;}
.menu ul { margin:0; padding:0;}
.menu li { float:left; margin-left:1px;}
.menu li a,.menu li a.select { display:block; padding:10px; color:#f2f2f2; width:92px; height:36px; text-decoration:none; border:2px solid #404040;}
.menu li a:hover { color:#FFF; border:2px solid #B5B5B5;}
.menu li a.select { color:#FFF; background-image:url(../images/menu-selected.png); background-repeat:no-repeat;}
.menu li a h1 { font-size:18px; font-family:"微软雅黑"; line-height:20px;}
.menu li a h4 { margin-top:4px; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:12px;}
.second-nav { padding:4px 0; height:28px; overflow:hidden; background:#a8a9ad;}
.second-nav ul {}
.second-nav li { padding:0 10px; float:left;}
.second-nav li a { display:block; padding:0 15px; color:#f1f1f1; line-height:26px; height:28px; font-family:"微软雅黑"; font-size:14px; text-decoration:none;}
.second-nav li a:hover { color:#333; background:#fff;}
.second-nav li a.select { color:#fff; font-weight:bold;}
.center-panel { display:table-row; width:100%; height:100%; background:#F2F2F2; position:relative;}
.left { float:left; width:220px; height:100%; background:#e0e0e0;}
.left-nav-box { margin-top:10px; height:auto; min-height:500px; overflow:hidden;}
.left-nav-box .m-top { margin-top:14px;}
.left-nav-box .left-nav { padding:0; width:220px; height:32px; overflow:hidden;}
.left-nav-box .left-nav h1 { margin-top:2px; padding:6px 20px; width:180px; height:20px; line-height:20px; color:#222; font-family:"微软雅黑"; font-size:15px;}
.left-nav-box .left-nav a,.left-nav-box .left-nav a:hover { display:block; padding:6px 20px; width:180px; height:20px; line-height:20px; color:#222; font-family:"微软雅黑"; font-size:15px; text-decoration:none; background: url(../images/arrow.png) no-repeat 190px center;}
.left-nav-box .left-nav a.down-arrow,.left-nav-box .left-nav a.down-arrow:hover { display:block; padding:6px 20px; width:180px; height:20px; line-height:20px; color:#222; font-family:"微软雅黑"; font-size:15px; text-decoration:none; background: url(../images/arrow2.png) no-repeat 185px center;}
.left-nav-box .left-nav a img { display:inline-block; margin-right:12px; width:20px; height:20px; float:left;}
.left-nav-box .left-nav a:hover { background-color:#cbcbcb;}
.left-nav-box .left-nav a.down-arrow:hover { background-color:#cbcbcb;}
.left-nav-box .left-nav-orange-line { margin:3px 20px; width:180px; height:4px; font-size:1px; line-height:1px;}
.left-nav-box .left-nav-gray-line { margin:3px 20px; width:180px; height:1px; font-size:1px; line-height:1px; border-bottom:1px solid #afafaf;}
.message { margin:12px 8px 8px 8px; width:204px; height:auto; overflow:hidden; background:#f7f7f7;}
.message .title a { padding:5px 15px; display:block; height:20px; line-height:20px; color:#fff; font-family:"微软雅黑"; font-size:15px; text-decoration:none; background:#333 url(../images/arrow-white.png) no-repeat 182px center;}
.icon-message { float:left; width:20px; height:20px; background:url(../images/icon/message.png) no-repeat; margin-right:10px;}
.message-content { padding:8px; height:auto; overflow:hidden; min-height:200px;}
.message-content img { float:left; display:block; width:20px; height:20px; margin-right:10px;}
.message-content .msg { margin-top:3px; color:#555; line-height:16px;}
.message-content .msg .time { text-align:right; color:#999;}
.btn-arrow,.btn-arrow2 { float:left; width:5px; background:url(../images/btn-arrow-1.gif) no-repeat center center; cursor:pointer;}
.btn-arrow2 { background-image:url(../images/btn-arrow-2.gif);}
.right { padding:8px; height:100%; overflow:hidden;}
.search { margin-bottom:8px; height:auto; overflow:hidden; background:#fff;}
.search table { margin:4px 10px;}
.search td { padding:5px 0; font-family:"微软雅黑";}
.search td.title-r { text-align:right; color:#666; padding-right:15px; width:90px;}
.content { height:auto; overflow:hidden; background:#fff;}
.img-01 { float:left; display:block; margin-right:8px; width:26px; height:26px; background:url(../images/img-01.gif) no-repeat;}
.tool-box { float:right; padding:8px; width:168px; height:732px; background:#F8F8F8;}
.tool-title { height:24px; line-height:24px; background:#D5D5D5 url(../images/tool-title.gif) no-repeat 5px center;}
.tool-content { padding:12px; height:auto; overflow:hidden;}
.tool-title h4 { margin-left:14px; font-size:12px; font-weight:bold; color:#333; line-height:24px; font-family:"微软雅黑";}
/* 表单 */
.fix-table { margin:0; color:#444;}
.fix-table th { padding:5px 0; font-family:"微软雅黑"; font-size:12px; font-weight:bold; color:#666; border-right: 1px solid #fff; text-align:center;border-bottom:1px solid #fff;}
.fix-table td { padding:6px; border-bottom:1px solid #fff; }
.fix-table td.title-r { text-align:right; color:#666; padding-right:20px;}
.fix-table td.num { text-align:center; color:#666; width:24px; font-family:Verdana, Geneva, sans-serif;}
.fix-table td.time { text-align:center;}
.fix-table tr.odd { background:#f7f7f7;}
.fix-table tr.ver { background:#f0f8fa;cursor: pointer;}
.fix-table tr.ver td.first { background-color: #fff}
.fix-table tr.ver td.bleft { border-left: solid red 1px;border-left-style: dashed;}
.fix-table tr.ver td.bright { border-right: solid red 1px;border-right-style: dashed;}
.fix-table tr.ver td.btop { border-top: solid red 1px;border-top-style: dashed;}
.fix-table tr.ver td.bbottom { border-bottom: solid red 1px;border-bottom-style: dashed;}
.fix-table tbody tr:HOVER {cursor:pointer;}
.fix-table2 { margin:0; color:#444;}
.fix-table2 td { padding:10px 0;}
.fix-table2 td.title-r { text-align:right; color:#666; padding-right:20px;}
.fix-table2 .fix-input { padding:4px 5px; background:#f2f2f2; border:none; font-size:12px; line-height:12px; color:#333;}
/* 分页 */
.page { padding:10px 15px; height:18px; overflow:hidden; text-align:right;}
.page ul { margin:0; padding:0; height:auto; overflow:hidden; display:inline-block;}
.page li { float:left; margin-left:5px; color:#555;}
.page li a { display:block; padding:3px 5px; height:12px; line-height:12px; border:1px solid #fff; color:#555; font-family:Verdana; font-size:12px; text-decoration:none;}
.page li a:hover { background:#fff;}
.page li a.select { color:#fff; font-weight:bold;}
.page li.show a { display:inline-block; border:none;}
.page li.show a.select { background:#fff;}
/* 分类 */
.type-box { padding:20px; height:100%; text-align:center;}
.type-box .type { margin:0 auto 10px auto; padding-bottom:12px; width:85%; height:auto; overflow:hidden; background:#bbb;}
.type-box .type h1 { display:block; padding:6px 10px; height:16px; line-height:16px; background:#999; color:#fff; font-family:"微软雅黑"; font-size:14px; font-weight:bold; text-align:left;}
.type-box .type a { float:left; margin:12px 0 0 15px; padding:15px 10px 15px 15px; display:block; width:100px; height:40px; overflow:hidden; text-decoration:none; line-height:16px; background:#eee ; border:3px solid #eee;}
.type-box .type a div { font-size:14px; text-align:left; font-family:"微软雅黑";}
.type-box .type a div:first-letter {font-size:200%;font-weight:bold;float:left;margin:0 5px;}
.type-box .type a:hover { background:#eee ;}
/* 弹出框 */
.popup-A { width:380px; height:auto; overflow:hidden; z-index:200; top:300px; right:300px;}
.popup-A .title { height:30px; background:#aaa; border:1px solid #cfedf7; border-bottom:none;}
.popup-A .title h4 { color:#fff; font:14px/26px "微软雅黑"; padding-left:10px;}
.popup-A .content { padding:12px; min-height:220px; height:auto; overflow:hidden; background:#FFF; border:1px solid #cfedf7;}
.select { background-color: #10a7d9};
.m-r-30 { margin-right:30px;}
.popup-tb table { margin:0 auto; color:#444; background:#fff;}
.popup-tb th { padding:4px 0; background:#d1f2fa; font-family:"微软雅黑"; border-right: 1px solid #fff; text-align:center;}
.popup-tb td { padding:3px 0; text-align:center; border-top:1px solid #fff;}
.popup-tb tr.gray { background:#f7f7f7;}
.popup-tb td.left { text-align:left; color:#666; padding-left:10px;}
.popup-tb a { color:#444;}
.popup-tb a:hover { color:#10a7d9;}
/* 遮罩层 */
.bg {display: none; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: gray; opacity:0.5; z-index:100;}
/* TOP10 */
.td-top10 {padding: 6px; width: 50%}
.top10 { width:100%; height:auto; overflow:hidden;border:1px solid #cfedf7;background:#FFF; }
.top10 #listAvgTimeDesc,#listAvgTimeAsc,#listDoneCountDesc,#listDoneCountAsc {height: 320px}
.top10 .title { height:30px; background:#aaa; border:1px solid #cfedf7; border-bottom:none;}
.top10 .title { color:#fff; font:14px/26px "微软雅黑"; text-align:center;}
.top10 .title a { color:#fff; font:14px/26px "微软雅黑"; text-decoration:none;cursor: pointer;}
.top10 .content { padding:6px; min-height:240px; height:auto; overflow:hidden; background:#FFF;}
/* 按钮 */
.btn-normal { margin-left: 10px;}
.btn-normal a { display:inline-block; padding:3px 8px; font-size:12px; line-height:12px; font-family:"微软雅黑"; color:#fff; text-decoration:none;}
.btn-normal a:hover { background:#fff;}
.btn-normal a .arrow-small { display:block; float:right; margin-left:8px; width:4px; height:12px; background:url(../images/arrow-small.png) no-repeat 0 0;}
.btn-normal a:hover .arrow-small { background-position:0 -12px;}
.btn-disable { display:inline-block; }
.btn-disable a,.btn-disable a:hover { display:inline-block; padding:3px 8px; border:2px solid #ddd; background:#ddd; font-size:12px; line-height:12px; font-family:"微软雅黑"; color:#999; text-decoration:none;}
/* input按钮样式 */
.fix-input { width:160px; padding:3px 5px; border:1px solid #ddd; font-size:12px; line-height:14px; color:#333;}
.fix-input-data { width:68px; }
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
border:none;padding:0;
} | 0.33764 | 0.13569 |
==================================================
#Reset & Basics
#Basic Styles
#Site Styles
#Typography
#Links
#Lists
#Images
#Buttons
#Tabs
#Forms
#Misc */
/* #Reset & Basics (Inspired by <NAME>)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/* #Basic Styles
================================================== */
body {
background: #fff;
font: 14px/21px Arial, sans-serif;
color: #444;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: none;
}
html, body {
height: 100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
color: #800000;
font-family: Arial, sans-serif;
font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 28px; line-height: 34px; margin-bottom: 15px; }
h3 { font-size: 21px; line-height: 30px; margin-bottom: 10px; }
h4 { font-size: 18px; line-height: 24px; margin-bottom: 5px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }
.row .columns h2 {
/* Not needed anymore since cms-content fix */
/* margin-top:10px; */
border-bottom: 2px solid #FBDF61;
}
p { margin: 0 0 10px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }
/* Blockquotes */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0; height: 0; }
/* #Links
================================================== */
a, a:visited { color: #800000; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; text-decoration: underline; }
p a, p a:visited { line-height: inherit; }
/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; text-align: left; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
ul.listinline li { display: inline-block; margin: 0 5px 10px 0; }
/* #Images
================================================== */
/*
The purpose of the below declaration is to make sure images don't
exceed the width of columns they are put into when resizing window.
Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
so the best solution is to individually call these properties on images that
are children of the grid that you want to resize with grid.
img {
max-width: 100%;
height: auto; }
*/
/* #Buttons
================================================== */
a.button,
button.button,
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
background: #800000;
border: none;
/*border-bottom: 2px solid rgba(0, 0, 0, 0.4);*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, .75);
cursor: pointer;
/*margin-bottom: 10px;*/
line-height: 21px;
font-family: Arial, sans-serif; }
a.button {
padding: 6px 12px;
}
button.button,
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
padding: 7px 12px;
}
a.button:hover,
button.button:hover,
input[type="submit"].button:hover,
input[type="reset"].button:hover,
input[type="button"].button:hover {
background: #FBDF61;
color: #000000;
text-shadow: 0 1px #fff;
}
a.button:active,
button.button:active,
input[type="submit"].button:active,
input[type="reset"].button:active,
input[type="button"].button:active {
background: #FBDF61;
color: #000000;
text-shadow: 0 1px #fff;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center; }
a.button.alternate,
button.alternate,
input[type="submit"].alternate,
input[type="reset"].alternate,
input[type="button"].alternate {
background: #888;
}
a.button.alternate:hover,
button.alternate:hover,
input[type="submit"].alternate:hover,
input[type="reset"].alternate:hover,
input[type="button"].alternate:hover {
background: #aaa;
}
a.button.apply,
button.apply,
input[type="submit"].apply,
input[type="reset"].apply,
input[type="button"].apply {
background: #00bc73;
}
a.button.apply:hover,
button.apply:hover,
input[type="submit"].apply:hover,
input[type="reset"].apply:hover,
input[type="button"].apply:hover {
background: #43d49c;
}
a.button.cancel,
button.cancel,
input[type="submit"].cancel,
input[type="reset"].cancel,
input[type="button"].cancel {
background: #F63;
}
a.button.cancel:hover,
button.cancel:hover,
input[type="submit"].cancel:hover,
input[type="reset"].cancel:hover,
input[type="button"].cancel:hover {
background: #F96;
}
.blockButtons a.button,
.blockButtons button,
.blockButtons input[type="submit"],
.blockButtons input[type="reset"],
.blockButtons input[type="button"] {
margin-bottom: 10px;
}
a.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
font-size: 12px;
line-height: 18px;
padding: 3px 8px;
}
/* #Tabs (activate in app.js)
================================================== */
ul.tabs {
display: block;
margin: 0 0 20px 0;
padding: 0;
border-bottom: solid 1px #ddd; }
ul.tabs li {
display: block;
width: auto;
height: 30px;
padding: 0;
float: left;
margin-bottom: 0; }
ul.tabs li a {
display: block;
text-decoration: none;
width: auto;
height: 29px;
padding: 0px 20px;
line-height: 30px;
border: solid 1px #ddd;
border-width: 1px 0 0 1px;
margin: 0;
background: #f5f5f5;
font-size: 13px;
color: #999; }
ul.tabs li a.active {
background: #fff;
height: 30px;
position: relative;
top: -4px;
padding-top: 4px;
border-right-width: 1px;
margin: 0 -1px 0 0;
color: #111;
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; }
ul.tabs li:first-child a {
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px; }
ul.tabs li:last-child a {
border-width: 1px 1px 0 1px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; }
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
ul.tabs:after {
clear: both; }
ul.tabs {
zoom: 1; }
/* #Forms
================================================== */
form {
margin-bottom: 20px; }
fieldset {
margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
border: 1px solid #ccc;
padding: 6px 4px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 13px Arial, sans-serif;
color: #777;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff; }
input[type="text"].long,
input[type="password"].long,
input[type="email"].long,
input[type="search"].long,
textarea.long,
select.long {
width: 100%;
}
select {
padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid #aaa;
color: #444;
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
box-shadow: 0 0 3px rgba(0,0,0,.2); }
textarea {
min-height: 100px; }
label,
legend {
display: block;
font-weight: bold;
font-size: 13px; }
select {
width: 220px; }
input[type="checkbox"] {
display: inline; }
label span,
legend span {
font-weight: normal;
font-size: 13px;
color: #444; }
/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.panel.cms-content {
padding: 15px;
}
.cms-content ul {
margin-left: 30px;
list-style: disc;
}
.cms-content table {
margin-bottom: 15px;
}
.cms-content table th,
.cms-content table thead td {
background-color: #ccc;
padding: 3px;
font-size: 0.9em;
line-height: 1.2em;
font-weight: bold;
}
.cms-content table td {
border: 1px solid #ccc;
padding: 3px;
font-size: 0.9em;
line-height: 1.2em;
}
/* #Img gray scale
=================================================== */
img.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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>#grayscale"); /* Firefox 3.5+, IE10 */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
img.grayscale:hover {
filter: none;
-webkit-filter: grayscale(0%);
}
a.activeAdminMenu {
font-weight: 700;
text-decoration: underline;
}
input.text { margin-bottom:12px; width:95%; padding: .4em; }
textarea.text { margin-bottom:12px; width:95%; padding: .4em; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
#overlay {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
opacity: 0.8;
filter: alpha(opacity=80);
}
#loading {
width: 50px;
height: 57px;
position: absolute;
top: 50%;
left: 50%;
margin: -28px 0 0 -25px;
}
.reference {
border: 1px dotted;
display: none;
margin-bottom: 0.5em;
width: 100%;
overflow: auto;
}
.reference .header {
background-color: #f5f3f1;
border-bottom: 1px dotted #222222;
padding: 0.2em 0.5em;
}
.reference .ref {
margin: 0.5em;
font-family: "Courier New";
}
.noJustify {
text-align: left !important;
}
.ibm-sewa-wrapper {
font-family: Calibri !important;
}
.ibm-sewa-wrapper h1, .ibm-sewa-wrapper h2, .ibm-sewa-wrapper h3, .ibm-sewa-wrapper h4, .ibm-sewa-wrapper h5, .ibm-sewa-wrapper h6 {
font-family: Calibri !important;
}
.linkWrapperLight {
color: #5a0000;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 90%;
} | static/css/base.css | ==================================================
#Reset & Basics
#Basic Styles
#Site Styles
#Typography
#Links
#Lists
#Images
#Buttons
#Tabs
#Forms
#Misc */
/* #Reset & Basics (Inspired by <NAME>)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/* #Basic Styles
================================================== */
body {
background: #fff;
font: 14px/21px Arial, sans-serif;
color: #444;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: none;
}
html, body {
height: 100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
color: #800000;
font-family: Arial, sans-serif;
font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 28px; line-height: 34px; margin-bottom: 15px; }
h3 { font-size: 21px; line-height: 30px; margin-bottom: 10px; }
h4 { font-size: 18px; line-height: 24px; margin-bottom: 5px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }
.row .columns h2 {
/* Not needed anymore since cms-content fix */
/* margin-top:10px; */
border-bottom: 2px solid #FBDF61;
}
p { margin: 0 0 10px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }
/* Blockquotes */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0; height: 0; }
/* #Links
================================================== */
a, a:visited { color: #800000; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; text-decoration: underline; }
p a, p a:visited { line-height: inherit; }
/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; text-align: left; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
ul.listinline li { display: inline-block; margin: 0 5px 10px 0; }
/* #Images
================================================== */
/*
The purpose of the below declaration is to make sure images don't
exceed the width of columns they are put into when resizing window.
Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
so the best solution is to individually call these properties on images that
are children of the grid that you want to resize with grid.
img {
max-width: 100%;
height: auto; }
*/
/* #Buttons
================================================== */
a.button,
button.button,
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
background: #800000;
border: none;
/*border-bottom: 2px solid rgba(0, 0, 0, 0.4);*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, .75);
cursor: pointer;
/*margin-bottom: 10px;*/
line-height: 21px;
font-family: Arial, sans-serif; }
a.button {
padding: 6px 12px;
}
button.button,
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
padding: 7px 12px;
}
a.button:hover,
button.button:hover,
input[type="submit"].button:hover,
input[type="reset"].button:hover,
input[type="button"].button:hover {
background: #FBDF61;
color: #000000;
text-shadow: 0 1px #fff;
}
a.button:active,
button.button:active,
input[type="submit"].button:active,
input[type="reset"].button:active,
input[type="button"].button:active {
background: #FBDF61;
color: #000000;
text-shadow: 0 1px #fff;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center; }
a.button.alternate,
button.alternate,
input[type="submit"].alternate,
input[type="reset"].alternate,
input[type="button"].alternate {
background: #888;
}
a.button.alternate:hover,
button.alternate:hover,
input[type="submit"].alternate:hover,
input[type="reset"].alternate:hover,
input[type="button"].alternate:hover {
background: #aaa;
}
a.button.apply,
button.apply,
input[type="submit"].apply,
input[type="reset"].apply,
input[type="button"].apply {
background: #00bc73;
}
a.button.apply:hover,
button.apply:hover,
input[type="submit"].apply:hover,
input[type="reset"].apply:hover,
input[type="button"].apply:hover {
background: #43d49c;
}
a.button.cancel,
button.cancel,
input[type="submit"].cancel,
input[type="reset"].cancel,
input[type="button"].cancel {
background: #F63;
}
a.button.cancel:hover,
button.cancel:hover,
input[type="submit"].cancel:hover,
input[type="reset"].cancel:hover,
input[type="button"].cancel:hover {
background: #F96;
}
.blockButtons a.button,
.blockButtons button,
.blockButtons input[type="submit"],
.blockButtons input[type="reset"],
.blockButtons input[type="button"] {
margin-bottom: 10px;
}
a.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
font-size: 12px;
line-height: 18px;
padding: 3px 8px;
}
/* #Tabs (activate in app.js)
================================================== */
ul.tabs {
display: block;
margin: 0 0 20px 0;
padding: 0;
border-bottom: solid 1px #ddd; }
ul.tabs li {
display: block;
width: auto;
height: 30px;
padding: 0;
float: left;
margin-bottom: 0; }
ul.tabs li a {
display: block;
text-decoration: none;
width: auto;
height: 29px;
padding: 0px 20px;
line-height: 30px;
border: solid 1px #ddd;
border-width: 1px 0 0 1px;
margin: 0;
background: #f5f5f5;
font-size: 13px;
color: #999; }
ul.tabs li a.active {
background: #fff;
height: 30px;
position: relative;
top: -4px;
padding-top: 4px;
border-right-width: 1px;
margin: 0 -1px 0 0;
color: #111;
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; }
ul.tabs li:first-child a {
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px; }
ul.tabs li:last-child a {
border-width: 1px 1px 0 1px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; }
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
ul.tabs:after {
clear: both; }
ul.tabs {
zoom: 1; }
/* #Forms
================================================== */
form {
margin-bottom: 20px; }
fieldset {
margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
border: 1px solid #ccc;
padding: 6px 4px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 13px Arial, sans-serif;
color: #777;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff; }
input[type="text"].long,
input[type="password"].long,
input[type="email"].long,
input[type="search"].long,
textarea.long,
select.long {
width: 100%;
}
select {
padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid #aaa;
color: #444;
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
box-shadow: 0 0 3px rgba(0,0,0,.2); }
textarea {
min-height: 100px; }
label,
legend {
display: block;
font-weight: bold;
font-size: 13px; }
select {
width: 220px; }
input[type="checkbox"] {
display: inline; }
label span,
legend span {
font-weight: normal;
font-size: 13px;
color: #444; }
/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.panel.cms-content {
padding: 15px;
}
.cms-content ul {
margin-left: 30px;
list-style: disc;
}
.cms-content table {
margin-bottom: 15px;
}
.cms-content table th,
.cms-content table thead td {
background-color: #ccc;
padding: 3px;
font-size: 0.9em;
line-height: 1.2em;
font-weight: bold;
}
.cms-content table td {
border: 1px solid #ccc;
padding: 3px;
font-size: 0.9em;
line-height: 1.2em;
}
/* #Img gray scale
=================================================== */
img.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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>#grayscale"); /* Firefox 3.5+, IE10 */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
img.grayscale:hover {
filter: none;
-webkit-filter: grayscale(0%);
}
a.activeAdminMenu {
font-weight: 700;
text-decoration: underline;
}
input.text { margin-bottom:12px; width:95%; padding: .4em; }
textarea.text { margin-bottom:12px; width:95%; padding: .4em; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
#overlay {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
opacity: 0.8;
filter: alpha(opacity=80);
}
#loading {
width: 50px;
height: 57px;
position: absolute;
top: 50%;
left: 50%;
margin: -28px 0 0 -25px;
}
.reference {
border: 1px dotted;
display: none;
margin-bottom: 0.5em;
width: 100%;
overflow: auto;
}
.reference .header {
background-color: #f5f3f1;
border-bottom: 1px dotted #222222;
padding: 0.2em 0.5em;
}
.reference .ref {
margin: 0.5em;
font-family: "Courier New";
}
.noJustify {
text-align: left !important;
}
.ibm-sewa-wrapper {
font-family: Calibri !important;
}
.ibm-sewa-wrapper h1, .ibm-sewa-wrapper h2, .ibm-sewa-wrapper h3, .ibm-sewa-wrapper h4, .ibm-sewa-wrapper h5, .ibm-sewa-wrapper h6 {
font-family: Calibri !important;
}
.linkWrapperLight {
color: #5a0000;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 90%;
} | 0.231093 | 0.115262 |
.right-side{
background-color: #F7F7F7;
border-radius: 5px;
padding-bottom: 20px !important;
border: 3px solid #E6ECF0;
overflow: hidden;
}
.product{
height: 120px;
width: 120px;
border-radius: 8px;
text-align: center;
background-size: cover;
margin-top: 20px;
color: #fff;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out 0.1s;
-moz-transition: all 0.3s ease-in-out 0.1s;
-o-transition: all 0.3s ease-in-out 0.1s;
-ms-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}
.product img{
width: 120px;
height: 120px;
opacity: 0.3;
margin-top: -91px;
position: absolute;
left: 0;
top: 90px;
-webkit-transition: all 0.3s ease-in-out 0.1s;
-moz-transition: all 0.3s ease-in-out 0.1s;
-o-transition: all 0.3s ease-in-out 0.1s;
-ms-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}
.product:hover img{
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.2;
}
.color01{
background-color: #34495e;
}
.color02{
background-color: #1abc9c;
}
.color03{
background-color: #2ecc71;
}
.color04{
background-color: #3498db;
}
.color05{
background-color: #9b59b6;
}
.color06{
background-color: #e67e22;
}
.color07{
background-color: #e74c3c;
}
.color08{
background-color: #fff;
color: black;
}
.color08 img{
opacity: 0.4 !important;
}
.product h3{
display: inline-block;
font-weight: 700;
font-size: 0.9em;
text-transform: uppercase;
-webkit-transition: all 0.1s ease-in-out 0.1s;
-moz-transition: all 0.1s ease-in-out 0.1s;
-o-transition: all 0.1s ease-in-out 0.1s;
-ms-transition: all 0.1s ease-in-out 0.1s;
transition: all 0.1s ease-in-out 0.1s;
}
.product:hover h3{
opacity: 1;
}
.mask h3{
margin-top: 0;
opacity: 0;
}
.product p{
opacity: 0;
font-size: 0.6em;
text-transform: uppercase;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-transition: all 0.1s ease-in-out 0.1s;
-moz-transition: all 0.1s ease-in-out 0.1s;
-o-transition: all 0.1s ease-in-out 0.1s;
-ms-transition: all 0.1s ease-in-out 0.1s;
transition: all 0.1s ease-in-out 0.1s;
}
.product:hover p{
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.product:hover{
-webkit-box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.53);
box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.53);
} | public/bower_components/AdminLTE/product.css | .right-side{
background-color: #F7F7F7;
border-radius: 5px;
padding-bottom: 20px !important;
border: 3px solid #E6ECF0;
overflow: hidden;
}
.product{
height: 120px;
width: 120px;
border-radius: 8px;
text-align: center;
background-size: cover;
margin-top: 20px;
color: #fff;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out 0.1s;
-moz-transition: all 0.3s ease-in-out 0.1s;
-o-transition: all 0.3s ease-in-out 0.1s;
-ms-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}
.product img{
width: 120px;
height: 120px;
opacity: 0.3;
margin-top: -91px;
position: absolute;
left: 0;
top: 90px;
-webkit-transition: all 0.3s ease-in-out 0.1s;
-moz-transition: all 0.3s ease-in-out 0.1s;
-o-transition: all 0.3s ease-in-out 0.1s;
-ms-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}
.product:hover img{
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.2;
}
.color01{
background-color: #34495e;
}
.color02{
background-color: #1abc9c;
}
.color03{
background-color: #2ecc71;
}
.color04{
background-color: #3498db;
}
.color05{
background-color: #9b59b6;
}
.color06{
background-color: #e67e22;
}
.color07{
background-color: #e74c3c;
}
.color08{
background-color: #fff;
color: black;
}
.color08 img{
opacity: 0.4 !important;
}
.product h3{
display: inline-block;
font-weight: 700;
font-size: 0.9em;
text-transform: uppercase;
-webkit-transition: all 0.1s ease-in-out 0.1s;
-moz-transition: all 0.1s ease-in-out 0.1s;
-o-transition: all 0.1s ease-in-out 0.1s;
-ms-transition: all 0.1s ease-in-out 0.1s;
transition: all 0.1s ease-in-out 0.1s;
}
.product:hover h3{
opacity: 1;
}
.mask h3{
margin-top: 0;
opacity: 0;
}
.product p{
opacity: 0;
font-size: 0.6em;
text-transform: uppercase;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-transition: all 0.1s ease-in-out 0.1s;
-moz-transition: all 0.1s ease-in-out 0.1s;
-o-transition: all 0.1s ease-in-out 0.1s;
-ms-transition: all 0.1s ease-in-out 0.1s;
transition: all 0.1s ease-in-out 0.1s;
}
.product:hover p{
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.product:hover{
-webkit-box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.53);
box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.53);
} | 0.478041 | 0.124054 |
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{float:left;}.swiper-wp8-horizontal{-ms-touch-action:pan-y;}.swiper-wp8-vertical{-ms-touch-action:pan-x;}
.swiper-container, .swiper-container-2{position:relative; margin:20px auto 10px auto; overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;width:100%; max-width:970px; border-radius:5px;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}
.swiper-visible-switch {background:#aaa;}
.swiper-active-switch {background:#111;}
.swiper-slide img {width:100%!important}
/*.arrow-left {background: url(../images/arrows-swiper.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px; z-index:999}
.arrow-right {background: url(../images/arrows-swiper.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px; z-index:999}*/
.pagination {position: absolute;text-align: center;bottom: 9px;z-index: 9999;}
.swiper-pagination-switch {display: inline-block;width: 12px;height: 12px;border-radius: 10px;background: #999;margin: 0 5px;cursor: pointer;}
.swiper-active-switch {background: red;}
.caption {position: relative;color: white;bottom: 50px;height: 27px;opacity: 1;padding: 13px;font-size: 18px;display: block;text-decoration:none;}
.swiper-container, .swiper-container-2 {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
/* Fix of Webkit flickering */
z-index:1;
}
.swiper-wrapper {
position:relative;
width:100%;
-webkit-transition-property:-webkit-transform, left, top;
-webkit-transition-duration:0s;
-webkit-transform:translate3d(0px,0,0);
-webkit-transition-timing-function:ease;
-moz-transition-property:-moz-transform, left, top;
-moz-transition-duration:0s;
-moz-transform:translate3d(0px,0,0);
-moz-transition-timing-function:ease;
-o-transition-property:-o-transform, left, top;
-o-transition-duration:0s;
-o-transform:translate3d(0px,0,0);
-o-transition-timing-function:ease;
-o-transform:translate(0px,0px);
-ms-transition-property:-ms-transform, left, top;
-ms-transition-duration:0s;
-ms-transform:translate3d(0px,0,0);
-ms-transition-timing-function:ease;
transition-property:transform, left, top;
transition-duration:0s;
transform:translate3d(0px,0,0);
transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
} | assets/admin/js/plugins/country/deprixa_components/styles/dSwiper.css | .swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{float:left;}.swiper-wp8-horizontal{-ms-touch-action:pan-y;}.swiper-wp8-vertical{-ms-touch-action:pan-x;}
.swiper-container, .swiper-container-2{position:relative; margin:20px auto 10px auto; overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;width:100%; max-width:970px; border-radius:5px;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}
.swiper-visible-switch {background:#aaa;}
.swiper-active-switch {background:#111;}
.swiper-slide img {width:100%!important}
/*.arrow-left {background: url(../images/arrows-swiper.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px; z-index:999}
.arrow-right {background: url(../images/arrows-swiper.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px; z-index:999}*/
.pagination {position: absolute;text-align: center;bottom: 9px;z-index: 9999;}
.swiper-pagination-switch {display: inline-block;width: 12px;height: 12px;border-radius: 10px;background: #999;margin: 0 5px;cursor: pointer;}
.swiper-active-switch {background: red;}
.caption {position: relative;color: white;bottom: 50px;height: 27px;opacity: 1;padding: 13px;font-size: 18px;display: block;text-decoration:none;}
.swiper-container, .swiper-container-2 {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
/* Fix of Webkit flickering */
z-index:1;
}
.swiper-wrapper {
position:relative;
width:100%;
-webkit-transition-property:-webkit-transform, left, top;
-webkit-transition-duration:0s;
-webkit-transform:translate3d(0px,0,0);
-webkit-transition-timing-function:ease;
-moz-transition-property:-moz-transform, left, top;
-moz-transition-duration:0s;
-moz-transform:translate3d(0px,0,0);
-moz-transition-timing-function:ease;
-o-transition-property:-o-transform, left, top;
-o-transition-duration:0s;
-o-transform:translate3d(0px,0,0);
-o-transition-timing-function:ease;
-o-transform:translate(0px,0px);
-ms-transition-property:-ms-transform, left, top;
-ms-transition-duration:0s;
-ms-transform:translate3d(0px,0,0);
-ms-transition-timing-function:ease;
transition-property:transform, left, top;
transition-duration:0s;
transform:translate3d(0px,0,0);
transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
} | 0.174938 | 0.040087 |
height: 100%;
}
html, body {
height: calc(100vh - 60px);
margin: 0;
padding: 0;
}
#description {
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}
#infowindow-content .title {
font-weight: bold;
}
#infowindow-content {
display: none;
}
#map #infowindow-content {
display: inline;
}
.heading {
position: relative;
display: flex;
justify-content: center;
align-items: center;
max-height: 10%;
background-color: #24519e;
;
}
.heading img {
height: 60px;
width: 260px;
}
.pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}
#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}
.pac-controls {
display: inline-block;
padding: 5px 11px;
}
.pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}
#pac-input {
width: 20%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 3px solid #555;
border-color: #888;
}
#pac-input:focus {
border: 3px solid #555;
}
#title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}
#target {
width: 345px;
}
.custom-map-control-button {
appearance: button;
background-color: #fff;
border: 0;
border-radius: 2px;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
cursor: pointer;
margin: 10px;
padding: 0 0.5em;
height: 40px;
font: 400 18px Roboto, Arial, sans-serif;
overflow: hidden;
}
.custom-map-control-button:hover {
background: #ebebeb;
}
/* Customize the label (the container) */
.container {
display: block;
position: fixed;
left: 10px;
top: 120px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
#trafficText {
text-indent: 30px;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #aaa;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} | public/res/css/mapstyle.css | height: 100%;
}
html, body {
height: calc(100vh - 60px);
margin: 0;
padding: 0;
}
#description {
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}
#infowindow-content .title {
font-weight: bold;
}
#infowindow-content {
display: none;
}
#map #infowindow-content {
display: inline;
}
.heading {
position: relative;
display: flex;
justify-content: center;
align-items: center;
max-height: 10%;
background-color: #24519e;
;
}
.heading img {
height: 60px;
width: 260px;
}
.pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}
#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}
.pac-controls {
display: inline-block;
padding: 5px 11px;
}
.pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}
#pac-input {
width: 20%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 3px solid #555;
border-color: #888;
}
#pac-input:focus {
border: 3px solid #555;
}
#title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}
#target {
width: 345px;
}
.custom-map-control-button {
appearance: button;
background-color: #fff;
border: 0;
border-radius: 2px;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
cursor: pointer;
margin: 10px;
padding: 0 0.5em;
height: 40px;
font: 400 18px Roboto, Arial, sans-serif;
overflow: hidden;
}
.custom-map-control-button:hover {
background: #ebebeb;
}
/* Customize the label (the container) */
.container {
display: block;
position: fixed;
left: 10px;
top: 120px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
#trafficText {
text-indent: 30px;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #aaa;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} | 0.428712 | 0.084568 |
body {
height: calc(100vh - 4px);
background: #fff;
font-family: "Karla", sans-serif;
font-size: 14px;
color: #003049;
font-weight: 700;
line-height: 1.2;
}
#root {
height: calc(100% - 4px);
}
.container {
height: calc(100% - 4px);
display: flex;
flex-direction: column;
}
header {
border-bottom: #ff4500 solid 1px;
display: flex;
}
nav {
flex: 1;
margin: 16px;
}
nav ul {
display: flex;
justify-content: flex-end;
}
nav li {
margin-right: 16px;
}
a {
text-transform: Captalize;
color: #003049;
text-decoration: none;
}
h1,
h2 {
font-size: 24px;
margin: 32px 0;
line-height: 1.2;
}
h2:first-child {
margin-top: 32px;
}
p {
font-size: 16px;
margin: 16px 0;
line-height: 1.2;
font-weight: 400;
}
p:first-child {
margin-top: 16px;
}
button {
background: #ff4500;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
border: transparent solid 1px;
border-radius: 20px;
padding: 16px 32px;
margin: 16px;
}
button:hover {
border: #ff4500 solid 1px;
background: #ffe7dd;
color: #ff4500;
}
section {
display: flex;
flex: 1;
flex-direction: column;
}
/* long-term maybe panel can be removed */
#panel {
padding: 16px;
display: flex;
flex: 1;
flex-direction: column;
}
footer {
border-top: #ff4500 solid 1px;
display: flex;
padding: 16px;
}
/* task styles */
.task-container {
border: solid gray 1px;
margin: 16px 0;
padding-bottom: 16px;
}
.task-container h2,
.task-container p {
padding: 0 16px;
}
.task-container p {
padding: 0 16px;
font-size: 20px;
font-weight: 400;
}
.task-container .heading {
display: flex;
justify-content: space-between;
background-color: #f4f4f4;
}
.task-container .close {
background: transparent;
border: none;
text-transform: capitalize;
color: #ff4500;
}
.task-container .close:hover {
background-color: transparent;
border: none;
border-radius: 0;
text-decoration: underline;
}
.task-collapsable .info {
display: flex;
align-items: baseline;
}
.active {
color: #ff4500;
text-decoration: underline;
}
table,
thead,
tbody {
display: flex;
flex-direction: column;
}
tr {
display: flex;
border-bottom: solid white 1px;
}
thead {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
background-color: lightgray;
}
tbody {
font-size: 16px;
font-weight: 400;
}
th,
td {
display: flex;
flex: 1;
padding: 16px;
}
/* progress bar styles */
#progressbar {
margin: 16px;
}
progress {
display: flex;
width: calc(100% - 32px);
border-radius: 10px;
}
progress::-webkit-progress-bar {
border-radius: 3px;
background-color: #ffe7dd;
}
progress::-webkit-progress-value {
border-radius: 3px;
background-color: #ff4500;
}
progress::-moz-progress-bar {
border-radius: 3px;
background-color: yellow;
}
/* DeviceList styles */
#search {
padding: 16px 0;
}
#device_list {
display: flex;
flex-direction: column;
flex: 1;
padding: 16px 0;
}
#data {
height: 100%;
margin: 16px 0;
background: lightgray;
}
#data .device_details_row {
background: white;
}
#data .device_details_row td {
display: flex;
flex-direction: column;
}
#data .device_details_table {
width: 100%;
table-layout: fixed;
}
#data .device_details_table td {
padding: 4px;
}
/* error styles */
.error {
color: #ff4500;
}
/* diff box styles */
#diff-box {
background-color: lightgray;
color: red;
margin: 0 16px;
}
#diff-box pre {
white-space: pre-wrap;
overflow-wrap: break-word;
word-break: break-all;
hyphens: auto;
padding: 16px;
} | docker/front/styles/main.css | body {
height: calc(100vh - 4px);
background: #fff;
font-family: "Karla", sans-serif;
font-size: 14px;
color: #003049;
font-weight: 700;
line-height: 1.2;
}
#root {
height: calc(100% - 4px);
}
.container {
height: calc(100% - 4px);
display: flex;
flex-direction: column;
}
header {
border-bottom: #ff4500 solid 1px;
display: flex;
}
nav {
flex: 1;
margin: 16px;
}
nav ul {
display: flex;
justify-content: flex-end;
}
nav li {
margin-right: 16px;
}
a {
text-transform: Captalize;
color: #003049;
text-decoration: none;
}
h1,
h2 {
font-size: 24px;
margin: 32px 0;
line-height: 1.2;
}
h2:first-child {
margin-top: 32px;
}
p {
font-size: 16px;
margin: 16px 0;
line-height: 1.2;
font-weight: 400;
}
p:first-child {
margin-top: 16px;
}
button {
background: #ff4500;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
border: transparent solid 1px;
border-radius: 20px;
padding: 16px 32px;
margin: 16px;
}
button:hover {
border: #ff4500 solid 1px;
background: #ffe7dd;
color: #ff4500;
}
section {
display: flex;
flex: 1;
flex-direction: column;
}
/* long-term maybe panel can be removed */
#panel {
padding: 16px;
display: flex;
flex: 1;
flex-direction: column;
}
footer {
border-top: #ff4500 solid 1px;
display: flex;
padding: 16px;
}
/* task styles */
.task-container {
border: solid gray 1px;
margin: 16px 0;
padding-bottom: 16px;
}
.task-container h2,
.task-container p {
padding: 0 16px;
}
.task-container p {
padding: 0 16px;
font-size: 20px;
font-weight: 400;
}
.task-container .heading {
display: flex;
justify-content: space-between;
background-color: #f4f4f4;
}
.task-container .close {
background: transparent;
border: none;
text-transform: capitalize;
color: #ff4500;
}
.task-container .close:hover {
background-color: transparent;
border: none;
border-radius: 0;
text-decoration: underline;
}
.task-collapsable .info {
display: flex;
align-items: baseline;
}
.active {
color: #ff4500;
text-decoration: underline;
}
table,
thead,
tbody {
display: flex;
flex-direction: column;
}
tr {
display: flex;
border-bottom: solid white 1px;
}
thead {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
background-color: lightgray;
}
tbody {
font-size: 16px;
font-weight: 400;
}
th,
td {
display: flex;
flex: 1;
padding: 16px;
}
/* progress bar styles */
#progressbar {
margin: 16px;
}
progress {
display: flex;
width: calc(100% - 32px);
border-radius: 10px;
}
progress::-webkit-progress-bar {
border-radius: 3px;
background-color: #ffe7dd;
}
progress::-webkit-progress-value {
border-radius: 3px;
background-color: #ff4500;
}
progress::-moz-progress-bar {
border-radius: 3px;
background-color: yellow;
}
/* DeviceList styles */
#search {
padding: 16px 0;
}
#device_list {
display: flex;
flex-direction: column;
flex: 1;
padding: 16px 0;
}
#data {
height: 100%;
margin: 16px 0;
background: lightgray;
}
#data .device_details_row {
background: white;
}
#data .device_details_row td {
display: flex;
flex-direction: column;
}
#data .device_details_table {
width: 100%;
table-layout: fixed;
}
#data .device_details_table td {
padding: 4px;
}
/* error styles */
.error {
color: #ff4500;
}
/* diff box styles */
#diff-box {
background-color: lightgray;
color: red;
margin: 0 16px;
}
#diff-box pre {
white-space: pre-wrap;
overflow-wrap: break-word;
word-break: break-all;
hyphens: auto;
padding: 16px;
} | 0.308398 | 0.082883 |
body { /* text-align:center; */ font-family: Verdana, Geneva,sans-serif; line-height:1.59em; } /* rule 20080710°2311 applying workaround 20100822°1323 */
body.BodyFace12Normal { font-family: Verdana, sans-serif; background-color:Aquamarine; } /* #d0ff50 */ /* rule 20170925°0321 */
table.TopNavi14Box { position:relative; z-index:9301; margin:auto; max-width:790px; width:98%; border:2px solid Transparent; } /* rule 20210418°1422 */
td.TopNavi14Line { font-size:large; border:2px solid Transparent; padding-right:4.2em; } /* rule 20141117°0511 (from ruleset 20080711°0531) */
a.TopNavi14None { color:Gray; padding:0 0.1em 0 0.1em; font-weight:normal; pointer-events:none; cursor:default; text-decoration:none; } /* rule 20210503°1323 */
a.TopNavi14Normal { color:Green; padding:0 0.1em 0 0.1em; font-weight:bold; } /* [rule 20210418°1423] */
a.TopNavi14Parent { color:RoyalBlue; padding:0 0.1em 0 0.1em; font-weight:bold; font-size:1.1em; } /* rule 20210503°1323 */
a.TopNavi14Self { color:Red; padding:0 0.1em 0 0.1em; font-weight:bold; font-style:italic; font-size:1.1em; pointer-events:none; cursor:default; text-decoration:none; } /* rule 20150302°1534 */
td.TopNavi14Arrows { text-align:right; border:2px solid Transparent; font-size:1.6em;
transform:scale(2.4, 1); padding:0 2.4em 0 0.1em; font-weight:bold;
white-space:nowrap; vertical-align:top; } /* rule 20210503°1321 */
a.TopNavi14ArrowGray { color:LightGray; text-decoration:none; pointer-events:none; cursor:default; } /* rule 20210503°1324 */
a.TopNavi14ArrowNormal { color:Green; text-decoration:none; border:2px solid transparent; margin:0 -0.2em 0 -0.2em; } /* rule 20210503°1322 */
div.TopNavi14Logo { z-index:9101; float:right; top:6.1em; right:-0.4em;
border:2px solid transparent; position:absolute;
} /* transparent */ /* rule 20200314°0413 */
div.ChapterFace14Normal { margin:0 auto; max-width:790px; width:84%; background-color:#fcfcfc; padding:0.3em 0.9em 0.3em 0.9em; margin-top:0.9em; margin-bottom:1.1em; } /* rule 20160617°0212 */
h1 { text-align:center; color:Green; } /* clear:both; */ /* rule 20210503°1311 */
p.Good12Bye { font-family: ComicJensWeb, "Comic Sans MS", "Comic Sans", sans-serif; margin-top:2.1em; font-size:small; clear:both; color:ForestGreen; } /* rule 20080710°2314 */
p.Footer13Referer { font-size:small; border-top:1px solid; color:#808080; margin:1.7em 1.1em 1.6em 0; } /* rule 20080710°2312 */
span.Footer13Copy { padding:0 0.2em 0 0.6em; white-space:nowrap; } /* rule 20141116°0512 */
span.Footer13License { padding:0 0.4em 0 0.4em; white-space:nowrap; } /* rule 20200318°0615 */
span.Footer13License a { color:#505050; }
span.Footer13License:before { content:''; }
span.Footer13License:after { content:''; }
span.Footer13PageId { margin:0 0 0 0.4em; font-size:x-small; font-style:italic; font-family: 'ComicJensWeb', 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', 'Comic Neue', sans-serif; white-space:nowrap; } /* 20210503°1321 */
span.Footer13PageId:before { content:'page\00A0'; }
span.Footer13PageId:after { content:''; }
span.Footer13Url { margin-left:0.6em; font-family: 'Arial Narrow', Arial, sans-serif; } /* rule 20200318°0613 */
span.Footer13Url { margin-top:-1.6em; margin-left:0.6em; white-space:nowrap; } /* rule 20150211°0513 */
code { font-size:1.3em; } /* large */ /* rule 20170901°1141 */
.FontAttention { font-family: Monospace, Monospace; font-size:1.04em; color:Crimson; font-size:1.3em; } /* [rule 20100826°210102] */
.FontFat { font-weight:bold; } /* rule 20180518°1042 */
.FontHuge { font-size:x-large; } /* rule 20150321°0344 (not for monospace styles) */
.FontIssue { color:RoyalBlue; font-family: Georgia, serif; font-style:italic; font-size:1.2em; } /* [rule 20100826°2122] */
.FontItalic { font-style:italic; } /* rule 20180518°1043 */
.FontLarge { font-size:large; }/* rule 20150321°0342 (not for monospace styles) */
.FontSmall { font-size:small; } /* rule 20150321°0346 (not for monospace styles) */
.FontTodo { color:Red; font-size:0.85em; } /* 0.77em */ /* [rule 20110924°1321] */
.FontTimestamp { color:RoyalBlue; font-size:small; font-family: Georgia, serif; font-style:italic; position:relative; bottom:0.3em; } /* [rule 20100826°2121] */
/**
* rule 20210510°1515 Ribbon after https://codepo8.github.io/css-fork-on-github-ribbon/ [ref 20210510°1512]
*/
#Fork_Me_On_GitHub a { background:Tomato; color:White; text-decoration:none;
font-family:arial,sans-serif; text-align:center; font-weight:bold;
/* padding:5px 40px; font-size:1rem; line-height:2rem; */
padding:6px 35px 6px 15px; font-size:1.0rem; line-height:1.6rem;
position:relative; transition:0.5s;
}
#Fork_Me_On_GitHub a:hover { background:Orange; color:SeaGreen; }
#Fork_Me_On_GitHub a::before,
#Fork_Me_On_GitHub a::after { content:""; width:100%; display:block; position:absolute;
top:1px; left:0; height:1px; background:Lime;
}
#Fork_Me_On_GitHub a::after { bottom:1px; top:auto; }
@media screen and (min-width:800px)
{ #Fork_Me_On_GitHub { position:fixed; display:block; top:0; right:0;
/* width:200px; height:200px; overflow:hidden; z-index:9999; */
width:200px; height:200px; overflow:hidden;
position:absolute; z-index:9201;
}
#Fork_Me_On_GitHub a { /* width:200px; position:absolute; top:60px; right:-60px; */
width:200px; position:absolute; right:-65px; top:55px;
transform:rotate(45deg); -webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg); -moz-transform:rotate(45deg);
-o-transform:rotate(45deg); box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
}
}
/**
* ruleset 20180909°0441 (after 20100315°1943)
*/
a.Extern2 {
padding:0 0 0 1.1em;
background-image:url('data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8dGV4dCB4PSIwJSIgeT0iOTAlIiBmb250LXNpemU9IjE5IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iTWFnZW50YSI+4oaXPC90ZXh0Pjwvc3ZnPg==');
}
a.Extern2:hover {
background-color:LemonChiffon; /* LightGreen */
}
/* eof */ | docs/styles.css | body { /* text-align:center; */ font-family: Verdana, Geneva,sans-serif; line-height:1.59em; } /* rule 20080710°2311 applying workaround 20100822°1323 */
body.BodyFace12Normal { font-family: Verdana, sans-serif; background-color:Aquamarine; } /* #d0ff50 */ /* rule 20170925°0321 */
table.TopNavi14Box { position:relative; z-index:9301; margin:auto; max-width:790px; width:98%; border:2px solid Transparent; } /* rule 20210418°1422 */
td.TopNavi14Line { font-size:large; border:2px solid Transparent; padding-right:4.2em; } /* rule 20141117°0511 (from ruleset 20080711°0531) */
a.TopNavi14None { color:Gray; padding:0 0.1em 0 0.1em; font-weight:normal; pointer-events:none; cursor:default; text-decoration:none; } /* rule 20210503°1323 */
a.TopNavi14Normal { color:Green; padding:0 0.1em 0 0.1em; font-weight:bold; } /* [rule 20210418°1423] */
a.TopNavi14Parent { color:RoyalBlue; padding:0 0.1em 0 0.1em; font-weight:bold; font-size:1.1em; } /* rule 20210503°1323 */
a.TopNavi14Self { color:Red; padding:0 0.1em 0 0.1em; font-weight:bold; font-style:italic; font-size:1.1em; pointer-events:none; cursor:default; text-decoration:none; } /* rule 20150302°1534 */
td.TopNavi14Arrows { text-align:right; border:2px solid Transparent; font-size:1.6em;
transform:scale(2.4, 1); padding:0 2.4em 0 0.1em; font-weight:bold;
white-space:nowrap; vertical-align:top; } /* rule 20210503°1321 */
a.TopNavi14ArrowGray { color:LightGray; text-decoration:none; pointer-events:none; cursor:default; } /* rule 20210503°1324 */
a.TopNavi14ArrowNormal { color:Green; text-decoration:none; border:2px solid transparent; margin:0 -0.2em 0 -0.2em; } /* rule 20210503°1322 */
div.TopNavi14Logo { z-index:9101; float:right; top:6.1em; right:-0.4em;
border:2px solid transparent; position:absolute;
} /* transparent */ /* rule 20200314°0413 */
div.ChapterFace14Normal { margin:0 auto; max-width:790px; width:84%; background-color:#fcfcfc; padding:0.3em 0.9em 0.3em 0.9em; margin-top:0.9em; margin-bottom:1.1em; } /* rule 20160617°0212 */
h1 { text-align:center; color:Green; } /* clear:both; */ /* rule 20210503°1311 */
p.Good12Bye { font-family: ComicJensWeb, "Comic Sans MS", "Comic Sans", sans-serif; margin-top:2.1em; font-size:small; clear:both; color:ForestGreen; } /* rule 20080710°2314 */
p.Footer13Referer { font-size:small; border-top:1px solid; color:#808080; margin:1.7em 1.1em 1.6em 0; } /* rule 20080710°2312 */
span.Footer13Copy { padding:0 0.2em 0 0.6em; white-space:nowrap; } /* rule 20141116°0512 */
span.Footer13License { padding:0 0.4em 0 0.4em; white-space:nowrap; } /* rule 20200318°0615 */
span.Footer13License a { color:#505050; }
span.Footer13License:before { content:''; }
span.Footer13License:after { content:''; }
span.Footer13PageId { margin:0 0 0 0.4em; font-size:x-small; font-style:italic; font-family: 'ComicJensWeb', 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', 'Comic Neue', sans-serif; white-space:nowrap; } /* 20210503°1321 */
span.Footer13PageId:before { content:'page\00A0'; }
span.Footer13PageId:after { content:''; }
span.Footer13Url { margin-left:0.6em; font-family: 'Arial Narrow', Arial, sans-serif; } /* rule 20200318°0613 */
span.Footer13Url { margin-top:-1.6em; margin-left:0.6em; white-space:nowrap; } /* rule 20150211°0513 */
code { font-size:1.3em; } /* large */ /* rule 20170901°1141 */
.FontAttention { font-family: Monospace, Monospace; font-size:1.04em; color:Crimson; font-size:1.3em; } /* [rule 20100826°210102] */
.FontFat { font-weight:bold; } /* rule 20180518°1042 */
.FontHuge { font-size:x-large; } /* rule 20150321°0344 (not for monospace styles) */
.FontIssue { color:RoyalBlue; font-family: Georgia, serif; font-style:italic; font-size:1.2em; } /* [rule 20100826°2122] */
.FontItalic { font-style:italic; } /* rule 20180518°1043 */
.FontLarge { font-size:large; }/* rule 20150321°0342 (not for monospace styles) */
.FontSmall { font-size:small; } /* rule 20150321°0346 (not for monospace styles) */
.FontTodo { color:Red; font-size:0.85em; } /* 0.77em */ /* [rule 20110924°1321] */
.FontTimestamp { color:RoyalBlue; font-size:small; font-family: Georgia, serif; font-style:italic; position:relative; bottom:0.3em; } /* [rule 20100826°2121] */
/**
* rule 20210510°1515 Ribbon after https://codepo8.github.io/css-fork-on-github-ribbon/ [ref 20210510°1512]
*/
#Fork_Me_On_GitHub a { background:Tomato; color:White; text-decoration:none;
font-family:arial,sans-serif; text-align:center; font-weight:bold;
/* padding:5px 40px; font-size:1rem; line-height:2rem; */
padding:6px 35px 6px 15px; font-size:1.0rem; line-height:1.6rem;
position:relative; transition:0.5s;
}
#Fork_Me_On_GitHub a:hover { background:Orange; color:SeaGreen; }
#Fork_Me_On_GitHub a::before,
#Fork_Me_On_GitHub a::after { content:""; width:100%; display:block; position:absolute;
top:1px; left:0; height:1px; background:Lime;
}
#Fork_Me_On_GitHub a::after { bottom:1px; top:auto; }
@media screen and (min-width:800px)
{ #Fork_Me_On_GitHub { position:fixed; display:block; top:0; right:0;
/* width:200px; height:200px; overflow:hidden; z-index:9999; */
width:200px; height:200px; overflow:hidden;
position:absolute; z-index:9201;
}
#Fork_Me_On_GitHub a { /* width:200px; position:absolute; top:60px; right:-60px; */
width:200px; position:absolute; right:-65px; top:55px;
transform:rotate(45deg); -webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg); -moz-transform:rotate(45deg);
-o-transform:rotate(45deg); box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
}
}
/**
* ruleset 20180909°0441 (after 20100315°1943)
*/
a.Extern2 {
padding:0 0 0 1.1em;
background-image:url('data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8dGV4dCB4PSIwJSIgeT0iOTAlIiBmb250LXNpemU9IjE5IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iTWFnZW50YSI+4oaXPC90ZXh0Pjwvc3ZnPg==');
}
a.Extern2:hover {
background-color:LemonChiffon; /* LightGreen */
}
/* eof */ | 0.448668 | 0.072308 |
body{
font-family: var(--global-font);
padding: var(--space-big);
color: var(--text-color);
line-break: normal;
font-size: var(--m-size);
line-height: var(--space-medium);
max-width: 56rem;
min-width: 30rem;
}
h1,h2,section,dt{
margin-top: var(--space-bigger);
color: var(--text-color-light);
}
h1{
font-size: var(--xxl-size);
padding: var(--space-big) 0;
}
h2,h3,h4{
font-size: var(--xl-size);
font-weight:var(--weight-700);
}
/*is it good to define in one place just for the one value, then define everything else zusaetyliches*/
h3,h4{
color: var(--text-color);
font-size: var(--l-size);
padding-top: var(--space-small);
padding-bottom: var(--space-big);
}
h4{
color: var(--text-color-white);
}
dt{
font-weight: var(--weight-700);
}
p{
margin-bottom: 1.5rem;
color: var(--text-color);
}
img {
width: 100%;
height: auto;
}
hr{
border: 0.35rem solid var(--text-color-light);
margin: 3rem 0;
width: 50%;
}
th,td {
border: 0.1rem solid #cecfd5;
padding: 0.3rem 0.5rem;
}
table{
margin: var(--space-big) 0 var(--space-biggest) 0;
}
.main-cell{
font-weight: bold;
}
section, img {
margin-bottom: 2rem;
}
.citation{
color: var(--text-color-orange);
margin: 0;
font-weight: var( --weight-700);
font-style: italic;
font-size: var(--l-mini-size);
}
caption{
font-size: var(--l-size);
padding-bottom: var(--space-small);
caption-side: top;
/*left / right not working */
}
footer{
margin: var(--space-big) 0;
background-color:var(--text-color);
}
form {
color: var(--text-color-white);
}
legend{
font-size: var(--l-mini-size);
padding: var(--space-small) 0;
}
.label-input-special {
margin:0.2rem 0 var(--space-small) 0 ;
}
.label-input input, textarea{
margin:0.2rem 0 var(--space-small) 0;
}
input[type="submit"], input[type="reset"]{
margin: 0 var(--space-small) var(--space-small) 0 ;
}
em, figcaption{
font-weight: var(--weight-700);
font-size: var(--s-size);
color: var(--text-color-light);
text-transform: uppercase;
}
footer{
background-color: var(--text-color-light);
}
.marginalia__body{
position: absolute;
width: 8rem;
font-size: var(--s-size);
line-height: 1.2rem;
}
.marginalia-and-text{
padding : 0 0 0 12rem;
}
/* .marginalia__body {
right: 100%;
text-align: right;
}
.marginalia__body--right {
left: 100%;
text-align: left;
}
*/
strong {
font-weight: var(--weight-700);
}
blockquote{
padding: var(--space-bigger) 0;
}
ul {
margin: 0;
padding: 0;
width: 56rem;
overflow: hidden;
background-color: var(--text-color);
position: fixed;
top:0;
}
li {
float: left;
}
li a {
display: block;
color: var(--text-color-white);
text-align: center;
padding: var(--space-small) var(--space-big);
text-decoration: none;
}
li a:hover {
background-color: var(--text-color-orange);
} | styles/base.css | body{
font-family: var(--global-font);
padding: var(--space-big);
color: var(--text-color);
line-break: normal;
font-size: var(--m-size);
line-height: var(--space-medium);
max-width: 56rem;
min-width: 30rem;
}
h1,h2,section,dt{
margin-top: var(--space-bigger);
color: var(--text-color-light);
}
h1{
font-size: var(--xxl-size);
padding: var(--space-big) 0;
}
h2,h3,h4{
font-size: var(--xl-size);
font-weight:var(--weight-700);
}
/*is it good to define in one place just for the one value, then define everything else zusaetyliches*/
h3,h4{
color: var(--text-color);
font-size: var(--l-size);
padding-top: var(--space-small);
padding-bottom: var(--space-big);
}
h4{
color: var(--text-color-white);
}
dt{
font-weight: var(--weight-700);
}
p{
margin-bottom: 1.5rem;
color: var(--text-color);
}
img {
width: 100%;
height: auto;
}
hr{
border: 0.35rem solid var(--text-color-light);
margin: 3rem 0;
width: 50%;
}
th,td {
border: 0.1rem solid #cecfd5;
padding: 0.3rem 0.5rem;
}
table{
margin: var(--space-big) 0 var(--space-biggest) 0;
}
.main-cell{
font-weight: bold;
}
section, img {
margin-bottom: 2rem;
}
.citation{
color: var(--text-color-orange);
margin: 0;
font-weight: var( --weight-700);
font-style: italic;
font-size: var(--l-mini-size);
}
caption{
font-size: var(--l-size);
padding-bottom: var(--space-small);
caption-side: top;
/*left / right not working */
}
footer{
margin: var(--space-big) 0;
background-color:var(--text-color);
}
form {
color: var(--text-color-white);
}
legend{
font-size: var(--l-mini-size);
padding: var(--space-small) 0;
}
.label-input-special {
margin:0.2rem 0 var(--space-small) 0 ;
}
.label-input input, textarea{
margin:0.2rem 0 var(--space-small) 0;
}
input[type="submit"], input[type="reset"]{
margin: 0 var(--space-small) var(--space-small) 0 ;
}
em, figcaption{
font-weight: var(--weight-700);
font-size: var(--s-size);
color: var(--text-color-light);
text-transform: uppercase;
}
footer{
background-color: var(--text-color-light);
}
.marginalia__body{
position: absolute;
width: 8rem;
font-size: var(--s-size);
line-height: 1.2rem;
}
.marginalia-and-text{
padding : 0 0 0 12rem;
}
/* .marginalia__body {
right: 100%;
text-align: right;
}
.marginalia__body--right {
left: 100%;
text-align: left;
}
*/
strong {
font-weight: var(--weight-700);
}
blockquote{
padding: var(--space-bigger) 0;
}
ul {
margin: 0;
padding: 0;
width: 56rem;
overflow: hidden;
background-color: var(--text-color);
position: fixed;
top:0;
}
li {
float: left;
}
li a {
display: block;
color: var(--text-color-white);
text-align: center;
padding: var(--space-small) var(--space-big);
text-decoration: none;
}
li a:hover {
background-color: var(--text-color-orange);
} | 0.448185 | 0.13733 |
html,body {
margin:0;
padding:0;
font-family:'Merriweather',serif;
font-weight:400;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
border-radius:0;
border:0
}
::-moz-selection { /* Code for Firefox */
background: rgba(12, 16, 44, .7);
}
::selection {
background: rgba(12, 16, 44, .7);
}
a,a:hover,a:active,a:focus,a:visited,a:link {
outline: 0;
outline: 0 !important;
outline-style:none;
-moz-outline-style: none;
}
#hide {
background:url('https://s3-us-west-2.amazonaws.com/www.robertcltan.com/Files/Assets/BG.jpg') no-repeat center center fixed;
background-size: cover;
z-index: -100000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#hide {
background-size: 1px 1px;
}
}
body {
background-color: rgb(0,0,0);
background:url('https://s3-us-west-2.amazonaws.com/www.robertcltan.com/Files/Assets/BG.jpg') no-repeat center center fixed;
background-size: cover;
}
/* HEADER HEADER HEADER HEADER */
/* HEADER HEADER HEADER HEADER */
/* HEADER HEADER HEADER HEADER */
.navbar {
padding:10px 15px;
background-color:#0c102c;
border-bottom: 5px solid #FCF5E2;
}
.navbar ul {
padding:10px 0;
position: relative;
right: 130px;
}
.navbar li {
display:inline;
text-decoration:none;
color:#fff;
position:relative;
top:40px;
margin:0 10px
}
.navbar li p {
display:inline
}
.navbar .container li a#nav {
border:0;
border-radius:0;
-o-transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
transition:.1s;
}
.navbar .container li a:hover#nav {
color:rgba(250,250,250,.6);
border:0;
border-radius:0;
}
.navbar img {
max-width:50px;
position:relative;
top:-35px
}
.navbar .btn {
color:#fff;
position:relative;
top:-30px;
right:-110px;
padding:7px 9px;
text-decoration:none;
font-size:14px
}
/* HEADER HEADER HEADER HEADER */
/* TITLE */
/* TITLE */
/* TITLE */
.jumbotron {
background-color:transparent;
text-align:left;
position:relative;
top:85px;
padding: 38px 0 !important;
}
.jumbotron h1 {
color:#fff;
font-size:80px;
text-shadow:0 4px 5px rgba(0,0,0,.4);
border-bottom: 4px white solid;
margin-bottom: 120px;
}
.container, .jumbotron .container {
width:940px !important;
max-width: 940px !important;
}
/* TITLE */
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
.supporting {
margin:40px 0 150px;
text-shadow:0 2px 3px rgba(0,0,0,.4);
text-align:right
}
.supporting .container .col-xs-11 img {
width:500px;
-webkit-box-shadow: 20px 22px 65px -12px rgba(0,0,0,0.55);
-moz-box-shadow: 20px 22px 65px -12px rgba(0,0,0,0.55);
box-shadow: 20px 22px 65px -12px rgba(0,0,0,0.55);
margin: 80px 0;
display:none;
}
.supporting .container .col-xs-11 {
text-align: center;
}
h2 {
font-size:32px;
color:#fff
}
p {
color:#fff;
font-size:17px
}
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
/* CONSULTING CONSULTING CONSULTING*/
.consulting .inline h2{
display:inline-block;
}
.consulting .inline #inline {
float:right;
}
.consulting .col-xs-7 {
background: rgba(12, 16, 44,.8);
padding: 40px 15px 40px 0px;
height: 420px;
border-left: 8px #FFEAE5 solid;
margin-left:15px;
}
.consulting .col-xs-7 p {
padding-left: 15px;
}
.consulting .col-xs-4 {
background: rgba(12, 16, 44,.8);
padding: 40px 15px 0 0;
height: 420px;
border-left: 8px #FFEAE5 solid;
margin-left:63px;
}
.consulting .col-xs-4 p {
text-decoration:underline;
font-size: 20px;
padding-left:15px;
}
.consulting .col-xs-4 ul {
list-style: none;
color:white;
margin:0;
padding-left:35px;
}
/* CONSULTING CONSULTING CONSULTING*/
/* CONSULTING CONSULTING CONSULTING*/
/* CONSULTING CONSULTING CONSULTING*/
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
.engagement {
margin-top:115px;
}
.engagement .col-xs-11 {
border-left: 1px solid #FFEAE5;
border-bottom: 1px solid #FFEAE5;
}
_::-webkit-full-page-media, _:future, :root .engagement .row .safari_only {
bottom: 4px;
}
h2 {
font-size:32px;
color:#fff
}
p {
color:#fff;
font-size:17px
}
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
/* SELECTION SELECTION SELECTION */
hr {
display: block;
position: relative;
padding: 0;
margin: 8px auto;
height: 0;
width: 100%;
max-height: 0;
font-size: 1px;
line-height: 0;
clear: both;
border: none;
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #ffffff;
margin-bottom: 50px;
}
hr.fancy {
width:62%;
margin: 0px auto;
opacity:.6
}
hr.fancy2 {
width: 38%;
margin: 8px auto;
margin-bottom:15px;
margin-top: 15px;
opacity:.3
}
.footer3 .btn.go, .footer4 .btn.go {
border-radius: 0px;
color:white;
border: 1px solid white;
padding: 12px 20px;
letter-spacing: 1.3px;
font-family: "Raleway",sans-serif;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
display: block;
max-width: 140px;
margin-left: auto;
margin-right:auto;
-o-transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
transition:.1s;
float:bottom
}
.footer3 .btn.go.active, .footer4 .btn.go.active {
background-color:white;
color: #0c102c;
cursor:default;
}
.footer3 .btn.go:hover, .footer4 .btn.go:hover {
background-color:white;
color: #0c102c;
}
.footer3 .row .col-xs-4, .footer4 .row .col-xs-4 {
text-align: center
}
.footer3 {
padding: 40px 0 50px 0;
}
.footer3 h2, .footer4 h2 {
font-size: 30px;
color: white;
}
.footer3 p, .footer4 p {
font-size: 15px;
font-weight: 200;
padding: 8px 0;
}
.footer4 {
padding: 35px 0;
background: rgba(12, 16, 44,.9);
}
/* SELECTION SELECTION SELECTION */
/* SELECTION SELECTION SELECTION */
/* SELECTION SELECTION SELECTION */
/* FOOTER FOOTER FOOTER */
.footer2 {
margin-top: 50px;
}
.footer2 li p {
font-size:13px;
text-shadow:0 4px 5px rgba(0,0,0,.4)
}
.footer2 li {
display:inline-block;
padding-right:15px
}
/* FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER */
/*Transitions*/
/* Shadow Radial */
/* RESPONSIVE RESPONSIVE RESPONSIVE */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
body {
background-attachment: scroll;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
#hide {
background:url('http://www.robertcltan.com.s3.amazonaws.com/Files/Assets/BG%402x.jpg') repeat center center fixed;
}
body {
background:url('http://www.robertcltan.com.s3.amazonaws.com/Files/Assets/BG%402x.jpg') repeat center center fixed;
}
} | Consulting.css | html,body {
margin:0;
padding:0;
font-family:'Merriweather',serif;
font-weight:400;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
border-radius:0;
border:0
}
::-moz-selection { /* Code for Firefox */
background: rgba(12, 16, 44, .7);
}
::selection {
background: rgba(12, 16, 44, .7);
}
a,a:hover,a:active,a:focus,a:visited,a:link {
outline: 0;
outline: 0 !important;
outline-style:none;
-moz-outline-style: none;
}
#hide {
background:url('https://s3-us-west-2.amazonaws.com/www.robertcltan.com/Files/Assets/BG.jpg') no-repeat center center fixed;
background-size: cover;
z-index: -100000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#hide {
background-size: 1px 1px;
}
}
body {
background-color: rgb(0,0,0);
background:url('https://s3-us-west-2.amazonaws.com/www.robertcltan.com/Files/Assets/BG.jpg') no-repeat center center fixed;
background-size: cover;
}
/* HEADER HEADER HEADER HEADER */
/* HEADER HEADER HEADER HEADER */
/* HEADER HEADER HEADER HEADER */
.navbar {
padding:10px 15px;
background-color:#0c102c;
border-bottom: 5px solid #FCF5E2;
}
.navbar ul {
padding:10px 0;
position: relative;
right: 130px;
}
.navbar li {
display:inline;
text-decoration:none;
color:#fff;
position:relative;
top:40px;
margin:0 10px
}
.navbar li p {
display:inline
}
.navbar .container li a#nav {
border:0;
border-radius:0;
-o-transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
transition:.1s;
}
.navbar .container li a:hover#nav {
color:rgba(250,250,250,.6);
border:0;
border-radius:0;
}
.navbar img {
max-width:50px;
position:relative;
top:-35px
}
.navbar .btn {
color:#fff;
position:relative;
top:-30px;
right:-110px;
padding:7px 9px;
text-decoration:none;
font-size:14px
}
/* HEADER HEADER HEADER HEADER */
/* TITLE */
/* TITLE */
/* TITLE */
.jumbotron {
background-color:transparent;
text-align:left;
position:relative;
top:85px;
padding: 38px 0 !important;
}
.jumbotron h1 {
color:#fff;
font-size:80px;
text-shadow:0 4px 5px rgba(0,0,0,.4);
border-bottom: 4px white solid;
margin-bottom: 120px;
}
.container, .jumbotron .container {
width:940px !important;
max-width: 940px !important;
}
/* TITLE */
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
.supporting {
margin:40px 0 150px;
text-shadow:0 2px 3px rgba(0,0,0,.4);
text-align:right
}
.supporting .container .col-xs-11 img {
width:500px;
-webkit-box-shadow: 20px 22px 65px -12px rgba(0,0,0,0.55);
-moz-box-shadow: 20px 22px 65px -12px rgba(0,0,0,0.55);
box-shadow: 20px 22px 65px -12px rgba(0,0,0,0.55);
margin: 80px 0;
display:none;
}
.supporting .container .col-xs-11 {
text-align: center;
}
h2 {
font-size:32px;
color:#fff
}
p {
color:#fff;
font-size:17px
}
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
/* MIDDLE MIDDLE MIDDLE */
/* CONSULTING CONSULTING CONSULTING*/
.consulting .inline h2{
display:inline-block;
}
.consulting .inline #inline {
float:right;
}
.consulting .col-xs-7 {
background: rgba(12, 16, 44,.8);
padding: 40px 15px 40px 0px;
height: 420px;
border-left: 8px #FFEAE5 solid;
margin-left:15px;
}
.consulting .col-xs-7 p {
padding-left: 15px;
}
.consulting .col-xs-4 {
background: rgba(12, 16, 44,.8);
padding: 40px 15px 0 0;
height: 420px;
border-left: 8px #FFEAE5 solid;
margin-left:63px;
}
.consulting .col-xs-4 p {
text-decoration:underline;
font-size: 20px;
padding-left:15px;
}
.consulting .col-xs-4 ul {
list-style: none;
color:white;
margin:0;
padding-left:35px;
}
/* CONSULTING CONSULTING CONSULTING*/
/* CONSULTING CONSULTING CONSULTING*/
/* CONSULTING CONSULTING CONSULTING*/
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
.engagement {
margin-top:115px;
}
.engagement .col-xs-11 {
border-left: 1px solid #FFEAE5;
border-bottom: 1px solid #FFEAE5;
}
_::-webkit-full-page-media, _:future, :root .engagement .row .safari_only {
bottom: 4px;
}
h2 {
font-size:32px;
color:#fff
}
p {
color:#fff;
font-size:17px
}
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
/* ENGAGEMENT ENGAGEMENT ENGAGEMENT*/
/* SELECTION SELECTION SELECTION */
hr {
display: block;
position: relative;
padding: 0;
margin: 8px auto;
height: 0;
width: 100%;
max-height: 0;
font-size: 1px;
line-height: 0;
clear: both;
border: none;
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #ffffff;
margin-bottom: 50px;
}
hr.fancy {
width:62%;
margin: 0px auto;
opacity:.6
}
hr.fancy2 {
width: 38%;
margin: 8px auto;
margin-bottom:15px;
margin-top: 15px;
opacity:.3
}
.footer3 .btn.go, .footer4 .btn.go {
border-radius: 0px;
color:white;
border: 1px solid white;
padding: 12px 20px;
letter-spacing: 1.3px;
font-family: "Raleway",sans-serif;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
display: block;
max-width: 140px;
margin-left: auto;
margin-right:auto;
-o-transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
transition:.1s;
float:bottom
}
.footer3 .btn.go.active, .footer4 .btn.go.active {
background-color:white;
color: #0c102c;
cursor:default;
}
.footer3 .btn.go:hover, .footer4 .btn.go:hover {
background-color:white;
color: #0c102c;
}
.footer3 .row .col-xs-4, .footer4 .row .col-xs-4 {
text-align: center
}
.footer3 {
padding: 40px 0 50px 0;
}
.footer3 h2, .footer4 h2 {
font-size: 30px;
color: white;
}
.footer3 p, .footer4 p {
font-size: 15px;
font-weight: 200;
padding: 8px 0;
}
.footer4 {
padding: 35px 0;
background: rgba(12, 16, 44,.9);
}
/* SELECTION SELECTION SELECTION */
/* SELECTION SELECTION SELECTION */
/* SELECTION SELECTION SELECTION */
/* FOOTER FOOTER FOOTER */
.footer2 {
margin-top: 50px;
}
.footer2 li p {
font-size:13px;
text-shadow:0 4px 5px rgba(0,0,0,.4)
}
.footer2 li {
display:inline-block;
padding-right:15px
}
/* FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER */
/*Transitions*/
/* Shadow Radial */
/* RESPONSIVE RESPONSIVE RESPONSIVE */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
body {
background-attachment: scroll;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
#hide {
background:url('http://www.robertcltan.com.s3.amazonaws.com/Files/Assets/BG%402x.jpg') repeat center center fixed;
}
body {
background:url('http://www.robertcltan.com.s3.amazonaws.com/Files/Assets/BG%402x.jpg') repeat center center fixed;
}
} | 0.229967 | 0.049612 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, form,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, legend,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, label,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Styles */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.p-demo { background: #F0F0F0; font-family: 'Lucida Grande', 'Lucida Sans Unicode', wf_SegoeUI, 'Segoe UI', Segoe, 'Segoe WP', Helvetica, Arial, Verdana, sans-serif; }
.p-demo a { color: #999; }
.p-demo header { height: 60px; margin: 0 auto; width: 870px; background: #FDFDFD; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.p-demo header h1 { margin: 10px; }
.p-demo header a { width: 100px; height: 60px; display: block; background: url('../images/infoviz_logo_small.png') center no-repeat; background-image: -webkit-image-set(url('../images/infoviz_logo_small.png') 1x, url('../images/infoviz_logo_small@2x.png') 2x); }
.p-demo .container { background: #FDFDFD; width: 870px; margin: 0 auto; padding-bottom: 40px; }
.p-demo .container h1 { font-size: 1.5em; margin-left: 10px; padding-top: 30px; color: #333; }
.p-demo .container h2 { margin-left: 10px; line-height: 36px; padding-top: 10px; color: #555; -webkit-margin-before: 0; -webkit-margin-after: 0; }
.p-demo .container h2 a { float: right; margin-right: 10px; font-size: 12px; text-decoration: none; }
.p-demo .container h2 a:hover { text-decoration: underline; }
.p-demo footer { height: 28px; margin: 0 auto 10px auto; width: 870px; background: #FDFDFD; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top: 1px solid #EEE; }
.p-demo footer p { color: #999; text-align: center; font-size: 12px; line-height: 30px; }
.p-demo a.fork { position: absolute; top: 0; right: 0; border: 0; width: 140px; height: 140px; display: block; background: url('../images/forkme.png') center no-repeat; background-image: -webkit-image-set(url('../images/forkme.png') 1x, url('../images/forkme@2x.png') 2x); }
.p-demo ul.menu { border-bottom: 1px solid #DDD; }
.p-demo ul.menu li { float: left; margin: 0; }
.p-demo ul.menu li.right { float: right; }
.p-demo ul.menu li.right iframe { height: 20px; width: 90px; margin-top: 5px; overflow: hidden; }
.p-demo ul.menu a { text-decoration: none; color: #104386; text-align: center; display: block; font-size: 14px; line-height: 30px; padding: 0 12px; border: none; }
.p-demo ul.menu a:hover { background: #EEE; text-decoration: underline; }
.p-demo ul.menu a.active { background: #eb540a; color: #FFF; }
.p-demo .container .infoviz { margin: 0px 10px 10px 10px; width: 850px; height: 350px; }
.p-index .container .infoviz#i_piechart1 { width: 340px; height: 280px; float: left; }
.p-index .container .infoviz#i_piechart2 { width: 490px; height: 280px; float: left; }
.p-index .container .infoviz#i_radarchart1 { width: 490px; height: 350px; float: left; }
.p-index .container .infoviz#i_radarchart2 { width: 340px; height: 350px; float: left; }
.p-index .container .infoviz#i_radialchart1 { width: 410px; height: 350px; float: left; }
.p-index .container .infoviz#i_radialchart2 { width: 420px; height: 350px; float: left; }
.p-index .container .infoviz#i_tagcloud1 { height: 240px; }
.p-index .container .infoviz#i_tagcloud2 { height: 240px; }
.p-index .container .infoviz#i_basictree { width: 850px; height: 450px; }
.p-index .container .infoviz#i_smithgraph { width: 850px; height: 850px; }
.p-index .container .infoviz#i_heatmap { width: 850px; height: 850px; }
.p-index .container .infoviz#i_streamchart { width: 850px; height: 850px; }
.p-index .container .infoviz#i_foldertree1 { width: 415px; height: 465px; float: left; }
.p-index .container .infoviz#i_foldertree2 { width: 415px; height: 465px; float: left; }
ul.boxes { margin-left: 10px; }
ul.boxes li { background-color: #EB540A; }
ul.boxes li:nth-child(n) { background-color: #3A89C9; }
ul.boxes li:nth-child(n+1) { background-color: #EB540A; }
ul.boxes li:nth-child(n+2) { background-color: #5AAD34; }
ul.boxes li:nth-child(n+3) { background-color: #FECC09; }
ul.boxes li:nth-child(n+4) { background-color: #6699FF; }
ul.boxes li:nth-child(n+5) { background-color: #14B694; }
ul.boxes li:nth-child(n+6) { background-color: #104386; }
ul.boxes li:nth-child(n+7) { background-color: #DA0101; }
ul.boxes li { float: left; width: 206px; margin: 10px 6px 0 0; border: 1px solid #CCC; color: #FFF; }
ul.boxes li h1 { font-size: 20px; display: block; padding: 0; margin: 0; line-height: 40px; text-align: center; }
ul.boxes li h1 a { display: block; border: none; color: #FFF; }
ul.boxes li p { font-size: 12px; padding: 0; margin: 0px 0 10px 0; text-align: center; }
.p-history ul.boxes h1 { padding: 0; margin: 0; font-size: 1.5em; }
.p-test ul.boxes h1 { padding: 0; margin: 0; font-size: 1em; }
.p-test ul.boxes li { background: #FFF; width: 277px; height: 100px; border-radius: 4px; }
.p-test ul.boxes li a { line-height: 100px; text-align: right; padding-right: 10px; color: #555; font-size: 1em; opacity: 0; }
.p-test ul.boxes li a:hover { opacity: 1; }
.p-test ul.boxes li.linechart { background: url('../images/test_linechart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_linechart.png') 1x, url('../images/test_linechart@2x.png') 2x); }
.p-test ul.boxes li.barchart { background: url('../images/test_barchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_barchart.png') 1x, url('../images/test_barchart@2x.png') 2x); }
.p-test ul.boxes li.stackchart { background: url('../images/test_stackchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_stackchart.png') 1x, url('../images/test_stackchart@2x.png') 2x); }
.p-test ul.boxes li.bubblechart { background: url('../images/test_bubblechart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_bubblechart.png') 1x, url('../images/test_bubblechart@2x.png') 2x); }
.p-test ul.boxes li.stockchart { background: url('../images/test_stockchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_stockchart.png') 1x, url('../images/test_stockchart@2x.png') 2x); }
.p-test ul.boxes li.streamchart { background: url('../images/test_streamchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_streamchart.png') 1x, url('../images/test_streamchart@2x.png') 2x); }
.p-test ul.boxes li.piechart { background: url('../images/test_piechart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_piechart.png') 1x, url('../images/test_piechart@2x.png') 2x); }
.p-test ul.boxes li.radarchart { background: url('../images/test_radarchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_radarchart.png') 1x, url('../images/test_radarchart@2x.png') 2x); }
.p-test ul.boxes li.radialchart { background: url('../images/test_radialchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_radialchart.png') 1x, url('../images/test_radialchart@2x.png') 2x); }
.p-test ul.boxes li.smithgraph { background: url('../images/test_smithgraph.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_smithgraph.png') 1x, url('../images/test_smithgraph@2x.png') 2x); }
.p-test ul.boxes li.heatmap { background: url('../images/test_heatmap.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_heatmap.png') 1x, url('../images/test_heatmap@2x.png') 2x); }
.p-test ul.boxes li.worldmap { background: url('../images/test_worldmap.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_worldmap.png') 1x, url('../images/test_worldmap@2x.png') 2x); }
.p-test ul.boxes li.basictree { background: url('../images/test_basictree.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_basictree.png') 1x, url('../images/test_basictree@2x.png') 2x); }
.p-test ul.boxes li.foldertree { background: url('../images/test_foldertree.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_foldertree.png') 1x, url('../images/test_foldertree@2x.png') 2x); }
.p-test ul.boxes li.tagcloud { background: url('../images/test_tagcloud.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_tagcloud.png') 1x, url('../images/test_tagcloud@2x.png') 2x); }
.p-test .container .infoviz.i-smithgraph { width: 850px; height: 850px; }
.p-test .container .infoviz.i-heatmap { width: 850px; height: 850px; }
.p-test .container .infoviz.i-basictree { width: 850px; height: 450px; }
.p-test .container .infoviz.i-streamchart { width: 850px; height: 850px; }
.p-test .container .infoviz.i-foldertree { width: 405px; height: 465px; }
.p-test.p-foldertree .container section { float: left; width: 425px; margin-right: 10px; }
.p-test a.button { padding: 0 10px; height: 28px; line-height: 28px; color: #FFF; display: block; cursor: pointer; background: #eb540a; text-align: center; float: right; margin-top: 4px; }
.p-license .license h1 { margin-bottom: 20px; }
.p-license .license p { margin-left: 10px; font-size: 14px; color: #333; line-height: 20px; margin-bottom: 20px; } | css/demo.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, form,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, legend,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, label,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Styles */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.p-demo { background: #F0F0F0; font-family: 'Lucida Grande', 'Lucida Sans Unicode', wf_SegoeUI, 'Segoe UI', Segoe, 'Segoe WP', Helvetica, Arial, Verdana, sans-serif; }
.p-demo a { color: #999; }
.p-demo header { height: 60px; margin: 0 auto; width: 870px; background: #FDFDFD; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.p-demo header h1 { margin: 10px; }
.p-demo header a { width: 100px; height: 60px; display: block; background: url('../images/infoviz_logo_small.png') center no-repeat; background-image: -webkit-image-set(url('../images/infoviz_logo_small.png') 1x, url('../images/infoviz_logo_small@2x.png') 2x); }
.p-demo .container { background: #FDFDFD; width: 870px; margin: 0 auto; padding-bottom: 40px; }
.p-demo .container h1 { font-size: 1.5em; margin-left: 10px; padding-top: 30px; color: #333; }
.p-demo .container h2 { margin-left: 10px; line-height: 36px; padding-top: 10px; color: #555; -webkit-margin-before: 0; -webkit-margin-after: 0; }
.p-demo .container h2 a { float: right; margin-right: 10px; font-size: 12px; text-decoration: none; }
.p-demo .container h2 a:hover { text-decoration: underline; }
.p-demo footer { height: 28px; margin: 0 auto 10px auto; width: 870px; background: #FDFDFD; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top: 1px solid #EEE; }
.p-demo footer p { color: #999; text-align: center; font-size: 12px; line-height: 30px; }
.p-demo a.fork { position: absolute; top: 0; right: 0; border: 0; width: 140px; height: 140px; display: block; background: url('../images/forkme.png') center no-repeat; background-image: -webkit-image-set(url('../images/forkme.png') 1x, url('../images/forkme@2x.png') 2x); }
.p-demo ul.menu { border-bottom: 1px solid #DDD; }
.p-demo ul.menu li { float: left; margin: 0; }
.p-demo ul.menu li.right { float: right; }
.p-demo ul.menu li.right iframe { height: 20px; width: 90px; margin-top: 5px; overflow: hidden; }
.p-demo ul.menu a { text-decoration: none; color: #104386; text-align: center; display: block; font-size: 14px; line-height: 30px; padding: 0 12px; border: none; }
.p-demo ul.menu a:hover { background: #EEE; text-decoration: underline; }
.p-demo ul.menu a.active { background: #eb540a; color: #FFF; }
.p-demo .container .infoviz { margin: 0px 10px 10px 10px; width: 850px; height: 350px; }
.p-index .container .infoviz#i_piechart1 { width: 340px; height: 280px; float: left; }
.p-index .container .infoviz#i_piechart2 { width: 490px; height: 280px; float: left; }
.p-index .container .infoviz#i_radarchart1 { width: 490px; height: 350px; float: left; }
.p-index .container .infoviz#i_radarchart2 { width: 340px; height: 350px; float: left; }
.p-index .container .infoviz#i_radialchart1 { width: 410px; height: 350px; float: left; }
.p-index .container .infoviz#i_radialchart2 { width: 420px; height: 350px; float: left; }
.p-index .container .infoviz#i_tagcloud1 { height: 240px; }
.p-index .container .infoviz#i_tagcloud2 { height: 240px; }
.p-index .container .infoviz#i_basictree { width: 850px; height: 450px; }
.p-index .container .infoviz#i_smithgraph { width: 850px; height: 850px; }
.p-index .container .infoviz#i_heatmap { width: 850px; height: 850px; }
.p-index .container .infoviz#i_streamchart { width: 850px; height: 850px; }
.p-index .container .infoviz#i_foldertree1 { width: 415px; height: 465px; float: left; }
.p-index .container .infoviz#i_foldertree2 { width: 415px; height: 465px; float: left; }
ul.boxes { margin-left: 10px; }
ul.boxes li { background-color: #EB540A; }
ul.boxes li:nth-child(n) { background-color: #3A89C9; }
ul.boxes li:nth-child(n+1) { background-color: #EB540A; }
ul.boxes li:nth-child(n+2) { background-color: #5AAD34; }
ul.boxes li:nth-child(n+3) { background-color: #FECC09; }
ul.boxes li:nth-child(n+4) { background-color: #6699FF; }
ul.boxes li:nth-child(n+5) { background-color: #14B694; }
ul.boxes li:nth-child(n+6) { background-color: #104386; }
ul.boxes li:nth-child(n+7) { background-color: #DA0101; }
ul.boxes li { float: left; width: 206px; margin: 10px 6px 0 0; border: 1px solid #CCC; color: #FFF; }
ul.boxes li h1 { font-size: 20px; display: block; padding: 0; margin: 0; line-height: 40px; text-align: center; }
ul.boxes li h1 a { display: block; border: none; color: #FFF; }
ul.boxes li p { font-size: 12px; padding: 0; margin: 0px 0 10px 0; text-align: center; }
.p-history ul.boxes h1 { padding: 0; margin: 0; font-size: 1.5em; }
.p-test ul.boxes h1 { padding: 0; margin: 0; font-size: 1em; }
.p-test ul.boxes li { background: #FFF; width: 277px; height: 100px; border-radius: 4px; }
.p-test ul.boxes li a { line-height: 100px; text-align: right; padding-right: 10px; color: #555; font-size: 1em; opacity: 0; }
.p-test ul.boxes li a:hover { opacity: 1; }
.p-test ul.boxes li.linechart { background: url('../images/test_linechart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_linechart.png') 1x, url('../images/test_linechart@2x.png') 2x); }
.p-test ul.boxes li.barchart { background: url('../images/test_barchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_barchart.png') 1x, url('../images/test_barchart@2x.png') 2x); }
.p-test ul.boxes li.stackchart { background: url('../images/test_stackchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_stackchart.png') 1x, url('../images/test_stackchart@2x.png') 2x); }
.p-test ul.boxes li.bubblechart { background: url('../images/test_bubblechart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_bubblechart.png') 1x, url('../images/test_bubblechart@2x.png') 2x); }
.p-test ul.boxes li.stockchart { background: url('../images/test_stockchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_stockchart.png') 1x, url('../images/test_stockchart@2x.png') 2x); }
.p-test ul.boxes li.streamchart { background: url('../images/test_streamchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_streamchart.png') 1x, url('../images/test_streamchart@2x.png') 2x); }
.p-test ul.boxes li.piechart { background: url('../images/test_piechart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_piechart.png') 1x, url('../images/test_piechart@2x.png') 2x); }
.p-test ul.boxes li.radarchart { background: url('../images/test_radarchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_radarchart.png') 1x, url('../images/test_radarchart@2x.png') 2x); }
.p-test ul.boxes li.radialchart { background: url('../images/test_radialchart.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_radialchart.png') 1x, url('../images/test_radialchart@2x.png') 2x); }
.p-test ul.boxes li.smithgraph { background: url('../images/test_smithgraph.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_smithgraph.png') 1x, url('../images/test_smithgraph@2x.png') 2x); }
.p-test ul.boxes li.heatmap { background: url('../images/test_heatmap.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_heatmap.png') 1x, url('../images/test_heatmap@2x.png') 2x); }
.p-test ul.boxes li.worldmap { background: url('../images/test_worldmap.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_worldmap.png') 1x, url('../images/test_worldmap@2x.png') 2x); }
.p-test ul.boxes li.basictree { background: url('../images/test_basictree.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_basictree.png') 1x, url('../images/test_basictree@2x.png') 2x); }
.p-test ul.boxes li.foldertree { background: url('../images/test_foldertree.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_foldertree.png') 1x, url('../images/test_foldertree@2x.png') 2x); }
.p-test ul.boxes li.tagcloud { background: url('../images/test_tagcloud.png') center no-repeat; background-image: -webkit-image-set(url('../images/test_tagcloud.png') 1x, url('../images/test_tagcloud@2x.png') 2x); }
.p-test .container .infoviz.i-smithgraph { width: 850px; height: 850px; }
.p-test .container .infoviz.i-heatmap { width: 850px; height: 850px; }
.p-test .container .infoviz.i-basictree { width: 850px; height: 450px; }
.p-test .container .infoviz.i-streamchart { width: 850px; height: 850px; }
.p-test .container .infoviz.i-foldertree { width: 405px; height: 465px; }
.p-test.p-foldertree .container section { float: left; width: 425px; margin-right: 10px; }
.p-test a.button { padding: 0 10px; height: 28px; line-height: 28px; color: #FFF; display: block; cursor: pointer; background: #eb540a; text-align: center; float: right; margin-top: 4px; }
.p-license .license h1 { margin-bottom: 20px; }
.p-license .license p { margin-left: 10px; font-size: 14px; color: #333; line-height: 20px; margin-bottom: 20px; } | 0.357904 | 0.13201 |
.sidenav {
text-align: left;
height: 55px;
width: 100%;
position: fixed;
z-index: 4;
top: 80px;
left: 0;
/*background-color: #f7fae9;*/
background-color: white;
overflow-y: hidden;
box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
padding: 0;
overflow-x: auto;
display: flex;
}
.sidenav ::after{
align-items: center;
list-style-type: none;
margin:0;
padding:0;
width: 100%;
}
.sidenav::-webkit-scrollbar-track
{
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar
{
width: 2px;
height: 2px;
background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar-thumb
{
background-color: #141414;
}
.sidenav ul{
list-style: none;
padding: 0;
margin:0;
display: flex;
}
.sidenav li{
display: inline-flex;
float: left;
height:100%;
width: max-content;
margin: 0 auto;
padding: 1em;
}
.sidenav li:hover{
cursor:pointer;
background-color: #e7e7e7;
}
.sidenav i{
text-align: center;
padding:3px 0.2em;
display: inline-flex;
width:auto;
transition:0.3s;
}
.sidenav a {
display: inline-flex;
color: #424040;
font-size: 110%;
font-weight: 500;
text-decoration: none;
width:auto;
height:auto;
transition:1s;
}
.sidenav-blank{
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
overflow-x: hidden;
}
.sidenav p:hover{
cursor: pointer;
}
.sidenav p{
padding: 0;
margin:0;
display:none;
}
@media screen and (max-width:900px){
.sidenav a, .sidenav i{
font-size: 100%;
}
.sidenav li{
padding: 1.2em;
}
}
@media screen and (max-width:600px){
.sidenav{
text-align: left;
height: 100%;
position: fixed;
z-index: 4;
left: 0;
bottom:5px;
/*background-color: #f7fae9;*/
overflow-x: hidden;
overflow-y: scroll;
border-top: 1px solid white;
height: 0;
top:80px;
width:100%;
background-color: #e7e7e7;/* #f7fae4ec;*/
align-items: center;
list-style-type: none;
margin:0;
padding:0;
width: 100%;
padding-top: 0.5em;
padding-bottom: 0.5em;
display: none;
}
.sidenav ul{
display: unset;
list-style: none;
padding: 0;
width:100%;
}
.sidenav li{
display: table;
vertical-align: bottom;
height:auto;
padding: 15px 15px;
width:100%;
}
.sidenav i{
display: inline-flex;
vertical-align: middle;
float: left;
padding: 5px 0;
padding-left:1em;
height:auto;
}
.sidenav a{
display: table-flex;
vertical-align: middle;
float: left;
margin-left: 5px;
padding-left: 5px;
text-align: left;
color:#111111e7;
font-size: 1.5em;
height:auto;
}
} | source_code/WebContent/css/sidenav-nav_top/sidenav-nav_top.css | .sidenav {
text-align: left;
height: 55px;
width: 100%;
position: fixed;
z-index: 4;
top: 80px;
left: 0;
/*background-color: #f7fae9;*/
background-color: white;
overflow-y: hidden;
box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
padding: 0;
overflow-x: auto;
display: flex;
}
.sidenav ::after{
align-items: center;
list-style-type: none;
margin:0;
padding:0;
width: 100%;
}
.sidenav::-webkit-scrollbar-track
{
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar
{
width: 2px;
height: 2px;
background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar-thumb
{
background-color: #141414;
}
.sidenav ul{
list-style: none;
padding: 0;
margin:0;
display: flex;
}
.sidenav li{
display: inline-flex;
float: left;
height:100%;
width: max-content;
margin: 0 auto;
padding: 1em;
}
.sidenav li:hover{
cursor:pointer;
background-color: #e7e7e7;
}
.sidenav i{
text-align: center;
padding:3px 0.2em;
display: inline-flex;
width:auto;
transition:0.3s;
}
.sidenav a {
display: inline-flex;
color: #424040;
font-size: 110%;
font-weight: 500;
text-decoration: none;
width:auto;
height:auto;
transition:1s;
}
.sidenav-blank{
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
overflow-x: hidden;
}
.sidenav p:hover{
cursor: pointer;
}
.sidenav p{
padding: 0;
margin:0;
display:none;
}
@media screen and (max-width:900px){
.sidenav a, .sidenav i{
font-size: 100%;
}
.sidenav li{
padding: 1.2em;
}
}
@media screen and (max-width:600px){
.sidenav{
text-align: left;
height: 100%;
position: fixed;
z-index: 4;
left: 0;
bottom:5px;
/*background-color: #f7fae9;*/
overflow-x: hidden;
overflow-y: scroll;
border-top: 1px solid white;
height: 0;
top:80px;
width:100%;
background-color: #e7e7e7;/* #f7fae4ec;*/
align-items: center;
list-style-type: none;
margin:0;
padding:0;
width: 100%;
padding-top: 0.5em;
padding-bottom: 0.5em;
display: none;
}
.sidenav ul{
display: unset;
list-style: none;
padding: 0;
width:100%;
}
.sidenav li{
display: table;
vertical-align: bottom;
height:auto;
padding: 15px 15px;
width:100%;
}
.sidenav i{
display: inline-flex;
vertical-align: middle;
float: left;
padding: 5px 0;
padding-left:1em;
height:auto;
}
.sidenav a{
display: table-flex;
vertical-align: middle;
float: left;
margin-left: 5px;
padding-left: 5px;
text-align: left;
color:#111111e7;
font-size: 1.5em;
height:auto;
}
} | 0.469277 | 0.089018 |
@media only screen and (max-width: 600px) {
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 2vw;
}
.previewer {
width: 90vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
align-items: center;
justify-content: center;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.editor {
width: 90vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
font-family: "Open Sans", sans-serif;
font-size: 12pt;
align-items: center;
justify-content: center;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.divider {
height: 5vw;
display: flex;
flex-direction: column;
}
}
@media only screen and (min-width: 600px) {
.container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
}
.previewer {
width: 45vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.editor {
width: 45vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
font-family: "Open Sans", sans-serif;
font-size: 12pt;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.divider {
width: 5vw;
display: flex;
flex-direction: row;
}
}
.header {
text-align: center;
font-family: "Montserrat", sans-serif;
color: whitesmoke;
text-shadow: 2px 3px gray;
}
#preview blockquote {
border-left: 3px solid gray;
color: gray;
padding-left: 5px;
margin-left: 25px;
}
#preview code {
background: white;
padding: 1px 4px 2px 4px;
font-size: 12px;
font-weight: bold;
}
#preview pre {
background: white;
padding: 5px 0 5px 5px;
}
#preview table {
border-collapse: collapse;
}
#preview td,
#preview th {
border: 2px solid gray;
padding-left: 5px;
padding-right: 5px;
} | dist/style.css | @media only screen and (max-width: 600px) {
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 2vw;
}
.previewer {
width: 90vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
align-items: center;
justify-content: center;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.editor {
width: 90vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
font-family: "Open Sans", sans-serif;
font-size: 12pt;
align-items: center;
justify-content: center;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.divider {
height: 5vw;
display: flex;
flex-direction: column;
}
}
@media only screen and (min-width: 600px) {
.container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
}
.previewer {
width: 45vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.editor {
width: 45vw;
min-height: 75vh;
max-height: 85vh;
overflow-y: auto;
background-color: #c0d8d8;
font-family: "Open Sans", sans-serif;
font-size: 12pt;
border: 2px solid #c0d8d8;
box-shadow: 1px 1px 10px 5px #c0d8d8;
}
.divider {
width: 5vw;
display: flex;
flex-direction: row;
}
}
.header {
text-align: center;
font-family: "Montserrat", sans-serif;
color: whitesmoke;
text-shadow: 2px 3px gray;
}
#preview blockquote {
border-left: 3px solid gray;
color: gray;
padding-left: 5px;
margin-left: 25px;
}
#preview code {
background: white;
padding: 1px 4px 2px 4px;
font-size: 12px;
font-weight: bold;
}
#preview pre {
background: white;
padding: 5px 0 5px 5px;
}
#preview table {
border-collapse: collapse;
}
#preview td,
#preview th {
border: 2px solid gray;
padding-left: 5px;
padding-right: 5px;
} | 0.457137 | 0.083441 |
.Definic{
background-image: url("../Imagens/BMW-M5.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 -50px;
background-repeat: no-repeat;
background-size: cover;
}
/*-------------imagem-------*/
.divmain{
width: 1000px;
margin: auto;
margin-top: 10px;
}
.titile{
font-size: 50px;
color: white;
margin-top: 100px;
padding: 10px 450px;
font-family: "Arial Black";
}
section .divmain div {
font-size: 20px;
color: #888888;
padding: 10px 240px 20px;
font-family: "Arial Black";
}
input[type=text]{
background: white;
color: #888888;
border: 0;
padding: 5px 80px;
text-align: center;
}
input[type=submit]{
background: darkgray;
color: black;
cursor: pointer;
padding: 5px 175px;
text-align: center;
}
/*------------------------------Definicao------------------------*/
/*-------Profile------*/
.Profile{
background-image: url("../Imagens/cool-black.png");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 0px;
background-repeat: no-repeat;
background-size: cover;
}
.titile1{
font-size: 50px;
color: white;
margin-top: 200px;
margin-left: -100px;
padding: 10px 660px;
font-family: "Arial Black";
}
.titile2{
font-size: 30px;
color: white;
margin-top: 70px;
margin-left: -60px;
padding: 10px 500px;
font-family: "Arial Black";
}
/*-------Perfil--------->*/
/*----------------------Pagamento-------------------->*/
.Pagam {
background-image: url("../Imagens/hennessey-2017.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 -50px;
background-repeat: no-repeat;
background-size: cover;
}
.Estato{
background: #888888;
width: 960px;
margin: auto;
text-align: center;
height: 600px;
padding: 10px 10px 10px;
margin-top: 70px
}
.Pagam h2{
font-size: 19px;
color: black;
text-align: center;
padding: 100px 800px 100px 40px ;
font-family: "Arial Black";
}
.logopagamento{
/* height=115px;
width=218px;*/
padding: 70px 700px 100px 0px;
}
/*----------------------Pagamento-------------------->*/
/*-------------Privacidade-----------*/
.politc{
background-image: url("../Imagens/rolls-royce.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: -420px -100px;
background-repeat: no-repeat;
background-size: cover;
}
#navfixo{
margin-top: 100px;
margin-left: -400px;
}
.conteudo{
margin: auto;
width: 700px;
background: white;
font-family: Arial;
padding: 0px 40px 80px;
}
.conteudo p{
margin-top: 10px;
width: 650px;
color: black;
font-size: 13px;
font-family: Arial;
text-align:justify;
padding: 0px 40px 10px;
}
.conteudo h1{
color: black;
font-family: "Arial Black";
text-align: center;
padding: 20px 40px 30px;
font-size: 30px;
}
/*-------------Privacidade-----------*/
/*--------------sobrenos----------------*/
.about{
background-image: url("../Imagens/Mercedes-Benz-F-800.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 0px;
background-repeat: no-repeat;
background-size: cover;
}
.maior{
color: blue;
font-family: Arial ;
padding: 0px 40px 10px;
}
.maiorm{
color: black;
font-family: "Arial Black" ;
padding: 0px 40px 10px;
}
/*-------------sobrenos----------*/
/*----------contactos------------*/
.contc{
background-image: url("../Imagens/BMW.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0px 0px;
background-repeat: no-repeat;
background-size: cover;
}
.divcontc {
background: darkgray;
width: 800px;
margin: auto;
/*text-align: center;*/
height: 800px;
padding: 0px 40px 80px;
margin-left: -20px;
}
.divcontc h1{
color: black;
font-family: "Arial Black";
text-align: center;
padding: 20px 40px 30px;
font-size: 30px;
margin-top: 100px;
}
.divcontc .card{
padding: 30px 20px;
}
.card-body{
width: 400px;
height: 220px;
background: black;
}
.card-title{
color:white;
font-family: "Arial Black";
text-align: justify;
/*padding: 10px 300px 0px 0px;*/
}
.card-body p{
color:white;
font-family: Arial;
font-size: 11px;
padding: 0px 250px 0px 0px;
text-align:center;
}
#sms{
color: #cf7300;
}
.card2{
background: #555555;
width: 400px;
height: 100px;
}
.divcontc .card2{
padding: 1px 30px;
}
.card-title2{
font-family: "Arial Black";
text-align: center;
color: white;
font-size: 13px;
}
/*---------------Pop up Login------------------*/
* {box-sizing: border-box;}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
color: black;
}
/* The popup form - hidden by default */
.form-popup {
display: none;
position: fixed;
}
/* Add styles to the form container */
.form-container {
max-width: 300px;
padding: 10px;
background-color: transparent;
}
/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Set a style for the submit/login button */
.form-container .btn {
background-color: black;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
#log{
padding: 5px;
color: #222222;
}
#log2{
color: black;
}
#b1{
width: 130px;
}
#b2{
width: 130px;
}
#b3{
width: 130px;
}
#b4{
width: 130px;
}
/*---------------Pop up Login------------------*/
/*-------------ScrolBar--------------------------*/
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
/*-------------ScrolBar--------------------------*/
/*-------------------- Edy Footer---------------------*/
footer{
margin-top: 30px;
}
footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 40px;
position: relative;
}
footer h6:after {
position: absolute;
content: "";
background: grey;
width: 12%;
height: 1px;
left: 0;
bottom: -20px;
}
.btn-footer {
color: grey;
text-decoration: none;
border: 1px solid;
border-radius: 43px;
font-size: 13px;
padding: 7px 30px;
line-height: 47px;
}
.btn-footer:hover {
text-decoration: none;
}
.form-footer input[type="text"] {
border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding-left: 10px;
}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background:#232323;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
}
.social .fa {
color: grey;
font-size: 22px;
padding: 10px 15px;
background: #3c3c3c;
}
footer ul li {
list-style: none;
display: block;
}
footer ul {
padding-left: 0;
}
footer ul li a{
text-decoration: none;
color: grey;
text-decoration:none;
}
a:hover {
text-decoration: none;
color: #3545f5 !important;
}
.logo-part {
border-right: 1px solid grey;
height: 100%;
}
h6{
color: whitesmoke;
}
/*-------------------- Edy Footer---------------------*/
/*----------------reserva-----------*/
.reserva{
background-image: url("../Imagens/rolls-royce.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: -110px 0px;
background-repeat: no-repeat;
background-size: cover;
}
.divcontc .card{
padding: 30px 20px;
}
.card-body{
width: 400px;
height: 220px;
background: black;
}
.card-title{
color:white;
font-family: "Arial Black";
text-align: justify;
/*padding: 10px 300px 0px 0px;*/
}
.card-body p{
color:white;
font-family: Arial;
font-size: 11px;
padding: 0px 250px 0px 0px;
text-align:center;
}
/*---------------------reserva-------------*/
.titilecar{
font-family:"Arial Black";
color: black;
padding: 10px 200px;
margin-top: 100px;
text-align: left;
}
.divcar{
background: #D8D8D8;
width: 700px;
height: auto;
/*text-align: left;*/
padding: 20px;
}
divcarp{
font-family:"Arial Black";
color: black;
text-align: center;
}
.divcontCar {
background: #FBFBEF;
width: 800px;
margin: auto;
margin-top: 80px;
/*text-align: center;*/
height: auto;
padding: 0px 40px 80px ;
}
#Ady{
font-family: "Arial Black";
color: black;
} | CSS/StyleGE.css | .Definic{
background-image: url("../Imagens/BMW-M5.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 -50px;
background-repeat: no-repeat;
background-size: cover;
}
/*-------------imagem-------*/
.divmain{
width: 1000px;
margin: auto;
margin-top: 10px;
}
.titile{
font-size: 50px;
color: white;
margin-top: 100px;
padding: 10px 450px;
font-family: "Arial Black";
}
section .divmain div {
font-size: 20px;
color: #888888;
padding: 10px 240px 20px;
font-family: "Arial Black";
}
input[type=text]{
background: white;
color: #888888;
border: 0;
padding: 5px 80px;
text-align: center;
}
input[type=submit]{
background: darkgray;
color: black;
cursor: pointer;
padding: 5px 175px;
text-align: center;
}
/*------------------------------Definicao------------------------*/
/*-------Profile------*/
.Profile{
background-image: url("../Imagens/cool-black.png");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 0px;
background-repeat: no-repeat;
background-size: cover;
}
.titile1{
font-size: 50px;
color: white;
margin-top: 200px;
margin-left: -100px;
padding: 10px 660px;
font-family: "Arial Black";
}
.titile2{
font-size: 30px;
color: white;
margin-top: 70px;
margin-left: -60px;
padding: 10px 500px;
font-family: "Arial Black";
}
/*-------Perfil--------->*/
/*----------------------Pagamento-------------------->*/
.Pagam {
background-image: url("../Imagens/hennessey-2017.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 -50px;
background-repeat: no-repeat;
background-size: cover;
}
.Estato{
background: #888888;
width: 960px;
margin: auto;
text-align: center;
height: 600px;
padding: 10px 10px 10px;
margin-top: 70px
}
.Pagam h2{
font-size: 19px;
color: black;
text-align: center;
padding: 100px 800px 100px 40px ;
font-family: "Arial Black";
}
.logopagamento{
/* height=115px;
width=218px;*/
padding: 70px 700px 100px 0px;
}
/*----------------------Pagamento-------------------->*/
/*-------------Privacidade-----------*/
.politc{
background-image: url("../Imagens/rolls-royce.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: -420px -100px;
background-repeat: no-repeat;
background-size: cover;
}
#navfixo{
margin-top: 100px;
margin-left: -400px;
}
.conteudo{
margin: auto;
width: 700px;
background: white;
font-family: Arial;
padding: 0px 40px 80px;
}
.conteudo p{
margin-top: 10px;
width: 650px;
color: black;
font-size: 13px;
font-family: Arial;
text-align:justify;
padding: 0px 40px 10px;
}
.conteudo h1{
color: black;
font-family: "Arial Black";
text-align: center;
padding: 20px 40px 30px;
font-size: 30px;
}
/*-------------Privacidade-----------*/
/*--------------sobrenos----------------*/
.about{
background-image: url("../Imagens/Mercedes-Benz-F-800.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0 0px;
background-repeat: no-repeat;
background-size: cover;
}
.maior{
color: blue;
font-family: Arial ;
padding: 0px 40px 10px;
}
.maiorm{
color: black;
font-family: "Arial Black" ;
padding: 0px 40px 10px;
}
/*-------------sobrenos----------*/
/*----------contactos------------*/
.contc{
background-image: url("../Imagens/BMW.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: 0px 0px;
background-repeat: no-repeat;
background-size: cover;
}
.divcontc {
background: darkgray;
width: 800px;
margin: auto;
/*text-align: center;*/
height: 800px;
padding: 0px 40px 80px;
margin-left: -20px;
}
.divcontc h1{
color: black;
font-family: "Arial Black";
text-align: center;
padding: 20px 40px 30px;
font-size: 30px;
margin-top: 100px;
}
.divcontc .card{
padding: 30px 20px;
}
.card-body{
width: 400px;
height: 220px;
background: black;
}
.card-title{
color:white;
font-family: "Arial Black";
text-align: justify;
/*padding: 10px 300px 0px 0px;*/
}
.card-body p{
color:white;
font-family: Arial;
font-size: 11px;
padding: 0px 250px 0px 0px;
text-align:center;
}
#sms{
color: #cf7300;
}
.card2{
background: #555555;
width: 400px;
height: 100px;
}
.divcontc .card2{
padding: 1px 30px;
}
.card-title2{
font-family: "Arial Black";
text-align: center;
color: white;
font-size: 13px;
}
/*---------------Pop up Login------------------*/
* {box-sizing: border-box;}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
color: black;
}
/* The popup form - hidden by default */
.form-popup {
display: none;
position: fixed;
}
/* Add styles to the form container */
.form-container {
max-width: 300px;
padding: 10px;
background-color: transparent;
}
/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Set a style for the submit/login button */
.form-container .btn {
background-color: black;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
#log{
padding: 5px;
color: #222222;
}
#log2{
color: black;
}
#b1{
width: 130px;
}
#b2{
width: 130px;
}
#b3{
width: 130px;
}
#b4{
width: 130px;
}
/*---------------Pop up Login------------------*/
/*-------------ScrolBar--------------------------*/
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
/*-------------ScrolBar--------------------------*/
/*-------------------- Edy Footer---------------------*/
footer{
margin-top: 30px;
}
footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 40px;
position: relative;
}
footer h6:after {
position: absolute;
content: "";
background: grey;
width: 12%;
height: 1px;
left: 0;
bottom: -20px;
}
.btn-footer {
color: grey;
text-decoration: none;
border: 1px solid;
border-radius: 43px;
font-size: 13px;
padding: 7px 30px;
line-height: 47px;
}
.btn-footer:hover {
text-decoration: none;
}
.form-footer input[type="text"] {
border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding-left: 10px;
}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background:#232323;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
}
.social .fa {
color: grey;
font-size: 22px;
padding: 10px 15px;
background: #3c3c3c;
}
footer ul li {
list-style: none;
display: block;
}
footer ul {
padding-left: 0;
}
footer ul li a{
text-decoration: none;
color: grey;
text-decoration:none;
}
a:hover {
text-decoration: none;
color: #3545f5 !important;
}
.logo-part {
border-right: 1px solid grey;
height: 100%;
}
h6{
color: whitesmoke;
}
/*-------------------- Edy Footer---------------------*/
/*----------------reserva-----------*/
.reserva{
background-image: url("../Imagens/rolls-royce.jpg");
height: 100%;
width: 100%;
margin: 0%;
background-position: -110px 0px;
background-repeat: no-repeat;
background-size: cover;
}
.divcontc .card{
padding: 30px 20px;
}
.card-body{
width: 400px;
height: 220px;
background: black;
}
.card-title{
color:white;
font-family: "Arial Black";
text-align: justify;
/*padding: 10px 300px 0px 0px;*/
}
.card-body p{
color:white;
font-family: Arial;
font-size: 11px;
padding: 0px 250px 0px 0px;
text-align:center;
}
/*---------------------reserva-------------*/
.titilecar{
font-family:"Arial Black";
color: black;
padding: 10px 200px;
margin-top: 100px;
text-align: left;
}
.divcar{
background: #D8D8D8;
width: 700px;
height: auto;
/*text-align: left;*/
padding: 20px;
}
divcarp{
font-family:"Arial Black";
color: black;
text-align: center;
}
.divcontCar {
background: #FBFBEF;
width: 800px;
margin: auto;
margin-top: 80px;
/*text-align: center;*/
height: auto;
padding: 0px 40px 80px ;
}
#Ady{
font-family: "Arial Black";
color: black;
} | 0.265976 | 0.06989 |
.base00-background { background-color: #3B3228; }
.base01-background { background-color: #534636; }
.base02-background { background-color: #645240; }
.base03-background { background-color: #7e705a; }
.base04-background { background-color: #b8afad; }
.base05-background { background-color: #d0c8c6; }
.base06-background { background-color: #e9e1dd; }
.base07-background { background-color: #f5eeeb; }
.base08-background { background-color: #cb6077; }
.base09-background { background-color: #d28b71; }
.base0A-background { background-color: #f4bc87; }
.base0B-background { background-color: #beb55b; }
.base0C-background { background-color: #7bbda4; }
.base0D-background { background-color: #8ab3b5; }
.base0E-background { background-color: #a89bb9; }
.base0F-background { background-color: #bb9584; }
.base00 { color: #3B3228; }
.base01 { color: #534636; }
.base02 { color: #645240; }
.base03 { color: #7e705a; }
.base04 { color: #b8afad; }
.base05 { color: #d0c8c6; }
.base06 { color: #e9e1dd; }
.base07 { color: #f5eeeb; }
.base08 { color: #cb6077; }
.base09 { color: #d28b71; }
.base0A { color: #f4bc87; }
.base0B { color: #beb55b; }
a, .base0C { color: #7bbda4; }
a:hover, a:active, .base0D { color: #8ab3b5; }
.base0E { color: #a89bb9; }
.base0F { color: #bb9584; }
.base00-border { border-color: #3B3228; }
.base01-border { border-color: #534636; }
.base02-border { border-color: #645240; }
.base03-border { border-color: #7e705a; }
.base04-border { border-color: #b8afad; }
.base05-border { border-color: #d0c8c6; }
.base06-border { border-color: #e9e1dd; }
.base07-border { border-color: #f5eeeb; }
.base08-border { border-color: #cb6077; }
.base09-border { border-color: #d28b71; }
.base0A-border { border-color: #f4bc87; }
.base0B-border { border-color: #beb55b; }
.base0C-border { border-color: #7bbda4; }
.base0D-border { border-color: #8ab3b5; }
.base0E-border { border-color: #a89bb9; }
.base0F-border { border-color: #bb9584; }
input[type="submit"], button {
border:1px solid transparent; /** fix position issue **/
background-color: #8ab3b5;
} | css/themes/base16-mocha.rc.css | .base00-background { background-color: #3B3228; }
.base01-background { background-color: #534636; }
.base02-background { background-color: #645240; }
.base03-background { background-color: #7e705a; }
.base04-background { background-color: #b8afad; }
.base05-background { background-color: #d0c8c6; }
.base06-background { background-color: #e9e1dd; }
.base07-background { background-color: #f5eeeb; }
.base08-background { background-color: #cb6077; }
.base09-background { background-color: #d28b71; }
.base0A-background { background-color: #f4bc87; }
.base0B-background { background-color: #beb55b; }
.base0C-background { background-color: #7bbda4; }
.base0D-background { background-color: #8ab3b5; }
.base0E-background { background-color: #a89bb9; }
.base0F-background { background-color: #bb9584; }
.base00 { color: #3B3228; }
.base01 { color: #534636; }
.base02 { color: #645240; }
.base03 { color: #7e705a; }
.base04 { color: #b8afad; }
.base05 { color: #d0c8c6; }
.base06 { color: #e9e1dd; }
.base07 { color: #f5eeeb; }
.base08 { color: #cb6077; }
.base09 { color: #d28b71; }
.base0A { color: #f4bc87; }
.base0B { color: #beb55b; }
a, .base0C { color: #7bbda4; }
a:hover, a:active, .base0D { color: #8ab3b5; }
.base0E { color: #a89bb9; }
.base0F { color: #bb9584; }
.base00-border { border-color: #3B3228; }
.base01-border { border-color: #534636; }
.base02-border { border-color: #645240; }
.base03-border { border-color: #7e705a; }
.base04-border { border-color: #b8afad; }
.base05-border { border-color: #d0c8c6; }
.base06-border { border-color: #e9e1dd; }
.base07-border { border-color: #f5eeeb; }
.base08-border { border-color: #cb6077; }
.base09-border { border-color: #d28b71; }
.base0A-border { border-color: #f4bc87; }
.base0B-border { border-color: #beb55b; }
.base0C-border { border-color: #7bbda4; }
.base0D-border { border-color: #8ab3b5; }
.base0E-border { border-color: #a89bb9; }
.base0F-border { border-color: #bb9584; }
input[type="submit"], button {
border:1px solid transparent; /** fix position issue **/
background-color: #8ab3b5;
} | 0.483648 | 0.106041 |
body {
background: black;
}
h1, h2, h3, h4, h5 {
font-weight: 100;
letter-spacing: 0.04em;
}
input, select {
background: #444;
border-color: #666;
color: white;
padding: .25em .75em;
font-size: 14pt;
margin: .25em;
border-radius: 5px;
}
pre {
background-color: #666;
border: #999;
border-radius: 5px;
color: white;
margin: .25em;
}
.clear-fix {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding: 0;
}
.well {
background: #333;
border-color: #555;
}
.panel {
background-color: #444;
}
.panel-default {
border-color: #666
}
.panel-default>.panel-heading {
background-image: none;
background-color: #696969;
border-color: #666;
color: white;
}
.navbar {
margin-bottom: 0;
min-height: 20px;
position: fixed;
width: 100%;
z-index: 10;
}
.navbar-nav>li>a {
padding-top: 7px;
padding-bottom: 7px;
}
.btn-default {
background-image: none;
background: #666;
border-color: #444;
color: #ccc;
text-shadow: 1px 1px 0 #000;
}
.btn-default:hover, .btn-default:focus, .btn-default:active:focus {
background: #444;
color: white;
border-color: black;
}
.main-view {
margin-top: 34px;
color: #CCC;
overflow: scroll;
padding: 1em;
}
.side-bar {
margin-top: 34px;
background: #333;
color: #CCC;
overflow: scroll;
padding: 1em;
}
.side-bar h1 {
margin: .25em 0 .5em;
font-size: 16pt;
}
.side-bar ul {
list-style: none;
padding: 0;
}
.footer-toolbar {
background: #222;
color: #AAA;
padding: 5px;
min-height: 40px;
font-size: 16pt;
font-weight: 100;
letter-spacing: 1.5px;
}
.footer-toolbar.success {
background: #337133;
color: yellow;
}
.footer-toolbar.failed {
color: yellow;
background: #933;
}
.no-pad {
padding: 0;
}
.no-margin {
margin: 0;
}
.dropdown-menu {
background: #444;
}
.dropdown-menu>li>a {
color: #CCC;
}
.dropdown-menu .divider {
background-color: #696969;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background-color: #696969;
color: white;
background-image: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
background-color: #696969;
color: white;
background-image: none;
border-color: #888;
}
.metropolis-form {}
.metropolis-form table {
width: 90%;
}
.metropolis-form table td:nth-child(1) {
text-align: right;
padding-right: 1em;
}
.metropolis-form table td:nth-child(2) {
width: 80%;
padding: .25em;
}
.metropolis-form table input, .metropolis-form table select {
width: 100%;
font-size: 12pt;
padding: .25em;
color: white;
background: #696969;
border-radius: 5px;
border-color: #888;
}
.custom-modal-dialog {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.custom-modal-dialog .custom-modal-overlay {
position: relative;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .5);
z-index: 20;
}
.custom-modal-dialog .custom-dialog-box {
position: absolute;
right: 15%;
left: 15%;
top: 10%;
border-radius: 10px;
pointer-events: all;
z-index: 21;
box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
}
.custom-modal-dialog .custom-dialog-box .label {
font-size: 14pt;
font-weight: 100;
letter-spacing: 1.5px;
padding-top: 11px;
}
.custom-modal-dialog h3 {
margin-top: 0;
}
.custom-modal-dialog .custom-buttons {
margin: 1em;
}
.custom-modal-dialog .custom-buttons button {
margin-right: .5em;
}
.custom-modal-dialog .panel-body {
color: #b9b9b9;
}
.project-detail-view ul.service-list {
list-style: none;
padding: 1em;
background: black;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 300px;
overflow: scroll;
white-space: nowrap;
line-height: 1.75em;
}
.project-detail-view .workspace {
background: #222;
color: #999;
position: absolute;
top: 0;
left: 300px;
bottom: 0;
right: 0;
white-space: nowrap;
padding: 1em;
}
.project-detail-view .button-toggle-editable {
margin-left: .5em;
}
.project-detail-view .workspace .assertions, .project-detail-view .workspace .remap-values, .project-detail-view .workspace .remap-results {
background: rgba(29, 28, 28, .6);
margin: .5em -.5em;
padding: 1em;
}
.project-detail-view .workspace .value-container {
overflow: scroll;
margin-top: 16px;
position: relative;
}
.project-detail-view .workspace ul.default-values-list {
list-style: none;
padding: .5em;
}
.project-detail-view .workspace ul.default-values-list .col-xs-6 {
padding: 0 .3em;
}
.project-detail-view .workspace ul.default-values-list input, .add-default-value-container input, .add-default-value-container button {
width: 100%;
}
.project-detail-view .workspace .test-list {
list-style: none;
padding-left: 0;
font-size: 12pt;
}
.project-detail-view .workspace .test-list h2 {
margin-top: 0;
overflow: scroll;
font-size: 18pt;
}
.project-detail-view .workspace .test-list .service-test {
padding: 1em;
border: 1px solid #555;
transition: all 0.5s ease;
}
.project-detail-view .workspace .test-list .service-test.active {
border-color: white;
color: white;
background: #333;
}
.project-detail-view .workspace .test-list .service-test.failed {
border-color: red;
color: white;
background: #933;
}
.project-detail-view .workspace .test-list .service-test.passed {
border-color: #0F0;
color: white;
background: #242;
}
.project-detail-view .workspace .test-list .service-test.passed.active {
border-color: yellow;
background: #337133;
color: yellow;
}
.project-detail-view .workspace .test-list .service-test.failed.active {
border-color: yellow;
background: #c13333;
color: yellow;
}
.project-detail-view .workspace .test-list .service-test.passed pre, .project-detail-view .workspace .test-list .service-test.passed .test-results .data-source {
background: #353;
}
.project-detail-view .workspace .test-list .service-test.failed pre, .project-detail-view .workspace .test-list .service-test.failed .test-results .data-source {
background: #822;
}
.test-results .data-source {
padding: .5em;
border-radius: 5px;
}
.workspace .default-values {
padding: 1em;
border: 1px solid #555;
margin-top: 30px;
}
.workspace .default-values button {
margin-top: 3px;
padding: 4px 10px;
}
.workspace .default-values h2 {
margin: 0;
}
.project-detail-view .workspace h3 {
text-align: center;
font-size: 16pt;
}
.project-detail-view .workspace .input-details table {
width: 100%;
}
.project-detail-view .workspace .input-details table td:nth-child(1){
text-align: right;
padding-right: 1em;
width: 25%;
font-size: 14pt;
}
.project-detail-view .workspace .input-details table input {
width: 100%;
}
.project-detail-view ul.service-list li {
cursor: pointer;
transition: all 0.2s ease;
font-size: 12pt;
}
.project-detail-view ul.service-list li.activate-mouse-hover:hover {
background: #555;
border-radius: 10px;
}
.project-detail-view ul.service-list .badge {
font-weight: normal;
background-color: #419641;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
transform: translateY(-2px);
}
.project-detail-view ul.service-list .arrow-icon {
font-size: 6pt;
transform: translateY(-3px);
}
.project-detail-view ul.service-list .add-service-button {
width: 100%;
margin-bottom: 1em;
}
.project-detail-view ul.method-list {
list-style: none;
padding-left: 2em;
}
.project-detail-view ul.method-list li {
font-size: 11pt;
}
.project-detail-view ul.method-list li:hover {
color: #61dc61;
padding: 2px;
text-decoration: underline;
}
.project-detail-view ul.method-list li.has-test {
color: #61dc61;
}
.welcome-page {
padding: 0 2em;
}
.welcome-page .likely-actions {
list-style: none;
padding: 0 2em;
margin-top: 40px;
}
.welcome-page .likely-actions li {
border: 1px solid #666;
padding: .7em 1.5em .7em;
}
.welcome-page .project-list {
list-style: none;
font-size: 14pt;
}
.project-list li {
cursor: pointer;
transition: all 0.2s ease;
}
.project-list li:hover {
background: #444;
text-decoration: underline;
}
.loading-animation {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 40;
pointer-events: none;
}
.loading-animation-container {
position: relative;
width: 100%;
height: 100%;
color: white;
background: rgba(255, 255, 255, 0.5);
}
.loading-animation-container .glyphicon-globe {
position: absolute;
left: 45%;
top: 40%;
font-size: 50pt;
transform: translateX(15px) translateY(-55px);
}
.loading-animation-container .orbiter {
position: absolute;
left: 45%;
top: 40%;
animation: loadingAnimationOrbiter 1s linear infinite;
border-radius: 50%;
background: white;
width: 10px;
height: 10px;
}
@keyframes loadingAnimationOrbiter {
0% {
transform: rotate(0deg) translateX(90px) translateY(-70px);
}
25% {
transform: rotate(90deg) translateX(0) translateY(0px);
}
50% {
transform: rotate(180deg) translateX(-90px) translateY(70px);
}
75% {
transform: rotate(270deg) translateX(0) translateY(0px);
}
100% {
transform: rotate(360deg) translateX(90px) translateY(-70px);
}
}
.custom-tool-tip {
position: absolute;
background: rgba(136, 136, 255, .67);
color: white;
padding: .25em .5em;
border-radius: 10px;
box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}
.custom-tool-tip.hide {
display: none;
}
.playbar {
background: #444;
text-align: center;
margin: -15px;
padding: .5em;
}
.playbar .button-play {
display: none;
}
.playbar.paused .button-pause {
display: none;
}
.playbar.paused .button-play {
display: inline-block;
}
.add-assertion-container select, .add-assertion-container input, .add-assertion-container button {
width: 100%;
}
.add-assertion-container button {
margin-top: 4px;
}
.add-assertion-container select {
margin-top: 10px;
font-weight: 100;
letter-spacing: 2px;
}
.add-assertion-container .column {
padding: 5px;
min-height: 52px;
}
.default-values-container .col-xs-4, .default-values-container .col-xs-5 {
padding: 0 5px;
}
h1 .badge, h2 .badge {
font-size: 14pt;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}
.assertion-list .list-of-assertions {
list-style: none;
padding-left: 0;
}
.assertion-list .list-of-assertions .col-xs-3 {
padding: .25em .5em;
min-height: 34px;
}
.assertion-list .list-of-assertions .btn {
padding: 0 3px;
}
.test-results {
margin-top: .5em;
padding: .5em;
}
.list-of-assertions li.failed {
background: red;
}
.settings {
transition: all 0.5s ease;
background: #555;
color: white;
position: absolute;
top: 33px;
bottom: 40px;
right: -400px;
width: 400px;
padding: .5em 1em;
overflow: scroll;
}
.settings.show-self {
right: 0;
}
.full-width-inputs input, .full-width-inputs button, .full-width-inputs select {
width: 95%;
}
.full-width-inputs button {
margin-top: 5px;
}
.full-width-inputs select {
margin-top: 10px;
}
.custom-modal-dialog .warning {
background: #933;
border-radius: 5px;
margin: 1em;
color: white;
font-size: 12pt;
text-align: center;
padding: 1em;
}
.import-project textarea {
width: 100%;
height: 100%;
min-height: 300px;
border-radius: 5px;
background: #444;
padding: 1em;
border-color: #999;
} | css/style.css | body {
background: black;
}
h1, h2, h3, h4, h5 {
font-weight: 100;
letter-spacing: 0.04em;
}
input, select {
background: #444;
border-color: #666;
color: white;
padding: .25em .75em;
font-size: 14pt;
margin: .25em;
border-radius: 5px;
}
pre {
background-color: #666;
border: #999;
border-radius: 5px;
color: white;
margin: .25em;
}
.clear-fix {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding: 0;
}
.well {
background: #333;
border-color: #555;
}
.panel {
background-color: #444;
}
.panel-default {
border-color: #666
}
.panel-default>.panel-heading {
background-image: none;
background-color: #696969;
border-color: #666;
color: white;
}
.navbar {
margin-bottom: 0;
min-height: 20px;
position: fixed;
width: 100%;
z-index: 10;
}
.navbar-nav>li>a {
padding-top: 7px;
padding-bottom: 7px;
}
.btn-default {
background-image: none;
background: #666;
border-color: #444;
color: #ccc;
text-shadow: 1px 1px 0 #000;
}
.btn-default:hover, .btn-default:focus, .btn-default:active:focus {
background: #444;
color: white;
border-color: black;
}
.main-view {
margin-top: 34px;
color: #CCC;
overflow: scroll;
padding: 1em;
}
.side-bar {
margin-top: 34px;
background: #333;
color: #CCC;
overflow: scroll;
padding: 1em;
}
.side-bar h1 {
margin: .25em 0 .5em;
font-size: 16pt;
}
.side-bar ul {
list-style: none;
padding: 0;
}
.footer-toolbar {
background: #222;
color: #AAA;
padding: 5px;
min-height: 40px;
font-size: 16pt;
font-weight: 100;
letter-spacing: 1.5px;
}
.footer-toolbar.success {
background: #337133;
color: yellow;
}
.footer-toolbar.failed {
color: yellow;
background: #933;
}
.no-pad {
padding: 0;
}
.no-margin {
margin: 0;
}
.dropdown-menu {
background: #444;
}
.dropdown-menu>li>a {
color: #CCC;
}
.dropdown-menu .divider {
background-color: #696969;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background-color: #696969;
color: white;
background-image: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
background-color: #696969;
color: white;
background-image: none;
border-color: #888;
}
.metropolis-form {}
.metropolis-form table {
width: 90%;
}
.metropolis-form table td:nth-child(1) {
text-align: right;
padding-right: 1em;
}
.metropolis-form table td:nth-child(2) {
width: 80%;
padding: .25em;
}
.metropolis-form table input, .metropolis-form table select {
width: 100%;
font-size: 12pt;
padding: .25em;
color: white;
background: #696969;
border-radius: 5px;
border-color: #888;
}
.custom-modal-dialog {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.custom-modal-dialog .custom-modal-overlay {
position: relative;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .5);
z-index: 20;
}
.custom-modal-dialog .custom-dialog-box {
position: absolute;
right: 15%;
left: 15%;
top: 10%;
border-radius: 10px;
pointer-events: all;
z-index: 21;
box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
}
.custom-modal-dialog .custom-dialog-box .label {
font-size: 14pt;
font-weight: 100;
letter-spacing: 1.5px;
padding-top: 11px;
}
.custom-modal-dialog h3 {
margin-top: 0;
}
.custom-modal-dialog .custom-buttons {
margin: 1em;
}
.custom-modal-dialog .custom-buttons button {
margin-right: .5em;
}
.custom-modal-dialog .panel-body {
color: #b9b9b9;
}
.project-detail-view ul.service-list {
list-style: none;
padding: 1em;
background: black;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 300px;
overflow: scroll;
white-space: nowrap;
line-height: 1.75em;
}
.project-detail-view .workspace {
background: #222;
color: #999;
position: absolute;
top: 0;
left: 300px;
bottom: 0;
right: 0;
white-space: nowrap;
padding: 1em;
}
.project-detail-view .button-toggle-editable {
margin-left: .5em;
}
.project-detail-view .workspace .assertions, .project-detail-view .workspace .remap-values, .project-detail-view .workspace .remap-results {
background: rgba(29, 28, 28, .6);
margin: .5em -.5em;
padding: 1em;
}
.project-detail-view .workspace .value-container {
overflow: scroll;
margin-top: 16px;
position: relative;
}
.project-detail-view .workspace ul.default-values-list {
list-style: none;
padding: .5em;
}
.project-detail-view .workspace ul.default-values-list .col-xs-6 {
padding: 0 .3em;
}
.project-detail-view .workspace ul.default-values-list input, .add-default-value-container input, .add-default-value-container button {
width: 100%;
}
.project-detail-view .workspace .test-list {
list-style: none;
padding-left: 0;
font-size: 12pt;
}
.project-detail-view .workspace .test-list h2 {
margin-top: 0;
overflow: scroll;
font-size: 18pt;
}
.project-detail-view .workspace .test-list .service-test {
padding: 1em;
border: 1px solid #555;
transition: all 0.5s ease;
}
.project-detail-view .workspace .test-list .service-test.active {
border-color: white;
color: white;
background: #333;
}
.project-detail-view .workspace .test-list .service-test.failed {
border-color: red;
color: white;
background: #933;
}
.project-detail-view .workspace .test-list .service-test.passed {
border-color: #0F0;
color: white;
background: #242;
}
.project-detail-view .workspace .test-list .service-test.passed.active {
border-color: yellow;
background: #337133;
color: yellow;
}
.project-detail-view .workspace .test-list .service-test.failed.active {
border-color: yellow;
background: #c13333;
color: yellow;
}
.project-detail-view .workspace .test-list .service-test.passed pre, .project-detail-view .workspace .test-list .service-test.passed .test-results .data-source {
background: #353;
}
.project-detail-view .workspace .test-list .service-test.failed pre, .project-detail-view .workspace .test-list .service-test.failed .test-results .data-source {
background: #822;
}
.test-results .data-source {
padding: .5em;
border-radius: 5px;
}
.workspace .default-values {
padding: 1em;
border: 1px solid #555;
margin-top: 30px;
}
.workspace .default-values button {
margin-top: 3px;
padding: 4px 10px;
}
.workspace .default-values h2 {
margin: 0;
}
.project-detail-view .workspace h3 {
text-align: center;
font-size: 16pt;
}
.project-detail-view .workspace .input-details table {
width: 100%;
}
.project-detail-view .workspace .input-details table td:nth-child(1){
text-align: right;
padding-right: 1em;
width: 25%;
font-size: 14pt;
}
.project-detail-view .workspace .input-details table input {
width: 100%;
}
.project-detail-view ul.service-list li {
cursor: pointer;
transition: all 0.2s ease;
font-size: 12pt;
}
.project-detail-view ul.service-list li.activate-mouse-hover:hover {
background: #555;
border-radius: 10px;
}
.project-detail-view ul.service-list .badge {
font-weight: normal;
background-color: #419641;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
transform: translateY(-2px);
}
.project-detail-view ul.service-list .arrow-icon {
font-size: 6pt;
transform: translateY(-3px);
}
.project-detail-view ul.service-list .add-service-button {
width: 100%;
margin-bottom: 1em;
}
.project-detail-view ul.method-list {
list-style: none;
padding-left: 2em;
}
.project-detail-view ul.method-list li {
font-size: 11pt;
}
.project-detail-view ul.method-list li:hover {
color: #61dc61;
padding: 2px;
text-decoration: underline;
}
.project-detail-view ul.method-list li.has-test {
color: #61dc61;
}
.welcome-page {
padding: 0 2em;
}
.welcome-page .likely-actions {
list-style: none;
padding: 0 2em;
margin-top: 40px;
}
.welcome-page .likely-actions li {
border: 1px solid #666;
padding: .7em 1.5em .7em;
}
.welcome-page .project-list {
list-style: none;
font-size: 14pt;
}
.project-list li {
cursor: pointer;
transition: all 0.2s ease;
}
.project-list li:hover {
background: #444;
text-decoration: underline;
}
.loading-animation {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 40;
pointer-events: none;
}
.loading-animation-container {
position: relative;
width: 100%;
height: 100%;
color: white;
background: rgba(255, 255, 255, 0.5);
}
.loading-animation-container .glyphicon-globe {
position: absolute;
left: 45%;
top: 40%;
font-size: 50pt;
transform: translateX(15px) translateY(-55px);
}
.loading-animation-container .orbiter {
position: absolute;
left: 45%;
top: 40%;
animation: loadingAnimationOrbiter 1s linear infinite;
border-radius: 50%;
background: white;
width: 10px;
height: 10px;
}
@keyframes loadingAnimationOrbiter {
0% {
transform: rotate(0deg) translateX(90px) translateY(-70px);
}
25% {
transform: rotate(90deg) translateX(0) translateY(0px);
}
50% {
transform: rotate(180deg) translateX(-90px) translateY(70px);
}
75% {
transform: rotate(270deg) translateX(0) translateY(0px);
}
100% {
transform: rotate(360deg) translateX(90px) translateY(-70px);
}
}
.custom-tool-tip {
position: absolute;
background: rgba(136, 136, 255, .67);
color: white;
padding: .25em .5em;
border-radius: 10px;
box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}
.custom-tool-tip.hide {
display: none;
}
.playbar {
background: #444;
text-align: center;
margin: -15px;
padding: .5em;
}
.playbar .button-play {
display: none;
}
.playbar.paused .button-pause {
display: none;
}
.playbar.paused .button-play {
display: inline-block;
}
.add-assertion-container select, .add-assertion-container input, .add-assertion-container button {
width: 100%;
}
.add-assertion-container button {
margin-top: 4px;
}
.add-assertion-container select {
margin-top: 10px;
font-weight: 100;
letter-spacing: 2px;
}
.add-assertion-container .column {
padding: 5px;
min-height: 52px;
}
.default-values-container .col-xs-4, .default-values-container .col-xs-5 {
padding: 0 5px;
}
h1 .badge, h2 .badge {
font-size: 14pt;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}
.assertion-list .list-of-assertions {
list-style: none;
padding-left: 0;
}
.assertion-list .list-of-assertions .col-xs-3 {
padding: .25em .5em;
min-height: 34px;
}
.assertion-list .list-of-assertions .btn {
padding: 0 3px;
}
.test-results {
margin-top: .5em;
padding: .5em;
}
.list-of-assertions li.failed {
background: red;
}
.settings {
transition: all 0.5s ease;
background: #555;
color: white;
position: absolute;
top: 33px;
bottom: 40px;
right: -400px;
width: 400px;
padding: .5em 1em;
overflow: scroll;
}
.settings.show-self {
right: 0;
}
.full-width-inputs input, .full-width-inputs button, .full-width-inputs select {
width: 95%;
}
.full-width-inputs button {
margin-top: 5px;
}
.full-width-inputs select {
margin-top: 10px;
}
.custom-modal-dialog .warning {
background: #933;
border-radius: 5px;
margin: 1em;
color: white;
font-size: 12pt;
text-align: center;
padding: 1em;
}
.import-project textarea {
width: 100%;
height: 100%;
min-height: 300px;
border-radius: 5px;
background: #444;
padding: 1em;
border-color: #999;
} | 0.52683 | 0.059074 |
.ErrorPage_container__2lpOX {
margin: 0 auto;
padding: 60px 20px;
min-width: 250px;
max-width: 580px;
text-align: center;
line-height: 1.7em;
color: #44484b;
font-size: 15px
}
.ErrorPage_container__2lpOX .ErrorPage_icon__aQA82 {
margin-bottom: 20px
}
.ErrorPage_container__2lpOX .ErrorPage_icon__aQA82>i {
color: #ffb500;
font-size: 80px
}
.ErrorPage_container__2lpOX h1 {
line-height: 1em;
font-size: 48px;
font-weight: 300
}
.ErrorPage_container__2lpOX .ErrorPage_message__3QqKx {
margin: 20px 0;
word-break: keep-all
}
.ErrorPage_container__2lpOX .ErrorPage_copy__KsnaZ {
margin-top: 48px;
color: #90949c
}
.ErrorPage_container__2lpOX .ErrorPage_buttons__MKuuV>.wz.button {
margin: 0 2px
}
@media screen and (max-width:610px) {
.ErrorPage_container__2lpOX .ErrorPage_message__3QqKx {
text-align: left
}
}
@media screen and (max-width:375px) {
.ErrorPage_container__2lpOX .ErrorPage_icon__aQA82>i {
font-size: 64px
}
.ErrorPage_container__2lpOX h1 {
font-size: 34px
}
}
.FloatingTopButton_pageTop__16WiR {
display: block;
position: fixed;
right: 16px;
right: calc(16px + env(safe-area-inset-right));
bottom: 20px;
bottom: calc(20px + env(safe-area-inset-bottom));
transition-property: width height transform border-color font-size border-radius opacity margin-bottom background;
transition-duration: .25s;
transition-delay: 0;
opacity: 0;
z-index: 1200;
margin: 0;
border: 1px solid #babdc0;
border-radius: 50%;
background: hsla(0, 0%, 100%, .8);
cursor: pointer;
padding: 0;
width: 44px;
height: 44px;
color: #babdc0;
font-size: 24px;
box-sizing: border-box;
pointer-events: none
}
.FloatingTopButton_pageTop__16WiR svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
@media screen and (min-width:1097px) {
.FloatingTopButton_pageTop__16WiR {
right: 16px;
right: calc(16px + env(safe-area-inset-right));
bottom: 40px;
bottom: calc(40px + env(safe-area-inset-bottom));
width: 60px;
height: 60px;
font-size: 32px
}
}
.FloatingTopButton_pageTop__16WiR:focus,
.FloatingTopButton_pageTop__16WiR:hover {
border-color: #90949c;
color: #90949c
}
html.scroll-top.show-channel.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-108px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.show-channel.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-128px + env(safe-area-inset-bottom)))
}
}
html.scroll-top.show-channel.add-actionbar.scroll-apex .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel.scroll-apex body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-52px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.show-channel.add-actionbar.scroll-apex .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel.scroll-apex body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-72px + env(safe-area-inset-bottom)))
}
}
html.scroll-top .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom));
opacity: 1;
pointer-events: auto
}
@media screen and (min-width:1097px) {
html.scroll-top .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.scroll-apex .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom));
opacity: 0;
pointer-events: none
}
html.scroll-top.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.add-actionbar.reward .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-62px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar.reward .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-108px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-128px + env(safe-area-inset-bottom)))
}
}
html.scroll-top.show-channel.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-108px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.show-channel.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-128px + env(safe-area-inset-bottom)))
}
}
html.scroll-top.add-actionbar.reward.space-banner .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-118px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar.reward.space-banner .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.add-actionbar.equityComingsoon .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-143px + env(safe-area-inset-bottom)))
}
html.show-footer .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom));
opacity: 0;
pointer-events: none
}
.withIcon_icon__24D_5 {
display: block;
transform: scale(1);
transition: transform .3s ease-out;
width: 1em;
height: 1em;
fill: currentColor
}
.withIcon_icon__24D_5.withIcon_inline__1BqP8 {
display: inline
}
.withIcon_icon__24D_5.withIcon_flip__2aQD1 {
transform: scaleX(-1)
}
.withIcon_icon__24D_5.withIcon_flipVertical__2py64 {
transform: scaleY(-1)
}
@forward "strip-unit";
@forward "color";
@forward "em";
@forward "max";
@forward "min";
html #ch-plugin div[data-ch-testid=launcher],
html.show-footer.show-channel #ch-plugin div[data-ch-testid=launcher] {
display: none !important
}
html.show-channel.scroll-apex.add-actionbar body #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel.scroll-apex.add-actionbar body #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel.scroll-apex body.show-gnb #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel.scroll-apex body.show-gnb #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel.scroll-apex #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(env(safe-area-inset-bottom))
}
@media screen and (min-width:1097px) {
html.show-channel.scroll-apex #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.show-channel.add-actionbar.equityComingsoon body #ch-plugin div[data-ch-testid=launcher],
html.show-channel.add-actionbar.equityComingsoon body.mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-91px + env(safe-area-inset-bottom)))
}
html.show-channel.add-actionbar #ch-plugin div[data-ch-testid=launcher],
html.show-channel.add-actionbar body.mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel.add-actionbar #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel body.show-gnb #ch-plugin div[data-ch-testid=launcher],
html.show-channel body.show-gnb.mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel body.show-gnb #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel body .mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(env(safe-area-inset-bottom))
}
html.show-channel #ch-plugin div[data-ch-testid=launcher] {
display: block !important;
right: calc(16px + env(safe-area-inset-right)) !important;
bottom: calc(20px + env(safe-area-inset-bottom)) !important;
transform-origin: 100% 100%;
z-index: 1000 !important
}
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div {
width: 44px !important;
height: 44px !important
}
@media screen and (min-width:1097px) {
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div {
width: 60px !important;
height: 60px !important
}
}
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div>div {
min-width: 20px !important;
height: 20px !important
}
@media screen and (min-width:1097px) {
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div>div {
min-width: 24px !important;
height: 24px !important
}
}
@media screen and (min-width:1097px) {
html.show-channel #ch-plugin div[data-ch-testid=launcher] {
right: calc(16px + env(safe-area-inset-right)) !important;
bottom: calc(40px + env(safe-area-inset-bottom)) !important
}
} | onemile/src/main/webapp/resources/css/main.19e53e7f.css | .ErrorPage_container__2lpOX {
margin: 0 auto;
padding: 60px 20px;
min-width: 250px;
max-width: 580px;
text-align: center;
line-height: 1.7em;
color: #44484b;
font-size: 15px
}
.ErrorPage_container__2lpOX .ErrorPage_icon__aQA82 {
margin-bottom: 20px
}
.ErrorPage_container__2lpOX .ErrorPage_icon__aQA82>i {
color: #ffb500;
font-size: 80px
}
.ErrorPage_container__2lpOX h1 {
line-height: 1em;
font-size: 48px;
font-weight: 300
}
.ErrorPage_container__2lpOX .ErrorPage_message__3QqKx {
margin: 20px 0;
word-break: keep-all
}
.ErrorPage_container__2lpOX .ErrorPage_copy__KsnaZ {
margin-top: 48px;
color: #90949c
}
.ErrorPage_container__2lpOX .ErrorPage_buttons__MKuuV>.wz.button {
margin: 0 2px
}
@media screen and (max-width:610px) {
.ErrorPage_container__2lpOX .ErrorPage_message__3QqKx {
text-align: left
}
}
@media screen and (max-width:375px) {
.ErrorPage_container__2lpOX .ErrorPage_icon__aQA82>i {
font-size: 64px
}
.ErrorPage_container__2lpOX h1 {
font-size: 34px
}
}
.FloatingTopButton_pageTop__16WiR {
display: block;
position: fixed;
right: 16px;
right: calc(16px + env(safe-area-inset-right));
bottom: 20px;
bottom: calc(20px + env(safe-area-inset-bottom));
transition-property: width height transform border-color font-size border-radius opacity margin-bottom background;
transition-duration: .25s;
transition-delay: 0;
opacity: 0;
z-index: 1200;
margin: 0;
border: 1px solid #babdc0;
border-radius: 50%;
background: hsla(0, 0%, 100%, .8);
cursor: pointer;
padding: 0;
width: 44px;
height: 44px;
color: #babdc0;
font-size: 24px;
box-sizing: border-box;
pointer-events: none
}
.FloatingTopButton_pageTop__16WiR svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
@media screen and (min-width:1097px) {
.FloatingTopButton_pageTop__16WiR {
right: 16px;
right: calc(16px + env(safe-area-inset-right));
bottom: 40px;
bottom: calc(40px + env(safe-area-inset-bottom));
width: 60px;
height: 60px;
font-size: 32px
}
}
.FloatingTopButton_pageTop__16WiR:focus,
.FloatingTopButton_pageTop__16WiR:hover {
border-color: #90949c;
color: #90949c
}
html.scroll-top.show-channel.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-108px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.show-channel.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-128px + env(safe-area-inset-bottom)))
}
}
html.scroll-top.show-channel.add-actionbar.scroll-apex .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel.scroll-apex body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-52px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.show-channel.add-actionbar.scroll-apex .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel .FloatingTopButton_pageTop__16WiR,
html.scroll-top.show-channel.scroll-apex body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-72px + env(safe-area-inset-bottom)))
}
}
html.scroll-top .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom));
opacity: 1;
pointer-events: auto
}
@media screen and (min-width:1097px) {
html.scroll-top .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.scroll-apex .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom));
opacity: 0;
pointer-events: none
}
html.scroll-top.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar .FloatingTopButton_pageTop__16WiR,
html.scroll-top body.show-gnb .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.add-actionbar.reward .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-62px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar.reward .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-108px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-128px + env(safe-area-inset-bottom)))
}
}
html.scroll-top.show-channel.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-108px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.show-channel.add-actionbar.startup .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-128px + env(safe-area-inset-bottom)))
}
}
html.scroll-top.add-actionbar.reward.space-banner .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-118px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.scroll-top.add-actionbar.reward.space-banner .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.scroll-top.add-actionbar.equityComingsoon .FloatingTopButton_pageTop__16WiR {
transform: translateY(calc(-143px + env(safe-area-inset-bottom)))
}
html.show-footer .FloatingTopButton_pageTop__16WiR {
transform: translateY(env(safe-area-inset-bottom));
opacity: 0;
pointer-events: none
}
.withIcon_icon__24D_5 {
display: block;
transform: scale(1);
transition: transform .3s ease-out;
width: 1em;
height: 1em;
fill: currentColor
}
.withIcon_icon__24D_5.withIcon_inline__1BqP8 {
display: inline
}
.withIcon_icon__24D_5.withIcon_flip__2aQD1 {
transform: scaleX(-1)
}
.withIcon_icon__24D_5.withIcon_flipVertical__2py64 {
transform: scaleY(-1)
}
@forward "strip-unit";
@forward "color";
@forward "em";
@forward "max";
@forward "min";
html #ch-plugin div[data-ch-testid=launcher],
html.show-footer.show-channel #ch-plugin div[data-ch-testid=launcher] {
display: none !important
}
html.show-channel.scroll-apex.add-actionbar body #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel.scroll-apex.add-actionbar body #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel.scroll-apex body.show-gnb #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel.scroll-apex body.show-gnb #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel.scroll-apex #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(env(safe-area-inset-bottom))
}
@media screen and (min-width:1097px) {
html.show-channel.scroll-apex #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(env(safe-area-inset-bottom))
}
}
html.show-channel.add-actionbar.equityComingsoon body #ch-plugin div[data-ch-testid=launcher],
html.show-channel.add-actionbar.equityComingsoon body.mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-91px + env(safe-area-inset-bottom)))
}
html.show-channel.add-actionbar #ch-plugin div[data-ch-testid=launcher],
html.show-channel.add-actionbar body.mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel.add-actionbar #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel body.show-gnb #ch-plugin div[data-ch-testid=launcher],
html.show-channel body.show-gnb.mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
@media screen and (min-width:1097px) {
html.show-channel body.show-gnb #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(calc(-56px + env(safe-area-inset-bottom)))
}
}
html.show-channel body .mobile-webview #ch-plugin div[data-ch-testid=launcher] {
transform: translateY(env(safe-area-inset-bottom))
}
html.show-channel #ch-plugin div[data-ch-testid=launcher] {
display: block !important;
right: calc(16px + env(safe-area-inset-right)) !important;
bottom: calc(20px + env(safe-area-inset-bottom)) !important;
transform-origin: 100% 100%;
z-index: 1000 !important
}
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div {
width: 44px !important;
height: 44px !important
}
@media screen and (min-width:1097px) {
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div {
width: 60px !important;
height: 60px !important
}
}
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div>div {
min-width: 20px !important;
height: 20px !important
}
@media screen and (min-width:1097px) {
html.show-channel #ch-plugin div[data-ch-testid=launcher]>div>div {
min-width: 24px !important;
height: 24px !important
}
}
@media screen and (min-width:1097px) {
html.show-channel #ch-plugin div[data-ch-testid=launcher] {
right: calc(16px + env(safe-area-inset-right)) !important;
bottom: calc(40px + env(safe-area-inset-bottom)) !important
}
} | 0.523908 | 0.07244 |
.loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.9); /*#E5EFF1;*/
margin: 0;
z-index: 10000;
}
.load-bar {
position: relative;
top: calc(100vh - 6px);
margin-top: 0px;
width: 100%;
height: 6px;
}
.bar {
content: "";
display: inline;
position: absolute;
width: 0;
height: 100%;
left: 50%;
text-align: center;
}
.down-bar {
content: "";
position: fixed;
top: 0;
margin-top: 0px;
width: 0px;
border-radius: 0 2px 2px 0;
/*box-shadow: 2px 0 10px #64B5F6;*/
height: 4px;
background: #2196F3;
background: -webkit-linear-gradient(right, yellow, #2196F3 15px); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(left, yellow, #2196F3 15px); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(left, yellow, #2196F3 15px); /* For Firefox 3.6 to 15 *
background: linear-gradient(to left, yellow, #2196F3 15px); /* Standard syntax (must be last) */
/*animation: loading-down-bar 6s linear forwards;*/
}
.bar:nth-child(1) {
background-color: #EA4335;
animation: loading 6s linear infinite;
}
.bar:nth-child(2) {
background-color: #F1B500;
animation: loading 6s linear 1.5s infinite;
}
.bar:nth-child(3) {
background-color: #2BA14B;
animation: loading 6s linear 3s infinite;
}
.bar:nth-child(4) {
background-color: #3A7CEC;
animation: loading 6s linear 4.5s infinite;
}
@keyframes loading {
0% {
left: 50%;
width: 0;
z-index: 10100;
}
25% {
left: 0;
width: 100%;
z-index: 10050;
}
50% {
left: 0;
width: 100%;
z-index: 10025;
}
75% {
left: 0;
width: 100%;
z-index: 10000;
}
}
/*@keyframes loading-down-bar {
from {left: 0; width: 0;}
to {left: 0; width: 100%; }
}*/
.loading-gif {
height: 250px;
width: 250px;
position: relative;
top: calc(50vh - 125px);
left: calc(50vw - 125px);
border-radius: 125px;
border: 0;
background: #E5EFF1;
/*box-shadow: inset 30.31088px -17.5px 0px 0px rgba(255, 0, 0, 0.45),
inset -30.31088px -17.5px 0px 0px rgba(235, 255, 0, 0.54),
inset 0 35px 0px 0px rgba(0, 133, 255, 0.53),
inset -30.31088px 17.5px 0px 0px rgba(22, 243, 3, 0.55),
inset 30.31088px 17.5px 0px 0px rgba(190, 11, 224, 0.55),
inset 0 -35px 0px 0px rgba(253, 127, 11, 0.54);
-webkit-animation: spin 12s linear infinite;
animation: spin 12s linear infinite;*/
/*box-shadow: inset 50px 0px 0px #EA4335, inset -50px 0px 0px #F1B500, inset 0px 50px 0px #2BA14B, inset 0px -50px 0px #3A7CEC;*/
}
/*
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
*/ | css/loader.css | .loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.9); /*#E5EFF1;*/
margin: 0;
z-index: 10000;
}
.load-bar {
position: relative;
top: calc(100vh - 6px);
margin-top: 0px;
width: 100%;
height: 6px;
}
.bar {
content: "";
display: inline;
position: absolute;
width: 0;
height: 100%;
left: 50%;
text-align: center;
}
.down-bar {
content: "";
position: fixed;
top: 0;
margin-top: 0px;
width: 0px;
border-radius: 0 2px 2px 0;
/*box-shadow: 2px 0 10px #64B5F6;*/
height: 4px;
background: #2196F3;
background: -webkit-linear-gradient(right, yellow, #2196F3 15px); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(left, yellow, #2196F3 15px); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(left, yellow, #2196F3 15px); /* For Firefox 3.6 to 15 *
background: linear-gradient(to left, yellow, #2196F3 15px); /* Standard syntax (must be last) */
/*animation: loading-down-bar 6s linear forwards;*/
}
.bar:nth-child(1) {
background-color: #EA4335;
animation: loading 6s linear infinite;
}
.bar:nth-child(2) {
background-color: #F1B500;
animation: loading 6s linear 1.5s infinite;
}
.bar:nth-child(3) {
background-color: #2BA14B;
animation: loading 6s linear 3s infinite;
}
.bar:nth-child(4) {
background-color: #3A7CEC;
animation: loading 6s linear 4.5s infinite;
}
@keyframes loading {
0% {
left: 50%;
width: 0;
z-index: 10100;
}
25% {
left: 0;
width: 100%;
z-index: 10050;
}
50% {
left: 0;
width: 100%;
z-index: 10025;
}
75% {
left: 0;
width: 100%;
z-index: 10000;
}
}
/*@keyframes loading-down-bar {
from {left: 0; width: 0;}
to {left: 0; width: 100%; }
}*/
.loading-gif {
height: 250px;
width: 250px;
position: relative;
top: calc(50vh - 125px);
left: calc(50vw - 125px);
border-radius: 125px;
border: 0;
background: #E5EFF1;
/*box-shadow: inset 30.31088px -17.5px 0px 0px rgba(255, 0, 0, 0.45),
inset -30.31088px -17.5px 0px 0px rgba(235, 255, 0, 0.54),
inset 0 35px 0px 0px rgba(0, 133, 255, 0.53),
inset -30.31088px 17.5px 0px 0px rgba(22, 243, 3, 0.55),
inset 30.31088px 17.5px 0px 0px rgba(190, 11, 224, 0.55),
inset 0 -35px 0px 0px rgba(253, 127, 11, 0.54);
-webkit-animation: spin 12s linear infinite;
animation: spin 12s linear infinite;*/
/*box-shadow: inset 50px 0px 0px #EA4335, inset -50px 0px 0px #F1B500, inset 0px 50px 0px #2BA14B, inset 0px -50px 0px #3A7CEC;*/
}
/*
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
*/ | 0.483405 | 0.14442 |
Custom Post Types styles
========================================================================== */
/* ==========================================================================
Portfolio shortcode style - begin
========================================================================== */
.edgtf-portfolio-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
/***** Article Global Style - begin *****/
/***** Article Global Style - end *****/
/***** Specific Global Style - begin *****/
/***** Specific Global Style - end *****/
/***** Portfolio Columns Space - begin *****/
/***** Portfolio Columns Space - end *****/
/***** Portfolio Types - begin *****/
/***** Portfolio Types - end *****/
/***** Additional Features - begin *****/
/***** Additional Features - end *****/
}
.edgtf-portfolio-list-holder article {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
box-sizing: border-box;
}
.touch .edgtf-portfolio-list-holder article {
cursor: pointer;
}
.edgtf-portfolio-list-holder article .edgtf-pl-item-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden;
}
.edgtf-portfolio-list-holder article .edgtf-pli-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-list-holder article .edgtf-pli-image img {
display: block;
width: 100%;
}
.edgtf-portfolio-list-holder article .edgtf-pli-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text-wrapper {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-title {
margin: 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder {
position: relative;
display: block;
margin: 5px 0 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto;
font-size: 12px;
font-weight: 300;
padding: 0 6px 0 0;
margin: 0 3px 0 0;
z-index: 8;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:after {
position: absolute;
top: 0;
right: -4px;
content: '/';
color: inherit;
font-size: 12px;
line-height: inherit;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:last-child {
margin: 0;
padding: 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:last-child:after {
display: none;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-excerpt {
margin: 3px 0 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-no-content .edgtf-pli-text-holder {
display: none;
}
.edgtf-portfolio-list-holder.edgtf-pl-no-space .edgtf-pl-inner {
margin: 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-no-space article {
padding: 0 0px;
margin: 0 0 0px;
}
.edgtf-portfolio-list-holder.edgtf-pl-tiny-space .edgtf-pl-inner {
margin: 0 -5px;
}
.edgtf-portfolio-list-holder.edgtf-pl-tiny-space article {
padding: 0 5px;
margin: 0 0 10px;
}
.edgtf-portfolio-list-holder.edgtf-pl-small-space .edgtf-pl-inner {
margin: 0 -10px;
}
.edgtf-portfolio-list-holder.edgtf-pl-small-space article {
padding: 0 10px;
margin: 0 0 20px;
}
.edgtf-portfolio-list-holder.edgtf-pl-normal-space .edgtf-pl-inner {
margin: 0 -15px;
}
.edgtf-portfolio-list-holder.edgtf-pl-normal-space article {
padding: 0 15px;
margin: 0 0 30px;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery:not(.edgtf-pl-one-column) article {
float: left;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-two-columns article {
width: 50%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-two-columns article:nth-child(2n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-three-columns article {
width: 33.33333%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-three-columns article:nth-child(3n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-four-columns article {
width: 25%;
}
@media only screen and (min-width: 1201px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-four-columns article:nth-child(4n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-five-columns article {
width: 20%;
}
@media only screen and (min-width: 1201px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-five-columns article:nth-child(5n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-inner {
opacity: 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-grid-sizer {
width: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-grid-gutter {
width: 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns .edgtf-pl-grid-sizer {
width: 50%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article.edgtf-pl-masonry-large-width-height {
width: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns .edgtf-pl-grid-sizer {
width: 33.33333%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article.edgtf-pl-masonry-large-width-height {
width: 66.66667%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns .edgtf-pl-grid-sizer {
width: 25%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article.edgtf-pl-masonry-large-width-height {
width: 50%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns .edgtf-pl-grid-sizer {
width: 20%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article.edgtf-pl-masonry-large-width-height {
width: 40%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-images-fixed article .edgtf-pl-item-inner {
height: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-images-fixed article .edgtf-pl-item-inner .edgtf-pli-image {
height: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-images-fixed article .edgtf-pl-item-inner .edgtf-pli-image img {
height: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-has-animation article {
opacity: 0;
-webkit-transform: translateY(80px);
-moz-transform: translateY(80px);
transform: translateY(80px);
-webkit-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
-moz-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
}
.edgtf-portfolio-list-holder.edgtf-pl-has-animation article.edgtf-item-show {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.edgtf-portfolio-list-holder.edgtf-pl-has-animation article.edgtf-item-show.edgtf-item-shown {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.touch .edgtf-portfolio-list-holder.edgtf-pl-has-animation article {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
/* ==========================================================================
Portfolio shortcode style - end
========================================================================== */
/* ==========================================================================
Portfolio filter style - begin
========================================================================== */
.edgtf-pl-filter-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 30px;
text-align: center;
}
.edgtf-pl-filter-holder ul {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
list-style: none;
}
.edgtf-pl-filter-holder ul li {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 0 10px;
padding: 0 12px;
cursor: pointer;
}
@media only screen and (max-width: 1440px) {
.edgtf-pl-filter-holder ul li {
padding: 0 16px;
}
}
@media only screen and (max-width: 1024px) {
.edgtf-pl-filter-holder ul li {
padding: 0 10px;
}
}
.edgtf-pl-filter-holder ul li span {
position: relative;
display: inline-block;
vertical-align: middle;
color: #666;
font-size: 13px;
font-weight: 500;
line-height: 22px;
white-space: nowrap;
text-transform: uppercase;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.edgtf-pl-filter-holder ul li.edgtf-pl-current span, .edgtf-pl-filter-holder ul li:hover span {
color: #6b74e6;
}
/* ==========================================================================
Portfolio filter style - end
========================================================================== */
/* ==========================================================================
Portfolio standard pagination style - begin
========================================================================== */
.edgtf-portfolio-list-holder.edgtf-pl-pag-standard .edgtf-pl-inner {
opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.edgtf-portfolio-list-holder.edgtf-pl-pag-standard.edgtf-pl-pag-standard-animate .edgtf-pl-inner {
opacity: 0;
}
.edgtf-pl-standard-pagination {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0;
clear: both;
}
.edgtf-pl-standard-pagination ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.edgtf-pl-standard-pagination ul li {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 12px;
padding: 0;
}
.edgtf-pl-standard-pagination ul li a {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-active a {
color: #6b74e6;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next {
position: absolute;
top: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a {
font-size: 30px;
-webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
-moz-transition: color 0.2s ease-out, opacity 0.2s ease-out;
transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a span, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a span {
display: block;
line-height: inherit;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a span:before, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a span:before {
display: block;
line-height: inherit;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev {
left: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a {
opacity: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next {
right: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a {
opacity: 1;
}
/* ==========================================================================
Portfolio standard pagination style - end
========================================================================== */
/* ==========================================================================
Portfolio load more pagination style - begin
========================================================================== */
.edgtf-pl-load-more-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-pl-load-more-holder .edgtf-pl-load-more {
margin: 40px 0 0;
text-align: center;
}
/* ==========================================================================
Portfolio load more pagination style - end
========================================================================== */
/* ==========================================================================
Portfolio loading element style - begin
========================================================================== */
.edgtf-pl-loading {
position: relative;
display: none;
width: 100%;
margin: 40px 0 20px;
color: #333;
text-align: center;
}
.edgtf-pl-loading.edgtf-filter-trigger {
position: absolute;
top: 250px;
left: 0;
}
.edgtf-pl-loading.edgtf-standard-pag-trigger {
position: absolute;
top: 50px;
left: 0;
}
.edgtf-pl-has-filter .edgtf-pl-loading.edgtf-standard-pag-trigger {
top: 150px;
}
.edgtf-pl-loading.edgtf-showing {
display: block;
}
.edgtf-pl-loading > div {
position: relative;
display: inline-block;
vertical-align: middle;
width: 14px;
height: 14px;
margin: 0 3px;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.edgtf-pl-loading .edgtf-pl-loading-bounce1 {
-webkit-animation-delay: -0.32s;
-moz-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.edgtf-pl-loading .edgtf-pl-loading-bounce2 {
-webkit-animation-delay: -0.16s;
-moz-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes sk-bouncedelay {
0%, 80%, 100% {
-moz-transform: scale(0);
}
40% {
-moz-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* ==========================================================================
Portfolio loading element style - end
========================================================================== */
/* ==========================================================================
Portfolio Project Info shortcode style - begin
========================================================================== */
.edgtf-portfolio-project-info {
position: relative;
display: inline-block;
vertical-align: middle;
}
.edgtf-portfolio-project-info .edgtf-ppi-label {
margin: 0;
padding: 0;
}
.edgtf-portfolio-project-info > div {
position: relative;
display: inline-block;
vertical-align: middle;
}
.edgtf-portfolio-project-info > div a {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0;
}
.edgtf-portfolio-project-info > div a:last-child {
margin: 0;
}
.edgtf-portfolio-project-info .edgtf-ppi-title {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
}
/* ==========================================================================
Portfolio Project Info shortcode style - end
========================================================================== */
/* ==========================================================================
Portfolio Slider shortcode style - begin
========================================================================== */
.edgtf-portfolio-slider-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
}
.edgtf-portfolio-slider-holder .edgtf-pl-inner {
margin: 0 !important;
}
.edgtf-portfolio-slider-holder article {
width: auto !important;
padding: 0 !important;
margin: 0 !important;
float: none !important;
}
.edgtf-portfolio-slider-holder .owl-nav .owl-prev,
.edgtf-portfolio-slider-holder .owl-nav .owl-next {
position: absolute;
top: 50%;
z-index: 3;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.edgtf-portfolio-slider-holder .owl-nav .owl-prev:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .owl-nav .owl-prev:hover .edgtf-next-icon,
.edgtf-portfolio-slider-holder .owl-nav .owl-next:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .owl-nav .owl-next:hover .edgtf-next-icon {
color: #6b74e6;
}
.edgtf-portfolio-slider-holder .owl-nav .owl-prev {
left: 20px;
}
.edgtf-portfolio-slider-holder .owl-nav .owl-next {
right: 20px;
}
.edgtf-portfolio-slider-holder .owl-nav .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .owl-nav .edgtf-next-icon {
position: relative;
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.edgtf-portfolio-slider-holder .owl-nav .edgtf-prev-icon .edgtf-icon-arrow,
.edgtf-portfolio-slider-holder .owl-nav .edgtf-next-icon .edgtf-icon-arrow {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 46px;
line-height: inherit;
}
.edgtf-portfolio-slider-holder .owl-nav .edgtf-prev-icon .edgtf-icon-arrow:before,
.edgtf-portfolio-slider-holder .owl-nav .edgtf-next-icon .edgtf-icon-arrow:before {
display: block;
line-height: inherit;
}
.edgtf-portfolio-slider-holder .owl-dots {
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
text-align: center;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot {
display: inline-block;
vertical-align: middle;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot span {
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
margin: 0 6px;
border-radius: 3em;
background-color: transparent;
border: 2px solid rgba(51, 51, 51, 0.5);
-webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
-moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
transition: background-color 0.2s ease-out, border 0.2s ease-out;
box-sizing: border-box;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot:hover span, .edgtf-portfolio-slider-holder .owl-dots .owl-dot.active span {
background-color: #333;
border-color: #333;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-prev:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-prev:hover .edgtf-next-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-next:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-next:hover .edgtf-next-icon {
color: rgba(255, 255, 255, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .edgtf-next-icon {
color: #fff;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-prev:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-prev:hover .edgtf-next-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-next:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-next:hover .edgtf-next-icon {
color: rgba(51, 51, 51, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .edgtf-next-icon {
color: #333;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.2);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot.active span, .edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot:hover span {
background-color: rgba(255, 255, 255, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot span {
background-color: rgba(51, 51, 51, 0.2);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot.active span, .edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot:hover span {
background-color: rgba(51, 51, 51, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-bellow-slider .owl-nav .owl-prev,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-bellow-slider .owl-nav .owl-next {
margin: -19px 0 0;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-bellow-slider .owl-dots {
position: relative;
bottom: auto;
margin: 16px 0 0;
}
/* ==========================================================================
Portfolio Slider shortcode style - end
========================================================================== */
/* ==========================================================================
Portfolio Item Layout - Gallery Overlay style - begin
========================================================================== */
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-title,
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-excerpt {
color: #fff;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder a {
color: #fff;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder a:hover {
color: #6b74e6;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text-holder {
opacity: 1;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay .edgtf-pli-text-holder {
position: absolute;
display: block;
width: 100%;
top: 0;
left: 0;
height: 100%;
padding: 20px;
background-color: rgba(51, 51, 51, 0.4);
opacity: 0;
text-align: center;
-webkit-transition: opacity 0.5s cubic-bezier(0.1, 0.48, 0.12, 0.97);
-moz-transition: opacity 0.5s cubic-bezier(0.1, 0.48, 0.12, 0.97);
transition: opacity 0.5s cubic-bezier(0.1, 0.48, 0.12, 0.97);
box-sizing: border-box;
}
/* ==========================================================================
Portfolio Item Layout - Gallery Overlay style - end
========================================================================== */
/* ==========================================================================
Portfolio Item Layout - Standard Shader style - begin
========================================================================== */
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-image:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
z-index: 1;
background-color: rgba(51, 51, 51, 0.4);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-link {
z-index: 2;
}
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article:hover .edgtf-pli-image:after {
opacity: 1;
}
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader .edgtf-pli-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 24px 0 0;
}
/* ==========================================================================
Portfolio Item Layout - Standard Shader style - end
========================================================================== */
/* ==========================================================================
Portfolio Single page style - begin
========================================================================== */
.single-portfolio-item .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
padding-top: 120px;
}
.edgtf-portfolio-single-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
box-sizing: border-box;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image a, .edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image img {
position: relative;
display: block;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item p, .edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a {
display: table-cell;
vertical-align: top;
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-title {
font-size: 14px;
font-weight: 400;
color: #333;
padding: 0 4px 0 0;
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-category,
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-tag {
padding: 0 4px 0 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a {
color: #666;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:hover {
color: #6b74e6;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-social-share ul li a {
font-size: 13px;
}
/* ==========================================================================
Portfolio Single page style - end
========================================================================== */
/* ==========================================================================
Portfolio Single page specific style for types - begin
========================================================================== */
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images {
/***** Columns Layout - begin *****/
/***** Columns Layout - end *****/
/***** Space Between Columns Space - begin *****/
/***** Space Between Columns Space - end *****/
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-two-columns .edgtf-ps-image {
width: 50%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-two-columns .edgtf-ps-image:nth-child(2n+1) {
clear: both;
}
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-three-columns .edgtf-ps-image {
width: 33.33333%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-three-columns .edgtf-ps-image:nth-child(3n+1) {
clear: both;
}
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-four-columns .edgtf-ps-image {
width: 25%;
}
@media only screen and (min-width: 1201px) {
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-four-columns .edgtf-ps-image:nth-child(4n+1) {
clear: both;
}
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-no-space .edgtf-ps-image-inner {
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-no-space .edgtf-ps-image {
padding: 0 0px;
margin: 0 0 0px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-tiny-space {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-tiny-space .edgtf-ps-image-inner {
margin: 0 -5px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-tiny-space .edgtf-ps-image {
padding: 0 5px;
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-small-space {
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-small-space .edgtf-ps-image-inner {
margin: 0 -10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-small-space .edgtf-ps-image {
padding: 0 10px;
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-normal-space {
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-normal-space .edgtf-ps-image-inner {
margin: 0 -15px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-normal-space .edgtf-ps-image {
padding: 0 15px;
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images {
/***** Columns Layout - begin *****/
/***** Columns Layout - end *****/
/***** Space Between Columns Space - begin *****/
/***** Space Between Columns Space - end *****/
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-grid-sizer {
width: 25%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-grid-gutter {
width: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-grid-sizer {
width: 50%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image.edgtf-ps-masonry-large-item {
width: 100%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-grid-sizer {
width: 33.33333%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image.edgtf-ps-masonry-large-item {
width: 66.66667%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-grid-sizer {
width: 25%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image.edgtf-ps-masonry-large-item {
width: 50%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-no-space .edgtf-ps-image-inner {
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-no-space .edgtf-ps-image {
padding: 0 0px;
margin: 0 0 0px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-tiny-space {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-tiny-space .edgtf-ps-image-inner {
margin: 0 -5px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-tiny-space .edgtf-ps-image {
padding: 0 5px;
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-small-space {
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-small-space .edgtf-ps-image-inner {
margin: 0 -10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-small-space .edgtf-ps-image {
padding: 0 10px;
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-normal-space {
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-normal-space .edgtf-ps-image-inner {
margin: 0 -15px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-normal-space .edgtf-ps-image {
padding: 0 15px;
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single page specific style for types - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Gallery layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder {
width: 100%;
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image {
float: left;
}
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(51, 51, 51, 0.7);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:hover:after {
opacity: 1;
}
/* ==========================================================================
Portfolio Single - Gallery layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Huge Images layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout {
padding: 0 4%;
box-sizing: border-box;
}
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
margin: 0;
}
@media only screen and (max-width: 1200px) {
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout {
padding: 0 40px;
}
}
@media only screen and (max-width: 768px) {
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout {
padding: 0 30px;
}
}
/* ==========================================================================
Portfolio Single - Huge Images layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Images layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
margin: 0;
}
/* ==========================================================================
Portfolio Single - Images layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Masonry layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
}
/* ==========================================================================
Portfolio Single - Masonry layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Slider layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
visibility: hidden;
}
.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder .edgtf-ps-image img {
width: 100%;
}
/* ==========================================================================
Portfolio Single - Slider layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Gallery layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder {
width: 100%;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image {
float: left;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(51, 51, 51, 0.7);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:hover:after {
opacity: 1;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Gallery layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Images layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
margin: 0;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Images layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Masonry layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Masonry layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Slider layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
visibility: hidden;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder .edgtf-ps-image img {
width: 100%;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Slider layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single navigation style - begin
========================================================================== */
.edgtf-ps-navigation {
position: relative;
display: table;
width: 100%;
vertical-align: middle;
padding: 0;
margin: 60px 0 85px;
clear: both;
box-sizing: border-box;
}
.edgtf-ps-full-width-custom-layout .edgtf-ps-navigation {
padding: 0 40px;
}
.edgtf-ps-navigation .edgtf-ps-back-btn {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.edgtf-ps-navigation .edgtf-ps-back-btn a {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
cursor: pointer;
font-size: 30px;
line-height: 1;
}
.edgtf-ps-navigation .edgtf-ps-back-btn a span {
display: block;
line-height: inherit;
}
.edgtf-ps-navigation .edgtf-ps-back-btn a span:before, .edgtf-ps-navigation .edgtf-ps-back-btn a span:after {
display: block;
line-height: 14px;
}
.edgtf-ps-navigation .edgtf-ps-prev,
.edgtf-ps-navigation .edgtf-ps-next {
position: relative;
display: table-cell;
vertical-align: middle;
width: 49%;
padding: 0;
box-sizing: border-box;
}
.edgtf-ps-navigation .edgtf-ps-prev a,
.edgtf-ps-navigation .edgtf-ps-next a {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 40px;
line-height: 50px;
}
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark,
.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark {
position: relative;
display: inline-block;
vertical-align: top;
}
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark:before,
.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark:before {
display: block;
line-height: inherit;
}
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark {
left: 0;
}
.edgtf-ps-navigation .edgtf-ps-next {
text-align: right;
}
.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark {
right: 0;
}
/* ==========================================================================
Portfolio Single navigation style - end
========================================================================== */
/* ==========================================================================
Portfolio Single navigation style - begin
========================================================================== */
.edgtf-ps-related-posts-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 30px 0 0;
clear: both;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-posts {
margin: 0 -15px;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-post {
position: relative;
display: inline-block;
vertical-align: middle;
width: 25%;
float: left;
padding: 0 15px;
box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
.edgtf-ps-related-posts-holder .edgtf-ps-related-post {
width: 50%;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-post:nth-child(2n+1) {
clear: both;
}
}
@media only screen and (max-width: 680px) {
.edgtf-ps-related-posts-holder .edgtf-ps-related-post {
width: 100%;
}
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-image a, .edgtf-ps-related-posts-holder .edgtf-ps-related-image img {
display: block;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-text .edgtf-ps-related-title {
margin: 0;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-text .edgtf-ps-related-categories {
margin: 6px 0 0;
}
/* ==========================================================================
Portfolio Single navigation style - end
========================================================================== */
/* ==========================================================================
# Team list - begin
========================================================================== */
.edgtf-team-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-team-list-holder .edgtf-tl-inner {
margin: 0 -15px;
}
.edgtf-team-list-holder .edgtf-team {
float: left;
padding: 0 15px;
margin-bottom: 30px;
box-sizing: border-box;
}
.edgtf-team-list-holder.edgtf-tl-two-columns .edgtf-team {
width: 50%;
}
@media only screen and (min-width: 1025px) {
.edgtf-team-list-holder.edgtf-tl-two-columns .edgtf-team:nth-child(2n+1) {
clear: both;
}
}
.edgtf-team-list-holder.edgtf-tl-three-columns .edgtf-team {
width: 33.33333%;
}
@media only screen and (min-width: 1025px) {
.edgtf-team-list-holder.edgtf-tl-three-columns .edgtf-team:nth-child(3n+1) {
clear: both;
}
}
.edgtf-team-list-holder.edgtf-tl-four-columns .edgtf-team {
width: 25%;
}
@media only screen and (min-width: 1201px) {
.edgtf-team-list-holder.edgtf-tl-four-columns .edgtf-team:nth-child(4n+1) {
clear: both;
}
}
.edgtf-team-list-holder.edgtf-tl-five-columns .edgtf-team {
width: 20%;
}
@media only screen and (min-width: 1201px) {
.edgtf-team-list-holder.edgtf-tl-five-columns .edgtf-team:nth-child(5n+1) {
clear: both;
}
}
/* ==========================================================================
# Team list - end
========================================================================== */
/* ==========================================================================
# Team style - begin
========================================================================== */
/* Team type simple - begin
========================================================================== */
.edgtf-team {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-team .edgtf-team-info-tb {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
opacity: 0;
background-color: rgba(51, 51, 51, 0.4);
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.touch .edgtf-team .edgtf-team-info-tb {
cursor: pointer;
}
.edgtf-team .edgtf-team-info-tb:hover {
opacity: 1;
}
.edgtf-team .edgtf-team-info-tc {
position: absolute;
top: 50%;
left: 0;
display: inline-block;
vertical-align: middle;
width: 100%;
padding: 10px;
text-align: center;
box-sizing: border-box;
z-index: 10;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode {
margin: 0 8px;
font-size: 20px;
color: #fff;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode:hover {
color: #6b74e6;
}
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode a,
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode .edgtf-icon-element {
color: inherit;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.edgtf-team.info-bellow .edgtf-team-inner {
text-align: center;
width: 100%;
}
.edgtf-team.info-bellow .edgtf-team-image {
position: relative;
overflow: hidden;
display: block;
margin: 0 auto;
}
.edgtf-team.info-bellow .edgtf-team-image img {
display: block;
}
.edgtf-team.info-bellow .edgtf-team-title-holder {
margin: 37px 0 0;
}
.edgtf-team.info-bellow .edgtf-team-title-holder .edgtf-team-name {
font-weight: 500;
margin: 33px 0 0;
}
.edgtf-team.info-bellow .edgtf-team-title-holder .edgtf-team-position {
margin: 13px 0 27px;
}
.edgtf-team.info-bellow .edgtf-team-text {
margin: 0 0 27px;
}
.edgtf-team.info-bellow .edgtf-team-text .edgtf-team-excerpt {
margin: 7px 0 10px 0;
}
.edgtf-team.info-bellow .edgtf-team-social {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.edgtf-team.info-bellow:hover .edgtf-team-info-tb {
opacity: 1;
}
.edgtf-team.info-bellow:hover .edgtf-team-social {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.edgtf-team.info-hover .edgtf-team-inner {
position: relative;
}
.edgtf-team.info-hover .edgtf-team-inner:hover .edgtf-team-info {
opacity: 1;
}
.edgtf-team.info-hover .edgtf-team-image img {
display: block;
}
.edgtf-team.info-hover .edgtf-team-name {
margin: 0;
font-weight: 500;
}
.edgtf-team.info-hover .edgtf-team-position {
margin: 11px 0 0;
}
.edgtf-team.info-hover .edgtf-team-social-holder-between {
margin: 29px 0 0;
}
.edgtf-team.info-hover .edgtf-team-name,
.edgtf-team.info-hover .edgtf-team-position,
.edgtf-team.info-hover .edgtf-team-text,
.edgtf-team.info-hover .edgtf-icon-shortcode,
.edgtf-team.info-hover .edgtf-icon-shortcode > * {
color: #fff;
}
/* ==========================================================================
# Team style - end
========================================================================== */
.edgtf-team-single-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-team-single-holder .edgtf-name {
margin: 0 0 20px;
}
.edgtf-team-single-holder .edgtf-position {
margin: 0;
color: #ababab;
}
.edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
.edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode a, .edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode span, .edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode i {
color: #999;
}
.edgtf-team-single-holder .edgtf-ts-info-row {
padding: 10px 0;
border-bottom: 1px solid #dadada;
color: #ababab;
font-size: 12px;
}
.edgtf-team-single-holder .edgtf-ts-info-row:last-child {
border: 0;
}
.edgtf-team-single-holder .edgtf-ts-info-row .edgtf-ts-bio-icon {
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
font-size: 18px;
}
.edgtf-team-single-holder .edgtf-ts-info-row .edgtf-ts-bio-info {
display: inline-block;
vertical-align: middle;
}
.edgtf-team-single-holder .edgtf-team-single-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 30px 0 0;
}
/* ==========================================================================
Testimonials boxed style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-boxed {
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-boxed-single .edgtf-testimonial-content {
text-align: center;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-no-navs .edgtf-testimonials {
margin: 0;
padding: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonials {
margin: 0 -50px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content {
box-sizing: border-box;
z-index: 1;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-content-inner {
padding: 64px 58px 75px;
margin: 0 11px;
background-color: #fbfbfb;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image {
margin: 0 0 41px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image img {
display: block;
height: 114px;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials boxed style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-simple {
text-align: center;
/* Light styles */
/* Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 38px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
border-radius: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-title {
margin: 0 0 20px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author {
display: block;
font-size: 16px;
margin: 28px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: ",";
width: auto;
margin: 0 4px 0 -4px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-text {
font-size: 1.643em;
line-height: 40px;
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot span {
background-color: rgba(0, 0, 0, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot.active span {
background-color: #000;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-standard {
text-align: center;
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 28px;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-title {
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author {
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
/* ==========================================================================
Testimonials shortcode style - begin
========================================================================== */
.edgtf-testimonials-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-testimonials-holder .edgtf-testimonials,
.edgtf-testimonials-holder .edgtf-testimonial-content,
.edgtf-testimonials-holder .edgtf-testimonial-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-testimonials-holder .edgtf-testimonials {
padding: 0 50px;
box-sizing: border-box;
}
.edgtf-testimonials-holder .edgtf-testimonial-image img {
width: auto !important;
border-radius: 5em;
}
.edgtf-testimonials-holder .owl-item {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
/* ==========================================================================
Testimonials boxed style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-boxed {
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-boxed-single .edgtf-testimonial-content {
text-align: center;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-no-navs .edgtf-testimonials {
margin: 0;
padding: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonials {
margin: 0 -50px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content {
box-sizing: border-box;
z-index: 1;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-content-inner {
padding: 64px 58px 75px;
margin: 0 11px;
background-color: #fbfbfb;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image {
margin: 0 0 41px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image img {
display: block;
height: 114px;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials boxed style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-standard {
text-align: center;
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 28px;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-title {
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author {
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-simple {
text-align: center;
/* Light styles */
/* Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 38px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
border-radius: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-title {
margin: 0 0 20px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author {
display: block;
font-size: 16px;
margin: 28px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: ",";
width: auto;
margin: 0 4px 0 -4px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-text {
font-size: 1.643em;
line-height: 40px;
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot span {
background-color: rgba(0, 0, 0, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot.active span {
background-color: #000;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
@-webkit-keyframes fadeInLeft {
0%, 10% {
opacity: 0;
-webkit-transform: translate3d(-30px, 0, 0);
-moz-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
35% {
opacity: 1;
}
70% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
0%, 10% {
opacity: 0;
-webkit-transform: translate3d(-30px, 0, 0);
-moz-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
35% {
opacity: 1;
}
70% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
15%, 100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
15%, 100% {
opacity: 0;
}
}
/* ==========================================================================
Testimonials shortcode style - end
========================================================================== */
/*# sourceMappingURL=../../../../plugins/edgtf-core/assets/css/custom-post-types.css.map */ | wp-content/plugins/edgtf-core/assets/css/custom-post-types.css | Custom Post Types styles
========================================================================== */
/* ==========================================================================
Portfolio shortcode style - begin
========================================================================== */
.edgtf-portfolio-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
/***** Article Global Style - begin *****/
/***** Article Global Style - end *****/
/***** Specific Global Style - begin *****/
/***** Specific Global Style - end *****/
/***** Portfolio Columns Space - begin *****/
/***** Portfolio Columns Space - end *****/
/***** Portfolio Types - begin *****/
/***** Portfolio Types - end *****/
/***** Additional Features - begin *****/
/***** Additional Features - end *****/
}
.edgtf-portfolio-list-holder article {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
box-sizing: border-box;
}
.touch .edgtf-portfolio-list-holder article {
cursor: pointer;
}
.edgtf-portfolio-list-holder article .edgtf-pl-item-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden;
}
.edgtf-portfolio-list-holder article .edgtf-pli-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-list-holder article .edgtf-pli-image img {
display: block;
width: 100%;
}
.edgtf-portfolio-list-holder article .edgtf-pli-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text-wrapper {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-title {
margin: 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder {
position: relative;
display: block;
margin: 5px 0 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto;
font-size: 12px;
font-weight: 300;
padding: 0 6px 0 0;
margin: 0 3px 0 0;
z-index: 8;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:after {
position: absolute;
top: 0;
right: -4px;
content: '/';
color: inherit;
font-size: 12px;
line-height: inherit;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:last-child {
margin: 0;
padding: 0;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:last-child:after {
display: none;
}
.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-excerpt {
margin: 3px 0 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-no-content .edgtf-pli-text-holder {
display: none;
}
.edgtf-portfolio-list-holder.edgtf-pl-no-space .edgtf-pl-inner {
margin: 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-no-space article {
padding: 0 0px;
margin: 0 0 0px;
}
.edgtf-portfolio-list-holder.edgtf-pl-tiny-space .edgtf-pl-inner {
margin: 0 -5px;
}
.edgtf-portfolio-list-holder.edgtf-pl-tiny-space article {
padding: 0 5px;
margin: 0 0 10px;
}
.edgtf-portfolio-list-holder.edgtf-pl-small-space .edgtf-pl-inner {
margin: 0 -10px;
}
.edgtf-portfolio-list-holder.edgtf-pl-small-space article {
padding: 0 10px;
margin: 0 0 20px;
}
.edgtf-portfolio-list-holder.edgtf-pl-normal-space .edgtf-pl-inner {
margin: 0 -15px;
}
.edgtf-portfolio-list-holder.edgtf-pl-normal-space article {
padding: 0 15px;
margin: 0 0 30px;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery:not(.edgtf-pl-one-column) article {
float: left;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-two-columns article {
width: 50%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-two-columns article:nth-child(2n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-three-columns article {
width: 33.33333%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-three-columns article:nth-child(3n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-four-columns article {
width: 25%;
}
@media only screen and (min-width: 1201px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-four-columns article:nth-child(4n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-five-columns article {
width: 20%;
}
@media only screen and (min-width: 1201px) {
.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-five-columns article:nth-child(5n+1) {
clear: both;
}
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-inner {
opacity: 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-grid-sizer {
width: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-grid-gutter {
width: 0;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns .edgtf-pl-grid-sizer {
width: 50%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article.edgtf-pl-masonry-large-width-height {
width: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns .edgtf-pl-grid-sizer {
width: 33.33333%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article.edgtf-pl-masonry-large-width-height {
width: 66.66667%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns .edgtf-pl-grid-sizer {
width: 25%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article.edgtf-pl-masonry-large-width-height {
width: 50%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns .edgtf-pl-grid-sizer {
width: 20%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article.edgtf-pl-masonry-large-width, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article.edgtf-pl-masonry-large-width-height {
width: 40%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-images-fixed article .edgtf-pl-item-inner {
height: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-images-fixed article .edgtf-pl-item-inner .edgtf-pli-image {
height: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-images-fixed article .edgtf-pl-item-inner .edgtf-pli-image img {
height: 100%;
}
.edgtf-portfolio-list-holder.edgtf-pl-has-animation article {
opacity: 0;
-webkit-transform: translateY(80px);
-moz-transform: translateY(80px);
transform: translateY(80px);
-webkit-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
-moz-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
}
.edgtf-portfolio-list-holder.edgtf-pl-has-animation article.edgtf-item-show {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.edgtf-portfolio-list-holder.edgtf-pl-has-animation article.edgtf-item-show.edgtf-item-shown {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.touch .edgtf-portfolio-list-holder.edgtf-pl-has-animation article {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
/* ==========================================================================
Portfolio shortcode style - end
========================================================================== */
/* ==========================================================================
Portfolio filter style - begin
========================================================================== */
.edgtf-pl-filter-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 30px;
text-align: center;
}
.edgtf-pl-filter-holder ul {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
list-style: none;
}
.edgtf-pl-filter-holder ul li {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 0 10px;
padding: 0 12px;
cursor: pointer;
}
@media only screen and (max-width: 1440px) {
.edgtf-pl-filter-holder ul li {
padding: 0 16px;
}
}
@media only screen and (max-width: 1024px) {
.edgtf-pl-filter-holder ul li {
padding: 0 10px;
}
}
.edgtf-pl-filter-holder ul li span {
position: relative;
display: inline-block;
vertical-align: middle;
color: #666;
font-size: 13px;
font-weight: 500;
line-height: 22px;
white-space: nowrap;
text-transform: uppercase;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.edgtf-pl-filter-holder ul li.edgtf-pl-current span, .edgtf-pl-filter-holder ul li:hover span {
color: #6b74e6;
}
/* ==========================================================================
Portfolio filter style - end
========================================================================== */
/* ==========================================================================
Portfolio standard pagination style - begin
========================================================================== */
.edgtf-portfolio-list-holder.edgtf-pl-pag-standard .edgtf-pl-inner {
opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.edgtf-portfolio-list-holder.edgtf-pl-pag-standard.edgtf-pl-pag-standard-animate .edgtf-pl-inner {
opacity: 0;
}
.edgtf-pl-standard-pagination {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0;
clear: both;
}
.edgtf-pl-standard-pagination ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.edgtf-pl-standard-pagination ul li {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 12px;
padding: 0;
}
.edgtf-pl-standard-pagination ul li a {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-active a {
color: #6b74e6;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next {
position: absolute;
top: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a {
font-size: 30px;
-webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
-moz-transition: color 0.2s ease-out, opacity 0.2s ease-out;
transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a span, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a span {
display: block;
line-height: inherit;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a span:before, .edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a span:before {
display: block;
line-height: inherit;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev {
left: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a {
opacity: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next {
right: 0;
}
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a {
opacity: 1;
}
/* ==========================================================================
Portfolio standard pagination style - end
========================================================================== */
/* ==========================================================================
Portfolio load more pagination style - begin
========================================================================== */
.edgtf-pl-load-more-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-pl-load-more-holder .edgtf-pl-load-more {
margin: 40px 0 0;
text-align: center;
}
/* ==========================================================================
Portfolio load more pagination style - end
========================================================================== */
/* ==========================================================================
Portfolio loading element style - begin
========================================================================== */
.edgtf-pl-loading {
position: relative;
display: none;
width: 100%;
margin: 40px 0 20px;
color: #333;
text-align: center;
}
.edgtf-pl-loading.edgtf-filter-trigger {
position: absolute;
top: 250px;
left: 0;
}
.edgtf-pl-loading.edgtf-standard-pag-trigger {
position: absolute;
top: 50px;
left: 0;
}
.edgtf-pl-has-filter .edgtf-pl-loading.edgtf-standard-pag-trigger {
top: 150px;
}
.edgtf-pl-loading.edgtf-showing {
display: block;
}
.edgtf-pl-loading > div {
position: relative;
display: inline-block;
vertical-align: middle;
width: 14px;
height: 14px;
margin: 0 3px;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.edgtf-pl-loading .edgtf-pl-loading-bounce1 {
-webkit-animation-delay: -0.32s;
-moz-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.edgtf-pl-loading .edgtf-pl-loading-bounce2 {
-webkit-animation-delay: -0.16s;
-moz-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes sk-bouncedelay {
0%, 80%, 100% {
-moz-transform: scale(0);
}
40% {
-moz-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* ==========================================================================
Portfolio loading element style - end
========================================================================== */
/* ==========================================================================
Portfolio Project Info shortcode style - begin
========================================================================== */
.edgtf-portfolio-project-info {
position: relative;
display: inline-block;
vertical-align: middle;
}
.edgtf-portfolio-project-info .edgtf-ppi-label {
margin: 0;
padding: 0;
}
.edgtf-portfolio-project-info > div {
position: relative;
display: inline-block;
vertical-align: middle;
}
.edgtf-portfolio-project-info > div a {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0;
}
.edgtf-portfolio-project-info > div a:last-child {
margin: 0;
}
.edgtf-portfolio-project-info .edgtf-ppi-title {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
}
/* ==========================================================================
Portfolio Project Info shortcode style - end
========================================================================== */
/* ==========================================================================
Portfolio Slider shortcode style - begin
========================================================================== */
.edgtf-portfolio-slider-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
}
.edgtf-portfolio-slider-holder .edgtf-pl-inner {
margin: 0 !important;
}
.edgtf-portfolio-slider-holder article {
width: auto !important;
padding: 0 !important;
margin: 0 !important;
float: none !important;
}
.edgtf-portfolio-slider-holder .owl-nav .owl-prev,
.edgtf-portfolio-slider-holder .owl-nav .owl-next {
position: absolute;
top: 50%;
z-index: 3;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.edgtf-portfolio-slider-holder .owl-nav .owl-prev:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .owl-nav .owl-prev:hover .edgtf-next-icon,
.edgtf-portfolio-slider-holder .owl-nav .owl-next:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .owl-nav .owl-next:hover .edgtf-next-icon {
color: #6b74e6;
}
.edgtf-portfolio-slider-holder .owl-nav .owl-prev {
left: 20px;
}
.edgtf-portfolio-slider-holder .owl-nav .owl-next {
right: 20px;
}
.edgtf-portfolio-slider-holder .owl-nav .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .owl-nav .edgtf-next-icon {
position: relative;
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.edgtf-portfolio-slider-holder .owl-nav .edgtf-prev-icon .edgtf-icon-arrow,
.edgtf-portfolio-slider-holder .owl-nav .edgtf-next-icon .edgtf-icon-arrow {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 46px;
line-height: inherit;
}
.edgtf-portfolio-slider-holder .owl-nav .edgtf-prev-icon .edgtf-icon-arrow:before,
.edgtf-portfolio-slider-holder .owl-nav .edgtf-next-icon .edgtf-icon-arrow:before {
display: block;
line-height: inherit;
}
.edgtf-portfolio-slider-holder .owl-dots {
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
text-align: center;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot {
display: inline-block;
vertical-align: middle;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot span {
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
margin: 0 6px;
border-radius: 3em;
background-color: transparent;
border: 2px solid rgba(51, 51, 51, 0.5);
-webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
-moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
transition: background-color 0.2s ease-out, border 0.2s ease-out;
box-sizing: border-box;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot:hover span, .edgtf-portfolio-slider-holder .owl-dots .owl-dot.active span {
background-color: #333;
border-color: #333;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-prev:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-prev:hover .edgtf-next-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-next:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-next:hover .edgtf-next-icon {
color: rgba(255, 255, 255, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .edgtf-next-icon {
color: #fff;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-prev:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-prev:hover .edgtf-next-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-next:hover .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-next:hover .edgtf-next-icon {
color: rgba(51, 51, 51, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .edgtf-prev-icon,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .edgtf-next-icon {
color: #333;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.2);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot.active span, .edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot:hover span {
background-color: rgba(255, 255, 255, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot span {
background-color: rgba(51, 51, 51, 0.2);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot.active span, .edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot:hover span {
background-color: rgba(51, 51, 51, 0.8);
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-bellow-slider .owl-nav .owl-prev,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-bellow-slider .owl-nav .owl-next {
margin: -19px 0 0;
}
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-bellow-slider .owl-dots {
position: relative;
bottom: auto;
margin: 16px 0 0;
}
/* ==========================================================================
Portfolio Slider shortcode style - end
========================================================================== */
/* ==========================================================================
Portfolio Item Layout - Gallery Overlay style - begin
========================================================================== */
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-title,
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-excerpt {
color: #fff;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder a {
color: #fff;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder a:hover {
color: #6b74e6;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text-holder {
opacity: 1;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay .edgtf-pli-text-holder {
position: absolute;
display: block;
width: 100%;
top: 0;
left: 0;
height: 100%;
padding: 20px;
background-color: rgba(51, 51, 51, 0.4);
opacity: 0;
text-align: center;
-webkit-transition: opacity 0.5s cubic-bezier(0.1, 0.48, 0.12, 0.97);
-moz-transition: opacity 0.5s cubic-bezier(0.1, 0.48, 0.12, 0.97);
transition: opacity 0.5s cubic-bezier(0.1, 0.48, 0.12, 0.97);
box-sizing: border-box;
}
/* ==========================================================================
Portfolio Item Layout - Gallery Overlay style - end
========================================================================== */
/* ==========================================================================
Portfolio Item Layout - Standard Shader style - begin
========================================================================== */
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-image:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
z-index: 1;
background-color: rgba(51, 51, 51, 0.4);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-link {
z-index: 2;
}
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article:hover .edgtf-pli-image:after {
opacity: 1;
}
.edgtf-portfolio-list-holder.edgtf-pl-standard-shader .edgtf-pli-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 24px 0 0;
}
/* ==========================================================================
Portfolio Item Layout - Standard Shader style - end
========================================================================== */
/* ==========================================================================
Portfolio Single page style - begin
========================================================================== */
.single-portfolio-item .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
padding-top: 120px;
}
.edgtf-portfolio-single-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
box-sizing: border-box;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image a, .edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image img {
position: relative;
display: block;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item p, .edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a {
display: table-cell;
vertical-align: top;
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-title {
font-size: 14px;
font-weight: 400;
color: #333;
padding: 0 4px 0 0;
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-category,
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-tag {
padding: 0 4px 0 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a {
color: #666;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:hover {
color: #6b74e6;
}
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-social-share ul li a {
font-size: 13px;
}
/* ==========================================================================
Portfolio Single page style - end
========================================================================== */
/* ==========================================================================
Portfolio Single page specific style for types - begin
========================================================================== */
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images {
/***** Columns Layout - begin *****/
/***** Columns Layout - end *****/
/***** Space Between Columns Space - begin *****/
/***** Space Between Columns Space - end *****/
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-two-columns .edgtf-ps-image {
width: 50%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-two-columns .edgtf-ps-image:nth-child(2n+1) {
clear: both;
}
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-three-columns .edgtf-ps-image {
width: 33.33333%;
}
@media only screen and (min-width: 1025px) {
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-three-columns .edgtf-ps-image:nth-child(3n+1) {
clear: both;
}
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-four-columns .edgtf-ps-image {
width: 25%;
}
@media only screen and (min-width: 1201px) {
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-four-columns .edgtf-ps-image:nth-child(4n+1) {
clear: both;
}
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-no-space .edgtf-ps-image-inner {
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-no-space .edgtf-ps-image {
padding: 0 0px;
margin: 0 0 0px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-tiny-space {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-tiny-space .edgtf-ps-image-inner {
margin: 0 -5px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-tiny-space .edgtf-ps-image {
padding: 0 5px;
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-small-space {
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-small-space .edgtf-ps-image-inner {
margin: 0 -10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-small-space .edgtf-ps-image {
padding: 0 10px;
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-normal-space {
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-normal-space .edgtf-ps-image-inner {
margin: 0 -15px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-normal-space .edgtf-ps-image {
padding: 0 15px;
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images {
/***** Columns Layout - begin *****/
/***** Columns Layout - end *****/
/***** Space Between Columns Space - begin *****/
/***** Space Between Columns Space - end *****/
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-grid-sizer {
width: 25%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-grid-gutter {
width: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-grid-sizer {
width: 50%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image.edgtf-ps-masonry-large-item {
width: 100%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-grid-sizer {
width: 33.33333%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image.edgtf-ps-masonry-large-item {
width: 66.66667%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-grid-sizer {
width: 25%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image.edgtf-ps-masonry-large-item {
width: 50%;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-no-space .edgtf-ps-image-inner {
margin: 0;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-no-space .edgtf-ps-image {
padding: 0 0px;
margin: 0 0 0px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-tiny-space {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-tiny-space .edgtf-ps-image-inner {
margin: 0 -5px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-tiny-space .edgtf-ps-image {
padding: 0 5px;
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-small-space {
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-small-space .edgtf-ps-image-inner {
margin: 0 -10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-small-space .edgtf-ps-image {
padding: 0 10px;
margin: 0 0 20px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-normal-space {
margin: 0 0 10px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-normal-space .edgtf-ps-image-inner {
margin: 0 -15px;
}
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-normal-space .edgtf-ps-image {
padding: 0 15px;
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single page specific style for types - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Gallery layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder {
width: 100%;
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image {
float: left;
}
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(51, 51, 51, 0.7);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:hover:after {
opacity: 1;
}
/* ==========================================================================
Portfolio Single - Gallery layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Huge Images layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout {
padding: 0 4%;
box-sizing: border-box;
}
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
margin: 0;
}
@media only screen and (max-width: 1200px) {
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout {
padding: 0 40px;
}
}
@media only screen and (max-width: 768px) {
.edgtf-portfolio-single-holder.edgtf-ps-huge-images-layout {
padding: 0 30px;
}
}
/* ==========================================================================
Portfolio Single - Huge Images layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Images layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
margin: 0;
}
/* ==========================================================================
Portfolio Single - Images layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Masonry layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
}
/* ==========================================================================
Portfolio Single - Masonry layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Slider layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder {
margin: 0 0 40px;
}
.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
visibility: hidden;
}
.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder .edgtf-ps-image img {
width: 100%;
}
/* ==========================================================================
Portfolio Single - Slider layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Gallery layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder {
width: 100%;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image {
float: left;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(51, 51, 51, 0.7);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:hover:after {
opacity: 1;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Gallery layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Images layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
margin: 0 0 30px;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
margin: 0;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Images layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Masonry layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Masonry layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single - Small Slider layout style - begin
========================================================================== */
.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
visibility: hidden;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder .edgtf-ps-image img {
width: 100%;
}
.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-content-item {
margin: 0 0 30px;
}
/* ==========================================================================
Portfolio Single - Small Slider layout style - end
========================================================================== */
/* ==========================================================================
Portfolio Single navigation style - begin
========================================================================== */
.edgtf-ps-navigation {
position: relative;
display: table;
width: 100%;
vertical-align: middle;
padding: 0;
margin: 60px 0 85px;
clear: both;
box-sizing: border-box;
}
.edgtf-ps-full-width-custom-layout .edgtf-ps-navigation {
padding: 0 40px;
}
.edgtf-ps-navigation .edgtf-ps-back-btn {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.edgtf-ps-navigation .edgtf-ps-back-btn a {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
cursor: pointer;
font-size: 30px;
line-height: 1;
}
.edgtf-ps-navigation .edgtf-ps-back-btn a span {
display: block;
line-height: inherit;
}
.edgtf-ps-navigation .edgtf-ps-back-btn a span:before, .edgtf-ps-navigation .edgtf-ps-back-btn a span:after {
display: block;
line-height: 14px;
}
.edgtf-ps-navigation .edgtf-ps-prev,
.edgtf-ps-navigation .edgtf-ps-next {
position: relative;
display: table-cell;
vertical-align: middle;
width: 49%;
padding: 0;
box-sizing: border-box;
}
.edgtf-ps-navigation .edgtf-ps-prev a,
.edgtf-ps-navigation .edgtf-ps-next a {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 40px;
line-height: 50px;
}
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark,
.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark {
position: relative;
display: inline-block;
vertical-align: top;
}
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark:before,
.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark:before {
display: block;
line-height: inherit;
}
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark {
left: 0;
}
.edgtf-ps-navigation .edgtf-ps-next {
text-align: right;
}
.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark {
right: 0;
}
/* ==========================================================================
Portfolio Single navigation style - end
========================================================================== */
/* ==========================================================================
Portfolio Single navigation style - begin
========================================================================== */
.edgtf-ps-related-posts-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 30px 0 0;
clear: both;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-posts {
margin: 0 -15px;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-post {
position: relative;
display: inline-block;
vertical-align: middle;
width: 25%;
float: left;
padding: 0 15px;
box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
.edgtf-ps-related-posts-holder .edgtf-ps-related-post {
width: 50%;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-post:nth-child(2n+1) {
clear: both;
}
}
@media only screen and (max-width: 680px) {
.edgtf-ps-related-posts-holder .edgtf-ps-related-post {
width: 100%;
}
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-image a, .edgtf-ps-related-posts-holder .edgtf-ps-related-image img {
display: block;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-text .edgtf-ps-related-title {
margin: 0;
}
.edgtf-ps-related-posts-holder .edgtf-ps-related-text .edgtf-ps-related-categories {
margin: 6px 0 0;
}
/* ==========================================================================
Portfolio Single navigation style - end
========================================================================== */
/* ==========================================================================
# Team list - begin
========================================================================== */
.edgtf-team-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-team-list-holder .edgtf-tl-inner {
margin: 0 -15px;
}
.edgtf-team-list-holder .edgtf-team {
float: left;
padding: 0 15px;
margin-bottom: 30px;
box-sizing: border-box;
}
.edgtf-team-list-holder.edgtf-tl-two-columns .edgtf-team {
width: 50%;
}
@media only screen and (min-width: 1025px) {
.edgtf-team-list-holder.edgtf-tl-two-columns .edgtf-team:nth-child(2n+1) {
clear: both;
}
}
.edgtf-team-list-holder.edgtf-tl-three-columns .edgtf-team {
width: 33.33333%;
}
@media only screen and (min-width: 1025px) {
.edgtf-team-list-holder.edgtf-tl-three-columns .edgtf-team:nth-child(3n+1) {
clear: both;
}
}
.edgtf-team-list-holder.edgtf-tl-four-columns .edgtf-team {
width: 25%;
}
@media only screen and (min-width: 1201px) {
.edgtf-team-list-holder.edgtf-tl-four-columns .edgtf-team:nth-child(4n+1) {
clear: both;
}
}
.edgtf-team-list-holder.edgtf-tl-five-columns .edgtf-team {
width: 20%;
}
@media only screen and (min-width: 1201px) {
.edgtf-team-list-holder.edgtf-tl-five-columns .edgtf-team:nth-child(5n+1) {
clear: both;
}
}
/* ==========================================================================
# Team list - end
========================================================================== */
/* ==========================================================================
# Team style - begin
========================================================================== */
/* Team type simple - begin
========================================================================== */
.edgtf-team {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-team .edgtf-team-info-tb {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
opacity: 0;
background-color: rgba(51, 51, 51, 0.4);
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.touch .edgtf-team .edgtf-team-info-tb {
cursor: pointer;
}
.edgtf-team .edgtf-team-info-tb:hover {
opacity: 1;
}
.edgtf-team .edgtf-team-info-tc {
position: absolute;
top: 50%;
left: 0;
display: inline-block;
vertical-align: middle;
width: 100%;
padding: 10px;
text-align: center;
box-sizing: border-box;
z-index: 10;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode {
margin: 0 8px;
font-size: 20px;
color: #fff;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode:hover {
color: #6b74e6;
}
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode a,
.edgtf-team .edgtf-team-info-tc .edgtf-icon-shortcode .edgtf-icon-element {
color: inherit;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.edgtf-team.info-bellow .edgtf-team-inner {
text-align: center;
width: 100%;
}
.edgtf-team.info-bellow .edgtf-team-image {
position: relative;
overflow: hidden;
display: block;
margin: 0 auto;
}
.edgtf-team.info-bellow .edgtf-team-image img {
display: block;
}
.edgtf-team.info-bellow .edgtf-team-title-holder {
margin: 37px 0 0;
}
.edgtf-team.info-bellow .edgtf-team-title-holder .edgtf-team-name {
font-weight: 500;
margin: 33px 0 0;
}
.edgtf-team.info-bellow .edgtf-team-title-holder .edgtf-team-position {
margin: 13px 0 27px;
}
.edgtf-team.info-bellow .edgtf-team-text {
margin: 0 0 27px;
}
.edgtf-team.info-bellow .edgtf-team-text .edgtf-team-excerpt {
margin: 7px 0 10px 0;
}
.edgtf-team.info-bellow .edgtf-team-social {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.edgtf-team.info-bellow:hover .edgtf-team-info-tb {
opacity: 1;
}
.edgtf-team.info-bellow:hover .edgtf-team-social {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.edgtf-team.info-hover .edgtf-team-inner {
position: relative;
}
.edgtf-team.info-hover .edgtf-team-inner:hover .edgtf-team-info {
opacity: 1;
}
.edgtf-team.info-hover .edgtf-team-image img {
display: block;
}
.edgtf-team.info-hover .edgtf-team-name {
margin: 0;
font-weight: 500;
}
.edgtf-team.info-hover .edgtf-team-position {
margin: 11px 0 0;
}
.edgtf-team.info-hover .edgtf-team-social-holder-between {
margin: 29px 0 0;
}
.edgtf-team.info-hover .edgtf-team-name,
.edgtf-team.info-hover .edgtf-team-position,
.edgtf-team.info-hover .edgtf-team-text,
.edgtf-team.info-hover .edgtf-icon-shortcode,
.edgtf-team.info-hover .edgtf-icon-shortcode > * {
color: #fff;
}
/* ==========================================================================
# Team style - end
========================================================================== */
.edgtf-team-single-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-team-single-holder .edgtf-name {
margin: 0 0 20px;
}
.edgtf-team-single-holder .edgtf-position {
margin: 0;
color: #ababab;
}
.edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
.edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode a, .edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode span, .edgtf-team-single-holder .edgtf-position .edgtf-icon-shortcode i {
color: #999;
}
.edgtf-team-single-holder .edgtf-ts-info-row {
padding: 10px 0;
border-bottom: 1px solid #dadada;
color: #ababab;
font-size: 12px;
}
.edgtf-team-single-holder .edgtf-ts-info-row:last-child {
border: 0;
}
.edgtf-team-single-holder .edgtf-ts-info-row .edgtf-ts-bio-icon {
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
font-size: 18px;
}
.edgtf-team-single-holder .edgtf-ts-info-row .edgtf-ts-bio-info {
display: inline-block;
vertical-align: middle;
}
.edgtf-team-single-holder .edgtf-team-single-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 30px 0 0;
}
/* ==========================================================================
Testimonials boxed style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-boxed {
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-boxed-single .edgtf-testimonial-content {
text-align: center;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-no-navs .edgtf-testimonials {
margin: 0;
padding: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonials {
margin: 0 -50px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content {
box-sizing: border-box;
z-index: 1;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-content-inner {
padding: 64px 58px 75px;
margin: 0 11px;
background-color: #fbfbfb;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image {
margin: 0 0 41px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image img {
display: block;
height: 114px;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials boxed style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-simple {
text-align: center;
/* Light styles */
/* Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 38px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
border-radius: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-title {
margin: 0 0 20px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author {
display: block;
font-size: 16px;
margin: 28px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: ",";
width: auto;
margin: 0 4px 0 -4px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-text {
font-size: 1.643em;
line-height: 40px;
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot span {
background-color: rgba(0, 0, 0, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot.active span {
background-color: #000;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-standard {
text-align: center;
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 28px;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-title {
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author {
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
/* ==========================================================================
Testimonials shortcode style - begin
========================================================================== */
.edgtf-testimonials-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-testimonials-holder .edgtf-testimonials,
.edgtf-testimonials-holder .edgtf-testimonial-content,
.edgtf-testimonials-holder .edgtf-testimonial-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.edgtf-testimonials-holder .edgtf-testimonials {
padding: 0 50px;
box-sizing: border-box;
}
.edgtf-testimonials-holder .edgtf-testimonial-image img {
width: auto !important;
border-radius: 5em;
}
.edgtf-testimonials-holder .owl-item {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
/* ==========================================================================
Testimonials boxed style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-boxed {
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-boxed-single .edgtf-testimonial-content {
text-align: center;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-no-navs .edgtf-testimonials {
margin: 0;
padding: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonials {
margin: 0 -50px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content {
box-sizing: border-box;
z-index: 1;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-content-inner {
padding: 64px 58px 75px;
margin: 0 11px;
background-color: #fbfbfb;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image {
margin: 0 0 41px;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-content .edgtf-testimonial-image img {
display: block;
height: 114px;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-boxed.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials boxed style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-standard {
text-align: center;
/* Light/Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 28px;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-title {
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author {
font-size: 12px;
text-align: center;
margin: 9px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-author-label {
font-weight: 500;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: "/";
width: auto;
margin: 0 2px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-standard.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
/* ==========================================================================
Testimonials standard style - begin
========================================================================== */
.edgtf-testimonials-holder.edgtf-testimonials-simple {
text-align: center;
/* Light styles */
/* Dark styles */
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 38px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-image img {
display: block;
margin: 0 auto;
border-radius: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-title {
margin: 0 0 20px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author {
display: block;
font-size: 16px;
margin: 28px 0 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-author .edgtf-testimonial-position:before {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
content: ",";
width: auto;
margin: 0 4px 0 -4px;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple .edgtf-testimonial-text {
font-size: 1.643em;
line-height: 40px;
margin: 0;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-title,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-text,
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .edgtf-testimonial-author {
color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-light .owl-dots .owl-dot.active span {
background-color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot span {
background-color: rgba(0, 0, 0, 0.3);
}
.edgtf-testimonials-holder.edgtf-testimonials-simple.edgtf-testimonials-dark .owl-dots .owl-dot.active span {
background-color: #000;
}
/* ==========================================================================
Testimonials standard style - end
========================================================================== */
@-webkit-keyframes fadeInLeft {
0%, 10% {
opacity: 0;
-webkit-transform: translate3d(-30px, 0, 0);
-moz-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
35% {
opacity: 1;
}
70% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
0%, 10% {
opacity: 0;
-webkit-transform: translate3d(-30px, 0, 0);
-moz-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
35% {
opacity: 1;
}
70% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
15%, 100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
15%, 100% {
opacity: 0;
}
}
/* ==========================================================================
Testimonials shortcode style - end
========================================================================== */
/*# sourceMappingURL=../../../../plugins/edgtf-core/assets/css/custom-post-types.css.map */ | 0.444324 | 0.119408 |
.user-profile,.cover,.user-bio,.user-info,.user-post,.post-section{
padding:10px;
}
.cover-image,.user-info,.post-section,.post-box{
border-radius: 10px;
}
.user-profile{
position: relative;
margin: auto;
margin-top: 30px;
}
.cover-image{
position: relative;
max-height: 230px;
min-height: 230px;
overflow: hidden;
border: 1px solid #DBDBDB;
margin-bottom: 30px;
}
.cover-image img{
width: 100%;
height: 100%;
}
.cover-image .edit-cover{
position: absolute;
color: #fff;
font-size: 24px;
right: 5px;
display: block;
padding: 10px;
}
.pro-img{
position: absolute;
top: 50%;
left:50%;
transform: translateX(-50%);
height: 120px;
width: 120px;
border-radius: 50%;
border: 1px solid #DBDBDB;
background-color: white;
z-index: 1;
}
.pro-img img{
border-radius: 50%;
width:100% ;
height:100%;
overflow: hidden;
}
.edit-pro{
position: absolute;
font-size: 20px;
font-weight: 300;
bottom: 5px;
right: 0;
color: #fff;
background-color: #7e7d7d;
opacity: .9;
height: 32px;
width: 35px;
text-align: center;
border-radius: 50%;
}
.user-name{
display: flex;
height: auto;
padding: 10px;
}
.name-info{
margin: auto;
text-align: center;
}
.name-info b{
font-size: 1.2rem;
}
.name-info span{
display: block;
color: #5f5e5e;
font-size: 0.9rem;
}
.user-rating{
display: flex;
flex-direction: row;
margin: 10px 0px 10px 0px;
}
.count{
margin: 0px 20px;
padding: 0px 20px;
}
.count b{
display: block;
margin: 5px 0px;
text-align: center;
}
.count span{
color: #8a8787;
font-weight: 500;
}
.user-button{
padding: 6px 15px;
margin: 10px;
border-radius: 10px;
border: 1px solid #DBDBDB;
color: #fff;
background: #f55858;
font-weight: 400;
cursor: pointer;
}
.user-button i{
margin: 4px 0px 0px 6px;
color: #ffffff;
}
.post-section{
position: relative;
border: 1px solid #DBDBDB;
padding: 10px;
}
.post-nav{
margin: 0px auto;
border-bottom: 1px solid #DBDBDB;
}
.post-nav a{
display: inline-block;
text-align: center;
position: relative;
margin: 0px 5px;
padding: 5px 10px;
}
.post-nav a::after{
position: absolute;
content: '';
visibility:hidden;
width: 0%;
height: 0;
bottom: 0;
left: 5%;
transform: translate(0px);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
background:#8d8d8d;
border: 2px solid #8d8d8d;
}
.post-nav a:hover::after,.post-nav a:active::after{
visibility: visible;
width: 90%;
right: 5%;
}
.post-nav a{
color: #000;
}
.post-nav a{
visibility: visible;
}
.post-section .saved{
display: none;
}
/*toggle block*/
.active{
display: block;
}
.post-image{
display: flex;
flex-wrap: wrap;
}
.post-box{
flex: 25%;
max-width: 30%;
height: 300px;
width:180px;
overflow: hidden;
margin:8px;
align-items: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.post-box img{
border-radius: 8px;
vertical-align: middle;
width: 100%;
}
.user-info{
display: none;
position: relative;
border: 1px solid #DBDBDB;
margin-top: 10px;
height: auto;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.post-box {
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.post-box {
flex: 100%;
max-width: 100%;
}
.count{
margin: 0px 10px;
padding: 0px 10px;
}
} | css/profile.css | .user-profile,.cover,.user-bio,.user-info,.user-post,.post-section{
padding:10px;
}
.cover-image,.user-info,.post-section,.post-box{
border-radius: 10px;
}
.user-profile{
position: relative;
margin: auto;
margin-top: 30px;
}
.cover-image{
position: relative;
max-height: 230px;
min-height: 230px;
overflow: hidden;
border: 1px solid #DBDBDB;
margin-bottom: 30px;
}
.cover-image img{
width: 100%;
height: 100%;
}
.cover-image .edit-cover{
position: absolute;
color: #fff;
font-size: 24px;
right: 5px;
display: block;
padding: 10px;
}
.pro-img{
position: absolute;
top: 50%;
left:50%;
transform: translateX(-50%);
height: 120px;
width: 120px;
border-radius: 50%;
border: 1px solid #DBDBDB;
background-color: white;
z-index: 1;
}
.pro-img img{
border-radius: 50%;
width:100% ;
height:100%;
overflow: hidden;
}
.edit-pro{
position: absolute;
font-size: 20px;
font-weight: 300;
bottom: 5px;
right: 0;
color: #fff;
background-color: #7e7d7d;
opacity: .9;
height: 32px;
width: 35px;
text-align: center;
border-radius: 50%;
}
.user-name{
display: flex;
height: auto;
padding: 10px;
}
.name-info{
margin: auto;
text-align: center;
}
.name-info b{
font-size: 1.2rem;
}
.name-info span{
display: block;
color: #5f5e5e;
font-size: 0.9rem;
}
.user-rating{
display: flex;
flex-direction: row;
margin: 10px 0px 10px 0px;
}
.count{
margin: 0px 20px;
padding: 0px 20px;
}
.count b{
display: block;
margin: 5px 0px;
text-align: center;
}
.count span{
color: #8a8787;
font-weight: 500;
}
.user-button{
padding: 6px 15px;
margin: 10px;
border-radius: 10px;
border: 1px solid #DBDBDB;
color: #fff;
background: #f55858;
font-weight: 400;
cursor: pointer;
}
.user-button i{
margin: 4px 0px 0px 6px;
color: #ffffff;
}
.post-section{
position: relative;
border: 1px solid #DBDBDB;
padding: 10px;
}
.post-nav{
margin: 0px auto;
border-bottom: 1px solid #DBDBDB;
}
.post-nav a{
display: inline-block;
text-align: center;
position: relative;
margin: 0px 5px;
padding: 5px 10px;
}
.post-nav a::after{
position: absolute;
content: '';
visibility:hidden;
width: 0%;
height: 0;
bottom: 0;
left: 5%;
transform: translate(0px);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
background:#8d8d8d;
border: 2px solid #8d8d8d;
}
.post-nav a:hover::after,.post-nav a:active::after{
visibility: visible;
width: 90%;
right: 5%;
}
.post-nav a{
color: #000;
}
.post-nav a{
visibility: visible;
}
.post-section .saved{
display: none;
}
/*toggle block*/
.active{
display: block;
}
.post-image{
display: flex;
flex-wrap: wrap;
}
.post-box{
flex: 25%;
max-width: 30%;
height: 300px;
width:180px;
overflow: hidden;
margin:8px;
align-items: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.post-box img{
border-radius: 8px;
vertical-align: middle;
width: 100%;
}
.user-info{
display: none;
position: relative;
border: 1px solid #DBDBDB;
margin-top: 10px;
height: auto;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.post-box {
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.post-box {
flex: 100%;
max-width: 100%;
}
.count{
margin: 0px 10px;
padding: 0px 10px;
}
} | 0.461988 | 0.120155 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
body,
input,
textarea,
.mbr-company .list-group-text {
font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
font-family: 'Lora', serif;
}
.mbr-author-name {
font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
font-family: 'Lora', serif;
}
.mbr-plan-title {
font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
font-family: 'Lora', serif;
}
.bg-primary {
background-color: #f3c649 !important;
}
.bg-success {
background-color: #41a85f !important;
}
.bg-info {
background-color: #7e9b9f !important;
}
.bg-warning {
background-color: #f3c649 !important;
}
.bg-danger {
background-color: #f28281 !important;
}
.btn-primary {
background-color: #f3c649;
border-color: #f3c649;
color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #e1a90f;
border-color: #e1a90f;
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #ffffff !important;
background-color: #e1a90f !important;
border-color: #e1a90f !important;
}
.btn-secondary {
background-color: #bfcecb;
border-color: #bfcecb;
color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
color: #ffffff;
background-color: #94ada8;
border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #ffffff !important;
background-color: #94ada8 !important;
border-color: #94ada8 !important;
}
.btn-info {
background-color: #7e9b9f;
border-color: #7e9b9f;
color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
color: #ffffff;
background-color: #597478;
border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
color: #ffffff !important;
background-color: #597478 !important;
border-color: #597478 !important;
}
.btn-success {
background-color: #41a85f;
border-color: #41a85f;
color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
color: #ffffff;
background-color: #2c7140;
border-color: #2c7140;
}
.btn-success.disabled,
.btn-success:disabled {
color: #ffffff !important;
background-color: #2c7140 !important;
border-color: #2c7140 !important;
}
.btn-warning {
background-color: #f3c649;
border-color: #f3c649;
color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
color: #ffffff;
background-color: #e1a90f;
border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #ffffff !important;
background-color: #e1a90f !important;
border-color: #e1a90f !important;
}
.btn-danger {
background-color: #f28281;
border-color: #f28281;
color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
color: #ffffff;
background-color: #eb3d3c;
border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #ffffff !important;
background-color: #eb3d3c !important;
border-color: #eb3d3c !important;
}
.btn-primary-outline {
background: none;
border-color: #c9970d;
color: #c9970d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
color: #ffffff;
background-color: #f3c649;
border-color: #f3c649;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
color: #ffffff !important;
background-color: #f3c649 !important;
border-color: #f3c649 !important;
}
.btn-secondary-outline {
background: none;
border-color: #85a29c;
color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
color: #ffffff;
background-color: #bfcecb;
border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
color: #ffffff !important;
background-color: #bfcecb !important;
border-color: #bfcecb !important;
}
.btn-info-outline {
background: none;
border-color: #4e6669;
color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
color: #ffffff;
background-color: #7e9b9f;
border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
color: #ffffff !important;
background-color: #7e9b9f !important;
border-color: #7e9b9f !important;
}
.btn-success-outline {
background: none;
border-color: #255e35;
color: #255e35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
color: #ffffff;
background-color: #41a85f;
border-color: #41a85f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
color: #ffffff !important;
background-color: #41a85f !important;
border-color: #41a85f !important;
}
.btn-warning-outline {
background: none;
border-color: #c9970d;
color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
color: #ffffff;
background-color: #f3c649;
border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
color: #ffffff !important;
background-color: #f3c649 !important;
border-color: #f3c649 !important;
}
.btn-danger-outline {
background: none;
border-color: #e82625;
color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
color: #ffffff;
background-color: #f28281;
border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
color: #ffffff !important;
background-color: #f28281 !important;
border-color: #f28281 !important;
}
.text-primary {
color: #f3c649 !important;
}
.text-success {
color: #41a85f !important;
}
.text-info {
color: #7e9b9f !important;
}
.text-warning {
color: #f3c649 !important;
}
.text-danger {
color: #f28281 !important;
}
.alert-success {
background-color: #41a85f;
}
.alert-info {
background-color: #7e9b9f;
}
.alert-warning {
background-color: #f3c649;
}
.alert-danger {
background-color: #f28281;
}
.btn-social {
border-color: #f3c649;
}
.btn-social:hover {
background: #f3c649;
}
.mbr-company .list-group-item.active .list-group-text {
color: #f3c649;
}
.mbr-footer p a,
.mbr-footer ul a {
color: #f3c649;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
background: #f3c649;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
color: #f3c649;
}
.lead a,
.lead a:hover {
color: #f3c649;
}
.lead blockquote {
border-color: #f3c649;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
color: #93d5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
color: #f3c649;
}
.extCountdown1 .number,
.extCountdown2 .number {
font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
font-family: 'Lora', serif;
}
.features6 .feature-title {
font-family: 'Montserrat', sans-serif;
}
.features6 .description {
font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
color: #f3c649;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
font-family: 'Montserrat', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
font-family: 'Lora', serif;
}
.extHeader5 .container label {
font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
font-family: 'Lora', serif;
}
.extHeader13 h4 {
font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
font-family: 'Lora', serif;
}
.extHeader13 .dot {
font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
font-family: 'Lora', serif;
}
.extFeatures .feature-text {
font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
border-color: #f3c649;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
font-family: 'Lora', serif;
}
.extForm2 .container h3 {
font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
border-bottom-color: #f3c649;
}
.extPricingTable1 .mbr-price small {
font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
background: #f3c649;
}
.extCounters2 h4 {
font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
font-family: 'Lora', serif;
}
.extCounters3 .count {
font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
background-color: #f3c649;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
background-color: #f3c649;
}
@media screen and (min-width: 0\0) {
.extProgressBar .progress-primary .progress-bar {
background-color: #f3c649;
}
}
.extProgressBar .title-wrap {
font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
color: #f3c649;
}
.extAccordion1 .panel-heading a {
font-family: 'Raleway', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
background-color: #f3c649;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
font-family: 'Raleway', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
background-color: #f3c649;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
background-color: #f3c649;
}
@media screen and (min-width: 0\0) {
.extProgressBar5 .progress-primary .progress-bar {
background-color: #f3c649;
}
}
.extProgressBar5 .title-wrap {
font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
color: #f3c649 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
color: #f3c649;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
color: #f3c649;
}
.theme-border {
border: 1px solid #f3c649;
}
#menu-k .hide-buttons .nav-btn {
display: none !important;
}
#menu-k .navbar-caption {
color: #ffffff;
}
#menu-k .navbar-toggler {
color: #ffffff;
}
#menu-k .close-icon::before,
#menu-k .close-icon::after {
background-color: #ffffff;
}
#menu-k .link,
#menu-k .dropdown-item {
color: #ffffff;
}
#menu-k .link {
font-size: 0.75rem;
}
#menu-k .dropdown-item,
#menu-k .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-k .link:hover,
#menu-k .dropdown-item:hover,
#menu-k .link:focus,
#menu-k .dropdown-item:focus {
color: #f3c649;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-menu {
background: #0e0e0e;
}
#menu-k .nav-dropdown-sm .link:focus,
#menu-k .nav-dropdown-sm .link:hover,
#menu-k .nav-dropdown-sm .dropdown-item:focus,
#menu-k .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-k .navbar,
#menu-k .nav-dropdown-sm,
#menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-k .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-k .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-k .bg-color.transparent.opened .link:hover,
#menu-k .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-l B {
color: #00a885;
}
#contacts1-l P {
color: #ffffff;
}
#menu-0 .hide-buttons .nav-btn {
display: none !important;
}
#menu-0 .navbar-caption {
color: #ffffff;
}
#menu-0 .navbar-toggler {
color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
color: #ffffff;
}
#menu-0 .link {
font-size: 0.75rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
color: #f3c649;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
background: #0e0e0e;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-0 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#extHeader5-7 H3 {
color: #414141;
}
#contacts1-c B {
color: #00a885;
}
#contacts1-c P {
color: #ffffff;
}
#social-buttons2-h .mbr-section-title,
#social-buttons2-h .btn-social {
color: #232323;
}
#menu-n .hide-buttons .nav-btn {
display: none !important;
}
#menu-n .navbar-caption {
color: #ffffff;
}
#menu-n .navbar-toggler {
color: #ffffff;
}
#menu-n .close-icon::before,
#menu-n .close-icon::after {
background-color: #ffffff;
}
#menu-n .link,
#menu-n .dropdown-item {
color: #ffffff;
}
#menu-n .link {
font-size: 0.75rem;
}
#menu-n .dropdown-item,
#menu-n .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-n .link:hover,
#menu-n .dropdown-item:hover,
#menu-n .link:focus,
#menu-n .dropdown-item:focus {
color: #f3c649;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-menu {
background: #0e0e0e;
}
#menu-n .nav-dropdown-sm .link:focus,
#menu-n .nav-dropdown-sm .link:hover,
#menu-n .nav-dropdown-sm .dropdown-item:focus,
#menu-n .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-n .navbar,
#menu-n .nav-dropdown-sm,
#menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-n .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-n .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-n .bg-color.transparent.opened .link:hover,
#menu-n .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#msg-box8-1g .mbr-section-title,
#msg-box8-1g p {
color: #fff;
}
#msg-box8-1l .mbr-section-title,
#msg-box8-1l p {
color: #fff;
}
#contacts1-o B {
color: #00a885;
}
#contacts1-o P {
color: #ffffff;
}
#menu-q .hide-buttons .nav-btn {
display: none !important;
}
#menu-q .navbar-caption {
color: #ffffff;
}
#menu-q .navbar-toggler {
color: #ffffff;
}
#menu-q .close-icon::before,
#menu-q .close-icon::after {
background-color: #ffffff;
}
#menu-q .link,
#menu-q .dropdown-item {
color: #ffffff;
}
#menu-q .link {
font-size: 0.75rem;
}
#menu-q .dropdown-item,
#menu-q .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-q .link:hover,
#menu-q .dropdown-item:hover,
#menu-q .link:focus,
#menu-q .dropdown-item:focus {
color: #f3c649;
}
#menu-q .link[aria-expanded="true"],
#menu-q .dropdown-menu {
background: #0e0e0e;
}
#menu-q .nav-dropdown-sm .link:focus,
#menu-q .nav-dropdown-sm .link:hover,
#menu-q .nav-dropdown-sm .dropdown-item:focus,
#menu-q .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-q .navbar,
#menu-q .nav-dropdown-sm,
#menu-q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-q .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-q .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-q .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-q .bg-color.transparent.opened .link:hover,
#menu-q .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-q .link[aria-expanded="true"],
#menu-q .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-r B {
color: #00a885;
}
#contacts1-r P {
color: #ffffff;
}
#menu-t .hide-buttons .nav-btn {
display: none !important;
}
#menu-t .navbar-caption {
color: #ffffff;
}
#menu-t .navbar-toggler {
color: #ffffff;
}
#menu-t .close-icon::before,
#menu-t .close-icon::after {
background-color: #ffffff;
}
#menu-t .link,
#menu-t .dropdown-item {
color: #ffffff;
}
#menu-t .link {
font-size: 0.75rem;
}
#menu-t .dropdown-item,
#menu-t .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-t .link:hover,
#menu-t .dropdown-item:hover,
#menu-t .link:focus,
#menu-t .dropdown-item:focus {
color: #f3c649;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-menu {
background: #0e0e0e;
}
#menu-t .nav-dropdown-sm .link:focus,
#menu-t .nav-dropdown-sm .link:hover,
#menu-t .nav-dropdown-sm .dropdown-item:focus,
#menu-t .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-t .navbar,
#menu-t .nav-dropdown-sm,
#menu-t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-t .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-t .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-t .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-t .bg-color.transparent.opened .link:hover,
#menu-t .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-u B {
color: #00a885;
}
#contacts1-u P {
color: #ffffff;
}
#menu-w .hide-buttons .nav-btn {
display: none !important;
}
#menu-w .navbar-caption {
color: #ffffff;
}
#menu-w .navbar-toggler {
color: #ffffff;
}
#menu-w .close-icon::before,
#menu-w .close-icon::after {
background-color: #ffffff;
}
#menu-w .link,
#menu-w .dropdown-item {
color: #ffffff;
}
#menu-w .link {
font-size: 0.75rem;
}
#menu-w .dropdown-item,
#menu-w .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-w .link:hover,
#menu-w .dropdown-item:hover,
#menu-w .link:focus,
#menu-w .dropdown-item:focus {
color: #f3c649;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-menu {
background: #0e0e0e;
}
#menu-w .nav-dropdown-sm .link:focus,
#menu-w .nav-dropdown-sm .link:hover,
#menu-w .nav-dropdown-sm .dropdown-item:focus,
#menu-w .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-w .navbar,
#menu-w .nav-dropdown-sm,
#menu-w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-w .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-w .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-w .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-w .bg-color.transparent.opened .link:hover,
#menu-w .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-x B {
color: #00a885;
}
#contacts1-x P {
color: #ffffff;
}
#menu-z .hide-buttons .nav-btn {
display: none !important;
}
#menu-z .navbar-caption {
color: #ffffff;
}
#menu-z .navbar-toggler {
color: #ffffff;
}
#menu-z .close-icon::before,
#menu-z .close-icon::after {
background-color: #ffffff;
}
#menu-z .link,
#menu-z .dropdown-item {
color: #ffffff;
}
#menu-z .link {
font-size: 0.75rem;
}
#menu-z .dropdown-item,
#menu-z .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-z .link:hover,
#menu-z .dropdown-item:hover,
#menu-z .link:focus,
#menu-z .dropdown-item:focus {
color: #f3c649;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-menu {
background: #0e0e0e;
}
#menu-z .nav-dropdown-sm .link:focus,
#menu-z .nav-dropdown-sm .link:hover,
#menu-z .nav-dropdown-sm .dropdown-item:focus,
#menu-z .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-z .navbar,
#menu-z .nav-dropdown-sm,
#menu-z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-z .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-z .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-z .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-z .bg-color.transparent.opened .link:hover,
#menu-z .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#msg-box8-3i .mbr-section-title,
#msg-box8-3i p {
color: #fff;
}
#header3-3k .mbr-section-title,
#header3-3k .mbr-section-subtitle {
text-align: center;
}
#header3-3m .mbr-section-title,
#header3-3m .mbr-section-subtitle {
text-align: center;
}
#header3-3t .mbr-section-title,
#header3-3t .mbr-section-subtitle {
text-align: center;
}
#header3-3v .mbr-section-title,
#header3-3v .mbr-section-subtitle {
text-align: center;
}
#header3-3x .mbr-section-title,
#header3-3x .mbr-section-subtitle {
text-align: center;
}
#header3-41 .mbr-section-title,
#header3-41 .mbr-section-subtitle {
text-align: center;
}
#header3-43 .mbr-section-title,
#header3-43 .mbr-section-subtitle {
text-align: center;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
text-align: center;
}
#header3-49 .mbr-section-title,
#header3-49 .mbr-section-subtitle {
text-align: center;
}
#header3-4d .mbr-section-title,
#header3-4d .mbr-section-subtitle {
text-align: center;
}
#header3-4f .mbr-section-title,
#header3-4f .mbr-section-subtitle {
text-align: center;
}
#header3-4j .mbr-section-title,
#header3-4j .mbr-section-subtitle {
text-align: center;
}
#header3-4l .mbr-section-title,
#header3-4l .mbr-section-subtitle {
text-align: center;
}
#header3-4p .mbr-section-title,
#header3-4p .mbr-section-subtitle {
text-align: center;
}
#header3-4t .mbr-section-title,
#header3-4t .mbr-section-subtitle {
text-align: center;
}
#header3-4x .mbr-section-title,
#header3-4x .mbr-section-subtitle {
text-align: center;
}
#header3-4z .mbr-section-title,
#header3-4z .mbr-section-subtitle {
text-align: center;
}
#header3-52 .mbr-section-title,
#header3-52 .mbr-section-subtitle {
text-align: center;
}
#header3-55 .mbr-section-title,
#header3-55 .mbr-section-subtitle {
text-align: center;
}
#contacts1-10 B {
color: #00a885;
}
#contacts1-10 P {
color: #ffffff;
}
#menu-12 .hide-buttons .nav-btn {
display: none !important;
}
#menu-12 .navbar-caption {
color: #ffffff;
}
#menu-12 .navbar-toggler {
color: #ffffff;
}
#menu-12 .close-icon::before,
#menu-12 .close-icon::after {
background-color: #ffffff;
}
#menu-12 .link,
#menu-12 .dropdown-item {
color: #ffffff;
}
#menu-12 .link {
font-size: 0.75rem;
}
#menu-12 .dropdown-item,
#menu-12 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-12 .link:hover,
#menu-12 .dropdown-item:hover,
#menu-12 .link:focus,
#menu-12 .dropdown-item:focus {
color: #f3c649;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-menu {
background: #0e0e0e;
}
#menu-12 .nav-dropdown-sm .link:focus,
#menu-12 .nav-dropdown-sm .link:hover,
#menu-12 .nav-dropdown-sm .dropdown-item:focus,
#menu-12 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-12 .navbar,
#menu-12 .nav-dropdown-sm,
#menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-12 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-12 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-12 .bg-color.transparent.opened .link:hover,
#menu-12 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-13 B {
color: #00a885;
}
#contacts1-13 P {
color: #ffffff;
}
#menu-15 .hide-buttons .nav-btn {
display: none !important;
}
#menu-15 .navbar-caption {
color: #ffffff;
}
#menu-15 .navbar-toggler {
color: #ffffff;
}
#menu-15 .close-icon::before,
#menu-15 .close-icon::after {
background-color: #ffffff;
}
#menu-15 .link,
#menu-15 .dropdown-item {
color: #ffffff;
}
#menu-15 .link {
font-size: 0.75rem;
}
#menu-15 .dropdown-item,
#menu-15 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-15 .link:hover,
#menu-15 .dropdown-item:hover,
#menu-15 .link:focus,
#menu-15 .dropdown-item:focus {
color: #f3c649;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-menu {
background: #0e0e0e;
}
#menu-15 .nav-dropdown-sm .link:focus,
#menu-15 .nav-dropdown-sm .link:hover,
#menu-15 .nav-dropdown-sm .dropdown-item:focus,
#menu-15 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-15 .navbar,
#menu-15 .nav-dropdown-sm,
#menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-15 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-15 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-15 .bg-color.transparent.opened .link:hover,
#menu-15 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-16 B {
color: #00a885;
}
#contacts1-16 P {
color: #ffffff;
}
#menu-18 .hide-buttons .nav-btn {
display: none !important;
}
#menu-18 .navbar-caption {
color: #ffffff;
}
#menu-18 .navbar-toggler {
color: #ffffff;
}
#menu-18 .close-icon::before,
#menu-18 .close-icon::after {
background-color: #ffffff;
}
#menu-18 .link,
#menu-18 .dropdown-item {
color: #ffffff;
}
#menu-18 .link {
font-size: 0.75rem;
}
#menu-18 .dropdown-item,
#menu-18 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-18 .link:hover,
#menu-18 .dropdown-item:hover,
#menu-18 .link:focus,
#menu-18 .dropdown-item:focus {
color: #f3c649;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-menu {
background: #0e0e0e;
}
#menu-18 .nav-dropdown-sm .link:focus,
#menu-18 .nav-dropdown-sm .link:hover,
#menu-18 .nav-dropdown-sm .dropdown-item:focus,
#menu-18 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-18 .navbar,
#menu-18 .nav-dropdown-sm,
#menu-18 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-18 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-18 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-18 .bg-color.transparent.opened .link:hover,
#menu-18 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-19 B {
color: #00a885;
}
#contacts1-19 P {
color: #ffffff;
}
#menu-1m .hide-buttons .nav-btn {
display: none !important;
}
#menu-1m .navbar-caption {
color: #ffffff;
}
#menu-1m .navbar-toggler {
color: #ffffff;
}
#menu-1m .close-icon::before,
#menu-1m .close-icon::after {
background-color: #ffffff;
}
#menu-1m .link,
#menu-1m .dropdown-item {
color: #ffffff;
}
#menu-1m .link {
font-size: 0.75rem;
}
#menu-1m .dropdown-item,
#menu-1m .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-1m .link:hover,
#menu-1m .dropdown-item:hover,
#menu-1m .link:focus,
#menu-1m .dropdown-item:focus {
color: #f3c649;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-menu {
background: #0e0e0e;
}
#menu-1m .nav-dropdown-sm .link:focus,
#menu-1m .nav-dropdown-sm .link:hover,
#menu-1m .nav-dropdown-sm .dropdown-item:focus,
#menu-1m .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-1m .navbar,
#menu-1m .nav-dropdown-sm,
#menu-1m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1m .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-1m .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-1m .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-1m .bg-color.transparent.opened .link:hover,
#menu-1m .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#msg-box8-1p .mbr-section-title,
#msg-box8-1p p {
color: #fff;
}
#header3-1z .mbr-section-title,
#header3-1z .mbr-section-subtitle {
text-align: center;
}
#header3-21 .mbr-section-title,
#header3-21 .mbr-section-subtitle {
text-align: center;
}
#header3-23 .mbr-section-title,
#header3-23 .mbr-section-subtitle {
text-align: center;
}
#header3-25 .mbr-section-title,
#header3-25 .mbr-section-subtitle {
text-align: center;
}
#header3-27 .mbr-section-title,
#header3-27 .mbr-section-subtitle {
text-align: center;
}
#header3-2a .mbr-section-title,
#header3-2a .mbr-section-subtitle {
text-align: center;
}
#header3-2c .mbr-section-title,
#header3-2c .mbr-section-subtitle {
text-align: center;
}
#header3-2e .mbr-section-title,
#header3-2e .mbr-section-subtitle {
text-align: center;
}
#header3-2g .mbr-section-title,
#header3-2g .mbr-section-subtitle {
text-align: center;
}
#header3-2i .mbr-section-title,
#header3-2i .mbr-section-subtitle {
text-align: center;
}
#header3-2n .mbr-section-title,
#header3-2n .mbr-section-subtitle {
text-align: center;
}
#header3-2q .mbr-section-title,
#header3-2q .mbr-section-subtitle {
text-align: center;
}
#header3-2s .mbr-section-title,
#header3-2s .mbr-section-subtitle {
text-align: center;
}
#header3-2w .mbr-section-title,
#header3-2w .mbr-section-subtitle {
text-align: center;
}
#header3-2y .mbr-section-title,
#header3-2y .mbr-section-subtitle {
text-align: center;
}
#header3-31 .mbr-section-title,
#header3-31 .mbr-section-subtitle {
text-align: center;
}
#header3-33 .mbr-section-title,
#header3-33 .mbr-section-subtitle {
text-align: center;
}
#header3-35 .mbr-section-title,
#header3-35 .mbr-section-subtitle {
text-align: center;
}
#header3-3c .mbr-section-title,
#header3-3c .mbr-section-subtitle {
text-align: center;
}
#header3-3f .mbr-section-title,
#header3-3f .mbr-section-subtitle {
text-align: center;
}
#content1-3g P {
text-align: center;
}
#contacts1-1n B {
color: #00a885;
}
#contacts1-1n P {
color: #ffffff;
} | assets/mobirise/css/mbr-additional.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
body,
input,
textarea,
.mbr-company .list-group-text {
font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
font-family: 'Lora', serif;
}
.mbr-author-name {
font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
font-family: 'Lora', serif;
}
.mbr-plan-title {
font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
font-family: 'Lora', serif;
}
.bg-primary {
background-color: #f3c649 !important;
}
.bg-success {
background-color: #41a85f !important;
}
.bg-info {
background-color: #7e9b9f !important;
}
.bg-warning {
background-color: #f3c649 !important;
}
.bg-danger {
background-color: #f28281 !important;
}
.btn-primary {
background-color: #f3c649;
border-color: #f3c649;
color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #e1a90f;
border-color: #e1a90f;
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #ffffff !important;
background-color: #e1a90f !important;
border-color: #e1a90f !important;
}
.btn-secondary {
background-color: #bfcecb;
border-color: #bfcecb;
color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
color: #ffffff;
background-color: #94ada8;
border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #ffffff !important;
background-color: #94ada8 !important;
border-color: #94ada8 !important;
}
.btn-info {
background-color: #7e9b9f;
border-color: #7e9b9f;
color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
color: #ffffff;
background-color: #597478;
border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
color: #ffffff !important;
background-color: #597478 !important;
border-color: #597478 !important;
}
.btn-success {
background-color: #41a85f;
border-color: #41a85f;
color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
color: #ffffff;
background-color: #2c7140;
border-color: #2c7140;
}
.btn-success.disabled,
.btn-success:disabled {
color: #ffffff !important;
background-color: #2c7140 !important;
border-color: #2c7140 !important;
}
.btn-warning {
background-color: #f3c649;
border-color: #f3c649;
color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
color: #ffffff;
background-color: #e1a90f;
border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #ffffff !important;
background-color: #e1a90f !important;
border-color: #e1a90f !important;
}
.btn-danger {
background-color: #f28281;
border-color: #f28281;
color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
color: #ffffff;
background-color: #eb3d3c;
border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #ffffff !important;
background-color: #eb3d3c !important;
border-color: #eb3d3c !important;
}
.btn-primary-outline {
background: none;
border-color: #c9970d;
color: #c9970d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
color: #ffffff;
background-color: #f3c649;
border-color: #f3c649;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
color: #ffffff !important;
background-color: #f3c649 !important;
border-color: #f3c649 !important;
}
.btn-secondary-outline {
background: none;
border-color: #85a29c;
color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
color: #ffffff;
background-color: #bfcecb;
border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
color: #ffffff !important;
background-color: #bfcecb !important;
border-color: #bfcecb !important;
}
.btn-info-outline {
background: none;
border-color: #4e6669;
color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
color: #ffffff;
background-color: #7e9b9f;
border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
color: #ffffff !important;
background-color: #7e9b9f !important;
border-color: #7e9b9f !important;
}
.btn-success-outline {
background: none;
border-color: #255e35;
color: #255e35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
color: #ffffff;
background-color: #41a85f;
border-color: #41a85f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
color: #ffffff !important;
background-color: #41a85f !important;
border-color: #41a85f !important;
}
.btn-warning-outline {
background: none;
border-color: #c9970d;
color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
color: #ffffff;
background-color: #f3c649;
border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
color: #ffffff !important;
background-color: #f3c649 !important;
border-color: #f3c649 !important;
}
.btn-danger-outline {
background: none;
border-color: #e82625;
color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
color: #ffffff;
background-color: #f28281;
border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
color: #ffffff !important;
background-color: #f28281 !important;
border-color: #f28281 !important;
}
.text-primary {
color: #f3c649 !important;
}
.text-success {
color: #41a85f !important;
}
.text-info {
color: #7e9b9f !important;
}
.text-warning {
color: #f3c649 !important;
}
.text-danger {
color: #f28281 !important;
}
.alert-success {
background-color: #41a85f;
}
.alert-info {
background-color: #7e9b9f;
}
.alert-warning {
background-color: #f3c649;
}
.alert-danger {
background-color: #f28281;
}
.btn-social {
border-color: #f3c649;
}
.btn-social:hover {
background: #f3c649;
}
.mbr-company .list-group-item.active .list-group-text {
color: #f3c649;
}
.mbr-footer p a,
.mbr-footer ul a {
color: #f3c649;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
background: #f3c649;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
color: #f3c649;
}
.lead a,
.lead a:hover {
color: #f3c649;
}
.lead blockquote {
border-color: #f3c649;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
color: #93d5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
color: #f3c649;
}
.extCountdown1 .number,
.extCountdown2 .number {
font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
font-family: 'Lora', serif;
}
.features6 .feature-title {
font-family: 'Montserrat', sans-serif;
}
.features6 .description {
font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
color: #f3c649;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
font-family: 'Montserrat', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
font-family: 'Lora', serif;
}
.extHeader5 .container label {
font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
font-family: 'Lora', serif;
}
.extHeader13 h4 {
font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
font-family: 'Lora', serif;
}
.extHeader13 .dot {
font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
font-family: 'Lora', serif;
}
.extFeatures .feature-text {
font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
border-color: #f3c649;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
font-family: 'Lora', serif;
}
.extForm2 .container h3 {
font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
border-bottom-color: #f3c649;
}
.extPricingTable1 .mbr-price small {
font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
background: #f3c649;
}
.extCounters2 h4 {
font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
font-family: 'Lora', serif;
}
.extCounters3 .count {
font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
background-color: #f3c649;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
background-color: #f3c649;
}
@media screen and (min-width: 0\0) {
.extProgressBar .progress-primary .progress-bar {
background-color: #f3c649;
}
}
.extProgressBar .title-wrap {
font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
color: #f3c649;
}
.extAccordion1 .panel-heading a {
font-family: 'Raleway', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
background-color: #f3c649;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
font-family: 'Raleway', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
background-color: #f3c649;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
background-color: #f3c649;
}
@media screen and (min-width: 0\0) {
.extProgressBar5 .progress-primary .progress-bar {
background-color: #f3c649;
}
}
.extProgressBar5 .title-wrap {
font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
color: #f3c649 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
color: #f3c649;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
color: #f3c649;
}
.theme-border {
border: 1px solid #f3c649;
}
#menu-k .hide-buttons .nav-btn {
display: none !important;
}
#menu-k .navbar-caption {
color: #ffffff;
}
#menu-k .navbar-toggler {
color: #ffffff;
}
#menu-k .close-icon::before,
#menu-k .close-icon::after {
background-color: #ffffff;
}
#menu-k .link,
#menu-k .dropdown-item {
color: #ffffff;
}
#menu-k .link {
font-size: 0.75rem;
}
#menu-k .dropdown-item,
#menu-k .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-k .link:hover,
#menu-k .dropdown-item:hover,
#menu-k .link:focus,
#menu-k .dropdown-item:focus {
color: #f3c649;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-menu {
background: #0e0e0e;
}
#menu-k .nav-dropdown-sm .link:focus,
#menu-k .nav-dropdown-sm .link:hover,
#menu-k .nav-dropdown-sm .dropdown-item:focus,
#menu-k .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-k .navbar,
#menu-k .nav-dropdown-sm,
#menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-k .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-k .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-k .bg-color.transparent.opened .link:hover,
#menu-k .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-l B {
color: #00a885;
}
#contacts1-l P {
color: #ffffff;
}
#menu-0 .hide-buttons .nav-btn {
display: none !important;
}
#menu-0 .navbar-caption {
color: #ffffff;
}
#menu-0 .navbar-toggler {
color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
color: #ffffff;
}
#menu-0 .link {
font-size: 0.75rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
color: #f3c649;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
background: #0e0e0e;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-0 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#extHeader5-7 H3 {
color: #414141;
}
#contacts1-c B {
color: #00a885;
}
#contacts1-c P {
color: #ffffff;
}
#social-buttons2-h .mbr-section-title,
#social-buttons2-h .btn-social {
color: #232323;
}
#menu-n .hide-buttons .nav-btn {
display: none !important;
}
#menu-n .navbar-caption {
color: #ffffff;
}
#menu-n .navbar-toggler {
color: #ffffff;
}
#menu-n .close-icon::before,
#menu-n .close-icon::after {
background-color: #ffffff;
}
#menu-n .link,
#menu-n .dropdown-item {
color: #ffffff;
}
#menu-n .link {
font-size: 0.75rem;
}
#menu-n .dropdown-item,
#menu-n .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-n .link:hover,
#menu-n .dropdown-item:hover,
#menu-n .link:focus,
#menu-n .dropdown-item:focus {
color: #f3c649;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-menu {
background: #0e0e0e;
}
#menu-n .nav-dropdown-sm .link:focus,
#menu-n .nav-dropdown-sm .link:hover,
#menu-n .nav-dropdown-sm .dropdown-item:focus,
#menu-n .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-n .navbar,
#menu-n .nav-dropdown-sm,
#menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-n .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-n .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-n .bg-color.transparent.opened .link:hover,
#menu-n .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#msg-box8-1g .mbr-section-title,
#msg-box8-1g p {
color: #fff;
}
#msg-box8-1l .mbr-section-title,
#msg-box8-1l p {
color: #fff;
}
#contacts1-o B {
color: #00a885;
}
#contacts1-o P {
color: #ffffff;
}
#menu-q .hide-buttons .nav-btn {
display: none !important;
}
#menu-q .navbar-caption {
color: #ffffff;
}
#menu-q .navbar-toggler {
color: #ffffff;
}
#menu-q .close-icon::before,
#menu-q .close-icon::after {
background-color: #ffffff;
}
#menu-q .link,
#menu-q .dropdown-item {
color: #ffffff;
}
#menu-q .link {
font-size: 0.75rem;
}
#menu-q .dropdown-item,
#menu-q .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-q .link:hover,
#menu-q .dropdown-item:hover,
#menu-q .link:focus,
#menu-q .dropdown-item:focus {
color: #f3c649;
}
#menu-q .link[aria-expanded="true"],
#menu-q .dropdown-menu {
background: #0e0e0e;
}
#menu-q .nav-dropdown-sm .link:focus,
#menu-q .nav-dropdown-sm .link:hover,
#menu-q .nav-dropdown-sm .dropdown-item:focus,
#menu-q .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-q .navbar,
#menu-q .nav-dropdown-sm,
#menu-q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-q .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-q .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-q .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-q .bg-color.transparent.opened .link:hover,
#menu-q .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-q .link[aria-expanded="true"],
#menu-q .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-r B {
color: #00a885;
}
#contacts1-r P {
color: #ffffff;
}
#menu-t .hide-buttons .nav-btn {
display: none !important;
}
#menu-t .navbar-caption {
color: #ffffff;
}
#menu-t .navbar-toggler {
color: #ffffff;
}
#menu-t .close-icon::before,
#menu-t .close-icon::after {
background-color: #ffffff;
}
#menu-t .link,
#menu-t .dropdown-item {
color: #ffffff;
}
#menu-t .link {
font-size: 0.75rem;
}
#menu-t .dropdown-item,
#menu-t .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-t .link:hover,
#menu-t .dropdown-item:hover,
#menu-t .link:focus,
#menu-t .dropdown-item:focus {
color: #f3c649;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-menu {
background: #0e0e0e;
}
#menu-t .nav-dropdown-sm .link:focus,
#menu-t .nav-dropdown-sm .link:hover,
#menu-t .nav-dropdown-sm .dropdown-item:focus,
#menu-t .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-t .navbar,
#menu-t .nav-dropdown-sm,
#menu-t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-t .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-t .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-t .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-t .bg-color.transparent.opened .link:hover,
#menu-t .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-u B {
color: #00a885;
}
#contacts1-u P {
color: #ffffff;
}
#menu-w .hide-buttons .nav-btn {
display: none !important;
}
#menu-w .navbar-caption {
color: #ffffff;
}
#menu-w .navbar-toggler {
color: #ffffff;
}
#menu-w .close-icon::before,
#menu-w .close-icon::after {
background-color: #ffffff;
}
#menu-w .link,
#menu-w .dropdown-item {
color: #ffffff;
}
#menu-w .link {
font-size: 0.75rem;
}
#menu-w .dropdown-item,
#menu-w .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-w .link:hover,
#menu-w .dropdown-item:hover,
#menu-w .link:focus,
#menu-w .dropdown-item:focus {
color: #f3c649;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-menu {
background: #0e0e0e;
}
#menu-w .nav-dropdown-sm .link:focus,
#menu-w .nav-dropdown-sm .link:hover,
#menu-w .nav-dropdown-sm .dropdown-item:focus,
#menu-w .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-w .navbar,
#menu-w .nav-dropdown-sm,
#menu-w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-w .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-w .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-w .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-w .bg-color.transparent.opened .link:hover,
#menu-w .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-x B {
color: #00a885;
}
#contacts1-x P {
color: #ffffff;
}
#menu-z .hide-buttons .nav-btn {
display: none !important;
}
#menu-z .navbar-caption {
color: #ffffff;
}
#menu-z .navbar-toggler {
color: #ffffff;
}
#menu-z .close-icon::before,
#menu-z .close-icon::after {
background-color: #ffffff;
}
#menu-z .link,
#menu-z .dropdown-item {
color: #ffffff;
}
#menu-z .link {
font-size: 0.75rem;
}
#menu-z .dropdown-item,
#menu-z .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-z .link:hover,
#menu-z .dropdown-item:hover,
#menu-z .link:focus,
#menu-z .dropdown-item:focus {
color: #f3c649;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-menu {
background: #0e0e0e;
}
#menu-z .nav-dropdown-sm .link:focus,
#menu-z .nav-dropdown-sm .link:hover,
#menu-z .nav-dropdown-sm .dropdown-item:focus,
#menu-z .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-z .navbar,
#menu-z .nav-dropdown-sm,
#menu-z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-z .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-z .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-z .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-z .bg-color.transparent.opened .link:hover,
#menu-z .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#msg-box8-3i .mbr-section-title,
#msg-box8-3i p {
color: #fff;
}
#header3-3k .mbr-section-title,
#header3-3k .mbr-section-subtitle {
text-align: center;
}
#header3-3m .mbr-section-title,
#header3-3m .mbr-section-subtitle {
text-align: center;
}
#header3-3t .mbr-section-title,
#header3-3t .mbr-section-subtitle {
text-align: center;
}
#header3-3v .mbr-section-title,
#header3-3v .mbr-section-subtitle {
text-align: center;
}
#header3-3x .mbr-section-title,
#header3-3x .mbr-section-subtitle {
text-align: center;
}
#header3-41 .mbr-section-title,
#header3-41 .mbr-section-subtitle {
text-align: center;
}
#header3-43 .mbr-section-title,
#header3-43 .mbr-section-subtitle {
text-align: center;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
text-align: center;
}
#header3-49 .mbr-section-title,
#header3-49 .mbr-section-subtitle {
text-align: center;
}
#header3-4d .mbr-section-title,
#header3-4d .mbr-section-subtitle {
text-align: center;
}
#header3-4f .mbr-section-title,
#header3-4f .mbr-section-subtitle {
text-align: center;
}
#header3-4j .mbr-section-title,
#header3-4j .mbr-section-subtitle {
text-align: center;
}
#header3-4l .mbr-section-title,
#header3-4l .mbr-section-subtitle {
text-align: center;
}
#header3-4p .mbr-section-title,
#header3-4p .mbr-section-subtitle {
text-align: center;
}
#header3-4t .mbr-section-title,
#header3-4t .mbr-section-subtitle {
text-align: center;
}
#header3-4x .mbr-section-title,
#header3-4x .mbr-section-subtitle {
text-align: center;
}
#header3-4z .mbr-section-title,
#header3-4z .mbr-section-subtitle {
text-align: center;
}
#header3-52 .mbr-section-title,
#header3-52 .mbr-section-subtitle {
text-align: center;
}
#header3-55 .mbr-section-title,
#header3-55 .mbr-section-subtitle {
text-align: center;
}
#contacts1-10 B {
color: #00a885;
}
#contacts1-10 P {
color: #ffffff;
}
#menu-12 .hide-buttons .nav-btn {
display: none !important;
}
#menu-12 .navbar-caption {
color: #ffffff;
}
#menu-12 .navbar-toggler {
color: #ffffff;
}
#menu-12 .close-icon::before,
#menu-12 .close-icon::after {
background-color: #ffffff;
}
#menu-12 .link,
#menu-12 .dropdown-item {
color: #ffffff;
}
#menu-12 .link {
font-size: 0.75rem;
}
#menu-12 .dropdown-item,
#menu-12 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-12 .link:hover,
#menu-12 .dropdown-item:hover,
#menu-12 .link:focus,
#menu-12 .dropdown-item:focus {
color: #f3c649;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-menu {
background: #0e0e0e;
}
#menu-12 .nav-dropdown-sm .link:focus,
#menu-12 .nav-dropdown-sm .link:hover,
#menu-12 .nav-dropdown-sm .dropdown-item:focus,
#menu-12 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-12 .navbar,
#menu-12 .nav-dropdown-sm,
#menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-12 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-12 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-12 .bg-color.transparent.opened .link:hover,
#menu-12 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-13 B {
color: #00a885;
}
#contacts1-13 P {
color: #ffffff;
}
#menu-15 .hide-buttons .nav-btn {
display: none !important;
}
#menu-15 .navbar-caption {
color: #ffffff;
}
#menu-15 .navbar-toggler {
color: #ffffff;
}
#menu-15 .close-icon::before,
#menu-15 .close-icon::after {
background-color: #ffffff;
}
#menu-15 .link,
#menu-15 .dropdown-item {
color: #ffffff;
}
#menu-15 .link {
font-size: 0.75rem;
}
#menu-15 .dropdown-item,
#menu-15 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-15 .link:hover,
#menu-15 .dropdown-item:hover,
#menu-15 .link:focus,
#menu-15 .dropdown-item:focus {
color: #f3c649;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-menu {
background: #0e0e0e;
}
#menu-15 .nav-dropdown-sm .link:focus,
#menu-15 .nav-dropdown-sm .link:hover,
#menu-15 .nav-dropdown-sm .dropdown-item:focus,
#menu-15 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-15 .navbar,
#menu-15 .nav-dropdown-sm,
#menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-15 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-15 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-15 .bg-color.transparent.opened .link:hover,
#menu-15 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-16 B {
color: #00a885;
}
#contacts1-16 P {
color: #ffffff;
}
#menu-18 .hide-buttons .nav-btn {
display: none !important;
}
#menu-18 .navbar-caption {
color: #ffffff;
}
#menu-18 .navbar-toggler {
color: #ffffff;
}
#menu-18 .close-icon::before,
#menu-18 .close-icon::after {
background-color: #ffffff;
}
#menu-18 .link,
#menu-18 .dropdown-item {
color: #ffffff;
}
#menu-18 .link {
font-size: 0.75rem;
}
#menu-18 .dropdown-item,
#menu-18 .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-18 .link:hover,
#menu-18 .dropdown-item:hover,
#menu-18 .link:focus,
#menu-18 .dropdown-item:focus {
color: #f3c649;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-menu {
background: #0e0e0e;
}
#menu-18 .nav-dropdown-sm .link:focus,
#menu-18 .nav-dropdown-sm .link:hover,
#menu-18 .nav-dropdown-sm .dropdown-item:focus,
#menu-18 .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-18 .navbar,
#menu-18 .nav-dropdown-sm,
#menu-18 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18 .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-18 .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-18 .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-18 .bg-color.transparent.opened .link:hover,
#menu-18 .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#contacts1-19 B {
color: #00a885;
}
#contacts1-19 P {
color: #ffffff;
}
#menu-1m .hide-buttons .nav-btn {
display: none !important;
}
#menu-1m .navbar-caption {
color: #ffffff;
}
#menu-1m .navbar-toggler {
color: #ffffff;
}
#menu-1m .close-icon::before,
#menu-1m .close-icon::after {
background-color: #ffffff;
}
#menu-1m .link,
#menu-1m .dropdown-item {
color: #ffffff;
}
#menu-1m .link {
font-size: 0.75rem;
}
#menu-1m .dropdown-item,
#menu-1m .nav-dropdown-sm .link {
font-size: 0.812rem;
}
#menu-1m .link:hover,
#menu-1m .dropdown-item:hover,
#menu-1m .link:focus,
#menu-1m .dropdown-item:focus {
color: #f3c649;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-menu {
background: #0e0e0e;
}
#menu-1m .nav-dropdown-sm .link:focus,
#menu-1m .nav-dropdown-sm .link:hover,
#menu-1m .nav-dropdown-sm .dropdown-item:focus,
#menu-1m .nav-dropdown-sm .dropdown-item:hover {
background: #202020!important;
}
#menu-1m .navbar,
#menu-1m .nav-dropdown-sm,
#menu-1m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1m .nav-dropdown-sm .dropdown-menu {
background: #282828;
}
#menu-1m .bg-color.transparent .link {
color: #ffffff;
transition: none;
}
#menu-1m .bg-color.transparent.opened .link {
transition: color 0.2s ease-in-out;
}
#menu-1m .bg-color.transparent.opened .link:hover,
#menu-1m .bg-color.transparent.opened .link:focus {
color: #f3c649;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-item[aria-expanded="true"] {
color: #f3c649!important;
}
#msg-box8-1p .mbr-section-title,
#msg-box8-1p p {
color: #fff;
}
#header3-1z .mbr-section-title,
#header3-1z .mbr-section-subtitle {
text-align: center;
}
#header3-21 .mbr-section-title,
#header3-21 .mbr-section-subtitle {
text-align: center;
}
#header3-23 .mbr-section-title,
#header3-23 .mbr-section-subtitle {
text-align: center;
}
#header3-25 .mbr-section-title,
#header3-25 .mbr-section-subtitle {
text-align: center;
}
#header3-27 .mbr-section-title,
#header3-27 .mbr-section-subtitle {
text-align: center;
}
#header3-2a .mbr-section-title,
#header3-2a .mbr-section-subtitle {
text-align: center;
}
#header3-2c .mbr-section-title,
#header3-2c .mbr-section-subtitle {
text-align: center;
}
#header3-2e .mbr-section-title,
#header3-2e .mbr-section-subtitle {
text-align: center;
}
#header3-2g .mbr-section-title,
#header3-2g .mbr-section-subtitle {
text-align: center;
}
#header3-2i .mbr-section-title,
#header3-2i .mbr-section-subtitle {
text-align: center;
}
#header3-2n .mbr-section-title,
#header3-2n .mbr-section-subtitle {
text-align: center;
}
#header3-2q .mbr-section-title,
#header3-2q .mbr-section-subtitle {
text-align: center;
}
#header3-2s .mbr-section-title,
#header3-2s .mbr-section-subtitle {
text-align: center;
}
#header3-2w .mbr-section-title,
#header3-2w .mbr-section-subtitle {
text-align: center;
}
#header3-2y .mbr-section-title,
#header3-2y .mbr-section-subtitle {
text-align: center;
}
#header3-31 .mbr-section-title,
#header3-31 .mbr-section-subtitle {
text-align: center;
}
#header3-33 .mbr-section-title,
#header3-33 .mbr-section-subtitle {
text-align: center;
}
#header3-35 .mbr-section-title,
#header3-35 .mbr-section-subtitle {
text-align: center;
}
#header3-3c .mbr-section-title,
#header3-3c .mbr-section-subtitle {
text-align: center;
}
#header3-3f .mbr-section-title,
#header3-3f .mbr-section-subtitle {
text-align: center;
}
#content1-3g P {
text-align: center;
}
#contacts1-1n B {
color: #00a885;
}
#contacts1-1n P {
color: #ffffff;
} | 0.170163 | 0.080213 |
:root{
--radius-size: 10px;
--minimum-width: 100px;
--nav-text-color: white;
--main-text-color: black;
}
/* Sets overall structure for body in terms of font, box and background color. */
body{
background-color: aliceblue;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
/* Prepares the navigation container: fixed at left side */
header{
background-color: black;
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 180px;
min-width: 180px;
z-index: 1;
text-align: left;
overflow: hidden;
float: left;
border-right: 5px solid black;
}
/* Format for h1 on header nav bar. */
header h1{
padding: 20px 0px;
color: var(--nav-text-color);
text-align: center;
}
/* Format for nav container */
nav{
display: block;
position: relative;
width: 100%;
height: auto;
padding-bottom: 10px;
}
/* Declaration of how the bookmark links should appear and behave. */
nav ul{
flex-wrap: wrap;
position: relative;
align-items: center;
flex: 1;
width: 100%;
height: auto;
text-decoration: none;
display: block;
list-style: none;
}
/* Default appearance of link list */
nav li{
padding: 0px 20px;
color: var(--nav-text-color);
opacity: 50%;
}
/* Links appearance format */
nav a{
text-decoration: none;
color: white;
}
/* Sets the text to full appearance, take out tranparency. */
nav li:hover{
opacity: 100%;
}
/* Insert a tick mark when the bookmark link is clicked */
nav a:active::after{
content: "✅";
}
/* Prepares main container for the content */
main{
position: relative;
margin-left: 190px;
width: 89%;
height: auto;
display: block;
z-index: 0;
min-width: var(--minimum-width);
color: var(--main-text-color);
}
/* Prepares section container for both the aside and content */
section{
width: auto;
height: auto;
margin-bottom: 20px;
margin-top: 5px;
display: flex;
flex-wrap: wrap;
position: relative;
left: 0px;
padding-top: 10px;
flex: 1;
}
/* Aside declaration */
aside{
width: 13%;
height: auto;
border-right: 5px solid burlywood;
position: relative;
min-width: 100px;
}
/* Formatting content area */
.contents{
position: relative;
width: 87%;
height: auto;
min-width: 300px;
display: flex;
flex-wrap: wrap;
display: inline-block;
align-content: space-between;
}
/* Declares default image appearance */
.contents img{
position: relative;
border-radius: var(--radius-size);
width: 150px;
height: 200px;
min-height: 50px;
margin: 0px 10px;
display: inline-block;
}
/* This portion makes the images under whois jump when mouse is over it. */
#whois img:hover{
/*and make the animation last for 0.5 seconds */
animation: jumping 1.0s;
/* delay animation trigger for 0.5s */
animation-delay: 0.5s;
/* When the animation is finished, start again */
animation-iteration-count: infinite;
}
/* jump routine */
@keyframes jumping {
0% { transform: translate(0px, -1px) ; }
10% { transform: translate(0px, -2px) ; }
20% { transform: translate(0px, -4px) ; }
30% { transform: translate(0px, -8px) ; }
40% { transform: translate(0px, -16px) ; }
50% { transform: translate(0px, -20px) ; }
60% { transform: translate(0px, -16px) ; }
70% { transform: translate(0px, -8px) ; }
80% { transform: translate(0px, -4px) ; }
90% { transform: translate(0px, -2px) ; }
100% { transform: translate(0px, -1px) ; }
}
/* Declares figure container behaviour as to be an inline-block and to wrap */
figure{
flex-wrap: wrap;
display: inline-block;
}
/* Center text for the figure caption */
figcaption{
text-align: center;
}
/* Format for images under Works section */
#works img{
height: 200px;
width: 400px;
flex-wrap: wrap;
display: inline-block;
}
/* Change size of image upon hover */
#works img:hover{
height: 250px;
width: 400px;
box-shadow: 5px 5px 5px royalblue;
}
/* Format for images under hobbies section */
#hobbies img{
height: 100px;
width: auto;
min-width: 100px;
}
/* Change position (raise up) image during mouse hover */
#hobbies figure:hover{
position: relative;
top:-15px;
}
/* Show a LOL icon when 'hobbies' figure element if mouse is over it.*/
#hobbies figure:hover::before{
content: "🤣";
}
/* Format for images under contacts section */
#contacts img{
height: 10px;
width: auto;
}
/* Shaking animation for 'how to reach' icons */
#contacts figure:hover {
/* Start the shake animation and make the animation last for 0.5 seconds */
animation: shake 0.5s;
/* When the animation is finished, start again */
animation-iteration-count: infinite;
}
/* shake routine */
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* Footer format */
footer{
position: relative;
top: 100px;
left: 14%;
align-items: center;
text-align: center;
width: 80%;
height: auto;
padding-bottom: 20px;
}
/* Behaviour of images/contents of main during screen resizing to 1165px. */
@media screen and (max-width:1165px) {
/* */
section{
position: relative;
display: inline-block;
flex-direction: column;
display: flex;
flex-wrap: wrap;
}
/* Moves the aside */
aside{
width: 100%;
border-top: 5px solid burlywood;
border-right: none;
margin-bottom: 10px;
}
/* Centers the h2 to center when shifting to top position */
aside h2{
text-align: center;
}
/* Change position to center and resize image to 25% of screen size. */
figure img{
align-content: center;
width: 25%;
height: auto;
}
/* Prevents the icons to shrink when pointer is over the items. */
#works img, #works img:hover, #works figure:hover{
width: 100%;
height: auto;
display: inline-block;
}
}
/* Behaviour of images/contents of main during screen resizing to 851px. */
@media screen and (max-width:851px) {
#hobbies figure{
width: 49%;
height: 200px;
min-width: 100px;
}
#hobbies figure img{
width: 100%;
height: 200px;
min-width: 100px;
}
#works figure:hover{
pointer-events: none;
}
}
/* Behaviour of images/contents of main during screen resizing to 436px. */
@media screen and (max-width:436px) {
#hobbies figure{
width: 100%;
height: 200px;
min-width: 100px;
}
#hobbies figure img{
width: 100%;
height: 200px;
min-width: 100px;
}
} | assets/css/style.css | :root{
--radius-size: 10px;
--minimum-width: 100px;
--nav-text-color: white;
--main-text-color: black;
}
/* Sets overall structure for body in terms of font, box and background color. */
body{
background-color: aliceblue;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
/* Prepares the navigation container: fixed at left side */
header{
background-color: black;
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 180px;
min-width: 180px;
z-index: 1;
text-align: left;
overflow: hidden;
float: left;
border-right: 5px solid black;
}
/* Format for h1 on header nav bar. */
header h1{
padding: 20px 0px;
color: var(--nav-text-color);
text-align: center;
}
/* Format for nav container */
nav{
display: block;
position: relative;
width: 100%;
height: auto;
padding-bottom: 10px;
}
/* Declaration of how the bookmark links should appear and behave. */
nav ul{
flex-wrap: wrap;
position: relative;
align-items: center;
flex: 1;
width: 100%;
height: auto;
text-decoration: none;
display: block;
list-style: none;
}
/* Default appearance of link list */
nav li{
padding: 0px 20px;
color: var(--nav-text-color);
opacity: 50%;
}
/* Links appearance format */
nav a{
text-decoration: none;
color: white;
}
/* Sets the text to full appearance, take out tranparency. */
nav li:hover{
opacity: 100%;
}
/* Insert a tick mark when the bookmark link is clicked */
nav a:active::after{
content: "✅";
}
/* Prepares main container for the content */
main{
position: relative;
margin-left: 190px;
width: 89%;
height: auto;
display: block;
z-index: 0;
min-width: var(--minimum-width);
color: var(--main-text-color);
}
/* Prepares section container for both the aside and content */
section{
width: auto;
height: auto;
margin-bottom: 20px;
margin-top: 5px;
display: flex;
flex-wrap: wrap;
position: relative;
left: 0px;
padding-top: 10px;
flex: 1;
}
/* Aside declaration */
aside{
width: 13%;
height: auto;
border-right: 5px solid burlywood;
position: relative;
min-width: 100px;
}
/* Formatting content area */
.contents{
position: relative;
width: 87%;
height: auto;
min-width: 300px;
display: flex;
flex-wrap: wrap;
display: inline-block;
align-content: space-between;
}
/* Declares default image appearance */
.contents img{
position: relative;
border-radius: var(--radius-size);
width: 150px;
height: 200px;
min-height: 50px;
margin: 0px 10px;
display: inline-block;
}
/* This portion makes the images under whois jump when mouse is over it. */
#whois img:hover{
/*and make the animation last for 0.5 seconds */
animation: jumping 1.0s;
/* delay animation trigger for 0.5s */
animation-delay: 0.5s;
/* When the animation is finished, start again */
animation-iteration-count: infinite;
}
/* jump routine */
@keyframes jumping {
0% { transform: translate(0px, -1px) ; }
10% { transform: translate(0px, -2px) ; }
20% { transform: translate(0px, -4px) ; }
30% { transform: translate(0px, -8px) ; }
40% { transform: translate(0px, -16px) ; }
50% { transform: translate(0px, -20px) ; }
60% { transform: translate(0px, -16px) ; }
70% { transform: translate(0px, -8px) ; }
80% { transform: translate(0px, -4px) ; }
90% { transform: translate(0px, -2px) ; }
100% { transform: translate(0px, -1px) ; }
}
/* Declares figure container behaviour as to be an inline-block and to wrap */
figure{
flex-wrap: wrap;
display: inline-block;
}
/* Center text for the figure caption */
figcaption{
text-align: center;
}
/* Format for images under Works section */
#works img{
height: 200px;
width: 400px;
flex-wrap: wrap;
display: inline-block;
}
/* Change size of image upon hover */
#works img:hover{
height: 250px;
width: 400px;
box-shadow: 5px 5px 5px royalblue;
}
/* Format for images under hobbies section */
#hobbies img{
height: 100px;
width: auto;
min-width: 100px;
}
/* Change position (raise up) image during mouse hover */
#hobbies figure:hover{
position: relative;
top:-15px;
}
/* Show a LOL icon when 'hobbies' figure element if mouse is over it.*/
#hobbies figure:hover::before{
content: "🤣";
}
/* Format for images under contacts section */
#contacts img{
height: 10px;
width: auto;
}
/* Shaking animation for 'how to reach' icons */
#contacts figure:hover {
/* Start the shake animation and make the animation last for 0.5 seconds */
animation: shake 0.5s;
/* When the animation is finished, start again */
animation-iteration-count: infinite;
}
/* shake routine */
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* Footer format */
footer{
position: relative;
top: 100px;
left: 14%;
align-items: center;
text-align: center;
width: 80%;
height: auto;
padding-bottom: 20px;
}
/* Behaviour of images/contents of main during screen resizing to 1165px. */
@media screen and (max-width:1165px) {
/* */
section{
position: relative;
display: inline-block;
flex-direction: column;
display: flex;
flex-wrap: wrap;
}
/* Moves the aside */
aside{
width: 100%;
border-top: 5px solid burlywood;
border-right: none;
margin-bottom: 10px;
}
/* Centers the h2 to center when shifting to top position */
aside h2{
text-align: center;
}
/* Change position to center and resize image to 25% of screen size. */
figure img{
align-content: center;
width: 25%;
height: auto;
}
/* Prevents the icons to shrink when pointer is over the items. */
#works img, #works img:hover, #works figure:hover{
width: 100%;
height: auto;
display: inline-block;
}
}
/* Behaviour of images/contents of main during screen resizing to 851px. */
@media screen and (max-width:851px) {
#hobbies figure{
width: 49%;
height: 200px;
min-width: 100px;
}
#hobbies figure img{
width: 100%;
height: 200px;
min-width: 100px;
}
#works figure:hover{
pointer-events: none;
}
}
/* Behaviour of images/contents of main during screen resizing to 436px. */
@media screen and (max-width:436px) {
#hobbies figure{
width: 100%;
height: 200px;
min-width: 100px;
}
#hobbies figure img{
width: 100%;
height: 200px;
min-width: 100px;
}
} | 0.460774 | 0.153391 |
html {
background-color: #0c0c0c;
background-size: 900px;
}
@media (max-height: 720px) {
html {
background-size: 780px;
}
}
#sepiaFW-main-window {
color: #eee;
}
@media (min-width: 480px) and (min-height: 481px) {
#sepiaFW-main-window {
box-shadow: 0 0px 2px 1px rgba(155, 155, 155, 0.25);
}
}
#sepiaFW-pC { background-color: #0c0c0c; }
#sepiaFW-asC { background-color: #c4c0f4; }
#sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right {
border: 1px solid rgb(24, 25, 28);
background: rgb(24, 25, 28);
color: #eee;
}
#sepiaFW-login-box {
background: linear-gradient(320deg, #1c1c1c, #3a3b40);
border: 0;
color: #eee;
}
#sepiaFW-language-selector select {
color: #eee;
}
.sepiaFW-results-container {
scrollbar-color: rgba(83, 83, 83, 0.3) transparent;
}
#sepiaFW-chat-controls {
background: linear-gradient(rgba(17, 16, 18, 0), #0c0c0c, #0c0c0c);
}
#sepiaFW-main-window button,
.sepiaFW-touch-device #sepiaFW-main-window button:hover {
color: #eee;
}
.sepiaFW-notouch-device #sepiaFW-main-window button:hover {
background: transparent;
color: #c4c0f4;
}
#sepiaFW-chat-input {
background: rgb(39, 41, 45);
color: #eee;
}
.sepiaFW-menu {
background: linear-gradient(320deg, #121018, #14181b) !important;
color: #eee !important;
border: 1px solid #181a1b;
}
#sepiaFW-chat-menu li {
background: rgba(75, 75, 75, 0.14);
}
.sepiaFW-notouch-device.dark-skin .sepiaFW-menu li:not(.sepiaFW-cards-button):hover{
background: rgba(128, 128, 128, 0.33) !important;
}
#sepiaFW-assist-btn-area {
border: 2px solid rgb(24, 25, 28);
background-color: rgb(24, 25, 28) !important;
}
#sepiaFW-chat-controls-speech-box > div {
background: rgb(27, 29, 32);
color: #eee;
}
#sepiaFW-chat-controls-swipe-area .sepiaFW-swipeBar-switchable {
background: linear-gradient(to right, #18191c 0%, #120f19 100%);
color: #eee;
}
#sepiaFW-chat-output article,
#sepiaFW-chat-output article.chatMe,
#sepiaFW-chat-output article.chatAssistant {
border: 1px solid rgb(42, 43, 44);
background: rgba(36, 41, 43, 0.42);
box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.30), 1px 1px 2px 0 rgba(0, 0, 0, 0.60);
color: #eee;
}
#sepiaFW-chat-output article b,
#sepiaFW-chat-output article.chatMe b,
#sepiaFW-chat-output article.chatAssistant b {
color: #c4c0f4;
}
#sepiaFW-chat-output article span,
#sepiaFW-chat-output article.chatMe span,
#sepiaFW-chat-output article.chatAssistant span {
color: #eee;
}
#sepiaFW-chat-output article.chatPm,
#sepiaFW-chat-output article.chatMe.chatPm,
#sepiaFW-chat-output article.chatAssistant.chatPm {
border-left-color: rgb(42, 43, 44);
}
#sepiaFW-main-window .chat-buttons-area button,
#sepiaFW-main-window .chat-buttons-area .my-view-custom-button,
.sepiaFW-touch-device #sepiaFW-main-window .chat-buttons-area button,
.sepiaFW-touch-device #sepiaFW-main-window .chat-buttons-area .my-view-custom-button {
border: 1px solid rgb(42, 43, 44);
background: rgba(36, 41, 43, 0.42);
box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.30), 1px 1px 2px 0 rgba(0, 0, 0, 0.60);
}
.sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover {
background: rgba(46, 51, 53, 0.42);
}
/*----- cards ------*/
.sepiaFW-cards-list-contextMenu,
.sepiaFW-cards-contextMenu-single {
background: rgba(68, 70, 79, 0.33) !important;
}
.sepiaFW-cards-list-body .timeEvent > div,
.sepiaFW-cards-list-body .radioStation > div,
.sepiaFW-cards-list-body .weatherNowSmall > div,
.sepiaFW-cards-list-body .linkCard > div,
.sepiaFW-cards-list-body .newsArticle > div,
.sepiaFW-cards-list-body .listElement div,
.sepiaFW-cards-list-body .listElement .listRight,
.dark-skin .sepiaFW-cards-list-body .fullWidthItem .cardItemBlock,
.sepiaFW-cards-list-title,
.sepiaFW-cards-list-footer {
border: 1px solid rgb(42, 43, 44);
background: rgba(36, 41, 43, 0.42);
box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.30), 1px 1px 2px 0 rgba(0, 0, 0, 0.60);
color: #eee;
}
.dark-skin .sepiaFW-cards-flexSize-container .cardBodyItem.fullWidthItem .cardItemOverlay {
background: rgb(24, 25, 28);
}
.sepiaFW-cards-list-title.newsHeader {
border: 0 !important;
background: rgba(250, 250, 250, 0.85);
}
.sepiaFW-cards-list-body .newsArticle .newsCenter,
.sepiaFW-cards-list-body .weatherNowDetails li {
background: rgba(36, 41, 43, 0.42);
}
.sepiaFW-cards-button,
.sepiaFW-notouch-device .sepiaFW-cards-button:hover {
background: transparent;
color: #eee;
border: 1px solid #acacac;
}
/*----- Frames & TeachUI -----*/
#sepiaFW-frames-nav-bar,
#sepiaFW-teachUI-nav-bar {
background: linear-gradient(45deg, #027bff, #3e98ff);
color: #fff;
}
#sepiaFW-frames-view.dark,
#sepiaFW-teachUI-view {
background: #121213;
color: #eee;
}
#sepiaFW-teachUI-view label {
color: #027BFF;
}
.sepiaFW-frames-page.dark .info-text {
color: #c4c0f4;
}
.sepiaFW-frames-page.dark button,
#sepiaFW-teachUI-editor button,
#sepiaFW-teachUI-manager button {
background: linear-gradient(45deg, #027bff, #3e98ff) !important;
color: #fff !important;
}
.sepiaFW-frames-page.dark .subgroup.menu-button {
color: #77b7ff;
} | www/css/sepiaFW-skin-alabaster-dark.css | html {
background-color: #0c0c0c;
background-size: 900px;
}
@media (max-height: 720px) {
html {
background-size: 780px;
}
}
#sepiaFW-main-window {
color: #eee;
}
@media (min-width: 480px) and (min-height: 481px) {
#sepiaFW-main-window {
box-shadow: 0 0px 2px 1px rgba(155, 155, 155, 0.25);
}
}
#sepiaFW-pC { background-color: #0c0c0c; }
#sepiaFW-asC { background-color: #c4c0f4; }
#sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right {
border: 1px solid rgb(24, 25, 28);
background: rgb(24, 25, 28);
color: #eee;
}
#sepiaFW-login-box {
background: linear-gradient(320deg, #1c1c1c, #3a3b40);
border: 0;
color: #eee;
}
#sepiaFW-language-selector select {
color: #eee;
}
.sepiaFW-results-container {
scrollbar-color: rgba(83, 83, 83, 0.3) transparent;
}
#sepiaFW-chat-controls {
background: linear-gradient(rgba(17, 16, 18, 0), #0c0c0c, #0c0c0c);
}
#sepiaFW-main-window button,
.sepiaFW-touch-device #sepiaFW-main-window button:hover {
color: #eee;
}
.sepiaFW-notouch-device #sepiaFW-main-window button:hover {
background: transparent;
color: #c4c0f4;
}
#sepiaFW-chat-input {
background: rgb(39, 41, 45);
color: #eee;
}
.sepiaFW-menu {
background: linear-gradient(320deg, #121018, #14181b) !important;
color: #eee !important;
border: 1px solid #181a1b;
}
#sepiaFW-chat-menu li {
background: rgba(75, 75, 75, 0.14);
}
.sepiaFW-notouch-device.dark-skin .sepiaFW-menu li:not(.sepiaFW-cards-button):hover{
background: rgba(128, 128, 128, 0.33) !important;
}
#sepiaFW-assist-btn-area {
border: 2px solid rgb(24, 25, 28);
background-color: rgb(24, 25, 28) !important;
}
#sepiaFW-chat-controls-speech-box > div {
background: rgb(27, 29, 32);
color: #eee;
}
#sepiaFW-chat-controls-swipe-area .sepiaFW-swipeBar-switchable {
background: linear-gradient(to right, #18191c 0%, #120f19 100%);
color: #eee;
}
#sepiaFW-chat-output article,
#sepiaFW-chat-output article.chatMe,
#sepiaFW-chat-output article.chatAssistant {
border: 1px solid rgb(42, 43, 44);
background: rgba(36, 41, 43, 0.42);
box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.30), 1px 1px 2px 0 rgba(0, 0, 0, 0.60);
color: #eee;
}
#sepiaFW-chat-output article b,
#sepiaFW-chat-output article.chatMe b,
#sepiaFW-chat-output article.chatAssistant b {
color: #c4c0f4;
}
#sepiaFW-chat-output article span,
#sepiaFW-chat-output article.chatMe span,
#sepiaFW-chat-output article.chatAssistant span {
color: #eee;
}
#sepiaFW-chat-output article.chatPm,
#sepiaFW-chat-output article.chatMe.chatPm,
#sepiaFW-chat-output article.chatAssistant.chatPm {
border-left-color: rgb(42, 43, 44);
}
#sepiaFW-main-window .chat-buttons-area button,
#sepiaFW-main-window .chat-buttons-area .my-view-custom-button,
.sepiaFW-touch-device #sepiaFW-main-window .chat-buttons-area button,
.sepiaFW-touch-device #sepiaFW-main-window .chat-buttons-area .my-view-custom-button {
border: 1px solid rgb(42, 43, 44);
background: rgba(36, 41, 43, 0.42);
box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.30), 1px 1px 2px 0 rgba(0, 0, 0, 0.60);
}
.sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover {
background: rgba(46, 51, 53, 0.42);
}
/*----- cards ------*/
.sepiaFW-cards-list-contextMenu,
.sepiaFW-cards-contextMenu-single {
background: rgba(68, 70, 79, 0.33) !important;
}
.sepiaFW-cards-list-body .timeEvent > div,
.sepiaFW-cards-list-body .radioStation > div,
.sepiaFW-cards-list-body .weatherNowSmall > div,
.sepiaFW-cards-list-body .linkCard > div,
.sepiaFW-cards-list-body .newsArticle > div,
.sepiaFW-cards-list-body .listElement div,
.sepiaFW-cards-list-body .listElement .listRight,
.dark-skin .sepiaFW-cards-list-body .fullWidthItem .cardItemBlock,
.sepiaFW-cards-list-title,
.sepiaFW-cards-list-footer {
border: 1px solid rgb(42, 43, 44);
background: rgba(36, 41, 43, 0.42);
box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.30), 1px 1px 2px 0 rgba(0, 0, 0, 0.60);
color: #eee;
}
.dark-skin .sepiaFW-cards-flexSize-container .cardBodyItem.fullWidthItem .cardItemOverlay {
background: rgb(24, 25, 28);
}
.sepiaFW-cards-list-title.newsHeader {
border: 0 !important;
background: rgba(250, 250, 250, 0.85);
}
.sepiaFW-cards-list-body .newsArticle .newsCenter,
.sepiaFW-cards-list-body .weatherNowDetails li {
background: rgba(36, 41, 43, 0.42);
}
.sepiaFW-cards-button,
.sepiaFW-notouch-device .sepiaFW-cards-button:hover {
background: transparent;
color: #eee;
border: 1px solid #acacac;
}
/*----- Frames & TeachUI -----*/
#sepiaFW-frames-nav-bar,
#sepiaFW-teachUI-nav-bar {
background: linear-gradient(45deg, #027bff, #3e98ff);
color: #fff;
}
#sepiaFW-frames-view.dark,
#sepiaFW-teachUI-view {
background: #121213;
color: #eee;
}
#sepiaFW-teachUI-view label {
color: #027BFF;
}
.sepiaFW-frames-page.dark .info-text {
color: #c4c0f4;
}
.sepiaFW-frames-page.dark button,
#sepiaFW-teachUI-editor button,
#sepiaFW-teachUI-manager button {
background: linear-gradient(45deg, #027bff, #3e98ff) !important;
color: #fff !important;
}
.sepiaFW-frames-page.dark .subgroup.menu-button {
color: #77b7ff;
} | 0.31258 | 0.058265 |
:root {
color-scheme: light;
--bg-color: hsl(204, 68%, 37%);
--bg-color-gradient: hsla(204, 68%, 37%, 0.8);
--bg-dark: hsla(204, 94%, 13%, 0.5);
--bg-search-results: hsl(204, 94%, 13%);
--bg-search-results-hover: hsl(204, 83%, 24%);
--color: hsl(204, 65%, 88%);
--link-color: hsl(204, 63%, 74%);
--border-color: hsl(204, 91%, 27%);
--shadow-color: rgb(2, 39, 64);
--color-toggle-svg: var(--color);
--border-color-search: hsl(0, 4%, 18%);
}
body {
color: var(--color);
background: var(--bg-color);
background: linear-gradient(var(--bg-color-gradient) 0%, var(--bg-color) 20%);
overflow-x: hidden;
position: relative;
width: 100%;
min-height: 100vh;
line-height: 1.6;
text-rendering: optimizeSpeed;
}
body.dark {
color-scheme: dark;
--bg-color: hsl(219, 19%, 28%);
--bg-color-gradient: var(--bg-color);
--bg-dark: hsla(210, 22%, 4%, 0.5);
--bg-search-results: hsl(210, 22%, 4%);
--bg-search-results-hover: hsl(208, 18%, 14%);
--color: hsl(204, 65%, 88%);
--link-color: hsl(201, 100%, 97%);
--border-color: hsl(201, 7%, 46%);
--shadow-color: hsl(279, 50%, 41%);
--color-toggle-svg: var(--color);
}
img {
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
body.dark img {
filter: brightness(0.8) contrast(1.2);
}
a {
color: var(--link-color);
text-decoration: none;
transition: all 0.3s ease-out;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.header {
margin: 1rem auto 3rem;
padding: 1rem;
}
.header__single {
margin-bottom: 1rem;
}
.header,
.border {
border-bottom: thin solid var(--border-color);
padding-bottom: 1rem;
}
.header,
.footer,
.main {
max-width: 50rem;
}
.menu,
.logo {
margin: 0;
line-height: 1;
}
.menu > li {
margin: 1rem 0;
}
.menu a {
color: var(--color);
text-transform: uppercase;
line-height: 1.55;
padding: 0.3rem;
}
::-webkit-input-placeholder {
color: var(--color);
text-transform: uppercase;
font-size: 0.95rem;
opacity: 1;
}
:-ms-input-placeholder {
color: var(--color);
opacity: 1;
}
::placeholder {
color: var(--color);
opacity: 1;
}
.search {
position: relative;
margin-bottom: 2rem;
}
.search__form {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.search__input {
width: calc(100% - 1rem);
margin: 0 auto 1rem;
padding: 0.2rem 0.5rem 0;
background-color: transparent;
border: 0;
border-bottom: thin solid var(--color);
outline-color: var(--color);
color: var(--color);
}
.search__submit {
cursor: pointer;
appearance: none;
background-color: transparent;
border: 0;
margin: 0;
padding: 0;
color: var(--color);
outline-color: var(--color);
}
.search__results {
position: absolute;
z-index: 888;
min-height: 56px;
min-width: 100%;
top: 56px;
left: 0;
}
.search__results li {
margin: 0;
}
.search__link {
display: block;
padding: 1rem;
background-color: var(--bg-search-results);
color: var(--color);
}
.search__link svg,
.search__link span {
display: inline-block;
vertical-align: middle;
}
.search__link svg {
margin-right: 1rem;
}
.search__link:focus,
.search__link:hover {
background-color: var(--bg-search-results-hover);
}
.show {
display: initial;
}
.hide {
display: none;
}
.bars-container {
appearance: none;
background: transparent;
border: 0;
cursor: pointer;
float: right;
min-height: 48px;
min-width: 48px;
}
.bars {
display: block;
width: 24px;
height: 3px;
border-radius: 2px;
background: var(--color);
margin: 10px 0;
position: relative;
z-index: 1000;
}
.bars:before,
.bars:after {
border-radius: 2px;
height: 3px;
background: var(--color);
content: " ";
position: absolute;
right: 0;
}
.bars:before {
top: -7px;
width: 20px;
}
.bars:after {
top: 7px;
width: 16px;
}
.toggle {
color: var(--color-svg);
}
.toggle input[type="checkbox"] {
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
position: relative;
border: 0;
outline: 0;
cursor: pointer;
margin: 0 20px;
}
.toggle input[type="checkbox"]:after {
content: "";
width: 42px;
height: 25px;
display: inline-block;
background: var(--bg-dark);
border-radius: 18px;
clear: both;
}
.toggle input[type="checkbox"]:before {
content: "";
width: 22px;
height: 22px;
position: absolute;
left: 0;
top: 2px;
border-radius: 50%;
background: var(--color);
box-shadow: 1px 1px 3px var(--shadow-color);
}
.toggle input[type="checkbox"]:checked:before {
left: 22px;
box-shadow: -1px 1px 3px var(--shadow-color);
}
.toggle input[type="checkbox"]:checked:after {
background: var(--bg-dark);
}
h1,
.active-link,
.shadowed,
.post-title,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.55;
color: var(--color);
text-transform: uppercase;
text-shadow: var(--shadow-color) 2px 2px 3px;
}
h1 {
font-size: xx-large;
}
h2 {
font-size: x-large;
}
h2:not(:first-child),
h3,
h4,
h5,
h6 {
margin: 3rem 0 1rem;
}
.post-image,
.post-title {
margin: 1rem 0;
}
.main {
padding: 1rem;
margin: 0 auto;
}
section:not(:first-child) {
margin: 4rem 0;
}
p {
margin: 1.5rem 0;
}
.intro {
position: relative;
padding: 1rem;
border-radius: 7px;
background-color: var(--bg-dark);
}
.intro p {
margin-bottom: 0;
}
.last-posts > ul {
margin-top: 2rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1rem;
}
.card,
.post-metadata {
margin: 0;
display: flex;
flex-direction: column;
}
.post-metadata {
padding: 1rem;
}
.post-date {
font-size: smaller;
opacity: 0.8;
}
.card {
background-color: var(--bg-dark);
border-radius: 7px;
position: relative;
overflow: hidden;
}
.image {
position: relative;
}
.image,
.link {
display: block;
transition: all 0.5s;
height: 100%;
}
.image:hover,
.card:hover .image {
filter: grayscale(1);
}
.listing .post-item {
display: flex;
align-items: center;
gap: 2rem;
}
.footer {
border-top: thin solid var(--border-color);
margin: 4rem auto 0;
position: sticky;
top: 100vh;
display: flex;
align-items: center;
justify-content: center;
gap: 0.25rem;
text-align: center;
padding: 1rem 2rem 1.7rem;
}
.post-content a,
.footer a {
text-decoration: underline;
text-decoration-thickness: 0.1em;
}
.post-item a:focus,
.post-item a:hover {
text-decoration: underline;
}
.post-content a:focus,
.post-content a:hover,
.footer a:focus,
.footer a:hover {
text-decoration: none;
}
@media screen and (min-width: 960px) {
.intro {
padding: 2rem;
}
.show,
.hide {
display: flex;
justify-content: end;
}
.bars-container {
display: none;
}
.navbar,
.navbar__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar__container {
gap: 1.5rem;
}
.menu {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: end;
gap: 0;
}
.search__submit,
.toggle {
padding: 0.5rem 0 0;
color: var(--color-svg);
}
.search__results {
min-width: 75vh;
}
.search,
.search__input {
margin: 0;
}
.menu > li {
margin: 0.25rem;
}
.search__input {
padding: 0 0.4rem;
width: 100%;
}
} | src/styles/main.css | :root {
color-scheme: light;
--bg-color: hsl(204, 68%, 37%);
--bg-color-gradient: hsla(204, 68%, 37%, 0.8);
--bg-dark: hsla(204, 94%, 13%, 0.5);
--bg-search-results: hsl(204, 94%, 13%);
--bg-search-results-hover: hsl(204, 83%, 24%);
--color: hsl(204, 65%, 88%);
--link-color: hsl(204, 63%, 74%);
--border-color: hsl(204, 91%, 27%);
--shadow-color: rgb(2, 39, 64);
--color-toggle-svg: var(--color);
--border-color-search: hsl(0, 4%, 18%);
}
body {
color: var(--color);
background: var(--bg-color);
background: linear-gradient(var(--bg-color-gradient) 0%, var(--bg-color) 20%);
overflow-x: hidden;
position: relative;
width: 100%;
min-height: 100vh;
line-height: 1.6;
text-rendering: optimizeSpeed;
}
body.dark {
color-scheme: dark;
--bg-color: hsl(219, 19%, 28%);
--bg-color-gradient: var(--bg-color);
--bg-dark: hsla(210, 22%, 4%, 0.5);
--bg-search-results: hsl(210, 22%, 4%);
--bg-search-results-hover: hsl(208, 18%, 14%);
--color: hsl(204, 65%, 88%);
--link-color: hsl(201, 100%, 97%);
--border-color: hsl(201, 7%, 46%);
--shadow-color: hsl(279, 50%, 41%);
--color-toggle-svg: var(--color);
}
img {
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
body.dark img {
filter: brightness(0.8) contrast(1.2);
}
a {
color: var(--link-color);
text-decoration: none;
transition: all 0.3s ease-out;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.header {
margin: 1rem auto 3rem;
padding: 1rem;
}
.header__single {
margin-bottom: 1rem;
}
.header,
.border {
border-bottom: thin solid var(--border-color);
padding-bottom: 1rem;
}
.header,
.footer,
.main {
max-width: 50rem;
}
.menu,
.logo {
margin: 0;
line-height: 1;
}
.menu > li {
margin: 1rem 0;
}
.menu a {
color: var(--color);
text-transform: uppercase;
line-height: 1.55;
padding: 0.3rem;
}
::-webkit-input-placeholder {
color: var(--color);
text-transform: uppercase;
font-size: 0.95rem;
opacity: 1;
}
:-ms-input-placeholder {
color: var(--color);
opacity: 1;
}
::placeholder {
color: var(--color);
opacity: 1;
}
.search {
position: relative;
margin-bottom: 2rem;
}
.search__form {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.search__input {
width: calc(100% - 1rem);
margin: 0 auto 1rem;
padding: 0.2rem 0.5rem 0;
background-color: transparent;
border: 0;
border-bottom: thin solid var(--color);
outline-color: var(--color);
color: var(--color);
}
.search__submit {
cursor: pointer;
appearance: none;
background-color: transparent;
border: 0;
margin: 0;
padding: 0;
color: var(--color);
outline-color: var(--color);
}
.search__results {
position: absolute;
z-index: 888;
min-height: 56px;
min-width: 100%;
top: 56px;
left: 0;
}
.search__results li {
margin: 0;
}
.search__link {
display: block;
padding: 1rem;
background-color: var(--bg-search-results);
color: var(--color);
}
.search__link svg,
.search__link span {
display: inline-block;
vertical-align: middle;
}
.search__link svg {
margin-right: 1rem;
}
.search__link:focus,
.search__link:hover {
background-color: var(--bg-search-results-hover);
}
.show {
display: initial;
}
.hide {
display: none;
}
.bars-container {
appearance: none;
background: transparent;
border: 0;
cursor: pointer;
float: right;
min-height: 48px;
min-width: 48px;
}
.bars {
display: block;
width: 24px;
height: 3px;
border-radius: 2px;
background: var(--color);
margin: 10px 0;
position: relative;
z-index: 1000;
}
.bars:before,
.bars:after {
border-radius: 2px;
height: 3px;
background: var(--color);
content: " ";
position: absolute;
right: 0;
}
.bars:before {
top: -7px;
width: 20px;
}
.bars:after {
top: 7px;
width: 16px;
}
.toggle {
color: var(--color-svg);
}
.toggle input[type="checkbox"] {
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
position: relative;
border: 0;
outline: 0;
cursor: pointer;
margin: 0 20px;
}
.toggle input[type="checkbox"]:after {
content: "";
width: 42px;
height: 25px;
display: inline-block;
background: var(--bg-dark);
border-radius: 18px;
clear: both;
}
.toggle input[type="checkbox"]:before {
content: "";
width: 22px;
height: 22px;
position: absolute;
left: 0;
top: 2px;
border-radius: 50%;
background: var(--color);
box-shadow: 1px 1px 3px var(--shadow-color);
}
.toggle input[type="checkbox"]:checked:before {
left: 22px;
box-shadow: -1px 1px 3px var(--shadow-color);
}
.toggle input[type="checkbox"]:checked:after {
background: var(--bg-dark);
}
h1,
.active-link,
.shadowed,
.post-title,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.55;
color: var(--color);
text-transform: uppercase;
text-shadow: var(--shadow-color) 2px 2px 3px;
}
h1 {
font-size: xx-large;
}
h2 {
font-size: x-large;
}
h2:not(:first-child),
h3,
h4,
h5,
h6 {
margin: 3rem 0 1rem;
}
.post-image,
.post-title {
margin: 1rem 0;
}
.main {
padding: 1rem;
margin: 0 auto;
}
section:not(:first-child) {
margin: 4rem 0;
}
p {
margin: 1.5rem 0;
}
.intro {
position: relative;
padding: 1rem;
border-radius: 7px;
background-color: var(--bg-dark);
}
.intro p {
margin-bottom: 0;
}
.last-posts > ul {
margin-top: 2rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1rem;
}
.card,
.post-metadata {
margin: 0;
display: flex;
flex-direction: column;
}
.post-metadata {
padding: 1rem;
}
.post-date {
font-size: smaller;
opacity: 0.8;
}
.card {
background-color: var(--bg-dark);
border-radius: 7px;
position: relative;
overflow: hidden;
}
.image {
position: relative;
}
.image,
.link {
display: block;
transition: all 0.5s;
height: 100%;
}
.image:hover,
.card:hover .image {
filter: grayscale(1);
}
.listing .post-item {
display: flex;
align-items: center;
gap: 2rem;
}
.footer {
border-top: thin solid var(--border-color);
margin: 4rem auto 0;
position: sticky;
top: 100vh;
display: flex;
align-items: center;
justify-content: center;
gap: 0.25rem;
text-align: center;
padding: 1rem 2rem 1.7rem;
}
.post-content a,
.footer a {
text-decoration: underline;
text-decoration-thickness: 0.1em;
}
.post-item a:focus,
.post-item a:hover {
text-decoration: underline;
}
.post-content a:focus,
.post-content a:hover,
.footer a:focus,
.footer a:hover {
text-decoration: none;
}
@media screen and (min-width: 960px) {
.intro {
padding: 2rem;
}
.show,
.hide {
display: flex;
justify-content: end;
}
.bars-container {
display: none;
}
.navbar,
.navbar__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar__container {
gap: 1.5rem;
}
.menu {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: end;
gap: 0;
}
.search__submit,
.toggle {
padding: 0.5rem 0 0;
color: var(--color-svg);
}
.search__results {
min-width: 75vh;
}
.search,
.search__input {
margin: 0;
}
.menu > li {
margin: 0.25rem;
}
.search__input {
padding: 0 0.4rem;
width: 100%;
}
} | 0.504883 | 0.133613 |
a {
color: #4c514d;
}
/*
头部
设置高度 弹性布局 垂直居中 左右填充10px
*/
.head {
height: 40px;
display: flex;
align-items: center;
padding: 0 10px;
}
/*
logo 左间距10px 右间距自动 默认将空白撑开
*/
.head-logo {
margin-left: 10px;
margin-right: auto;
}
/*
设置logo颜色和大小
*/
.head-logo i {
color: #f47296;
font-size: 26px;
}
/*
设置右间距
*/
.head-search {
margin-right: 13px;
}
/*
设置搜索图标大小和颜色
*/
.head-search i {
font-size: 22px;
color: #c9c9c9;
}
/*
登陆图标
设置右间距 背景色
width + lineheight是为了文字垂直居中 方便写成一个圆形
设置弧度
文字大小
上下左右填充
*/
.head-login {
margin-right: 13px;
background-color: #e8e8e8;
/* height: 24px; */
line-height: 24px;
width: 24px;
border-radius: 50%;
font-size: 12px;
padding: 5px;
}
/*
登陆文字颜色
*/
.head-login a {
color: #f47296;
}
/*
下载 APP 设置文字大小 背景色 弧度 填充
*/
.head-app {
font-size: 14px;
background: #f47296;
border-radius: 4px;
padding: 5px 10px;
}
/*
下载 APP 字体颜色
*/
.head-app a {
color: white;
}
/*
导航栏
设置高度
左右填充
下边框线
相对定位 ==> 是为了定位 下箭头
*/
.nav {
height: 40px;
padding: 0 10px;
border-bottom: .5px solid #f3f3f3;
position: relative;
}
/*
设置高度百分百
弹性布局 垂直居中
溢出隐藏
*/
.nav-list {
height:100%;
display: flex;
align-items: center;
overflow: hidden;
}
/*
每个文字的宽度
右间距
不收缩
文字居中
相对定位 ==> 为了定位红色下边框
*/
.nav-list li {
width: 40px;
margin-right: 20px;
flex-shrink: 0;
text-align: center;
position: relative;
}
/*
选中文字字体的颜色
*/
.nav-list-active a {
color:#f47296;
}
/*
选中文字下边框线设置
绝对定位
内容无
背景色红
设置宽高(大小)
left bottom 调节具体位置
*/
.nav-list-active::after {
position: absolute;
content: "";
background: #f47296;
width: 44px;
height: 2px;
left: -2px;
bottom: -10px;
}
/*
下箭头
绝对定位
right top 调节具体位置
设置宽 高
背景色白
弹性布局 水平 垂直居中
*/
.nav-arrow {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 100%;
background: white;
display: flex;
align-items: center;
justify-content: center;
}
.video {
padding: 8px 10px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 1fr;
column-gap: 10px;
}
.video-item-pic {
display: grid;
}
.video-item-pic img {
grid-area: 1 / 1 / 1 / 1;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.video-item-pic span {
grid-area: 1 / 1 / 1 / 1;
margin-left: 4px;
display: flex;
align-items: flex-end;
justify-content: space-between;
color: white;
width: 94%;
height: 100%;
/* padding: 0 2px; */
}
/* .video-item-pic div {
grid-area: 1 / 1 / 1 / 1;
align-self: end;
display: flex;
align-items: flex-end;
justify-content: space-around;
color: white;
width: 100%;
height: 100%;
padding: 0 2px 2px 2px;
} */
.video-item-pic i {
margin-right: 4px;
}
.video-item-title {
margin-top: 9px;
margin-bottom: 15px;
font-size: 12px;
/* font-weight: 500; */
line-height: 16px;
} | src/asserts/css/rem/6-11/1 copy.css | a {
color: #4c514d;
}
/*
头部
设置高度 弹性布局 垂直居中 左右填充10px
*/
.head {
height: 40px;
display: flex;
align-items: center;
padding: 0 10px;
}
/*
logo 左间距10px 右间距自动 默认将空白撑开
*/
.head-logo {
margin-left: 10px;
margin-right: auto;
}
/*
设置logo颜色和大小
*/
.head-logo i {
color: #f47296;
font-size: 26px;
}
/*
设置右间距
*/
.head-search {
margin-right: 13px;
}
/*
设置搜索图标大小和颜色
*/
.head-search i {
font-size: 22px;
color: #c9c9c9;
}
/*
登陆图标
设置右间距 背景色
width + lineheight是为了文字垂直居中 方便写成一个圆形
设置弧度
文字大小
上下左右填充
*/
.head-login {
margin-right: 13px;
background-color: #e8e8e8;
/* height: 24px; */
line-height: 24px;
width: 24px;
border-radius: 50%;
font-size: 12px;
padding: 5px;
}
/*
登陆文字颜色
*/
.head-login a {
color: #f47296;
}
/*
下载 APP 设置文字大小 背景色 弧度 填充
*/
.head-app {
font-size: 14px;
background: #f47296;
border-radius: 4px;
padding: 5px 10px;
}
/*
下载 APP 字体颜色
*/
.head-app a {
color: white;
}
/*
导航栏
设置高度
左右填充
下边框线
相对定位 ==> 是为了定位 下箭头
*/
.nav {
height: 40px;
padding: 0 10px;
border-bottom: .5px solid #f3f3f3;
position: relative;
}
/*
设置高度百分百
弹性布局 垂直居中
溢出隐藏
*/
.nav-list {
height:100%;
display: flex;
align-items: center;
overflow: hidden;
}
/*
每个文字的宽度
右间距
不收缩
文字居中
相对定位 ==> 为了定位红色下边框
*/
.nav-list li {
width: 40px;
margin-right: 20px;
flex-shrink: 0;
text-align: center;
position: relative;
}
/*
选中文字字体的颜色
*/
.nav-list-active a {
color:#f47296;
}
/*
选中文字下边框线设置
绝对定位
内容无
背景色红
设置宽高(大小)
left bottom 调节具体位置
*/
.nav-list-active::after {
position: absolute;
content: "";
background: #f47296;
width: 44px;
height: 2px;
left: -2px;
bottom: -10px;
}
/*
下箭头
绝对定位
right top 调节具体位置
设置宽 高
背景色白
弹性布局 水平 垂直居中
*/
.nav-arrow {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 100%;
background: white;
display: flex;
align-items: center;
justify-content: center;
}
.video {
padding: 8px 10px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 1fr;
column-gap: 10px;
}
.video-item-pic {
display: grid;
}
.video-item-pic img {
grid-area: 1 / 1 / 1 / 1;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.video-item-pic span {
grid-area: 1 / 1 / 1 / 1;
margin-left: 4px;
display: flex;
align-items: flex-end;
justify-content: space-between;
color: white;
width: 94%;
height: 100%;
/* padding: 0 2px; */
}
/* .video-item-pic div {
grid-area: 1 / 1 / 1 / 1;
align-self: end;
display: flex;
align-items: flex-end;
justify-content: space-around;
color: white;
width: 100%;
height: 100%;
padding: 0 2px 2px 2px;
} */
.video-item-pic i {
margin-right: 4px;
}
.video-item-title {
margin-top: 9px;
margin-bottom: 15px;
font-size: 12px;
/* font-weight: 500; */
line-height: 16px;
} | 0.280321 | 0.157396 |
.animate-calc-window{
animation: animateCalcWindow .3s ease-in forwards;
animation-delay: .3s;
opacity: 0;
}
.calc-window{
/* display: none; */
/* opacity: 0; */
display: flex;
/* flex-direction: column; */
justify-content: center;
align-items: center;
background-color: rgb(117, 160, 216);
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
padding:2px;
}
.calc-window input{
padding:5px 4px;
}
.special-calculator{
width:60%;
margin:0 auto;
}
.special-calculator .operations{
display: flex;
/* align-self: stretch; */
flex-basis: 250px;
flex-direction: row;
justify-content: center;
}
.special-calculator .operations .operation{
margin:2px 5px 0;
padding:0;
flex-basis: 40px;
font-size: 30px;
border:none;
height: 40px;
line-height: 1.1;
/* line-height: 40px; */
border-radius: 10px;
cursor: pointer;
background-color: rgb(28, 64, 100);
color:rgb(112, 243, 18);
display: flex;
justify-content: center;
text-align: center;
}
.special-calculator .operations .operation:active{
transform: scale(0.97);
background-color: rgb(51, 112, 172);
}
/* .operations .operation.addition{
background-color: rgb(68, 179, 58);
}
.operations .operation.substraction{
background-color: rgb(245, 62, 56);
}
.operations .operation.multiply{
background-color: rgb(235, 169, 28);
}
.operations .operation.division{
background-color: rgb(82, 127, 225);
} */
.special-calculator .actual-amount{
display: flex;
flex-direction: column;
justify-content: center;
text-align:center;
/* background-color: #222; */
color:white;
width:300px;
margin-top:5px;
padding:5px;
}
.special-calculator .actual-amount div{
padding:5px;
font-size: 18px;
font-weight: bold;
}
.special-calculator .actual-amount div:nth-child(2){
background-color: rgb(225, 77, 77);
}
.special-calculator .input-calc{
display: flex;
justify-content: center;
align-items:center;
flex-wrap: wrap;
}
.special-calculator .input-calc{
width:100%;
}
.special-calculator .input-calc label{
width:100%;
font-weight: bold;
padding:1px 2px;
text-align: left;
}
.special-calculator .input-calc input{
flex-basis:70%;
padding:5px 4px;
}
.special-calculator input:focus{
outline-color: #0d6efd;
}
.special-calculator .input-calc .calc-button{
align-self: stretch;
/* flex-basis:180px; */
flex-basis:30%;
font-size:16px;
color:white;
font-weight: bold;
letter-spacing: 1px;
}
.green{
background-color: rgb(78, 163, 28);
}
.red{
background-color: rgb(218, 30, 30);
}
.xcenter{
text-align: center;
}
/* animations */
@keyframes animateCalcWindow{
0% {
display:none;
opacity:0;
}
1%{
display: block;
opacity: 0;
transform:scale(0);
}
100%{
opacity: 1;
transform:scale(1);
}
}
p.text{} | frontend/src/styles/inputCalculator.css | .animate-calc-window{
animation: animateCalcWindow .3s ease-in forwards;
animation-delay: .3s;
opacity: 0;
}
.calc-window{
/* display: none; */
/* opacity: 0; */
display: flex;
/* flex-direction: column; */
justify-content: center;
align-items: center;
background-color: rgb(117, 160, 216);
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
padding:2px;
}
.calc-window input{
padding:5px 4px;
}
.special-calculator{
width:60%;
margin:0 auto;
}
.special-calculator .operations{
display: flex;
/* align-self: stretch; */
flex-basis: 250px;
flex-direction: row;
justify-content: center;
}
.special-calculator .operations .operation{
margin:2px 5px 0;
padding:0;
flex-basis: 40px;
font-size: 30px;
border:none;
height: 40px;
line-height: 1.1;
/* line-height: 40px; */
border-radius: 10px;
cursor: pointer;
background-color: rgb(28, 64, 100);
color:rgb(112, 243, 18);
display: flex;
justify-content: center;
text-align: center;
}
.special-calculator .operations .operation:active{
transform: scale(0.97);
background-color: rgb(51, 112, 172);
}
/* .operations .operation.addition{
background-color: rgb(68, 179, 58);
}
.operations .operation.substraction{
background-color: rgb(245, 62, 56);
}
.operations .operation.multiply{
background-color: rgb(235, 169, 28);
}
.operations .operation.division{
background-color: rgb(82, 127, 225);
} */
.special-calculator .actual-amount{
display: flex;
flex-direction: column;
justify-content: center;
text-align:center;
/* background-color: #222; */
color:white;
width:300px;
margin-top:5px;
padding:5px;
}
.special-calculator .actual-amount div{
padding:5px;
font-size: 18px;
font-weight: bold;
}
.special-calculator .actual-amount div:nth-child(2){
background-color: rgb(225, 77, 77);
}
.special-calculator .input-calc{
display: flex;
justify-content: center;
align-items:center;
flex-wrap: wrap;
}
.special-calculator .input-calc{
width:100%;
}
.special-calculator .input-calc label{
width:100%;
font-weight: bold;
padding:1px 2px;
text-align: left;
}
.special-calculator .input-calc input{
flex-basis:70%;
padding:5px 4px;
}
.special-calculator input:focus{
outline-color: #0d6efd;
}
.special-calculator .input-calc .calc-button{
align-self: stretch;
/* flex-basis:180px; */
flex-basis:30%;
font-size:16px;
color:white;
font-weight: bold;
letter-spacing: 1px;
}
.green{
background-color: rgb(78, 163, 28);
}
.red{
background-color: rgb(218, 30, 30);
}
.xcenter{
text-align: center;
}
/* animations */
@keyframes animateCalcWindow{
0% {
display:none;
opacity:0;
}
1%{
display: block;
opacity: 0;
transform:scale(0);
}
100%{
opacity: 1;
transform:scale(1);
}
}
p.text{} | 0.380183 | 0.059156 |
.product{
width: 100%;
padding: 15px 20px;
border-left: 4px solid hsl(210, 10%, 75%);
background-color: white;
max-width: 700px;
margin: 0 auto;
display: flex;
gap: 20px;
align-items: center;
box-sizing: border-box;
}
.product--borderColor{
border-color: green;
box-shadow: 0 6px 18px -9px hsl(210, 15%, 65%);
}
.product__body {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.checkbox-custom {
display: none;
}
.checkbox-custom-label {
display: inline-block;
position: relative;
vertical-align: middle;
margin: 5px;
cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before {
content: '';
background: inherit;
border-radius: 5px;
border: 2px solid hsl(210, 15%, 70%);
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
padding: 2px;
margin-right: 10px;
}
.checkbox-custom:checked + .checkbox-custom-label:after {
content: "";
padding: 2px;
position: absolute;
width: 2px;
height: 6px;
border: solid green;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
top: 2px; left: 5px;
}
.product__body p{
margin: 10px 0 0 0;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.product__buttons{
display: flex;
justify-content: space-between;
margin-top: 30px;
align-items: center;
}
.product__buttons > button {
background-color: hsl(210, 70%, 60%);
padding: 5px 10px;
font-size: 16px;
border: none;
border-radius: 4px;
color: white;
}
.product__buttons > button:hover {
background-color: hsl(210, 70%, 50%);
}
.product__buttons > button:active{
background-color: hsl(210, 70%, 60%);
}
.product__deleteNedit button {
margin-right: 20px;
background-color: transparent;
border: none;
font-size: 16px;
color: hsl(210, 10%, 55%);
}
.product__editButton:hover {
color: hsl(210, 20%, 25%);
}
.product__editButton:active {
color: hsl(210, 10%, 55%);
}
.product__deleteNedit .product__deleteButton {
color: hsl(0, 80%, 80%);
}
.product__deleteButton:hover {
color: hsl(0, 70%, 70%);
}
.product__deleteButton:active {
color: hsl(0, 80%, 80%);
} | src/product.css | .product{
width: 100%;
padding: 15px 20px;
border-left: 4px solid hsl(210, 10%, 75%);
background-color: white;
max-width: 700px;
margin: 0 auto;
display: flex;
gap: 20px;
align-items: center;
box-sizing: border-box;
}
.product--borderColor{
border-color: green;
box-shadow: 0 6px 18px -9px hsl(210, 15%, 65%);
}
.product__body {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.checkbox-custom {
display: none;
}
.checkbox-custom-label {
display: inline-block;
position: relative;
vertical-align: middle;
margin: 5px;
cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before {
content: '';
background: inherit;
border-radius: 5px;
border: 2px solid hsl(210, 15%, 70%);
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
padding: 2px;
margin-right: 10px;
}
.checkbox-custom:checked + .checkbox-custom-label:after {
content: "";
padding: 2px;
position: absolute;
width: 2px;
height: 6px;
border: solid green;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
top: 2px; left: 5px;
}
.product__body p{
margin: 10px 0 0 0;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.product__buttons{
display: flex;
justify-content: space-between;
margin-top: 30px;
align-items: center;
}
.product__buttons > button {
background-color: hsl(210, 70%, 60%);
padding: 5px 10px;
font-size: 16px;
border: none;
border-radius: 4px;
color: white;
}
.product__buttons > button:hover {
background-color: hsl(210, 70%, 50%);
}
.product__buttons > button:active{
background-color: hsl(210, 70%, 60%);
}
.product__deleteNedit button {
margin-right: 20px;
background-color: transparent;
border: none;
font-size: 16px;
color: hsl(210, 10%, 55%);
}
.product__editButton:hover {
color: hsl(210, 20%, 25%);
}
.product__editButton:active {
color: hsl(210, 10%, 55%);
}
.product__deleteNedit .product__deleteButton {
color: hsl(0, 80%, 80%);
}
.product__deleteButton:hover {
color: hsl(0, 70%, 70%);
}
.product__deleteButton:active {
color: hsl(0, 80%, 80%);
} | 0.395835 | 0.078113 |
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Sanchez');
body{
font-family: 'Nunito', sans-serif;
}
h1,h2,h3{
/*font-family: 'Righteous', cursive; */
font-family: 'Oswald', sans-serif;
}
h4{
font-family: 'Sanchez', serif;
font-size: 1rem;
}
.article-body{
font-family: 'Oswald', sans-serif;
}
.nostyle{
background-color: transparent;
border:0;
outline: 0;
}
/*Home Page Begin*/
.logo{
width:180px;
}
.searchform{
width: 100%;
background-image: url("/images/search-back.jpg");
background-size:cover;
padding: 60px 10px ;
padding-right: 0;
background-position:bottom;
}
.search-bar{
width:60%;
margin: auto;
/*padding:40px 0;*/
/*background-color: white;*/
border-radius:3px;
color: white;
}
.subBut{
cursor: pointer;
border-radius:3px;
border:none;
font-size: 1.4em;
color: #222;
background-color: white;
position: absolute;
height: 60px;
border-left: 0;
border:10px solid white;
}
.subBut:focus{
outline: none;
}
.livesearch{
position: absolute;
width:59.7%;
margin-top: 3px;
}
.livesearch ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.livesearch li{
font-size: 16px;
background-color: white;
color:#0B2239;
padding:10px 20px;
}
.livesearch li:hover{
background-color: #e3e9ed;
cursor: pointer;
}
.suggest-button,.suggest-button:focus{
border:none;
background-color: rgba(255, 255, 255, 0.69);
border-radius: 5px;
padding:0 10px;
cursor: pointer;
outline: none;
color: #004284;
font-size: 11.5pt;
font-family: 'Oswald', sans-serif;
transition: 2s;
}
.suggest-button:hover{
/*background-color: rgba(255, 255, 255, 0.69);*/
background-color: rgba(255, 255, 255, 0.88);
transition: 0.5s;
}
.searchform input[type=text]{
width: 90%;
height: 60px;
border-radius:3px;
border:none;
font-size: 1.4em;
color: #222;
}
.searchform input[type=text]:focus{
outline: none;
}
.article{
width:250px;
transition: 0.5s;
}
.article:hover{
cursor: pointer;
transition: 0.5s;
margin-top: -5px;
transition: 0.2s;
}
.article:hover .menu-icon{
display: inline-block;
transition: 0.5s;
}
.like-icon{
width:16px;
height: 16px;
}
.cor-author-name{
background-color: #f3f3f3;
padding: 0px 7px;
width: fit-content;
margin-bottom:3px;
font-size: 11pt;
font-family: 'Oswald', sans-serif;
display: inline-block;
}
.article-date{
display: inline-block;
background-color: #ffc9a2;
padding: 0px 7px;
width: fit-content;
margin-bottom:3px;
font-size: 11pt;
font-family: 'Oswald', sans-serif;
}
.menu-icon{
/* display: inline-block; */
float: right;
margin-right: 2px;
display: none;
}
.article-img img{
width:99%;
height: 160px;
cursor: pointer;
transition: 0.5s;
}
.article-1{
/*width:500px;*/
height: 300px;
background-image: url(/images/05.jpg);
background-size:600px auto;
transition: 0.5s;
background-position: center;
}
.article-1:hover{
background-size:670px auto;
transition: 0.5s;
cursor: pointer;
}
.article-1-img img{
width:99%;
height: 350px;
cursor: pointer;
transition: 0.5s;
}
.article-1-body{
margin-top: 50px;
margin: 180px 10px 10px 10px;
/*background-color: white;*/
color: white;
}
.cover-color{
background-color: #67676747;
height: inherit;
}
.article-2{
height: 300px;
width: 100;
}
.article-2-single{
width:100%;
height:33.3%;
background-color: white;
padding:10px 0;
cursor: pointer;
border-bottom:1px solid #b0bed5;
}
.article-2-single img{
width: 110%;
height: auto;
}
.subcribe{
background-image: url("/images/search-back.jpg");
background-position: bottom;
background-size: cover;
}
.subcribe-area{
padding:30px 0;
font-size: 14pt ;
color: white;
font-family: 'Oswald', sans-serif;
font-weight: 10px;
}
.subcribe-area input[type=text]{
margin: 0px 10px;
border-radius:3px;
padding: 0 12px;
width: 400px;
border: 1px solid #01377c;
border-radius: 3px;
background-color: #fff;
color: #2e2e2e;
font-size: 16px;
line-height: 44px;
font-family: 'Sanchez', serif;
}
.subcribe-area input[type=submit]{
font-size: 10pt;
height: 44px;
padding: 0 40px;
border: 1px solid white;
border-radius: 3px;
background-color: transparent;
color: white;
text-decoration: none;
line-height: 44px;
cursor: pointer;
}
/*More News Button*/
/* .more-news img{
height: 50px;
padding: 2px;
font-size: 12pt;
float: right;
background-color: rgba(255, 255, 255, 0.88);
cursor: pointer;
} */
.more-news button,.more-news button:focus{
/*background-color: #383d41;*/
background-color: red;
padding: 3px 16px;
width: fit-content;
margin: 0 10px 0 3px;
font-size: 11pt;
font-family: 'Oswald', sans-serif;
color: white;
border:none;
border-radius: 6px;
outline: none;
cursor: pointer;
/*display: none;*/
visibility: hidden;;
transition-duration:2s;
}
.newspanel-one:hover .more-news-button{
/*display: inline-block;*/
visibility:visible;
/*background-color: #7f7f7f;*/
transition:2s;
}
/*Home Page Begin*/
/*Login Page Begin*/
.pageBackground{
/*background:linear-gradient(-135deg, #c850c0, #4158d0);*/
/*background:linear-gradient(-135deg, #636263, #7a7d8e);*/
min-height: 100vh;
}
.loginform{
margin: auto;
margin-top: 75px;
border-radius: 6px;
height: 250px;
}
.login-left-image{
height: 100vh;
overflow: hidden;
padding-left: 0;
/*background-image: url("/images/news-back.jpg");*/
background-size: cover;
}
.loginform input[type="text"],.loginform input[type="password"],.loginform input[type="email"]{
padding: 4px 15px;
height: 50px;
font-size: 15pt;
}
::placeholder{
color:rgba(62, 53, 53, 0.32);
}
.loginbutton{
height:50px;
font-size: 15pt;
background-color: #c0392b;
border-color: #c0392b;
}
.loginbutton:hover{
height:50px;
font-size: 15pt;
background-color: #34495e;
border-color: #34495e;
}
/*Login Page End*/
/*Dashboard Page Styles Begin*/
.notication{
padding-right: 5px;
}
.dashboard-logo{
width:160px;
height: auto;
}
/*Dashboard Page Styles End*/ | public/css/main.css | @import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Sanchez');
body{
font-family: 'Nunito', sans-serif;
}
h1,h2,h3{
/*font-family: 'Righteous', cursive; */
font-family: 'Oswald', sans-serif;
}
h4{
font-family: 'Sanchez', serif;
font-size: 1rem;
}
.article-body{
font-family: 'Oswald', sans-serif;
}
.nostyle{
background-color: transparent;
border:0;
outline: 0;
}
/*Home Page Begin*/
.logo{
width:180px;
}
.searchform{
width: 100%;
background-image: url("/images/search-back.jpg");
background-size:cover;
padding: 60px 10px ;
padding-right: 0;
background-position:bottom;
}
.search-bar{
width:60%;
margin: auto;
/*padding:40px 0;*/
/*background-color: white;*/
border-radius:3px;
color: white;
}
.subBut{
cursor: pointer;
border-radius:3px;
border:none;
font-size: 1.4em;
color: #222;
background-color: white;
position: absolute;
height: 60px;
border-left: 0;
border:10px solid white;
}
.subBut:focus{
outline: none;
}
.livesearch{
position: absolute;
width:59.7%;
margin-top: 3px;
}
.livesearch ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.livesearch li{
font-size: 16px;
background-color: white;
color:#0B2239;
padding:10px 20px;
}
.livesearch li:hover{
background-color: #e3e9ed;
cursor: pointer;
}
.suggest-button,.suggest-button:focus{
border:none;
background-color: rgba(255, 255, 255, 0.69);
border-radius: 5px;
padding:0 10px;
cursor: pointer;
outline: none;
color: #004284;
font-size: 11.5pt;
font-family: 'Oswald', sans-serif;
transition: 2s;
}
.suggest-button:hover{
/*background-color: rgba(255, 255, 255, 0.69);*/
background-color: rgba(255, 255, 255, 0.88);
transition: 0.5s;
}
.searchform input[type=text]{
width: 90%;
height: 60px;
border-radius:3px;
border:none;
font-size: 1.4em;
color: #222;
}
.searchform input[type=text]:focus{
outline: none;
}
.article{
width:250px;
transition: 0.5s;
}
.article:hover{
cursor: pointer;
transition: 0.5s;
margin-top: -5px;
transition: 0.2s;
}
.article:hover .menu-icon{
display: inline-block;
transition: 0.5s;
}
.like-icon{
width:16px;
height: 16px;
}
.cor-author-name{
background-color: #f3f3f3;
padding: 0px 7px;
width: fit-content;
margin-bottom:3px;
font-size: 11pt;
font-family: 'Oswald', sans-serif;
display: inline-block;
}
.article-date{
display: inline-block;
background-color: #ffc9a2;
padding: 0px 7px;
width: fit-content;
margin-bottom:3px;
font-size: 11pt;
font-family: 'Oswald', sans-serif;
}
.menu-icon{
/* display: inline-block; */
float: right;
margin-right: 2px;
display: none;
}
.article-img img{
width:99%;
height: 160px;
cursor: pointer;
transition: 0.5s;
}
.article-1{
/*width:500px;*/
height: 300px;
background-image: url(/images/05.jpg);
background-size:600px auto;
transition: 0.5s;
background-position: center;
}
.article-1:hover{
background-size:670px auto;
transition: 0.5s;
cursor: pointer;
}
.article-1-img img{
width:99%;
height: 350px;
cursor: pointer;
transition: 0.5s;
}
.article-1-body{
margin-top: 50px;
margin: 180px 10px 10px 10px;
/*background-color: white;*/
color: white;
}
.cover-color{
background-color: #67676747;
height: inherit;
}
.article-2{
height: 300px;
width: 100;
}
.article-2-single{
width:100%;
height:33.3%;
background-color: white;
padding:10px 0;
cursor: pointer;
border-bottom:1px solid #b0bed5;
}
.article-2-single img{
width: 110%;
height: auto;
}
.subcribe{
background-image: url("/images/search-back.jpg");
background-position: bottom;
background-size: cover;
}
.subcribe-area{
padding:30px 0;
font-size: 14pt ;
color: white;
font-family: 'Oswald', sans-serif;
font-weight: 10px;
}
.subcribe-area input[type=text]{
margin: 0px 10px;
border-radius:3px;
padding: 0 12px;
width: 400px;
border: 1px solid #01377c;
border-radius: 3px;
background-color: #fff;
color: #2e2e2e;
font-size: 16px;
line-height: 44px;
font-family: 'Sanchez', serif;
}
.subcribe-area input[type=submit]{
font-size: 10pt;
height: 44px;
padding: 0 40px;
border: 1px solid white;
border-radius: 3px;
background-color: transparent;
color: white;
text-decoration: none;
line-height: 44px;
cursor: pointer;
}
/*More News Button*/
/* .more-news img{
height: 50px;
padding: 2px;
font-size: 12pt;
float: right;
background-color: rgba(255, 255, 255, 0.88);
cursor: pointer;
} */
.more-news button,.more-news button:focus{
/*background-color: #383d41;*/
background-color: red;
padding: 3px 16px;
width: fit-content;
margin: 0 10px 0 3px;
font-size: 11pt;
font-family: 'Oswald', sans-serif;
color: white;
border:none;
border-radius: 6px;
outline: none;
cursor: pointer;
/*display: none;*/
visibility: hidden;;
transition-duration:2s;
}
.newspanel-one:hover .more-news-button{
/*display: inline-block;*/
visibility:visible;
/*background-color: #7f7f7f;*/
transition:2s;
}
/*Home Page Begin*/
/*Login Page Begin*/
.pageBackground{
/*background:linear-gradient(-135deg, #c850c0, #4158d0);*/
/*background:linear-gradient(-135deg, #636263, #7a7d8e);*/
min-height: 100vh;
}
.loginform{
margin: auto;
margin-top: 75px;
border-radius: 6px;
height: 250px;
}
.login-left-image{
height: 100vh;
overflow: hidden;
padding-left: 0;
/*background-image: url("/images/news-back.jpg");*/
background-size: cover;
}
.loginform input[type="text"],.loginform input[type="password"],.loginform input[type="email"]{
padding: 4px 15px;
height: 50px;
font-size: 15pt;
}
::placeholder{
color:rgba(62, 53, 53, 0.32);
}
.loginbutton{
height:50px;
font-size: 15pt;
background-color: #c0392b;
border-color: #c0392b;
}
.loginbutton:hover{
height:50px;
font-size: 15pt;
background-color: #34495e;
border-color: #34495e;
}
/*Login Page End*/
/*Dashboard Page Styles Begin*/
.notication{
padding-right: 5px;
}
.dashboard-logo{
width:160px;
height: auto;
}
/*Dashboard Page Styles End*/ | 0.289071 | 0.057256 |
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');
.PlacesList {
text-align: left;
}
.PlacesList section {
height: 734px !important;
}
.PlacesList h2{float:left; width:100%; color:#fff; margin-bottom:40px; font-size: 14px; position:relative; z-index:3; margin-top:30px}
.PlacesList h2 span{font-family: 'Libre Baskerville', serif; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px; font-weight:700}
.PlacesList h2 a{color:#fff; font-weight:bold;}
body{background: #24C6DC; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #514A9D, #24C6DC); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.PlacesList li {
list-style-type: none;
}
.PlacesList .head{float:left;width:100%;}
.PlacesList .search-box{width:100%; margin:0 auto 40px; height: 734px !important; box-shadow:10px 13px 0 rgba(0,0,0,0.2);}
.PlacesList .listing-block{background:#fff; height:734px !important; padding-top:20px; overflow-y:scroll;}
.PlacesList .slimScrollDiv{width:41%!important; height:734px !important;}
.PlacesList .media {background:#fff; position:relative; margin-bottom:15px;}
.PlacesList .media img{width:200px;margin:0; height:160px;}
.PlacesList .media-body{border:1px solid #bcbcbc; border-left:0; height:160px;}
.PlacesList .media .price{float:left; width:100%; font-size:30px;font-weight:600; color:#4765AB;}
.PlacesList .media .price small{display:block; font-size:17px; color:#232323;}
.PlacesList .media .stats{float:left; width:100%; margin-top:10px;}
.PlacesList .media .stats span{float:left; margin-right:10px; font-size:15px;}
.PlacesList .media .stats span i{margin-right:7px; color:#4765AB;}
.PlacesList .media .address{float:left; width:100%;font-size:14px; margin-top:5px; color:#888;}
.PlacesList .media .fav-box{position:absolute; right:10px; font-size:20px; top:4px; color:#E74C3C;}
.PlacesList .map-box{background-color:#A3CCFF;} | src/components/places_list/places_list.css | @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');
.PlacesList {
text-align: left;
}
.PlacesList section {
height: 734px !important;
}
.PlacesList h2{float:left; width:100%; color:#fff; margin-bottom:40px; font-size: 14px; position:relative; z-index:3; margin-top:30px}
.PlacesList h2 span{font-family: 'Libre Baskerville', serif; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px; font-weight:700}
.PlacesList h2 a{color:#fff; font-weight:bold;}
body{background: #24C6DC; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #514A9D, #24C6DC); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.PlacesList li {
list-style-type: none;
}
.PlacesList .head{float:left;width:100%;}
.PlacesList .search-box{width:100%; margin:0 auto 40px; height: 734px !important; box-shadow:10px 13px 0 rgba(0,0,0,0.2);}
.PlacesList .listing-block{background:#fff; height:734px !important; padding-top:20px; overflow-y:scroll;}
.PlacesList .slimScrollDiv{width:41%!important; height:734px !important;}
.PlacesList .media {background:#fff; position:relative; margin-bottom:15px;}
.PlacesList .media img{width:200px;margin:0; height:160px;}
.PlacesList .media-body{border:1px solid #bcbcbc; border-left:0; height:160px;}
.PlacesList .media .price{float:left; width:100%; font-size:30px;font-weight:600; color:#4765AB;}
.PlacesList .media .price small{display:block; font-size:17px; color:#232323;}
.PlacesList .media .stats{float:left; width:100%; margin-top:10px;}
.PlacesList .media .stats span{float:left; margin-right:10px; font-size:15px;}
.PlacesList .media .stats span i{margin-right:7px; color:#4765AB;}
.PlacesList .media .address{float:left; width:100%;font-size:14px; margin-top:5px; color:#888;}
.PlacesList .media .fav-box{position:absolute; right:10px; font-size:20px; top:4px; color:#E74C3C;}
.PlacesList .map-box{background-color:#A3CCFF;} | 0.334046 | 0.094552 |
.admin {
transition: 0.2s;
}
.admin-content-wrapper {
width: 80%;
min-height: 100vh;
float: right;
transition: 0.1s;
}
.admin-content-wrapper.wrapper-expanded {
width: 95%;
}
.admin-content {
display: flex;
flex-flow: row wrap;
padding: 0 1rem;
}
.admin-content .admin-content-title {
width: 100%;
text-align: left;
}
.notification-container {
box-sizing: border-box;
position: fixed;
top: 0;
right: 0;
z-index: 999999;
width: 320px;
padding: 0px 15px;
max-height: calc(100% - 30px);
overflow-x: hidden;
overflow-y: auto;
}
.notification {
box-sizing: border-box;
padding: 15px 15px 15px 58px;
border-radius: 2px;
color: #fff;
background-color: #ccc;
box-shadow: 0 0 12px #999;
cursor: pointer;
font-size: 1em;
line-height: 1.2em;
position: relative;
opacity: 0.9;
margin-top: 15px;
}
.notification .title {
font-size: 1em;
line-height: 1.2em;
font-weight: bold;
margin: 0 0 5px 0;
}
.notification:hover,
.notification:focus {
opacity: 1;
}
.notification-enter {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
.notification-enter.notification-enter-active {
visibility: visible;
transform: translate3d(0, 0, 0);
transition: all 0.4s;
}
.notification-leave {
visibility: visible;
transform: translate3d(0, 0, 0);
}
.notification-leave.notification-leave-active {
visibility: hidden;
transform: translate3d(100%, 0, 0);
transition: all 0.4s;
}
.notification:before {
position: absolute;
top: 50%;
left: 15px;
margin-top: -14px;
display: block;
font-family: "Notification";
width: 28px;
height: 28px;
font-size: 28px;
text-align: center;
line-height: 28px;
}
.notification-info {
background-color: #2f96b4;
}
.notification-info:before {
content: "";
}
.notification-success {
background-color: #51a351;
}
.notification-success:before {
content: "";
}
.notification-warning {
background-color: #f89406;
}
.notification-warning:before {
content: "";
}
.notification-error {
background-color: #bd362f;
}
.notification-error:before {
content: "";
}
.form-title {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.form-title h2 {
margin: 0;
}
.form-wrapper {
background-color: #ffffff;
border-radius: 5px;
width: 100%;
margin-top: 1rem;
padding: 2rem;
}
.form-wrapper label {
font-size: 1.1rem;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
font-weight: 600;
margin-top: 1.2rem;
}
.form-wrapper input {
width: 99%;
height: 1.5rem;
padding: 0.5rem 0 0.5rem 0.6rem;
margin: 0.7rem 0;
border: none;
background-color: #efefef;
border-radius: 5px;
}
.form-wrapper select {
width: 99%;
padding: 0.5rem 0 0.5rem 0.6rem;
margin: 0.7rem 0;
border: none;
background-color: #efefef;
border-radius: 5px;
}
.form-wrapper textarea {
width: 99%;
padding: 0.5rem 0 0.5rem 0.6rem;
margin: 0.7rem 0;
border: none;
background-color: #efefef;
border-radius: 5px;
} | src/pages/Admin/_Base/styles.css | .admin {
transition: 0.2s;
}
.admin-content-wrapper {
width: 80%;
min-height: 100vh;
float: right;
transition: 0.1s;
}
.admin-content-wrapper.wrapper-expanded {
width: 95%;
}
.admin-content {
display: flex;
flex-flow: row wrap;
padding: 0 1rem;
}
.admin-content .admin-content-title {
width: 100%;
text-align: left;
}
.notification-container {
box-sizing: border-box;
position: fixed;
top: 0;
right: 0;
z-index: 999999;
width: 320px;
padding: 0px 15px;
max-height: calc(100% - 30px);
overflow-x: hidden;
overflow-y: auto;
}
.notification {
box-sizing: border-box;
padding: 15px 15px 15px 58px;
border-radius: 2px;
color: #fff;
background-color: #ccc;
box-shadow: 0 0 12px #999;
cursor: pointer;
font-size: 1em;
line-height: 1.2em;
position: relative;
opacity: 0.9;
margin-top: 15px;
}
.notification .title {
font-size: 1em;
line-height: 1.2em;
font-weight: bold;
margin: 0 0 5px 0;
}
.notification:hover,
.notification:focus {
opacity: 1;
}
.notification-enter {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
.notification-enter.notification-enter-active {
visibility: visible;
transform: translate3d(0, 0, 0);
transition: all 0.4s;
}
.notification-leave {
visibility: visible;
transform: translate3d(0, 0, 0);
}
.notification-leave.notification-leave-active {
visibility: hidden;
transform: translate3d(100%, 0, 0);
transition: all 0.4s;
}
.notification:before {
position: absolute;
top: 50%;
left: 15px;
margin-top: -14px;
display: block;
font-family: "Notification";
width: 28px;
height: 28px;
font-size: 28px;
text-align: center;
line-height: 28px;
}
.notification-info {
background-color: #2f96b4;
}
.notification-info:before {
content: "";
}
.notification-success {
background-color: #51a351;
}
.notification-success:before {
content: "";
}
.notification-warning {
background-color: #f89406;
}
.notification-warning:before {
content: "";
}
.notification-error {
background-color: #bd362f;
}
.notification-error:before {
content: "";
}
.form-title {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.form-title h2 {
margin: 0;
}
.form-wrapper {
background-color: #ffffff;
border-radius: 5px;
width: 100%;
margin-top: 1rem;
padding: 2rem;
}
.form-wrapper label {
font-size: 1.1rem;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
font-weight: 600;
margin-top: 1.2rem;
}
.form-wrapper input {
width: 99%;
height: 1.5rem;
padding: 0.5rem 0 0.5rem 0.6rem;
margin: 0.7rem 0;
border: none;
background-color: #efefef;
border-radius: 5px;
}
.form-wrapper select {
width: 99%;
padding: 0.5rem 0 0.5rem 0.6rem;
margin: 0.7rem 0;
border: none;
background-color: #efefef;
border-radius: 5px;
}
.form-wrapper textarea {
width: 99%;
padding: 0.5rem 0 0.5rem 0.6rem;
margin: 0.7rem 0;
border: none;
background-color: #efefef;
border-radius: 5px;
} | 0.55929 | 0.077903 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.heartbeat {
-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
10% {
-webkit-transform: scale(0.91);
transform: scale(0.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
17% {
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
33% {
-webkit-transform: scale(0.87);
transform: scale(0.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
10% {
-webkit-transform: scale(0.91);
transform: scale(0.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
17% {
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
33% {
-webkit-transform: scale(0.87);
transform: scale(0.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
.Toastify__close-button {
display: none;
}
.Toastify__toast--default {
background: #fff;
color: #6f84ad;
margin-bottom: 1rem;
padding: 0.5rem;
font-weight: 600;
font-family: "Roboto", sans-serif;
} | src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.heartbeat {
-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
10% {
-webkit-transform: scale(0.91);
transform: scale(0.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
17% {
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
33% {
-webkit-transform: scale(0.87);
transform: scale(0.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
10% {
-webkit-transform: scale(0.91);
transform: scale(0.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
17% {
-webkit-transform: scale(0.98);
transform: scale(0.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
33% {
-webkit-transform: scale(0.87);
transform: scale(0.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
.Toastify__close-button {
display: none;
}
.Toastify__toast--default {
background: #fff;
color: #6f84ad;
margin-bottom: 1rem;
padding: 0.5rem;
font-weight: 600;
font-family: "Roboto", sans-serif;
} | 0.437343 | 0.079997 |
#preloader {
background-color: #343a40;
height: 100%;
width: 100%;
position: fixed;
z-index: 100;
}
.spinner-grow {
display: block;
position: fixed;
top: 50%;
right: 50%;
color: #08e2be !important;
}
#link-to-other-url a:visited {
color: #05ac90;
}
#link-to-other-url a:hover {
color: #888888;
text-decoration: none;
}
.btn-default {
background-color: #05ac90 !important;
color: #ffffff !important;
}
.btn-default:hover {
background-color: #05856f !important;
color: #ffffff !important;
}
/* ---------------------------- NAVBAR ---------------------------- */
.navbar-brand {
font-size: 1.8em !important;
font-weight: 500 !important;
}
/* ---------------------------- BODY 1 ---------------------------- */
#body1 {
margin-top: 20px;
}
#about-section {
padding-left: 20%;
padding-right: 20%;
}
/* ---------------------------- BODY 2 ---------------------------- */
#body2 {
margin-top: 80px;
}
#card-list {
margin-top: 50px;
}
.card {
margin-bottom: 20px;
width: 18rem;
}
.card-title {
font-weight: 700;
}
.card-thumbnail {
border-radius: 10px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
.card-horizontal {
display: flex;
flex: 1 1 auto;
}
.jsonfile-url {
padding-bottom: 20px;
}
/* ---------------------------- BODY 3 ---------------------------- */
#body3 {
margin-top: 20px;
margin-bottom: 40px;
}
#thanks-section {
padding-left: 10%;
padding-right: 10%;
}
/* --------------------------- SNACKBAR --------------------------- */
#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: #06806b;
color: #fff;
text-align: center;
border-radius: 10px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 17px;
font-weight: 700;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 0;
opacity: 0;
}
}
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 0;
opacity: 0;
}
}
/* ---------------------------- FOOTER ---------------------------- */
#footer {
background: #343a40;
font-size: 16px;
color: #cecdcd;
text-align: center;
padding: 0px;
padding-bottom: 30px;
font-family: sans-serif;
}
.footer-image {
width: 150px;
padding-bottom: 20px;
}
.category-line {
width: 120px;
height: 2px;
background-color: #08e2be;
}
.footer-links {
padding-left: 0;
list-style: none;
}
.footer-links a {
color: #a1a1a1;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
color: #08e2be;
text-decoration: none;
}
.copyright-line {
background-color: #55595c;
}
#copyright-text {
color: #a1a1a1;
pointer-events: none;
} | css/style.css |
#preloader {
background-color: #343a40;
height: 100%;
width: 100%;
position: fixed;
z-index: 100;
}
.spinner-grow {
display: block;
position: fixed;
top: 50%;
right: 50%;
color: #08e2be !important;
}
#link-to-other-url a:visited {
color: #05ac90;
}
#link-to-other-url a:hover {
color: #888888;
text-decoration: none;
}
.btn-default {
background-color: #05ac90 !important;
color: #ffffff !important;
}
.btn-default:hover {
background-color: #05856f !important;
color: #ffffff !important;
}
/* ---------------------------- NAVBAR ---------------------------- */
.navbar-brand {
font-size: 1.8em !important;
font-weight: 500 !important;
}
/* ---------------------------- BODY 1 ---------------------------- */
#body1 {
margin-top: 20px;
}
#about-section {
padding-left: 20%;
padding-right: 20%;
}
/* ---------------------------- BODY 2 ---------------------------- */
#body2 {
margin-top: 80px;
}
#card-list {
margin-top: 50px;
}
.card {
margin-bottom: 20px;
width: 18rem;
}
.card-title {
font-weight: 700;
}
.card-thumbnail {
border-radius: 10px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
.card-horizontal {
display: flex;
flex: 1 1 auto;
}
.jsonfile-url {
padding-bottom: 20px;
}
/* ---------------------------- BODY 3 ---------------------------- */
#body3 {
margin-top: 20px;
margin-bottom: 40px;
}
#thanks-section {
padding-left: 10%;
padding-right: 10%;
}
/* --------------------------- SNACKBAR --------------------------- */
#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: #06806b;
color: #fff;
text-align: center;
border-radius: 10px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 17px;
font-weight: 700;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 0;
opacity: 0;
}
}
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 0;
opacity: 0;
}
}
/* ---------------------------- FOOTER ---------------------------- */
#footer {
background: #343a40;
font-size: 16px;
color: #cecdcd;
text-align: center;
padding: 0px;
padding-bottom: 30px;
font-family: sans-serif;
}
.footer-image {
width: 150px;
padding-bottom: 20px;
}
.category-line {
width: 120px;
height: 2px;
background-color: #08e2be;
}
.footer-links {
padding-left: 0;
list-style: none;
}
.footer-links a {
color: #a1a1a1;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
color: #08e2be;
text-decoration: none;
}
.copyright-line {
background-color: #55595c;
}
#copyright-text {
color: #a1a1a1;
pointer-events: none;
} | 0.357904 | 0.086362 |
@font-face {
font-family: 'Istok Web';
font-style: normal;
font-weight: 700;
src: local('Istok Web Bold'), local('IstokWeb-Bold'), url(fonts/istok/istok.woff) format('woff');
}
@font-face {
font-family: 'Computer Modern Concrete'
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunorm.eot');
src: url('fonts/concrete/cmunorm.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunorm.woff') format('woff'),
url('fonts/concrete/cmunorm.ttf') format('truetype'),
url('fonts/concrete/cmunorm.svg#cmunorm') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunobx.eot');
src: url('fonts/concrete/cmunobx.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunobx.woff') format('woff'),
url('fonts/concrete/cmunobx.ttf') format('truetype'),
url('fonts/concrete/cmunobx.svg#cmunobx') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunoti.eot');
src: url('fonts/concrete/cmunoti.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunoti.woff') format('woff'),
url('fonts/concrete/cmunoti.ttf') format('truetype'),
url('fonts/concrete/cmunoti.svg#cmunoti') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunobi.eot');
src: url('fonts/concrete/cmunobi.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunobi.woff') format('woff'),
url('fonts/concrete/cmunobi.ttf') format('truetype'),
url('fonts/concrete/cmunobi.svg#cmunobi') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmuntt.eot');
src: url('fonts/typewriter/cmuntt.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmuntt.woff') format('woff'),
url('fonts/typewriter/cmuntt.ttf') format('truetype'),
url('fonts/typewriter/cmuntt.svg#cmuntt') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmuntb.eot');
src: url('fonts/typewriter/cmuntb.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmuntb.woff') format('woff'),
url('fonts/typewriter/cmuntb.ttf') format('truetype'),
url('fonts/typewriter/cmuntb.svg#cmuntb') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmunit.eot');
src: url('fonts/typewriter/cmunit.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmunit.woff') format('woff'),
url('fonts/typewriter/cmunit.ttf') format('truetype'),
url('fonts/typewriter/cmunit.svg#cmunit') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmuntx.eot');
src: url('fonts/typewriter/cmuntx.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmuntx.woff') format('woff'),
url('fonts/typewriter/cmuntx.ttf') format('truetype'),
url('fonts/typewriter/cmuntx.svg#cmuntx') format('svg');
font-weight: bold;
font-style: italic;
}
body {
font-family: 'Computer Modern Concrete', Georgia, 'Times New Roman', Times, serif;
letter-spacing: 1px;
max-width: 35em;
margin-left: auto;
margin-right: auto;
padding: 0.5em;
}
a {
color: #333;
transition: all 0.3s ease-in-out;
background-color: transparent;
}
a:hover {
color: white;
background-color: #333;
}
p {
text-align: justify;
line-height: 110%;
}
pre,
code {
font-family: 'Computer Modern Typewriter';
}
pre {
background-color: #FFF9F9;
padding: 3px;
}
code {
background-color: #FCFAFA;
padding: 3px;
}
pre > code {
padding: 0px;
background-color: transparent;
}
h1, h2, h3, h4, th {
font-family: 'Istok Web', sans-serif;
}
.body > .section:last-child {
border-top: 1px dotted rgb(51, 0, 0);
font-size: 0.8em;
margin-bottom: 1.5em;
padding-top: 0.5em;
text-transform: uppercase;
}
caption {
caption-side: bottom;
}
figure,
div.figure,
table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
font-size: 0.8em;
margin-left: 0;
margin-right: 0;
}
td, th {
border: 1px solid #EEE;
padding: 0.2em;
}
iframe {
width: 100%;
border: none;
}
img {
width: 100%;
height: auto;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub {
top: 0.4em;
}
h2.author,
h3.date,
h1.title {
margin: 0;
}
button,
input {
font-family: "Computer Modern Typewriter";
font-style: italic;
}
.admonition {
border: 1px dotted #EEE;
padding: 4px;
}
.highlighted {
background-color: yellow;
}
caption,
.figure .caption,
.figure .legend,
figcaption,
h2.author,
h3.date {
font-size: 0.8em;
color: #555;
font-family: 'Computer Modern Typewriter' ,monospace;
text-transform: uppercase;
font-weight: normal;
}
h2.author,
h3.date {
display: inline-block;
}
caption,
figcaption {
margin-top: 0.2em;
margin-bottom: 0.2em;
text-align: left;
}
h2.author::after {
content: ' ~';
}
/* experimental, un toque rudo */
.headerlink {
color: blue;
}
#searchbox {
margin-top: 12px;
}
.headerlink:hover {
background-color: blue;
}
.rubric {
font-size: 0.8em;
}
.sphinxsidebar {
margin-top: 100px;
margin-bottom: 20px;
}
/* reset */
.sphinxsidebar ul.ablog-cloud li {
float: none;
font-size: 100%;
margin-right: 0;
height: auto;
line-height: normal;
vertical-align: inherit;
}
.sphinxsidebar ul.ablog-cloud {
overflow: visible;
}
.sphinxsidebar ul.ablog-cloud a {
vertical-align: inherit;
text-decoration: underline;
}
.sphinxsidebar h1,
.sphinxsidebar h2,
.sphinxsidebar h3,
.sphinxsidebar ul,
.sphinxsidebar li {
text-transform: uppercase;
display: inline-block;
margin: 0;
padding: 0;
}
/* footnotes */
.footnote {
margin-bottom: 1em;
}
.footnote td p {
margin-top: 0;
}
.footnote .label {
width: 3em;
}
/* verse */
blockquote .line-block {
max-width: 30em;
}
blockquote .line-block .line {
text-indent: -2em;
padding-left: 2em;
}
/* screenplay */
.screenplay {
background-color: #FFF9F9;
padding: 3px;
font-family: 'Computer Modern Typewriter';
}
.screenplay .line {
margin-bottom: 1.5em;
}
.screenplay .dialog-character {
color: #030;
margin-bottom: 0;
max-width: 15em;
margin-left: auto;
margin-right: auto;
}
.screenplay .dialog-text {
color: #300;
max-width: 20em;
margin-left: auto;
margin-right: auto;
}
.screenplay .slugline {
text-transform: uppercase;
color: #003;
}
.screenplay .transition {
text-transform: uppercase;
color: #330;
}
.screenplay .action {
color: #033;
} | html/tibas.tt/tt/_static/tt.css | @font-face {
font-family: 'Istok Web';
font-style: normal;
font-weight: 700;
src: local('Istok Web Bold'), local('IstokWeb-Bold'), url(fonts/istok/istok.woff) format('woff');
}
@font-face {
font-family: 'Computer Modern Concrete'
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunorm.eot');
src: url('fonts/concrete/cmunorm.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunorm.woff') format('woff'),
url('fonts/concrete/cmunorm.ttf') format('truetype'),
url('fonts/concrete/cmunorm.svg#cmunorm') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunobx.eot');
src: url('fonts/concrete/cmunobx.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunobx.woff') format('woff'),
url('fonts/concrete/cmunobx.ttf') format('truetype'),
url('fonts/concrete/cmunobx.svg#cmunobx') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunoti.eot');
src: url('fonts/concrete/cmunoti.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunoti.woff') format('woff'),
url('fonts/concrete/cmunoti.ttf') format('truetype'),
url('fonts/concrete/cmunoti.svg#cmunoti') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Concrete';
src: url('fonts/concrete/cmunobi.eot');
src: url('fonts/concrete/cmunobi.eot?#iefix') format('embedded-opentype'),
url('fonts/concrete/cmunobi.woff') format('woff'),
url('fonts/concrete/cmunobi.ttf') format('truetype'),
url('fonts/concrete/cmunobi.svg#cmunobi') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmuntt.eot');
src: url('fonts/typewriter/cmuntt.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmuntt.woff') format('woff'),
url('fonts/typewriter/cmuntt.ttf') format('truetype'),
url('fonts/typewriter/cmuntt.svg#cmuntt') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmuntb.eot');
src: url('fonts/typewriter/cmuntb.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmuntb.woff') format('woff'),
url('fonts/typewriter/cmuntb.ttf') format('truetype'),
url('fonts/typewriter/cmuntb.svg#cmuntb') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmunit.eot');
src: url('fonts/typewriter/cmunit.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmunit.woff') format('woff'),
url('fonts/typewriter/cmunit.ttf') format('truetype'),
url('fonts/typewriter/cmunit.svg#cmunit') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('fonts/typewriter/cmuntx.eot');
src: url('fonts/typewriter/cmuntx.eot?#iefix') format('embedded-opentype'),
url('fonts/typewriter/cmuntx.woff') format('woff'),
url('fonts/typewriter/cmuntx.ttf') format('truetype'),
url('fonts/typewriter/cmuntx.svg#cmuntx') format('svg');
font-weight: bold;
font-style: italic;
}
body {
font-family: 'Computer Modern Concrete', Georgia, 'Times New Roman', Times, serif;
letter-spacing: 1px;
max-width: 35em;
margin-left: auto;
margin-right: auto;
padding: 0.5em;
}
a {
color: #333;
transition: all 0.3s ease-in-out;
background-color: transparent;
}
a:hover {
color: white;
background-color: #333;
}
p {
text-align: justify;
line-height: 110%;
}
pre,
code {
font-family: 'Computer Modern Typewriter';
}
pre {
background-color: #FFF9F9;
padding: 3px;
}
code {
background-color: #FCFAFA;
padding: 3px;
}
pre > code {
padding: 0px;
background-color: transparent;
}
h1, h2, h3, h4, th {
font-family: 'Istok Web', sans-serif;
}
.body > .section:last-child {
border-top: 1px dotted rgb(51, 0, 0);
font-size: 0.8em;
margin-bottom: 1.5em;
padding-top: 0.5em;
text-transform: uppercase;
}
caption {
caption-side: bottom;
}
figure,
div.figure,
table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
font-size: 0.8em;
margin-left: 0;
margin-right: 0;
}
td, th {
border: 1px solid #EEE;
padding: 0.2em;
}
iframe {
width: 100%;
border: none;
}
img {
width: 100%;
height: auto;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub {
top: 0.4em;
}
h2.author,
h3.date,
h1.title {
margin: 0;
}
button,
input {
font-family: "Computer Modern Typewriter";
font-style: italic;
}
.admonition {
border: 1px dotted #EEE;
padding: 4px;
}
.highlighted {
background-color: yellow;
}
caption,
.figure .caption,
.figure .legend,
figcaption,
h2.author,
h3.date {
font-size: 0.8em;
color: #555;
font-family: 'Computer Modern Typewriter' ,monospace;
text-transform: uppercase;
font-weight: normal;
}
h2.author,
h3.date {
display: inline-block;
}
caption,
figcaption {
margin-top: 0.2em;
margin-bottom: 0.2em;
text-align: left;
}
h2.author::after {
content: ' ~';
}
/* experimental, un toque rudo */
.headerlink {
color: blue;
}
#searchbox {
margin-top: 12px;
}
.headerlink:hover {
background-color: blue;
}
.rubric {
font-size: 0.8em;
}
.sphinxsidebar {
margin-top: 100px;
margin-bottom: 20px;
}
/* reset */
.sphinxsidebar ul.ablog-cloud li {
float: none;
font-size: 100%;
margin-right: 0;
height: auto;
line-height: normal;
vertical-align: inherit;
}
.sphinxsidebar ul.ablog-cloud {
overflow: visible;
}
.sphinxsidebar ul.ablog-cloud a {
vertical-align: inherit;
text-decoration: underline;
}
.sphinxsidebar h1,
.sphinxsidebar h2,
.sphinxsidebar h3,
.sphinxsidebar ul,
.sphinxsidebar li {
text-transform: uppercase;
display: inline-block;
margin: 0;
padding: 0;
}
/* footnotes */
.footnote {
margin-bottom: 1em;
}
.footnote td p {
margin-top: 0;
}
.footnote .label {
width: 3em;
}
/* verse */
blockquote .line-block {
max-width: 30em;
}
blockquote .line-block .line {
text-indent: -2em;
padding-left: 2em;
}
/* screenplay */
.screenplay {
background-color: #FFF9F9;
padding: 3px;
font-family: 'Computer Modern Typewriter';
}
.screenplay .line {
margin-bottom: 1.5em;
}
.screenplay .dialog-character {
color: #030;
margin-bottom: 0;
max-width: 15em;
margin-left: auto;
margin-right: auto;
}
.screenplay .dialog-text {
color: #300;
max-width: 20em;
margin-left: auto;
margin-right: auto;
}
.screenplay .slugline {
text-transform: uppercase;
color: #003;
}
.screenplay .transition {
text-transform: uppercase;
color: #330;
}
.screenplay .action {
color: #033;
} | 0.450843 | 0.046034 |
html {
height: 100%;
}
body {
background: #002B36;
height: 90%;
margin: 0;
padding: 1em;
}
#content {
height: 100%;
padding: 0;
}
textarea {
background: transparent;
border: 0;
color: #fff;
font-family: monospace;
font-size: 1em;
height: 100%;
outline: none;
padding: 0;
resize: none;
width: 100%;
}
#code {
border: 0;
font-size: 1em;
margin: 0;
outline: none;
padding: 0 0 4em 0;
white-space: pre-wrap;
}
#code code {
background: transparent !important;
padding: 0;
}
pre {
counter-reset: line-numbering;
}
pre .line::before {
color: #4c6a71;
content: counter(line-numbering);
counter-increment: line-numbering;
display: inline-block;
margin-right: 1em;
text-align: right;
width: 1.5em !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#tools {
background: #08323c;
bottom: 0;
font-size: 0;
left: 0;
position: fixed;
width: 100%;
}
#tools .function {
background: url(function-icons.png);
display: inline-block;
height: 37px;
position: relative;
width: 32px;
}
#tools .link embed {
vertical-align: bottom;
}
#tools .function.enabled:hover {
cursor: pointer;
}
#tools .function.save {
background-position: -5px top;
}
#tools .function.enabled.save {
background-position: -5px center;
}
#tools .function.enabled.save:hover {
background-position: -5px bottom;
}
#tools .function.new {
background-position: -42px top;
}
#tools .function.enabled.new {
background-position: -42px center;
}
#tools .function.enabled.new:hover {
background-position: -42px bottom;
}
#tools .function.duplicate {
background-position: -79px top;
}
#tools .function.enabled.duplicate {
background-position: -79px center;
}
#tools .function.enabled.duplicate:hover {
background-position: -79px bottom;
}
#tools .function.raw {
background-position: -116px top;
}
#tools .function.enabled.raw {
background-position: -116px center;
}
#tools .function.enabled.raw:hover {
background-position: -116px bottom;
} | static/application.css | html {
height: 100%;
}
body {
background: #002B36;
height: 90%;
margin: 0;
padding: 1em;
}
#content {
height: 100%;
padding: 0;
}
textarea {
background: transparent;
border: 0;
color: #fff;
font-family: monospace;
font-size: 1em;
height: 100%;
outline: none;
padding: 0;
resize: none;
width: 100%;
}
#code {
border: 0;
font-size: 1em;
margin: 0;
outline: none;
padding: 0 0 4em 0;
white-space: pre-wrap;
}
#code code {
background: transparent !important;
padding: 0;
}
pre {
counter-reset: line-numbering;
}
pre .line::before {
color: #4c6a71;
content: counter(line-numbering);
counter-increment: line-numbering;
display: inline-block;
margin-right: 1em;
text-align: right;
width: 1.5em !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#tools {
background: #08323c;
bottom: 0;
font-size: 0;
left: 0;
position: fixed;
width: 100%;
}
#tools .function {
background: url(function-icons.png);
display: inline-block;
height: 37px;
position: relative;
width: 32px;
}
#tools .link embed {
vertical-align: bottom;
}
#tools .function.enabled:hover {
cursor: pointer;
}
#tools .function.save {
background-position: -5px top;
}
#tools .function.enabled.save {
background-position: -5px center;
}
#tools .function.enabled.save:hover {
background-position: -5px bottom;
}
#tools .function.new {
background-position: -42px top;
}
#tools .function.enabled.new {
background-position: -42px center;
}
#tools .function.enabled.new:hover {
background-position: -42px bottom;
}
#tools .function.duplicate {
background-position: -79px top;
}
#tools .function.enabled.duplicate {
background-position: -79px center;
}
#tools .function.enabled.duplicate:hover {
background-position: -79px bottom;
}
#tools .function.raw {
background-position: -116px top;
}
#tools .function.enabled.raw {
background-position: -116px center;
}
#tools .function.enabled.raw:hover {
background-position: -116px bottom;
} | 0.387343 | 0.053329 |
.demo-ribbon {
width: 100%;
height: 40vh;
background-color: #3F51B5;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-main {
margin-top: -35vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-header .mdl-layout__header-row {
padding-left: 40px;
}
.demo-container {
max-width: 1600px;
width: calc(100% - 16px);
margin: 0 auto;
}
.demo-content {
border-radius: 2px;
padding: 80px 56px;
margin-bottom: 80px;
}
.demo-layout.is-small-screen .demo-content {
padding: 40px 28px;
}
.demo-content h3 {
margin-top: 48px;
}
.demo-footer {
padding-left: 40px;
}
.demo-footer .mdl-mini-footer--link-list a {
font-size: 13px;
}
.neg {
color: #F44336;
}
.pos {
color: #4CAF50;
}
span.token {
position: relative;
cursor: default;
border-bottom: 1px dotted rgba(120, 89, 0, .7);
cursor: pointer;
transition: box-shadow .2s .1s;
}
span.token:hover {
border-bottom: 1px solid rgba(120, 89, 0, .8);
}
span.token div.part-of-speech {
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border: 1px solid rgba(255,255,255,.5);
background-color: rgba(10,215, 94, .9);
}
span.token svg {
position: absolute;
pointer-events: none;
}
span.token svg line {
stroke: rgba(98,123,22,.8);
stroke-width: 10px;
}
span.token.highlight {
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
color: rgba(0,0,0,1);
}
#article-content {
position: relative;
transition: color .2s .1s;
}
#article-content.highlighting {
color: rgba(0,0,0,.3);
}
svg.graph line {
stroke: rgba(98,123,22,.8);
}
svg.graph text {
cursor: pointer;
}
#overlay {
position: fixed;
top:0;left:0;right:0;bottom:0;
z-index:100;
display: none;
}
.grey-screen {
position: absolute;
top:0;right:0;left:0;bottom:0;
background:rgba(255,255,255,.5);
display:none;
z-index:100;
}
#overlay>* {
display: none;
}
#overlay>.mdl-spinner {
position: absolute;
top:50%;left:50%;
z-index: 100;
margin:-.5rem 0 0 -.5rem;
}
.entity-graph, #page-list {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 101;
width: auto;
}
.entity-graph .mdl-card__title, #page-list .mdl-card__title {
color: white;
background-color: #46B6AC
}
.material-icons.help {
cursor: help;
}
#page-list {
max-width: 30rem;
max-height: 90%;
overflow: auto;
}
#page-list ul {
margin-top: 0;
}
a.dotted {
text-decoration: none;
color: inherit;
border-bottom: 1px dotted rgba(120, 89, 0, .7);
}
#page-list .page-list li {
padding-top: .2em;
padding-bottom: .2em;
min-height: 1em;
line-height: 1em;
}
#showcase {
position: fixed;
z-index: 200;
display: none;
overflow: none;
width: 100%;
height: 100%;
}
#showcase .showcase-overlay {
position: absolute;
border-style: solid;
border-color: rgba(51, 80, 117, .87);
border-radius: 50%;
}
#showcase .step {
position: absolute;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: white;
font-size: 2rem;
line-height: 1em;
display: none;
width: 50%;
min-width: 20em;
max-width: 100%;
}
#showcase .step>div:first-child {
font-size: 3rem;
line-height: 1.2em;
}
#showcase .step button {
margin-top: .9em;
}
.top10 {
float: right;
margin: 0 .5rem .5rem;
border: 1px solid rgba(0,0,0,.5);
padding: .5rem;
width: 30%;
min-width: 17rem;
}
.top10 h4 {
margin: 0;
position: relative;
display: inline-block;
clear: both;
}
.top10 h4 span.sub {
position: absolute;
right: 0;
top: 100%;
font-size: .5em;
line-height:1;
width: 100%;
text-align: center;
}
.top10 .material-icons {
vertical-align: bottom;
}
.top10 li {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
h1.page-title {
margin: 0 0 3rem;
line-height: 1em;
position: relative;
}
.sentiment {
font-size: .7rem;
line-height: 1em;
font-family: monospace;
position: absolute;
top:100%;
left:0;
}
.sentiment svg {
font-size: .4rem;
font-family: monospace;
}
.sentiment #rect1 { fill: url(#Gradient1); }
.sentiment .stop1 { stop-color: red; }
.sentiment .stop2 { stop-color: gray; stop-opacity: .2; }
.sentiment .stop3 { stop-color: green; }
.sentiment .axis path, .sentiment .axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.sentiment .axis .triangle {
fill: rgba(0,0,0,.4);
}
.sentiment .axis .domain {
display: none;
} | app/static/css/styles.css | .demo-ribbon {
width: 100%;
height: 40vh;
background-color: #3F51B5;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-main {
margin-top: -35vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-header .mdl-layout__header-row {
padding-left: 40px;
}
.demo-container {
max-width: 1600px;
width: calc(100% - 16px);
margin: 0 auto;
}
.demo-content {
border-radius: 2px;
padding: 80px 56px;
margin-bottom: 80px;
}
.demo-layout.is-small-screen .demo-content {
padding: 40px 28px;
}
.demo-content h3 {
margin-top: 48px;
}
.demo-footer {
padding-left: 40px;
}
.demo-footer .mdl-mini-footer--link-list a {
font-size: 13px;
}
.neg {
color: #F44336;
}
.pos {
color: #4CAF50;
}
span.token {
position: relative;
cursor: default;
border-bottom: 1px dotted rgba(120, 89, 0, .7);
cursor: pointer;
transition: box-shadow .2s .1s;
}
span.token:hover {
border-bottom: 1px solid rgba(120, 89, 0, .8);
}
span.token div.part-of-speech {
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border: 1px solid rgba(255,255,255,.5);
background-color: rgba(10,215, 94, .9);
}
span.token svg {
position: absolute;
pointer-events: none;
}
span.token svg line {
stroke: rgba(98,123,22,.8);
stroke-width: 10px;
}
span.token.highlight {
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
color: rgba(0,0,0,1);
}
#article-content {
position: relative;
transition: color .2s .1s;
}
#article-content.highlighting {
color: rgba(0,0,0,.3);
}
svg.graph line {
stroke: rgba(98,123,22,.8);
}
svg.graph text {
cursor: pointer;
}
#overlay {
position: fixed;
top:0;left:0;right:0;bottom:0;
z-index:100;
display: none;
}
.grey-screen {
position: absolute;
top:0;right:0;left:0;bottom:0;
background:rgba(255,255,255,.5);
display:none;
z-index:100;
}
#overlay>* {
display: none;
}
#overlay>.mdl-spinner {
position: absolute;
top:50%;left:50%;
z-index: 100;
margin:-.5rem 0 0 -.5rem;
}
.entity-graph, #page-list {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 101;
width: auto;
}
.entity-graph .mdl-card__title, #page-list .mdl-card__title {
color: white;
background-color: #46B6AC
}
.material-icons.help {
cursor: help;
}
#page-list {
max-width: 30rem;
max-height: 90%;
overflow: auto;
}
#page-list ul {
margin-top: 0;
}
a.dotted {
text-decoration: none;
color: inherit;
border-bottom: 1px dotted rgba(120, 89, 0, .7);
}
#page-list .page-list li {
padding-top: .2em;
padding-bottom: .2em;
min-height: 1em;
line-height: 1em;
}
#showcase {
position: fixed;
z-index: 200;
display: none;
overflow: none;
width: 100%;
height: 100%;
}
#showcase .showcase-overlay {
position: absolute;
border-style: solid;
border-color: rgba(51, 80, 117, .87);
border-radius: 50%;
}
#showcase .step {
position: absolute;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: white;
font-size: 2rem;
line-height: 1em;
display: none;
width: 50%;
min-width: 20em;
max-width: 100%;
}
#showcase .step>div:first-child {
font-size: 3rem;
line-height: 1.2em;
}
#showcase .step button {
margin-top: .9em;
}
.top10 {
float: right;
margin: 0 .5rem .5rem;
border: 1px solid rgba(0,0,0,.5);
padding: .5rem;
width: 30%;
min-width: 17rem;
}
.top10 h4 {
margin: 0;
position: relative;
display: inline-block;
clear: both;
}
.top10 h4 span.sub {
position: absolute;
right: 0;
top: 100%;
font-size: .5em;
line-height:1;
width: 100%;
text-align: center;
}
.top10 .material-icons {
vertical-align: bottom;
}
.top10 li {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
h1.page-title {
margin: 0 0 3rem;
line-height: 1em;
position: relative;
}
.sentiment {
font-size: .7rem;
line-height: 1em;
font-family: monospace;
position: absolute;
top:100%;
left:0;
}
.sentiment svg {
font-size: .4rem;
font-family: monospace;
}
.sentiment #rect1 { fill: url(#Gradient1); }
.sentiment .stop1 { stop-color: red; }
.sentiment .stop2 { stop-color: gray; stop-opacity: .2; }
.sentiment .stop3 { stop-color: green; }
.sentiment .axis path, .sentiment .axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.sentiment .axis .triangle {
fill: rgba(0,0,0,.4);
}
.sentiment .axis .domain {
display: none;
} | 0.411347 | 0.062303 |
.grd {
--min: 15ch;
--gap: 1.5rem;
--columns: 12;
--rows: 1;
display: grid;
grid-gap: var(--gap);
grid-template-rows: repeat(var(--rows), 1fr);
grid-template-columns: repeat(var(--columns), 1fr);
}
.grd + .grd {
margin-top: 1.5rem;
}
.grd-auto {
grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
grid-auto-rows: minmax(min-content, max-content);
}
.grd[gap="0"] {
margin-top: 0;
--gap: 0;
}
.grd > * {
grid-column: auto/span var(--col);
}
.grd-2, .grd-3, .grd-4 {
grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
.grd-2 {
grid-template-columns: repeat(2, 1fr);
}
.grd-3 {
grid-template-columns: repeat(3, 1fr);
}
.grd-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 992px) {
.grd-4 {
grid-template-columns: repeat(4, 1fr);
}
}
.grd [col="1"] {
--col: 1;
}
.grd [col="2"] {
--col: 2;
}
.grd [col="3"] {
--col: 3;
}
.grd [col="4"] {
--col: 4;
}
.grd [col="5"] {
--col: 5;
}
.grd [col="6"] {
--col: 6;
}
.grd [col="7"] {
--col: 7;
}
.grd [col="8"] {
--col: 8;
}
.grd [col="9"] {
--col: 9;
}
.grd [col="10"] {
--col: 10;
}
.grd [col="11"] {
--col: 11;
}
.grd [col="12"] {
--col: 12;
}
@media (min-width: 576px) {
.grd [sm] {
grid-column: auto/span var(--sm);
}
.grd [sm="1"] {
--sm: 1;
}
.grd [sm="2"] {
--sm: 2;
}
.grd [sm="3"] {
--sm: 3;
}
.grd [sm="4"] {
--sm: 4;
}
.grd [sm="5"] {
--sm: 5;
}
.grd [sm="6"] {
--sm: 6;
}
.grd [sm="7"] {
--sm: 7;
}
.grd [sm="8"] {
--sm: 8;
}
.grd [sm="9"] {
--sm: 9;
}
.grd [sm="10"] {
--sm: 10;
}
.grd [sm="11"] {
--sm: 11;
}
.grd [sm="12"] {
--sm: 12;
}
}
@media (min-width: 768px) {
.grd [md] {
grid-column: auto/span var(--md);
}
.grd [md="1"] {
--md: 1;
}
.grd [md="2"] {
--md: 2;
}
.grd [md="3"] {
--md: 3;
}
.grd [md="4"] {
--md: 4;
}
.grd [md="5"] {
--md: 5;
}
.grd [md="6"] {
--md: 6;
}
.grd [md="7"] {
--md: 7;
}
.grd [md="8"] {
--md: 8;
}
.grd [md="9"] {
--md: 9;
}
.grd [md="10"] {
--md: 10;
}
.grd [md="11"] {
--md: 11;
}
.grd [md="12"] {
--md: 12;
}
}
@media (min-width: 992px) {
.grd [lg] {
grid-column: auto/span var(--lg);
}
.grd [lg="1"] {
--lg: 1;
}
.grd [lg="2"] {
--lg: 2;
}
.grd [lg="3"] {
--lg: 3;
}
.grd [lg="4"] {
--lg: 4;
}
.grd [lg="5"] {
--lg: 5;
}
.grd [lg="6"] {
--lg: 6;
}
.grd [lg="7"] {
--lg: 7;
}
.grd [lg="8"] {
--lg: 8;
}
.grd [lg="9"] {
--lg: 9;
}
.grd [lg="10"] {
--lg: 10;
}
.grd [lg="11"] {
--lg: 11;
}
.grd [lg="12"] {
--lg: 12;
}
}
@media (min-width: 1200px) {
.grd [xl] {
grid-column: auto/span var(--xl);
}
.grd [xl="1"] {
--xl: 1;
}
.grd [xl="2"] {
--xl: 2;
}
.grd [xl="3"] {
--xl: 3;
}
.grd [xl="4"] {
--xl: 4;
}
.grd [xl="5"] {
--xl: 5;
}
.grd [xl="6"] {
--xl: 6;
}
.grd [xl="7"] {
--xl: 7;
}
.grd [xl="8"] {
--xl: 8;
}
.grd [xl="9"] {
--xl: 9;
}
.grd [xl="10"] {
--xl: 10;
}
.grd [xl="11"] {
--xl: 11;
}
.grd [xl="12"] {
--xl: 12;
}
}
/*# sourceMappingURL=grd.lite.css.map */ | grd.lite.css | .grd {
--min: 15ch;
--gap: 1.5rem;
--columns: 12;
--rows: 1;
display: grid;
grid-gap: var(--gap);
grid-template-rows: repeat(var(--rows), 1fr);
grid-template-columns: repeat(var(--columns), 1fr);
}
.grd + .grd {
margin-top: 1.5rem;
}
.grd-auto {
grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
grid-auto-rows: minmax(min-content, max-content);
}
.grd[gap="0"] {
margin-top: 0;
--gap: 0;
}
.grd > * {
grid-column: auto/span var(--col);
}
.grd-2, .grd-3, .grd-4 {
grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
.grd-2 {
grid-template-columns: repeat(2, 1fr);
}
.grd-3 {
grid-template-columns: repeat(3, 1fr);
}
.grd-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 992px) {
.grd-4 {
grid-template-columns: repeat(4, 1fr);
}
}
.grd [col="1"] {
--col: 1;
}
.grd [col="2"] {
--col: 2;
}
.grd [col="3"] {
--col: 3;
}
.grd [col="4"] {
--col: 4;
}
.grd [col="5"] {
--col: 5;
}
.grd [col="6"] {
--col: 6;
}
.grd [col="7"] {
--col: 7;
}
.grd [col="8"] {
--col: 8;
}
.grd [col="9"] {
--col: 9;
}
.grd [col="10"] {
--col: 10;
}
.grd [col="11"] {
--col: 11;
}
.grd [col="12"] {
--col: 12;
}
@media (min-width: 576px) {
.grd [sm] {
grid-column: auto/span var(--sm);
}
.grd [sm="1"] {
--sm: 1;
}
.grd [sm="2"] {
--sm: 2;
}
.grd [sm="3"] {
--sm: 3;
}
.grd [sm="4"] {
--sm: 4;
}
.grd [sm="5"] {
--sm: 5;
}
.grd [sm="6"] {
--sm: 6;
}
.grd [sm="7"] {
--sm: 7;
}
.grd [sm="8"] {
--sm: 8;
}
.grd [sm="9"] {
--sm: 9;
}
.grd [sm="10"] {
--sm: 10;
}
.grd [sm="11"] {
--sm: 11;
}
.grd [sm="12"] {
--sm: 12;
}
}
@media (min-width: 768px) {
.grd [md] {
grid-column: auto/span var(--md);
}
.grd [md="1"] {
--md: 1;
}
.grd [md="2"] {
--md: 2;
}
.grd [md="3"] {
--md: 3;
}
.grd [md="4"] {
--md: 4;
}
.grd [md="5"] {
--md: 5;
}
.grd [md="6"] {
--md: 6;
}
.grd [md="7"] {
--md: 7;
}
.grd [md="8"] {
--md: 8;
}
.grd [md="9"] {
--md: 9;
}
.grd [md="10"] {
--md: 10;
}
.grd [md="11"] {
--md: 11;
}
.grd [md="12"] {
--md: 12;
}
}
@media (min-width: 992px) {
.grd [lg] {
grid-column: auto/span var(--lg);
}
.grd [lg="1"] {
--lg: 1;
}
.grd [lg="2"] {
--lg: 2;
}
.grd [lg="3"] {
--lg: 3;
}
.grd [lg="4"] {
--lg: 4;
}
.grd [lg="5"] {
--lg: 5;
}
.grd [lg="6"] {
--lg: 6;
}
.grd [lg="7"] {
--lg: 7;
}
.grd [lg="8"] {
--lg: 8;
}
.grd [lg="9"] {
--lg: 9;
}
.grd [lg="10"] {
--lg: 10;
}
.grd [lg="11"] {
--lg: 11;
}
.grd [lg="12"] {
--lg: 12;
}
}
@media (min-width: 1200px) {
.grd [xl] {
grid-column: auto/span var(--xl);
}
.grd [xl="1"] {
--xl: 1;
}
.grd [xl="2"] {
--xl: 2;
}
.grd [xl="3"] {
--xl: 3;
}
.grd [xl="4"] {
--xl: 4;
}
.grd [xl="5"] {
--xl: 5;
}
.grd [xl="6"] {
--xl: 6;
}
.grd [xl="7"] {
--xl: 7;
}
.grd [xl="8"] {
--xl: 8;
}
.grd [xl="9"] {
--xl: 9;
}
.grd [xl="10"] {
--xl: 10;
}
.grd [xl="11"] {
--xl: 11;
}
.grd [xl="12"] {
--xl: 12;
}
}
/*# sourceMappingURL=grd.lite.css.map */ | 0.400632 | 0.304132 |
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');
html {
scroll-behavior: smooth;
}
*{
margin: 0;
padding: 0;
}
body {
background-color: lightcyan;
font-family: 'Inconsolata', monospace;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
#game{
height: 600px;
width: 640px;
position: absolute;
}
#screen{
width: 100vw;
height: 100vh;
max-width: 640px;
max-height: 600px;
/*height: 400px;
width: 640px;*/
border: 1px solid gray;
margin: auto;
background-color: white;
overflow: hidden;
position: relative;
}
.hidden{
display: none;
}
#sky{
height: 600px;
width: 100%;
background: url("../img/sky_sun2.png") no-repeat center;
background-size: 100% 130%;
opacity:0.6;
}
.cloud {
width: 150px;
height: 75px;
position: absolute;
left: 640px;
}
.coin, .coins, .fuel, .fuels, .magnet {
height: auto;
position: absolute;
left: 640px;
z-index: 50;
}
.coin{
width: 15px;
}
.coins{
width: 20px;
}
.fuel{
width: 15px;
}
.fuels{
width: 20px;
}
.magnet{
width: 20px;
}
#plane{
width: 50px;
height: 30px;
position: absolute;
top: 500px;
left: 60px;
z-index: 80;
-webkit-transition:all 10ms ease;
-moz-transition: all 10ms ease;
-ms-transition: all 10ms ease;
-o-transition: all 10ms ease;
transition: all 10ms ease;
}
#plane.direction-3{
transform: rotate(-20deg);
}
#plane.direction-2{
transform: rotate(-14deg);
}
#plane.direction-1{
transform: rotate(-7deg);
}
#plane.direction0{
transform: rotate(0deg);
}
#plane.direction1{
transform: rotate(7deg);
}
#plane.direction2{
transform: rotate(14deg);
}
#plane.direction3{
transform: rotate(20deg);
}
#score-card{
height: 24px;
width: 40px;
position: fixed;
background-color: lightgray;
border: 1px solid gray;
top: 10px;
left: 30px;
font-size: 12px;
padding: 2px;
text-align: center;
font-weight: bold;
z-index: 999;
}
#fuel-bar{
height: 10px;
width: 100px;
border: 1px solid black;
position: fixed;
top: 10px;
right: 30px;
z-index: 999;
background: -webkit-linear-gradient(left, #efe3af 75%,#ffffff 75%);
background: -moz-linear-gradient(left, #efe3af 75%, #ffffff 75%);
background: -ms-linear-gradient(left, #efe3af 75%,#ffffff 75%);
background: -o-linear-gradient(left, #efe3af 75%,#ffffff 75%);
background: linear-gradient(to right, #efe3af 75%,#ffffff 75%);
}
#ground{
height: 400px;
width: 640px;
position: absolute;
z-index: 30;
background: url("../img/ground_1.png") repeat-x left center;
background-size: 100% 100%;
bottom: -25px;
animation: bg-move-ground 3s linear infinite;
}
#bg1{
height: 100px;
width: 640px;
position: absolute;
z-index: 29;
background: url("../img/bg1.png") repeat-x left center;
background-size: 100% 100%;
bottom: 20px;
animation: bg-move-ground 8s linear infinite;
opacity:0.6;
}
#bg2{
height: 500px;
width: 640px;
position: absolute;
z-index: 23;
background: url("../img/bg2.png") repeat-x left center;
background-size: 100% 100%;
bottom: 40px;
animation: bg-move-ground 12s linear infinite;
opacity:0.6;
}
@keyframes move {
from {transform: translate(100%);}
to {transform: translate( 0%);}
}
@keyframes bg-move-ground {
from {background-position: 640px center;}
to {background-position: 0 center;}
} | css/main.css | @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');
html {
scroll-behavior: smooth;
}
*{
margin: 0;
padding: 0;
}
body {
background-color: lightcyan;
font-family: 'Inconsolata', monospace;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
#game{
height: 600px;
width: 640px;
position: absolute;
}
#screen{
width: 100vw;
height: 100vh;
max-width: 640px;
max-height: 600px;
/*height: 400px;
width: 640px;*/
border: 1px solid gray;
margin: auto;
background-color: white;
overflow: hidden;
position: relative;
}
.hidden{
display: none;
}
#sky{
height: 600px;
width: 100%;
background: url("../img/sky_sun2.png") no-repeat center;
background-size: 100% 130%;
opacity:0.6;
}
.cloud {
width: 150px;
height: 75px;
position: absolute;
left: 640px;
}
.coin, .coins, .fuel, .fuels, .magnet {
height: auto;
position: absolute;
left: 640px;
z-index: 50;
}
.coin{
width: 15px;
}
.coins{
width: 20px;
}
.fuel{
width: 15px;
}
.fuels{
width: 20px;
}
.magnet{
width: 20px;
}
#plane{
width: 50px;
height: 30px;
position: absolute;
top: 500px;
left: 60px;
z-index: 80;
-webkit-transition:all 10ms ease;
-moz-transition: all 10ms ease;
-ms-transition: all 10ms ease;
-o-transition: all 10ms ease;
transition: all 10ms ease;
}
#plane.direction-3{
transform: rotate(-20deg);
}
#plane.direction-2{
transform: rotate(-14deg);
}
#plane.direction-1{
transform: rotate(-7deg);
}
#plane.direction0{
transform: rotate(0deg);
}
#plane.direction1{
transform: rotate(7deg);
}
#plane.direction2{
transform: rotate(14deg);
}
#plane.direction3{
transform: rotate(20deg);
}
#score-card{
height: 24px;
width: 40px;
position: fixed;
background-color: lightgray;
border: 1px solid gray;
top: 10px;
left: 30px;
font-size: 12px;
padding: 2px;
text-align: center;
font-weight: bold;
z-index: 999;
}
#fuel-bar{
height: 10px;
width: 100px;
border: 1px solid black;
position: fixed;
top: 10px;
right: 30px;
z-index: 999;
background: -webkit-linear-gradient(left, #efe3af 75%,#ffffff 75%);
background: -moz-linear-gradient(left, #efe3af 75%, #ffffff 75%);
background: -ms-linear-gradient(left, #efe3af 75%,#ffffff 75%);
background: -o-linear-gradient(left, #efe3af 75%,#ffffff 75%);
background: linear-gradient(to right, #efe3af 75%,#ffffff 75%);
}
#ground{
height: 400px;
width: 640px;
position: absolute;
z-index: 30;
background: url("../img/ground_1.png") repeat-x left center;
background-size: 100% 100%;
bottom: -25px;
animation: bg-move-ground 3s linear infinite;
}
#bg1{
height: 100px;
width: 640px;
position: absolute;
z-index: 29;
background: url("../img/bg1.png") repeat-x left center;
background-size: 100% 100%;
bottom: 20px;
animation: bg-move-ground 8s linear infinite;
opacity:0.6;
}
#bg2{
height: 500px;
width: 640px;
position: absolute;
z-index: 23;
background: url("../img/bg2.png") repeat-x left center;
background-size: 100% 100%;
bottom: 40px;
animation: bg-move-ground 12s linear infinite;
opacity:0.6;
}
@keyframes move {
from {transform: translate(100%);}
to {transform: translate( 0%);}
}
@keyframes bg-move-ground {
from {background-position: 640px center;}
to {background-position: 0 center;}
} | 0.38885 | 0.067639 |
html,body {
background-color: #F5FAFA;
height: 100%;
align-items: center;
display: flex;
flex-direction: column;
width: 100%;
}
body {
font-family: Roboto;
background-color: #F5FAFA !important;
margin: 0;
display: flex;
flex-direction: column;
}
.grid-container {
background-color: #F5FAFA;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 8em auto 1fr;
grid-template-areas:
". head head head head head head head head head head . "
". register register register register register register register register register register ."
"footer footer footer footer footer footer footer footer footer footer footer footer";
}
.h2 {
align-self: center;
justify-self: center;
width: 100%;
grid-area: head;
}
.h1 {
align-self: center;
justify-self: center;
text-align: center;
background-color: #003b46;
color: white !important;
width: 100%;
}
.register {
grid-area: register;
}
#register-form{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: "left right";
grid-column-gap: 3em;
}
.left{
grid-area: left;
}
.left .form-group{
height: 5em;
}
.right .form-group{
height: 5em;
}
.right{
grid-area: right;
}
nav {
background-color: #003B46;
width: 100%;
}
.navbar-text{
color: white !important;
}
.nav-link{
color: white !important;
}
.header-title{
margin: 0;
justify-content: center;
}
select, input[type=email],input[type=text], input[type=password] {
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
width: 100%;
}
input[type=submit], input[type=button]{
background-color: #66a5ad;
color: white;
padding: 14px 50px;
border: none;
cursor: pointer;
margin-top: 10px;
}
input[type=submit]:hover, input[type=button]:hover{
background-color: #66a5ad;
opacity: 0.8 !important;
}
#submitButtons{
width: 100%;
}
/*.nursingHomes {*/
/*padding: 12px 20px;*/
/*margin: 8px 0;*/
/*width: 100%;*/
/*color: #495057;*/
/*border: 1px solid #ced4da;*/
/*border-radius: 0.25rem;*/
/*cursor: pointer;*/
/*}*/ | assets/css/registerCaregiver.css | html,body {
background-color: #F5FAFA;
height: 100%;
align-items: center;
display: flex;
flex-direction: column;
width: 100%;
}
body {
font-family: Roboto;
background-color: #F5FAFA !important;
margin: 0;
display: flex;
flex-direction: column;
}
.grid-container {
background-color: #F5FAFA;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 8em auto 1fr;
grid-template-areas:
". head head head head head head head head head head . "
". register register register register register register register register register register ."
"footer footer footer footer footer footer footer footer footer footer footer footer";
}
.h2 {
align-self: center;
justify-self: center;
width: 100%;
grid-area: head;
}
.h1 {
align-self: center;
justify-self: center;
text-align: center;
background-color: #003b46;
color: white !important;
width: 100%;
}
.register {
grid-area: register;
}
#register-form{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: "left right";
grid-column-gap: 3em;
}
.left{
grid-area: left;
}
.left .form-group{
height: 5em;
}
.right .form-group{
height: 5em;
}
.right{
grid-area: right;
}
nav {
background-color: #003B46;
width: 100%;
}
.navbar-text{
color: white !important;
}
.nav-link{
color: white !important;
}
.header-title{
margin: 0;
justify-content: center;
}
select, input[type=email],input[type=text], input[type=password] {
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
width: 100%;
}
input[type=submit], input[type=button]{
background-color: #66a5ad;
color: white;
padding: 14px 50px;
border: none;
cursor: pointer;
margin-top: 10px;
}
input[type=submit]:hover, input[type=button]:hover{
background-color: #66a5ad;
opacity: 0.8 !important;
}
#submitButtons{
width: 100%;
}
/*.nursingHomes {*/
/*padding: 12px 20px;*/
/*margin: 8px 0;*/
/*width: 100%;*/
/*color: #495057;*/
/*border: 1px solid #ced4da;*/
/*border-radius: 0.25rem;*/
/*cursor: pointer;*/
/*}*/ | 0.417153 | 0.135919 |
html {
background-color: #000000; }
body {
background: url(images/speaker-grille-texture.jpg) repeat;
color: #fefefe;
font-family: 'Open Sans', sans-serif; }
/*HEADER*/
header.banner {
background: url(images/back3.png) repeat;
width: 100%;
display: table;
padding-bottom: 10px; }
header a.brand {
background: url(images/logo.png) 0 0 no-repeat;
text-decoration: none;
color: transparent;
font-size: 1px;
text-indent: -500px;
width: 323px;
height: 90px;
float: left; }
header .container {
margin: 0 auto;
width: 1025px; }
header .nav-primary {
float: right;
margin-top: 20px;
clear: right; }
header .nav-secondary {
float: right;
margin: 4px 64px 0 0;
z-index: 1;
position: relative; }
header .nav-secondary.oculto {
display: none; }
header .nav-secondary ul.nav-m {
background: url(images/back3.png) repeat;
position: absolute;
border-radius: 5px;
padding: 5px;
width: 90px; }
header .nav-secondary ul.nav-m li {
float: left;
clear: left; }
header .nav-secondary ul.nav-m li a {
font-size: 14px;
width: 100%; }
header .nav-secondary ul.nav-m li ul {
position: relative;
display: block;
border: 0;
padding: 0;
margin-left: 10px;
background-color: transparent; }
header .nav-secondary ul.nav-m li ul li {
margin: 3px 0; }
header .nav-secondary ul.nav-m li ul li a {
font-size: 13px; }
header #burguer {
display: none;
background: url(images/burguer.png) center no-repeat;
float: right;
width: 26px;
clear: right;
height: 26px; }
header nav ul li {
list-style-type: none;
float: left;
margin-right: 20px; }
header nav ul.nav > li:last-child {
margin: 0; }
header nav ul li a {
text-decoration: none;
color: #ffffff;
padding: 3px 10px;
font-size: 18px;
display: inline-block;
text-transform: uppercase;
text-shadow: 0px 0px 2px #000000; }
header nav ul li ul {
display: none;
position: absolute;
border-top: 4px solid #000000;
padding: 3px 0;
z-index: 1;
border-radius: 0 0 5px 5px; }
header nav ul li:hover ul {
display: block; }
header nav ul li:first-child ul {
background-color: #BF0310;
width: 73px; }
header nav ul li:nth-child(2) ul {
background-color: #4A72B1;
width: 102px; }
header nav ul li ul li {
float: left;
clear: left;
margin: 5px 0; }
header nav ul li ul.sub-menu li a {
text-transform: capitalize;
font-size: 13px;
background-color: transparent; }
header nav ul li a:hover {
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear; }
header nav ul.nav > li:first-child:hover {
background-color: #BF0310; }
header nav ul.nav > li:nth-child(2):hover {
background-color: #4A72B1; }
header nav ul.nav > li:nth-child(3):hover {
background-color: #70A73A; }
header nav ul.nav > li:nth-child(4):hover {
background-color: #f0ea6a; }
.mltlngg_switcher {
float: right;
margin: 10px; }
.mltlngg_switcher button,
.mltlngg_switcher button:hover {
margin-right: 10px; }
.mltlngg_switcher button:last-child {
margin: 0; }
form .mltlngg-lang-button-icons img.mltlngg-current-lang {
border: 1px solid #f0ea6a; }
.home .current-menu-item {
background-color: #BF0310; }
.category-releases .current-menu-item > a,
.current-menu-parent.menu-item-24 > a {
background-color: #4A72B1; }
.category-artistas .current-menu-item > a,
.current-menu-parent.menu-item-27 > a {
background-color: #70A73A; }
.contact .current-menu-item > a {
background-color: #f0ea6a; }
/*CONTENT*/
.yellow-line {
width: 94%;
border-top: 5px solid #f0ea6a;
float: left; }
.yellow-image {
background-image: url(images/yellow-line.png);
background-repeat: no-repeat;
width: 5%;
height: 5px;
float: left; }
.red-image {
background-image: url(images/red-line.png);
background-repeat: no-repeat;
width: 5%;
height: 5px;
float: left; }
.red-line {
width: 94%;
border-top: 5px solid #BF0310;
float: left; }
.container.wrap .content {
margin: 0 auto;
width: 1025px;
background: url(images/back2.png) repeat;
display: flex;
box-shadow: 0px 0px 15px #000000; }
.grey {
background: url(images/back.png) repeat; }
.main {
width: 75%;
float: left;
padding: 0 30px; }
.home .page-header,
.about .page-header,
.category .page-header,
.contact .page-header {
padding-top: 30px; }
.home .page-header h1,
.about .page-header h1 {
background-image: url(images/red.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.category-releases .page-header h1 {
background-image: url(images/azul.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.category-artists .page-header h1 {
background-image: url(images/green.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.contact .page-header h1 {
background-image: url(images/yellow.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.category-catalog .page-header h1 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 30px; }
h2.entry-title a {
color: #ffffff;
text-decoration: none;
font-size: 26px; }
.entry-summary p {
line-height: 22px;
font-size: 14px;
height: 90px;
overflow: hidden; }
.page p {
line-height: 22px;
font-size: 14px; }
.category-releases .entry-summary p a {
display: none; }
.category-releases .entry-summary a.ver-mas {
color: #ffffff;
padding: 1px 5px;
margin-top: 15px;
font-size: 12px;
text-decoration: none;
display: inline-block; }
.category-releases .entry-summary a.ver-mas:hover {
background-color: #4A72B1;
text-shadow: 0px 0px 2px #000000; }
.category-artists .entry-summary a.ver-mas {
color: #ffffff;
padding: 1px 5px;
margin-top: 15px;
font-size: 12px;
text-decoration: none;
display: inline-block; }
.category-artists .entry-summary a.ver-mas:hover {
background-color: #70A73A;
text-shadow: 0px 0px 2px #000000; }
.home article .featured-image,
.category article .featured-image {
float: left;
margin-right: 15px;
width: 20%; }
.category-catalog h1.main-cat,
.category-comingsoon h1.main-cat {
background-image: url(images/azul.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px;
padding: 0 0 0px 30px; }
.category-releases .category-comingsoon {
display: none; }
article .featured-image a {
display: inline-block; }
article .featured-image a img {
width: 100%;
height: auto; }
article .der {
float: left;
width: 75%; }
article.post {
margin-bottom: 40px;
display: inline-block; }
article.post time {
font-size: 13px;
margin: 10px 0;
display: inline-block; }
aside.sidebar {
width: 25%;
padding: 40px 20px;
float: left; }
aside.sidebar .soundcloud-user {
margin-top: 40px; }
/*POST*/
.single-post article h1 {
font-size: 35px;
margin: 40px 0 10px; }
.single-post article .entry-content {
margin: 20px 0; }
.single-post article .entry-content p {
line-height: 22px;
font-size: 14px; }
.single-post article time {
font-size: 16px; }
.single-post .featured-image {
float: left;
width: 50%;
margin: 20px 20px 10px 0px; }
.single-post .featured-image img {
width: 100%;
height: auto; }
iframe.soundcloud-embed {
margin: 40px 0;
border-bottom: 2px solid #ff5500;
border-left: 2px solid #ff5500;
border-right: 2px solid #ff5500;
box-shadow: 0 0 5px #999999; }
.conseguilo p span {
font-size: 22px;
float: left; }
.conseguilo p a {
margin: -1px 0 0 10px;
float: left; }
/*FOOTER*/
footer.content-info {
background: url(images/back3.png) repeat; }
footer .container {
margin: 0 auto;
width: 1025px; }
footer ul.social {
float: right;
margin: 24px 0 0; }
footer ul.social li {
float: left;
margin-right: 15px; }
footer ul.social li:last-child {
margin: 0; }
footer ul.social li a {
display: inline-block; }
footer ul.social li a.facebook {
background-image: url(images/facebook.png);
background-repeat: no-repeat;
width: 25px;
height: 25px; }
footer ul.social li a.soundcloud {
background-image: url(images/soundcloud.png);
background-repeat: no-repeat;
width: 25px;
height: 25px; }
footer ul.social li a.beatport {
background-image: url(images/beatport.png);
background-repeat: no-repeat;
width: 25px;
height: 25px; }
footer p.copy {
float: left;
margin: 30px 0;
font-size: 14px; }
/*CONTACTO*/
.contact .grey form {
width: 500px;
padding-bottom: 100px; }
.contact form p {
font-size: 16px;
margin-bottom: 5px; }
.contact form input[type=text],
.contact form input[type=email] {
width: 500px;
background-color: #000000;
margin: 10px 0;
border: 0;
font-size: 14px;
padding-left: 5px;
border-radius: 7px;
box-shadow: 0 0 10px #f0ea6a;
color: #ffffff;
height: 25px; }
.contact form input[type=submit] {
width: 500px;
background-color: #000000;
margin: 10px 0;
border: 0;
font-size: 14px;
padding-left: 5px;
border-radius: 7px;
box-shadow: 0 0 10px #f0ea6a;
color: #ffffff;
width: 70px;
border-radius: 5px;
height: 25px;
border: 1px solid #f0ea6a;
float: right; }
.contact form textarea {
width: 500px;
background-color: #000000;
margin: 10px 0;
border: 0;
font-size: 14px;
padding-left: 5px;
border-radius: 7px;
box-shadow: 0 0 10px #f0ea6a;
color: #ffffff;
resize: none;
padding: 5px; }
/*# sourceMappingURL=style.css.map */ | style.css | html {
background-color: #000000; }
body {
background: url(images/speaker-grille-texture.jpg) repeat;
color: #fefefe;
font-family: 'Open Sans', sans-serif; }
/*HEADER*/
header.banner {
background: url(images/back3.png) repeat;
width: 100%;
display: table;
padding-bottom: 10px; }
header a.brand {
background: url(images/logo.png) 0 0 no-repeat;
text-decoration: none;
color: transparent;
font-size: 1px;
text-indent: -500px;
width: 323px;
height: 90px;
float: left; }
header .container {
margin: 0 auto;
width: 1025px; }
header .nav-primary {
float: right;
margin-top: 20px;
clear: right; }
header .nav-secondary {
float: right;
margin: 4px 64px 0 0;
z-index: 1;
position: relative; }
header .nav-secondary.oculto {
display: none; }
header .nav-secondary ul.nav-m {
background: url(images/back3.png) repeat;
position: absolute;
border-radius: 5px;
padding: 5px;
width: 90px; }
header .nav-secondary ul.nav-m li {
float: left;
clear: left; }
header .nav-secondary ul.nav-m li a {
font-size: 14px;
width: 100%; }
header .nav-secondary ul.nav-m li ul {
position: relative;
display: block;
border: 0;
padding: 0;
margin-left: 10px;
background-color: transparent; }
header .nav-secondary ul.nav-m li ul li {
margin: 3px 0; }
header .nav-secondary ul.nav-m li ul li a {
font-size: 13px; }
header #burguer {
display: none;
background: url(images/burguer.png) center no-repeat;
float: right;
width: 26px;
clear: right;
height: 26px; }
header nav ul li {
list-style-type: none;
float: left;
margin-right: 20px; }
header nav ul.nav > li:last-child {
margin: 0; }
header nav ul li a {
text-decoration: none;
color: #ffffff;
padding: 3px 10px;
font-size: 18px;
display: inline-block;
text-transform: uppercase;
text-shadow: 0px 0px 2px #000000; }
header nav ul li ul {
display: none;
position: absolute;
border-top: 4px solid #000000;
padding: 3px 0;
z-index: 1;
border-radius: 0 0 5px 5px; }
header nav ul li:hover ul {
display: block; }
header nav ul li:first-child ul {
background-color: #BF0310;
width: 73px; }
header nav ul li:nth-child(2) ul {
background-color: #4A72B1;
width: 102px; }
header nav ul li ul li {
float: left;
clear: left;
margin: 5px 0; }
header nav ul li ul.sub-menu li a {
text-transform: capitalize;
font-size: 13px;
background-color: transparent; }
header nav ul li a:hover {
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear; }
header nav ul.nav > li:first-child:hover {
background-color: #BF0310; }
header nav ul.nav > li:nth-child(2):hover {
background-color: #4A72B1; }
header nav ul.nav > li:nth-child(3):hover {
background-color: #70A73A; }
header nav ul.nav > li:nth-child(4):hover {
background-color: #f0ea6a; }
.mltlngg_switcher {
float: right;
margin: 10px; }
.mltlngg_switcher button,
.mltlngg_switcher button:hover {
margin-right: 10px; }
.mltlngg_switcher button:last-child {
margin: 0; }
form .mltlngg-lang-button-icons img.mltlngg-current-lang {
border: 1px solid #f0ea6a; }
.home .current-menu-item {
background-color: #BF0310; }
.category-releases .current-menu-item > a,
.current-menu-parent.menu-item-24 > a {
background-color: #4A72B1; }
.category-artistas .current-menu-item > a,
.current-menu-parent.menu-item-27 > a {
background-color: #70A73A; }
.contact .current-menu-item > a {
background-color: #f0ea6a; }
/*CONTENT*/
.yellow-line {
width: 94%;
border-top: 5px solid #f0ea6a;
float: left; }
.yellow-image {
background-image: url(images/yellow-line.png);
background-repeat: no-repeat;
width: 5%;
height: 5px;
float: left; }
.red-image {
background-image: url(images/red-line.png);
background-repeat: no-repeat;
width: 5%;
height: 5px;
float: left; }
.red-line {
width: 94%;
border-top: 5px solid #BF0310;
float: left; }
.container.wrap .content {
margin: 0 auto;
width: 1025px;
background: url(images/back2.png) repeat;
display: flex;
box-shadow: 0px 0px 15px #000000; }
.grey {
background: url(images/back.png) repeat; }
.main {
width: 75%;
float: left;
padding: 0 30px; }
.home .page-header,
.about .page-header,
.category .page-header,
.contact .page-header {
padding-top: 30px; }
.home .page-header h1,
.about .page-header h1 {
background-image: url(images/red.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.category-releases .page-header h1 {
background-image: url(images/azul.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.category-artists .page-header h1 {
background-image: url(images/green.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.contact .page-header h1 {
background-image: url(images/yellow.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px; }
.category-catalog .page-header h1 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 30px; }
h2.entry-title a {
color: #ffffff;
text-decoration: none;
font-size: 26px; }
.entry-summary p {
line-height: 22px;
font-size: 14px;
height: 90px;
overflow: hidden; }
.page p {
line-height: 22px;
font-size: 14px; }
.category-releases .entry-summary p a {
display: none; }
.category-releases .entry-summary a.ver-mas {
color: #ffffff;
padding: 1px 5px;
margin-top: 15px;
font-size: 12px;
text-decoration: none;
display: inline-block; }
.category-releases .entry-summary a.ver-mas:hover {
background-color: #4A72B1;
text-shadow: 0px 0px 2px #000000; }
.category-artists .entry-summary a.ver-mas {
color: #ffffff;
padding: 1px 5px;
margin-top: 15px;
font-size: 12px;
text-decoration: none;
display: inline-block; }
.category-artists .entry-summary a.ver-mas:hover {
background-color: #70A73A;
text-shadow: 0px 0px 2px #000000; }
.home article .featured-image,
.category article .featured-image {
float: left;
margin-right: 15px;
width: 20%; }
.category-catalog h1.main-cat,
.category-comingsoon h1.main-cat {
background-image: url(images/azul.jpg);
background-repeat: no-repeat;
text-transform: uppercase;
font-size: 26px;
width: 25px;
padding: 0 0 30px 30px;
background-position: 0px 11px;
height: 25px;
padding: 0 0 0px 30px; }
.category-releases .category-comingsoon {
display: none; }
article .featured-image a {
display: inline-block; }
article .featured-image a img {
width: 100%;
height: auto; }
article .der {
float: left;
width: 75%; }
article.post {
margin-bottom: 40px;
display: inline-block; }
article.post time {
font-size: 13px;
margin: 10px 0;
display: inline-block; }
aside.sidebar {
width: 25%;
padding: 40px 20px;
float: left; }
aside.sidebar .soundcloud-user {
margin-top: 40px; }
/*POST*/
.single-post article h1 {
font-size: 35px;
margin: 40px 0 10px; }
.single-post article .entry-content {
margin: 20px 0; }
.single-post article .entry-content p {
line-height: 22px;
font-size: 14px; }
.single-post article time {
font-size: 16px; }
.single-post .featured-image {
float: left;
width: 50%;
margin: 20px 20px 10px 0px; }
.single-post .featured-image img {
width: 100%;
height: auto; }
iframe.soundcloud-embed {
margin: 40px 0;
border-bottom: 2px solid #ff5500;
border-left: 2px solid #ff5500;
border-right: 2px solid #ff5500;
box-shadow: 0 0 5px #999999; }
.conseguilo p span {
font-size: 22px;
float: left; }
.conseguilo p a {
margin: -1px 0 0 10px;
float: left; }
/*FOOTER*/
footer.content-info {
background: url(images/back3.png) repeat; }
footer .container {
margin: 0 auto;
width: 1025px; }
footer ul.social {
float: right;
margin: 24px 0 0; }
footer ul.social li {
float: left;
margin-right: 15px; }
footer ul.social li:last-child {
margin: 0; }
footer ul.social li a {
display: inline-block; }
footer ul.social li a.facebook {
background-image: url(images/facebook.png);
background-repeat: no-repeat;
width: 25px;
height: 25px; }
footer ul.social li a.soundcloud {
background-image: url(images/soundcloud.png);
background-repeat: no-repeat;
width: 25px;
height: 25px; }
footer ul.social li a.beatport {
background-image: url(images/beatport.png);
background-repeat: no-repeat;
width: 25px;
height: 25px; }
footer p.copy {
float: left;
margin: 30px 0;
font-size: 14px; }
/*CONTACTO*/
.contact .grey form {
width: 500px;
padding-bottom: 100px; }
.contact form p {
font-size: 16px;
margin-bottom: 5px; }
.contact form input[type=text],
.contact form input[type=email] {
width: 500px;
background-color: #000000;
margin: 10px 0;
border: 0;
font-size: 14px;
padding-left: 5px;
border-radius: 7px;
box-shadow: 0 0 10px #f0ea6a;
color: #ffffff;
height: 25px; }
.contact form input[type=submit] {
width: 500px;
background-color: #000000;
margin: 10px 0;
border: 0;
font-size: 14px;
padding-left: 5px;
border-radius: 7px;
box-shadow: 0 0 10px #f0ea6a;
color: #ffffff;
width: 70px;
border-radius: 5px;
height: 25px;
border: 1px solid #f0ea6a;
float: right; }
.contact form textarea {
width: 500px;
background-color: #000000;
margin: 10px 0;
border: 0;
font-size: 14px;
padding-left: 5px;
border-radius: 7px;
box-shadow: 0 0 10px #f0ea6a;
color: #ffffff;
resize: none;
padding: 5px; }
/*# sourceMappingURL=style.css.map */ | 0.363082 | 0.069384 |
body{
padding : 0;
margin : 0;
font-family : "Open Sans",sans-serif;
font-size : 14px;
line-height : 1.428571429;
color : #555;
overflow-x : hidden;
/*background-color: #f7f7f7;*/
}
p, h1, h2, h3, h4, h5, a, div{
color: #fff;
letter-spacing : .4px;
font-weight : 200;
word-spacing : 1px;
}
p, h1, h2, h3, h4, h5,{
color : #234344;
}
.columns.nopadding {
padding-left : 0;
padding-right : 0;
}
a:hover, a:focus {
color: #1E4C62;
}
.home{
/*background: linear-gradient(to top,#eaf0f3 0,#fff 100%);*/
/*background-image: url('/images/download.png');*/
background-image: linear-gradient(-130deg,#1f703d 30%,#1E4C62 70%);
/*background: #eaf0f3;*/
margin-top: -12px;
}
#main{
min-height: 68.3%;
margin-top: 0px;
}
.hide{
display:none;
}
.show{
display: block;
}
.row{
max-width: 90%;
margin-top: 1%;
}
.container .row{
max-width: 90%;
margin-top: 0% !important;
}
.top-bar{
background: linear-gradient(-90deg,#1f703d 30%,#1E4C62 70%);
}
.header{
box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.top-bar-section li:not(.has-form) a:not(.button){
background:rgb(230, 85, 35);
}
.top-bar-section a:hover{
background: rgb(236, 157, 130) !important;
}
.rFont {
color : #FF2A24;
}
.gFont {
color : #AEF900;
}
.dgFont {
color : #1f703d;
}
.dgbFont {
color : #12a0a5;
}
.yFont {
color : #FF8700; //#FFB724;
}
.blFont {
color : #234344;
}
.pFont {
color : #6E0045;
}
.bFont {
color : #079BDB; //#FFB724;
}
.rbackground {
background : #FF2A24;
}
.dgbackground{
background : #1f703d;
}
.gbackground {
background : #AEF900;
}
.ybackground {
background : #FF8700; //#FFB724;
}
.pbackground {
background : #6E0045;
}
.bbackground {
background : #079BDB; //#FFB724;
}
.dbbackground{
background : #1E4C62;
}
.menu{
list-style: none;
display: inline-block;
position: absolute;
top: 10px;
right: 0;
}
.menu li{
float: left;
margin-right:10px;
}
.menu li a{
padding: 3px 5px;
font-size: 12px;
font-weight: 200;
}
.vr-border{
border-right:1px solid #333;
}
textarea:focus, input:focus,button:focus{
outline: 0 !important;
}
.button.custom:hover, .button.custom:focus {
background: #099ea3 !important;
}
.infoArea{
width:100%;
display: inline-block;
}
.radius-top{
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.dropProp{
background: #000;
width: 175px;
position: absolute;
right: 5px;
top: 45px;
z-index: 10;
}
.panel{
margin-left: 0;
padding: .2rem .9rem;
min-width: 380px;
overflow-y: auto;
}
.panel.list{
width: 100%;
margin-left: 0;
/*padding: 0.20rem;*/
border:none;
height: 75px;
background:#fff;
/*border-bottom: 1px solid #eee;*/
}
.panel.list .panel-title{
/*line-height: 12px;*/
padding: 0px 2px;
}
.panel.list .panel-title:hover{
cursor: pointer;
}
.panel.list .text-panel{
padding-left: 0px;
}
.date-panel{
padding: 0px;
}
.panel.block{
width: 49%;
float: left;
height: 150px;
background:#fff;
border:none;
border-bottom: 1px solid #eee;
/*border:1px solid #1ec6cc;*/
}
.panel.block .date-panel{
width: 12%;
}
.panel.block .text-panel{
width: 87%;
padding-left: .2rem;
}
.panel.block .panel-title
{
color: #12a0a5;
background: #fff;
}
.panel.block.odd{
border-right: 1px solid #eee;
}
.panel.list .block-ellipsis{
height: 18px !important;
}
.panel.list .panel-content,.panel.list .panel-showmore{
display: none;
}
.panel.list .panel-title
{
color: #12a0a5;
background: #fff;
}
.block{
border:1px solid #1ec6cc;
}
.truncate {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.block-ellipsis{
display: block;
display: -webkit-box;
max-width: 100%;
height: 45px;
margin: 0 auto;
font-size: 14px;
line-height: 16;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-align: justify;
}
.panel-createdOn{
width: 45px;
height: 50px;
background-color: rgb(230, 85, 35);
float: left;
}
.panel-layer{
width: 100%;
height: auto;
display: inline-block;
}
.panel-date{
font-size: 20px;
font-weight: 400;
background: #eee;
}
.panel-month{
font-size: 14px;
color: #fff !important;
}
.panel-year{
font-size: 11px
}
.panel-layer .radius{
border-radius: 3px;
}
.panel-title
{
padding: 1px 3px;
background: #1ec6cc;
/*margin-top: 13px;*/
}
.panel-tags{
padding: 1px 3px;
color: rgb(230, 85, 35);
font-size: 12px;
word-spacing: 2px;
/*margin-top: 5px;*/
}
.text-small{
font-size: 11px;
word-spacing: 2px;
}
.panel-showmore{
font-size: 12px;
width: 80px;
float: right;
margin-top:8px;
}
.panel-content{
margin-top: 4px;
line-height: 16px;
}
.createBot{
background-color: rgb(230, 85, 35);
border-radius: 50%;
width: 50px;
height: 50px;
position: fixed;
right: 3%;
bottom: 4%;
}
.editOption{
position: absolute;
top: 55px;
left: 75px;
}
.profileCircle {
display: block;
padding: 0px;
/*width: 75px;*/
width:30%;
height: 75px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
/* -webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em;*/
border: 1px solid #eee;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
float: left;
}
.ProfileInfo{
float: right;
width: 70%;
height: 100%;
}
.editor-container{
border: 1px solid #666;
min-height: 250px;
overflow-y: auto;
}
.ql-snow.ql-toolbar{
background: #1ec6cc;
padding: 2px 3px !important;
}
.ql-picker-label{
background-color: #1ec6cc !important;
}
.ql-snow.ql-toolbar .ql-picker.ql-font .ql-picker-label, .ql-snow.ql-toolbar .ql-picker.ql-size .ql-picker-label
{
background-color: #1ec6cc;
}
.btn-group{
float: left;
}
.btn-toolbar{
width: 100%;
height: 25px;
background-color:#1ec6cc;
}
.btn-group button{
margin:0rem !important;
padding: .2rem .21rem;
background-color:#1ec6cc;
font-size: 13px;
}
.btn-group:last-child {
height: 100%;
}
.ta-scroll-window > .ta-bind{
min-height:150px !important;
}
.ta-editor{
border: 1px solid #ddd;
clear:both;
min-height: 150px !important;
}
.create{
margin:10px 0px 20px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
margin: 0 0 .7rem 0;
padding: .2rem;
height: 2rem;
}
.ta-editor{
margin: 0 0 .7rem 0;
}
#toolbarWC{
min-width: 30px;
margin-top: -22px;
margin-left: 120px;
background-color: #1ec6cc;
padding: 3px 10px 0px;
color: #fff;
font-size: 12px;
display: none !important;
}
#toolbarCC{
display: none !important;
}
.loginpanel{
width: 300px;
height: 200px;
background-color: #fff;
border-left: 1px solid rgb(230, 85, 35);
border-right: 1px solid rgb(230, 85, 35);
border-bottom: 1px solid rgb(230, 85, 35);
position: absolute;
right: 0px;
padding-top: 5px;
z-index: 10;
top: 45px;
}
.registerpanel{
width: 300px;
height: 300px;
background-color: #fff;
border-left: 1px solid rgb(230, 85, 35);
border-right: 1px solid rgb(230, 85, 35);
border-bottom: 1px solid rgb(230, 85, 35);
position: absolute;
right: 0px;
padding-top: 5px;
z-index: 10;
top: 45px;
}
.ta-scroll-window > .ta-bind
{
max-height: 400px;
overflow-y: auto;
}
.result .desc p{
font-size: 12px;
}
footer{
padding: 10px;
}
footer p{
color: #fff;
font-size: 12px;
}
.form-fields {
width: 100% !important;
height: 34px !important;
padding: 6px 12px !important;
background-color: #fff !important;
background-image: none !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.top-bar .form-fields {
font-size: 13px !important;
border: none !important;
background-color: #eee !important;
height: 28px !important;
}
button.cbtn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.top-bar .btn{
top: 0px !important;
height: 28px !important;
}
.fs-mini {
font-size: 13px;
margin-bottom: 0px;
}
.text-muted {
color: #777;
}
button:hover, button:focus, .button:hover, .button:focus {
background-color: #72d0d3;
}
.modal-opq {
position: fixed;
z-index: 1050;
display: block;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.loginPanel, .registerPanel{
width: 30%;
height: 300px;
margin-left: 35%;
margin-top: 8%;
display : none;
}
.profileUpload{
width: 30%;
height: 400px;
margin-left: 35%;
margin-top: 8%;
display : none;
}
.loginPanel .modal, .registerPanel .modal,.profileUpload .modal{
-ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
box-shadow: 0 1px 3px rgba(0,0,0,.2);
border-radius: 4px;
border: 0;
position: relative;
background-color: transparent;
}
.loginPanel .model-header,.registerPanel .model-header,.profileUpload .model-header{
text-align: center;
padding: 15px;
background-color: #eaf0f3;
border-radius: 4px 4px 0 0;
}
.loginPanel .model-content,.registerPanel .model-content,.profileUpload .model-content{
text-align: center;
padding: 25px;
background-color: #fff;
}
.loginPanel .model-option,.registerPanel .model-option,.profileUpload .model-option{
text-align: center;
padding: 25px;
background-color: #1E4C62;
border-radius: 0 0 4px 4px;
}
.model-header{
text-align: center;
padding: 15px;
background-color: #eaf0f3;
border-radius: 0 0 4px 4px;
}
.modal-opq, .overlay {
bottom: 0;
right: 0;
left: 0;
top: 0;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.overlay {
background-color : #091a23;
width : 100%;
height : auto;
position : fixed;
display : none;
}
.in{
opacity: 1;
display:block;
}
.overlay.in{
filter : alpha(Opacity=80);
opacity : .8;
}
.nopost-panel{
padding: 50px;
box-shadow: 0 1px 0 rgba(0,0,0,.08);
margin-bottom: 30px;
}
.logout {
padding-top: 15px;
}
.logout ul{
float:right;
}
/* Core component styles */
.ng-image-crop {
text-align: center;
margin: 0 auto;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/* Each of the 3 steps in the process are contained within sections */
.ng-image-crop > section {
background: #ccc;
}
/* The cropping button */
.ng-image-crop button {
margin-top: 10px;
}
/* The dashed cropping guideline */
.ng-image-crop .cropping-guide {
display: block;
background: rgba(255, 255, 255, .3);
border: 2px dashed white;
position: absolute;
pointer-events: none;
}
/* The circular themed cropping guideline */
.ng-image-crop--circle .cropping-guide {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
/* The canvas where the user positions the image via dragging and zooming */
.ng-image-crop .cropping-canvas {
background: rgba(255, 255, 255, .3);
margin: 0 auto;
cursor: move;
}
/* The overlayed draggable zoom handle in the corner of the module */
.ng-image-crop .zoom-handle {
display: block;
position: absolute;
bottom: 1px;
left: 1px;
background: rgba(255,255,255,0.7);
width: 80px;
height: 80px;
cursor: move;
border-radius: 200px 50px;
}
/* The text within the zoom handle */
.ng-image-crop .zoom-handle > span {
color: rgba(0, 0, 0, 0.5);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
display: block;
position: relative;
top: 32px;
}
.fileUpload {
position: relative;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.dropProp.model-header ul{
float: none;
margin-left: 0rem !important;
color: #12a0a5;
} | public/css/style.css | body{
padding : 0;
margin : 0;
font-family : "Open Sans",sans-serif;
font-size : 14px;
line-height : 1.428571429;
color : #555;
overflow-x : hidden;
/*background-color: #f7f7f7;*/
}
p, h1, h2, h3, h4, h5, a, div{
color: #fff;
letter-spacing : .4px;
font-weight : 200;
word-spacing : 1px;
}
p, h1, h2, h3, h4, h5,{
color : #234344;
}
.columns.nopadding {
padding-left : 0;
padding-right : 0;
}
a:hover, a:focus {
color: #1E4C62;
}
.home{
/*background: linear-gradient(to top,#eaf0f3 0,#fff 100%);*/
/*background-image: url('/images/download.png');*/
background-image: linear-gradient(-130deg,#1f703d 30%,#1E4C62 70%);
/*background: #eaf0f3;*/
margin-top: -12px;
}
#main{
min-height: 68.3%;
margin-top: 0px;
}
.hide{
display:none;
}
.show{
display: block;
}
.row{
max-width: 90%;
margin-top: 1%;
}
.container .row{
max-width: 90%;
margin-top: 0% !important;
}
.top-bar{
background: linear-gradient(-90deg,#1f703d 30%,#1E4C62 70%);
}
.header{
box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.top-bar-section li:not(.has-form) a:not(.button){
background:rgb(230, 85, 35);
}
.top-bar-section a:hover{
background: rgb(236, 157, 130) !important;
}
.rFont {
color : #FF2A24;
}
.gFont {
color : #AEF900;
}
.dgFont {
color : #1f703d;
}
.dgbFont {
color : #12a0a5;
}
.yFont {
color : #FF8700; //#FFB724;
}
.blFont {
color : #234344;
}
.pFont {
color : #6E0045;
}
.bFont {
color : #079BDB; //#FFB724;
}
.rbackground {
background : #FF2A24;
}
.dgbackground{
background : #1f703d;
}
.gbackground {
background : #AEF900;
}
.ybackground {
background : #FF8700; //#FFB724;
}
.pbackground {
background : #6E0045;
}
.bbackground {
background : #079BDB; //#FFB724;
}
.dbbackground{
background : #1E4C62;
}
.menu{
list-style: none;
display: inline-block;
position: absolute;
top: 10px;
right: 0;
}
.menu li{
float: left;
margin-right:10px;
}
.menu li a{
padding: 3px 5px;
font-size: 12px;
font-weight: 200;
}
.vr-border{
border-right:1px solid #333;
}
textarea:focus, input:focus,button:focus{
outline: 0 !important;
}
.button.custom:hover, .button.custom:focus {
background: #099ea3 !important;
}
.infoArea{
width:100%;
display: inline-block;
}
.radius-top{
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.dropProp{
background: #000;
width: 175px;
position: absolute;
right: 5px;
top: 45px;
z-index: 10;
}
.panel{
margin-left: 0;
padding: .2rem .9rem;
min-width: 380px;
overflow-y: auto;
}
.panel.list{
width: 100%;
margin-left: 0;
/*padding: 0.20rem;*/
border:none;
height: 75px;
background:#fff;
/*border-bottom: 1px solid #eee;*/
}
.panel.list .panel-title{
/*line-height: 12px;*/
padding: 0px 2px;
}
.panel.list .panel-title:hover{
cursor: pointer;
}
.panel.list .text-panel{
padding-left: 0px;
}
.date-panel{
padding: 0px;
}
.panel.block{
width: 49%;
float: left;
height: 150px;
background:#fff;
border:none;
border-bottom: 1px solid #eee;
/*border:1px solid #1ec6cc;*/
}
.panel.block .date-panel{
width: 12%;
}
.panel.block .text-panel{
width: 87%;
padding-left: .2rem;
}
.panel.block .panel-title
{
color: #12a0a5;
background: #fff;
}
.panel.block.odd{
border-right: 1px solid #eee;
}
.panel.list .block-ellipsis{
height: 18px !important;
}
.panel.list .panel-content,.panel.list .panel-showmore{
display: none;
}
.panel.list .panel-title
{
color: #12a0a5;
background: #fff;
}
.block{
border:1px solid #1ec6cc;
}
.truncate {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.block-ellipsis{
display: block;
display: -webkit-box;
max-width: 100%;
height: 45px;
margin: 0 auto;
font-size: 14px;
line-height: 16;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-align: justify;
}
.panel-createdOn{
width: 45px;
height: 50px;
background-color: rgb(230, 85, 35);
float: left;
}
.panel-layer{
width: 100%;
height: auto;
display: inline-block;
}
.panel-date{
font-size: 20px;
font-weight: 400;
background: #eee;
}
.panel-month{
font-size: 14px;
color: #fff !important;
}
.panel-year{
font-size: 11px
}
.panel-layer .radius{
border-radius: 3px;
}
.panel-title
{
padding: 1px 3px;
background: #1ec6cc;
/*margin-top: 13px;*/
}
.panel-tags{
padding: 1px 3px;
color: rgb(230, 85, 35);
font-size: 12px;
word-spacing: 2px;
/*margin-top: 5px;*/
}
.text-small{
font-size: 11px;
word-spacing: 2px;
}
.panel-showmore{
font-size: 12px;
width: 80px;
float: right;
margin-top:8px;
}
.panel-content{
margin-top: 4px;
line-height: 16px;
}
.createBot{
background-color: rgb(230, 85, 35);
border-radius: 50%;
width: 50px;
height: 50px;
position: fixed;
right: 3%;
bottom: 4%;
}
.editOption{
position: absolute;
top: 55px;
left: 75px;
}
.profileCircle {
display: block;
padding: 0px;
/*width: 75px;*/
width:30%;
height: 75px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
/* -webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em;*/
border: 1px solid #eee;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
float: left;
}
.ProfileInfo{
float: right;
width: 70%;
height: 100%;
}
.editor-container{
border: 1px solid #666;
min-height: 250px;
overflow-y: auto;
}
.ql-snow.ql-toolbar{
background: #1ec6cc;
padding: 2px 3px !important;
}
.ql-picker-label{
background-color: #1ec6cc !important;
}
.ql-snow.ql-toolbar .ql-picker.ql-font .ql-picker-label, .ql-snow.ql-toolbar .ql-picker.ql-size .ql-picker-label
{
background-color: #1ec6cc;
}
.btn-group{
float: left;
}
.btn-toolbar{
width: 100%;
height: 25px;
background-color:#1ec6cc;
}
.btn-group button{
margin:0rem !important;
padding: .2rem .21rem;
background-color:#1ec6cc;
font-size: 13px;
}
.btn-group:last-child {
height: 100%;
}
.ta-scroll-window > .ta-bind{
min-height:150px !important;
}
.ta-editor{
border: 1px solid #ddd;
clear:both;
min-height: 150px !important;
}
.create{
margin:10px 0px 20px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
margin: 0 0 .7rem 0;
padding: .2rem;
height: 2rem;
}
.ta-editor{
margin: 0 0 .7rem 0;
}
#toolbarWC{
min-width: 30px;
margin-top: -22px;
margin-left: 120px;
background-color: #1ec6cc;
padding: 3px 10px 0px;
color: #fff;
font-size: 12px;
display: none !important;
}
#toolbarCC{
display: none !important;
}
.loginpanel{
width: 300px;
height: 200px;
background-color: #fff;
border-left: 1px solid rgb(230, 85, 35);
border-right: 1px solid rgb(230, 85, 35);
border-bottom: 1px solid rgb(230, 85, 35);
position: absolute;
right: 0px;
padding-top: 5px;
z-index: 10;
top: 45px;
}
.registerpanel{
width: 300px;
height: 300px;
background-color: #fff;
border-left: 1px solid rgb(230, 85, 35);
border-right: 1px solid rgb(230, 85, 35);
border-bottom: 1px solid rgb(230, 85, 35);
position: absolute;
right: 0px;
padding-top: 5px;
z-index: 10;
top: 45px;
}
.ta-scroll-window > .ta-bind
{
max-height: 400px;
overflow-y: auto;
}
.result .desc p{
font-size: 12px;
}
footer{
padding: 10px;
}
footer p{
color: #fff;
font-size: 12px;
}
.form-fields {
width: 100% !important;
height: 34px !important;
padding: 6px 12px !important;
background-color: #fff !important;
background-image: none !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.top-bar .form-fields {
font-size: 13px !important;
border: none !important;
background-color: #eee !important;
height: 28px !important;
}
button.cbtn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.top-bar .btn{
top: 0px !important;
height: 28px !important;
}
.fs-mini {
font-size: 13px;
margin-bottom: 0px;
}
.text-muted {
color: #777;
}
button:hover, button:focus, .button:hover, .button:focus {
background-color: #72d0d3;
}
.modal-opq {
position: fixed;
z-index: 1050;
display: block;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.loginPanel, .registerPanel{
width: 30%;
height: 300px;
margin-left: 35%;
margin-top: 8%;
display : none;
}
.profileUpload{
width: 30%;
height: 400px;
margin-left: 35%;
margin-top: 8%;
display : none;
}
.loginPanel .modal, .registerPanel .modal,.profileUpload .modal{
-ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
box-shadow: 0 1px 3px rgba(0,0,0,.2);
border-radius: 4px;
border: 0;
position: relative;
background-color: transparent;
}
.loginPanel .model-header,.registerPanel .model-header,.profileUpload .model-header{
text-align: center;
padding: 15px;
background-color: #eaf0f3;
border-radius: 4px 4px 0 0;
}
.loginPanel .model-content,.registerPanel .model-content,.profileUpload .model-content{
text-align: center;
padding: 25px;
background-color: #fff;
}
.loginPanel .model-option,.registerPanel .model-option,.profileUpload .model-option{
text-align: center;
padding: 25px;
background-color: #1E4C62;
border-radius: 0 0 4px 4px;
}
.model-header{
text-align: center;
padding: 15px;
background-color: #eaf0f3;
border-radius: 0 0 4px 4px;
}
.modal-opq, .overlay {
bottom: 0;
right: 0;
left: 0;
top: 0;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.overlay {
background-color : #091a23;
width : 100%;
height : auto;
position : fixed;
display : none;
}
.in{
opacity: 1;
display:block;
}
.overlay.in{
filter : alpha(Opacity=80);
opacity : .8;
}
.nopost-panel{
padding: 50px;
box-shadow: 0 1px 0 rgba(0,0,0,.08);
margin-bottom: 30px;
}
.logout {
padding-top: 15px;
}
.logout ul{
float:right;
}
/* Core component styles */
.ng-image-crop {
text-align: center;
margin: 0 auto;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/* Each of the 3 steps in the process are contained within sections */
.ng-image-crop > section {
background: #ccc;
}
/* The cropping button */
.ng-image-crop button {
margin-top: 10px;
}
/* The dashed cropping guideline */
.ng-image-crop .cropping-guide {
display: block;
background: rgba(255, 255, 255, .3);
border: 2px dashed white;
position: absolute;
pointer-events: none;
}
/* The circular themed cropping guideline */
.ng-image-crop--circle .cropping-guide {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
/* The canvas where the user positions the image via dragging and zooming */
.ng-image-crop .cropping-canvas {
background: rgba(255, 255, 255, .3);
margin: 0 auto;
cursor: move;
}
/* The overlayed draggable zoom handle in the corner of the module */
.ng-image-crop .zoom-handle {
display: block;
position: absolute;
bottom: 1px;
left: 1px;
background: rgba(255,255,255,0.7);
width: 80px;
height: 80px;
cursor: move;
border-radius: 200px 50px;
}
/* The text within the zoom handle */
.ng-image-crop .zoom-handle > span {
color: rgba(0, 0, 0, 0.5);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
display: block;
position: relative;
top: 32px;
}
.fileUpload {
position: relative;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.dropProp.model-header ul{
float: none;
margin-left: 0rem !important;
color: #12a0a5;
} | 0.331552 | 0.074601 |
.formCategory{
height: calc((100%/3));
width: calc( (100% / 3));
background-color: red;
border-style: solid;
display: inline-block;
font-size: 0px;
border-width: 1px;
border-color: darkred;
word-wrap: break-word;
}
.headerForm{
font-size: 0px;
margin: 0px;
}
.selectCategory{
text-align: center;
height: 100%;
width: 100%;
background-color: white;
border-style: solid;
display: inline-block;
font-size: 24px;
color: rgb(180, 0, 0);
border-color: darkred;
overflow-wrap: break-word;
border-width: 1px;
padding: 1px;
font-weight: bold;
}
body{
margin: 0px;
}
div.row{
font-size: 0px;
top: 120px;
left:15px;
position: absolute;
overflow-y: scroll;
width: 100%;
height: calc(100% - 250px);
}
div.rowB{
font-size: 0px;
top: 200px;
position: absolute;
overflow-y: scroll;
width: 100%;
height: calc(100% - 250px);
}
h4{
text-align: center;
margin: auto;
padding: 5px;
background-color: red;
width: auto;
height: 70px;
display:flex;
align-items: center;
justify-content: center;
border-width: 1px;
border-color: darkred;
color: white;
}
.selectCategory:focus {
background:rgba(187, 11, 11, 0.699);
color: rgb(255, 255, 255);
}
input.entry{
height: 50px;
width: 80%;
padding: 10px;
margin: auto;
border-width: 1px;
border-color: darkred;
float: left;
font-size: 14px;
}
.one-edge-shadow {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
header{
width: 100%;
height:120px;
background-color: red;
border-width: 1px;
border-color: darkred;
position: fixed;
font-size: 0px;
}
.footer{
height: 130px;
width: 100%;
font-size: 0px;
display: inline-block;
position: absolute;
bottom: 0;
}
.footerB{
height: 50px;
width: 100%;
font-size: 0px;
display: inline-block;
position: absolute;
bottom: 0;
}
button.footerButton{
height: 80px;
width: 50%;
display: inline-block;
background-color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.addButton{
height: 80px;
width: 50%;
display: inline-block;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
color: white;
}
button.editButton{
height: 80px;
width: 50%;
display: inline-block;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
color: white;
}
button.addButtonB{
height: 80px;
width: 50%;
display: inline-block;
color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.editButtonB{
height: 80px;
width: 50%;
display: inline-block;
color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.logout{
height: 50px;
width: 100%;
font-size: 14px;
background-color: black;
border-style: solid;
border-width: 1px;
color: white;
border-color: black;
}
button.searchButton{
height: 50px;
width: 20%;
font-size: 14px;
background-color: red;
border-style: solid;
border-width: 1px;
color: white;
border-color: darkred;
}
button.like{
height: 50px;
width: 100%;
font-size: 14px;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.backButton{
height: 70px;
width: 20%;
float: left;
color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
input[type=submit] {
-webkit-border-radius:0px;
border-radius: 0px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 15%;
} | public/css/index.css | .formCategory{
height: calc((100%/3));
width: calc( (100% / 3));
background-color: red;
border-style: solid;
display: inline-block;
font-size: 0px;
border-width: 1px;
border-color: darkred;
word-wrap: break-word;
}
.headerForm{
font-size: 0px;
margin: 0px;
}
.selectCategory{
text-align: center;
height: 100%;
width: 100%;
background-color: white;
border-style: solid;
display: inline-block;
font-size: 24px;
color: rgb(180, 0, 0);
border-color: darkred;
overflow-wrap: break-word;
border-width: 1px;
padding: 1px;
font-weight: bold;
}
body{
margin: 0px;
}
div.row{
font-size: 0px;
top: 120px;
left:15px;
position: absolute;
overflow-y: scroll;
width: 100%;
height: calc(100% - 250px);
}
div.rowB{
font-size: 0px;
top: 200px;
position: absolute;
overflow-y: scroll;
width: 100%;
height: calc(100% - 250px);
}
h4{
text-align: center;
margin: auto;
padding: 5px;
background-color: red;
width: auto;
height: 70px;
display:flex;
align-items: center;
justify-content: center;
border-width: 1px;
border-color: darkred;
color: white;
}
.selectCategory:focus {
background:rgba(187, 11, 11, 0.699);
color: rgb(255, 255, 255);
}
input.entry{
height: 50px;
width: 80%;
padding: 10px;
margin: auto;
border-width: 1px;
border-color: darkred;
float: left;
font-size: 14px;
}
.one-edge-shadow {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
header{
width: 100%;
height:120px;
background-color: red;
border-width: 1px;
border-color: darkred;
position: fixed;
font-size: 0px;
}
.footer{
height: 130px;
width: 100%;
font-size: 0px;
display: inline-block;
position: absolute;
bottom: 0;
}
.footerB{
height: 50px;
width: 100%;
font-size: 0px;
display: inline-block;
position: absolute;
bottom: 0;
}
button.footerButton{
height: 80px;
width: 50%;
display: inline-block;
background-color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.addButton{
height: 80px;
width: 50%;
display: inline-block;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
color: white;
}
button.editButton{
height: 80px;
width: 50%;
display: inline-block;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
color: white;
}
button.addButtonB{
height: 80px;
width: 50%;
display: inline-block;
color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.editButtonB{
height: 80px;
width: 50%;
display: inline-block;
color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.logout{
height: 50px;
width: 100%;
font-size: 14px;
background-color: black;
border-style: solid;
border-width: 1px;
color: white;
border-color: black;
}
button.searchButton{
height: 50px;
width: 20%;
font-size: 14px;
background-color: red;
border-style: solid;
border-width: 1px;
color: white;
border-color: darkred;
}
button.like{
height: 50px;
width: 100%;
font-size: 14px;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: darkred;
background-color: red;
}
button.backButton{
height: 70px;
width: 20%;
float: left;
color: white;
border-style: solid;
font-size: 24px;
border-width: 1px;
border-color: darkred;
background-color: red;
}
input[type=submit] {
-webkit-border-radius:0px;
border-radius: 0px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 15%;
} | 0.456168 | 0.081301 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
body{
font-family: "Roboto", sans-serif;
width: 250px;
height: 360px; /*400px*/
font-size: 13px;
}
a{
text-decoration: none;
}
h2{
display: inline;
font-size: 24px;
margin-left: 20px;
}
.logo_title{
height: 28px;
width: auto;
margin-left: 20px;
}
.setting_button{
position: absolute;
right: 10px;
top: -7px;
outline:none;
background: transparent;
border: none !important;
font-size: 24px;
}
.back_button{
float: left;
outline:none;
background: transparent;
border: none !important;
font-size: 16px;
margin: 5px;
}
hr{
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.title{
background-color: #333;
color: white;
padding: 5px;
padding-left: 15px;
margin: 3px;
}
select{
width: 100%;
font-family: "Roboto", sans-serif;
padding: 3px;
}
button{
font-family: "Roboto", sans-serif;
}
textarea{
width: calc(100% - 15px);
height: 100px;
margin: 5px;
resize: none;
}
.wide_button, .button{
background-color: #333;
color: #eee;
border: none;
padding: 8px;
margin: 0px;
transition: background-color 0.2s;
}
.wide_button{
width: 100%;
padding: 5px;
padding-left: 15px;
text-align: left;
}
.wide_button:hover, .button:hover{
cursor: pointer;
background-color: #494949;
transition: background-color 0.2s;
}
.white_button_theme{
background-color: white;
color: #333;
}
.white_button_theme:hover{
color: black;
background-color: #eee;
}
.bottom_button{
background-color: white;
padding: 6px;
float: left;
transition: filter 0.2s;
width: 23%;
text-align: center;
}
.bottom_button:hover{
cursor: pointer;
filter: brightness(1.1);
transition: filter 0.2s;
}
.donate_button{
border: 1px solid #FFAB00;
color: #FFAB00;
}
.website_button{
border: 1px solid #0091EA;
color: #0091EA;
}
.share_button{
border: 1px solid #00BFA5;
color: #00BFA5;
}
.extra_margin{ margin: 5px; }
.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 3px;
padding-top: 3px;
cursor: pointer;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control_indicator {
position: absolute;
top: 4px;
left: 10px;
height: 14px;
width: 14px;
background: #e6e6e6;
border: 0px solid #000000;
}
.control-radio .control_indicator {
border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
background: #cccccc;
}
.control input:checked ~ .control_indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-checkbox .control_indicator:after {
left: 5px;
top: 1px;
width: 3px;
height: 8px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
border-color: #7b7b7b;
}
#onoff{
background-color: #333;
border: none;
color: white;
padding: 7px 16px;
text-align: center;
text-decoration: none;
/*display: inline-block;*/
font-size: 14px;
transition: 1s;
outline: none;
/*width: 100%;
height: 100px;*/
width: calc(100% - 10px);
height: 50px;
margin: 5px;
position: relative;
}
#onoff:hover{ cursor: pointer; }
#settings_div{
left: 270px;
top: 0px;
position: absolute;
width: 100%;
transition: 0.2s;
}
#main_div{
position: absolute;
left: 0px;
width: 100%;
transition: 0.2s;
} | css/popup.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300');
body{
font-family: "Roboto", sans-serif;
width: 250px;
height: 360px; /*400px*/
font-size: 13px;
}
a{
text-decoration: none;
}
h2{
display: inline;
font-size: 24px;
margin-left: 20px;
}
.logo_title{
height: 28px;
width: auto;
margin-left: 20px;
}
.setting_button{
position: absolute;
right: 10px;
top: -7px;
outline:none;
background: transparent;
border: none !important;
font-size: 24px;
}
.back_button{
float: left;
outline:none;
background: transparent;
border: none !important;
font-size: 16px;
margin: 5px;
}
hr{
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.title{
background-color: #333;
color: white;
padding: 5px;
padding-left: 15px;
margin: 3px;
}
select{
width: 100%;
font-family: "Roboto", sans-serif;
padding: 3px;
}
button{
font-family: "Roboto", sans-serif;
}
textarea{
width: calc(100% - 15px);
height: 100px;
margin: 5px;
resize: none;
}
.wide_button, .button{
background-color: #333;
color: #eee;
border: none;
padding: 8px;
margin: 0px;
transition: background-color 0.2s;
}
.wide_button{
width: 100%;
padding: 5px;
padding-left: 15px;
text-align: left;
}
.wide_button:hover, .button:hover{
cursor: pointer;
background-color: #494949;
transition: background-color 0.2s;
}
.white_button_theme{
background-color: white;
color: #333;
}
.white_button_theme:hover{
color: black;
background-color: #eee;
}
.bottom_button{
background-color: white;
padding: 6px;
float: left;
transition: filter 0.2s;
width: 23%;
text-align: center;
}
.bottom_button:hover{
cursor: pointer;
filter: brightness(1.1);
transition: filter 0.2s;
}
.donate_button{
border: 1px solid #FFAB00;
color: #FFAB00;
}
.website_button{
border: 1px solid #0091EA;
color: #0091EA;
}
.share_button{
border: 1px solid #00BFA5;
color: #00BFA5;
}
.extra_margin{ margin: 5px; }
.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 3px;
padding-top: 3px;
cursor: pointer;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control_indicator {
position: absolute;
top: 4px;
left: 10px;
height: 14px;
width: 14px;
background: #e6e6e6;
border: 0px solid #000000;
}
.control-radio .control_indicator {
border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
background: #cccccc;
}
.control input:checked ~ .control_indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-checkbox .control_indicator:after {
left: 5px;
top: 1px;
width: 3px;
height: 8px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
border-color: #7b7b7b;
}
#onoff{
background-color: #333;
border: none;
color: white;
padding: 7px 16px;
text-align: center;
text-decoration: none;
/*display: inline-block;*/
font-size: 14px;
transition: 1s;
outline: none;
/*width: 100%;
height: 100px;*/
width: calc(100% - 10px);
height: 50px;
margin: 5px;
position: relative;
}
#onoff:hover{ cursor: pointer; }
#settings_div{
left: 270px;
top: 0px;
position: absolute;
width: 100%;
transition: 0.2s;
}
#main_div{
position: absolute;
left: 0px;
width: 100%;
transition: 0.2s;
} | 0.329931 | 0.066085 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #ffffff url('../img/geometry2.png'); /* Background pattern from Subtle Patterns */
font-family: 'Coda', cursive;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
/*
* Styles for the deck of cards
*/
.deck {
width: 660px;
min-height: 680px;
background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%);
padding: 32px;
border-radius: 10px;
box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.5);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0 0 3em;
}
.deck .card {
height: 125px;
width: 125px;
background: #2e3d49;
font-size: 0;
color: #ffffff;
border-radius: 8px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
}
.deck .card.open {
background: #02b3e4;
cursor: default;
transform: rotateY(360deg);
transition: transform ease .08s;
transform-style: preserve-3d;
}
.deck .card.show {
font-size: 33px;
}
.deck .card.match {
cursor: default;
background: #02ccba;
font-size: 33px;
}
/*
* Styles for the Score Panel
*/
.score-panel {
text-align: left;
width: 400px;
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.score-panel .stars {
margin: 0;
padding: 0;
display: inline-block;
margin: 0 5px 0 0;
}
.score-panel .stars li {
list-style: none;
display: inline-block;
}
.score-panel .moves-count {
margin-left: 40px;
}
.score-panel .timer {
margin-left: 80px;
}
.score-panel .restart {
margin-left: 65px;
float: right;
cursor: pointer;
}
/*
* Modal window
*/
/* result field */
#result-area {
display: none;
z-index: 1;
padding-top: 400px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
position: fixed;
background-color : rgb(0,0,0);
background-color : rgba(0,0,0,0.2);
}
#star-score {
display: none;
list-style: none;
justify-content: center;
}
#star-score li {
margin: 5px;
}
/* result content */
#result-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
border-radius: 10px;
width: 20%;
text-align: center;
}
#clicked-score,
#time-score {
padding: 3px;
}
/* Buttons */
.close {
display: none;
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
#play-again-button {
display: none;
margin-top: 25px;
} | css/app.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #ffffff url('../img/geometry2.png'); /* Background pattern from Subtle Patterns */
font-family: 'Coda', cursive;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
/*
* Styles for the deck of cards
*/
.deck {
width: 660px;
min-height: 680px;
background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%);
padding: 32px;
border-radius: 10px;
box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.5);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0 0 3em;
}
.deck .card {
height: 125px;
width: 125px;
background: #2e3d49;
font-size: 0;
color: #ffffff;
border-radius: 8px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
}
.deck .card.open {
background: #02b3e4;
cursor: default;
transform: rotateY(360deg);
transition: transform ease .08s;
transform-style: preserve-3d;
}
.deck .card.show {
font-size: 33px;
}
.deck .card.match {
cursor: default;
background: #02ccba;
font-size: 33px;
}
/*
* Styles for the Score Panel
*/
.score-panel {
text-align: left;
width: 400px;
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.score-panel .stars {
margin: 0;
padding: 0;
display: inline-block;
margin: 0 5px 0 0;
}
.score-panel .stars li {
list-style: none;
display: inline-block;
}
.score-panel .moves-count {
margin-left: 40px;
}
.score-panel .timer {
margin-left: 80px;
}
.score-panel .restart {
margin-left: 65px;
float: right;
cursor: pointer;
}
/*
* Modal window
*/
/* result field */
#result-area {
display: none;
z-index: 1;
padding-top: 400px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
position: fixed;
background-color : rgb(0,0,0);
background-color : rgba(0,0,0,0.2);
}
#star-score {
display: none;
list-style: none;
justify-content: center;
}
#star-score li {
margin: 5px;
}
/* result content */
#result-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
border-radius: 10px;
width: 20%;
text-align: center;
}
#clicked-score,
#time-score {
padding: 3px;
}
/* Buttons */
.close {
display: none;
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
#play-again-button {
display: none;
margin-top: 25px;
} | 0.505859 | 0.100923 |
body{
margin: 0px;
}
.all {
/* position: fixed; */
padding: 25px 0px;
display: flex;
justify-content: center;
background-color: rgb(196, 196, 196);
}
.content {
width: 98%;
max-width: 800px;
font-family: sans-serif;
}
.steps {
display: flex;
background-color: #eee;
width: 100%;
max-width: 275px;
}
.steps h4{
margin: 0px;
padding: 15px 20px;
}
.step-current{
background-color: white;
box-shadow: 4px -4px 8px rgba(0, 0, 0,0.3);
}
form {
box-shadow: 5px 5px 10px rgba(0, 0, 0,0.4);
background-color: white;
}
form h2{
margin: 0px;
padding: 20px 0px;
text-align: center;
}
.forms {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 15px;
max-height: 440px;
overflow-y: auto;
}
.div-inputs {
height: auto;
width: 100%;
max-width: 300px;
margin: 15px;
}
b{
color: red;
}
.inputs {
width: 100%;
max-width: 250px;
padding: 12px 20px;
border: 1px solid #ccc;
border-radius: 4px;
}
textarea {
height: 80px;
}
.upload-img {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.upload-img + label {
height: 20px;
width: 100%;
max-width: 250px;
padding: 12px 20px;
font-size: 1.25em;
font-weight: 700;
background-color: #659eb3;
color: white;
display: inline-block;
cursor: pointer;
border-radius: 4px;
}
.upload-img:focus + label,
.upload-img + label:hover {
background-color: #0296c7;
color: white;
}
.upload-img:focus + label {
background-color: #045a77;
}
.btn-next-step input{
background-color: #57b15d;
padding: 15px;
border: none;
width: 100%;
color: white;
font-size: 30px;
font-weight: bold;
cursor: pointer
}
.btn-next-step input:hover{
background-color: #02ce0f;
padding: 15px;
border: none;
width: 100%;
color: white;
font-size: 30px;
font-weight: bold;
}
.btn-next-step h3 {
margin: 0px;
}
.label-file {
text-align: center;
} | src/styles/create-show.css | body{
margin: 0px;
}
.all {
/* position: fixed; */
padding: 25px 0px;
display: flex;
justify-content: center;
background-color: rgb(196, 196, 196);
}
.content {
width: 98%;
max-width: 800px;
font-family: sans-serif;
}
.steps {
display: flex;
background-color: #eee;
width: 100%;
max-width: 275px;
}
.steps h4{
margin: 0px;
padding: 15px 20px;
}
.step-current{
background-color: white;
box-shadow: 4px -4px 8px rgba(0, 0, 0,0.3);
}
form {
box-shadow: 5px 5px 10px rgba(0, 0, 0,0.4);
background-color: white;
}
form h2{
margin: 0px;
padding: 20px 0px;
text-align: center;
}
.forms {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 15px;
max-height: 440px;
overflow-y: auto;
}
.div-inputs {
height: auto;
width: 100%;
max-width: 300px;
margin: 15px;
}
b{
color: red;
}
.inputs {
width: 100%;
max-width: 250px;
padding: 12px 20px;
border: 1px solid #ccc;
border-radius: 4px;
}
textarea {
height: 80px;
}
.upload-img {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.upload-img + label {
height: 20px;
width: 100%;
max-width: 250px;
padding: 12px 20px;
font-size: 1.25em;
font-weight: 700;
background-color: #659eb3;
color: white;
display: inline-block;
cursor: pointer;
border-radius: 4px;
}
.upload-img:focus + label,
.upload-img + label:hover {
background-color: #0296c7;
color: white;
}
.upload-img:focus + label {
background-color: #045a77;
}
.btn-next-step input{
background-color: #57b15d;
padding: 15px;
border: none;
width: 100%;
color: white;
font-size: 30px;
font-weight: bold;
cursor: pointer
}
.btn-next-step input:hover{
background-color: #02ce0f;
padding: 15px;
border: none;
width: 100%;
color: white;
font-size: 30px;
font-weight: bold;
}
.btn-next-step h3 {
margin: 0px;
}
.label-file {
text-align: center;
} | 0.478773 | 0.088741 |
.mw-plusminus-pos { color: #006400; } /* dark green */
.mw-plusminus-neg { color: #8b0000; } /* dark red */
.mw-plusminus-null { color: #aaa; } /* gray */
/* Comment and username portions of RC entries */
span.comment {
font-style: italic;
}
span.changedby {
font-size: 95%;
}
/* Math */
.texvc { direction: ltr; unicode-bidi: embed; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
/* add a bit of margin space between the preview and the toolbar */
/* this replaces the ugly <p><br /></p> we used to insert into the page source */
#wikiPreview.ontop { margin-bottom: 1em; }
/* Stop floats from intruding into edit area in previews */
#editform, #toolbar, #wpTextbox1 { clear: both; }
div#mw-js-message {
margin: 1em 5%;
padding: 0.5em 2.5%;
border: solid 1px #ddd;
background-color: #fcfcfc;
}
/* Edit section links */
.editsection {
float: right;
margin-left: 5px;
}
/**
* File histories
*/
h2#filehistory {
clear: both;
}
table.filehistory th,
table.filehistory td {
vertical-align:top;
}
table.filehistory th {
text-align: left;
}
table.filehistory td.mw-imagepage-filesize,
table.filehistory th.mw-imagepage-filesize {
white-space:nowrap;
}
table.filehistory td.filehistory-selected {
font-weight: bold;
}
/*
* rev_deleted stuff
*/
li span.deleted, span.history-deleted {
text-decoration: line-through;
color: #888;
font-style: italic;
}
/**
* Patrol stuff
*/
.not-patrolled {
background-color: #ffa;
}
.unpatrolled {
font-weight: bold;
color: red;
}
div.patrollink {
font-size: 75%;
text-align: right;
}
/**
* Forms
*/
body.ltr td.mw-label { text-align: right; }
body.ltr td.mw-input { text-align: left; }
body.ltr td.mw-submit { text-align: left; }
body.rtl td.mw-label { text-align: left; }
body.rtl td.mw-input { text-align: right; }
body.rtl td.mw-submit { text-align: right; }
td.mw-label { vertical-align: top; }
.prefsection td.mw-label { width: 20%; }
.prefsection table { width: 100%; }
td.mw-submit { white-space: nowrap; }
table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
/**
* Image captions
*/
body.rtl .thumbcaption { text-align:right; }
body.rtl .magnify { float:left; }
body.ltr .thumbcaption { text-align:left; }
body.ltr .magnify { float:right; }
/**
* Hidden categories
*/
.mw-hidden-cats-hidden { display: none; }
.catlinks-allhidden { display: none; }
/* Convenience links to edit block, delete and protect reasons */
p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
p.mw-filedelete-editreasons, p.mw-delete-editreasons,
p.mw-revdel-editreasons {
font-size: 90%;
float: right;
}
/* Search results */
.searchresults {
}
.searchresults p {
margin-left: 0.4em;
margin-top: 1em;
margin-bottom: 1.2em;
}
div.searchresult {
font-size: 95%;
width:38em;
}
.mw-search-results {
margin-left: 0.4em;
}
.mw-search-results li {
padding-bottom: 1em;
list-style:none;
list-style-image:none;
}
.mw-search-results li a {
font-size: 108%;
}
.mw-search-result-data {
color: green;
font-size: 97%;
}
.mw-search-formheader {
background-color: #f3f3f3;
margin-top: 1em;
border: 1px solid silver;
}
.mw-search-formheader div.search-types {
float:left;
padding-left: 0.25em;
}
.rtl .mw-search-formheader div.search-types {
float: right;
}
.mw-search-formheader div.search-types ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.mw-search-formheader div.search-types ul li {
float: left;
margin: 0;
padding: 0;
}
.mw-search-formheader div.search-types ul li a {
display: block;
padding: 0.5em;
}
.mw-search-formheader div.search-types ul li.current a {
color: #333333;
cursor: default;
}
.mw-search-formheader div.search-types ul li.current a:hover {
text-decoration: none;
}
.mw-search-formheader div.results-info {
float: right;
padding: 0.5em;
padding-right: 0.75em;
}
.mw-search-formheader div.results-info ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.mw-search-formheader div.results-info ul li {
float: right;
margin: 0;
padding: 0;
}
fieldset#mw-searchoptions {
margin: 0;
padding-left: 0.75em !important;
padding-right: 0.75em !important;
padding-bottom: 0.5em !important;
padding-top: 0.5em !important;
border: none;
background-color: #f9f9f9;
border: 1px solid silver !important;
border-top-width: 0 !important;
}
fieldset#mw-searchoptions legend {
display: none;
}
fieldset#mw-searchoptions h4 {
padding: 0;
margin: 0;
float: left;
}
.rtl fieldset#mw-searchoptions h4 {
float: right;
}
fieldset#mw-searchoptions div#mw-search-togglebox {
float: right;
}
.rtl fieldset#mw-searchoptions div#mw-search-togglebox {
float: left;
}
fieldset#mw-searchoptions div#mw-search-togglebox label {
margin-right: 0.25em;
}
fieldset#mw-searchoptions div#mw-search-togglebox input {
margin-left: 0.25em;
}
fieldset#mw-searchoptions table {
float: left;
margin-right: 3em;
}
fieldset#mw-searchoptions table td {
padding-right: 1em;
}
.rtl fieldset#mw-searchoptions table td {
padding-left: 1em;
padding-right: 0;
}
body.rtl fieldset#mw-searchoptions table {
margin-right: 0;
margin-left: 3em;
float: right;
}
fieldset#mw-searchoptions div.divider {
clear: both;
border-bottom: 1px solid #DDDDDD;
padding-top: 0.5em;
margin-bottom: 0.5em;
}
td#mw-search-menu {
padding-left:6em;
font-size:85%;
}
div#mw-search-interwiki {
float: right;
width: 18em;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
margin-top: 2ex;
}
.rtl div#mw-search-interwiki {
float: left;
}
div#mw-search-interwiki li {
font-size: 95%;
}
.mw-search-interwiki-more {
float: right;
font-size: 90%;
}
.rtl .mw-search-interwiki-more {
float: left;
}
div#mw-search-interwiki-caption {
text-align: center;
font-weight: bold;
font-size: 95%;
}
.mw-search-interwiki-project {
font-size: 97%;
text-align: left;
padding-left: 0.2em;
padding-right: 0.15em;
padding-bottom: 0.2em;
padding-top: 0.15em;
background-color:#ececec;
border-top:1px solid #BBBBBB;
}
.rtl .mw-search-interwiki-project {
text-align: right;
}
span.searchalttitle {
font-size: 95%;
}
div.searchdidyoumean {
font-size: 127%;
margin-top: 0.8em;
/* Note that this color won't affect the link, as desired. */
color: #c00;
}
div.searchdidyoumean em {
font-weight: bold;
}
.searchmatch {
font-weight: bold;
}
table#mw-search-top-table {
background-color: transparent;
}
/*
* Advanced PowerSearch box
*/
td#mw-search-togglebox {
text-align: right;
}
table#mw-search-powertable {
width:100%;
}
form#powersearch {
clear: both;
}
/*
* UserRights stuff
*/
.mw-userrights-disabled {
color: #888;
}
table.mw-userrights-groups * td,table.mw-userrights-groups * th {
padding-right: 1.5em;
}
/*
* OpenSearch ajax suggestions
*/
.os-suggest {
overflow: auto;
overflow-x: hidden;
position: absolute;
top: 0px;
left: 0px;
width: 0px;
background-color: white;
background-color: Window;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
z-index:99;
font-size:95%;
}
table.os-suggest-results {
font-size: 95%;
cursor: pointer;
border: 0;
border-collapse: collapse;
width: 100%;
}
.os-suggest-result, .os-suggest-result-hl {
white-space: nowrap;
background-color: white;
background-color: Window;
color: black;
color: WindowText;
padding: 2px;
}
.os-suggest-result-hl,
.os-suggest-result-hl-webkit {
background-color: #4C59A6;
color: white;
}
.os-suggest-result-hl {
/* System colors are misimplemented in Safari 3.0 and earlier,
making highlighted text illegible... */
background-color: Highlight;
color: HighlightText;
}
.os-suggest-toggle {
position: relative;
left: 1ex;
font-size: 65%;
}
.os-suggest-toggle-def {
position: absolute;
top: 0px;
left: 0px;
font-size: 65%;
visibility: hidden;
}
/* Page history styling */
/* the auto-generated edit comments */
.autocomment { color: gray; }
#pagehistory .history-user {
margin-left: 0.4em;
margin-right: 0.2em;
}
#pagehistory span.minor { font-weight: bold; }
#pagehistory li { border: 1px solid white; }
#pagehistory li.selected {
background-color: #f9f9f9;
border: 1px dashed #aaa;
}
/** Generic minor/bot/newpage styling */
.newpage, .minor, .bot {
font-weight: bold;
}
/* Special:Contributions styling */
.mw-uctop {
font-weight: bold;
}
/* Special:ListGroupRights styling */
table.mw-listgrouprights-table tr {
vertical-align: top;
}
.listgrouprights-revoked { text-decoration: line-through; }
/* Special:Statistics styling */
td.mw-statistics-numbers {
text-align: right;
}
/* Special:SpecialPages styling */
h4.mw-specialpagesgroup {
background-color: #dcdcdc;
padding: 2px;
margin: .3em 0em 0em 0em;
}
.mw-specialpagerestricted {
font-weight: bold;
}
#shared-image-dup, #shared-image-conflict {
font-style: italic;
}
/* Special:EmailUser styling */
table.mw-emailuser-table {
width: 98%;
}
td#mw-emailuser-sender, td#mw-emailuser-recipient {
font-weight: bold;
}
/* Special:Allpages styling */
table.allpageslist {
background-color: transparent;
}
table.mw-allpages-table-form, table.mw-allpages-table-chunk {
background-color: transparent;
width: 100%;
}
td.mw-allpages-alphaindexline {
text-align: right;
}
td.mw-allpages-nav, p.mw-allpages-nav {
text-align: right;
font-size: smaller;
margin-bottom: 1em;
}
table.mw-allpages-table-form tr {
vertical-align: top;
}
/* Special:Prefixindex styling */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
width: 98%;
background-color: transparent;
}
td#mw-prefixindex-nav-form {
font-size: smaller;
margin-bottom: 1em;
text-align: right;
vertical-align: top;
}
/*
* Recreating deleted page warning
* Reupload file warning
* Page protection warning
* incl. log entries for these warnings
*/
div.mw-warning-with-logexcerpt {
padding: 3px;
margin-bottom: 3px;
border: 2px solid #2F6FAB;
clear: both;
}
div.mw-warning-with-logexcerpt ul li {
font-size: 90%;
}
/* (show/hide) revision deletion links */
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
font-size: 90%;
}
span.mw-revdelundel-hidden,
input.mw-revdelundel-hidden {
visibility: hidden;
}
td.mw-revdel-checkbox, th.mw-revdel-checkbox {
padding-right: 10px;
text-align: center;
}
/* feed links */
a.feedlink {
background: url("images/feed-icon.png") center left no-repeat;
padding-left: 16px;
}
/* Plainlinks - this can be used to switch
* off special external link styling */
.plainlinks a {
background: none !important;
padding: 0 !important;
}
/* wikitable class for skinning normal tables */
table.wikitable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.wikitable th, .wikitable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th {
background: #f2f2f2;
text-align: center;
}
.wikitable caption {
font-weight: bold;
}
/* hide initially collapsed collapsable tables */
table.collapsed tr.collapsable {
display: none;
}
/* success and error messages */
.success {
color: green;
font-size: larger;
}
.error {
color: red;
font-size: larger;
}
.errorbox, .successbox {
font-size: larger;
border: 2px solid;
padding: .5em 1em;
float: left;
margin-bottom: 2em;
color: #000;
}
.errorbox {
border-color: red;
background-color: #fff2f2;
}
.successbox {
border-color: green;
background-color: #dfd;
}
.errorbox h2, .successbox h2 {
font-size: 1em;
font-weight: bold;
display: inline;
margin: 0 .5em 0 0;
border: none;
}
.visualClear {
clear: both;
}
#mw_trackbacks {
border: solid 1px #bbbbff;
background-color: #eeeeff;
padding: 0.2em;
}
/*
Table pager (e.g. Special:Imagelist)
- remove underlines from the navigation link
- collapse borders
- set the borders to outsets (similar to Special:Allmessages)
- remove line wrapping for all td and th, set background color
- restore line wrapping for the last two table cells (description and size)
*/
.TablePager { min-width: 80%; }
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th {
border: 1px solid #aaaaaa;
padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }
.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }
/* Allmessages table */
#mw-allmessagestable .allmessages-customised td.am_default {
background-color: #fcffc4;
}
#mw-allmessagestable tr.allmessages-customised:hover td.am_default {
background-color: #faff90;
}
#mw-allmessagestable td.am_actual {
background-color: #e2ffe2;
}
#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
background-color: #b1ffb1;
}
/* filetoc */
ul#filetoc {
text-align: center;
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
}
#filetoc li {
display: inline;
list-style-type: none;
padding-right: 2em;
}
/* Classes for EXIF data display */
table.mw_metadata {
font-size: 0.8em;
margin-left: 0.5em;
margin-bottom: 0.5em;
width: 300px;
}
table.mw_metadata caption {
font-weight: bold;
}
table.mw_metadata th {
font-weight: normal;
}
table.mw_metadata td {
padding: 0.1em;
}
table.mw_metadata {
border: none;
border-collapse: collapse;
}
table.mw_metadata td, table.mw_metadata th {
text-align: center;
border: 1px solid #aaaaaa;
padding-left: 0.1em;
padding-right: 0.1em;
}
table.mw_metadata th {
background-color: #f9f9f9;
}
table.mw_metadata td {
background-color: #fcfcfc;
}
/* Galleries */
table.gallery {
border: 1px solid #ccc;
margin: 2px;
padding: 2px;
background-color: white;
}
table.gallery tr {
vertical-align: top;
}
table.gallery td {
vertical-align: top;
background-color: #f9f9f9;
border: solid 2px white;
}
table.gallery caption {
font-weight: bold;
}
div.gallerybox {
margin: 2px;
}
div.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 2px;
}
div.gallerytext {
overflow: hidden;
font-size: 94%;
padding: 2px 4px;
}
table.mw-enhanced-rc {
background: none;
border:0;
border-spacing:0;
}
td.mw-enhanced-rc {
white-space:nowrap;
padding:0;
vertical-align:top;
font-family:monospace
}
#mw-addcategory-prompt {
display: inline;
margin-left: 1em;
}
#mw-addcategory-prompt input {
margin-left: 0.5em;
margin-right: 0.5em;
}
.mw-remove-category {
padding: 8px;
background-image: url(images/remove.png);
background-position: center center;
background-repeat: no-repeat;
}
.mw-ajax-addcategory {
padding-left: 20px;
background-image: url(images/add.png);
background-position: left center;
background-repeat: no-repeat;
}
.mw-ajax-loader {
background-image: url(images/ajax-loader.gif);
background-position: center center;
background-repeat: no-repeat;
padding: 16px;
position: relative;
top: -16px;
}
.mw-small-spinner {
padding: 10px !important;
margin-right: 0.6em;
background-image: url(images/spinner.gif);
background-position: center center;
background-repeat: no-repeat;
}
/* Sort arrows added by SortableTables */
a.sortheader {
margin: 0 0.3em;
} | html/mediawiki/skins/common/shared.css | .mw-plusminus-pos { color: #006400; } /* dark green */
.mw-plusminus-neg { color: #8b0000; } /* dark red */
.mw-plusminus-null { color: #aaa; } /* gray */
/* Comment and username portions of RC entries */
span.comment {
font-style: italic;
}
span.changedby {
font-size: 95%;
}
/* Math */
.texvc { direction: ltr; unicode-bidi: embed; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
/* add a bit of margin space between the preview and the toolbar */
/* this replaces the ugly <p><br /></p> we used to insert into the page source */
#wikiPreview.ontop { margin-bottom: 1em; }
/* Stop floats from intruding into edit area in previews */
#editform, #toolbar, #wpTextbox1 { clear: both; }
div#mw-js-message {
margin: 1em 5%;
padding: 0.5em 2.5%;
border: solid 1px #ddd;
background-color: #fcfcfc;
}
/* Edit section links */
.editsection {
float: right;
margin-left: 5px;
}
/**
* File histories
*/
h2#filehistory {
clear: both;
}
table.filehistory th,
table.filehistory td {
vertical-align:top;
}
table.filehistory th {
text-align: left;
}
table.filehistory td.mw-imagepage-filesize,
table.filehistory th.mw-imagepage-filesize {
white-space:nowrap;
}
table.filehistory td.filehistory-selected {
font-weight: bold;
}
/*
* rev_deleted stuff
*/
li span.deleted, span.history-deleted {
text-decoration: line-through;
color: #888;
font-style: italic;
}
/**
* Patrol stuff
*/
.not-patrolled {
background-color: #ffa;
}
.unpatrolled {
font-weight: bold;
color: red;
}
div.patrollink {
font-size: 75%;
text-align: right;
}
/**
* Forms
*/
body.ltr td.mw-label { text-align: right; }
body.ltr td.mw-input { text-align: left; }
body.ltr td.mw-submit { text-align: left; }
body.rtl td.mw-label { text-align: left; }
body.rtl td.mw-input { text-align: right; }
body.rtl td.mw-submit { text-align: right; }
td.mw-label { vertical-align: top; }
.prefsection td.mw-label { width: 20%; }
.prefsection table { width: 100%; }
td.mw-submit { white-space: nowrap; }
table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
/**
* Image captions
*/
body.rtl .thumbcaption { text-align:right; }
body.rtl .magnify { float:left; }
body.ltr .thumbcaption { text-align:left; }
body.ltr .magnify { float:right; }
/**
* Hidden categories
*/
.mw-hidden-cats-hidden { display: none; }
.catlinks-allhidden { display: none; }
/* Convenience links to edit block, delete and protect reasons */
p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
p.mw-filedelete-editreasons, p.mw-delete-editreasons,
p.mw-revdel-editreasons {
font-size: 90%;
float: right;
}
/* Search results */
.searchresults {
}
.searchresults p {
margin-left: 0.4em;
margin-top: 1em;
margin-bottom: 1.2em;
}
div.searchresult {
font-size: 95%;
width:38em;
}
.mw-search-results {
margin-left: 0.4em;
}
.mw-search-results li {
padding-bottom: 1em;
list-style:none;
list-style-image:none;
}
.mw-search-results li a {
font-size: 108%;
}
.mw-search-result-data {
color: green;
font-size: 97%;
}
.mw-search-formheader {
background-color: #f3f3f3;
margin-top: 1em;
border: 1px solid silver;
}
.mw-search-formheader div.search-types {
float:left;
padding-left: 0.25em;
}
.rtl .mw-search-formheader div.search-types {
float: right;
}
.mw-search-formheader div.search-types ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.mw-search-formheader div.search-types ul li {
float: left;
margin: 0;
padding: 0;
}
.mw-search-formheader div.search-types ul li a {
display: block;
padding: 0.5em;
}
.mw-search-formheader div.search-types ul li.current a {
color: #333333;
cursor: default;
}
.mw-search-formheader div.search-types ul li.current a:hover {
text-decoration: none;
}
.mw-search-formheader div.results-info {
float: right;
padding: 0.5em;
padding-right: 0.75em;
}
.mw-search-formheader div.results-info ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.mw-search-formheader div.results-info ul li {
float: right;
margin: 0;
padding: 0;
}
fieldset#mw-searchoptions {
margin: 0;
padding-left: 0.75em !important;
padding-right: 0.75em !important;
padding-bottom: 0.5em !important;
padding-top: 0.5em !important;
border: none;
background-color: #f9f9f9;
border: 1px solid silver !important;
border-top-width: 0 !important;
}
fieldset#mw-searchoptions legend {
display: none;
}
fieldset#mw-searchoptions h4 {
padding: 0;
margin: 0;
float: left;
}
.rtl fieldset#mw-searchoptions h4 {
float: right;
}
fieldset#mw-searchoptions div#mw-search-togglebox {
float: right;
}
.rtl fieldset#mw-searchoptions div#mw-search-togglebox {
float: left;
}
fieldset#mw-searchoptions div#mw-search-togglebox label {
margin-right: 0.25em;
}
fieldset#mw-searchoptions div#mw-search-togglebox input {
margin-left: 0.25em;
}
fieldset#mw-searchoptions table {
float: left;
margin-right: 3em;
}
fieldset#mw-searchoptions table td {
padding-right: 1em;
}
.rtl fieldset#mw-searchoptions table td {
padding-left: 1em;
padding-right: 0;
}
body.rtl fieldset#mw-searchoptions table {
margin-right: 0;
margin-left: 3em;
float: right;
}
fieldset#mw-searchoptions div.divider {
clear: both;
border-bottom: 1px solid #DDDDDD;
padding-top: 0.5em;
margin-bottom: 0.5em;
}
td#mw-search-menu {
padding-left:6em;
font-size:85%;
}
div#mw-search-interwiki {
float: right;
width: 18em;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
margin-top: 2ex;
}
.rtl div#mw-search-interwiki {
float: left;
}
div#mw-search-interwiki li {
font-size: 95%;
}
.mw-search-interwiki-more {
float: right;
font-size: 90%;
}
.rtl .mw-search-interwiki-more {
float: left;
}
div#mw-search-interwiki-caption {
text-align: center;
font-weight: bold;
font-size: 95%;
}
.mw-search-interwiki-project {
font-size: 97%;
text-align: left;
padding-left: 0.2em;
padding-right: 0.15em;
padding-bottom: 0.2em;
padding-top: 0.15em;
background-color:#ececec;
border-top:1px solid #BBBBBB;
}
.rtl .mw-search-interwiki-project {
text-align: right;
}
span.searchalttitle {
font-size: 95%;
}
div.searchdidyoumean {
font-size: 127%;
margin-top: 0.8em;
/* Note that this color won't affect the link, as desired. */
color: #c00;
}
div.searchdidyoumean em {
font-weight: bold;
}
.searchmatch {
font-weight: bold;
}
table#mw-search-top-table {
background-color: transparent;
}
/*
* Advanced PowerSearch box
*/
td#mw-search-togglebox {
text-align: right;
}
table#mw-search-powertable {
width:100%;
}
form#powersearch {
clear: both;
}
/*
* UserRights stuff
*/
.mw-userrights-disabled {
color: #888;
}
table.mw-userrights-groups * td,table.mw-userrights-groups * th {
padding-right: 1.5em;
}
/*
* OpenSearch ajax suggestions
*/
.os-suggest {
overflow: auto;
overflow-x: hidden;
position: absolute;
top: 0px;
left: 0px;
width: 0px;
background-color: white;
background-color: Window;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
z-index:99;
font-size:95%;
}
table.os-suggest-results {
font-size: 95%;
cursor: pointer;
border: 0;
border-collapse: collapse;
width: 100%;
}
.os-suggest-result, .os-suggest-result-hl {
white-space: nowrap;
background-color: white;
background-color: Window;
color: black;
color: WindowText;
padding: 2px;
}
.os-suggest-result-hl,
.os-suggest-result-hl-webkit {
background-color: #4C59A6;
color: white;
}
.os-suggest-result-hl {
/* System colors are misimplemented in Safari 3.0 and earlier,
making highlighted text illegible... */
background-color: Highlight;
color: HighlightText;
}
.os-suggest-toggle {
position: relative;
left: 1ex;
font-size: 65%;
}
.os-suggest-toggle-def {
position: absolute;
top: 0px;
left: 0px;
font-size: 65%;
visibility: hidden;
}
/* Page history styling */
/* the auto-generated edit comments */
.autocomment { color: gray; }
#pagehistory .history-user {
margin-left: 0.4em;
margin-right: 0.2em;
}
#pagehistory span.minor { font-weight: bold; }
#pagehistory li { border: 1px solid white; }
#pagehistory li.selected {
background-color: #f9f9f9;
border: 1px dashed #aaa;
}
/** Generic minor/bot/newpage styling */
.newpage, .minor, .bot {
font-weight: bold;
}
/* Special:Contributions styling */
.mw-uctop {
font-weight: bold;
}
/* Special:ListGroupRights styling */
table.mw-listgrouprights-table tr {
vertical-align: top;
}
.listgrouprights-revoked { text-decoration: line-through; }
/* Special:Statistics styling */
td.mw-statistics-numbers {
text-align: right;
}
/* Special:SpecialPages styling */
h4.mw-specialpagesgroup {
background-color: #dcdcdc;
padding: 2px;
margin: .3em 0em 0em 0em;
}
.mw-specialpagerestricted {
font-weight: bold;
}
#shared-image-dup, #shared-image-conflict {
font-style: italic;
}
/* Special:EmailUser styling */
table.mw-emailuser-table {
width: 98%;
}
td#mw-emailuser-sender, td#mw-emailuser-recipient {
font-weight: bold;
}
/* Special:Allpages styling */
table.allpageslist {
background-color: transparent;
}
table.mw-allpages-table-form, table.mw-allpages-table-chunk {
background-color: transparent;
width: 100%;
}
td.mw-allpages-alphaindexline {
text-align: right;
}
td.mw-allpages-nav, p.mw-allpages-nav {
text-align: right;
font-size: smaller;
margin-bottom: 1em;
}
table.mw-allpages-table-form tr {
vertical-align: top;
}
/* Special:Prefixindex styling */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
width: 98%;
background-color: transparent;
}
td#mw-prefixindex-nav-form {
font-size: smaller;
margin-bottom: 1em;
text-align: right;
vertical-align: top;
}
/*
* Recreating deleted page warning
* Reupload file warning
* Page protection warning
* incl. log entries for these warnings
*/
div.mw-warning-with-logexcerpt {
padding: 3px;
margin-bottom: 3px;
border: 2px solid #2F6FAB;
clear: both;
}
div.mw-warning-with-logexcerpt ul li {
font-size: 90%;
}
/* (show/hide) revision deletion links */
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
font-size: 90%;
}
span.mw-revdelundel-hidden,
input.mw-revdelundel-hidden {
visibility: hidden;
}
td.mw-revdel-checkbox, th.mw-revdel-checkbox {
padding-right: 10px;
text-align: center;
}
/* feed links */
a.feedlink {
background: url("images/feed-icon.png") center left no-repeat;
padding-left: 16px;
}
/* Plainlinks - this can be used to switch
* off special external link styling */
.plainlinks a {
background: none !important;
padding: 0 !important;
}
/* wikitable class for skinning normal tables */
table.wikitable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.wikitable th, .wikitable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th {
background: #f2f2f2;
text-align: center;
}
.wikitable caption {
font-weight: bold;
}
/* hide initially collapsed collapsable tables */
table.collapsed tr.collapsable {
display: none;
}
/* success and error messages */
.success {
color: green;
font-size: larger;
}
.error {
color: red;
font-size: larger;
}
.errorbox, .successbox {
font-size: larger;
border: 2px solid;
padding: .5em 1em;
float: left;
margin-bottom: 2em;
color: #000;
}
.errorbox {
border-color: red;
background-color: #fff2f2;
}
.successbox {
border-color: green;
background-color: #dfd;
}
.errorbox h2, .successbox h2 {
font-size: 1em;
font-weight: bold;
display: inline;
margin: 0 .5em 0 0;
border: none;
}
.visualClear {
clear: both;
}
#mw_trackbacks {
border: solid 1px #bbbbff;
background-color: #eeeeff;
padding: 0.2em;
}
/*
Table pager (e.g. Special:Imagelist)
- remove underlines from the navigation link
- collapse borders
- set the borders to outsets (similar to Special:Allmessages)
- remove line wrapping for all td and th, set background color
- restore line wrapping for the last two table cells (description and size)
*/
.TablePager { min-width: 80%; }
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th {
border: 1px solid #aaaaaa;
padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }
.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }
/* Allmessages table */
#mw-allmessagestable .allmessages-customised td.am_default {
background-color: #fcffc4;
}
#mw-allmessagestable tr.allmessages-customised:hover td.am_default {
background-color: #faff90;
}
#mw-allmessagestable td.am_actual {
background-color: #e2ffe2;
}
#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
background-color: #b1ffb1;
}
/* filetoc */
ul#filetoc {
text-align: center;
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
}
#filetoc li {
display: inline;
list-style-type: none;
padding-right: 2em;
}
/* Classes for EXIF data display */
table.mw_metadata {
font-size: 0.8em;
margin-left: 0.5em;
margin-bottom: 0.5em;
width: 300px;
}
table.mw_metadata caption {
font-weight: bold;
}
table.mw_metadata th {
font-weight: normal;
}
table.mw_metadata td {
padding: 0.1em;
}
table.mw_metadata {
border: none;
border-collapse: collapse;
}
table.mw_metadata td, table.mw_metadata th {
text-align: center;
border: 1px solid #aaaaaa;
padding-left: 0.1em;
padding-right: 0.1em;
}
table.mw_metadata th {
background-color: #f9f9f9;
}
table.mw_metadata td {
background-color: #fcfcfc;
}
/* Galleries */
table.gallery {
border: 1px solid #ccc;
margin: 2px;
padding: 2px;
background-color: white;
}
table.gallery tr {
vertical-align: top;
}
table.gallery td {
vertical-align: top;
background-color: #f9f9f9;
border: solid 2px white;
}
table.gallery caption {
font-weight: bold;
}
div.gallerybox {
margin: 2px;
}
div.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 2px;
}
div.gallerytext {
overflow: hidden;
font-size: 94%;
padding: 2px 4px;
}
table.mw-enhanced-rc {
background: none;
border:0;
border-spacing:0;
}
td.mw-enhanced-rc {
white-space:nowrap;
padding:0;
vertical-align:top;
font-family:monospace
}
#mw-addcategory-prompt {
display: inline;
margin-left: 1em;
}
#mw-addcategory-prompt input {
margin-left: 0.5em;
margin-right: 0.5em;
}
.mw-remove-category {
padding: 8px;
background-image: url(images/remove.png);
background-position: center center;
background-repeat: no-repeat;
}
.mw-ajax-addcategory {
padding-left: 20px;
background-image: url(images/add.png);
background-position: left center;
background-repeat: no-repeat;
}
.mw-ajax-loader {
background-image: url(images/ajax-loader.gif);
background-position: center center;
background-repeat: no-repeat;
padding: 16px;
position: relative;
top: -16px;
}
.mw-small-spinner {
padding: 10px !important;
margin-right: 0.6em;
background-image: url(images/spinner.gif);
background-position: center center;
background-repeat: no-repeat;
}
/* Sort arrows added by SortableTables */
a.sortheader {
margin: 0 0.3em;
} | 0.304145 | 0.098947 |
01)Common CSS
*************************************/
.alignleft {
float: left;
margin-right: 15px;
}
.alignright {
float: right;
margin-left: 15px;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.5px;
}
html,
body {
height: 100%
}
body {
font-family: 'Poppins', sans-serif;
font-weight: 300;
color:#777777;
}
a {
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #333;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: 0 solid
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.btn {
padding: 10px 20px;
font-weight: 300;
border-radius: 0;
}
.btn-sm{
padding: 6px 15px;
}
.btn-primary {
color: #fff;
background-color: #00aef0;
border-color: #00aef0;
}
.btn-primary:hover {
color: #fff;
background-color: #0393ca;
border-color: #0393ca;
}
.btn-secondary {
color: #00aef0;
background-color: #fff;
border-color: #fff;
}
.btn-secondary:hover {
color: #00aef0;
background-color: #efeded;
border-color: #efeded;
}
.nopadding {
padding-left: 0;
padding-right: 0;
}
.read-more {
color: #00aef0;
font-size: 14px;
font-weight: 300;
}
.read-more:hover {
text-decoration: underline;
color: #00aef0;
}
p {
line-height: 26px;
}
.section-margine {
margin: 70px 0 0 0;
}
.over-bg{
position: absolute;
left: 0;
top: 0;
background: rgba(41, 134, 226, 0.5);
}
/*** Heading Lines ***/
.title-head{
margin-bottom: 40px;
text-align: center;
}
.line-heading .line-left,
.line-heading .line-right {
width: 55px;
height: 0;
border-top: 1px dashed #00AEF0;
display: inline-block;
margin: 0 15px;
vertical-align: middle;
}
.line-heading .line-left {
margin-right: 30px;
}
.line-heading .line-right {
margin-left: 30px;
}
.line-middle {
width: 20px;
height: 20px;
display: inline-block;
margin: 0 auto;
vertical-align: middle;
position: relative;
line-height: 20px;
color: #fff;
font-size: 16px;
background: #00AEF0;
border-radius: 50%;
}
.line-middle:before,
.line-middle:after {
content: '';
position: absolute;
width: 7px;
height: 7px;
background: #00AEF0;
top: 7px;
}
.line-middle:before {
left: -20px;
}
.line-middle:after {
right: -20px;
}
/************************************
02)TOP HEADER
*************************************/
.top-header {
background: #00AEF0;
border-bottom: 1px solid #f9f9f9;
position: relative;
overflow: hidden;
}
.contact-detail2 {
margin: 0;
}
.contact-detail2 i {
border-radius: 3px;
padding: 3px 5px;
}
.contact-detail2 li {
list-style: outside none none;
float: left;
padding: 10px 0;
margin-bottom: 0;
margin-right: 35px;
}
.contact-detail2 li a {
color: #fff;
font-size: 13px;
font-weight: 300;
}
.social-icons {
list-style: outside none none;
padding: 10px 0;
margin-bottom: 0;
}
.social-icons li {
margin-right: 10px;
display: inline;
}
.social-icons li:last-child,
.social-icons li:last-child a{
margin-right: 0!important;
padding-right: 0!important;
}
.social-icons a {
color: #fff;
font-size: 14px;
line-height: 15px;
padding: 3px 5px;
transition: color 0.3s ease-in-out 0s;
vertical-align: middle;
}
.social-icons a:hover {
color: #00AEFF
}
/************************************
03)Logo
*************************************/
.navbar-brand {
float: left;
height: auto;
padding: 8px 0;
font-size: 18px;
line-height: 20px;
}
.logo-text {
text-transform: none;
font-size: 25px;
vertical-align: bottom;
line-height: 38px;
letter-spacing: 1px;
color: #777;
font-family: 'Raleway', sans-serif;
}
.logo-text samp {
background: #00AEF0;
float: left;
margin-right: 5px;
width: 40px;
height: 40px;
border-radius: 3px;
text-align: center;
line-height: 40px;
color: #fff;
font-weight: normal;
font-size: 30px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/************************************
04)Navbar
*************************************/
.navbar {
margin-bottom: 0;
}
.header-shade {
-webkit-box-shadow: 0 0 10px #333;
-moz-box-shadow: 0 0 10px #333;
box-shadow: 0 0 10px #333;
z-index: 999;
}
.navbar-fixed-top {
-webkit-box-shadow: 0 0 10px #333;
-moz-box-shadow: 0 0 10px #333;
box-shadow: 0 0 10px #333;
z-index: 999;
margin-top: 0 !important;
padding: 20px 0 !important;
background: #fff !important;
position: fixed !important;
}
.navbar-fixed-top .navbar-nav>li>a {
background: transparent !important;
}
.navbar-menu .navbar-right .dropdown-menu {
left: 0!important;
}
.dropdown-menu{
padding: 0;
border: 0;
box-shadow: none;
}
.dropdown-menu .divider {
margin: 0;
}
.dropdown-menu>li>a {
font-size: 12px;
font-weight: 400;
color: #777;
background: #fff;
padding: 10px;
}
.dropdown-menu> li >a:hover {
color: #fff !important;
background-color: #00aef0;
}
.navbar-menu {
background: #fff;
border: none;
border-radius: 0;
padding: 20px 0;
font-weight: 600;
margin-bottom: 0;
}
.navbar-menu .navbar-nav>li>a {
background: transparent !important;
font-family: 'Raleway',sans-serif;
font-weight: 500;
}
.navbar-menu .navbar-nav>li:last-child>a{
padding-right: 0!important;
}
.navbar-menu .navbar-nav>li>a:hover,
.navbar-menu .navbar-nav>li>a:active {
background-color: transparent;
}
.navbar-menu .navbar-nav>.open>a,
.navbar-menu .navbar-nav>.open>a:focus,
.navbar-menu .navbar-nav>.open>a:hover {
color: #00aef0;
background-color: #fff;
}
.navbar-menu .navbar-nav>li>.dropdown-menu {
margin-top: 26px;
}
/************************************
05)Banner
*************************************/
#main-slide .item {
min-height: 700px;
color: #fff;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
-webkit-backface-visibility: hidden;
}
#main-slide .item img {
width: 100%;
-webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
z-index: 1;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
opacity: 1;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
-o-transition: opacity 100ms;
transition: opacity 100ms;
}
#main-slide .slider-content {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main-slide .slider-content.text-left {
left: 10%;
}
#main-slide .slider-content.text-right {
right: 10%;
}
.slider-content {
position: relative;
display: table;
height: 100%;
width: 100%;
}
.slider-content p{
color: #212121;
}
.slide-title {
font-size: 28px;
line-height: 36px;
color: #fff;
margin: 15px 0;
text-transform: uppercase;
letter-spacing: 2px;
}
.slide-sub-title {
font-style: normal;
font-size: 52px;
line-height: 58px;
margin: 15px 0;
color: #00AEF0;
font-weight: 700;
text-transform: uppercase;
}
.slider-text {
display: table;
vertical-align: bottom;
color: #fff;
padding-left: 40%;
width: 100%;
padding-bottom: 0;
padding-top: 20px;
}
.slider-text .slide-head {
font-size: 36px;
color: #0052a5;
position: relative;
}
.slider-img {
display: block;
position: absolute;
top: -80px;
left: 20%;
width: 314px;
max-height: 100%;
}
.slider-img img {
display: block;
position: relative;
max-height: 100%;
width: auto;
}
.slider.btn {
margin: 5px;
border: 2px solid transparent;
}
.slider.border {
background: none;
border: 2px solid #fff;
}
.slider.border:hover {
background: #00AEF0;
border: 2px solid transparent;
}
/* Carousel control */
.carousel-indicators li {
width: 10px;
height: 10px;
margin: 1px;
border-radius: 100%;
border: 0;
background: rgba(255, 255, 255, .5);
}
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
background: #00AEF0;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
opacity: 0;
filter: alpha(opacity=0);
background-image: none;
background-repeat: no-repeat;
text-shadow: none;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators {
opacity: 1;
filter: alpha(opacity=100);
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main-slide .carousel-control .fa-angle-left {
left: 20px;
}
#main-slide .carousel-control .fa-angle-right {
right: 20px;
}
#main-slide .carousel-control i {
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 174, 240, 0.5);
background-image: none !important;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
border-radius: 50%;
height: 50px;
line-height: 50px;
top: 50%;
width: 50px;
z-index: 1;
}
#main-slide .carousel-control i:hover {
background: #00AEF0;
}
.carousel .item.active .effect2 {
-webkit-animation: fadeInLeft 1s ease-in 350ms both;
animation: fadeInLeft 1s ease-in 350ms both;
}
.carousel .item.active .effect3 {
-webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
animation: fadeInLeft 1.5s ease-in-out 300ms both;
}
.carousel .item.active .effect4 {
-webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
animation: lightSpeedIn 1.5s ease-in 300ms both;
}
.carousel .item.active .effect5 {
-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .effect6 {
-webkit-animation: fadeInRight 1s ease-in 200ms both;
animation: fadeInRight 1s ease-in 200ms both;
}
.carousel .item.active .effect7 {
-webkit-animation: fadeInRight 1.5s ease-in 300ms both;
animation: fadeInRight 1.5s ease-in 300ms both;
}
/************************************
06)Section 1
*************************************/
.section-1-box {
padding: 20px 0;
text-align: center;
}
.section-1-box-icon-background {
border-width:2px;
border-style: solid;
height: 100px;
width: 100px;
border-radius: 50%;
margin: 0 auto 25px auto;
}
.section-1-box-icon-background i {
margin-top: 37px;
color: #00AEF0;
}
.section-1-box h4 {
color: #555555;
font-size: 18px;
margin: 0 0 15px 0;
}
.section-1-box p {
color: #777;
font-size: 14px;
}
/************************************
07)Section 2
*************************************/
.section-2-box-left figure {
margin-bottom: 15px;
}
.section-2-box-left h4 {
font-size: 18px;
color: #555555;
margin: 15px 0;
}
.section-2-box-left a{
margin: 15px 0;
}
.section-2-box-right{
background-color: #00AEF0;
padding: 20px 25px;
}
.section-2-box-right h3{
color: #ffffff;
}
.section-2-box-right p {
color: #fff;
}
.section-2-box-right ul{
padding: 0;
margin: 15px 0;
}
.section-2-box-right ul li{
list-style: none;
color: #fff;
font-weight: 300;
padding: 5px 0;
}
.section-2-box-right .btn{
width: 100%;
border: 0;
margin-bottom: 15px;
font-weight: 300;
}
/************************************
08)Section 3
*************************************/
.section3-background {
background: #333333 url(../images/m3.jpg) no-repeat center;
background-size: cover;
}
.section-3-box {
padding: 70px 0;
text-align: center;
}
.section-3-box figure {
color: #00AEF0;
margin: 10px 0;
}
.section-3-box h3 {
font-size: 30px;
color: #fff;
}
.section-3-box h4 {
font-size: 18px;
color: #fff;
margin-bottom: 0;
}
/************************************
09)Section 4
*************************************/
.section-4-box {
padding: 20px 0;
overflow: hidden;
}
.section-4-box-icon-cont {
float: left;
width: 30px;
margin: 0 23px 53px 0;
}
.section-4-box-icon-cont i {
color: #00aef0;
}
.section-4-box-text-cont {
margin: 0 0 0 15px;
}
.section-4-box-text-cont h5 {
text-transform: uppercase;
color: #555555;
font-size: 16px;
margin: 0 0 10px 0;
}
.section-4-box-text-cont p {
color: #777;
font-size: 14px;
}
.section-4 .right h2 {
margin-bottom: 10px;
}
.section-4 .right b {
font-size: 14px;
font-weight: normal;
}
.section-4 ul.section {
float: left;
width: 100%;
padding: 0 3% 22px 0;
margin: 25px 0 0 0;
background: #fff;
}
.section-4 .section li {
float: left;
padding: 0;
margin: 0;
width: 75%;
list-style: none;
}
.section-4 .section li a {
font-size: 12px;
color: #fff;
}
.section-4 .section li.left {
float: left;
width: 65px;
color: #2cb1e9;
font-size: 40px;
}
.section-4 .section li strong {
font-size: 18px;
color: #1889c1;
font-weight: normal;
display: block;
margin-bottom: 10px;
}
.border-bottom{
border-bottom: 1px solid #eeeeee;
}
/************************************
10)Section 5
*************************************/
.section-5{
background:#f7f7f7;
padding: 50px 0;
border-top: 1px solid #eee;
}
.my-team .my-team-member {
margin-bottom: 20px;
}
.my-team .my-team-member:last-of-type {
margin-bottom: 0;
}
.my-team .my-team-member .my-member-img {
overflow: hidden;
background-color: #FFF;
}
.my-team .my-team-member .my-member-img img {
width: 100%;
}
.my-team .my-team-member .my-team-detail {
background-color: #00AEF0;
padding: 6px 6px;
position: relative;
}
.my-team .my-member-name {
color: #FFF;
margin: 15px 0
}
.my-team .my-member-post {
color: #FFF;
font-size: 14px;
}
.my-team .my-member-social {
position: absolute;
top: -25px;
right: 0;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.my-team .my-team-member:hover .my-member-social {
top: -43px;
opacity: 1;
}
.my-team .my-member-social ul li {
margin-top: 6px;
list-style: none;
display: inline-block;
}
.my-team .my-member-social ul li a {
display: block;
width: 34px;
height: 34px;
line-height: 32px;
text-align: center;
color: #FFF;
border: 1px solid #00AEF0;
background-color: #00AEF0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.my-team .my-member-social ul li a:hover {
color: #3498DB;
background-color: #FFF;
border: #3498DB 1px solid;
}
@media(min-width:992px) {
.my-team .my-team-member {
margin-bottom: 0;
}
}
/************************************
11)Section 6
*************************************/
.section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title h2 {
font-size: 30px;
color: #555555;
}
.section-title h6 {
font-size: 14px;
text-transform: uppercase;
color: #555555;
}
.section-6-box {
margin-bottom: 20px;
}
.section-6-box h3 {
font-size: 20px;
color: #555555;
margin-top: 30px;
}
.section-6-box p {
font-size: 14px;
color: #777;
}
/************************************
12)Section 7
*************************************/
.section-7-background {
background-color: #252525;
background-position: center;
padding: 100px 0 0 0;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.section-7-box-text-cont {
text-align: left;
}
.section-7-box-text-cont h2 {
color: #fff;
}
.section-7-box-text-cont p {
color: #fff;
margin: 0 0 40px 0;
}
/************************************
13)Section 8
*************************************/
.mytestimonial{
padding-bottom: 150px;
background: url(../images/m4.jpg) no-repeat center;
background-size: cover;
padding-top: 100px;
}
.client-quote {
color: #fff;
max-width:700px;
display: inline-block;
}
.client-name {
color: #fff;
}
.client-quote i {
color: #fff;
font-size: 20px;
padding: 0 12px;
}
#testimonial .carousel-indicators {
bottom: -60px;
}
#testimonial .carousel-indicators li,
#testimonial .carousel-indicators .active {
width: 60px;
border: none;
background-color: transparent;
}
#testimonial .carousel-indicators li img {
width: 60px;
height: 60px;
border: 2px solid #FFF;
border-radius: 50%;
opacity: 0.3;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
}
#testimonial .carousel-indicators li.active img {
opacity: 1;
border: 2px solid #3399CC;
}
/************************************
14)Section 9
*************************************/
.section-9-background {
background: #f7f7f7;
padding: 25px;
}
/************************************
15)Section 10
*************************************/
.section-10-background {
background: #00aef0;
padding: 40px 0;
}
.section-10-box-text-cont h3 {
font-size: 24px;
color: #fff;
line-height: 30px;
font-weight: 500;
}
.section-10-box-text-cont h3 span{
color:#333;
font-weight: 700;
}
.section-10-box-text-cont p {
color: #fff;
font-style: italic;
margin: 0 0 10px 0;
font-size: 16px;
}
.section-10-btn-cont {
text-align: right;
margin:0;
}
/************************************
16)Footer top
*************************************/
.footer-top {
padding: 25px 0;
background-color: #1a1e21;
color: #7e7e7e;
font-size: 14px !important;
}
.footer-top p {
font-size: 14px;
margin-bottom: 0;
}
.footer-top-box {
margin: 30px auto;
overflow: hidden;
}
.footer-top h4 {
color: #fff;
text-transform: capitalize;
}
.footer-top-box li{
padding: 5px 0 10px 0;
border-bottom: 1px dotted #333;
}
.footer-top-box li:last-child{
border-bottom: 0!important;
}
.footer-top-box h5{
margin-bottom: 5px;
}
.footer-top-box .widget-img-thumb {
display: inline-block;
float: left;
margin-right: 15px;
width: 60px;
}
.footer-top-box .widget-content {
overflow: hidden;
}
.footer-top-box .widget-date{
font-size: 12px;
}
.footer-top .input-holder {
position: relative;
}
.footer-top .input-holder input[type="email"] {
width: 100%;
display: inline-block;
border: 0;
border-radius: 0;
height: 39px;
padding: 10px 20px;
}
.footer-top .input-holder label {
position: absolute;
top: 0;
right: -4px;
text-align: center;
cursor: pointer;
}
.footer-top .input-holder label i {
position: absolute;
top: 9px;
left: 8px;
font-size: 20px;
color: #fff;
}
.footer-top .input-holder input[type="submit"] {
color: #fff;
border: 0;
border-radius: 0;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
padding: 20px;
line-height: 0;
text-indent: -999px;
}
.footer-top .submit-bgcolor {
background-color: #00aef0;
}
.footer-top ul {
list-style-type: none;
padding-left: 0;
}
.footer-top ul li {
margin: 0 0 10px 0;
}
.footer-top ul li a {
color: #7e7e7e;
}
.footer-top ul li a:hover {
color: #fff;
}
.tag a {
margin: 5px;
color: #7e7e7e;
padding: 5px;
float: left;
border: 1px solid #7e7e7e;
}
.tag a:hover {
color: #fff;
border: 1px solid #fff;
}
/***************************************
17)Footer Bottom
****************************************/
.footer-bottom {
font-size: 14px;
padding: 20px 0;
background-color: #111315;
color: #7e7e7e;
}
.footer-bottom ul.social-buttons {
list-style-type: none;
margin: 15px auto;
padding: 0;
}
.footer-bottom ul.social-buttons li a {
display: block;
background-color: #282c2f;
height: 30px;
width: 30px;
border-radius: 0;
font-size: 16px;
line-height: 30px;
color: white;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.footer-bottom ul.social-buttons li a:hover {
background-color: #0393ca;
}
.footer-bottom .copyright {
color: #999;
margin: 20px 0 20px 0;
}
.footer-top-box strong,
.footer-top-box b{
font-weight: 300;
}
/************************************
18)Section 11
*************************************/
.section-11-box {
padding: 20px 0;
text-align: center;
}
.section-11-box-icon-background {
background: #00aef0;
height: 80px;
width: 80px;
border-radius: 5%;
margin: 0 auto 20px auto;
}
.section-11-box-icon-background i {
margin-top: 28px;
color: #fff;
}
.section-11-box h4 {
text-transform: uppercase;
color: #555555;
font-size: 18px;
margin: 0 0 10px 0;
}
.section-11-box p {
color: #777;
font-size: 14px;
}
/************************************
19)Section 12
*************************************/
#section-12 {
padding: 25px 0;
margin: 50px auto 50px auto;
}
.portfolioFilter {
margin: 0 0 10px 0;
overflow: hidden;
padding: 15px 10px;
color: #45bbff;
}
#section-12 p {
margin-bottom: 100px;
}
.portfolioFilter a {
color: #45bbff;
text-decoration: none;
margin: 15px 5px 15px 5px;
padding: 10px 15px;
display: inline-block;
}
.portfolioFilter a.current {
color: #45bbff;
font-weight: 700;
}
.portfolioContainer a img {
margin: 15px auto;
width: 100%;
height: 100%;
}
.portfolioContainer1 a img {
/*margin:15px auto;*/
margin: 0 auto;
width: 100%;
height: 100%;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
/************************************
20)Section 13
*************************************/
.section-13 {
background: #00aef0;
padding: 70px 0;
}
.section-13 h2 {
color: #fff;
font-weight: 200;
}
.section-13 p {
color: #fff;
}
.section-13 .light {
color: #fff;
width: 20%;
margin: 30px auto 40px auto;
}
.section-13 .btn {
color: #00aef0;
font-weight: 600;
}
.section-13 .btn-default {
border-color: transparent;
}
/************************************
21)Section 14
*************************************/
.section-14-box{
margin-bottom: 60px;
position: relative;
overflow: hidden;
padding: 30px;
border: 1px solid #eeeeee;
background: #f6f6f6;
}
.blog-list .section-14-box{
padding:0;
border: 0;
background: none;
}
.section-14-box h3 {
margin-top: 30px;
text-align: center;
}
.section-14-box h3 a {
font-size: 20px;
color: #555555;
}
.section-14-box h3 a:hover {
font-size: 20px;
color: #999;
}
.blog-list .section-14-box h3 {
text-align: left;
}
.section-14-box p {
font-size: 14px;
color: #777;
line-height: 26px;
margin: 15px 0;
}
.section-14-box .comments {
margin:15px 0;
text-align: center;
}
.blog-list .section-14-box .comments {
margin: 5px 0;
text-align: left;
}
.section-14-box .comments a {
color: #fff;
cursor: none;
}
.blog-list .section-14-box .comments a {
color: #212121;
}
.section-14-box ul {
list-style-type: none;
margin: 30px 0 0 0;
padding: 0;
}
.section-14-box ul li {
margin: 20px 0;
}
.section-14-box ul li a {
color: #777;
}
.section-14-box ul li a:hover {
text-decoration: none;
color: #00aef0;
}
.section-14-box .underline {
border-bottom: 2px solid #00aef0;
padding: 0 0 15px 0;
}
.section-14-box ul li a.tag {
float: left;
margin: 5px;
padding: 10px 20px;
border: 1px solid #777;
}
.section-14-box ul li a.tag:hover {
float: left;
margin: 5px;
padding: 10px 20px;
border: 1px solid #00aef0;
color: #00aef0;
}
.blog-search-field {
border: 1px solid #e6e6e6;
background: #fff;
width: 100%;
padding: 13px 15px;
outline: none !important;
font-size: 14px;
line-height: 17px;
font-weight: 300;
color: #777;
margin: 20px 0 0 0;
}
.search-form button {
background: #ffffff;
border: none;
float: right;
margin-top: -32px;
margin-right: 15px;
position: relative;
z-index: 2;
}
.comment-form-container {
margin: 70px auto;
;
}
.comment-form-container h4 {
margin: 0 0 35px 0;
}
.comment-form-container .nopadding-left {
padding-left: 0;
}
.comment-form-container input.form-control {
height: 50px;
}
.comment-form-container .form-control {
border-radius: 0;
padding: 10px 15px;
}
/************************************
22)Section 15
*************************************/
.section17-background {
background: #CCC;
padding: 40px 0 30px 0;
}
.team-member {
background: #fff;
}
/************************************
23)Inner Title bar
*************************************/
.inner-title {
background: #00aef0;
padding: 30px 0;
}
.inner-title h2 {
color: #fff;
;
}
.breadcrumbs ul {
float: right;
font-size: 13px;
margin-top: 10px;
font-weight: 500
}
.breadcrumbs ul li {
display: inline-block;
color: #fff !important;
margin: 0 0 0 5px
}
.breadcrumbs ul li:after {
content: "\f101";
font-family: "FontAwesome";
font-size: 12px;
color: #fff;
margin: 0 0 0 9px
}
.breadcrumbs ul li:last-child:after,
.breadcrumbs ul li:first-child:after {
content: "";
margin: 0
}
.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
color: #fff !important;
font-weight: 600
}
.breadcrumbs ul li a:hover {
color: #fff !important;
text-decoration: underline;
}
.breadcrumbs ul li:first-child {
padding-right: 0;
margin-left: 0
}
.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
color: #fff;
background: 0
}
.breadcrumbs ul li:last-child {
padding: 0;
background: 0
}
/************************************
24)Section 16
*************************************/
.section16 {
padding: 70px 0;
}
.section16 .single-location{
text-align: center;
margin-bottom: 50px;
}
.section16 .loc-icon {
display:block;
margin-bottom: 25px;
}
.section16 .loc-content {
color: #282828;
font-size: 14px;
display:block;
font-weight: 300;
line-height: 15px;
margin-bottom: 10px;
text-align: center;
width: 100%;
}
.section16 .success,
.section16 .error {
display: none;
font-family: "Source Sans Pro", sans-serif;
margin-bottom: 48px;
}
.section16 .success {
color: green;
}
.section16 .error {
color: red;
}
.section16 .success .fa,
.section16 .error .fa {
font-size: 18px;
margin-right: 5px;
}
.section16 input[type="text"] {
border-radius: 0;
padding: 10px 15px;
height: 50px;
}
.section16 textarea {
border-radius: 0;
padding: 25px 15px;
}
.section16 iframe {
width: 100% !important;
}
.section16 .address {
margin: 20px 0;
}
.section16 .address h4 {
color: #00aef0;
}
/************************************
25)Section 17
*************************************/
.section17 {
background: #eeeef0;
padding: 70px 0;
}
.team-member1 {
background: #fff;
padding: 5px;
margin: 10px auto;
overflow: hidden;
}
.team-member1 .team-member1-img-cont {
float: left;
width: 100%;
}
.team-member1 .team-member1-img-cont img {
min-height: 167px;
}
.team-member1 .team-member1-details {
float: left;
padding: 0 10px;
width: 100%;
}
.team-member1 .team-member1-details h4 {
margin: 10px 0 0 0;
padding: 0;
}
.team-member1 .team-member1-details p {
color: #878787;
margin: 5px 0 5px 0;
}
.team-member1 .team-member1-details .sub {
margin: 10px 0 10px 0;
}
.team-member1 .team-member1-details p i {
margin: 0 10px 0 0;
font-size: 16px;
}
/************************************
26)Section 18
*************************************/
.section18{
margin: 0;
}
.section18-border .textcont {
margin: 10px;
}
.section18 .textcont h2 {
font-size: 24px;
margin-bottom: 20px;
color: #555555;
line-height: 35px;
}
.section18 .textcont p {
margin-bottom: 20px;
color: #777;
}
.section18 .mission-vision{
padding: 20px 0;
}
.section18 .mission-vision h4{
margin: 20px 0;
}
/************************************
27)Section 19
*************************************/
.section19 {
margin: 50px auto ;;
}
.section19 h1 {
font-size: 10em;
font-weight: 700;
color: #00aef0;
text-align: center;
}
.section19 h3 {
text-align: center;
}
.section19 h3 {
margin-top:50px;
margin-bottom: 30px;
}
.section19 .btn-primary {
border-radius: 0;
display: inline-block;
margin: 15px 20px 0 0;
}
/************************************
28)Section 20
*************************************/
.section20 {
margin: 70px auto;
}
.section-20-box {
padding: 25px 0;
overflow: hidden;
}
.section-20-box-icon-cont {
float: left;
width: 23px;
margin: 0 15px 85px 0;
}
.section-20-box-icon-cont i {
color: #00aef0;
}
.section-20-box-text-cont {
margin: 0 0 0 15px;
}
.section-20-box-text-cont h5 {
text-transform: uppercase;
color: #555555;
font-size: 16px;
margin: 3px 0 15px 0;
}
.section-20-box-text-cont p {
color: #777;
font-size: 14px;
}
/************************************
29)Section 21
*************************************/
.section21 {
margin: 70px auto;
}
.section-21-box {
padding: 25px 0;
overflow: hidden;
}
/************************************
30)Section 22
*************************************/
.section22{
background:#f8f8f8;
padding: 50px 0;
}
.section-22-box-text-cont{
padding: 100px 0;
}
/************************************
31)Section 23
*************************************/
.appointment .modal-header{
background:#00aef0;
color: #fff;
}
.appointment input,
.appointment select,
.appointment textarea{
border-radius: 0;
box-shadow: none;
}
.appointment label {
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: 600;
} | medical/css/style.css | 01)Common CSS
*************************************/
.alignleft {
float: left;
margin-right: 15px;
}
.alignright {
float: right;
margin-left: 15px;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.5px;
}
html,
body {
height: 100%
}
body {
font-family: 'Poppins', sans-serif;
font-weight: 300;
color:#777777;
}
a {
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #333;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: 0 solid
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.btn {
padding: 10px 20px;
font-weight: 300;
border-radius: 0;
}
.btn-sm{
padding: 6px 15px;
}
.btn-primary {
color: #fff;
background-color: #00aef0;
border-color: #00aef0;
}
.btn-primary:hover {
color: #fff;
background-color: #0393ca;
border-color: #0393ca;
}
.btn-secondary {
color: #00aef0;
background-color: #fff;
border-color: #fff;
}
.btn-secondary:hover {
color: #00aef0;
background-color: #efeded;
border-color: #efeded;
}
.nopadding {
padding-left: 0;
padding-right: 0;
}
.read-more {
color: #00aef0;
font-size: 14px;
font-weight: 300;
}
.read-more:hover {
text-decoration: underline;
color: #00aef0;
}
p {
line-height: 26px;
}
.section-margine {
margin: 70px 0 0 0;
}
.over-bg{
position: absolute;
left: 0;
top: 0;
background: rgba(41, 134, 226, 0.5);
}
/*** Heading Lines ***/
.title-head{
margin-bottom: 40px;
text-align: center;
}
.line-heading .line-left,
.line-heading .line-right {
width: 55px;
height: 0;
border-top: 1px dashed #00AEF0;
display: inline-block;
margin: 0 15px;
vertical-align: middle;
}
.line-heading .line-left {
margin-right: 30px;
}
.line-heading .line-right {
margin-left: 30px;
}
.line-middle {
width: 20px;
height: 20px;
display: inline-block;
margin: 0 auto;
vertical-align: middle;
position: relative;
line-height: 20px;
color: #fff;
font-size: 16px;
background: #00AEF0;
border-radius: 50%;
}
.line-middle:before,
.line-middle:after {
content: '';
position: absolute;
width: 7px;
height: 7px;
background: #00AEF0;
top: 7px;
}
.line-middle:before {
left: -20px;
}
.line-middle:after {
right: -20px;
}
/************************************
02)TOP HEADER
*************************************/
.top-header {
background: #00AEF0;
border-bottom: 1px solid #f9f9f9;
position: relative;
overflow: hidden;
}
.contact-detail2 {
margin: 0;
}
.contact-detail2 i {
border-radius: 3px;
padding: 3px 5px;
}
.contact-detail2 li {
list-style: outside none none;
float: left;
padding: 10px 0;
margin-bottom: 0;
margin-right: 35px;
}
.contact-detail2 li a {
color: #fff;
font-size: 13px;
font-weight: 300;
}
.social-icons {
list-style: outside none none;
padding: 10px 0;
margin-bottom: 0;
}
.social-icons li {
margin-right: 10px;
display: inline;
}
.social-icons li:last-child,
.social-icons li:last-child a{
margin-right: 0!important;
padding-right: 0!important;
}
.social-icons a {
color: #fff;
font-size: 14px;
line-height: 15px;
padding: 3px 5px;
transition: color 0.3s ease-in-out 0s;
vertical-align: middle;
}
.social-icons a:hover {
color: #00AEFF
}
/************************************
03)Logo
*************************************/
.navbar-brand {
float: left;
height: auto;
padding: 8px 0;
font-size: 18px;
line-height: 20px;
}
.logo-text {
text-transform: none;
font-size: 25px;
vertical-align: bottom;
line-height: 38px;
letter-spacing: 1px;
color: #777;
font-family: 'Raleway', sans-serif;
}
.logo-text samp {
background: #00AEF0;
float: left;
margin-right: 5px;
width: 40px;
height: 40px;
border-radius: 3px;
text-align: center;
line-height: 40px;
color: #fff;
font-weight: normal;
font-size: 30px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/************************************
04)Navbar
*************************************/
.navbar {
margin-bottom: 0;
}
.header-shade {
-webkit-box-shadow: 0 0 10px #333;
-moz-box-shadow: 0 0 10px #333;
box-shadow: 0 0 10px #333;
z-index: 999;
}
.navbar-fixed-top {
-webkit-box-shadow: 0 0 10px #333;
-moz-box-shadow: 0 0 10px #333;
box-shadow: 0 0 10px #333;
z-index: 999;
margin-top: 0 !important;
padding: 20px 0 !important;
background: #fff !important;
position: fixed !important;
}
.navbar-fixed-top .navbar-nav>li>a {
background: transparent !important;
}
.navbar-menu .navbar-right .dropdown-menu {
left: 0!important;
}
.dropdown-menu{
padding: 0;
border: 0;
box-shadow: none;
}
.dropdown-menu .divider {
margin: 0;
}
.dropdown-menu>li>a {
font-size: 12px;
font-weight: 400;
color: #777;
background: #fff;
padding: 10px;
}
.dropdown-menu> li >a:hover {
color: #fff !important;
background-color: #00aef0;
}
.navbar-menu {
background: #fff;
border: none;
border-radius: 0;
padding: 20px 0;
font-weight: 600;
margin-bottom: 0;
}
.navbar-menu .navbar-nav>li>a {
background: transparent !important;
font-family: 'Raleway',sans-serif;
font-weight: 500;
}
.navbar-menu .navbar-nav>li:last-child>a{
padding-right: 0!important;
}
.navbar-menu .navbar-nav>li>a:hover,
.navbar-menu .navbar-nav>li>a:active {
background-color: transparent;
}
.navbar-menu .navbar-nav>.open>a,
.navbar-menu .navbar-nav>.open>a:focus,
.navbar-menu .navbar-nav>.open>a:hover {
color: #00aef0;
background-color: #fff;
}
.navbar-menu .navbar-nav>li>.dropdown-menu {
margin-top: 26px;
}
/************************************
05)Banner
*************************************/
#main-slide .item {
min-height: 700px;
color: #fff;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
-webkit-backface-visibility: hidden;
}
#main-slide .item img {
width: 100%;
-webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
z-index: 1;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
opacity: 1;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
-o-transition: opacity 100ms;
transition: opacity 100ms;
}
#main-slide .slider-content {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main-slide .slider-content.text-left {
left: 10%;
}
#main-slide .slider-content.text-right {
right: 10%;
}
.slider-content {
position: relative;
display: table;
height: 100%;
width: 100%;
}
.slider-content p{
color: #212121;
}
.slide-title {
font-size: 28px;
line-height: 36px;
color: #fff;
margin: 15px 0;
text-transform: uppercase;
letter-spacing: 2px;
}
.slide-sub-title {
font-style: normal;
font-size: 52px;
line-height: 58px;
margin: 15px 0;
color: #00AEF0;
font-weight: 700;
text-transform: uppercase;
}
.slider-text {
display: table;
vertical-align: bottom;
color: #fff;
padding-left: 40%;
width: 100%;
padding-bottom: 0;
padding-top: 20px;
}
.slider-text .slide-head {
font-size: 36px;
color: #0052a5;
position: relative;
}
.slider-img {
display: block;
position: absolute;
top: -80px;
left: 20%;
width: 314px;
max-height: 100%;
}
.slider-img img {
display: block;
position: relative;
max-height: 100%;
width: auto;
}
.slider.btn {
margin: 5px;
border: 2px solid transparent;
}
.slider.border {
background: none;
border: 2px solid #fff;
}
.slider.border:hover {
background: #00AEF0;
border: 2px solid transparent;
}
/* Carousel control */
.carousel-indicators li {
width: 10px;
height: 10px;
margin: 1px;
border-radius: 100%;
border: 0;
background: rgba(255, 255, 255, .5);
}
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
background: #00AEF0;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
opacity: 0;
filter: alpha(opacity=0);
background-image: none;
background-repeat: no-repeat;
text-shadow: none;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators {
opacity: 1;
filter: alpha(opacity=100);
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main-slide .carousel-control .fa-angle-left {
left: 20px;
}
#main-slide .carousel-control .fa-angle-right {
right: 20px;
}
#main-slide .carousel-control i {
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 174, 240, 0.5);
background-image: none !important;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
border-radius: 50%;
height: 50px;
line-height: 50px;
top: 50%;
width: 50px;
z-index: 1;
}
#main-slide .carousel-control i:hover {
background: #00AEF0;
}
.carousel .item.active .effect2 {
-webkit-animation: fadeInLeft 1s ease-in 350ms both;
animation: fadeInLeft 1s ease-in 350ms both;
}
.carousel .item.active .effect3 {
-webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
animation: fadeInLeft 1.5s ease-in-out 300ms both;
}
.carousel .item.active .effect4 {
-webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
animation: lightSpeedIn 1.5s ease-in 300ms both;
}
.carousel .item.active .effect5 {
-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .effect6 {
-webkit-animation: fadeInRight 1s ease-in 200ms both;
animation: fadeInRight 1s ease-in 200ms both;
}
.carousel .item.active .effect7 {
-webkit-animation: fadeInRight 1.5s ease-in 300ms both;
animation: fadeInRight 1.5s ease-in 300ms both;
}
/************************************
06)Section 1
*************************************/
.section-1-box {
padding: 20px 0;
text-align: center;
}
.section-1-box-icon-background {
border-width:2px;
border-style: solid;
height: 100px;
width: 100px;
border-radius: 50%;
margin: 0 auto 25px auto;
}
.section-1-box-icon-background i {
margin-top: 37px;
color: #00AEF0;
}
.section-1-box h4 {
color: #555555;
font-size: 18px;
margin: 0 0 15px 0;
}
.section-1-box p {
color: #777;
font-size: 14px;
}
/************************************
07)Section 2
*************************************/
.section-2-box-left figure {
margin-bottom: 15px;
}
.section-2-box-left h4 {
font-size: 18px;
color: #555555;
margin: 15px 0;
}
.section-2-box-left a{
margin: 15px 0;
}
.section-2-box-right{
background-color: #00AEF0;
padding: 20px 25px;
}
.section-2-box-right h3{
color: #ffffff;
}
.section-2-box-right p {
color: #fff;
}
.section-2-box-right ul{
padding: 0;
margin: 15px 0;
}
.section-2-box-right ul li{
list-style: none;
color: #fff;
font-weight: 300;
padding: 5px 0;
}
.section-2-box-right .btn{
width: 100%;
border: 0;
margin-bottom: 15px;
font-weight: 300;
}
/************************************
08)Section 3
*************************************/
.section3-background {
background: #333333 url(../images/m3.jpg) no-repeat center;
background-size: cover;
}
.section-3-box {
padding: 70px 0;
text-align: center;
}
.section-3-box figure {
color: #00AEF0;
margin: 10px 0;
}
.section-3-box h3 {
font-size: 30px;
color: #fff;
}
.section-3-box h4 {
font-size: 18px;
color: #fff;
margin-bottom: 0;
}
/************************************
09)Section 4
*************************************/
.section-4-box {
padding: 20px 0;
overflow: hidden;
}
.section-4-box-icon-cont {
float: left;
width: 30px;
margin: 0 23px 53px 0;
}
.section-4-box-icon-cont i {
color: #00aef0;
}
.section-4-box-text-cont {
margin: 0 0 0 15px;
}
.section-4-box-text-cont h5 {
text-transform: uppercase;
color: #555555;
font-size: 16px;
margin: 0 0 10px 0;
}
.section-4-box-text-cont p {
color: #777;
font-size: 14px;
}
.section-4 .right h2 {
margin-bottom: 10px;
}
.section-4 .right b {
font-size: 14px;
font-weight: normal;
}
.section-4 ul.section {
float: left;
width: 100%;
padding: 0 3% 22px 0;
margin: 25px 0 0 0;
background: #fff;
}
.section-4 .section li {
float: left;
padding: 0;
margin: 0;
width: 75%;
list-style: none;
}
.section-4 .section li a {
font-size: 12px;
color: #fff;
}
.section-4 .section li.left {
float: left;
width: 65px;
color: #2cb1e9;
font-size: 40px;
}
.section-4 .section li strong {
font-size: 18px;
color: #1889c1;
font-weight: normal;
display: block;
margin-bottom: 10px;
}
.border-bottom{
border-bottom: 1px solid #eeeeee;
}
/************************************
10)Section 5
*************************************/
.section-5{
background:#f7f7f7;
padding: 50px 0;
border-top: 1px solid #eee;
}
.my-team .my-team-member {
margin-bottom: 20px;
}
.my-team .my-team-member:last-of-type {
margin-bottom: 0;
}
.my-team .my-team-member .my-member-img {
overflow: hidden;
background-color: #FFF;
}
.my-team .my-team-member .my-member-img img {
width: 100%;
}
.my-team .my-team-member .my-team-detail {
background-color: #00AEF0;
padding: 6px 6px;
position: relative;
}
.my-team .my-member-name {
color: #FFF;
margin: 15px 0
}
.my-team .my-member-post {
color: #FFF;
font-size: 14px;
}
.my-team .my-member-social {
position: absolute;
top: -25px;
right: 0;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.my-team .my-team-member:hover .my-member-social {
top: -43px;
opacity: 1;
}
.my-team .my-member-social ul li {
margin-top: 6px;
list-style: none;
display: inline-block;
}
.my-team .my-member-social ul li a {
display: block;
width: 34px;
height: 34px;
line-height: 32px;
text-align: center;
color: #FFF;
border: 1px solid #00AEF0;
background-color: #00AEF0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.my-team .my-member-social ul li a:hover {
color: #3498DB;
background-color: #FFF;
border: #3498DB 1px solid;
}
@media(min-width:992px) {
.my-team .my-team-member {
margin-bottom: 0;
}
}
/************************************
11)Section 6
*************************************/
.section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title h2 {
font-size: 30px;
color: #555555;
}
.section-title h6 {
font-size: 14px;
text-transform: uppercase;
color: #555555;
}
.section-6-box {
margin-bottom: 20px;
}
.section-6-box h3 {
font-size: 20px;
color: #555555;
margin-top: 30px;
}
.section-6-box p {
font-size: 14px;
color: #777;
}
/************************************
12)Section 7
*************************************/
.section-7-background {
background-color: #252525;
background-position: center;
padding: 100px 0 0 0;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.section-7-box-text-cont {
text-align: left;
}
.section-7-box-text-cont h2 {
color: #fff;
}
.section-7-box-text-cont p {
color: #fff;
margin: 0 0 40px 0;
}
/************************************
13)Section 8
*************************************/
.mytestimonial{
padding-bottom: 150px;
background: url(../images/m4.jpg) no-repeat center;
background-size: cover;
padding-top: 100px;
}
.client-quote {
color: #fff;
max-width:700px;
display: inline-block;
}
.client-name {
color: #fff;
}
.client-quote i {
color: #fff;
font-size: 20px;
padding: 0 12px;
}
#testimonial .carousel-indicators {
bottom: -60px;
}
#testimonial .carousel-indicators li,
#testimonial .carousel-indicators .active {
width: 60px;
border: none;
background-color: transparent;
}
#testimonial .carousel-indicators li img {
width: 60px;
height: 60px;
border: 2px solid #FFF;
border-radius: 50%;
opacity: 0.3;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
}
#testimonial .carousel-indicators li.active img {
opacity: 1;
border: 2px solid #3399CC;
}
/************************************
14)Section 9
*************************************/
.section-9-background {
background: #f7f7f7;
padding: 25px;
}
/************************************
15)Section 10
*************************************/
.section-10-background {
background: #00aef0;
padding: 40px 0;
}
.section-10-box-text-cont h3 {
font-size: 24px;
color: #fff;
line-height: 30px;
font-weight: 500;
}
.section-10-box-text-cont h3 span{
color:#333;
font-weight: 700;
}
.section-10-box-text-cont p {
color: #fff;
font-style: italic;
margin: 0 0 10px 0;
font-size: 16px;
}
.section-10-btn-cont {
text-align: right;
margin:0;
}
/************************************
16)Footer top
*************************************/
.footer-top {
padding: 25px 0;
background-color: #1a1e21;
color: #7e7e7e;
font-size: 14px !important;
}
.footer-top p {
font-size: 14px;
margin-bottom: 0;
}
.footer-top-box {
margin: 30px auto;
overflow: hidden;
}
.footer-top h4 {
color: #fff;
text-transform: capitalize;
}
.footer-top-box li{
padding: 5px 0 10px 0;
border-bottom: 1px dotted #333;
}
.footer-top-box li:last-child{
border-bottom: 0!important;
}
.footer-top-box h5{
margin-bottom: 5px;
}
.footer-top-box .widget-img-thumb {
display: inline-block;
float: left;
margin-right: 15px;
width: 60px;
}
.footer-top-box .widget-content {
overflow: hidden;
}
.footer-top-box .widget-date{
font-size: 12px;
}
.footer-top .input-holder {
position: relative;
}
.footer-top .input-holder input[type="email"] {
width: 100%;
display: inline-block;
border: 0;
border-radius: 0;
height: 39px;
padding: 10px 20px;
}
.footer-top .input-holder label {
position: absolute;
top: 0;
right: -4px;
text-align: center;
cursor: pointer;
}
.footer-top .input-holder label i {
position: absolute;
top: 9px;
left: 8px;
font-size: 20px;
color: #fff;
}
.footer-top .input-holder input[type="submit"] {
color: #fff;
border: 0;
border-radius: 0;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
padding: 20px;
line-height: 0;
text-indent: -999px;
}
.footer-top .submit-bgcolor {
background-color: #00aef0;
}
.footer-top ul {
list-style-type: none;
padding-left: 0;
}
.footer-top ul li {
margin: 0 0 10px 0;
}
.footer-top ul li a {
color: #7e7e7e;
}
.footer-top ul li a:hover {
color: #fff;
}
.tag a {
margin: 5px;
color: #7e7e7e;
padding: 5px;
float: left;
border: 1px solid #7e7e7e;
}
.tag a:hover {
color: #fff;
border: 1px solid #fff;
}
/***************************************
17)Footer Bottom
****************************************/
.footer-bottom {
font-size: 14px;
padding: 20px 0;
background-color: #111315;
color: #7e7e7e;
}
.footer-bottom ul.social-buttons {
list-style-type: none;
margin: 15px auto;
padding: 0;
}
.footer-bottom ul.social-buttons li a {
display: block;
background-color: #282c2f;
height: 30px;
width: 30px;
border-radius: 0;
font-size: 16px;
line-height: 30px;
color: white;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.footer-bottom ul.social-buttons li a:hover {
background-color: #0393ca;
}
.footer-bottom .copyright {
color: #999;
margin: 20px 0 20px 0;
}
.footer-top-box strong,
.footer-top-box b{
font-weight: 300;
}
/************************************
18)Section 11
*************************************/
.section-11-box {
padding: 20px 0;
text-align: center;
}
.section-11-box-icon-background {
background: #00aef0;
height: 80px;
width: 80px;
border-radius: 5%;
margin: 0 auto 20px auto;
}
.section-11-box-icon-background i {
margin-top: 28px;
color: #fff;
}
.section-11-box h4 {
text-transform: uppercase;
color: #555555;
font-size: 18px;
margin: 0 0 10px 0;
}
.section-11-box p {
color: #777;
font-size: 14px;
}
/************************************
19)Section 12
*************************************/
#section-12 {
padding: 25px 0;
margin: 50px auto 50px auto;
}
.portfolioFilter {
margin: 0 0 10px 0;
overflow: hidden;
padding: 15px 10px;
color: #45bbff;
}
#section-12 p {
margin-bottom: 100px;
}
.portfolioFilter a {
color: #45bbff;
text-decoration: none;
margin: 15px 5px 15px 5px;
padding: 10px 15px;
display: inline-block;
}
.portfolioFilter a.current {
color: #45bbff;
font-weight: 700;
}
.portfolioContainer a img {
margin: 15px auto;
width: 100%;
height: 100%;
}
.portfolioContainer1 a img {
/*margin:15px auto;*/
margin: 0 auto;
width: 100%;
height: 100%;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
/************************************
20)Section 13
*************************************/
.section-13 {
background: #00aef0;
padding: 70px 0;
}
.section-13 h2 {
color: #fff;
font-weight: 200;
}
.section-13 p {
color: #fff;
}
.section-13 .light {
color: #fff;
width: 20%;
margin: 30px auto 40px auto;
}
.section-13 .btn {
color: #00aef0;
font-weight: 600;
}
.section-13 .btn-default {
border-color: transparent;
}
/************************************
21)Section 14
*************************************/
.section-14-box{
margin-bottom: 60px;
position: relative;
overflow: hidden;
padding: 30px;
border: 1px solid #eeeeee;
background: #f6f6f6;
}
.blog-list .section-14-box{
padding:0;
border: 0;
background: none;
}
.section-14-box h3 {
margin-top: 30px;
text-align: center;
}
.section-14-box h3 a {
font-size: 20px;
color: #555555;
}
.section-14-box h3 a:hover {
font-size: 20px;
color: #999;
}
.blog-list .section-14-box h3 {
text-align: left;
}
.section-14-box p {
font-size: 14px;
color: #777;
line-height: 26px;
margin: 15px 0;
}
.section-14-box .comments {
margin:15px 0;
text-align: center;
}
.blog-list .section-14-box .comments {
margin: 5px 0;
text-align: left;
}
.section-14-box .comments a {
color: #fff;
cursor: none;
}
.blog-list .section-14-box .comments a {
color: #212121;
}
.section-14-box ul {
list-style-type: none;
margin: 30px 0 0 0;
padding: 0;
}
.section-14-box ul li {
margin: 20px 0;
}
.section-14-box ul li a {
color: #777;
}
.section-14-box ul li a:hover {
text-decoration: none;
color: #00aef0;
}
.section-14-box .underline {
border-bottom: 2px solid #00aef0;
padding: 0 0 15px 0;
}
.section-14-box ul li a.tag {
float: left;
margin: 5px;
padding: 10px 20px;
border: 1px solid #777;
}
.section-14-box ul li a.tag:hover {
float: left;
margin: 5px;
padding: 10px 20px;
border: 1px solid #00aef0;
color: #00aef0;
}
.blog-search-field {
border: 1px solid #e6e6e6;
background: #fff;
width: 100%;
padding: 13px 15px;
outline: none !important;
font-size: 14px;
line-height: 17px;
font-weight: 300;
color: #777;
margin: 20px 0 0 0;
}
.search-form button {
background: #ffffff;
border: none;
float: right;
margin-top: -32px;
margin-right: 15px;
position: relative;
z-index: 2;
}
.comment-form-container {
margin: 70px auto;
;
}
.comment-form-container h4 {
margin: 0 0 35px 0;
}
.comment-form-container .nopadding-left {
padding-left: 0;
}
.comment-form-container input.form-control {
height: 50px;
}
.comment-form-container .form-control {
border-radius: 0;
padding: 10px 15px;
}
/************************************
22)Section 15
*************************************/
.section17-background {
background: #CCC;
padding: 40px 0 30px 0;
}
.team-member {
background: #fff;
}
/************************************
23)Inner Title bar
*************************************/
.inner-title {
background: #00aef0;
padding: 30px 0;
}
.inner-title h2 {
color: #fff;
;
}
.breadcrumbs ul {
float: right;
font-size: 13px;
margin-top: 10px;
font-weight: 500
}
.breadcrumbs ul li {
display: inline-block;
color: #fff !important;
margin: 0 0 0 5px
}
.breadcrumbs ul li:after {
content: "\f101";
font-family: "FontAwesome";
font-size: 12px;
color: #fff;
margin: 0 0 0 9px
}
.breadcrumbs ul li:last-child:after,
.breadcrumbs ul li:first-child:after {
content: "";
margin: 0
}
.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
color: #fff !important;
font-weight: 600
}
.breadcrumbs ul li a:hover {
color: #fff !important;
text-decoration: underline;
}
.breadcrumbs ul li:first-child {
padding-right: 0;
margin-left: 0
}
.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
color: #fff;
background: 0
}
.breadcrumbs ul li:last-child {
padding: 0;
background: 0
}
/************************************
24)Section 16
*************************************/
.section16 {
padding: 70px 0;
}
.section16 .single-location{
text-align: center;
margin-bottom: 50px;
}
.section16 .loc-icon {
display:block;
margin-bottom: 25px;
}
.section16 .loc-content {
color: #282828;
font-size: 14px;
display:block;
font-weight: 300;
line-height: 15px;
margin-bottom: 10px;
text-align: center;
width: 100%;
}
.section16 .success,
.section16 .error {
display: none;
font-family: "Source Sans Pro", sans-serif;
margin-bottom: 48px;
}
.section16 .success {
color: green;
}
.section16 .error {
color: red;
}
.section16 .success .fa,
.section16 .error .fa {
font-size: 18px;
margin-right: 5px;
}
.section16 input[type="text"] {
border-radius: 0;
padding: 10px 15px;
height: 50px;
}
.section16 textarea {
border-radius: 0;
padding: 25px 15px;
}
.section16 iframe {
width: 100% !important;
}
.section16 .address {
margin: 20px 0;
}
.section16 .address h4 {
color: #00aef0;
}
/************************************
25)Section 17
*************************************/
.section17 {
background: #eeeef0;
padding: 70px 0;
}
.team-member1 {
background: #fff;
padding: 5px;
margin: 10px auto;
overflow: hidden;
}
.team-member1 .team-member1-img-cont {
float: left;
width: 100%;
}
.team-member1 .team-member1-img-cont img {
min-height: 167px;
}
.team-member1 .team-member1-details {
float: left;
padding: 0 10px;
width: 100%;
}
.team-member1 .team-member1-details h4 {
margin: 10px 0 0 0;
padding: 0;
}
.team-member1 .team-member1-details p {
color: #878787;
margin: 5px 0 5px 0;
}
.team-member1 .team-member1-details .sub {
margin: 10px 0 10px 0;
}
.team-member1 .team-member1-details p i {
margin: 0 10px 0 0;
font-size: 16px;
}
/************************************
26)Section 18
*************************************/
.section18{
margin: 0;
}
.section18-border .textcont {
margin: 10px;
}
.section18 .textcont h2 {
font-size: 24px;
margin-bottom: 20px;
color: #555555;
line-height: 35px;
}
.section18 .textcont p {
margin-bottom: 20px;
color: #777;
}
.section18 .mission-vision{
padding: 20px 0;
}
.section18 .mission-vision h4{
margin: 20px 0;
}
/************************************
27)Section 19
*************************************/
.section19 {
margin: 50px auto ;;
}
.section19 h1 {
font-size: 10em;
font-weight: 700;
color: #00aef0;
text-align: center;
}
.section19 h3 {
text-align: center;
}
.section19 h3 {
margin-top:50px;
margin-bottom: 30px;
}
.section19 .btn-primary {
border-radius: 0;
display: inline-block;
margin: 15px 20px 0 0;
}
/************************************
28)Section 20
*************************************/
.section20 {
margin: 70px auto;
}
.section-20-box {
padding: 25px 0;
overflow: hidden;
}
.section-20-box-icon-cont {
float: left;
width: 23px;
margin: 0 15px 85px 0;
}
.section-20-box-icon-cont i {
color: #00aef0;
}
.section-20-box-text-cont {
margin: 0 0 0 15px;
}
.section-20-box-text-cont h5 {
text-transform: uppercase;
color: #555555;
font-size: 16px;
margin: 3px 0 15px 0;
}
.section-20-box-text-cont p {
color: #777;
font-size: 14px;
}
/************************************
29)Section 21
*************************************/
.section21 {
margin: 70px auto;
}
.section-21-box {
padding: 25px 0;
overflow: hidden;
}
/************************************
30)Section 22
*************************************/
.section22{
background:#f8f8f8;
padding: 50px 0;
}
.section-22-box-text-cont{
padding: 100px 0;
}
/************************************
31)Section 23
*************************************/
.appointment .modal-header{
background:#00aef0;
color: #fff;
}
.appointment input,
.appointment select,
.appointment textarea{
border-radius: 0;
box-shadow: none;
}
.appointment label {
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: 600;
} | 0.420124 | 0.07538 |
*{
margin: 0px;
padding: 0px;
}
/* Cabeçalho */
header{
background-image: linear-gradient(330deg, #B0C4DE 0, #352b99 50%, #003265 100%);
height: 100px;
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%
}
header img{
align-self: center;
margin: 20px;
width: 80px;
}
nav{
align-items: center;
align-self: flex-end;
font-family: 'Staatliches', cursive;
margin: 5px;
}
nav ul{
display: flex;
flex-direction: row;
font-size: 18px;
list-style: none;
}
nav ul li{
padding: 7px;
}
nav ul li a{
color:#f1f1f1;
padding: 5px;
text-decoration: none;
}
nav ul li a:hover{
box-shadow: 3px 3px 3px #352b99;
color: #352b99;
}
#divBusca{
background-color:transparent;
display: flex;
height: 25px;
position: relative;
left: 755px;
top: 15px;
width: 200px;
}
#divBusca img{
bottom: 0px;
right: 20px;
position: relative;
height: 25px;
width: 35px;
}
#divBusca img:hover{
box-shadow: 3px 3px 3px #352b99;
}
#divBusca input{
background-color: transparent;
border: 2px solid #B0C4DE;
}
#divBusca input:focus{
outline: none;
}
#divBusca input::placeholder{
color: #f1f1f1;
font-family: 'Staatliches', cursive;
padding-left: 10px;
text-transform: uppercase;
}
/* Footer */
footer{
align-content: center;
background-image: linear-gradient(330deg, #B0C4DE 0, #352b99 50%, #003265 100%);
display: flex;
justify-content: space-between;
height: 50px;
}
footer img{
margin: 7px;
width: 40px;
}
#icons{
height: 30px;
margin:10px;
width: 25px;
}
main{
background: url("./img/mundo_tnt.jpg") no-repeat;
background-size: cover;
display: flex;
justify-content: space-around;
font-family: 'Staatliches', cursive;
}
form{
background-color: rgba(255, 255, 255, 0.9);
display: flex;
flex-direction: column;
font-size: 25px;
justify-content: center;
margin: 0px 50px 0px 50px;
text-transform: uppercase;
width: 35%;
}
form button{
background-color: transparent;
color: black;
font-family: 'Staatliches', cursive;
font-size: 20px;
height: 50px;
left: 190px;
margin: 30px;
position: relative;
width: 100px;
}
form button:hover{
box-shadow: 3px 3px 3px #352b99;
}
form div{
display: flex;
flex-direction: column;
}
form input{
background-color: transparent;
}
form option{
background-color: transparent;
font-family: 'Staatliches', cursive;
text-transform: uppercase;
}
form select{
background-color: transparent;
}
form textarea{
background-color: transparent;
}
#checkbox{
align-items: center;
display: flex;
font-size: 20px;
flex-direction: row;
justify-content: center;
margin: 20px 10px 0px 10px;
}
#informações{
background-color: transparent;
}
#checkbox label{
margin-left: 7px;
}
#dados{
font-size: 20px;
margin-left: 180px;
}
#orientações{
color: white;
display: flex;
flex-direction: column;
font-size: 27px;
justify-content: flex-start;
line-height: 50px;
text-align: justify;
text-transform: uppercase;
margin: 100px 50px 50px 50px;
width: 22%;
text-shadow: 2px 2px 4px black
}
#orientações p{
margin-top: 20px;
} | CSS/Layout2/contato.css | *{
margin: 0px;
padding: 0px;
}
/* Cabeçalho */
header{
background-image: linear-gradient(330deg, #B0C4DE 0, #352b99 50%, #003265 100%);
height: 100px;
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%
}
header img{
align-self: center;
margin: 20px;
width: 80px;
}
nav{
align-items: center;
align-self: flex-end;
font-family: 'Staatliches', cursive;
margin: 5px;
}
nav ul{
display: flex;
flex-direction: row;
font-size: 18px;
list-style: none;
}
nav ul li{
padding: 7px;
}
nav ul li a{
color:#f1f1f1;
padding: 5px;
text-decoration: none;
}
nav ul li a:hover{
box-shadow: 3px 3px 3px #352b99;
color: #352b99;
}
#divBusca{
background-color:transparent;
display: flex;
height: 25px;
position: relative;
left: 755px;
top: 15px;
width: 200px;
}
#divBusca img{
bottom: 0px;
right: 20px;
position: relative;
height: 25px;
width: 35px;
}
#divBusca img:hover{
box-shadow: 3px 3px 3px #352b99;
}
#divBusca input{
background-color: transparent;
border: 2px solid #B0C4DE;
}
#divBusca input:focus{
outline: none;
}
#divBusca input::placeholder{
color: #f1f1f1;
font-family: 'Staatliches', cursive;
padding-left: 10px;
text-transform: uppercase;
}
/* Footer */
footer{
align-content: center;
background-image: linear-gradient(330deg, #B0C4DE 0, #352b99 50%, #003265 100%);
display: flex;
justify-content: space-between;
height: 50px;
}
footer img{
margin: 7px;
width: 40px;
}
#icons{
height: 30px;
margin:10px;
width: 25px;
}
main{
background: url("./img/mundo_tnt.jpg") no-repeat;
background-size: cover;
display: flex;
justify-content: space-around;
font-family: 'Staatliches', cursive;
}
form{
background-color: rgba(255, 255, 255, 0.9);
display: flex;
flex-direction: column;
font-size: 25px;
justify-content: center;
margin: 0px 50px 0px 50px;
text-transform: uppercase;
width: 35%;
}
form button{
background-color: transparent;
color: black;
font-family: 'Staatliches', cursive;
font-size: 20px;
height: 50px;
left: 190px;
margin: 30px;
position: relative;
width: 100px;
}
form button:hover{
box-shadow: 3px 3px 3px #352b99;
}
form div{
display: flex;
flex-direction: column;
}
form input{
background-color: transparent;
}
form option{
background-color: transparent;
font-family: 'Staatliches', cursive;
text-transform: uppercase;
}
form select{
background-color: transparent;
}
form textarea{
background-color: transparent;
}
#checkbox{
align-items: center;
display: flex;
font-size: 20px;
flex-direction: row;
justify-content: center;
margin: 20px 10px 0px 10px;
}
#informações{
background-color: transparent;
}
#checkbox label{
margin-left: 7px;
}
#dados{
font-size: 20px;
margin-left: 180px;
}
#orientações{
color: white;
display: flex;
flex-direction: column;
font-size: 27px;
justify-content: flex-start;
line-height: 50px;
text-align: justify;
text-transform: uppercase;
margin: 100px 50px 50px 50px;
width: 22%;
text-shadow: 2px 2px 4px black
}
#orientações p{
margin-top: 20px;
} | 0.324878 | 0.067762 |
@charset "utf-8";
div.pageDialogBG {
z-index:100;
left:0;
top:0;
position:absolute;
background:#999;
display:none;
}
div.pageDialogBorder {
margin:0;
padding:0;
z-index:101;
left:0;
top:0;
position:absolute;
background:#000;
display:none;
width:500px;
height:400px;
}
div.pageDialog {
margin:0;
padding:0;
left:0;
top:0;
position:absolute;
z-index:102;
overflow:hidden;
border:1px;
background-color:#fff;
display:none;
}
div.pageDialog div.pageDialogClose {
width:22px;
height:22px;
position:absolute;
z-index:10;
right:10px;
top:10px;
background:url(../Images/message.png) transparent -80px -70px no-repeat;
display:block;
cursor:pointer;
}
div.pageDialogMain {
width:700px;
height:470px;
margin:0;
padding:0;
clear:both;
text-align:left;
overflow:hidden;
font-size:12px;
background:#fff;
}
div.pageDialogMain div.title {
height:30px;
padding-top:3px;
padding-left:10px;
background-color:#f2f2f2;
font-size:14px;
font-weight:bold;
color:#666;
line-height:30px;
}
div.pageDialogMain div.tcontent {
padding:5px;
}
div.pageDialogMain div.tcontent dl.sAltOK {
margin:8px auto 8px auto;
padding-left:30px;
height:24px;
background:url(../Images/message.png) -150px -30px no-repeat;
}
div.pageDialogMain div.tcontent dl.sAltOK dd {
height:24px;
padding-top:4px;
overflow:hidden;
background-color:#FFF;
line-height:20px;
color:#070;
}
div.pageDialogMain div.tcontent dl.sAltFail {
margin:8px 0 8px 10px;
_margin-left:5px;
padding-left:30px;
height:24px;
background:url(../Images/message.png) -180px -30px no-repeat;
float:left;
}
div.pageDialogMain div.tcontent dl.sAltFail dd {
height:24px;
padding-top:4px;
overflow:hidden;
background-color:#FFF;
line-height:20px;
color:#ff6000;
}
div.pageDialogMain h1 {
margin:0;
padding:9px 40px 0 15px;
border-bottom:1px solid #F60;
background-color:#eee;
color:#F60;
height:30px;
line-height:30px;
font-weight:normal;
font-size:12px;
}
div.pageDialogMain p {
margin:0;
padding:5px 10px;
line-height:22px;
}
div.pageDialogMain h2 {
margin:30px 0 0 20px;
padding:2px 10px 5px 35px;
background:url(../Images/Cart.png) no-repeat 10px -569px;
font-size:13px;
_font-size:12px;
font-weight:normal;
line-height:18px;
text-align:left;
}
div.pageDialogMain h2.error {
background-position:10px -416px;
}
div.pageDialogMain h2.alt {
background-position:10px -516px;
}
div.pageDialogMain div.div_tcontentsBox {
MARGIN:3px 0 3px 0;
padding:0;
width:780px;
height:340px;
scrollbar-face-color:#ffe1b0;
scrollbar-shadow-color:#f09808;
scrollbar-3dlight-color:#f09808;
srcollbar-arrow-color:#f09808;
scrollbar-track-color:#fffcf3;
scrollbar-darkshadow-color:#ffe1b0;
scrollbar-base-color:#ffe1b0;
overflow-x:hidden;
overflow-y:auto;
}
div.pageDialogMain div.div_tcontentsBox div.div_tcontents {
MARGIN:0;
padding:0;
width:760px;
color:#333;
line-height:22px;
}
div.pageDialogMain div.message {
height:130px;
margin:0 auto;
padding:0 0 0 20px;
}
div.pageDialogMain div.message h3 {
width:95px;
height:130px;
float:left;
}
div.pageDialogMain div.message h3 span.right_big {
width:74px;
height:65px;
display:block;
background:url(../Images/message.png) no-repeat 0 0;
margin:20px 0 0 1px;
}
div.pageDialogMain div.message h3 span.wrong_big {
width:51px;
height:56px;
display:block;
margin:20px 0 0 24px;
background:url(../Images/message.png) no-repeat -80px 0;
}
div.pageDialogMain div.message h3 span.right_s {
width:24px;
height:24px;
display:block;
margin:20px 0 0 51px;
background:url(../Images/message.png) no-repeat -150px -30px;
}
div.pageDialogMain div.message h3 span.wrong_s {
width:24px;
height:24px;
display:block;
margin:20px 0 0 51px;
background:url(../Images/message.png) no-repeat -180px -30px;
}
div.pageDialogMain div.message ul {
height:110px;
display:block;
float:left;
padding:20px 0 0 0;
margin:0;
list-style-type:none;
}
div.pageDialogMain div.message ul li {
height:25px;
line-height:25px;
text-align:left;
}
div.pageDialogMain div.message ul li.title {
color:#0d9800;
font-weight:bold;
font-size:14px;
}
div.pageDialogMain div.message ul li em {
margin:0 3px;
color:#f00;
font-weight:bold;
}
div.pageDialogMain div.message ul li a {
color:#666;
}
div.pageDialogMain div.message ul li input.button_1 {
width:80px;
height:27px;
line-height:27px;
text-align:center;
border:none;
cursor:pointer;
text-decoration:none;
display:block;
color:#888;
background:url(../Images/message.png) no-repeat -135px 0;
float:left;
}
div.pageDialogMain div.message ul li input.button_2 {
width:80px;
height:27px;
line-height:27px;
color:#fff;
font-weight:bold;
text-align:center;
border:none;
cursor:pointer;
text-decoration:none;
display:block;
background:url(../Images/message.png) no-repeat 0 -70px;
float:left;
}
div.pageDialogMain div.message ul li input.button_3 {
width:66px;
height:27px;
line-height:27px;
text-align:center;
border:none;
cursor:pointer;
text-decoration:none;
display:block;
color:#888;
background:url(../Images/message.png) no-repeat -135px -70px;
margin-left:15px;
float:left;
}
div.pageDialogMain div.tcontent .mAltOK s,div.pageDialogMain div.tcontent .mAltFail s {
background:url(../Images/message.png);
}
div.pageDialogMain div.tcontent .mAltOK s,div.pageDialogMain div.tcontent .mAltFail s {
width:21px;
height:21px;
display:inline-block;
margin-right:6px;
}
div.pageDialogMain div.tcontent .mAltOK s {
background-position:-151px -33px;
vertical-align:middle;
}
div.pageDialogMain div.tcontent .mAltFail s {
background-position:-181px -33px;
vertical-align:middle;
}
div.pageDialogMain div.tcontent .mAltOK,div.pageDialogMain div.tcontent .mAltFail {
text-align:center;
margin-top:15px;
color:#999;
font-size:14px;
} | statics/templates/yungou/js/pageDialog.css | @charset "utf-8";
div.pageDialogBG {
z-index:100;
left:0;
top:0;
position:absolute;
background:#999;
display:none;
}
div.pageDialogBorder {
margin:0;
padding:0;
z-index:101;
left:0;
top:0;
position:absolute;
background:#000;
display:none;
width:500px;
height:400px;
}
div.pageDialog {
margin:0;
padding:0;
left:0;
top:0;
position:absolute;
z-index:102;
overflow:hidden;
border:1px;
background-color:#fff;
display:none;
}
div.pageDialog div.pageDialogClose {
width:22px;
height:22px;
position:absolute;
z-index:10;
right:10px;
top:10px;
background:url(../Images/message.png) transparent -80px -70px no-repeat;
display:block;
cursor:pointer;
}
div.pageDialogMain {
width:700px;
height:470px;
margin:0;
padding:0;
clear:both;
text-align:left;
overflow:hidden;
font-size:12px;
background:#fff;
}
div.pageDialogMain div.title {
height:30px;
padding-top:3px;
padding-left:10px;
background-color:#f2f2f2;
font-size:14px;
font-weight:bold;
color:#666;
line-height:30px;
}
div.pageDialogMain div.tcontent {
padding:5px;
}
div.pageDialogMain div.tcontent dl.sAltOK {
margin:8px auto 8px auto;
padding-left:30px;
height:24px;
background:url(../Images/message.png) -150px -30px no-repeat;
}
div.pageDialogMain div.tcontent dl.sAltOK dd {
height:24px;
padding-top:4px;
overflow:hidden;
background-color:#FFF;
line-height:20px;
color:#070;
}
div.pageDialogMain div.tcontent dl.sAltFail {
margin:8px 0 8px 10px;
_margin-left:5px;
padding-left:30px;
height:24px;
background:url(../Images/message.png) -180px -30px no-repeat;
float:left;
}
div.pageDialogMain div.tcontent dl.sAltFail dd {
height:24px;
padding-top:4px;
overflow:hidden;
background-color:#FFF;
line-height:20px;
color:#ff6000;
}
div.pageDialogMain h1 {
margin:0;
padding:9px 40px 0 15px;
border-bottom:1px solid #F60;
background-color:#eee;
color:#F60;
height:30px;
line-height:30px;
font-weight:normal;
font-size:12px;
}
div.pageDialogMain p {
margin:0;
padding:5px 10px;
line-height:22px;
}
div.pageDialogMain h2 {
margin:30px 0 0 20px;
padding:2px 10px 5px 35px;
background:url(../Images/Cart.png) no-repeat 10px -569px;
font-size:13px;
_font-size:12px;
font-weight:normal;
line-height:18px;
text-align:left;
}
div.pageDialogMain h2.error {
background-position:10px -416px;
}
div.pageDialogMain h2.alt {
background-position:10px -516px;
}
div.pageDialogMain div.div_tcontentsBox {
MARGIN:3px 0 3px 0;
padding:0;
width:780px;
height:340px;
scrollbar-face-color:#ffe1b0;
scrollbar-shadow-color:#f09808;
scrollbar-3dlight-color:#f09808;
srcollbar-arrow-color:#f09808;
scrollbar-track-color:#fffcf3;
scrollbar-darkshadow-color:#ffe1b0;
scrollbar-base-color:#ffe1b0;
overflow-x:hidden;
overflow-y:auto;
}
div.pageDialogMain div.div_tcontentsBox div.div_tcontents {
MARGIN:0;
padding:0;
width:760px;
color:#333;
line-height:22px;
}
div.pageDialogMain div.message {
height:130px;
margin:0 auto;
padding:0 0 0 20px;
}
div.pageDialogMain div.message h3 {
width:95px;
height:130px;
float:left;
}
div.pageDialogMain div.message h3 span.right_big {
width:74px;
height:65px;
display:block;
background:url(../Images/message.png) no-repeat 0 0;
margin:20px 0 0 1px;
}
div.pageDialogMain div.message h3 span.wrong_big {
width:51px;
height:56px;
display:block;
margin:20px 0 0 24px;
background:url(../Images/message.png) no-repeat -80px 0;
}
div.pageDialogMain div.message h3 span.right_s {
width:24px;
height:24px;
display:block;
margin:20px 0 0 51px;
background:url(../Images/message.png) no-repeat -150px -30px;
}
div.pageDialogMain div.message h3 span.wrong_s {
width:24px;
height:24px;
display:block;
margin:20px 0 0 51px;
background:url(../Images/message.png) no-repeat -180px -30px;
}
div.pageDialogMain div.message ul {
height:110px;
display:block;
float:left;
padding:20px 0 0 0;
margin:0;
list-style-type:none;
}
div.pageDialogMain div.message ul li {
height:25px;
line-height:25px;
text-align:left;
}
div.pageDialogMain div.message ul li.title {
color:#0d9800;
font-weight:bold;
font-size:14px;
}
div.pageDialogMain div.message ul li em {
margin:0 3px;
color:#f00;
font-weight:bold;
}
div.pageDialogMain div.message ul li a {
color:#666;
}
div.pageDialogMain div.message ul li input.button_1 {
width:80px;
height:27px;
line-height:27px;
text-align:center;
border:none;
cursor:pointer;
text-decoration:none;
display:block;
color:#888;
background:url(../Images/message.png) no-repeat -135px 0;
float:left;
}
div.pageDialogMain div.message ul li input.button_2 {
width:80px;
height:27px;
line-height:27px;
color:#fff;
font-weight:bold;
text-align:center;
border:none;
cursor:pointer;
text-decoration:none;
display:block;
background:url(../Images/message.png) no-repeat 0 -70px;
float:left;
}
div.pageDialogMain div.message ul li input.button_3 {
width:66px;
height:27px;
line-height:27px;
text-align:center;
border:none;
cursor:pointer;
text-decoration:none;
display:block;
color:#888;
background:url(../Images/message.png) no-repeat -135px -70px;
margin-left:15px;
float:left;
}
div.pageDialogMain div.tcontent .mAltOK s,div.pageDialogMain div.tcontent .mAltFail s {
background:url(../Images/message.png);
}
div.pageDialogMain div.tcontent .mAltOK s,div.pageDialogMain div.tcontent .mAltFail s {
width:21px;
height:21px;
display:inline-block;
margin-right:6px;
}
div.pageDialogMain div.tcontent .mAltOK s {
background-position:-151px -33px;
vertical-align:middle;
}
div.pageDialogMain div.tcontent .mAltFail s {
background-position:-181px -33px;
vertical-align:middle;
}
div.pageDialogMain div.tcontent .mAltOK,div.pageDialogMain div.tcontent .mAltFail {
text-align:center;
margin-top:15px;
color:#999;
font-size:14px;
} | 0.134904 | 0.034554 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#1cbbb4!important; color:#fff}
::-moz-selection{ background:#1cbbb4!important; color:#fff}
a{ color:#1cbbb4; text-decoration: underline; outline:none}
a:hover{ color:#1cbbb4; text-decoration: none; outline:none}
body{ background: #fff; border:0; font: 14px 'Raleway', Arial, Helvetica, sans-serif; color: #959595; line-height:1.42857143; min-width:320px;}
.container { position: relative; min-width: 320px;}
#main{margin: 0 auto; position: relative; overflow: hidden;}
/* Page Animated item Styles */
.animated {
visibility: hidden;
}
.visible {
visibility: visible;
}
/* ============================= header ====================== */
.top1_wrapper{background: #fafafa; border-top: 3px solid #1cbbb4; padding-top: 13px; padding-bottom: 13px;}
.email1{float: left; padding-left: 25px; background: url(../images/email1.png) left center no-repeat;border-right: 1px solid #ebebeb; margin-right: 20px; padding-right: 20px;}
.email1 a{display: block; font-size: 13px; color: #acacac; text-decoration: none; line-height: 20px;}
.phone1{float: left; padding-left: 25px; background: url(../images/phone1.png) left center no-repeat;}
.social_wrapper{float: right;}
.social{ display: block; margin: 0; padding: 0; list-style: none;}
.social li{display: inline-block; margin: 0 10px; float: left;}
.social li a{display: block; text-decoration: none; font-size: 18px; color: #ebebeb; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social li a:hover{color: #1cbbb4;}
.social_sm_wrapper{}
.social_sm{ display: block; margin: 0; padding: 0; list-style: none;}
.social_sm li{display: inline-block; margin: 0 10px 10px 0; float: left;}
.social_sm li a{display: block; text-decoration: none; font-size: 20px; color: #ebebeb; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social_sm li a:hover{color: #1cbbb4;}
.social3_wrapper{}
.social3{ display: block; margin: 0; padding: 0; list-style: none;}
.social3 li{display: inline-block; margin: 0 15px 10px 0; float: left;}
.social3 li a{display: block; text-decoration: none; font-size: 20px; color: #d7d7d7; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social3 li a:hover{color: #1cbbb4;}
.social4_wrapper{display: inline-block;}
.social4{ display: block; margin: 0; padding: 0; list-style: none;}
.social4 li{display: inline-block; margin: 0 8px; float: left;}
.social4 li a{display: block; text-decoration: none; font-size: 18px; color: #d7d7d7; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social4 li a:hover{color: #1cbbb4;}
.lang1{float: right; border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; width: 150px; margin-right: 20px;}
.lang1 .dropdown-toggle {border: none; padding: 0; background: none!important; outline: none;display: block; width: 100%; padding-left: 30px; text-align: left; font-size: 13px; line-height: 20px; color: #acacac;}
.lang1 .dropdown-toggle:focus, .lang1 .dropdown-toggle:active{background: none; outline: none; box-shadow: none;}
.lang1 .dropdown-toggle:before{content: ''; display: inline-block; width: 18px; height: 12px; background: url(../images/flag_en.png) 0 0 no-repeat; vertical-align: top; margin-top: 3px; margin-right: 5px;}
.lang1 .dropdown-toggle .caret{display: inline-block; width: 10px; height: 6px; border: none; background: url(../images/arr0.png); margin-left: 10px;}
.lang1 .dropdown-menu {min-width: 100%; margin: 0; padding: 0; left: -1px; right: -1px; margin-top: 13px; border-radius: 0; border: 1px solid #ebebeb; box-shadow: none;}
.lang1 .dropdown-menu a{display: block; font-size: 13px; line-height: 20px; padding: 4px 30px; color: #acacac; text-decoration: none;}
.lang1 .dropdown-menu a:hover{background: #3dd2cb; color: #fff;}
.lang1 .dropdown-menu a:before{content: ''; display: inline-block; width: 18px; height: 12px; background: url(../images/flag_en.png) 0 0 no-repeat; vertical-align: top; margin-top: 3px; margin-right: 5px;}
.lang1 .dropdown-menu a.ge:before{background: url(../images/flag_ge.png) 0 0 no-repeat;}
.lang1 .dropdown-menu a.ru:before{background: url(../images/flag_ru.png) 0 0 no-repeat;}
.top2_wrapper{position: relative; background: #fff;}
.top2{position: relative;}
header{position: absolute; left: 0; top: 10px; z-index: 31;}
/* ============================= slider ====================== */
#slider_wrapper{ position: relative; padding-top: 0px; padding-bottom: 0px;}
#slider_inner{}
#slider{position: relative;padding-top: 0px; padding-bottom: 0px;}
.slider_pagination{padding-top: 160px;}
.slider_pagination a{display: inline-block; width: 15px; height: 15px; margin-right: 5px; background: url(../images/pagination.png) center center no-repeat; position: relative; overflow: hidden; text-indent: -9999px;}
.slider_pagination a:hover, .slider_pagination a.selected{background: url(../images/pagination_hover.png) center center no-repeat;}
#slider .carousel-box{position: relative;}
#slider .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#slider .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#slider .caroufredsel_wrapper{padding: 0; margin: 0;}
#slider .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#slider .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:100%; overflow:hidden; padding-right:30px }
.slider{}
.slider .slider_inner{line-height: 1.2; color: #fff;}
.slider .slider_inner span{background: #00a99d; background: rgba(0, 169, 157, 0.56); padding: 5px 15px; display: inline-block; }
.slider .slider_inner .txt1{font-weight: 500; font-size: 30px; margin-bottom: 5px;}
.slider .slider_inner .txt2{font-weight: 800; font-size: 45px; margin-bottom: 5px;}
.slider .slider_inner .txt3{font-weight: 400; font-size: 18px;}
/* ============================= slider end ====================== */
/* ============================= video bg ====================== */
.video-background-wrapper{position: relative; overflow: hidden; max-height: 781px; background: url(../images/video-loader.gif) center center no-repeat;}
.video-background{width: 100%; display: block;}
/* ============================= video bg end ====================== */
/* ============================= supersildes ====================== */
#home{height: 781px; position: relative; z-index: 0;}
/* ============================= supersildes end ====================== */
/* ============================= sm slider ====================== */
.sm_slider{position: relative;padding: 25px 20px 65px; background: #1cbbb4; border-top: 5px solid #01726a; margin-bottom: 30px;}
.sm_slider_prev{display: block; width: 22px; height: 22px; position: absolute; left: 50%; bottom: 25px; margin-left: -27px; z-index: 10;background: url(../images/prev.png) left top no-repeat;}
.sm_slider_prev:hover{background-position: bottom;}
.sm_slider_next{display: block; width: 22px; height: 22px; position: absolute; left: 50%; bottom: 25px; margin-left: 5px; z-index: 10;background: url(../images/next.png) left top no-repeat;}
.sm_slider_next:hover{background-position: bottom;}
.sm_slider .carousel-box{position: relative;}
.sm_slider .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
.sm_slider .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
.sm_slider .caroufredsel_wrapper{padding: 0; margin: 0;}
.sm_slider .caroufredsel_wrapper ul{padding: 0; margin: 0;}
.sm_slider .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
.sm_slider_inner{text-align: center; color: #fff; padding-top: 25px; background: url(../images/q1.png) center top no-repeat;}
.sm_slider_inner .txt1{}
.sm_slider_inner .txt2{font-weight: 600; font-size: 15px; color: #fff799; padding-top: 10px;}
/* ============================= sm slider end ====================== */
/* ============================= sl1 ====================== */
#sl1{position: relative;}
.sl1_prev, .sl1_next {display: block; width: 28px; height: 28px; position: absolute; left: 4%; top: 50%; margin-top: -14px; background: url(../images/prev3.png) 0 0 no-repeat; z-index: 2; opacity: 1; filter: alpha(opacity=100);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sl1_prev:hover, .sl1_next:hover{opacity: 0.5; filter: alpha(opacity=50);}
.sl1_next{background: url(../images/next3.png) center center no-repeat; left: auto; right: 4%;}
.sl1_pagination{position: absolute; width: 100%; z-index: 2; bottom: 15px; text-align: center; line-height: 0;}
.sl1_pagination a{display: inline-block; width: 16px; height: 16px; background: #fff; border: 2px solid transparent; margin: 0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; text-decoration: none;}
.sl1_pagination a.selected{background: transparent; border-color: #fff;}
.sl1_pagination a span{display: none;}
#sl1 .carousel-box{position: relative;}
#sl1 .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#sl1 .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: 0px; }
#sl1 .caroufredsel_wrapper{padding: 0; margin: 0;}
#sl1 .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#sl1 .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:0px }
.sl1 .sl1_inner img{width: 100%;}
/* ============================= sl1 end ====================== */
/* ============================= tabs end ====================== */
#front_tabs{position: relative; margin-top: -176px;}
.tabs_wrapper{position: relative;}
.tabs{padding: 0; background: none; border-radius: 0; border: none; font-family: inherit;}
.tabs_tabs{}
.tabs_tabs .ui-tabs-nav{padding: 0; display: inline-block; vertical-align: top; font-family: 'Raleway'; font-weight: 700; font-size: 14px; line-height: 20px; text-transform: none; border: none; border-radius: 0; background: none; background: #00a99d;}
.tabs_tabs .ui-tabs-nav li{margin: 0 0 0 1px!important; border: none; background: none; font-weight: 700;}
.tabs_tabs .ui-tabs-nav li:first-child {margin-left: 0!important;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active{margin: 0;padding: 0;}
.tabs_tabs .ui-tabs-nav .ui-tabs-anchor{color: #ffffff; padding: 13px 30px 14px 60px; background: #00a99d; float: none; display: block;}
.tabs_tabs .ui-tabs-nav .ui-tabs-anchor:focus{outline: none;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{ background-color: #fafafa; color: #1cbbb4;}
.tabs_tabs .ui-tabs-nav li.flights a{background: url(../images/flights.png) 20px center no-repeat #00a99d;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.flights a{background-image: url(../images/flights_hover.png);}
.tabs_tabs .ui-tabs-nav li.hotels a{background: url(../images/hotels.png) 20px center no-repeat #1cbbb4;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.hotels a{background-image: url(../images/hotels_hover.png);}
.tabs_tabs .ui-tabs-nav li.cars a{background: url(../images/cars.png) 20px center no-repeat #2bc3bc;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.cars a{background-image: url(../images/cars_hover.png);}
.tabs_tabs .ui-tabs-nav li.cruises a{background: url(../images/cruises.png) 20px center no-repeat #2dd1c9;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.cruises a{background-image: url(../images/cruises_hover.png);}
.tabs_content{position: relative;}
.tabs_content .ui-tabs-panel{background: none; padding: 0; margin: 0; border: none; border-radius: 0;}
.tabs2 .tabs_content .ui-tabs-panel{display: block!important;}
.tabs2 .tabs_content .ui-tabs-panel.tab-hidden{position: absolute; width: 100%; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px;}
.form1{display: block; background: #fafafa;padding: 30px; border-bottom: 3px solid #1cbbb4; margin-bottom: 20px;}
.front .form1{margin-bottom: 0;}
.form1 label{font-family: 'Raleway'; font-size: 14px; color: #636363; line-height: 1; padding-bottom: 10px; display: block; font-weight: 600; margin-bottom: 0; white-space: nowrap;}
.form2{display: block; background: #fafafa;padding: 20px 30px; border-bottom: 3px solid #1cbbb4; margin-bottom: 30px;}
.form2 label{font-family: 'Raleway'; font-size: 14px; color: #636363; line-height: 1; padding-bottom: 10px; display: block; font-weight: 600; margin-bottom: 0; white-space: nowrap;}
.form2_flights label{float: left; margin-right: 20px; margin-top: 15px;}
.form2_flights .select1_inner{float: left; width: 100px;}
.form2_hotels{padding-top: 0;}
.form2_hotels label{padding-bottom: 6px;}
.form3{display: block; background: #fafafa;padding: 20px; border-bottom: 3px solid transparent; margin-bottom: 30px;}
.form3 label{font-family: 'Raleway'; font-size: 14px; color: #636363; line-height: 1; padding-bottom: 10px; display: block; font-weight: 600; margin-bottom: 0; white-space: nowrap;}
.form3 .select1_wrapper{float: left; margin-right: 20px;}
.form3 .txt label{ margin-top: 15px;}
.form3 .sel{width: 125px;}
.form3 .sel2{width: 225px;}
.form3 .buttons{margin-right: 0; line-height: 1px;}
.select1_inner{position: relative; background: #fff; border: 1px solid #ebebeb; height: 42px; position: relative;}
.select1_inner:after{content: ''; display: block; width: 10px; height: 7px; background: url(../images/a1.png) 0 0 no-repeat; position: absolute; right: 10px; top: 17px;}
.select2{width: 100%;}
.select2 *:focus{outline: none!important;}
.select2-container--default .select2-results > .select2-results__options{max-height: 500px;overflow:hidden;}
.select2-container--default .select2-selection--single{background: none;border-radius: 0; border: none; height: auto;}
.select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 13px; line-height: 20px; padding: 10px 20px 10px 15px; color: #c2c2c2;}
.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left: 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-dropdown{background: none;border-radius: 0; z-index: 10; min-width: 0px;}
.select2-container--open .select2-dropdown--below{border: none;}
.select2-results__option{padding: 10px 5px 10px 15px; background: #62c7bf; font-size: 14px; line-height: 20px; color: #fff; border-top: 1px solid #4cb6ae;}
.select2-results__option:first-child{border-top: none;}
.small .select2-results__option {
padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true]{background: #fff; color: #62c7bf;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #fff; color: #62c7bf;}
.ui-datepicker{font-size: 14px; width: 212px;}
.input1_inner{position: relative; background: none; border: 1px solid #ebebeb; height: 42px; position: relative;}
.input1_inner:after{content: ''; display: block; width: 16px; height: 17px; background: url(../images/m2.png) 0 0 no-repeat; position: absolute; right: 10px; top: 11px;}
.input1_inner input{padding: 10px 25px 10px 15px; height: 40px; border: none; background: #fff; color: #c2c2c2; font-size: 13px; line-height: 20px; font-family: inherit; display: block; width: 100%;}
.input1_inner input:focus{outline: none;}
.input2_inner{position: relative; background: none; border: 1px solid #ebebeb; height: 42px; position: relative;}
.input2_inner input{padding: 10px 25px 10px 15px; height: 40px; border: none; background: #fff; color: #c2c2c2; font-size: 13px; line-height: 20px; font-family: inherit; display: block; width: 100%;}
.input2_inner input:focus{outline: none;}
.btn-form1-submit{border: none; font-family: 'Raleway'!important; font-size: 14px!important; font-weight: bold; padding: 11px 10px; background: #00a99d; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 24px; color: #fff;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form1-submit:hover{background: #fb000d; color: #fff;}
.btn-form1-submit:focus{outline: none;}
/* ============================= tabs end ====================== */
/* ============================= blog ====================== */
.post{margin-bottom: 30px;}
.post .post-header{position: relative; border: 4px solid #fafafa;}
.post .post-header .post-slide{position: relative;}
.post .post-header .post-video{position: relative; padding-bottom: 56%;}
.post .post-header .post-video iframe{position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.post .post-story{}
.post .post-story h2{text-align: left; font-size: 30px; color: #464646; text-transform: none; font-weight: 500; margin-bottom: 0;}
.post .post-story .post-story-info .date1{display: inline-block; background: #1cbbb4; color: #fff; padding: 6px 15px; margin-right: 15px;}
.post .post-story .post-story-info .by{display: inline-block; color: #c2c2c2; padding: 6px 0;}
@media(min-width: 1200px) {
.post .post-story .post-story-info{background: #fafafa; margin-bottom: 20px;height:36px;}
.post .post-story .post-story-info .date12{float:left; background: #1cbbb4; color: #fff; padding: 8px 15px; margin-right: 15px;}
.post .post-story .post-story-info .option-booking{font-family:'Raleway', sans-serif;font-size:10pt;display: inline-block; color: #c2c2c2;}
.post .post-story .post-story-info .option-booking span{float:left;color:#959595;font-weight:500;font-size:11px;margin-left:5px;margin-top:6px;margin-right:10px;}
.post .post-story .post-story-info .option-booking i{width:26px;height:20px;float:left;margin-top:2px;margin-left:7px;}
}
@media(min-width: 320px) and (max-width: 1199px) {
.post .post-story .post-story-info{background: #fafafa; margin-bottom: 20px;height:206px;}
.post .post-story .post-story-info .date12{text-align:center; background: #1cbbb4; color: #fff; padding: 8px 15px;}
.post .post-story .post-story-info .option-booking{font-family:'Raleway', sans-serif;font-size:10pt;display: inline-block; color: #c2c2c2;}
.post .post-story .post-story-info .option-booking span{float:left;color:#959595;font-weight:500;font-size:11px;margin-left:5px;margin-top:14px;margin-right:10px;}
.post .post-story .post-story-info .option-booking i{width:26px;height:20px;float:left;margin-top:10px;margin-left:7px;clear:both;}
}
@media(min-width: 320px) and (max-width: 767px) {
h3.hch {text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:10px; margin-bottom:0; padding-top:0; padding-bottom:0; line-height:0.8}
h3.hch2 {text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:10px; margin-bottom:0; padding-top:0; padding-bottom:0; line-height:0.8}
p.address {font-size:17px;font-weight:500;color:#464646;}
.star-rating {display: inline-block; margin-top:10px;}
}
@media(min-width: 768px) {
h3.hch {display:inline-block; float:left;text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:0; margin-bottom:7px; padding-top:0; padding-bottom:0; line-height:0.8}
h3.hch2 {text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:10px; margin-bottom:7px; padding-top:0; padding-bottom:0;}
p.address {font-size:17px;font-weight:500;color:#464646;}
.star-rating {display: inline-block;float:left; margin-left:20px; margin-top:10px;}
}
@media(min-width: 768px) {
.paddinger { padding-top:200px; }
}
.col-centered{ float: none; margin: 0 auto; }
.booking-success {font-weight:600;color:#464646;}
.booking-success h3 {font-size:30px;text-transform: none;padding-bottom:0;}
.booking-success span {color:#1cbbb4;}
.booking-success p span {font-weight:700;}
.border-bottom {border-bottom:1px solid #1cbbb4;padding-bottom:10px;}
.booking-row {margin-left:0;padding-left:0;padding-right:0;margin-right:0;}
.booking-row h3 {font-weight:600; font-size:18px; color:#01726a; padding-bottom:9px;}
.booking-row h3.line {font-weight:600; font-size:18px; color:#01726a; border-bottom: 2px solid #01726a; padding-bottom:9px;}
.booking-row label {color:#434343;font-size:14px;margin-top:8px;}
.booking-row .form-control{font-family: 'Raleway', sans-serif;height: 43px; margin-top:9px; padding: 13px 12px; font-size: 14px; line-height: 20px; color: #666666; background: #fff;border: 1px solid #ebebeb;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.booking-row .form-control:focus{border-color: #1cbbb4; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3);}
.booking-row .red {color:#FF0000; font-size:21px;font-weight: 700; padding-top:15px;display: inline-block;}
.no-padding {padding-left:0;padding-right:0;}
.no-padding-vertical {padding-top:0 !important;padding-bottom:0 !important;}
.border-3px {width:100%;height:2px;background-color:#01726a;}
.star-rating-left {display: inline-block;float:left; margin-top:5px;}
.location {display: inline-block; float:left; margin-left:20px; font-weight:600; font-size:13px; color:#464646; margin-top:8px;}
.sidebar-block {background-color:#f3f3f3; padding:25px 25px; border-bottom:3px solid #1cbbb4;}
.sidebar-block h3 {font-weight:600;color:#01726a; font-size:18px; padding-top:0; margin-top:0; padding-bottom:0; margin-bottom:0;}
.sidebar-block label {font-size: 14px; color: #636363; font-weight: 600; margin-bottom:9px;}
.sidebar-block .nights {display:block; font-weight:500;color:#464646;font-size:13px;margin-top:8px;}
.margin-top {margin-top:20px;}
.price-left {margin-top:5px;color:#000; text-align:right; }
.price-left span.red {font-weight:700;font-size:18px;color:#FF0000;}
.price-left span.blue {font-weight:500;color:#1cbbb4;font-size:11px;padding-right:5px;}
.price-total-left {margin-top:3px;color:#000; text-align:right; }
.price-total-left span.red {font-weight:700;font-size:25px;color:#FF0000;}
.post .post-story .post-story-info .by a{text-decoration: none;}
.free-wifi {background:url('../images/free-wifi.png') no-repeat center center;}
.parking {background:url('../images/parking.png') no-repeat center center;}
.no-parking {background:url('../images/no-parking.png') no-repeat center center;}
.no-smoking {background:url('../images/no-smoking.png') no-repeat center center;}
.breakfast {background:url('../images/breakfast.png') no-repeat center center;}
.airport-shuttle {background:url('../images/airport-shuttle.png') no-repeat center center;}
.post .post-story .post-story-body{margin-bottom: 20px;}
.post .post-story .post-story-link{}
.post .post-story .post-story-tags{background: #fafafa; padding: 10px 25px;}
.post .post-story .post-story-tags .tags_wrapper{float: left; color: #636363; font-size: 13px; padding-top: 4px;}
.post .post-story .post-story-tags .tags_wrapper a{text-decoration: none;}
.share_post{float: right;}
.share_post .txt1{display: inline-block; font-size: 13px; font-weight: bold; color: #636363; vertical-align: top; padding-right: 20px; padding-top: 4px;}
.num-comments{font-size: 30px; color: #464646; font-weight: 600; padding: 30px 0;}
.comment-block{margin-bottom: 30px;}
.comment-block.left1{margin-left: 100px;}
.comment-block figure{float: left; margin-right: 30px;}
.comment-block figure img{}
.comment-block .caption{overflow: hidden; background: #fff; border: 1px solid #ebebeb; padding: 15px;}
.comment-block .caption .top{padding-bottom: 15px; color: #c2c2c2; font-size: 12px; font-weight: 500;}
.comment-block .caption .top span{display: inline-block; margin: 0 25px;}
.comment-block .caption .top .txt1{display: inline-block;}
.comment-block .caption .top .txt1 a{color: #1cbbb4; text-decoration: none;}
.comment-block .caption .top .txt2{display: inline-block;}
.comment-block .caption .top .txt3{display: inline-block;}
.comment-block .caption .top .txt3 a{color: #1cbbb4; text-decoration: none;}
.comment-block .caption .top .txt3 a:after{content: ''; display: inline-block; width: 5px; height: 8px; background: url(../images/arr1_hover.png) right center no-repeat; margin-left: 5px;}
.comment-block .caption .txt{color: #959595;}
.live-comment{padding-top: 20px; padding-bottom: 20px;}
.live-comment .live-comment-title{ font-weight: 700; font-size: 30px; color: #464646; padding-bottom: 20px;}
/* ============================= blog end ====================== */
/* ============================= content ====================== */
.page_banner{height: 274px;}
.page-about .page_banner{background: url(../images/about_banner.jpg) center top no-repeat; background-size: cover;}
.page-gallery .page_banner{background: url(../images/gallery_banner.jpg) center top no-repeat; background-size: cover;}
.breadcrumbs1_wrapper{}
.breadcrumbs1{padding: 15px 0; margin-top: 0px; font-weight: 400; line-height: 20px; color: #686868; font-size: 14px;}
.breadcrumbs1 a{color: #00a99d; text-decoration: none;}
.breadcrumbs1 a:hover{color: #00a99d; text-decoration: underline;}
.breadcrumbs1 span{display: inline-block; margin: 0 10px; vertical-align: middle;}
#what1{position: relative; padding-top: 20px; padding-bottom: 50px; background: #fafafa;}
.ul2{ padding: 0; margin: 0; list-style: none;}
.ul2 > li{font-size: 15px; font-weight: 400; color: #959595; margin-bottom: 8px;}
.ul2 > li a{color:#959595; text-decoration: none; display: block; padding: 5px 0px 5px 35px; background: url(../images/li_st2.png) 0 3px no-repeat;}
.ul2 > li a:hover{color:#1cbbb4;}
.blockquote0{border-left: 3px solid #1cbbb4; padding: 2px 0 2px 20px; margin-bottom: 0; font-size: 14px; color: #959595;}
.blockquote1{margin-top: 20px; margin-bottom: 30px; background: url(../images/blockquote1.png) 30px 40px no-repeat #252525; padding: 33px 60px; color: #fff; font-size: 19px; font-weight: 500; border: none; margin-left: 9%;}
.blockquote1 .author{font-size: 15px; color: #1cbbb4; font-weight: 600; padding-top: 10px;}
.blockquote1 .author span{font-size: 12px; color: #636363; font-weight: 500;}
#company1{padding-bottom: 0px; padding-top: 30px; background: none; color: #959595;}
#company1 .img1{margin-top: 0px; margin-left: auto; margin-right: auto; position: relative; z-index: 10; margin-bottom: -40px;}
#company1 .content{padding-bottom: 30px; padding-top: 20px;}
#company1 .content .txt1{font-size: 21px; text-transform: uppercase; font-weight: 500; color: #464646; padding-bottom: 20px;}
#company1 .content .txt2{font-weight: 400; padding-bottom: 30px; color: #959595;}
#company1 .distance1 .txt{color: #464646;}
#company1 .distance1 .bg{background: #ebebeb;}
#company1 .distance1 .bg .animated-distance span{color: #1cbbb4;}
#team1{position: relative; padding-top: 30px; padding-bottom: 10px; background: #fafafa;}
#content{position: relative; padding-top: 20px; padding-bottom: 30px;}
.page-pages #content{padding-top: 0;}
.page-contacts #content{padding-top: 0;}
.page-blog #content{padding-top: 0;}
.page-post #content{padding-top: 0;}
#google_map2{position: relative; width: 100%; height: 284px;}
#google_map2_wrapper{position: relative;padding-top: 3px; border-top: 1px solid #9cc8c5; padding-bottom: 3px; border-bottom: 1px solid #9cc8c5;}
#google_map{position: relative; width: 100%; height: 440px;}
#google_map_wrapper{position: relative;padding-top: 3px; border-top: 1px solid #9cc8c5; padding-bottom: 3px; border-bottom: 1px solid #9cc8c5;}
.pager_wrapper{padding-top: 40px; margin-bottom: 30px;}
.pager{display: block; text-align: center; margin: 0;padding: 0; font-family: 'Raleway'; font-weight: 400; font-size: 14px;}
.pager li{}
.pager li > a{border: 1px solid #ebebeb; padding: 0px 2px; border-radius: 0px; background: #fafafa; color: #959595; text-align: center; min-width: 32px; line-height: 40px; text-decoration: none;}
.pager li > a:hover{text-decoration: none; background: #fff; border-color: #1cbbb4; color: #1cbbb4;}
.pager li.active > a{background: #1cbbb4; color: #fff; cursor: default; text-decoration: none; border-color: #1cbbb4;}
.pager .prev{}
.pager .prev > a{float: left; background: #fafafa; color: #959595; padding: 0 20px; border: 1px solid #ebebeb; min-width: 110px; text-align: center;}
.pager .prev > a:before{content: ''; display: inline-block; width: 5px; height: 8px; background: url(../images/prev2.png); margin-right: 10px;}
.pager .prev > a:hover{background: #1cbbb4; border-color: #1cbbb4; color: #fff;}
.pager .prev > a:hover:before{background: url(../images/prev2_hover.png);}
.pager .next{}
.pager .next > a{float: right; background: #fafafa; color: #959595; padding: 0 20px; border: 1px solid #ebebeb; min-width: 110px; text-align: center;}
.pager .next > a:after{content: ''; display: inline-block; width: 5px; height: 8px; background: url(../images/next2.png); margin-left: 10px;}
.pager .next > a:hover{background: #1cbbb4; border-color: #1cbbb4; color: #fff;}
.pager .next > a:hover:after{background: url(../images/next2_hover.png);}
.star_rating_wrapper{margin-bottom: 30px;}
.star_rating_wrapper .title{background: #00a99d; position: relative; font-weight: 700; color: #fff; padding: 15px 37px 15px 20px; line-height: 20px;}
.star_rating_wrapper .title:after{content: ''; display: block; width: 15px; height: 15px; background: url(../images/star_rating.png); position: absolute; right: 20px; top: 50%; margin-top: -8px;}
.star_rating_wrapper .content{background: #fafafa; padding: 15px; border-bottom: 1px solid #ebebeb;}
.checkbox1-custom { opacity: 0; position: absolute; }
.checkbox1-custom, .checkbox1-custom-label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; }
.checkbox1-custom-label { position: relative; font-size: 14px; color: #bebebe; font-weight: 400; }
.checkbox1-custom-label img{margin-right: 2px;}
.checkbox1-custom-label span{color: #959595; padding-left: 10px;}
.checkbox1-custom + .checkbox1-custom-label:before { content: ''; background: url(../images/ch1.png); display: inline-block; vertical-align: middle; width: 14px; height: 16px; margin-right: 10px;}
.checkbox1-custom:checked + .checkbox1-custom-label:before { background: url(../images/ch2.png); }
.checkbox1-custom:focus + .checkbox1-custom-label { outline: none; }
#slider_wrapper{padding-bottom: 180px; padding-top: 270px; background: url(../images/slider.jpg) center center no-repeat; background-size: cover;}
#why1{position: relative; padding-top: 20px; padding-bottom: 30px;}
#popular_cruises1{position: relative; padding-top: 20px; padding-bottom: 70px;}
/* ============================= popular ====================== */
#popular_wrapper{ position: relative; padding-top: 0px; padding-bottom: 0px;}
#popular_inner{}
#popular{position: relative;padding-top: 0px; padding-bottom: 0px;}
.popular_pagination{padding-top: 20px; text-align: center;}
.popular_pagination a{display: inline-block; width: 15px; height: 15px; margin:0 2px; background: url(../images/pagination2.png) center center no-repeat; position: relative; overflow: hidden; text-indent: -9999px;}
.popular_pagination a:hover, .popular_pagination a.selected{background: url(../images/pagination2_hover.png) center center no-repeat;}
#popular .carousel-box{position: relative;}
#popular .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#popular .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#popular .caroufredsel_wrapper{padding: 0; margin: 0;}
#popular .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#popular .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
.popular{}
.popular .popular_inner{}
.popular .popular_inner figure{position: relative;}
.popular .popular_inner figure img{position: relative; width: 100%;}
.popular .popular_inner figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 10px; width: 100%; color: #fff; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.popular .popular_inner:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.popular .popular_inner figure .over .v1{ font-weight: 700; font-size: 21px;}
.popular .popular_inner figure .over .v1 span{color: #fef697; font-size: 14px; padding-left: 5px; font-style: italic; font-weight: 400;}
.popular .popular_inner figure .over .v2{}
.popular .popular_inner .caption{padding: 25px; border-bottom: 3px solid transparent; background: #fafafa;}
.popular .popular_inner:hover .caption{ border-color: #1cbbb4;}
.popular .popular_inner .txt1{font-weight: 500; padding-bottom: 5px; font-size: 12px; color: #fb000d;}
.popular .popular_inner .txt1 span{ padding-right: 5px;font-size: 21px; color: #636363; }
.popular .popular_inner:hover .txt1 span{color: #1cbbb4;}
.popular .popular_inner .txt2{color: #959595; padding-bottom: 20px;}
.popular .popular_inner .txt3{}
.popular .popular_inner .txt3 .left_side{float: left; padding-top: 5px;}
.popular .popular_inner .txt3 .right_side{float: right;}
.popular .popular_inner .txt3 .nums{display: inline-block; font-size: 12px; color: #c2c2c2;}
/* ============================= popular end ====================== */
.stars1{display: inline-block;}
.stars1 img{margin-right: 1px;}
#happy1{padding-bottom: 0px; padding-top: 50px; background: url(../images/happy1.jpg) center center no-repeat; background-size: cover; color: #fff;}
#happy1 .img1{margin-top: 120px;}
#happy1 .content{padding-bottom: 30px;}
#happy1 .content .txt1{font-size: 42px; text-transform: uppercase; font-weight: 600;}
#happy1 .content .txt2{font-weight: 600; padding-bottom: 40px;}
#happy1 .content .txt3{padding-bottom: 20px;}
.distance1{position: relative; padding-bottom: 20px;}
.distance1 .txt{font-weight: 600; padding-bottom: 5px;}
.distance1 .bg{position: relative; height: 13px; background: #f8f8f8;}
.distance1 .bg .animated-distance{background: #1cbbb4;position: absolute; left: 0: top: 0; width: 0; height: 100%;}
.distance1 .bg .animated-distance span{position: absolute; top: -25px; right: -10px; font-weight: 700;}
#partners{position: relative; padding-top: 50px; padding-bottom: 50px;}
.similar{color: #464646; font-style: italic; }
/* ============================= footer ====================== */
.bot1_wrapper{background: #252525; border-top: 4px solid #1cbbb4; padding-top: 35px; padding-bottom: 45px; color: #959595;}
.bot1_title{font-size: 24px; color: #898989; font-weight: 700; padding-top: 40px; padding-bottom: 20px;}
.logo2_wrapper{padding-bottom: 10px;}
.social2_wrapper{padding-top: 10px;}
.social2{ display: block; margin: 0; padding: 0; list-style: none;}
.social2 li{display: inline-block; margin: 0 4px 4px 0; float: left;}
.social2 li a{display: block; width: 39px; height: 39px; text-decoration: none; background-position: left top; background-repeat: no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social2 li a:hover{background-position: bottom;}
.social2 li.nav1 a{background-image: url(../images/social_ic1.png);}
.social2 li.nav2 a{background-image: url(../images/social_ic2.png);}
.social2 li.nav3 a{background-image: url(../images/social_ic3.png);}
.social2 li.nav4 a{background-image: url(../images/social_ic4.png);}
.social2 li.nav5 a{background-image: url(../images/social_ic5.png);}
.social2 li.nav6 a{background-image: url(../images/social_ic6.png);}
.twits1{}
.twits1 .twit1{color: #959595; border-top: 1px solid #363636; padding: 8px 0;}
.twits1 .twit1:first-child{border-top: none;}
.twits1 .twit1 a{color: #6dcff6; text-decoration: none;}
.twits1 .twit1 .date{color: #464646; font-size: 12px;}
.newsletter_block{}
.newsletter_block .txt1{font-size: 12px; padding-bottom: 5px;}
.newsletter-wrapper{}
.newsletter{}
.newsletter input { width: 100%; height: auto; font-size: 14px; line-height: 20px; color:#555555; background: url(../images/newsletter.png) right center no-repeat #101010; border: 1px solid #343434; margin: 0; padding: 10px 50px 10px 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.newsletter input:focus {color: #fff; background-color: #000; border-color: #707070; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; outline: none;}
.phone2{font-size: 30px; color: #1cbbb4; padding-top: 5px;}
.support1{color: #555555;}
.support1 a{color: #555555;}
.bot2_wrapper{background: #00a99d; padding-top: 29px; padding-bottom: 29px; color: #fff; font-size: 13px;}
.bot2_wrapper a{color: #fff; text-decoration: none;}
.bot2_wrapper a:hover{text-decoration: underline;}
.bot2_wrapper span{padding: 0 5px;}
.bot2_wrapper .left_side{float: left;}
.bot2_wrapper .right_side{float: right;}
/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: none;}
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}
.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; background: none;}
.parallax-content { padding-top: 0px; padding-bottom: 0px;}
.bg1 { background-image: url(../images/parallax1.jpg); }
.bg2 { background-image: url(../images/parallax2.jpg); }
#parallax1{padding-top: 80px; padding-bottom: 80px; color: #fff;}
#parallax1 .txt1{font-size: 48px; font-weight: 800; color: #fff799;}
#parallax1 .txt3{padding-top: 10px; color: #fff799; font-size: 18px;}
#parallax1 .txt3 strong{font-size: 30px; color: #fff; padding-left: 10px; padding-right: 10px;}
#parallax1 .txt3 span{font-size: 14px; color: #fff;}
#parallax2{padding-top: 290px;}
/* ============================= main menu ====================== */
.menu_wrapper{}
.navbar_ { margin: 0; padding: 0; background: none; border:none; position: relative;z-index: 30; min-height: 0; float: right; display: block; background: none; line-height: 1px;}
.navbar_ .navbar-toggle {float: right; background: #1cbbb4; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 41px; margin-bottom: 41px; margin-left: 15px;}
.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus{background: #076f68;}
.navbar_ .navbar-toggle .icon-bar{background: #fff;}
.navbar-collapse_{padding-left: 0; padding-right: 0; border: none;}
.navbar_ .nav{position: relative; margin: 0; padding: 0; display: block; float: none; padding-right: 0px; background: none;}
.navbar_ .nav > li{position: relative; display: block; float: left; white-space: nowrap; padding-left: 0px; background: none; margin-left: 50px;}
.navbar_ .nav > li:first-child{margin-left: 0;}
.navbar_ .nav > li > a{display: block; text-decoration: none; background: none; font-family: 'Raleway'; font-weight: 500; font-size: 14px; line-height: 20px; color: #8c8c8c; text-shadow:none; padding: 45px 0px 45px 0; border: none; margin: 0; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-align: left; text-transform: none; vertical-align: middle; border-bottom: 3px solid transparent;
transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -webkit-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out;
}
.navbar_ .nav > li > a em{display: inline-block; width: 8px; height: 5px; background: url(../images/caret.png); margin-left: 5px;}
.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{color: #1cbbb4; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-color: #1cbbb4; }
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus{color: #1cbbb4; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-color: #1cbbb4;}
.sub-menu ul{ position: absolute; display: none; left: -25px; top: 75px; list-style: none; zoom: 1; z-index: 10; margin: 0; padding:15px 25px; background: #fff; text-align: left;margin-top: -6px; min-width: 180px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);}
.sub-menu li{ margin: 0; position: relative; zoom: 1; display: block;border-top: 1px solid #ebebeb;}
.sub-menu li:first-child{border: none;}
.sub-menu li a{display: block; position: relative; font-family:'Raleway'; font-weight: 500; font-size: 14px; line-height: 20px; color: #8c8c8c; text-decoration: none; padding: 10px 0px; background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #00a99d;}
@media(min-width:768px) {
.sub-menu li ul{ position: absolute; display: none; left: 158px; top: 0px; list-style: none; zoom: 1; z-index: 10; margin: 0; padding:6px 25px; background: #fff; text-align: left;margin-top: -6px; min-width: 180px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);}
.sub-menu li ul li{ margin: 0; position: relative; zoom: 1; display: block;border-top: 1px solid #ebebeb;}
.sub-menu li ul li ul:first-child{border: none;}
.sub-menu li ul li a{display: block; position: relative; font-family:'Raleway'; font-weight: 500; font-size: 14px; line-height: 20px; color: #8c8c8c; text-decoration: none; padding: 10px 0px; background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li ul li a:hover{ text-decoration: none; color: #00a99d;}
}
.sub-menu-1 > ul{}
.sub-menu-2 > ul{left: 100%; top: 0; margin-left: 0px; background: #002745;}
/* ============================= search-form ====================== */
.search-form-wrapper{position: relative; margin-bottom: 30px;}
.search-form-wrapper .form-control{border: 1px solid #ebebeb; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; padding-top: 9px; padding-bottom: 9px; height: 40px; color: #c2c2c2; font-size: 14px;}
.search-form-wrapper .form-control:focus{box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-color: #1cbbb4;}
.search-form-wrapper a{position: absolute; right: 0; top: 0; text-align: center; width: 40px; line-height: 40px; color: #c2c2c2;}
.search-form-wrapper a:hover{color: #1cbbb4;}
.search-form-wrapper a i{font-size: 16px; line-height: 40px;}
/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; z-index: 1000; overflow:hidden; width:50px; height:50px; border:none; text-indent:100%; background:url(../images/totop.gif) no-repeat left top; }
#toTopHover { background:url(../images/totop.gif) no-repeat left bottom; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }
/* ============================= main layout ====================== */
h1{font-family:'Raleway'; font-weight:700; font-size:36px; color:#323a45; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 25px 0; position: relative; border-bottom: 4px solid #046db6;}
h2{font-family:'Raleway'; font-weight:600; font-size:42px; color:#464646; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 10px 0; position: relative; text-align: center; text-transform: uppercase;}
h3{font-family:'Raleway'; font-weight:600; font-size:42px; color:#464646; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 10px 0; position: relative; text-align: left; text-transform: uppercase;}
h4{font-family:'Raleway'; font-weight:700; font-size:18px; color:#1cbbb4; background: none; line-height:1.1; padding:15px 0 10px; margin: 0 0 0px 0; position: relative; text-align: left; text-transform: uppercase;}
h5{font-family:'Raleway'; font-weight:700; font-size:19px; color:#464646; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 0px 0; position: relative; text-align: left;}
.title1{text-align: center; font-size: 18px; color: #959595; padding-bottom: 15px;}
.img-responsive{width: auto \9;}
.img-responsive-old{display: block; max-width: 100%; height: auto;}
.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.color1{color: #002e51;}
/* === */
.ul1{ padding: 0; margin: 0; list-style: none;}
.ul1 > li{font-size: 15px; color: #959595; border-bottom: 1px solid #363636;}
.ul1 > li a{color:#959595; text-decoration: none; display: block; padding: 10px 20px 10px 0px; background: url(../images/arr1.png) right center no-repeat;}
.ul1 > li a:hover{color:#1cbbb4; text-decoration: none;background: url(../images/arr1_hover.png) right center no-repeat;}
.ul3{ padding: 0; margin: 0 0 30px; list-style: none;}
.ul3 > li{font-size: 14px; font-weight: 700; color: #636363; margin-bottom: 2px;}
.ul3 > li a{display: block; color:#636363; text-decoration: none; display: block; padding: 15px 40px 15px 30px; background: #f3f3f3; position: relative;}
.ul3 > li a:hover{color:#1cbbb4; background: #fafafa;}
.ul3 > li a:after{display: block; content: ''; width: 15px; height: 15px; background: url(../images/li_st3.png) 0 0 no-repeat; position: absolute; right: 20px; top: 50%; margin-top: -8px;}
.ul3 > li a:hover:after{background: url(../images/li_st3_hover.png) 0 0 no-repeat;}
.hl1{margin-top: 30px; margin-bottom: 30px; height: 1px; background: #fafafa;}
.ul4{ padding: 0; margin: 0 0 30px; list-style: none; font-family: 'Raleway'; font-size: 14px;}
.ul4 > li{font-size: 14px; color: #959595; border-top: 1px solid #ebebeb;}
.ul4 > li:first-child{border-top: none;}
.ul4 > li a{color:#959595; text-decoration: none; display: block; padding: 10px 30px 10px 20px; position: relative; line-height: 1.3; background: url(../images/li_st4.png) 0 13px no-repeat;}
.ul4 > li a:hover{color:#1cbbb4; text-decoration: none; background-image: url(../images/li_st4_hover.png);}
.ul4 > li a span{position: absolute;right: 0; top: 10px; color: #c2c2c2;}
.ul4 > li a:hover span{color: #1cbbb4;}
.tabs3{padding: 0; background: none; border-radius: 0; border: 1px solid #ebebeb; border-top: none; font-family: inherit; margin-bottom: 30px;}
.tabs3_tabs{text-align: center;}
.tabs3_tabs .ui-tabs-nav{padding: 0; display: block; font-family: 'Raleway'; font-weight: 500; font-size: 17px; line-height: 20px; border: none; border-radius: 0; background: none;}
.tabs3_tabs .ui-tabs-nav li{margin: 0!important; border: none; background: none; font-weight: 500; width: 50%;}
.tabs3_tabs .ui-tabs-nav li.ui-tabs-active{margin: 0;padding: 0;}
.tabs3_tabs .ui-tabs-nav .ui-tabs-anchor{color: #fff; padding: 15px 2px; background: #1cbbb4; float: none; display: block; border-top: 2px solid #fff;}
.tabs3_tabs .ui-tabs-nav .ui-tabs-anchor:focus{outline: none;}
.tabs3_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{ background: #fff; color: #1cbbb4; border-color: #1cbbb4;}
.tabs3_content{padding: 15px;}
.tabs3_content .ui-tabs-panel{padding: 0px;}
.news1{ border-top: 1px solid #ebebeb; padding-top: 15px; padding-bottom: 15px;}
.news1:first-child{border-top: none; padding-top: 0;}
.news1 a{display: block; font-size: 13px; text-decoration: none;}
.news1 a .txt1{color: #959595; padding-bottom: 5px;}
.news1 a:hover .txt1{color: #1cbbb4;}
.news1 a .txt2{color: #c2c2c2; font-size: 11px;}
.news1 a .txt2 span{color: #c4df9b;}
.tags1{ display: block; margin: 0 0 30px; padding: 0; list-style: none; text-align: left;}
.tags1 li{display: inline-block; margin: 0 5px 5px 0px; float: left;}
.tags1 li a{ display: inline-block; background: none; padding: 5px 15px; font-size: 13px; font-weight: 400; color: #c2c2c2; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-decoration: none; border: 1px solid #ececec;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.tags1 li a:hover{background: #1cbbb4; color: #fff; border-color: #1cbbb4;}
.text_widget{margin-bottom: 30px; font-size: 13px;}
.users{padding: 0; margin: 0 0 30px; list-style: none;}
.users li{display: block; float: left; padding: 0 2px 2px 0;}
.users li a{display: block;text-decoration: none;}
.users li a figure{position: relative;}
.users li a figure img{position: relative;}
.users li a figure em{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #1cbbb4; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.users li a:hover figure em{opacity: 1; filter:alpha(opacity=100);}
.big_letter{font-size: 35px; font-weight: 900; padding: 2px 17px; background: #1cbbb4; float: left; margin-right: 20px; margin-bottom: 2px; color: #fff;}
/*-----btn-----*/
.btn-default.btn0{ display: block; color: #fff; border: none; font-size: 14px; line-height: 20px; font-weight: 700; padding: 15px 10px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #fb000d; position: relative; text-align: center; width: 100%;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; margin-top: 50px;}
.btn-default.btn0:hover{color: #fff; background: #00a99d;}
.btn-default.btn1{ display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 5px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #00a99d; position: relative; text-align: center; width: 100%;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;}
.btn-default.btn1:hover{color: #fff; background: #fb000d;}
.btn-default.btn2{ display: inline-block; color: #898989; border: none; font-size: 13px; line-height: 20px; font-weight: 400; padding: 0px 15px 0 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: none; background: url(../images/arr1.png) right center no-repeat;}
.btn-default.btn2:hover{color: #1cbbb4; background: url(../images/arr1_hover.png) right center no-repeat;}
.btn-default.btn3{ display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 6px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #fb000d; position: relative; text-align: center; box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; margin-top: 15px;}
.btn-default.btn3:hover{color: #fff; background: #00a99d;}
.btn-default.btn4{ display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 6px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #00a99d; position: relative; text-align: center; box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; margin-top: 15px;}
.btn-default.btn4:hover{color: #fff; background: #fb000d;}
.btn-default.s1{ font-family: 'Raleway'; display: inline-block; color: #fff; border: 1px solid #ececec; font-size: 14px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; background: url(../images/type1.png) center center no-repeat #fafafa; position: relative; letter-spacing: 0; width: 42px; height: 42px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.s1:hover{background: url(../images/type1_hover.png) center center no-repeat #1cbbb4; border-color: #1cbbb4;}
.btn-default.s2{ font-family: 'Raleway'; display: inline-block; color: #fff; border: 1px solid #ececec; font-size: 14px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; background: url(../images/type2.png) center center no-repeat #fafafa; position: relative; letter-spacing: 0; width: 42px; height: 42px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.s2:hover{background: url(../images/type3_hover.png) center center no-repeat #1cbbb4; border-color: #1cbbb4;}
.btn-default.s3{ font-family: 'Raleway'; display: inline-block; color: #fff; border: 1px solid #ececec; font-size: 14px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; background: url(../images/type3.png) center center no-repeat #fafafa; position: relative; letter-spacing: 0; width: 42px; height: 42px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.s3:hover{background: url(../images/type3_hover.png) center center no-repeat #1cbbb4; border-color: #1cbbb4;}
/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 0; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-polaroid img{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.img-circle{position: relative; padding: 0px; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-circle img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.thumbnail .caption{padding: 0; color: inherit;}
.thumb1 {margin-bottom: 20px; margin-top: 20px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 .thumbnail a {position: relative; display: block;}
.thumb1 .thumbnail a figure {margin: 0; float: none; margin:0px 0px 0px 0px; position: relative;}
.thumb1 .thumbnail a figure img{width: 100%;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail a figure .img2{position: absolute; left: 0; top: 0; opacity: 0;filter:alpha(opacity=0);}
.thumb1 .thumbnail a:hover figure .img2{opacity: 1;filter:alpha(opacity=100);}
.thumb1 .thumbnail a:hover figure .img1{opacity: 0;filter:alpha(opacity=0);}
.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 .thumbnail a{display: block; text-decoration: none; text-align: center;}
.thumb2 .thumbnail a figure{margin: 0; float: none; margin:0px 0px 0px 0px; display: inline-block; position: relative;}
.thumb2 .thumbnail a figure .img1{position: relative;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover figure .img1{opacity: 0; filter:alpha(opacity=0);}
.thumb2 .thumbnail a figure .img2{position: absolute; left: 0; top: 0; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover figure .img2{opacity: 1; filter:alpha(opacity=100);}
.thumb2 .thumbnail a .caption{padding-top: 15px;}
.thumb2 .thumbnail a:hover .caption{}
.thumb2 .thumbnail a .caption .txt1{font-family: 'Raleway'; font-size: 21px; color: #464646; font-weight: 500; text-decoration: none; padding-bottom: 5px; position: relative;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover .caption .txt1{color: #1cbbb4; text-decoration: none;}
.thumb2 .thumbnail a .caption .txt2{color: #959595; padding-bottom: 15px;}
.thumb2 .thumbnail a .caption .txt3{display: inline-block; color: #c2c2c2; font-size: 13px; padding-right: 15px; line-height: 20px; background: url(../images/btn1.png) right center no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover .caption .txt3{color: #1cbbb4;background-image: url(../images/btn1_hover.png);}
.thumb3 {margin-bottom: 20px;}
.thumb3.last {margin-bottom: 0px;}
.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb3 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px; position: relative; border: 4px solid #e0e0e0;}
.thumb3 .thumbnail figure img{width: 100%;}
.thumb3 .thumbnail figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 10px; width: 100%; color: #fff; font-size: 15px; font-weight: 700; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.thumb3 .thumbnail .caption{padding-top: 20px;}
.thumb3 .thumbnail .caption .txt1{font-size: 21px; font-weight: 500; color: #464646; padding-bottom: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover .caption .txt1{color: #1cbbb4;}
.thumb3 .thumbnail .caption .txt2{color: #959595; padding-bottom: 15px;}
.thumb4 {margin-bottom: 0px; margin-top: 0px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; border-bottom: 3px solid transparent;}
.thumb4 .thumbnail:hover{border-bottom-color: #1cbbb4;}
.thumb4 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px; padding: 4px; background: #fafafa;}
.thumb4 .thumbnail figure img{width: 100%;}
.thumb4 .thumbnail .caption{background: #fafafa; padding: 20px;}
.thumb4 .thumbnail .caption .txt1{font-size: 19px; font-weight: 500; color: #636363; padding-bottom: 10px;}
.thumb4 .thumbnail .caption .txt2{}
.thumb4 .thumbnail .caption .txt3{}
.thumb4 .thumbnail .caption .txt3 .left_side{float: left;}
.thumb4 .thumbnail .caption .txt3 .right_side{float: right; padding-top: 5px;}
.thumb4 .thumbnail .caption .txt3 .price{font-size: 21px; color: #ff0000; font-weight: 700;}
.thumb4 .thumbnail .caption .txt3 .nums{font-size: 12px; color: #c2c2c2;}
.thumb5 {margin-bottom: 0px; margin-top: 0px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; border-bottom: 3px solid transparent;}
.thumb5 .thumbnail:hover{border-bottom-color: #1cbbb4;}
.thumb5 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px;position: relative;}
.thumb5 .thumbnail figure img{width: 100%;}
.thumb5 .thumbnail figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 5px; width: 100%; color: #fff; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb5 .thumbnail:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.thumb5 .thumbnail figure .over .v1{ font-weight: 700; font-size: 19px; line-height: 1;}
.thumb5 .thumbnail figure .over .v1 span{display: inline-block; color: #fef697; font-size: 12px; padding-left: 5px; font-style: italic; font-weight: 400;}
.thumb5 .thumbnail figure .over .v2{font-size: 12px; color: #fff;}
.thumb5 .thumbnail .caption{background: #fafafa; padding: 20px;}
.thumb5 .thumbnail .caption .txt1{font-size: 19px; font-weight: 500; color: #636363;}
.thumb5 .thumbnail .caption .txt2{font-size: 12px; color: #b2b1b1; padding-bottom: 0px;}
.thumb5 .thumbnail .caption .txt3{}
.thumb5 .thumbnail .caption .txt3 .left_side{float: left;}
.thumb5 .thumbnail .caption .txt3 .right_side{float: right; padding-top: 15px;}
.thumb5 .thumbnail .caption .txt3 .price{font-size: 21px; color: #ff0000; font-weight: 700;}
.thumb5 .thumbnail .caption .txt3 .nums{font-size: 12px; color: #c2c2c2;}
.thumb6 {margin-bottom: 0px; margin-top: 0px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; border-bottom: 3px solid transparent;}
.thumb6 .thumbnail:hover{border-bottom-color: #1cbbb4;}
.thumb6 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px;position: relative;}
.thumb6 .thumbnail figure img{width: 100%;}
.thumb6 .thumbnail figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 5px; width: 100%; color: #fff; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb6 .thumbnail:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.thumb6 .thumbnail figure .over .v1{ font-weight: 700; font-size: 19px; line-height: 1;}
.thumb6 .thumbnail figure .over .v1 span{display: inline-block; color: #fef697; font-size: 12px; padding-left: 5px; font-style: italic; font-weight: 400;}
.thumb6 .thumbnail figure .over .v2{font-size: 12px; color: #fff;}
.thumb6 .thumbnail .caption{background: #fafafa; padding: 20px;}
.thumb6 .thumbnail .caption .txt1{font-size: 19px; font-weight: 500; color: #636363;}
.thumb6 .thumbnail .caption .txt2{font-size: 12px; color: #b2b1b1; padding-bottom: 0px;}
.thumb6 .thumbnail .caption .txt3{}
.thumb6 .thumbnail .caption .txt3 .left_side{float: left;}
.thumb6 .thumbnail .caption .txt3 .right_side{float: right; padding-top: 15px;}
.thumb6 .thumbnail .caption .txt3 .price{font-size: 21px; color: #ff0000; font-weight: 700;}
.thumb6 .thumbnail .caption .txt3 .nums{font-size: 12px; color: #c2c2c2;}
/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }
#ajax-contact-form .form-group{margin-left: 0; margin-right: 0; margin-bottom: 20px;}
#ajax-contact-form .form-group label{color: #272727; font-weight: 400; display: none;}
#ajax-contact-form .form-control{height: 48px; padding: 13px 12px; font-size: 14px; line-height: 20px; color: #959595; background: #fff;border: 1px solid #dedede;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form .form-control:focus{color: #1cbbb4; border-color: #1cbbb4; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3);}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}
.btn-default.btn-cf-submit{display: block; background: #1cbbb4; color: #fff; font-family: 'Raleway'; font-size: 14px; line-height: 20px; font-weight: 800; padding: 10px 20px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: none; text-transform: uppercase;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
.btn-default.btn-cf-submit:hover{color: #fff; background: #fb000d;}
/*================= Contacts3 =========================*/
#note3{ }
.notification_error3{ color:#f00; padding-bottom:10px; }
.notification_ok3{ text-align: left; padding-bottom:10px; }
#ajax-contact-form3 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form3 .form-group label{color: #141414; font-weight: 400; text-transform: uppercase; display: none;}
#ajax-contact-form3 .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #959595; background: #fff; ; border: 1px solid #e8e8e8;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form3 .form-control:focus{border-color: #1cbbb4; color: #1cbbb4; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3);}
#ajax-contact-form3 textarea.form-control {height: 144px;}
#ajax-contact-form3 .form-group.capthca{float: left; margin-right: 20px;}
#ajax-contact-form3 .form-group.capthca input{width: 170px;}
#ajax-contact-form3 .form-group.img{float: left;}
#ajax-contact-form3 .form-group.img img{width:170px; height:38px;}
.btn-default.btn-cf-submit3{display: block; background: #fb000d; color: #fff; font-family: 'Raleway'; font-size: 14px; line-height: 20px; font-weight: 800; padding: 10px 20px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: none; text-transform: uppercase;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
.btn-default.btn-cf-submit3:hover{color: #fff; background: #1cbbb4;}
/*----- media queries ------*/
/* Large desktop */
@media (min-width: 2560px) {
#slider_wrapper{background: url(../images/slider_large.jpg) top center no-repeat; background-size: cover; padding-bottom: 280px;
padding-top: 370px; }
#home{height: 1005px;}
}
@media (min-width: 1200px) {
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
#happy1 .img1{margin-top: 220px;}
.form2_flights .select1_inner{width: 55px;}
.form3 .sel{width: 90px;}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
.form1 .select1_wrapper, .form1 .input1_wrapper {margin-bottom: 30px;}
#slider_wrapper{padding-bottom: 50px; padding-top: 170px;}
#home{height: 551px;}
#front_tabs { margin-top: -47px;}
#happy1 .img1{margin-top: 10px;}
#company1 .img1{margin-bottom: -30px;}
h2{font-size: 38px;}
h3{font-size: 38px;}
.pager .prev{display: block; margin-bottom: 10px;}
.pager .prev > a{float: none;}
.pager .next{display: block; margin-top: 10px;}
.pager .next > a{float: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar_ .nav > li{margin-left: 20px;}
#parallax1 .txt1{font-size: 38px;}
.form2{padding-left: 20px; padding-right: 20px;}
.form2_flights label{font-size: 12px; margin-right: 10px;}
.form2_flights .select1_inner{width: 44px;}
.form3 .txt label{font-size: 12px;}
.form3 .select1_wrapper{margin-right: 10px;}
.form3 .sel{width: 95px;}
.form3 .buttons{display: none;}
.checkbox1-custom-label span{display: none;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.top1_wrapper{display: none;}
.slider .slider_inner .txt1{font-size: 20px;}
.slider .slider_inner .txt2{font-size: 35px;}
.slider .slider_inner .txt3{font-size: 14px;}
.email1{float: none; margin-right: 0; border-right: none; margin-bottom: 10px;}
.phone1{float: none;margin-bottom: 10px;}
.social_wrapper{float: none;margin-bottom: 10px;}
.lang1{border: none; float: none;}
#front_tabs { margin-top: 0;}
#front_tabs .tabs_wrapper{margin-left: -15px; margin-right: -15px;}
#front_tabs .form1{padding: 15px;}
#slider_wrapper{padding-bottom: 10px; padding-top: 100px;}
#home{height: 362px;}
.slider_pagination { padding-top: 110px; }
.tabs_tabs .ui-tabs-nav{display: block;}
.tabs_tabs .ui-tabs-nav li{margin-left: 0!important;display: block;float: none; margin-bottom: 1px!important;}
.navbar_ {float: none; margin-bottom: 0; margin-left: -15px; margin-right: -15px; display: block; height: auto; padding-right: 0; background: none;}
.navbar-collapse_{clear: both;}
.navbar_ .nav{display: block; background: #fff; padding-right: 0;}
.navbar_ .nav > li{float: none;background: none; padding-left: 0; border-top: none; margin-left: 0;}
.navbar_ .nav > li:first-child{border-top: none;}
.navbar_ .nav > li > a{margin-bottom: 0; margin-top: 0; padding:5px 0; text-align: center; font-size: 14px;}
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{background: #fff;}
.sub-menu ul{position: relative; left: 0; top: 0; text-align: center; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 0;}
.sub-menu li a{}
#parallax1 .txt1{font-size: 28px;}
.btn-default.btn0{margin-top: 20px;}
.bot2_wrapper .left_side{float: none;}
.bot2_wrapper .right_side{float: none;}
h2{font-size: 32px;}
h3{font-size: 32px;}
.form2_flights label{float: none; margin-right: 0; margin-top: 0;}
.form2_flights .select1_inner{float: none; width: auto;}
.form3 .select1_wrapper{float: none; margin-right: 0; margin-bottom: 10px;}
.form3 .sel{width: auto;}
.form3 .buttons{margin-bottom: 0;}
.form2_hotels .select1_wrapper{margin-top: 20px;}
.form2_hotels .select1_wrapper:first-child{margin-top: 0px;}
.comment-block.left1{margin-left: 20px;}
}
@media (min-width: 481px) and (max-width: 767px) {
}
/* Landscape phones and down */
@media (max-width: 480px) {
.popular .popular_inner .txt3 .nums{display: none;}
}
@media (min-width: 2559px) {
.video-background-wrapper {
max-height: 995px;
}
} | public/assets/css/style.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#1cbbb4!important; color:#fff}
::-moz-selection{ background:#1cbbb4!important; color:#fff}
a{ color:#1cbbb4; text-decoration: underline; outline:none}
a:hover{ color:#1cbbb4; text-decoration: none; outline:none}
body{ background: #fff; border:0; font: 14px 'Raleway', Arial, Helvetica, sans-serif; color: #959595; line-height:1.42857143; min-width:320px;}
.container { position: relative; min-width: 320px;}
#main{margin: 0 auto; position: relative; overflow: hidden;}
/* Page Animated item Styles */
.animated {
visibility: hidden;
}
.visible {
visibility: visible;
}
/* ============================= header ====================== */
.top1_wrapper{background: #fafafa; border-top: 3px solid #1cbbb4; padding-top: 13px; padding-bottom: 13px;}
.email1{float: left; padding-left: 25px; background: url(../images/email1.png) left center no-repeat;border-right: 1px solid #ebebeb; margin-right: 20px; padding-right: 20px;}
.email1 a{display: block; font-size: 13px; color: #acacac; text-decoration: none; line-height: 20px;}
.phone1{float: left; padding-left: 25px; background: url(../images/phone1.png) left center no-repeat;}
.social_wrapper{float: right;}
.social{ display: block; margin: 0; padding: 0; list-style: none;}
.social li{display: inline-block; margin: 0 10px; float: left;}
.social li a{display: block; text-decoration: none; font-size: 18px; color: #ebebeb; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social li a:hover{color: #1cbbb4;}
.social_sm_wrapper{}
.social_sm{ display: block; margin: 0; padding: 0; list-style: none;}
.social_sm li{display: inline-block; margin: 0 10px 10px 0; float: left;}
.social_sm li a{display: block; text-decoration: none; font-size: 20px; color: #ebebeb; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social_sm li a:hover{color: #1cbbb4;}
.social3_wrapper{}
.social3{ display: block; margin: 0; padding: 0; list-style: none;}
.social3 li{display: inline-block; margin: 0 15px 10px 0; float: left;}
.social3 li a{display: block; text-decoration: none; font-size: 20px; color: #d7d7d7; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social3 li a:hover{color: #1cbbb4;}
.social4_wrapper{display: inline-block;}
.social4{ display: block; margin: 0; padding: 0; list-style: none;}
.social4 li{display: inline-block; margin: 0 8px; float: left;}
.social4 li a{display: block; text-decoration: none; font-size: 18px; color: #d7d7d7; text-align: center; line-height: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social4 li a:hover{color: #1cbbb4;}
.lang1{float: right; border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; width: 150px; margin-right: 20px;}
.lang1 .dropdown-toggle {border: none; padding: 0; background: none!important; outline: none;display: block; width: 100%; padding-left: 30px; text-align: left; font-size: 13px; line-height: 20px; color: #acacac;}
.lang1 .dropdown-toggle:focus, .lang1 .dropdown-toggle:active{background: none; outline: none; box-shadow: none;}
.lang1 .dropdown-toggle:before{content: ''; display: inline-block; width: 18px; height: 12px; background: url(../images/flag_en.png) 0 0 no-repeat; vertical-align: top; margin-top: 3px; margin-right: 5px;}
.lang1 .dropdown-toggle .caret{display: inline-block; width: 10px; height: 6px; border: none; background: url(../images/arr0.png); margin-left: 10px;}
.lang1 .dropdown-menu {min-width: 100%; margin: 0; padding: 0; left: -1px; right: -1px; margin-top: 13px; border-radius: 0; border: 1px solid #ebebeb; box-shadow: none;}
.lang1 .dropdown-menu a{display: block; font-size: 13px; line-height: 20px; padding: 4px 30px; color: #acacac; text-decoration: none;}
.lang1 .dropdown-menu a:hover{background: #3dd2cb; color: #fff;}
.lang1 .dropdown-menu a:before{content: ''; display: inline-block; width: 18px; height: 12px; background: url(../images/flag_en.png) 0 0 no-repeat; vertical-align: top; margin-top: 3px; margin-right: 5px;}
.lang1 .dropdown-menu a.ge:before{background: url(../images/flag_ge.png) 0 0 no-repeat;}
.lang1 .dropdown-menu a.ru:before{background: url(../images/flag_ru.png) 0 0 no-repeat;}
.top2_wrapper{position: relative; background: #fff;}
.top2{position: relative;}
header{position: absolute; left: 0; top: 10px; z-index: 31;}
/* ============================= slider ====================== */
#slider_wrapper{ position: relative; padding-top: 0px; padding-bottom: 0px;}
#slider_inner{}
#slider{position: relative;padding-top: 0px; padding-bottom: 0px;}
.slider_pagination{padding-top: 160px;}
.slider_pagination a{display: inline-block; width: 15px; height: 15px; margin-right: 5px; background: url(../images/pagination.png) center center no-repeat; position: relative; overflow: hidden; text-indent: -9999px;}
.slider_pagination a:hover, .slider_pagination a.selected{background: url(../images/pagination_hover.png) center center no-repeat;}
#slider .carousel-box{position: relative;}
#slider .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#slider .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#slider .caroufredsel_wrapper{padding: 0; margin: 0;}
#slider .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#slider .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:100%; overflow:hidden; padding-right:30px }
.slider{}
.slider .slider_inner{line-height: 1.2; color: #fff;}
.slider .slider_inner span{background: #00a99d; background: rgba(0, 169, 157, 0.56); padding: 5px 15px; display: inline-block; }
.slider .slider_inner .txt1{font-weight: 500; font-size: 30px; margin-bottom: 5px;}
.slider .slider_inner .txt2{font-weight: 800; font-size: 45px; margin-bottom: 5px;}
.slider .slider_inner .txt3{font-weight: 400; font-size: 18px;}
/* ============================= slider end ====================== */
/* ============================= video bg ====================== */
.video-background-wrapper{position: relative; overflow: hidden; max-height: 781px; background: url(../images/video-loader.gif) center center no-repeat;}
.video-background{width: 100%; display: block;}
/* ============================= video bg end ====================== */
/* ============================= supersildes ====================== */
#home{height: 781px; position: relative; z-index: 0;}
/* ============================= supersildes end ====================== */
/* ============================= sm slider ====================== */
.sm_slider{position: relative;padding: 25px 20px 65px; background: #1cbbb4; border-top: 5px solid #01726a; margin-bottom: 30px;}
.sm_slider_prev{display: block; width: 22px; height: 22px; position: absolute; left: 50%; bottom: 25px; margin-left: -27px; z-index: 10;background: url(../images/prev.png) left top no-repeat;}
.sm_slider_prev:hover{background-position: bottom;}
.sm_slider_next{display: block; width: 22px; height: 22px; position: absolute; left: 50%; bottom: 25px; margin-left: 5px; z-index: 10;background: url(../images/next.png) left top no-repeat;}
.sm_slider_next:hover{background-position: bottom;}
.sm_slider .carousel-box{position: relative;}
.sm_slider .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
.sm_slider .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
.sm_slider .caroufredsel_wrapper{padding: 0; margin: 0;}
.sm_slider .caroufredsel_wrapper ul{padding: 0; margin: 0;}
.sm_slider .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
.sm_slider_inner{text-align: center; color: #fff; padding-top: 25px; background: url(../images/q1.png) center top no-repeat;}
.sm_slider_inner .txt1{}
.sm_slider_inner .txt2{font-weight: 600; font-size: 15px; color: #fff799; padding-top: 10px;}
/* ============================= sm slider end ====================== */
/* ============================= sl1 ====================== */
#sl1{position: relative;}
.sl1_prev, .sl1_next {display: block; width: 28px; height: 28px; position: absolute; left: 4%; top: 50%; margin-top: -14px; background: url(../images/prev3.png) 0 0 no-repeat; z-index: 2; opacity: 1; filter: alpha(opacity=100);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sl1_prev:hover, .sl1_next:hover{opacity: 0.5; filter: alpha(opacity=50);}
.sl1_next{background: url(../images/next3.png) center center no-repeat; left: auto; right: 4%;}
.sl1_pagination{position: absolute; width: 100%; z-index: 2; bottom: 15px; text-align: center; line-height: 0;}
.sl1_pagination a{display: inline-block; width: 16px; height: 16px; background: #fff; border: 2px solid transparent; margin: 0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; text-decoration: none;}
.sl1_pagination a.selected{background: transparent; border-color: #fff;}
.sl1_pagination a span{display: none;}
#sl1 .carousel-box{position: relative;}
#sl1 .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#sl1 .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: 0px; }
#sl1 .caroufredsel_wrapper{padding: 0; margin: 0;}
#sl1 .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#sl1 .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:0px }
.sl1 .sl1_inner img{width: 100%;}
/* ============================= sl1 end ====================== */
/* ============================= tabs end ====================== */
#front_tabs{position: relative; margin-top: -176px;}
.tabs_wrapper{position: relative;}
.tabs{padding: 0; background: none; border-radius: 0; border: none; font-family: inherit;}
.tabs_tabs{}
.tabs_tabs .ui-tabs-nav{padding: 0; display: inline-block; vertical-align: top; font-family: 'Raleway'; font-weight: 700; font-size: 14px; line-height: 20px; text-transform: none; border: none; border-radius: 0; background: none; background: #00a99d;}
.tabs_tabs .ui-tabs-nav li{margin: 0 0 0 1px!important; border: none; background: none; font-weight: 700;}
.tabs_tabs .ui-tabs-nav li:first-child {margin-left: 0!important;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active{margin: 0;padding: 0;}
.tabs_tabs .ui-tabs-nav .ui-tabs-anchor{color: #ffffff; padding: 13px 30px 14px 60px; background: #00a99d; float: none; display: block;}
.tabs_tabs .ui-tabs-nav .ui-tabs-anchor:focus{outline: none;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{ background-color: #fafafa; color: #1cbbb4;}
.tabs_tabs .ui-tabs-nav li.flights a{background: url(../images/flights.png) 20px center no-repeat #00a99d;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.flights a{background-image: url(../images/flights_hover.png);}
.tabs_tabs .ui-tabs-nav li.hotels a{background: url(../images/hotels.png) 20px center no-repeat #1cbbb4;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.hotels a{background-image: url(../images/hotels_hover.png);}
.tabs_tabs .ui-tabs-nav li.cars a{background: url(../images/cars.png) 20px center no-repeat #2bc3bc;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.cars a{background-image: url(../images/cars_hover.png);}
.tabs_tabs .ui-tabs-nav li.cruises a{background: url(../images/cruises.png) 20px center no-repeat #2dd1c9;}
.tabs_tabs .ui-tabs-nav li.ui-tabs-active.cruises a{background-image: url(../images/cruises_hover.png);}
.tabs_content{position: relative;}
.tabs_content .ui-tabs-panel{background: none; padding: 0; margin: 0; border: none; border-radius: 0;}
.tabs2 .tabs_content .ui-tabs-panel{display: block!important;}
.tabs2 .tabs_content .ui-tabs-panel.tab-hidden{position: absolute; width: 100%; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px;}
.form1{display: block; background: #fafafa;padding: 30px; border-bottom: 3px solid #1cbbb4; margin-bottom: 20px;}
.front .form1{margin-bottom: 0;}
.form1 label{font-family: 'Raleway'; font-size: 14px; color: #636363; line-height: 1; padding-bottom: 10px; display: block; font-weight: 600; margin-bottom: 0; white-space: nowrap;}
.form2{display: block; background: #fafafa;padding: 20px 30px; border-bottom: 3px solid #1cbbb4; margin-bottom: 30px;}
.form2 label{font-family: 'Raleway'; font-size: 14px; color: #636363; line-height: 1; padding-bottom: 10px; display: block; font-weight: 600; margin-bottom: 0; white-space: nowrap;}
.form2_flights label{float: left; margin-right: 20px; margin-top: 15px;}
.form2_flights .select1_inner{float: left; width: 100px;}
.form2_hotels{padding-top: 0;}
.form2_hotels label{padding-bottom: 6px;}
.form3{display: block; background: #fafafa;padding: 20px; border-bottom: 3px solid transparent; margin-bottom: 30px;}
.form3 label{font-family: 'Raleway'; font-size: 14px; color: #636363; line-height: 1; padding-bottom: 10px; display: block; font-weight: 600; margin-bottom: 0; white-space: nowrap;}
.form3 .select1_wrapper{float: left; margin-right: 20px;}
.form3 .txt label{ margin-top: 15px;}
.form3 .sel{width: 125px;}
.form3 .sel2{width: 225px;}
.form3 .buttons{margin-right: 0; line-height: 1px;}
.select1_inner{position: relative; background: #fff; border: 1px solid #ebebeb; height: 42px; position: relative;}
.select1_inner:after{content: ''; display: block; width: 10px; height: 7px; background: url(../images/a1.png) 0 0 no-repeat; position: absolute; right: 10px; top: 17px;}
.select2{width: 100%;}
.select2 *:focus{outline: none!important;}
.select2-container--default .select2-results > .select2-results__options{max-height: 500px;overflow:hidden;}
.select2-container--default .select2-selection--single{background: none;border-radius: 0; border: none; height: auto;}
.select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 13px; line-height: 20px; padding: 10px 20px 10px 15px; color: #c2c2c2;}
.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left: 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-dropdown{background: none;border-radius: 0; z-index: 10; min-width: 0px;}
.select2-container--open .select2-dropdown--below{border: none;}
.select2-results__option{padding: 10px 5px 10px 15px; background: #62c7bf; font-size: 14px; line-height: 20px; color: #fff; border-top: 1px solid #4cb6ae;}
.select2-results__option:first-child{border-top: none;}
.small .select2-results__option {
padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true]{background: #fff; color: #62c7bf;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #fff; color: #62c7bf;}
.ui-datepicker{font-size: 14px; width: 212px;}
.input1_inner{position: relative; background: none; border: 1px solid #ebebeb; height: 42px; position: relative;}
.input1_inner:after{content: ''; display: block; width: 16px; height: 17px; background: url(../images/m2.png) 0 0 no-repeat; position: absolute; right: 10px; top: 11px;}
.input1_inner input{padding: 10px 25px 10px 15px; height: 40px; border: none; background: #fff; color: #c2c2c2; font-size: 13px; line-height: 20px; font-family: inherit; display: block; width: 100%;}
.input1_inner input:focus{outline: none;}
.input2_inner{position: relative; background: none; border: 1px solid #ebebeb; height: 42px; position: relative;}
.input2_inner input{padding: 10px 25px 10px 15px; height: 40px; border: none; background: #fff; color: #c2c2c2; font-size: 13px; line-height: 20px; font-family: inherit; display: block; width: 100%;}
.input2_inner input:focus{outline: none;}
.btn-form1-submit{border: none; font-family: 'Raleway'!important; font-size: 14px!important; font-weight: bold; padding: 11px 10px; background: #00a99d; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 24px; color: #fff;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form1-submit:hover{background: #fb000d; color: #fff;}
.btn-form1-submit:focus{outline: none;}
/* ============================= tabs end ====================== */
/* ============================= blog ====================== */
.post{margin-bottom: 30px;}
.post .post-header{position: relative; border: 4px solid #fafafa;}
.post .post-header .post-slide{position: relative;}
.post .post-header .post-video{position: relative; padding-bottom: 56%;}
.post .post-header .post-video iframe{position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.post .post-story{}
.post .post-story h2{text-align: left; font-size: 30px; color: #464646; text-transform: none; font-weight: 500; margin-bottom: 0;}
.post .post-story .post-story-info .date1{display: inline-block; background: #1cbbb4; color: #fff; padding: 6px 15px; margin-right: 15px;}
.post .post-story .post-story-info .by{display: inline-block; color: #c2c2c2; padding: 6px 0;}
@media(min-width: 1200px) {
.post .post-story .post-story-info{background: #fafafa; margin-bottom: 20px;height:36px;}
.post .post-story .post-story-info .date12{float:left; background: #1cbbb4; color: #fff; padding: 8px 15px; margin-right: 15px;}
.post .post-story .post-story-info .option-booking{font-family:'Raleway', sans-serif;font-size:10pt;display: inline-block; color: #c2c2c2;}
.post .post-story .post-story-info .option-booking span{float:left;color:#959595;font-weight:500;font-size:11px;margin-left:5px;margin-top:6px;margin-right:10px;}
.post .post-story .post-story-info .option-booking i{width:26px;height:20px;float:left;margin-top:2px;margin-left:7px;}
}
@media(min-width: 320px) and (max-width: 1199px) {
.post .post-story .post-story-info{background: #fafafa; margin-bottom: 20px;height:206px;}
.post .post-story .post-story-info .date12{text-align:center; background: #1cbbb4; color: #fff; padding: 8px 15px;}
.post .post-story .post-story-info .option-booking{font-family:'Raleway', sans-serif;font-size:10pt;display: inline-block; color: #c2c2c2;}
.post .post-story .post-story-info .option-booking span{float:left;color:#959595;font-weight:500;font-size:11px;margin-left:5px;margin-top:14px;margin-right:10px;}
.post .post-story .post-story-info .option-booking i{width:26px;height:20px;float:left;margin-top:10px;margin-left:7px;clear:both;}
}
@media(min-width: 320px) and (max-width: 767px) {
h3.hch {text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:10px; margin-bottom:0; padding-top:0; padding-bottom:0; line-height:0.8}
h3.hch2 {text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:10px; margin-bottom:0; padding-top:0; padding-bottom:0; line-height:0.8}
p.address {font-size:17px;font-weight:500;color:#464646;}
.star-rating {display: inline-block; margin-top:10px;}
}
@media(min-width: 768px) {
h3.hch {display:inline-block; float:left;text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:0; margin-bottom:7px; padding-top:0; padding-bottom:0; line-height:0.8}
h3.hch2 {text-transform: none;color:#464646;font-size:40px;font-weight:500; margin-top:10px; margin-bottom:7px; padding-top:0; padding-bottom:0;}
p.address {font-size:17px;font-weight:500;color:#464646;}
.star-rating {display: inline-block;float:left; margin-left:20px; margin-top:10px;}
}
@media(min-width: 768px) {
.paddinger { padding-top:200px; }
}
.col-centered{ float: none; margin: 0 auto; }
.booking-success {font-weight:600;color:#464646;}
.booking-success h3 {font-size:30px;text-transform: none;padding-bottom:0;}
.booking-success span {color:#1cbbb4;}
.booking-success p span {font-weight:700;}
.border-bottom {border-bottom:1px solid #1cbbb4;padding-bottom:10px;}
.booking-row {margin-left:0;padding-left:0;padding-right:0;margin-right:0;}
.booking-row h3 {font-weight:600; font-size:18px; color:#01726a; padding-bottom:9px;}
.booking-row h3.line {font-weight:600; font-size:18px; color:#01726a; border-bottom: 2px solid #01726a; padding-bottom:9px;}
.booking-row label {color:#434343;font-size:14px;margin-top:8px;}
.booking-row .form-control{font-family: 'Raleway', sans-serif;height: 43px; margin-top:9px; padding: 13px 12px; font-size: 14px; line-height: 20px; color: #666666; background: #fff;border: 1px solid #ebebeb;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.booking-row .form-control:focus{border-color: #1cbbb4; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3);}
.booking-row .red {color:#FF0000; font-size:21px;font-weight: 700; padding-top:15px;display: inline-block;}
.no-padding {padding-left:0;padding-right:0;}
.no-padding-vertical {padding-top:0 !important;padding-bottom:0 !important;}
.border-3px {width:100%;height:2px;background-color:#01726a;}
.star-rating-left {display: inline-block;float:left; margin-top:5px;}
.location {display: inline-block; float:left; margin-left:20px; font-weight:600; font-size:13px; color:#464646; margin-top:8px;}
.sidebar-block {background-color:#f3f3f3; padding:25px 25px; border-bottom:3px solid #1cbbb4;}
.sidebar-block h3 {font-weight:600;color:#01726a; font-size:18px; padding-top:0; margin-top:0; padding-bottom:0; margin-bottom:0;}
.sidebar-block label {font-size: 14px; color: #636363; font-weight: 600; margin-bottom:9px;}
.sidebar-block .nights {display:block; font-weight:500;color:#464646;font-size:13px;margin-top:8px;}
.margin-top {margin-top:20px;}
.price-left {margin-top:5px;color:#000; text-align:right; }
.price-left span.red {font-weight:700;font-size:18px;color:#FF0000;}
.price-left span.blue {font-weight:500;color:#1cbbb4;font-size:11px;padding-right:5px;}
.price-total-left {margin-top:3px;color:#000; text-align:right; }
.price-total-left span.red {font-weight:700;font-size:25px;color:#FF0000;}
.post .post-story .post-story-info .by a{text-decoration: none;}
.free-wifi {background:url('../images/free-wifi.png') no-repeat center center;}
.parking {background:url('../images/parking.png') no-repeat center center;}
.no-parking {background:url('../images/no-parking.png') no-repeat center center;}
.no-smoking {background:url('../images/no-smoking.png') no-repeat center center;}
.breakfast {background:url('../images/breakfast.png') no-repeat center center;}
.airport-shuttle {background:url('../images/airport-shuttle.png') no-repeat center center;}
.post .post-story .post-story-body{margin-bottom: 20px;}
.post .post-story .post-story-link{}
.post .post-story .post-story-tags{background: #fafafa; padding: 10px 25px;}
.post .post-story .post-story-tags .tags_wrapper{float: left; color: #636363; font-size: 13px; padding-top: 4px;}
.post .post-story .post-story-tags .tags_wrapper a{text-decoration: none;}
.share_post{float: right;}
.share_post .txt1{display: inline-block; font-size: 13px; font-weight: bold; color: #636363; vertical-align: top; padding-right: 20px; padding-top: 4px;}
.num-comments{font-size: 30px; color: #464646; font-weight: 600; padding: 30px 0;}
.comment-block{margin-bottom: 30px;}
.comment-block.left1{margin-left: 100px;}
.comment-block figure{float: left; margin-right: 30px;}
.comment-block figure img{}
.comment-block .caption{overflow: hidden; background: #fff; border: 1px solid #ebebeb; padding: 15px;}
.comment-block .caption .top{padding-bottom: 15px; color: #c2c2c2; font-size: 12px; font-weight: 500;}
.comment-block .caption .top span{display: inline-block; margin: 0 25px;}
.comment-block .caption .top .txt1{display: inline-block;}
.comment-block .caption .top .txt1 a{color: #1cbbb4; text-decoration: none;}
.comment-block .caption .top .txt2{display: inline-block;}
.comment-block .caption .top .txt3{display: inline-block;}
.comment-block .caption .top .txt3 a{color: #1cbbb4; text-decoration: none;}
.comment-block .caption .top .txt3 a:after{content: ''; display: inline-block; width: 5px; height: 8px; background: url(../images/arr1_hover.png) right center no-repeat; margin-left: 5px;}
.comment-block .caption .txt{color: #959595;}
.live-comment{padding-top: 20px; padding-bottom: 20px;}
.live-comment .live-comment-title{ font-weight: 700; font-size: 30px; color: #464646; padding-bottom: 20px;}
/* ============================= blog end ====================== */
/* ============================= content ====================== */
.page_banner{height: 274px;}
.page-about .page_banner{background: url(../images/about_banner.jpg) center top no-repeat; background-size: cover;}
.page-gallery .page_banner{background: url(../images/gallery_banner.jpg) center top no-repeat; background-size: cover;}
.breadcrumbs1_wrapper{}
.breadcrumbs1{padding: 15px 0; margin-top: 0px; font-weight: 400; line-height: 20px; color: #686868; font-size: 14px;}
.breadcrumbs1 a{color: #00a99d; text-decoration: none;}
.breadcrumbs1 a:hover{color: #00a99d; text-decoration: underline;}
.breadcrumbs1 span{display: inline-block; margin: 0 10px; vertical-align: middle;}
#what1{position: relative; padding-top: 20px; padding-bottom: 50px; background: #fafafa;}
.ul2{ padding: 0; margin: 0; list-style: none;}
.ul2 > li{font-size: 15px; font-weight: 400; color: #959595; margin-bottom: 8px;}
.ul2 > li a{color:#959595; text-decoration: none; display: block; padding: 5px 0px 5px 35px; background: url(../images/li_st2.png) 0 3px no-repeat;}
.ul2 > li a:hover{color:#1cbbb4;}
.blockquote0{border-left: 3px solid #1cbbb4; padding: 2px 0 2px 20px; margin-bottom: 0; font-size: 14px; color: #959595;}
.blockquote1{margin-top: 20px; margin-bottom: 30px; background: url(../images/blockquote1.png) 30px 40px no-repeat #252525; padding: 33px 60px; color: #fff; font-size: 19px; font-weight: 500; border: none; margin-left: 9%;}
.blockquote1 .author{font-size: 15px; color: #1cbbb4; font-weight: 600; padding-top: 10px;}
.blockquote1 .author span{font-size: 12px; color: #636363; font-weight: 500;}
#company1{padding-bottom: 0px; padding-top: 30px; background: none; color: #959595;}
#company1 .img1{margin-top: 0px; margin-left: auto; margin-right: auto; position: relative; z-index: 10; margin-bottom: -40px;}
#company1 .content{padding-bottom: 30px; padding-top: 20px;}
#company1 .content .txt1{font-size: 21px; text-transform: uppercase; font-weight: 500; color: #464646; padding-bottom: 20px;}
#company1 .content .txt2{font-weight: 400; padding-bottom: 30px; color: #959595;}
#company1 .distance1 .txt{color: #464646;}
#company1 .distance1 .bg{background: #ebebeb;}
#company1 .distance1 .bg .animated-distance span{color: #1cbbb4;}
#team1{position: relative; padding-top: 30px; padding-bottom: 10px; background: #fafafa;}
#content{position: relative; padding-top: 20px; padding-bottom: 30px;}
.page-pages #content{padding-top: 0;}
.page-contacts #content{padding-top: 0;}
.page-blog #content{padding-top: 0;}
.page-post #content{padding-top: 0;}
#google_map2{position: relative; width: 100%; height: 284px;}
#google_map2_wrapper{position: relative;padding-top: 3px; border-top: 1px solid #9cc8c5; padding-bottom: 3px; border-bottom: 1px solid #9cc8c5;}
#google_map{position: relative; width: 100%; height: 440px;}
#google_map_wrapper{position: relative;padding-top: 3px; border-top: 1px solid #9cc8c5; padding-bottom: 3px; border-bottom: 1px solid #9cc8c5;}
.pager_wrapper{padding-top: 40px; margin-bottom: 30px;}
.pager{display: block; text-align: center; margin: 0;padding: 0; font-family: 'Raleway'; font-weight: 400; font-size: 14px;}
.pager li{}
.pager li > a{border: 1px solid #ebebeb; padding: 0px 2px; border-radius: 0px; background: #fafafa; color: #959595; text-align: center; min-width: 32px; line-height: 40px; text-decoration: none;}
.pager li > a:hover{text-decoration: none; background: #fff; border-color: #1cbbb4; color: #1cbbb4;}
.pager li.active > a{background: #1cbbb4; color: #fff; cursor: default; text-decoration: none; border-color: #1cbbb4;}
.pager .prev{}
.pager .prev > a{float: left; background: #fafafa; color: #959595; padding: 0 20px; border: 1px solid #ebebeb; min-width: 110px; text-align: center;}
.pager .prev > a:before{content: ''; display: inline-block; width: 5px; height: 8px; background: url(../images/prev2.png); margin-right: 10px;}
.pager .prev > a:hover{background: #1cbbb4; border-color: #1cbbb4; color: #fff;}
.pager .prev > a:hover:before{background: url(../images/prev2_hover.png);}
.pager .next{}
.pager .next > a{float: right; background: #fafafa; color: #959595; padding: 0 20px; border: 1px solid #ebebeb; min-width: 110px; text-align: center;}
.pager .next > a:after{content: ''; display: inline-block; width: 5px; height: 8px; background: url(../images/next2.png); margin-left: 10px;}
.pager .next > a:hover{background: #1cbbb4; border-color: #1cbbb4; color: #fff;}
.pager .next > a:hover:after{background: url(../images/next2_hover.png);}
.star_rating_wrapper{margin-bottom: 30px;}
.star_rating_wrapper .title{background: #00a99d; position: relative; font-weight: 700; color: #fff; padding: 15px 37px 15px 20px; line-height: 20px;}
.star_rating_wrapper .title:after{content: ''; display: block; width: 15px; height: 15px; background: url(../images/star_rating.png); position: absolute; right: 20px; top: 50%; margin-top: -8px;}
.star_rating_wrapper .content{background: #fafafa; padding: 15px; border-bottom: 1px solid #ebebeb;}
.checkbox1-custom { opacity: 0; position: absolute; }
.checkbox1-custom, .checkbox1-custom-label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; }
.checkbox1-custom-label { position: relative; font-size: 14px; color: #bebebe; font-weight: 400; }
.checkbox1-custom-label img{margin-right: 2px;}
.checkbox1-custom-label span{color: #959595; padding-left: 10px;}
.checkbox1-custom + .checkbox1-custom-label:before { content: ''; background: url(../images/ch1.png); display: inline-block; vertical-align: middle; width: 14px; height: 16px; margin-right: 10px;}
.checkbox1-custom:checked + .checkbox1-custom-label:before { background: url(../images/ch2.png); }
.checkbox1-custom:focus + .checkbox1-custom-label { outline: none; }
#slider_wrapper{padding-bottom: 180px; padding-top: 270px; background: url(../images/slider.jpg) center center no-repeat; background-size: cover;}
#why1{position: relative; padding-top: 20px; padding-bottom: 30px;}
#popular_cruises1{position: relative; padding-top: 20px; padding-bottom: 70px;}
/* ============================= popular ====================== */
#popular_wrapper{ position: relative; padding-top: 0px; padding-bottom: 0px;}
#popular_inner{}
#popular{position: relative;padding-top: 0px; padding-bottom: 0px;}
.popular_pagination{padding-top: 20px; text-align: center;}
.popular_pagination a{display: inline-block; width: 15px; height: 15px; margin:0 2px; background: url(../images/pagination2.png) center center no-repeat; position: relative; overflow: hidden; text-indent: -9999px;}
.popular_pagination a:hover, .popular_pagination a.selected{background: url(../images/pagination2_hover.png) center center no-repeat;}
#popular .carousel-box{position: relative;}
#popular .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#popular .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#popular .caroufredsel_wrapper{padding: 0; margin: 0;}
#popular .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#popular .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
.popular{}
.popular .popular_inner{}
.popular .popular_inner figure{position: relative;}
.popular .popular_inner figure img{position: relative; width: 100%;}
.popular .popular_inner figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 10px; width: 100%; color: #fff; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.popular .popular_inner:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.popular .popular_inner figure .over .v1{ font-weight: 700; font-size: 21px;}
.popular .popular_inner figure .over .v1 span{color: #fef697; font-size: 14px; padding-left: 5px; font-style: italic; font-weight: 400;}
.popular .popular_inner figure .over .v2{}
.popular .popular_inner .caption{padding: 25px; border-bottom: 3px solid transparent; background: #fafafa;}
.popular .popular_inner:hover .caption{ border-color: #1cbbb4;}
.popular .popular_inner .txt1{font-weight: 500; padding-bottom: 5px; font-size: 12px; color: #fb000d;}
.popular .popular_inner .txt1 span{ padding-right: 5px;font-size: 21px; color: #636363; }
.popular .popular_inner:hover .txt1 span{color: #1cbbb4;}
.popular .popular_inner .txt2{color: #959595; padding-bottom: 20px;}
.popular .popular_inner .txt3{}
.popular .popular_inner .txt3 .left_side{float: left; padding-top: 5px;}
.popular .popular_inner .txt3 .right_side{float: right;}
.popular .popular_inner .txt3 .nums{display: inline-block; font-size: 12px; color: #c2c2c2;}
/* ============================= popular end ====================== */
.stars1{display: inline-block;}
.stars1 img{margin-right: 1px;}
#happy1{padding-bottom: 0px; padding-top: 50px; background: url(../images/happy1.jpg) center center no-repeat; background-size: cover; color: #fff;}
#happy1 .img1{margin-top: 120px;}
#happy1 .content{padding-bottom: 30px;}
#happy1 .content .txt1{font-size: 42px; text-transform: uppercase; font-weight: 600;}
#happy1 .content .txt2{font-weight: 600; padding-bottom: 40px;}
#happy1 .content .txt3{padding-bottom: 20px;}
.distance1{position: relative; padding-bottom: 20px;}
.distance1 .txt{font-weight: 600; padding-bottom: 5px;}
.distance1 .bg{position: relative; height: 13px; background: #f8f8f8;}
.distance1 .bg .animated-distance{background: #1cbbb4;position: absolute; left: 0: top: 0; width: 0; height: 100%;}
.distance1 .bg .animated-distance span{position: absolute; top: -25px; right: -10px; font-weight: 700;}
#partners{position: relative; padding-top: 50px; padding-bottom: 50px;}
.similar{color: #464646; font-style: italic; }
/* ============================= footer ====================== */
.bot1_wrapper{background: #252525; border-top: 4px solid #1cbbb4; padding-top: 35px; padding-bottom: 45px; color: #959595;}
.bot1_title{font-size: 24px; color: #898989; font-weight: 700; padding-top: 40px; padding-bottom: 20px;}
.logo2_wrapper{padding-bottom: 10px;}
.social2_wrapper{padding-top: 10px;}
.social2{ display: block; margin: 0; padding: 0; list-style: none;}
.social2 li{display: inline-block; margin: 0 4px 4px 0; float: left;}
.social2 li a{display: block; width: 39px; height: 39px; text-decoration: none; background-position: left top; background-repeat: no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social2 li a:hover{background-position: bottom;}
.social2 li.nav1 a{background-image: url(../images/social_ic1.png);}
.social2 li.nav2 a{background-image: url(../images/social_ic2.png);}
.social2 li.nav3 a{background-image: url(../images/social_ic3.png);}
.social2 li.nav4 a{background-image: url(../images/social_ic4.png);}
.social2 li.nav5 a{background-image: url(../images/social_ic5.png);}
.social2 li.nav6 a{background-image: url(../images/social_ic6.png);}
.twits1{}
.twits1 .twit1{color: #959595; border-top: 1px solid #363636; padding: 8px 0;}
.twits1 .twit1:first-child{border-top: none;}
.twits1 .twit1 a{color: #6dcff6; text-decoration: none;}
.twits1 .twit1 .date{color: #464646; font-size: 12px;}
.newsletter_block{}
.newsletter_block .txt1{font-size: 12px; padding-bottom: 5px;}
.newsletter-wrapper{}
.newsletter{}
.newsletter input { width: 100%; height: auto; font-size: 14px; line-height: 20px; color:#555555; background: url(../images/newsletter.png) right center no-repeat #101010; border: 1px solid #343434; margin: 0; padding: 10px 50px 10px 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.newsletter input:focus {color: #fff; background-color: #000; border-color: #707070; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; outline: none;}
.phone2{font-size: 30px; color: #1cbbb4; padding-top: 5px;}
.support1{color: #555555;}
.support1 a{color: #555555;}
.bot2_wrapper{background: #00a99d; padding-top: 29px; padding-bottom: 29px; color: #fff; font-size: 13px;}
.bot2_wrapper a{color: #fff; text-decoration: none;}
.bot2_wrapper a:hover{text-decoration: underline;}
.bot2_wrapper span{padding: 0 5px;}
.bot2_wrapper .left_side{float: left;}
.bot2_wrapper .right_side{float: right;}
/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: none;}
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}
.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; background: none;}
.parallax-content { padding-top: 0px; padding-bottom: 0px;}
.bg1 { background-image: url(../images/parallax1.jpg); }
.bg2 { background-image: url(../images/parallax2.jpg); }
#parallax1{padding-top: 80px; padding-bottom: 80px; color: #fff;}
#parallax1 .txt1{font-size: 48px; font-weight: 800; color: #fff799;}
#parallax1 .txt3{padding-top: 10px; color: #fff799; font-size: 18px;}
#parallax1 .txt3 strong{font-size: 30px; color: #fff; padding-left: 10px; padding-right: 10px;}
#parallax1 .txt3 span{font-size: 14px; color: #fff;}
#parallax2{padding-top: 290px;}
/* ============================= main menu ====================== */
.menu_wrapper{}
.navbar_ { margin: 0; padding: 0; background: none; border:none; position: relative;z-index: 30; min-height: 0; float: right; display: block; background: none; line-height: 1px;}
.navbar_ .navbar-toggle {float: right; background: #1cbbb4; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 41px; margin-bottom: 41px; margin-left: 15px;}
.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus{background: #076f68;}
.navbar_ .navbar-toggle .icon-bar{background: #fff;}
.navbar-collapse_{padding-left: 0; padding-right: 0; border: none;}
.navbar_ .nav{position: relative; margin: 0; padding: 0; display: block; float: none; padding-right: 0px; background: none;}
.navbar_ .nav > li{position: relative; display: block; float: left; white-space: nowrap; padding-left: 0px; background: none; margin-left: 50px;}
.navbar_ .nav > li:first-child{margin-left: 0;}
.navbar_ .nav > li > a{display: block; text-decoration: none; background: none; font-family: 'Raleway'; font-weight: 500; font-size: 14px; line-height: 20px; color: #8c8c8c; text-shadow:none; padding: 45px 0px 45px 0; border: none; margin: 0; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-align: left; text-transform: none; vertical-align: middle; border-bottom: 3px solid transparent;
transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -webkit-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out;
}
.navbar_ .nav > li > a em{display: inline-block; width: 8px; height: 5px; background: url(../images/caret.png); margin-left: 5px;}
.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{color: #1cbbb4; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-color: #1cbbb4; }
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus{color: #1cbbb4; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-color: #1cbbb4;}
.sub-menu ul{ position: absolute; display: none; left: -25px; top: 75px; list-style: none; zoom: 1; z-index: 10; margin: 0; padding:15px 25px; background: #fff; text-align: left;margin-top: -6px; min-width: 180px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);}
.sub-menu li{ margin: 0; position: relative; zoom: 1; display: block;border-top: 1px solid #ebebeb;}
.sub-menu li:first-child{border: none;}
.sub-menu li a{display: block; position: relative; font-family:'Raleway'; font-weight: 500; font-size: 14px; line-height: 20px; color: #8c8c8c; text-decoration: none; padding: 10px 0px; background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #00a99d;}
@media(min-width:768px) {
.sub-menu li ul{ position: absolute; display: none; left: 158px; top: 0px; list-style: none; zoom: 1; z-index: 10; margin: 0; padding:6px 25px; background: #fff; text-align: left;margin-top: -6px; min-width: 180px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);}
.sub-menu li ul li{ margin: 0; position: relative; zoom: 1; display: block;border-top: 1px solid #ebebeb;}
.sub-menu li ul li ul:first-child{border: none;}
.sub-menu li ul li a{display: block; position: relative; font-family:'Raleway'; font-weight: 500; font-size: 14px; line-height: 20px; color: #8c8c8c; text-decoration: none; padding: 10px 0px; background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li ul li a:hover{ text-decoration: none; color: #00a99d;}
}
.sub-menu-1 > ul{}
.sub-menu-2 > ul{left: 100%; top: 0; margin-left: 0px; background: #002745;}
/* ============================= search-form ====================== */
.search-form-wrapper{position: relative; margin-bottom: 30px;}
.search-form-wrapper .form-control{border: 1px solid #ebebeb; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; padding-top: 9px; padding-bottom: 9px; height: 40px; color: #c2c2c2; font-size: 14px;}
.search-form-wrapper .form-control:focus{box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-color: #1cbbb4;}
.search-form-wrapper a{position: absolute; right: 0; top: 0; text-align: center; width: 40px; line-height: 40px; color: #c2c2c2;}
.search-form-wrapper a:hover{color: #1cbbb4;}
.search-form-wrapper a i{font-size: 16px; line-height: 40px;}
/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; z-index: 1000; overflow:hidden; width:50px; height:50px; border:none; text-indent:100%; background:url(../images/totop.gif) no-repeat left top; }
#toTopHover { background:url(../images/totop.gif) no-repeat left bottom; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }
/* ============================= main layout ====================== */
h1{font-family:'Raleway'; font-weight:700; font-size:36px; color:#323a45; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 25px 0; position: relative; border-bottom: 4px solid #046db6;}
h2{font-family:'Raleway'; font-weight:600; font-size:42px; color:#464646; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 10px 0; position: relative; text-align: center; text-transform: uppercase;}
h3{font-family:'Raleway'; font-weight:600; font-size:42px; color:#464646; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 10px 0; position: relative; text-align: left; text-transform: uppercase;}
h4{font-family:'Raleway'; font-weight:700; font-size:18px; color:#1cbbb4; background: none; line-height:1.1; padding:15px 0 10px; margin: 0 0 0px 0; position: relative; text-align: left; text-transform: uppercase;}
h5{font-family:'Raleway'; font-weight:700; font-size:19px; color:#464646; background: none; line-height:1.1; padding:20px 0 20px; margin: 0 0 0px 0; position: relative; text-align: left;}
.title1{text-align: center; font-size: 18px; color: #959595; padding-bottom: 15px;}
.img-responsive{width: auto \9;}
.img-responsive-old{display: block; max-width: 100%; height: auto;}
.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.color1{color: #002e51;}
/* === */
.ul1{ padding: 0; margin: 0; list-style: none;}
.ul1 > li{font-size: 15px; color: #959595; border-bottom: 1px solid #363636;}
.ul1 > li a{color:#959595; text-decoration: none; display: block; padding: 10px 20px 10px 0px; background: url(../images/arr1.png) right center no-repeat;}
.ul1 > li a:hover{color:#1cbbb4; text-decoration: none;background: url(../images/arr1_hover.png) right center no-repeat;}
.ul3{ padding: 0; margin: 0 0 30px; list-style: none;}
.ul3 > li{font-size: 14px; font-weight: 700; color: #636363; margin-bottom: 2px;}
.ul3 > li a{display: block; color:#636363; text-decoration: none; display: block; padding: 15px 40px 15px 30px; background: #f3f3f3; position: relative;}
.ul3 > li a:hover{color:#1cbbb4; background: #fafafa;}
.ul3 > li a:after{display: block; content: ''; width: 15px; height: 15px; background: url(../images/li_st3.png) 0 0 no-repeat; position: absolute; right: 20px; top: 50%; margin-top: -8px;}
.ul3 > li a:hover:after{background: url(../images/li_st3_hover.png) 0 0 no-repeat;}
.hl1{margin-top: 30px; margin-bottom: 30px; height: 1px; background: #fafafa;}
.ul4{ padding: 0; margin: 0 0 30px; list-style: none; font-family: 'Raleway'; font-size: 14px;}
.ul4 > li{font-size: 14px; color: #959595; border-top: 1px solid #ebebeb;}
.ul4 > li:first-child{border-top: none;}
.ul4 > li a{color:#959595; text-decoration: none; display: block; padding: 10px 30px 10px 20px; position: relative; line-height: 1.3; background: url(../images/li_st4.png) 0 13px no-repeat;}
.ul4 > li a:hover{color:#1cbbb4; text-decoration: none; background-image: url(../images/li_st4_hover.png);}
.ul4 > li a span{position: absolute;right: 0; top: 10px; color: #c2c2c2;}
.ul4 > li a:hover span{color: #1cbbb4;}
.tabs3{padding: 0; background: none; border-radius: 0; border: 1px solid #ebebeb; border-top: none; font-family: inherit; margin-bottom: 30px;}
.tabs3_tabs{text-align: center;}
.tabs3_tabs .ui-tabs-nav{padding: 0; display: block; font-family: 'Raleway'; font-weight: 500; font-size: 17px; line-height: 20px; border: none; border-radius: 0; background: none;}
.tabs3_tabs .ui-tabs-nav li{margin: 0!important; border: none; background: none; font-weight: 500; width: 50%;}
.tabs3_tabs .ui-tabs-nav li.ui-tabs-active{margin: 0;padding: 0;}
.tabs3_tabs .ui-tabs-nav .ui-tabs-anchor{color: #fff; padding: 15px 2px; background: #1cbbb4; float: none; display: block; border-top: 2px solid #fff;}
.tabs3_tabs .ui-tabs-nav .ui-tabs-anchor:focus{outline: none;}
.tabs3_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{ background: #fff; color: #1cbbb4; border-color: #1cbbb4;}
.tabs3_content{padding: 15px;}
.tabs3_content .ui-tabs-panel{padding: 0px;}
.news1{ border-top: 1px solid #ebebeb; padding-top: 15px; padding-bottom: 15px;}
.news1:first-child{border-top: none; padding-top: 0;}
.news1 a{display: block; font-size: 13px; text-decoration: none;}
.news1 a .txt1{color: #959595; padding-bottom: 5px;}
.news1 a:hover .txt1{color: #1cbbb4;}
.news1 a .txt2{color: #c2c2c2; font-size: 11px;}
.news1 a .txt2 span{color: #c4df9b;}
.tags1{ display: block; margin: 0 0 30px; padding: 0; list-style: none; text-align: left;}
.tags1 li{display: inline-block; margin: 0 5px 5px 0px; float: left;}
.tags1 li a{ display: inline-block; background: none; padding: 5px 15px; font-size: 13px; font-weight: 400; color: #c2c2c2; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-decoration: none; border: 1px solid #ececec;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.tags1 li a:hover{background: #1cbbb4; color: #fff; border-color: #1cbbb4;}
.text_widget{margin-bottom: 30px; font-size: 13px;}
.users{padding: 0; margin: 0 0 30px; list-style: none;}
.users li{display: block; float: left; padding: 0 2px 2px 0;}
.users li a{display: block;text-decoration: none;}
.users li a figure{position: relative;}
.users li a figure img{position: relative;}
.users li a figure em{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #1cbbb4; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.users li a:hover figure em{opacity: 1; filter:alpha(opacity=100);}
.big_letter{font-size: 35px; font-weight: 900; padding: 2px 17px; background: #1cbbb4; float: left; margin-right: 20px; margin-bottom: 2px; color: #fff;}
/*-----btn-----*/
.btn-default.btn0{ display: block; color: #fff; border: none; font-size: 14px; line-height: 20px; font-weight: 700; padding: 15px 10px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #fb000d; position: relative; text-align: center; width: 100%;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; margin-top: 50px;}
.btn-default.btn0:hover{color: #fff; background: #00a99d;}
.btn-default.btn1{ display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 5px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #00a99d; position: relative; text-align: center; width: 100%;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;}
.btn-default.btn1:hover{color: #fff; background: #fb000d;}
.btn-default.btn2{ display: inline-block; color: #898989; border: none; font-size: 13px; line-height: 20px; font-weight: 400; padding: 0px 15px 0 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: none; background: url(../images/arr1.png) right center no-repeat;}
.btn-default.btn2:hover{color: #1cbbb4; background: url(../images/arr1_hover.png) right center no-repeat;}
.btn-default.btn3{ display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 6px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #fb000d; position: relative; text-align: center; box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; margin-top: 15px;}
.btn-default.btn3:hover{color: #fff; background: #00a99d;}
.btn-default.btn4{ display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 6px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #00a99d; position: relative; text-align: center; box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; margin-top: 15px;}
.btn-default.btn4:hover{color: #fff; background: #fb000d;}
.btn-default.s1{ font-family: 'Raleway'; display: inline-block; color: #fff; border: 1px solid #ececec; font-size: 14px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; background: url(../images/type1.png) center center no-repeat #fafafa; position: relative; letter-spacing: 0; width: 42px; height: 42px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.s1:hover{background: url(../images/type1_hover.png) center center no-repeat #1cbbb4; border-color: #1cbbb4;}
.btn-default.s2{ font-family: 'Raleway'; display: inline-block; color: #fff; border: 1px solid #ececec; font-size: 14px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; background: url(../images/type2.png) center center no-repeat #fafafa; position: relative; letter-spacing: 0; width: 42px; height: 42px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.s2:hover{background: url(../images/type3_hover.png) center center no-repeat #1cbbb4; border-color: #1cbbb4;}
.btn-default.s3{ font-family: 'Raleway'; display: inline-block; color: #fff; border: 1px solid #ececec; font-size: 14px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; background: url(../images/type3.png) center center no-repeat #fafafa; position: relative; letter-spacing: 0; width: 42px; height: 42px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.s3:hover{background: url(../images/type3_hover.png) center center no-repeat #1cbbb4; border-color: #1cbbb4;}
/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 0; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-polaroid img{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.img-circle{position: relative; padding: 0px; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-circle img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.thumbnail .caption{padding: 0; color: inherit;}
.thumb1 {margin-bottom: 20px; margin-top: 20px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 .thumbnail a {position: relative; display: block;}
.thumb1 .thumbnail a figure {margin: 0; float: none; margin:0px 0px 0px 0px; position: relative;}
.thumb1 .thumbnail a figure img{width: 100%;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail a figure .img2{position: absolute; left: 0; top: 0; opacity: 0;filter:alpha(opacity=0);}
.thumb1 .thumbnail a:hover figure .img2{opacity: 1;filter:alpha(opacity=100);}
.thumb1 .thumbnail a:hover figure .img1{opacity: 0;filter:alpha(opacity=0);}
.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 .thumbnail a{display: block; text-decoration: none; text-align: center;}
.thumb2 .thumbnail a figure{margin: 0; float: none; margin:0px 0px 0px 0px; display: inline-block; position: relative;}
.thumb2 .thumbnail a figure .img1{position: relative;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover figure .img1{opacity: 0; filter:alpha(opacity=0);}
.thumb2 .thumbnail a figure .img2{position: absolute; left: 0; top: 0; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover figure .img2{opacity: 1; filter:alpha(opacity=100);}
.thumb2 .thumbnail a .caption{padding-top: 15px;}
.thumb2 .thumbnail a:hover .caption{}
.thumb2 .thumbnail a .caption .txt1{font-family: 'Raleway'; font-size: 21px; color: #464646; font-weight: 500; text-decoration: none; padding-bottom: 5px; position: relative;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover .caption .txt1{color: #1cbbb4; text-decoration: none;}
.thumb2 .thumbnail a .caption .txt2{color: #959595; padding-bottom: 15px;}
.thumb2 .thumbnail a .caption .txt3{display: inline-block; color: #c2c2c2; font-size: 13px; padding-right: 15px; line-height: 20px; background: url(../images/btn1.png) right center no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 .thumbnail a:hover .caption .txt3{color: #1cbbb4;background-image: url(../images/btn1_hover.png);}
.thumb3 {margin-bottom: 20px;}
.thumb3.last {margin-bottom: 0px;}
.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb3 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px; position: relative; border: 4px solid #e0e0e0;}
.thumb3 .thumbnail figure img{width: 100%;}
.thumb3 .thumbnail figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 10px; width: 100%; color: #fff; font-size: 15px; font-weight: 700; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.thumb3 .thumbnail .caption{padding-top: 20px;}
.thumb3 .thumbnail .caption .txt1{font-size: 21px; font-weight: 500; color: #464646; padding-bottom: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover .caption .txt1{color: #1cbbb4;}
.thumb3 .thumbnail .caption .txt2{color: #959595; padding-bottom: 15px;}
.thumb4 {margin-bottom: 0px; margin-top: 0px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; border-bottom: 3px solid transparent;}
.thumb4 .thumbnail:hover{border-bottom-color: #1cbbb4;}
.thumb4 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px; padding: 4px; background: #fafafa;}
.thumb4 .thumbnail figure img{width: 100%;}
.thumb4 .thumbnail .caption{background: #fafafa; padding: 20px;}
.thumb4 .thumbnail .caption .txt1{font-size: 19px; font-weight: 500; color: #636363; padding-bottom: 10px;}
.thumb4 .thumbnail .caption .txt2{}
.thumb4 .thumbnail .caption .txt3{}
.thumb4 .thumbnail .caption .txt3 .left_side{float: left;}
.thumb4 .thumbnail .caption .txt3 .right_side{float: right; padding-top: 5px;}
.thumb4 .thumbnail .caption .txt3 .price{font-size: 21px; color: #ff0000; font-weight: 700;}
.thumb4 .thumbnail .caption .txt3 .nums{font-size: 12px; color: #c2c2c2;}
.thumb5 {margin-bottom: 0px; margin-top: 0px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; border-bottom: 3px solid transparent;}
.thumb5 .thumbnail:hover{border-bottom-color: #1cbbb4;}
.thumb5 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px;position: relative;}
.thumb5 .thumbnail figure img{width: 100%;}
.thumb5 .thumbnail figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 5px; width: 100%; color: #fff; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb5 .thumbnail:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.thumb5 .thumbnail figure .over .v1{ font-weight: 700; font-size: 19px; line-height: 1;}
.thumb5 .thumbnail figure .over .v1 span{display: inline-block; color: #fef697; font-size: 12px; padding-left: 5px; font-style: italic; font-weight: 400;}
.thumb5 .thumbnail figure .over .v2{font-size: 12px; color: #fff;}
.thumb5 .thumbnail .caption{background: #fafafa; padding: 20px;}
.thumb5 .thumbnail .caption .txt1{font-size: 19px; font-weight: 500; color: #636363;}
.thumb5 .thumbnail .caption .txt2{font-size: 12px; color: #b2b1b1; padding-bottom: 0px;}
.thumb5 .thumbnail .caption .txt3{}
.thumb5 .thumbnail .caption .txt3 .left_side{float: left;}
.thumb5 .thumbnail .caption .txt3 .right_side{float: right; padding-top: 15px;}
.thumb5 .thumbnail .caption .txt3 .price{font-size: 21px; color: #ff0000; font-weight: 700;}
.thumb5 .thumbnail .caption .txt3 .nums{font-size: 12px; color: #c2c2c2;}
.thumb6 {margin-bottom: 0px; margin-top: 0px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; border-bottom: 3px solid transparent;}
.thumb6 .thumbnail:hover{border-bottom-color: #1cbbb4;}
.thumb6 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px;position: relative;}
.thumb6 .thumbnail figure img{width: 100%;}
.thumb6 .thumbnail figure .over{background: #1cbbb4; background: rgba(28, 187, 180, 0.8); position: absolute; left: 0; bottom: 0; padding: 5px; width: 100%; color: #fff; opacity: 0;filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb6 .thumbnail:hover figure .over{opacity: 1;filter:alpha(opacity=100);}
.thumb6 .thumbnail figure .over .v1{ font-weight: 700; font-size: 19px; line-height: 1;}
.thumb6 .thumbnail figure .over .v1 span{display: inline-block; color: #fef697; font-size: 12px; padding-left: 5px; font-style: italic; font-weight: 400;}
.thumb6 .thumbnail figure .over .v2{font-size: 12px; color: #fff;}
.thumb6 .thumbnail .caption{background: #fafafa; padding: 20px;}
.thumb6 .thumbnail .caption .txt1{font-size: 19px; font-weight: 500; color: #636363;}
.thumb6 .thumbnail .caption .txt2{font-size: 12px; color: #b2b1b1; padding-bottom: 0px;}
.thumb6 .thumbnail .caption .txt3{}
.thumb6 .thumbnail .caption .txt3 .left_side{float: left;}
.thumb6 .thumbnail .caption .txt3 .right_side{float: right; padding-top: 15px;}
.thumb6 .thumbnail .caption .txt3 .price{font-size: 21px; color: #ff0000; font-weight: 700;}
.thumb6 .thumbnail .caption .txt3 .nums{font-size: 12px; color: #c2c2c2;}
/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }
#ajax-contact-form .form-group{margin-left: 0; margin-right: 0; margin-bottom: 20px;}
#ajax-contact-form .form-group label{color: #272727; font-weight: 400; display: none;}
#ajax-contact-form .form-control{height: 48px; padding: 13px 12px; font-size: 14px; line-height: 20px; color: #959595; background: #fff;border: 1px solid #dedede;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form .form-control:focus{color: #1cbbb4; border-color: #1cbbb4; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3);}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}
.btn-default.btn-cf-submit{display: block; background: #1cbbb4; color: #fff; font-family: 'Raleway'; font-size: 14px; line-height: 20px; font-weight: 800; padding: 10px 20px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: none; text-transform: uppercase;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
.btn-default.btn-cf-submit:hover{color: #fff; background: #fb000d;}
/*================= Contacts3 =========================*/
#note3{ }
.notification_error3{ color:#f00; padding-bottom:10px; }
.notification_ok3{ text-align: left; padding-bottom:10px; }
#ajax-contact-form3 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form3 .form-group label{color: #141414; font-weight: 400; text-transform: uppercase; display: none;}
#ajax-contact-form3 .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #959595; background: #fff; ; border: 1px solid #e8e8e8;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form3 .form-control:focus{border-color: #1cbbb4; color: #1cbbb4; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 187, 180, .3);}
#ajax-contact-form3 textarea.form-control {height: 144px;}
#ajax-contact-form3 .form-group.capthca{float: left; margin-right: 20px;}
#ajax-contact-form3 .form-group.capthca input{width: 170px;}
#ajax-contact-form3 .form-group.img{float: left;}
#ajax-contact-form3 .form-group.img img{width:170px; height:38px;}
.btn-default.btn-cf-submit3{display: block; background: #fb000d; color: #fff; font-family: 'Raleway'; font-size: 14px; line-height: 20px; font-weight: 800; padding: 10px 20px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: none; text-transform: uppercase;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
.btn-default.btn-cf-submit3:hover{color: #fff; background: #1cbbb4;}
/*----- media queries ------*/
/* Large desktop */
@media (min-width: 2560px) {
#slider_wrapper{background: url(../images/slider_large.jpg) top center no-repeat; background-size: cover; padding-bottom: 280px;
padding-top: 370px; }
#home{height: 1005px;}
}
@media (min-width: 1200px) {
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
#happy1 .img1{margin-top: 220px;}
.form2_flights .select1_inner{width: 55px;}
.form3 .sel{width: 90px;}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
.form1 .select1_wrapper, .form1 .input1_wrapper {margin-bottom: 30px;}
#slider_wrapper{padding-bottom: 50px; padding-top: 170px;}
#home{height: 551px;}
#front_tabs { margin-top: -47px;}
#happy1 .img1{margin-top: 10px;}
#company1 .img1{margin-bottom: -30px;}
h2{font-size: 38px;}
h3{font-size: 38px;}
.pager .prev{display: block; margin-bottom: 10px;}
.pager .prev > a{float: none;}
.pager .next{display: block; margin-top: 10px;}
.pager .next > a{float: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar_ .nav > li{margin-left: 20px;}
#parallax1 .txt1{font-size: 38px;}
.form2{padding-left: 20px; padding-right: 20px;}
.form2_flights label{font-size: 12px; margin-right: 10px;}
.form2_flights .select1_inner{width: 44px;}
.form3 .txt label{font-size: 12px;}
.form3 .select1_wrapper{margin-right: 10px;}
.form3 .sel{width: 95px;}
.form3 .buttons{display: none;}
.checkbox1-custom-label span{display: none;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.top1_wrapper{display: none;}
.slider .slider_inner .txt1{font-size: 20px;}
.slider .slider_inner .txt2{font-size: 35px;}
.slider .slider_inner .txt3{font-size: 14px;}
.email1{float: none; margin-right: 0; border-right: none; margin-bottom: 10px;}
.phone1{float: none;margin-bottom: 10px;}
.social_wrapper{float: none;margin-bottom: 10px;}
.lang1{border: none; float: none;}
#front_tabs { margin-top: 0;}
#front_tabs .tabs_wrapper{margin-left: -15px; margin-right: -15px;}
#front_tabs .form1{padding: 15px;}
#slider_wrapper{padding-bottom: 10px; padding-top: 100px;}
#home{height: 362px;}
.slider_pagination { padding-top: 110px; }
.tabs_tabs .ui-tabs-nav{display: block;}
.tabs_tabs .ui-tabs-nav li{margin-left: 0!important;display: block;float: none; margin-bottom: 1px!important;}
.navbar_ {float: none; margin-bottom: 0; margin-left: -15px; margin-right: -15px; display: block; height: auto; padding-right: 0; background: none;}
.navbar-collapse_{clear: both;}
.navbar_ .nav{display: block; background: #fff; padding-right: 0;}
.navbar_ .nav > li{float: none;background: none; padding-left: 0; border-top: none; margin-left: 0;}
.navbar_ .nav > li:first-child{border-top: none;}
.navbar_ .nav > li > a{margin-bottom: 0; margin-top: 0; padding:5px 0; text-align: center; font-size: 14px;}
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{background: #fff;}
.sub-menu ul{position: relative; left: 0; top: 0; text-align: center; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 0;}
.sub-menu li a{}
#parallax1 .txt1{font-size: 28px;}
.btn-default.btn0{margin-top: 20px;}
.bot2_wrapper .left_side{float: none;}
.bot2_wrapper .right_side{float: none;}
h2{font-size: 32px;}
h3{font-size: 32px;}
.form2_flights label{float: none; margin-right: 0; margin-top: 0;}
.form2_flights .select1_inner{float: none; width: auto;}
.form3 .select1_wrapper{float: none; margin-right: 0; margin-bottom: 10px;}
.form3 .sel{width: auto;}
.form3 .buttons{margin-bottom: 0;}
.form2_hotels .select1_wrapper{margin-top: 20px;}
.form2_hotels .select1_wrapper:first-child{margin-top: 0px;}
.comment-block.left1{margin-left: 20px;}
}
@media (min-width: 481px) and (max-width: 767px) {
}
/* Landscape phones and down */
@media (max-width: 480px) {
.popular .popular_inner .txt3 .nums{display: none;}
}
@media (min-width: 2559px) {
.video-background-wrapper {
max-height: 995px;
}
} | 0.321567 | 0.126515 |
* {
box-sizing: border-box;
}
body {
background-color: white;
}
table, th, td {
border: 1px solid black;
padding: 7px;
margin-bottom: 15px;
text-align: center;
}
header {
display: block;
background: rgb(187, 64, 64);
text-align: center;
color: black;
padding: 0 1%;
margin-bottom: 15px;
height: auto;
text-align: center;
}
.invisible {
width: 192px;
}
.header-text {
margin: auto;
text-align: center;
align-items: center;
color: black;
}
.header1 {
color: black;
}
footer {
display: flex;
justify-content: center;
padding: 1%;
font-size: 18px;
background-color: rgb(187, 64, 64);
color: black;
clear: both;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100;
left: 0;
bottom: 0;
}
button {
background-color: rgb(187, 64, 64);
}
h5 {
margin: 3px 0 3px 0;
/* color: black; */
}
form {
margin: 5px 0 5px 0;
padding: 20px;
width: 50%;
padding: 10px;
display: grid;
}
#maintenance input {
margin-bottom: 10px;
}
form > div {
margin-bottom: 2%;
}
input {
width: 220px;
height: 25px;
}
.entry_lbl {
padding-bottom: 15px;
font-size: 24px;
margin: auto;
}
ul li {
list-style: none;
}
ul li a:hover {
color: black;
}
ul li a {
color: white;
}
.login-form {
float: left
}
.signup-form {
float: right;
}
form h5 {
text-align: center;
}
.oil-btn {
width: 48%;
margin: 15px 0;
}
#miles_form {
width: 20%;
margin: 5px 20px;
}
#miles_form label {
margin: 5px 0;
}
.miles-input {
margin: 5px 0;
}
#mile_book {
margin: auto;
width: 95%;
}
.table-header {
margin: 15px auto;
justify-content: center;
text-align: center;
}
.logbook-hbs {
overflow: auto;
/* display: inline-flex; */
width: 100%;
padding: 20px;
}
.left-form {
float: left;
width: 30%;
margin: 0 auto;
}
.right-form {
float: right;
width: 65%;
margin: 0 auto;
}
#maintenance {
width: 100%;
}
.nav-links {
display: inline-flex;
margin: auto;
padding: 0;
}
.nav-btn {
margin: auto 10px;
}
#porsche {
position: absolute;
width: 100%;
bottom: 30px;
left: 0;
}
#welcome-form {
position: absolute;
width: 30%;
margin-left: 20px;
margin-top: 50px;
}
.welcome-header {
width: 100%;
margin: auto;
justify-content: center;
text-align: center;
position: absolute;
}
.welcome-btn {
padding: 10px;
margin: 10px;
border-style: none;
border-radius: 5%;
min-height: 200px;
background-color: white;
}
.welcome-btn h5 {
padding-bottom: 2px;
}
.welcome-btn p {
color: black;
font-size: 14px;
padding: 5px;
}
.custom-select {
margin-bottom: 10px;
}
.log-table {
display: none;
}
.fa-trash {
color: rgb(214, 58, 58);
}
#miles_form {
width: 100%;
margin: auto;
}
#blocks {
display: grid;
}
#mile_book {
margin-bottom: 80px;
}
.right-form {
margin-bottom: 80px;
}
.table-header {
margin: auto;
}
.right-form {
margin-top: 30px;
}
.red-important {
border: 1px solid rgb(214, 58, 58);
}
.green {
border: 1px solid rgb(70, 139, 70);
}
@media only screen and (max-width: 850px) {
#porsche {
visibility: hidden;
}
header {
margin-bottom: 30px;
}
.welcome-header {
font-size: 20px;
}
#welcome-form {
width: 100%;
margin-left: 0;
}
.welcome-btn {
justify-content: center;
width: 80%;
margin: 10px auto;
border-radius: 0;
}
}
@media only screen and (max-width: 700px) {
.main {
display: block;
}
.home-form {
float: none;
margin: auto;
width: 70%;
display: block;
}
#signup {
margin-bottom: 80px;
margin-top: 5px;
}
.form-check {
display: inline;
}
.form-check-label {
align-items: center;
}
.radioInput {
align-items: center;
}
h5 {
font-size: 20px;
}
.loginBTN {
width: auto;
margin: auto;
}
footer {
height: 60px;
align-items: center;
}
.link-container {
width: 100%;
}
.left-form, .right-form {
float: none;
width: auto;
}
.logbook-hbs {
display: block;
}
} | public/stylesheets/css/style.css | * {
box-sizing: border-box;
}
body {
background-color: white;
}
table, th, td {
border: 1px solid black;
padding: 7px;
margin-bottom: 15px;
text-align: center;
}
header {
display: block;
background: rgb(187, 64, 64);
text-align: center;
color: black;
padding: 0 1%;
margin-bottom: 15px;
height: auto;
text-align: center;
}
.invisible {
width: 192px;
}
.header-text {
margin: auto;
text-align: center;
align-items: center;
color: black;
}
.header1 {
color: black;
}
footer {
display: flex;
justify-content: center;
padding: 1%;
font-size: 18px;
background-color: rgb(187, 64, 64);
color: black;
clear: both;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100;
left: 0;
bottom: 0;
}
button {
background-color: rgb(187, 64, 64);
}
h5 {
margin: 3px 0 3px 0;
/* color: black; */
}
form {
margin: 5px 0 5px 0;
padding: 20px;
width: 50%;
padding: 10px;
display: grid;
}
#maintenance input {
margin-bottom: 10px;
}
form > div {
margin-bottom: 2%;
}
input {
width: 220px;
height: 25px;
}
.entry_lbl {
padding-bottom: 15px;
font-size: 24px;
margin: auto;
}
ul li {
list-style: none;
}
ul li a:hover {
color: black;
}
ul li a {
color: white;
}
.login-form {
float: left
}
.signup-form {
float: right;
}
form h5 {
text-align: center;
}
.oil-btn {
width: 48%;
margin: 15px 0;
}
#miles_form {
width: 20%;
margin: 5px 20px;
}
#miles_form label {
margin: 5px 0;
}
.miles-input {
margin: 5px 0;
}
#mile_book {
margin: auto;
width: 95%;
}
.table-header {
margin: 15px auto;
justify-content: center;
text-align: center;
}
.logbook-hbs {
overflow: auto;
/* display: inline-flex; */
width: 100%;
padding: 20px;
}
.left-form {
float: left;
width: 30%;
margin: 0 auto;
}
.right-form {
float: right;
width: 65%;
margin: 0 auto;
}
#maintenance {
width: 100%;
}
.nav-links {
display: inline-flex;
margin: auto;
padding: 0;
}
.nav-btn {
margin: auto 10px;
}
#porsche {
position: absolute;
width: 100%;
bottom: 30px;
left: 0;
}
#welcome-form {
position: absolute;
width: 30%;
margin-left: 20px;
margin-top: 50px;
}
.welcome-header {
width: 100%;
margin: auto;
justify-content: center;
text-align: center;
position: absolute;
}
.welcome-btn {
padding: 10px;
margin: 10px;
border-style: none;
border-radius: 5%;
min-height: 200px;
background-color: white;
}
.welcome-btn h5 {
padding-bottom: 2px;
}
.welcome-btn p {
color: black;
font-size: 14px;
padding: 5px;
}
.custom-select {
margin-bottom: 10px;
}
.log-table {
display: none;
}
.fa-trash {
color: rgb(214, 58, 58);
}
#miles_form {
width: 100%;
margin: auto;
}
#blocks {
display: grid;
}
#mile_book {
margin-bottom: 80px;
}
.right-form {
margin-bottom: 80px;
}
.table-header {
margin: auto;
}
.right-form {
margin-top: 30px;
}
.red-important {
border: 1px solid rgb(214, 58, 58);
}
.green {
border: 1px solid rgb(70, 139, 70);
}
@media only screen and (max-width: 850px) {
#porsche {
visibility: hidden;
}
header {
margin-bottom: 30px;
}
.welcome-header {
font-size: 20px;
}
#welcome-form {
width: 100%;
margin-left: 0;
}
.welcome-btn {
justify-content: center;
width: 80%;
margin: 10px auto;
border-radius: 0;
}
}
@media only screen and (max-width: 700px) {
.main {
display: block;
}
.home-form {
float: none;
margin: auto;
width: 70%;
display: block;
}
#signup {
margin-bottom: 80px;
margin-top: 5px;
}
.form-check {
display: inline;
}
.form-check-label {
align-items: center;
}
.radioInput {
align-items: center;
}
h5 {
font-size: 20px;
}
.loginBTN {
width: auto;
margin: auto;
}
footer {
height: 60px;
align-items: center;
}
.link-container {
width: 100%;
}
.left-form, .right-form {
float: none;
width: auto;
}
.logbook-hbs {
display: block;
}
} | 0.580114 | 0.15863 |
#leftsidebar {width: 174px;}
#rightsidebar {width: 174px;}
#content {width: 576px;margin: 0px 15px 0px 0px;}
*/
/*one right column right columns */
#leftsidebar {width: 0px;}
#rightsidebar {width: 274px;}
#content {width: 665px;margin: 0px 0px 0px 0px;}
body {margin: 0px;padding: 0px;font: 0.9em Tahoma, Verdana, sans-serif;}
.clear {padding: 0px;margin: 0px;clear: both;}
/* Link Elements Starts */
#dashboard .dash a {padding: 0px;text-decoration: none;color: #dadada;margin: 0px;}
#nav ul li a {color: #2583ad;text-decoration: none;}
#content a, #featured p a, #rightsidebar ul li a, #leftsidebar ul li a, #fmore ul li a {color: #2583ad;text-decoration: underline;}
#featured h2 a, #content h2 a, #header h1 a {color: #fff;text-decoration: none;}
#content h2 a {color: #333;}
#header h1 a {color: #555;}
.fcomments a {color: #264761 !important;text-decoration: none;}
/* Link Elements Ends */
/* Link Hover Elements Starts */
#nav ul li a:hover, #header h1 a:hover, #dashboard a:hover, #content a:hover, #rightsidebar ul li a:hover, #leftsidebar ul li a:hover, #featured p a:hover, #fmore ul li a:hover, .footerc ul li a:hover, .footerc p a:hover {
color: #d54e21;text-decoration: none;}
.fcomments a:hover {color: #d54e21 !important;}
#featured h2 a:hover {color: #333;}
#credits a:hover {color: #a3c800;text-decoration: none;}
/* Link Hover Elements Ends */
#hiddenmessage {text-align:center;margin: 0px 40px 0px 0px;display:none;color: #B6411A;font-size: 1.4em;}
/* Other Theme Properties Starts */
img.alignright {float: right;margin: 0px 0px 10px 10px;padding: 0px;border: 1px solid #ccc;}
img.alignleft {float: left;margin: 0px 10px 10px 0px;padding: 0px;border: 1px solid #ccc;}
.alignright {float: right;padding: 0px;}
.alignleft {float: left;padding: 0px;}
.navigation {display: block;text-align: center;padding: 10px;font-size: 1em;}
.video {text-align:center;margin: 0px;padding: 0px 0px 20px;}
#dashboard, #nav ul li a, .fcomments a, #content .post h2 {letter-spacing: 1px;}
#content h3, #comments h3 {margin: 10px;padding: 0px;border-bottom: 1px solid #e5e5e5;font: normal 1.4em Georgia, "Times New Roman", Times, serif;color: #333;}
#comments h3 {margin: 0px 0px 2px;padding:5px;background: #ccc;border-bottom: none;}
/* Other Theme Properties Ends */
/* Dashboard Area Starts */
#dashboard {padding: 10px 0px;background: #464646;color: #cccccc;}
#dashboard .dash {width: 972px;margin: auto;text-align: right;}
/* Dashboard Area Ends */
/* Search Elements Starts */
#searchtop {float: left;border:1px solid #333;}
#searchtop #s {font-size: 1em;padding: 2px 5px;color: #333;border: none;}
#searchform {margin: auto;text-align:center;padding: 0px 0px 10px;}
#searchform #s {border:1px solid #333;width: 166px;padding: 2px;margin: 0px 0px 5px;}
/* Search Elements Ends */
/* Header Elements Starts */
#header {background: #e4f2fd;padding: 20px 0px;border-bottom: 1px solid #c6d9e9;}
.headings {width: 972px;margin: auto;}
#header h1 {font: normal 2em Georgia, "Times New Roman", Times, serif;color: #555555;margin: 0px;padding: 0px;float: left;}
#header h2 {float: right;padding: 9px 0px 0px;margin: 0px;color: #d54e21;font: normal 1.4em Georgia, "Times New Roman", Times, serif;}
/* Header Elements Ends */
/* Navigation Starts */
#nav {padding: 0px;margin: 0px 0px 15px;border-bottom: 1px solid #dadada;}
#nav ul {list-style: none;margin: 10px auto;padding: 0px;width: 972px;}
#nav ul li {float: left;display: block;font-size: 1em;font-weight: bold;color: #2583ad;padding: 0px 20px 0px 0px;margin: 0px;}
/* Navigation Ends */
/* Main Container Starts */
#container {padding: 0px 0px 20px;margin: 0px auto 0px;width: 972px;}
/* Main Container Ends */
/* Featured Area Starts */
#featured {line-height: normal;width: 966px;border: 1px solid #2583ad;margin: 0px 0px 15px;padding: 2px;}
#featured h2 {background: #d54e21;padding: 10px;margin: 0px;text-align: left;font: bold 1.4em Georgia, "Times New Roman", Times, serif;}
#featured h2 span {padding: 0px;width: 800px;float: left;}
.fcomments {margin: 0px;padding: 4px 7px;float: right;display: block;background: #ebebeb;text-decoration: none;color: #264761;font: bold 0.6565em Tahoma, Verdana, sans-serif;}
#featured p {padding: 10px 10px 0px;color: #333;font-size: 0.9786em;line-height: 20px;margin: 0px;}
#featured blockquote {border-bottom: 2px solid #E5E5E5;border-right: 1px solid #E5E5E5;margin: 10px 20px 0px;padding: 0px 5px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;}
#featured blockquote p {margin: 0px;padding: 5px;font-size: 1.1em;line-height: 24px;}
#featured ul, #featured ol {margin: 10px 10px 0px 30px;padding: 0px;list-style:square;}
#featured ul li, #featured ol li {margin: 0px;padding: 3px 0px 6px;font-size: 0.9em;}
#fpost {padding: 0px;width: 576px;float: left;margin: 10px 0px;border-right: 1px solid #ccc;}
#fpost .date {padding: 0px 10px;font-size: 0.7em;font-weight: bold;}
#fmore {float: right;width: 365px;margin: 0px 10px 0px 0px;}
#fmore h2 {color: #333;background: none;font-size: 1.2em;border-bottom: 2px solid #E4F2FD;border-top: 1px solid #E4F2FD;padding: 5px 0px;margin: 10px 0px 5px;}
#fmore ul {margin: 5px 5px 5px 15px;padding: 0px;list-style: square;}
#fmore ul li {padding: 6px 0px;margin: 0px;font-size: 0.8em;color: #333;}
#fmore a.fmorec {background: #fff;font-size: 0.9em;text-decoration: none;}
/* Featured Area Ends */
/* Content Starts */
#content {float: left;padding: 2px;border: 1px solid #ccc;}
#content h2 {color: #333;font: bold 1.4em Georgia, "Times New Roman", Times, serif;border-bottom: 2px solid #E4F2FD;border-top: 1px solid #E4F2FD;margin: 0px 5px;padding: 5px 0px;}
#content .date {padding: 10px;font-size: 0.7em;font-weight: bold;}
#content .meta {padding: 10px 10px 20px;font-size: 0.8em;font-weight: normal;}
#content .meta ul {list-style: none;margin: 0px;padding: 5px 0px;}
#content .meta ul li {float: left;padding: 0px 5px 0px 0px;display: block;}
#content .post {margin: 10px 10px 0px;padding: 0px;font-size: 1.0em;color: #333;}
#content .post h2 {margin: 0px 0px 20px;padding: 0px;background: none;border-bottom: 2px solid #E4F2FD;border-top: none;font: normal 1.5em Georgia, "Times New Roman", Times, serif;color: #2583ad;}
#content .post h3 {margin: 0px 0px 20px;padding: 0px;border-bottom: 1px solid #e5e5e5;font: normal 1.4em Georgia, "Times New Roman", Times, serif;color: #333;}
#content .post p {padding: 0px 0px 20px;line-height: 20px;margin: 0px;}
#content .post ul, #content .post ol {margin: 0px 35px 20px 35px;padding: 0px;}
#content .post ul li, #content .post ol li {margin: 0px;padding: 3px 0px 6px;}
#content .post blockquote {border-bottom: 2px solid #E5E5E5;border-right: 1px solid #E5E5E5;margin: 0px 20px 20px;padding: 5px 10px 0px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;text-indent: 30px;}
#content .post blockquote p {margin: 0px;padding: 5px 5px 10px;font-size: 1.1em;line-height: 24px;}
#content .quoteleft {width: 200px;float: left;padding: 5px 10px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;text-indent: 30px;color: #000;margin: 10px 10px 0px 0px;}
#content .quoteright {width: 200px;float: right;padding: 5px 10px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;text-indent: 30px;color: #000;margin: 10px 0px 0px 10px;}
#content .commentmeta {font-size: 0.8em;font-weight: bold;text-align:right;border-bottom: 1px solid #ccc;margin: 0px 0px 25px;}
#content .commentmeta a {background: #fff;padding: 5px;top: 7px;position: relative;text-decoration: none;border: 1px solid #ccc;}
/* Content Ends */
/* Left Sidebar Starts */
#rightsidebar h3, #leftsidebar h3, #rightsidebar h2, #leftsidebar h2 {font: normal 1.1em Georgia, "Times New Roman", Times, serif;background: #E4F2FD;padding: 5px;margin: 0px 0px 10px;color: #333;}
#rightsidebar li, #leftsidebar li {list-style: none;}
#rightsidebar ul, #leftsidebar ul {margin: 10px 5px 10px 20px;padding: 0px;}
#rightsidebar ul li, #leftsidebar ul li {padding: 3px 0px 6px;margin: 0px;font-size: 0.8em;color: #333;list-style: square;}
#leftsidebar {float: left;padding: 2px;border: 1px solid #ccc;}
/* Left Sidebar Ends */
/* Right Sidebar Starts */
#rightsidebar {padding: 2px;border: 1px solid #ccc;float: right;margin: 0px 0px 0px 15px;}
/* Right Sidebar Ends */
/* Sidebar Calendar Starts */
#calendar_wrap {margin: 0px;padding: 0px 0px 10px;}
#wp-calendar {width: 174px;}
#today {text-align: center;background: #C4E2FB!important;}
table#wp-calendar td {text-align: center;background: #e4f2fd;}
#today a, #wp-calendar a {color: #2583ad;}
#today a:hover, #wp-calendar a:hover {color: #d54e21;text-decoration: none;}
#prev {text-align: left !important;padding: 0px 2px;}
#next {text-align: right !important;padding: 0px 2px;}
/* Sidebar Calendar Ends */
/* Sidebar Tags Starts */
#tag_cloud {padding: 0px 0px 10px !important;}
#tag_cloud a {color: #2583ad;font-size: 100% !important;line-height: 22px;padding: 0px 2px;}
#tag_cloud a:hover {color: #d54e21;text-decoration: none;}
.textwidget, .adrotatorwidget {margin: 0px;padding: 0px 0px 10px;}
/* Sidebar Tags Ends */
/* Box Links, and action bar border: red 1px solid; */
.boxlinks {font-size: 85%;}
.inlineboxlinks {padding: 1em;margin: 1em 0;clear: left;}
.actionbar {margin: 0px;clear: right; padding: 0px;font-size: 115%;display: block; width:100%;height:33px; }
.actionbar a {font-size: 123%;background:#fafafa;height:22px;}
.right {float: right;}
.boxlinks2 {font-size: 85%;margin-top:-24px; margin-right:-11px;background-color:#ffffff;}
.boxlinks2 a {border: 1px solid #235C9D;text-decoration: none;padding: 3px 5px;}
.boxlinks a, .boxlinks span {margin-top:2px; display: block;vertical-align: bottom; float: left;padding: 0.2em 0.5em;margin-right: 0.15em;}
.boxlinks span.current {border: 1px solid #235C9D;font-weight: bold;background: #235C9D;color: #fff;}
.boxlinks a {border: 1px solid #235C9D;text-decoration: none;}
.boxlinks a:hover {background:#E1ECF9;}
.boxlinks a.nextprev {font-weight: bold;}
.boxlinks span.nextprev {color: #666;}
.boxlinks span.nextprev {border: 1px solid #ddd;color: #999;}
ul.boxlink {list-style-type:none;}
div.boxlinks a.current {border-bottom: 1px solid #E1ECF9;;background:#E1ECF9; }
.tab-spacer{background:#E1ECF9;border:0px solid #8db2e3;border-top:0 none;height:2px;font-size:1px;line-height:1px;}
div.formbox {border:1px solid #8db2e3;margin-top:20px;}
/* code formatting for posts */
.code {color: #63FF00;background: #000;overflow: auto;font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;margin: 0.9em 0; padding: 8px;}
/* Footer Starts */
#footer {background: #464646;padding: 0px;margin: 0px 0px 0px 0px;padding: 0px 0px 45px 0px;}
.footerinner {width: 972px;margin:auto;padding: 15px 0px 15px 0px;}
.footerc {float: left;border: 1px solid #333;margin: 0px 22px 15px 0px;padding: 2px;width: 303px;color: #dadada;}
.footercalt {float: left;border: 1px solid #333;margin: 0px 0px 15px 0px;padding: 2px;width: 303px;color: #dadada;}
.footerc h3, .footercalt h3 {font: normal 1.1em Georgia, "Times New Roman", Times, serif;color: #ccc;margin: 0px;padding:5px;background: #333;letter-spacing: 1px;}
.footerc ul, .footercalt ul {margin: 5px 0px 5px 20px;padding: 0px;list-style: square;}
.footerc ul li, .footercalt ul li {padding: 3px 0px 6px;margin: 0px;font-size: 0.9em;}
.footerc p, .footercalt p {padding: 5px;margin: 0px;line-height: 22px;font-size: 0.9em;}
.footerc ul li a, .footerc p a, .footercalt ul li a, .footercalt p a, #credits a {color: #dadada;}
#credits {float: left;width: 962px;padding: 5px;font-size: 0.8em;color: #ccc;height: 29px;}
#credits img { float: left;}
#credits span {float:right;line-height: 26px;}
/* Footer Ends */
/* ADMIN area */
.secondary {color:#999999;font-size: 80%;}
#editable-post-name {background-color:#FFFBCC;}
/* Comments Starts */
#comments {margin: 0px;padding: 2px 0px;border-top: 1px solid #ccc;}
#respond {margin: 2px 0px;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;background: #fff;}
#respond h4 {margin: 2px 0px;font: normal 1.4em Georgia, "Times New Roman", Times, serif;color: #333;padding:5px;background: #ccc;}
/* Main Comment Elements */
ol#commentlist {margin: 0px;padding: 10px 10px 10px 30px;border-top: 1px solid #ccc;}
ol#commentlist li { /* This is for the normal entry headings */
font-size: 0.8em;color: #515151;margin: 0px;padding: 10px;border: 1px solid #F0F0F0;border-bottom: none;}
ol#commentlist .entry { /* This is for the normal entry comments */
background: #fff;border: 1px solid #F0F0F0;margin: 0px 0px 20px;padding: 10px;}
ol#commentlist li.alternate { /* This is for the alternate entry headings */
margin: 0px;padding: 10px;border: 1px solid #CCC;border-bottom: none;background: #f9f9f9;}
ol#commentlist .alternate { /* This is for the alternate entry comments */
border: 1px solid #ccc;margin: 0px 0px 20px;padding: 10px;background: #f9f9f9;}
ol#commentlist li.author { /* This is for the author entry headings */
margin: 0px;padding: 10px;border: 1px solid #CCC;border-bottom: none;}
ol#commentlist .author { /* This is for the author entry comments */
border: 1px solid #ccc;margin: 0px 0px 20px;padding: 10px;background: #e4f2fd;}
ol#commentlist .entry p, ol#commentlist .author p, ol#commentlist .alternate p {
font-size: 0.9em;color: #333;padding: 0px;margin: 0px;line-height: 20px;}
ol#commentlist .entry blockquote, ol#commentlist .author blockquote, ol#commentlist .alternate blockquote {
padding: 5px 5px 0px;margin: 0px 20px 10px;font-size: 0.9em;}
ol#commentlist .entry blockquote p, ol#commentlist .author blockquote p, ol#commentlist .alternate blockquote p {
line-height: 20px;padding: 0px 0px 5px;}
ol#commentlist #comment span {float: right;}
ol#commentlist li .avatar { border: 1px solid #ccc;padding: 2px;background: #fff;}
#comment_form {padding: 0px 10px;}
#comment_form input {width: 240px;padding: 5px;margin: 0px 10px 0px 0px;border: 1px solid #ccc;background: #F8F8F8;}
#comment_form textarea {width: 542px;padding: 5px;border: 1px solid #ccc;background: #F8F8F8;}
#comment_form #submit {width: 240px;padding: 5px;border: 1px solid #ccc;background: #e4f2fd;font: 120% Georgia, "Times New Roman", Times, serif;color: #333;}
#comment_form #submit:hover {border: 1px solid #333;background: #d54e21;color: #fff;}
#comment_form input[type="text"]:focus { background: #ffffff;border: 1px solid #d54e21;}
#comment_form textarea:focus {background: #fff;border: 1px solid #d54e21;}
/* Comments Ends */
/* Form elements */
/* Colors & Style */
form {background-color:#FAFAFA; }
form fieldset {background-color:#FAFAFA; border-color: #000000; border-width: 0px; border-style: solid;}
form fieldset legend {font-size: 1.3em; font-weight: normal; color: #235C9D;}
input, select, textarea {font-family: Tahoma, Arial, sans-serif; font-size: 1.1em; color: #000000;}
form div fieldset {border-color: #666666;}
form .instructions {background-color:#FFFFCC;text-align: left;}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {background-color: #cccccc; color: #000000; width: auto; padding: 0 6px; margin: 0;}
form input, form select, form textarea { background-color: #ffffff;}
/*form div {width: 354px;} */
form div fieldset { margin: 0 0 0 144px; width: 197px;}
form div label { width: 130px;}
form div fieldset div { width: 480px;}
form div label.labelCheckbox, form div label.labelRadio { width: 430px; margin: 0 0 5px 142px;}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio { width: 380px;}
form div select, form div textarea { width: 430px;}
form fieldset div input { width: 430px;}
form div input.inputFile { width: 400px;}
form div select.selectOne, form div select.selectMultiple { width: 430px; }
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio { margin: 0 0 0 140px;}
form div.submit {width: 214px;padding: 0 0 0 146px;}
form div small { margin: 0 0 5px 142px;}
/*Dialog form*/
form.small fieldset div { width: 100%;}
form.small div.instructions {background-color:#FFFFCC;text-align: left;}
form.small fieldset {background-color:#ffffff;border: red 0px solid; padding: 0px;margin: 6px;}
form.small div label { width: 130px;}
form.small label.labelCheckbox, form.small div label.labelRadio { width: 200px; margin: 0 0 5px 142px;}
form.small fieldset label.labelCheckbox, form.small div fieldset label.labelRadio { width: 150px;}
form.small select, form.small div textarea { width: 200px;}
form.small fieldset div input { width: 150px;}
form.small input.inputCheckbox, form.small div input.inputRadio, input.inputCheckbox, input.inputRadio {width: 14px; margin: 0 0 0 0px;}
/* Buttons --*/
form .actions {padding: 10px;padding: 10px;background-color: #F5F5F5;border-top: 2px solid #235C9D;text-align: right;}
form div.actions input {background-color: #EBE9ED;}
form .primaryAction {}
form .secondaryAction {color: grey;}
form .secondaryAction:hover {color: black;}
/* general style */
form .instructions { margin: 1.5em 0;padding: 3px; background-color:#FFFFCC;margin: 0px 0 0 0;}
form {margin: 0; padding: 0;}
form fieldset { clear: both; padding: 10px; margin: 0 0 10px 0;}/**/
/* */
form fieldset legend {margin: 0 0 0 0;padding: 0 5px;}
label {font-size: 1.0em;}
label u {font-style: normal; text-decoration: underline;}
textarea { overflow: auto;}
form div { clear: left; display: block; height: expression('1%');margin: 5px 0 0 0;padding: 1px 3px;}
form div fieldset {clear: none;border-width: 1px;border-style: solid; padding: 0 5px 5px 5px;}
form div fieldset legend {font-size: 1.0em; padding: 0 3px 0 9px;}
form div.required fieldset legend {font-weight: bold;}
form div label {display: block;float: left;padding: 3px 5px; margin: 0 0 5px 0; text-align: right;}
form div.optional label, label.optional {font-weight: normal;}
form div.required label, label.required {font-weight: bold;}
form div label.labelCheckbox, form div label.labelRadio {float: none; display: block; height: expression('1%'); padding: 0;text-align: left;}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio { margin: 0 0 5px 0;}
form div img { border: 1px solid #000000;}
form div input, form div select, form div textarea {margin: 0 0 0 0;}
form div select.selectOne, form div select.selectMultiple { padding: 1px 3px;}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {display: inline; height: 14px; width: 14px; background-color: transparent; border-width: 0; padding: 0;}
form div.submit div { display: inline; float: left; text-align: left; width: auto; padding: 0; margin: 0;}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton { width: auto; padding: 0 6px; margin: 0;}
form div.submit div input.inputSubmit, form div.submit div input.inputButton { float: right; margin: 0 0 0 5px;}
form div small {display: block; padding: 1px 3px; font-size: 88%; height: expression('1%');}
form fieldset legend { line-height: 150%;}
form textarea.expanding { overflow: auto; overflow-x: auto; overflow-y: visible;}
div.optional label:before {content: '';}
div.required label:before {content: '';}
form textarea.wide { margin: 30px 0px 0 -144px; width:100%; overflow: auto; overflow-x: auto; overflow-y: visible;}
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {display: block; height: expression('1%'); padding: 4px 0px 0px 18px; text-indent: -18px; line-height: 120%;}
form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {margin: 0px 0px 0px 0px;}
form div label.compact { display: inline; width: auto; padding: 4px 10px 0px 0px; text-indent: 0px; margin: 0px 0px 0px 0px;}
form div.notes p, form div small { line-height: 125%;}
form div.wide small { margin: 0px 0px 5px 0px;} | static/admin/freshpress.css | #leftsidebar {width: 174px;}
#rightsidebar {width: 174px;}
#content {width: 576px;margin: 0px 15px 0px 0px;}
*/
/*one right column right columns */
#leftsidebar {width: 0px;}
#rightsidebar {width: 274px;}
#content {width: 665px;margin: 0px 0px 0px 0px;}
body {margin: 0px;padding: 0px;font: 0.9em Tahoma, Verdana, sans-serif;}
.clear {padding: 0px;margin: 0px;clear: both;}
/* Link Elements Starts */
#dashboard .dash a {padding: 0px;text-decoration: none;color: #dadada;margin: 0px;}
#nav ul li a {color: #2583ad;text-decoration: none;}
#content a, #featured p a, #rightsidebar ul li a, #leftsidebar ul li a, #fmore ul li a {color: #2583ad;text-decoration: underline;}
#featured h2 a, #content h2 a, #header h1 a {color: #fff;text-decoration: none;}
#content h2 a {color: #333;}
#header h1 a {color: #555;}
.fcomments a {color: #264761 !important;text-decoration: none;}
/* Link Elements Ends */
/* Link Hover Elements Starts */
#nav ul li a:hover, #header h1 a:hover, #dashboard a:hover, #content a:hover, #rightsidebar ul li a:hover, #leftsidebar ul li a:hover, #featured p a:hover, #fmore ul li a:hover, .footerc ul li a:hover, .footerc p a:hover {
color: #d54e21;text-decoration: none;}
.fcomments a:hover {color: #d54e21 !important;}
#featured h2 a:hover {color: #333;}
#credits a:hover {color: #a3c800;text-decoration: none;}
/* Link Hover Elements Ends */
#hiddenmessage {text-align:center;margin: 0px 40px 0px 0px;display:none;color: #B6411A;font-size: 1.4em;}
/* Other Theme Properties Starts */
img.alignright {float: right;margin: 0px 0px 10px 10px;padding: 0px;border: 1px solid #ccc;}
img.alignleft {float: left;margin: 0px 10px 10px 0px;padding: 0px;border: 1px solid #ccc;}
.alignright {float: right;padding: 0px;}
.alignleft {float: left;padding: 0px;}
.navigation {display: block;text-align: center;padding: 10px;font-size: 1em;}
.video {text-align:center;margin: 0px;padding: 0px 0px 20px;}
#dashboard, #nav ul li a, .fcomments a, #content .post h2 {letter-spacing: 1px;}
#content h3, #comments h3 {margin: 10px;padding: 0px;border-bottom: 1px solid #e5e5e5;font: normal 1.4em Georgia, "Times New Roman", Times, serif;color: #333;}
#comments h3 {margin: 0px 0px 2px;padding:5px;background: #ccc;border-bottom: none;}
/* Other Theme Properties Ends */
/* Dashboard Area Starts */
#dashboard {padding: 10px 0px;background: #464646;color: #cccccc;}
#dashboard .dash {width: 972px;margin: auto;text-align: right;}
/* Dashboard Area Ends */
/* Search Elements Starts */
#searchtop {float: left;border:1px solid #333;}
#searchtop #s {font-size: 1em;padding: 2px 5px;color: #333;border: none;}
#searchform {margin: auto;text-align:center;padding: 0px 0px 10px;}
#searchform #s {border:1px solid #333;width: 166px;padding: 2px;margin: 0px 0px 5px;}
/* Search Elements Ends */
/* Header Elements Starts */
#header {background: #e4f2fd;padding: 20px 0px;border-bottom: 1px solid #c6d9e9;}
.headings {width: 972px;margin: auto;}
#header h1 {font: normal 2em Georgia, "Times New Roman", Times, serif;color: #555555;margin: 0px;padding: 0px;float: left;}
#header h2 {float: right;padding: 9px 0px 0px;margin: 0px;color: #d54e21;font: normal 1.4em Georgia, "Times New Roman", Times, serif;}
/* Header Elements Ends */
/* Navigation Starts */
#nav {padding: 0px;margin: 0px 0px 15px;border-bottom: 1px solid #dadada;}
#nav ul {list-style: none;margin: 10px auto;padding: 0px;width: 972px;}
#nav ul li {float: left;display: block;font-size: 1em;font-weight: bold;color: #2583ad;padding: 0px 20px 0px 0px;margin: 0px;}
/* Navigation Ends */
/* Main Container Starts */
#container {padding: 0px 0px 20px;margin: 0px auto 0px;width: 972px;}
/* Main Container Ends */
/* Featured Area Starts */
#featured {line-height: normal;width: 966px;border: 1px solid #2583ad;margin: 0px 0px 15px;padding: 2px;}
#featured h2 {background: #d54e21;padding: 10px;margin: 0px;text-align: left;font: bold 1.4em Georgia, "Times New Roman", Times, serif;}
#featured h2 span {padding: 0px;width: 800px;float: left;}
.fcomments {margin: 0px;padding: 4px 7px;float: right;display: block;background: #ebebeb;text-decoration: none;color: #264761;font: bold 0.6565em Tahoma, Verdana, sans-serif;}
#featured p {padding: 10px 10px 0px;color: #333;font-size: 0.9786em;line-height: 20px;margin: 0px;}
#featured blockquote {border-bottom: 2px solid #E5E5E5;border-right: 1px solid #E5E5E5;margin: 10px 20px 0px;padding: 0px 5px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;}
#featured blockquote p {margin: 0px;padding: 5px;font-size: 1.1em;line-height: 24px;}
#featured ul, #featured ol {margin: 10px 10px 0px 30px;padding: 0px;list-style:square;}
#featured ul li, #featured ol li {margin: 0px;padding: 3px 0px 6px;font-size: 0.9em;}
#fpost {padding: 0px;width: 576px;float: left;margin: 10px 0px;border-right: 1px solid #ccc;}
#fpost .date {padding: 0px 10px;font-size: 0.7em;font-weight: bold;}
#fmore {float: right;width: 365px;margin: 0px 10px 0px 0px;}
#fmore h2 {color: #333;background: none;font-size: 1.2em;border-bottom: 2px solid #E4F2FD;border-top: 1px solid #E4F2FD;padding: 5px 0px;margin: 10px 0px 5px;}
#fmore ul {margin: 5px 5px 5px 15px;padding: 0px;list-style: square;}
#fmore ul li {padding: 6px 0px;margin: 0px;font-size: 0.8em;color: #333;}
#fmore a.fmorec {background: #fff;font-size: 0.9em;text-decoration: none;}
/* Featured Area Ends */
/* Content Starts */
#content {float: left;padding: 2px;border: 1px solid #ccc;}
#content h2 {color: #333;font: bold 1.4em Georgia, "Times New Roman", Times, serif;border-bottom: 2px solid #E4F2FD;border-top: 1px solid #E4F2FD;margin: 0px 5px;padding: 5px 0px;}
#content .date {padding: 10px;font-size: 0.7em;font-weight: bold;}
#content .meta {padding: 10px 10px 20px;font-size: 0.8em;font-weight: normal;}
#content .meta ul {list-style: none;margin: 0px;padding: 5px 0px;}
#content .meta ul li {float: left;padding: 0px 5px 0px 0px;display: block;}
#content .post {margin: 10px 10px 0px;padding: 0px;font-size: 1.0em;color: #333;}
#content .post h2 {margin: 0px 0px 20px;padding: 0px;background: none;border-bottom: 2px solid #E4F2FD;border-top: none;font: normal 1.5em Georgia, "Times New Roman", Times, serif;color: #2583ad;}
#content .post h3 {margin: 0px 0px 20px;padding: 0px;border-bottom: 1px solid #e5e5e5;font: normal 1.4em Georgia, "Times New Roman", Times, serif;color: #333;}
#content .post p {padding: 0px 0px 20px;line-height: 20px;margin: 0px;}
#content .post ul, #content .post ol {margin: 0px 35px 20px 35px;padding: 0px;}
#content .post ul li, #content .post ol li {margin: 0px;padding: 3px 0px 6px;}
#content .post blockquote {border-bottom: 2px solid #E5E5E5;border-right: 1px solid #E5E5E5;margin: 0px 20px 20px;padding: 5px 10px 0px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;text-indent: 30px;}
#content .post blockquote p {margin: 0px;padding: 5px 5px 10px;font-size: 1.1em;line-height: 24px;}
#content .quoteleft {width: 200px;float: left;padding: 5px 10px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;text-indent: 30px;color: #000;margin: 10px 10px 0px 0px;}
#content .quoteright {width: 200px;float: right;padding: 5px 10px;background: #f2f2f2 url(images/quote.gif) no-repeat left top;text-indent: 30px;color: #000;margin: 10px 0px 0px 10px;}
#content .commentmeta {font-size: 0.8em;font-weight: bold;text-align:right;border-bottom: 1px solid #ccc;margin: 0px 0px 25px;}
#content .commentmeta a {background: #fff;padding: 5px;top: 7px;position: relative;text-decoration: none;border: 1px solid #ccc;}
/* Content Ends */
/* Left Sidebar Starts */
#rightsidebar h3, #leftsidebar h3, #rightsidebar h2, #leftsidebar h2 {font: normal 1.1em Georgia, "Times New Roman", Times, serif;background: #E4F2FD;padding: 5px;margin: 0px 0px 10px;color: #333;}
#rightsidebar li, #leftsidebar li {list-style: none;}
#rightsidebar ul, #leftsidebar ul {margin: 10px 5px 10px 20px;padding: 0px;}
#rightsidebar ul li, #leftsidebar ul li {padding: 3px 0px 6px;margin: 0px;font-size: 0.8em;color: #333;list-style: square;}
#leftsidebar {float: left;padding: 2px;border: 1px solid #ccc;}
/* Left Sidebar Ends */
/* Right Sidebar Starts */
#rightsidebar {padding: 2px;border: 1px solid #ccc;float: right;margin: 0px 0px 0px 15px;}
/* Right Sidebar Ends */
/* Sidebar Calendar Starts */
#calendar_wrap {margin: 0px;padding: 0px 0px 10px;}
#wp-calendar {width: 174px;}
#today {text-align: center;background: #C4E2FB!important;}
table#wp-calendar td {text-align: center;background: #e4f2fd;}
#today a, #wp-calendar a {color: #2583ad;}
#today a:hover, #wp-calendar a:hover {color: #d54e21;text-decoration: none;}
#prev {text-align: left !important;padding: 0px 2px;}
#next {text-align: right !important;padding: 0px 2px;}
/* Sidebar Calendar Ends */
/* Sidebar Tags Starts */
#tag_cloud {padding: 0px 0px 10px !important;}
#tag_cloud a {color: #2583ad;font-size: 100% !important;line-height: 22px;padding: 0px 2px;}
#tag_cloud a:hover {color: #d54e21;text-decoration: none;}
.textwidget, .adrotatorwidget {margin: 0px;padding: 0px 0px 10px;}
/* Sidebar Tags Ends */
/* Box Links, and action bar border: red 1px solid; */
.boxlinks {font-size: 85%;}
.inlineboxlinks {padding: 1em;margin: 1em 0;clear: left;}
.actionbar {margin: 0px;clear: right; padding: 0px;font-size: 115%;display: block; width:100%;height:33px; }
.actionbar a {font-size: 123%;background:#fafafa;height:22px;}
.right {float: right;}
.boxlinks2 {font-size: 85%;margin-top:-24px; margin-right:-11px;background-color:#ffffff;}
.boxlinks2 a {border: 1px solid #235C9D;text-decoration: none;padding: 3px 5px;}
.boxlinks a, .boxlinks span {margin-top:2px; display: block;vertical-align: bottom; float: left;padding: 0.2em 0.5em;margin-right: 0.15em;}
.boxlinks span.current {border: 1px solid #235C9D;font-weight: bold;background: #235C9D;color: #fff;}
.boxlinks a {border: 1px solid #235C9D;text-decoration: none;}
.boxlinks a:hover {background:#E1ECF9;}
.boxlinks a.nextprev {font-weight: bold;}
.boxlinks span.nextprev {color: #666;}
.boxlinks span.nextprev {border: 1px solid #ddd;color: #999;}
ul.boxlink {list-style-type:none;}
div.boxlinks a.current {border-bottom: 1px solid #E1ECF9;;background:#E1ECF9; }
.tab-spacer{background:#E1ECF9;border:0px solid #8db2e3;border-top:0 none;height:2px;font-size:1px;line-height:1px;}
div.formbox {border:1px solid #8db2e3;margin-top:20px;}
/* code formatting for posts */
.code {color: #63FF00;background: #000;overflow: auto;font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;margin: 0.9em 0; padding: 8px;}
/* Footer Starts */
#footer {background: #464646;padding: 0px;margin: 0px 0px 0px 0px;padding: 0px 0px 45px 0px;}
.footerinner {width: 972px;margin:auto;padding: 15px 0px 15px 0px;}
.footerc {float: left;border: 1px solid #333;margin: 0px 22px 15px 0px;padding: 2px;width: 303px;color: #dadada;}
.footercalt {float: left;border: 1px solid #333;margin: 0px 0px 15px 0px;padding: 2px;width: 303px;color: #dadada;}
.footerc h3, .footercalt h3 {font: normal 1.1em Georgia, "Times New Roman", Times, serif;color: #ccc;margin: 0px;padding:5px;background: #333;letter-spacing: 1px;}
.footerc ul, .footercalt ul {margin: 5px 0px 5px 20px;padding: 0px;list-style: square;}
.footerc ul li, .footercalt ul li {padding: 3px 0px 6px;margin: 0px;font-size: 0.9em;}
.footerc p, .footercalt p {padding: 5px;margin: 0px;line-height: 22px;font-size: 0.9em;}
.footerc ul li a, .footerc p a, .footercalt ul li a, .footercalt p a, #credits a {color: #dadada;}
#credits {float: left;width: 962px;padding: 5px;font-size: 0.8em;color: #ccc;height: 29px;}
#credits img { float: left;}
#credits span {float:right;line-height: 26px;}
/* Footer Ends */
/* ADMIN area */
.secondary {color:#999999;font-size: 80%;}
#editable-post-name {background-color:#FFFBCC;}
/* Comments Starts */
#comments {margin: 0px;padding: 2px 0px;border-top: 1px solid #ccc;}
#respond {margin: 2px 0px;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;background: #fff;}
#respond h4 {margin: 2px 0px;font: normal 1.4em Georgia, "Times New Roman", Times, serif;color: #333;padding:5px;background: #ccc;}
/* Main Comment Elements */
ol#commentlist {margin: 0px;padding: 10px 10px 10px 30px;border-top: 1px solid #ccc;}
ol#commentlist li { /* This is for the normal entry headings */
font-size: 0.8em;color: #515151;margin: 0px;padding: 10px;border: 1px solid #F0F0F0;border-bottom: none;}
ol#commentlist .entry { /* This is for the normal entry comments */
background: #fff;border: 1px solid #F0F0F0;margin: 0px 0px 20px;padding: 10px;}
ol#commentlist li.alternate { /* This is for the alternate entry headings */
margin: 0px;padding: 10px;border: 1px solid #CCC;border-bottom: none;background: #f9f9f9;}
ol#commentlist .alternate { /* This is for the alternate entry comments */
border: 1px solid #ccc;margin: 0px 0px 20px;padding: 10px;background: #f9f9f9;}
ol#commentlist li.author { /* This is for the author entry headings */
margin: 0px;padding: 10px;border: 1px solid #CCC;border-bottom: none;}
ol#commentlist .author { /* This is for the author entry comments */
border: 1px solid #ccc;margin: 0px 0px 20px;padding: 10px;background: #e4f2fd;}
ol#commentlist .entry p, ol#commentlist .author p, ol#commentlist .alternate p {
font-size: 0.9em;color: #333;padding: 0px;margin: 0px;line-height: 20px;}
ol#commentlist .entry blockquote, ol#commentlist .author blockquote, ol#commentlist .alternate blockquote {
padding: 5px 5px 0px;margin: 0px 20px 10px;font-size: 0.9em;}
ol#commentlist .entry blockquote p, ol#commentlist .author blockquote p, ol#commentlist .alternate blockquote p {
line-height: 20px;padding: 0px 0px 5px;}
ol#commentlist #comment span {float: right;}
ol#commentlist li .avatar { border: 1px solid #ccc;padding: 2px;background: #fff;}
#comment_form {padding: 0px 10px;}
#comment_form input {width: 240px;padding: 5px;margin: 0px 10px 0px 0px;border: 1px solid #ccc;background: #F8F8F8;}
#comment_form textarea {width: 542px;padding: 5px;border: 1px solid #ccc;background: #F8F8F8;}
#comment_form #submit {width: 240px;padding: 5px;border: 1px solid #ccc;background: #e4f2fd;font: 120% Georgia, "Times New Roman", Times, serif;color: #333;}
#comment_form #submit:hover {border: 1px solid #333;background: #d54e21;color: #fff;}
#comment_form input[type="text"]:focus { background: #ffffff;border: 1px solid #d54e21;}
#comment_form textarea:focus {background: #fff;border: 1px solid #d54e21;}
/* Comments Ends */
/* Form elements */
/* Colors & Style */
form {background-color:#FAFAFA; }
form fieldset {background-color:#FAFAFA; border-color: #000000; border-width: 0px; border-style: solid;}
form fieldset legend {font-size: 1.3em; font-weight: normal; color: #235C9D;}
input, select, textarea {font-family: Tahoma, Arial, sans-serif; font-size: 1.1em; color: #000000;}
form div fieldset {border-color: #666666;}
form .instructions {background-color:#FFFFCC;text-align: left;}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {background-color: #cccccc; color: #000000; width: auto; padding: 0 6px; margin: 0;}
form input, form select, form textarea { background-color: #ffffff;}
/*form div {width: 354px;} */
form div fieldset { margin: 0 0 0 144px; width: 197px;}
form div label { width: 130px;}
form div fieldset div { width: 480px;}
form div label.labelCheckbox, form div label.labelRadio { width: 430px; margin: 0 0 5px 142px;}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio { width: 380px;}
form div select, form div textarea { width: 430px;}
form fieldset div input { width: 430px;}
form div input.inputFile { width: 400px;}
form div select.selectOne, form div select.selectMultiple { width: 430px; }
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio { margin: 0 0 0 140px;}
form div.submit {width: 214px;padding: 0 0 0 146px;}
form div small { margin: 0 0 5px 142px;}
/*Dialog form*/
form.small fieldset div { width: 100%;}
form.small div.instructions {background-color:#FFFFCC;text-align: left;}
form.small fieldset {background-color:#ffffff;border: red 0px solid; padding: 0px;margin: 6px;}
form.small div label { width: 130px;}
form.small label.labelCheckbox, form.small div label.labelRadio { width: 200px; margin: 0 0 5px 142px;}
form.small fieldset label.labelCheckbox, form.small div fieldset label.labelRadio { width: 150px;}
form.small select, form.small div textarea { width: 200px;}
form.small fieldset div input { width: 150px;}
form.small input.inputCheckbox, form.small div input.inputRadio, input.inputCheckbox, input.inputRadio {width: 14px; margin: 0 0 0 0px;}
/* Buttons --*/
form .actions {padding: 10px;padding: 10px;background-color: #F5F5F5;border-top: 2px solid #235C9D;text-align: right;}
form div.actions input {background-color: #EBE9ED;}
form .primaryAction {}
form .secondaryAction {color: grey;}
form .secondaryAction:hover {color: black;}
/* general style */
form .instructions { margin: 1.5em 0;padding: 3px; background-color:#FFFFCC;margin: 0px 0 0 0;}
form {margin: 0; padding: 0;}
form fieldset { clear: both; padding: 10px; margin: 0 0 10px 0;}/**/
/* */
form fieldset legend {margin: 0 0 0 0;padding: 0 5px;}
label {font-size: 1.0em;}
label u {font-style: normal; text-decoration: underline;}
textarea { overflow: auto;}
form div { clear: left; display: block; height: expression('1%');margin: 5px 0 0 0;padding: 1px 3px;}
form div fieldset {clear: none;border-width: 1px;border-style: solid; padding: 0 5px 5px 5px;}
form div fieldset legend {font-size: 1.0em; padding: 0 3px 0 9px;}
form div.required fieldset legend {font-weight: bold;}
form div label {display: block;float: left;padding: 3px 5px; margin: 0 0 5px 0; text-align: right;}
form div.optional label, label.optional {font-weight: normal;}
form div.required label, label.required {font-weight: bold;}
form div label.labelCheckbox, form div label.labelRadio {float: none; display: block; height: expression('1%'); padding: 0;text-align: left;}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio { margin: 0 0 5px 0;}
form div img { border: 1px solid #000000;}
form div input, form div select, form div textarea {margin: 0 0 0 0;}
form div select.selectOne, form div select.selectMultiple { padding: 1px 3px;}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {display: inline; height: 14px; width: 14px; background-color: transparent; border-width: 0; padding: 0;}
form div.submit div { display: inline; float: left; text-align: left; width: auto; padding: 0; margin: 0;}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton { width: auto; padding: 0 6px; margin: 0;}
form div.submit div input.inputSubmit, form div.submit div input.inputButton { float: right; margin: 0 0 0 5px;}
form div small {display: block; padding: 1px 3px; font-size: 88%; height: expression('1%');}
form fieldset legend { line-height: 150%;}
form textarea.expanding { overflow: auto; overflow-x: auto; overflow-y: visible;}
div.optional label:before {content: '';}
div.required label:before {content: '';}
form textarea.wide { margin: 30px 0px 0 -144px; width:100%; overflow: auto; overflow-x: auto; overflow-y: visible;}
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {display: block; height: expression('1%'); padding: 4px 0px 0px 18px; text-indent: -18px; line-height: 120%;}
form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {margin: 0px 0px 0px 0px;}
form div label.compact { display: inline; width: auto; padding: 4px 10px 0px 0px; text-indent: 0px; margin: 0px 0px 0px 0px;}
form div.notes p, form div small { line-height: 125%;}
form div.wide small { margin: 0px 0px 5px 0px;} | 0.173358 | 0.107204 |
@import "/resources/styles/animation.css";
@import "/resources/styles/variables.css";
html,body{
margin: 0px;
}
*{
box-sizing: content-box;
}
a{
text-decoration: none;
color: var(--main-text-color);
}
.nav-wrapper{
background-color: rgb(0, 0, 0);
overflow: auto;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
grid-template-areas:
"top top"
"right right"
;
position: fixed;
width: 100%;
z-index: 100;
}
.logo-wrapper{
}
.logo-wrapper>p{
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 5%;
word-break: keep-all;
word-wrap: none;
white-space: nowrap;
/* background-color: blue; */
}
.logo-wrapper>p>span:nth-child(1){
color: red;
}
.logo-wrapper>p>span:nth-child(2){
color: white;
}
.openerBtn-wrapper{
display: flex;
justify-content: flex-end;
color: white;
}
.openerBtn-wrapper>span{
margin-right: 20px;
font-size: 1.4rem;
}
.navItems-wrapper{
list-style: none;
display:none;
flex-direction: column;
align-items: center;
grid-area: right;
padding: 0px;
margin: 0px;
padding-bottom: 30%;
padding-top: 10%;
}
.navItems-wrapper>li{
padding: 2%;
}
.navItems-wrapper>li>a{
color: white;
font-size: 1.4rem;
align-self: center;
}
/* landingPage */
.landingPage-wrapper{
/* border: 2px dashed; */
padding-top: 15%;
background-image: url('/resources/image/jeshoots.jpg');
background-position: center;
background-size: cover;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 15em 5em;
grid-template-areas:
"top top"
"bottom bottom";
transition: background 0.5;
animation:landingPageAnimation 7s ease-in infinite;
}
.text-wrapper{
grid-area: top;
background-color: rgba(0, 0, 0, 0.438);
display: flex;
/* align-items: center; */
padding: 5%;
}
.text-wrapper>p{
font-size: 1.4rem;
/* font-family: Arial, Helvetica, sans-serif; */
color: white;
font-family: Nunito;
}
.buttons-wrapper{
grid-area: bottom;
/* background-color: indianred; */
display: flex;
align-items: center;
justify-content: center;
}
.buttons-wrapper>a{
border: 3px solid transparent;
padding:6px;
width: 40%;
margin: 2%;
text-align: center;
border-radius: 0px;
}
.buttons-wrapper>a:nth-child(1){
background-color: #0099ff;
color: rgb(255, 255, 255);
font-size: 1.3rem;
font-family: Arial, Helvetica, sans-serif;
}
.buttons-wrapper>a:nth-child(2){
background-color: #063940;
color: white;
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;
}
/* about-wrapper */
.about-wrapper{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
background-color: rgb(255, 255, 255);
}
.abouttitle>h2{
text-align: center;
font-size: 1.4rem;
color: var(--mainheader);
}
.illustration-wrapper>img{
width:100%;
display: block;
}
.about-content{
}
.about-content>p{
font-size: 1.3rem;
padding: 25px;
font-family: Nunito;
}
.about-content>p>strong{
color: rgb(207, 7, 7);
font-size: 1rem;
}
/* solutionContainer */
.solutions-wrapper{
/* border: 2px dashed; */
padding-bottom: 7%;
/* background-color: red; */
/* display: none; */
background-color: #000000;
}
.solutionTitle-wrapper>h4{
text-align: center;
font-size: 1.6rem;
color: white;
font-family: Nunito;
padding: 4%;
}
.solutionTitle-wrapper>p{
color: white;
font-size: var(--main--descr--fontSize);
font-family: var(--main--descr--font-family);
text-align: center;
padding: 1.7%;
}
.solution-container{
overflow: auto;
white-space: nowrap;
margin: 1%;
overflow-y: hidden;
/* border: 1px solid white; */
}
.solution-container>div{
display: inline-block;
}
.solution{
position: relative;
margin-right: 2%;
width: 90%;
border: 1.3px solid white;
border-radius: 2px;
}
.solution>img{
width:100%;
display: block;
filter: blur(0.6px);
}
.overlaytext{
background-color: rgba(0, 0, 0, 0.671);
position:absolute;
bottom: 0;
height: 100%;
padding: 10%;
display: flex;
}
.overlaytext>p{
color: rgb(255, 255, 255);
font-size: 1.3rem;
font-family: sans-serif;
font-weight: bold;
white-space: pre-line;
align-self: center;
padding: 2%;
}
/* offers-wrapper */
.offers-wrapper{
display: grid;
grid-template-columns: 1fr;
height: 100%;
padding: 5%;
/* padding-bottom: 50%; */
/* background-color: cadetblue; */
}
.vector-wrapper>img{
width: 100%;
}
.service-wrapper{
display: flex;
flex-direction: column;
background-color: rgb(255, 255, 255);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#030303)";/*IE 8*/
-moz-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.068);/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.075);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.096);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#0303034f); /*IE 5.5-7*/
border-radius: 3px;
margin:2% ;
}
.servicesheader-wrapper>h3{
text-align: center;
font-size: 1.8rem;
color: var(--mainheader);
font-family: Nunito;
}
.servicesheader-wrapper>p{
color: var(--main--descr-color);
font-size: var(--main--descr--fontSize);
font-family: var(--main--descr--font-family);
text-align: center;
}
.serviceDescription{
display: grid;
grid-template-columns: 1fr;
}
.serviceDescription>h5{
text-align: center;
font-size: 1.2rem;
color: var(--mainheader);
font-family: var(--main--descr--font-family);
padding: 0px;
margin: 0;
margin-top: 3%;
padding: 1%;
}
.serviceDescription>p{
padding: 5%;
font-size: 1.2em;
font-weight: 500;
font-family: Lato;
margin: 0px;
}
.services-wrapper{
/* display: flex;
flex-direction: column; */
display: grid;
grid-template-columns: 1fr;
}
/* testimony*/
.testimonies{
background-color: rgb(246, 246, 246);
padding: 2%;
padding-left: 0px;
padding: 0px;
}
.slider-wrapper{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: auto ;
overflow: auto;
grid-gap: 10%;
padding: 2%;
}
.testimonyTitle-wrapper>h3{
text-align: center;
font-size: 1.2rem;
color: var(--mainheader);
font-family: var(--main--descr--font-family);
padding-top: 5%;
}
.testimonyTitle-wrapper>p{
padding-left: 7%;
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: italic;
text-align: center;
color: rgb(141, 140, 140);
}
.testimony-wrapper{
width: 19em;
background-color: rgb(255, 255, 255);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#030303)";/*IE 8*/
-moz-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.007);/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.034);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.048);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#030303); /*IE 5.5-7*/
border-radius: 10px;
padding: 5%;
margin-right: 10px;
margin: 0;
border: 3px solid rgba(255, 255, 255, 0.986);
overflow-x: none;
overflow: hidden;
background-color: #000000;
}
.testimony-wrapper>p{
font-weight: 700;
font-family:Nato;
color: rgb(255, 254, 254);
font-size: 0.9rem;
margin: 0px;
padding: 0px;
padding-bottom:5% ;
}
.testimony-wrapper>p::first-letter{
color: rgb(255, 1, 1);
font-size: 1.7rem;
font-family: Nato;
padding: 1%
}
.testimony-wrapper>span{
font-size: 1.2rem;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: rgb(0, 140, 255);
}
/* contact */
.contact-wrapper{
background-color: rgb(255, 255, 255);
padding: 5%;
}
.contact-wrapper>h4{
text-align: center;
font-size: 1.5rem;
font-family: Arial, Helvetica, sans-serif;
}
.contactLinks{
margin: 0;
padding: 0;
}
.contactLinks>li{
font-size: 1rem;
list-style-type: none;
padding: 2%;
}
.icon{
display: flex;
align-items: center;
}
.icon>img{
width: 8%;
padding-right: 5%;
}
/* footer */
.footer{
display: grid;
grid-template-columns: 1fr 1fr;
background-color: rgb(0, 0, 0);
}
.footer>ul{
list-style-type: none;
color: white;
}
.footer>ul>h4{
color: rgb(255, 255, 255);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer>ul>li>a{
color: white;
font-family: Nato;
}
#footerDescr{
display: flex;
flex-direction: column;
grid-column: 1/-1;
}
#footerDescr>span{
color: white;
font-size: 0.6rem;
padding: 1%;
text-align: center;
font-family: Nato;
}
#footerDescr>span:nth-child(1){
color: rgb(255, 255, 255);
font-size: 15px;
}
#footerDescr>span:nth-last-child(1){
color: rgb(0, 183, 255);
font-size: 10px;
} | resources/styles/tablet_device.css | @import "/resources/styles/animation.css";
@import "/resources/styles/variables.css";
html,body{
margin: 0px;
}
*{
box-sizing: content-box;
}
a{
text-decoration: none;
color: var(--main-text-color);
}
.nav-wrapper{
background-color: rgb(0, 0, 0);
overflow: auto;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
grid-template-areas:
"top top"
"right right"
;
position: fixed;
width: 100%;
z-index: 100;
}
.logo-wrapper{
}
.logo-wrapper>p{
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 5%;
word-break: keep-all;
word-wrap: none;
white-space: nowrap;
/* background-color: blue; */
}
.logo-wrapper>p>span:nth-child(1){
color: red;
}
.logo-wrapper>p>span:nth-child(2){
color: white;
}
.openerBtn-wrapper{
display: flex;
justify-content: flex-end;
color: white;
}
.openerBtn-wrapper>span{
margin-right: 20px;
font-size: 1.4rem;
}
.navItems-wrapper{
list-style: none;
display:none;
flex-direction: column;
align-items: center;
grid-area: right;
padding: 0px;
margin: 0px;
padding-bottom: 30%;
padding-top: 10%;
}
.navItems-wrapper>li{
padding: 2%;
}
.navItems-wrapper>li>a{
color: white;
font-size: 1.4rem;
align-self: center;
}
/* landingPage */
.landingPage-wrapper{
/* border: 2px dashed; */
padding-top: 15%;
background-image: url('/resources/image/jeshoots.jpg');
background-position: center;
background-size: cover;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 15em 5em;
grid-template-areas:
"top top"
"bottom bottom";
transition: background 0.5;
animation:landingPageAnimation 7s ease-in infinite;
}
.text-wrapper{
grid-area: top;
background-color: rgba(0, 0, 0, 0.438);
display: flex;
/* align-items: center; */
padding: 5%;
}
.text-wrapper>p{
font-size: 1.4rem;
/* font-family: Arial, Helvetica, sans-serif; */
color: white;
font-family: Nunito;
}
.buttons-wrapper{
grid-area: bottom;
/* background-color: indianred; */
display: flex;
align-items: center;
justify-content: center;
}
.buttons-wrapper>a{
border: 3px solid transparent;
padding:6px;
width: 40%;
margin: 2%;
text-align: center;
border-radius: 0px;
}
.buttons-wrapper>a:nth-child(1){
background-color: #0099ff;
color: rgb(255, 255, 255);
font-size: 1.3rem;
font-family: Arial, Helvetica, sans-serif;
}
.buttons-wrapper>a:nth-child(2){
background-color: #063940;
color: white;
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;
}
/* about-wrapper */
.about-wrapper{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
background-color: rgb(255, 255, 255);
}
.abouttitle>h2{
text-align: center;
font-size: 1.4rem;
color: var(--mainheader);
}
.illustration-wrapper>img{
width:100%;
display: block;
}
.about-content{
}
.about-content>p{
font-size: 1.3rem;
padding: 25px;
font-family: Nunito;
}
.about-content>p>strong{
color: rgb(207, 7, 7);
font-size: 1rem;
}
/* solutionContainer */
.solutions-wrapper{
/* border: 2px dashed; */
padding-bottom: 7%;
/* background-color: red; */
/* display: none; */
background-color: #000000;
}
.solutionTitle-wrapper>h4{
text-align: center;
font-size: 1.6rem;
color: white;
font-family: Nunito;
padding: 4%;
}
.solutionTitle-wrapper>p{
color: white;
font-size: var(--main--descr--fontSize);
font-family: var(--main--descr--font-family);
text-align: center;
padding: 1.7%;
}
.solution-container{
overflow: auto;
white-space: nowrap;
margin: 1%;
overflow-y: hidden;
/* border: 1px solid white; */
}
.solution-container>div{
display: inline-block;
}
.solution{
position: relative;
margin-right: 2%;
width: 90%;
border: 1.3px solid white;
border-radius: 2px;
}
.solution>img{
width:100%;
display: block;
filter: blur(0.6px);
}
.overlaytext{
background-color: rgba(0, 0, 0, 0.671);
position:absolute;
bottom: 0;
height: 100%;
padding: 10%;
display: flex;
}
.overlaytext>p{
color: rgb(255, 255, 255);
font-size: 1.3rem;
font-family: sans-serif;
font-weight: bold;
white-space: pre-line;
align-self: center;
padding: 2%;
}
/* offers-wrapper */
.offers-wrapper{
display: grid;
grid-template-columns: 1fr;
height: 100%;
padding: 5%;
/* padding-bottom: 50%; */
/* background-color: cadetblue; */
}
.vector-wrapper>img{
width: 100%;
}
.service-wrapper{
display: flex;
flex-direction: column;
background-color: rgb(255, 255, 255);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#030303)";/*IE 8*/
-moz-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.068);/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.075);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.096);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#0303034f); /*IE 5.5-7*/
border-radius: 3px;
margin:2% ;
}
.servicesheader-wrapper>h3{
text-align: center;
font-size: 1.8rem;
color: var(--mainheader);
font-family: Nunito;
}
.servicesheader-wrapper>p{
color: var(--main--descr-color);
font-size: var(--main--descr--fontSize);
font-family: var(--main--descr--font-family);
text-align: center;
}
.serviceDescription{
display: grid;
grid-template-columns: 1fr;
}
.serviceDescription>h5{
text-align: center;
font-size: 1.2rem;
color: var(--mainheader);
font-family: var(--main--descr--font-family);
padding: 0px;
margin: 0;
margin-top: 3%;
padding: 1%;
}
.serviceDescription>p{
padding: 5%;
font-size: 1.2em;
font-weight: 500;
font-family: Lato;
margin: 0px;
}
.services-wrapper{
/* display: flex;
flex-direction: column; */
display: grid;
grid-template-columns: 1fr;
}
/* testimony*/
.testimonies{
background-color: rgb(246, 246, 246);
padding: 2%;
padding-left: 0px;
padding: 0px;
}
.slider-wrapper{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: auto ;
overflow: auto;
grid-gap: 10%;
padding: 2%;
}
.testimonyTitle-wrapper>h3{
text-align: center;
font-size: 1.2rem;
color: var(--mainheader);
font-family: var(--main--descr--font-family);
padding-top: 5%;
}
.testimonyTitle-wrapper>p{
padding-left: 7%;
font-size: 1.1rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: italic;
text-align: center;
color: rgb(141, 140, 140);
}
.testimony-wrapper{
width: 19em;
background-color: rgb(255, 255, 255);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#030303)";/*IE 8*/
-moz-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.007);/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.034);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 7px 3px rgba(3, 3, 3, 0.048);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#030303); /*IE 5.5-7*/
border-radius: 10px;
padding: 5%;
margin-right: 10px;
margin: 0;
border: 3px solid rgba(255, 255, 255, 0.986);
overflow-x: none;
overflow: hidden;
background-color: #000000;
}
.testimony-wrapper>p{
font-weight: 700;
font-family:Nato;
color: rgb(255, 254, 254);
font-size: 0.9rem;
margin: 0px;
padding: 0px;
padding-bottom:5% ;
}
.testimony-wrapper>p::first-letter{
color: rgb(255, 1, 1);
font-size: 1.7rem;
font-family: Nato;
padding: 1%
}
.testimony-wrapper>span{
font-size: 1.2rem;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: rgb(0, 140, 255);
}
/* contact */
.contact-wrapper{
background-color: rgb(255, 255, 255);
padding: 5%;
}
.contact-wrapper>h4{
text-align: center;
font-size: 1.5rem;
font-family: Arial, Helvetica, sans-serif;
}
.contactLinks{
margin: 0;
padding: 0;
}
.contactLinks>li{
font-size: 1rem;
list-style-type: none;
padding: 2%;
}
.icon{
display: flex;
align-items: center;
}
.icon>img{
width: 8%;
padding-right: 5%;
}
/* footer */
.footer{
display: grid;
grid-template-columns: 1fr 1fr;
background-color: rgb(0, 0, 0);
}
.footer>ul{
list-style-type: none;
color: white;
}
.footer>ul>h4{
color: rgb(255, 255, 255);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer>ul>li>a{
color: white;
font-family: Nato;
}
#footerDescr{
display: flex;
flex-direction: column;
grid-column: 1/-1;
}
#footerDescr>span{
color: white;
font-size: 0.6rem;
padding: 1%;
text-align: center;
font-family: Nato;
}
#footerDescr>span:nth-child(1){
color: rgb(255, 255, 255);
font-size: 15px;
}
#footerDescr>span:nth-last-child(1){
color: rgb(0, 183, 255);
font-size: 10px;
} | 0.346541 | 0.083965 |
.title {
float: left;
font-family: Pacifico;
font-size: 2rem;
color: #abbaab;
}
.container {
margin: 12% auto;
text-align: center;
width: 100%;
}
.weatherIcon {
display: inline-block;
font-family: Helvetica, sans-serif;
/* Redefine this font size if resizing height & width */
font-size: 1em;
height: 50px;
line-height: 1em;
margin: 10%;
margin-right: 2rem;
position: relative;
width: 50px;
}
.weatherIcon:before, .weatherIcon:after {
content: "";
height: inherit;
left: 0;
top: 0;
width: inherit;
}
.weatherIcon > div:before, .weatherIcon > div:after,
.weatherIcon .inner:before, .weatherIcon .inner:after {
content: "";
letter-spacing: 0;
position: absolute;
}
.clear, .sunny, .mostlysunny, .partlycloudy, .mostlycloudy, .partlysunny, .cloudy, .fog, .hazy, .chancerain, .rain, .chancetstorms, .tstorms, .chancesleet, .sleet, .chanceflurries, .flurries, .chancesnow, .snow, .inner {
height: inherit;
width: inherit;
}
/*** Clear/Sunny ***/
.clear, .sunny {
margin-top: 48.5%;
}
.clear, .clear:before, .clear > .inner:before, .clear > .inner:after, .sunny, .sunny:before, .sunny > .inner:before, .sunny > .inner:after {
background: #FFD632;
left: 0;
top: 48.5%;
width: 100%;
height: 0.2em;
}
.clear:before, .sunny:before {
transform: rotate(45deg);
}
.clear > .inner:before, .sunny > .inner:before {
transform: rotate(90deg);
}
.clear > .inner:after, .sunny > .inner:after {
transform: rotate(135deg);
}
.clear:after, .sunny:after {
background: #FFD632;
border-radius: 50%;
height: 60%;
left: 20%;
top: 20%;
width: 60%;
}
/*** Partly Cloudy/Mostly Sunny ***/
.mostlysunny, .partlycloudy {
background: #FFD632;
height: 80%;
margin-left: 48.5%;
top: 0;
width: 0.2em;
}
.mostlysunny:before, .partlycloudy:before {
background: #FFD632;
left: 0;
top: 48.5%;
width: 100%;
height: 0.2em;
}
.mostlysunny > .inner:before, .partlycloudy > .inner:before {
border-bottom: 0.2em solid #FFD632;
border-left: 0.2em solid #FFD632;
height: 80%;
left: 8%;
top: -48.5%;
transform: rotate(-45deg);
width: 80%;
}
.mostlysunny > .inner, .partlycloudy > .inner {
background: #FFD632;
border-radius: 50%;
height: 60%;
left: 20%;
position: absolute;
top: 20%;
width: 60%;
}
.mostlysunny > .inner:after, .partlycloudy > .inner:after {
background: #fff;
border-radius: 50%;
bottom: -33%;
height: 65%;
right: -15%;
width: 70%;
}
.mostlysunny:after, .partlycloudy:after {
background: #fff;
border-radius: 50%;
bottom: 0;
height: 50%;
left: 10%;
width: 55%;
}
/*** Mostly Cloudy/Partly Sunny ***/
.mostlycloudy,
.partlysunny {
background: #FFD632;
height: 80%;
margin-left: 48.5%;
top: 0;
width: 0.2em;
}
.mostlycloudy:before, .partlysunny:before {
background: #FFD632;
left: 0;
top: 48.5%;
width: 100%;
height: 0.2em;
}
.mostlycloudy > .inner:before, .partlysunny > .inner:before {
border-bottom: 0.2em solid #FFD632;
border-left: 0.2em solid #FFD632;
height: 80%;
left: 8%;
top: -48.5%;
transform: rotate(-45deg);
width: 80%;
}
.mostlycloudy > .inner, .partlysunny > .inner {
background: #FFD632;
border-radius: 50%;
height: 60%;
left: 20%;
position: absolute;
top: 20%;
width: 60%;
}
.mostlycloudy > .inner:after, .partlysunny > .inner:after {
background: #fff;
border-radius: 50%;
bottom: -33%;
height: 82%;
right: -34%;
width: 90%;
}
.mostlycloudy:after, .partlysunny:after {
background: #fff;
border-radius: 50%;
bottom: 0%;
height: 63%;
left: 0;
width: 70%;
}
/*** Cloudy ***/
.cloudy:before, .cloudy > .inner:before, .cloudy > .inner:after, .cloudy:after {
background: #fff;
border-radius: 50%;
}
.cloudy:before {
height: 35%;
right: 0;
top: 0;
width: 38%;
}
.cloudy > .inner:before {
height: 27%;
left: 45%;
top: 8%;
width: 30%;
}
.cloudy > .inner:after {
bottom: 0;
height: 50%;
right: 0;
width: 55%;
}
.cloudy:after {
bottom: 0;
height: 63%;
left: 0;
width: 70%;
}
/*** Fog / Hazy ***/
.fog:before, .fog:after, .hazy:before, .hazy:after {
background: #fff;
border-radius: 50%;
}
.fog:before, .hazy:before {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.fog:after, .hazy:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
.fog > .inner:before, .fog > .inner:after, .hazy > .inner:before, .hazy > .inner:after {
color: #fff;
content: "\2307";
font-size: 5em;
left: 7%;
transform: rotate(90deg);
}
.fog > .inner:before, .hazy > .inner:before {
bottom: 14%;
}
.fog > .inner:after, .hazy > .inner:after {
bottom: 0;
}
/*** Chance Rain / Rain ***/
.chancerain:before, .chancerain > .inner:before, .rain:before, .rain > .inner:before {
border-left: 0.2em dashed #fff;
border-right: 0.2em dashed #fff;
bottom: 0;
height: 60%;
transform: skew(-20deg);
width: 13%;
}
.chancerain:before, .rain:before {
left: 25%;
}
.chancerain > .inner:before, .rain > .inner:before {
left: 57%;
}
.chancerain > .inner:after, .chancerain:after, .rain > .inner:after, .rain:after {
background: #7799AF;
border-radius: 50%;
}
.chancerain > .inner:after, .rain > .inner:after {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancerain:after, .rain:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance T-Storms / T-Storms ***/
.chancetstorms:before, .tstorms:before {
background: #FFD632;
height: 30%;
left: 43%;
top: 50%;
transform: skew(-20deg);
width: 10%;
}
.chancetstorms > .inner:before, .tstorms > .inner:before {
border-right: 0.7em solid transparent;
border-top: 1.9em solid #FFD632;
bottom: 0;
left: 45%;
transform: skew(-20deg);
}
.chancetstorms > .inner:after, .chancetstorms:after,
.tstorms > .inner:after, .tstorms:after {
background: #7799AF;
border-radius: 50%;
}
.chancetstorms > .inner:after, .tstorms > .inner:after {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancetstorms:after, .tstorms:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance Sleet / Sleet ***/
.chancesleet:before, .sleet:before {
border-left: 0.2em dashed #fff;
border-right: 0.2em dashed #fff;
bottom: 0;
height: 60%;
left: 30%;
transform: skew(-20deg);
width: 35%;
}
.chancesleet > .inner:before, .sleet > .inner:before {
bottom: 12%;
color: #fff;
content: "\2733\ \ \2733";
font-size: 1em;
left: 27%;
transform: rotate(-70deg);
width: 40%;
}
.chancesleet > .inner:after, .chancesleet:after, .sleet > .inner:after, .sleet:after {
background: #BACEDD;
border-radius: 50%;
}
.chancesleet > .inner:after, .sleet > .inner:after {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancesleet:after, .sleet:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance Flurries / Flurries ***/
.chanceflurries > .inner:before, .chanceflurries > .inner:after, .flurries > .inner:before, .flurries > .inner:after {
color: #fff;
content: "\25CF\ \25CF\ \25CF";
font-size: 1.1em;
}
.chanceflurries > .inner:before, .flurries > .inner:before {
bottom: 17%;
right: 25%;
}
.chanceflurries > .inner:after, .flurries > .inner:after {
bottom: 0;
left: 25%;
}
.chanceflurries:before, .chanceflurries:after,
.flurries:before, .flurries:after {
background: #BACEDD;
border-radius: 50%;
}
.chanceflurries:before, .flurries:before {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chanceflurries:after, .flurries:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance Snow / Snow ***/
.chancesnow > .inner:before, .chancesnow > .inner:after, .snow > .inner:before, .snow > .inner:after {
color: #fff;
content: "\2733\ \2733\ \2733";
font-size: 1em;
}
.chancesnow > .inner:before, .snow > .inner:before {
bottom: 17%;
right: 21%;
}
.chancesnow > .inner:after, .snow > .inner:after {
bottom: 0;
left: 21%;
}
.chancesnow:before, .chancesnow:after,
.snow:before, .snow:after {
background: #BACEDD;
border-radius: 50%;
}
.chancesnow:before, .snow:before {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancesnow:after, .snow:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
.headerStyle {
color: white;
width: 100%;
background: linear-gradient(to right, #fff, #fff, #abbaab) !important;
}
.leftCol, .rightCol {
height: calc(100vh - 64px);
padding: 0;
}
.iconSpan {
float: left;
}
.iconSpanRight {
float: right;
}
.headerRightSide {
display: flex;
flex-direction: row;
float: right;
}
.twitterTag {
color: white;
font-family: 'Pacifico';
font-size: 1.2rem;
}
.sourceAttribution {
width: 300px !important;
position: absolute !important;
bottom: 2rem;
left: 0.5rem;
z-index: 999;
}
.esri-view-height-medium .esri-ui-corner .esri-component .esri-expand__content {
background-color: white;
padding: 0.5rem;
width: 300px;
}
@media only screen and (max-width: 992px) {
.leftCol {
height: calc(60vh - 64px);
}
.rightCol {
height: calc(40vh);
}
.title {
font-size: 1.2rem;
}
.iconSpan {
margin-left: 0.2rem;
}
.weatherIcon {
margin-left: 1rem;
margin-right: 1rem;
}
.headerRightSide {
display: none;
}
.ant-layout-header {
padding: 0 25px !important;
}
.sourceAttribution{
width: 200px !important;
font-size: 10px !important;
}
.ant-card-body {
padding: 6px !important;
}
.ant-card-head {
padding: 0 12px !important;
}
.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
height: 20%;
}
} | src/components/main/Main.css | .title {
float: left;
font-family: Pacifico;
font-size: 2rem;
color: #abbaab;
}
.container {
margin: 12% auto;
text-align: center;
width: 100%;
}
.weatherIcon {
display: inline-block;
font-family: Helvetica, sans-serif;
/* Redefine this font size if resizing height & width */
font-size: 1em;
height: 50px;
line-height: 1em;
margin: 10%;
margin-right: 2rem;
position: relative;
width: 50px;
}
.weatherIcon:before, .weatherIcon:after {
content: "";
height: inherit;
left: 0;
top: 0;
width: inherit;
}
.weatherIcon > div:before, .weatherIcon > div:after,
.weatherIcon .inner:before, .weatherIcon .inner:after {
content: "";
letter-spacing: 0;
position: absolute;
}
.clear, .sunny, .mostlysunny, .partlycloudy, .mostlycloudy, .partlysunny, .cloudy, .fog, .hazy, .chancerain, .rain, .chancetstorms, .tstorms, .chancesleet, .sleet, .chanceflurries, .flurries, .chancesnow, .snow, .inner {
height: inherit;
width: inherit;
}
/*** Clear/Sunny ***/
.clear, .sunny {
margin-top: 48.5%;
}
.clear, .clear:before, .clear > .inner:before, .clear > .inner:after, .sunny, .sunny:before, .sunny > .inner:before, .sunny > .inner:after {
background: #FFD632;
left: 0;
top: 48.5%;
width: 100%;
height: 0.2em;
}
.clear:before, .sunny:before {
transform: rotate(45deg);
}
.clear > .inner:before, .sunny > .inner:before {
transform: rotate(90deg);
}
.clear > .inner:after, .sunny > .inner:after {
transform: rotate(135deg);
}
.clear:after, .sunny:after {
background: #FFD632;
border-radius: 50%;
height: 60%;
left: 20%;
top: 20%;
width: 60%;
}
/*** Partly Cloudy/Mostly Sunny ***/
.mostlysunny, .partlycloudy {
background: #FFD632;
height: 80%;
margin-left: 48.5%;
top: 0;
width: 0.2em;
}
.mostlysunny:before, .partlycloudy:before {
background: #FFD632;
left: 0;
top: 48.5%;
width: 100%;
height: 0.2em;
}
.mostlysunny > .inner:before, .partlycloudy > .inner:before {
border-bottom: 0.2em solid #FFD632;
border-left: 0.2em solid #FFD632;
height: 80%;
left: 8%;
top: -48.5%;
transform: rotate(-45deg);
width: 80%;
}
.mostlysunny > .inner, .partlycloudy > .inner {
background: #FFD632;
border-radius: 50%;
height: 60%;
left: 20%;
position: absolute;
top: 20%;
width: 60%;
}
.mostlysunny > .inner:after, .partlycloudy > .inner:after {
background: #fff;
border-radius: 50%;
bottom: -33%;
height: 65%;
right: -15%;
width: 70%;
}
.mostlysunny:after, .partlycloudy:after {
background: #fff;
border-radius: 50%;
bottom: 0;
height: 50%;
left: 10%;
width: 55%;
}
/*** Mostly Cloudy/Partly Sunny ***/
.mostlycloudy,
.partlysunny {
background: #FFD632;
height: 80%;
margin-left: 48.5%;
top: 0;
width: 0.2em;
}
.mostlycloudy:before, .partlysunny:before {
background: #FFD632;
left: 0;
top: 48.5%;
width: 100%;
height: 0.2em;
}
.mostlycloudy > .inner:before, .partlysunny > .inner:before {
border-bottom: 0.2em solid #FFD632;
border-left: 0.2em solid #FFD632;
height: 80%;
left: 8%;
top: -48.5%;
transform: rotate(-45deg);
width: 80%;
}
.mostlycloudy > .inner, .partlysunny > .inner {
background: #FFD632;
border-radius: 50%;
height: 60%;
left: 20%;
position: absolute;
top: 20%;
width: 60%;
}
.mostlycloudy > .inner:after, .partlysunny > .inner:after {
background: #fff;
border-radius: 50%;
bottom: -33%;
height: 82%;
right: -34%;
width: 90%;
}
.mostlycloudy:after, .partlysunny:after {
background: #fff;
border-radius: 50%;
bottom: 0%;
height: 63%;
left: 0;
width: 70%;
}
/*** Cloudy ***/
.cloudy:before, .cloudy > .inner:before, .cloudy > .inner:after, .cloudy:after {
background: #fff;
border-radius: 50%;
}
.cloudy:before {
height: 35%;
right: 0;
top: 0;
width: 38%;
}
.cloudy > .inner:before {
height: 27%;
left: 45%;
top: 8%;
width: 30%;
}
.cloudy > .inner:after {
bottom: 0;
height: 50%;
right: 0;
width: 55%;
}
.cloudy:after {
bottom: 0;
height: 63%;
left: 0;
width: 70%;
}
/*** Fog / Hazy ***/
.fog:before, .fog:after, .hazy:before, .hazy:after {
background: #fff;
border-radius: 50%;
}
.fog:before, .hazy:before {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.fog:after, .hazy:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
.fog > .inner:before, .fog > .inner:after, .hazy > .inner:before, .hazy > .inner:after {
color: #fff;
content: "\2307";
font-size: 5em;
left: 7%;
transform: rotate(90deg);
}
.fog > .inner:before, .hazy > .inner:before {
bottom: 14%;
}
.fog > .inner:after, .hazy > .inner:after {
bottom: 0;
}
/*** Chance Rain / Rain ***/
.chancerain:before, .chancerain > .inner:before, .rain:before, .rain > .inner:before {
border-left: 0.2em dashed #fff;
border-right: 0.2em dashed #fff;
bottom: 0;
height: 60%;
transform: skew(-20deg);
width: 13%;
}
.chancerain:before, .rain:before {
left: 25%;
}
.chancerain > .inner:before, .rain > .inner:before {
left: 57%;
}
.chancerain > .inner:after, .chancerain:after, .rain > .inner:after, .rain:after {
background: #7799AF;
border-radius: 50%;
}
.chancerain > .inner:after, .rain > .inner:after {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancerain:after, .rain:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance T-Storms / T-Storms ***/
.chancetstorms:before, .tstorms:before {
background: #FFD632;
height: 30%;
left: 43%;
top: 50%;
transform: skew(-20deg);
width: 10%;
}
.chancetstorms > .inner:before, .tstorms > .inner:before {
border-right: 0.7em solid transparent;
border-top: 1.9em solid #FFD632;
bottom: 0;
left: 45%;
transform: skew(-20deg);
}
.chancetstorms > .inner:after, .chancetstorms:after,
.tstorms > .inner:after, .tstorms:after {
background: #7799AF;
border-radius: 50%;
}
.chancetstorms > .inner:after, .tstorms > .inner:after {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancetstorms:after, .tstorms:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance Sleet / Sleet ***/
.chancesleet:before, .sleet:before {
border-left: 0.2em dashed #fff;
border-right: 0.2em dashed #fff;
bottom: 0;
height: 60%;
left: 30%;
transform: skew(-20deg);
width: 35%;
}
.chancesleet > .inner:before, .sleet > .inner:before {
bottom: 12%;
color: #fff;
content: "\2733\ \ \2733";
font-size: 1em;
left: 27%;
transform: rotate(-70deg);
width: 40%;
}
.chancesleet > .inner:after, .chancesleet:after, .sleet > .inner:after, .sleet:after {
background: #BACEDD;
border-radius: 50%;
}
.chancesleet > .inner:after, .sleet > .inner:after {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancesleet:after, .sleet:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance Flurries / Flurries ***/
.chanceflurries > .inner:before, .chanceflurries > .inner:after, .flurries > .inner:before, .flurries > .inner:after {
color: #fff;
content: "\25CF\ \25CF\ \25CF";
font-size: 1.1em;
}
.chanceflurries > .inner:before, .flurries > .inner:before {
bottom: 17%;
right: 25%;
}
.chanceflurries > .inner:after, .flurries > .inner:after {
bottom: 0;
left: 25%;
}
.chanceflurries:before, .chanceflurries:after,
.flurries:before, .flurries:after {
background: #BACEDD;
border-radius: 50%;
}
.chanceflurries:before, .flurries:before {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chanceflurries:after, .flurries:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
/*** Chance Snow / Snow ***/
.chancesnow > .inner:before, .chancesnow > .inner:after, .snow > .inner:before, .snow > .inner:after {
color: #fff;
content: "\2733\ \2733\ \2733";
font-size: 1em;
}
.chancesnow > .inner:before, .snow > .inner:before {
bottom: 17%;
right: 21%;
}
.chancesnow > .inner:after, .snow > .inner:after {
bottom: 0;
left: 21%;
}
.chancesnow:before, .chancesnow:after,
.snow:before, .snow:after {
background: #BACEDD;
border-radius: 50%;
}
.chancesnow:before, .snow:before {
height: 63%;
left: 0;
top: 0;
width: 70%;
}
.chancesnow:after, .snow:after {
height: 50%;
right: 0;
top: 13%;
width: 55%;
}
.headerStyle {
color: white;
width: 100%;
background: linear-gradient(to right, #fff, #fff, #abbaab) !important;
}
.leftCol, .rightCol {
height: calc(100vh - 64px);
padding: 0;
}
.iconSpan {
float: left;
}
.iconSpanRight {
float: right;
}
.headerRightSide {
display: flex;
flex-direction: row;
float: right;
}
.twitterTag {
color: white;
font-family: 'Pacifico';
font-size: 1.2rem;
}
.sourceAttribution {
width: 300px !important;
position: absolute !important;
bottom: 2rem;
left: 0.5rem;
z-index: 999;
}
.esri-view-height-medium .esri-ui-corner .esri-component .esri-expand__content {
background-color: white;
padding: 0.5rem;
width: 300px;
}
@media only screen and (max-width: 992px) {
.leftCol {
height: calc(60vh - 64px);
}
.rightCol {
height: calc(40vh);
}
.title {
font-size: 1.2rem;
}
.iconSpan {
margin-left: 0.2rem;
}
.weatherIcon {
margin-left: 1rem;
margin-right: 1rem;
}
.headerRightSide {
display: none;
}
.ant-layout-header {
padding: 0 25px !important;
}
.sourceAttribution{
width: 200px !important;
font-size: 10px !important;
}
.ant-card-body {
padding: 6px !important;
}
.ant-card-head {
padding: 0 12px !important;
}
.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
height: 20%;
}
} | 0.505371 | 0.11427 |
* {
font-family: sans-serif;
}
body {
margin: 0px;
padding: 0px;
background: #000;
color: #aaa;
text-align: center;
}
video {
max-width: 400px;
max-height: 224px;
margin-right: -1px;
margin-left: -1px;
}
.fadeOut {
animation: fadeout 0.5s ease 0s forwards;
opacity: 0;
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
#container {
margin: 0px;
padding: 0px;
}
#dropzone-container {
overflow: visible;
}
input[type="file" i] {
-webkit-appearance: none;
color: transparent;
}
#dropzone::-webkit-file-upload-button {
visibility: hidden;
}
#dropzone {
width: calc(100% - 80px);
height: calc(80% - 80px);
max-width: 800px;
max-height: 500px;
margin-top: 40px;
border: 3px solid #aaa8;
border-radius: 3px;
}
#dropzone::before {
content: 'Drop video folder here';
word-wrap: break-word;
width: 100%;
height: 100%;
color: #666;
display: inline-block;
background: #aaa4;
padding-top: 36px;
text-align: center;
outline: none;
white-space: nowrap;
cursor: pointer;
text-shadow: 0px 0px 1px #000;
font-weight: 700;
font-size: 20px;
}
#dropzone:hover {
border-color: #8ad;
}
#dropzone:active::before {
background: #ccd3;
/* border-radius: 5px; */
}
#spinner {
position: absolute;
left: calc(50% - 25px);
/* top: 33%; */
top: 400px;
height: 50px;
width: 50px;
animation: rotation .5s infinite linear;
border: 4px solid rgba(20, 200, 250, 0.4);
border-top: 4px solid rgb(40, 210, 255);
border-radius: 100%;
}
#midi-err {
margin: 25px;
}
@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
#noteLog {
position: fixed;
bottom: 3px;
right: 5px;
color: #555;
font-size: 14px;
font-family: monospace;
}
#midiSelect {
min-width: 100px;
color: #ddd;
background: transparent;
border-color: transparent;
outline: none;
margin-left: -6px;
vertical-align: middle;
transition: opacity 50ms ease;
opacity: 0;
opacity: 0.5;
}
.midiSelectContainer::before {
content: "🎹";
font-size: 14px;
}
.midiSelectContainer {
user-select: none;
padding: 6px;
position: fixed;
bottom: 0px;
left: 3px;
opacity: 0.5;
transition: opacity 70ms ease;
}
.midiSelectContainer:hover,
.midiSelectContainer:hover #midiSelect,
#midiSelect:focus {
opacity: 1;
} | live/routes/main.css | * {
font-family: sans-serif;
}
body {
margin: 0px;
padding: 0px;
background: #000;
color: #aaa;
text-align: center;
}
video {
max-width: 400px;
max-height: 224px;
margin-right: -1px;
margin-left: -1px;
}
.fadeOut {
animation: fadeout 0.5s ease 0s forwards;
opacity: 0;
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
#container {
margin: 0px;
padding: 0px;
}
#dropzone-container {
overflow: visible;
}
input[type="file" i] {
-webkit-appearance: none;
color: transparent;
}
#dropzone::-webkit-file-upload-button {
visibility: hidden;
}
#dropzone {
width: calc(100% - 80px);
height: calc(80% - 80px);
max-width: 800px;
max-height: 500px;
margin-top: 40px;
border: 3px solid #aaa8;
border-radius: 3px;
}
#dropzone::before {
content: 'Drop video folder here';
word-wrap: break-word;
width: 100%;
height: 100%;
color: #666;
display: inline-block;
background: #aaa4;
padding-top: 36px;
text-align: center;
outline: none;
white-space: nowrap;
cursor: pointer;
text-shadow: 0px 0px 1px #000;
font-weight: 700;
font-size: 20px;
}
#dropzone:hover {
border-color: #8ad;
}
#dropzone:active::before {
background: #ccd3;
/* border-radius: 5px; */
}
#spinner {
position: absolute;
left: calc(50% - 25px);
/* top: 33%; */
top: 400px;
height: 50px;
width: 50px;
animation: rotation .5s infinite linear;
border: 4px solid rgba(20, 200, 250, 0.4);
border-top: 4px solid rgb(40, 210, 255);
border-radius: 100%;
}
#midi-err {
margin: 25px;
}
@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
#noteLog {
position: fixed;
bottom: 3px;
right: 5px;
color: #555;
font-size: 14px;
font-family: monospace;
}
#midiSelect {
min-width: 100px;
color: #ddd;
background: transparent;
border-color: transparent;
outline: none;
margin-left: -6px;
vertical-align: middle;
transition: opacity 50ms ease;
opacity: 0;
opacity: 0.5;
}
.midiSelectContainer::before {
content: "🎹";
font-size: 14px;
}
.midiSelectContainer {
user-select: none;
padding: 6px;
position: fixed;
bottom: 0px;
left: 3px;
opacity: 0.5;
transition: opacity 70ms ease;
}
.midiSelectContainer:hover,
.midiSelectContainer:hover #midiSelect,
#midiSelect:focus {
opacity: 1;
} | 0.401923 | 0.079068 |
.home__page .media__featured {
min-height: 820px;
}
.home__page .home__pop__content p {
height: 150px;
overflow-y: scroll;
}
/* .latest__news__wrapper .slick-initialized .slick-slide{
min-height: 300px;
position: relative;
top: 100px;
} */
.home__page .home__pop__content p::-webkit-scrollbar {
-webkit-appearance: none;
}
/* .home__page .latest__article .title {
} */
.home__page .home__pop__content p::-webkit-scrollbar:vertical {
width: 10px;
background-color: transparent;
border-radius: 10px;
}
.home__page .home__pop__content p::-webkit-scrollbar:horizontal {
border-radius: 10px;
border: 1px solid blue;
width: 10px;
}
.home__page .home__pop__content p::-webkit-scrollbar-thumb {
border-radius: 20px;
background-color: #e0e0e0;
height: 10px;
}
.home__page .popup-content .featured__wrapper .featured__article__content p {
margin: 20px 0 20px;
}
.home__page .home__pop__content {
position: relative;
}
.home__page .home__pop__content:after {
content: "";
position: absolute;
height: 100%;
width: 1px;
background: #e0e0e0;
top: 0;
right: 4.4px;
}
.featured__section,
.home__page .media__featured,
.get__started {
background: #000;
}
.home__page .header__copy,
.home__copy {
outline: none !important;
}
.home__page .clients__logos__wrapper img {
transition: all ease-in-out 0.3s;
}
.home__page .clients__logos__wrapper img:hover {
opacity: 0.5;
}
.home__page .hero-bg .down__arrow {
content: "";
position: absolute;
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 30px;
height: 30px;
transform: rotate(45deg) scale(0.9);
right: 0px;
z-index: 999;
left: 0;
bottom: 20%;
right: 0;
margin: auto;
cursor: pointer;
}
.home__page .featured__article {
padding: 60px 100px 80px;
}
.home__page .home__pop__content::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
.home__page .popup-content .featured__wrapper .featured__article__content p {
padding-right: 30px;
}
.clients__logos.show__element {
display: block !important;
}
.home__page .media__featured {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
.home__page .rotated__col:nth-child(3) img {
max-height: 70px;
}
.floating__letter {
opacity: 0.4;
}
.home__page .clients__logos {
position: relative;
bottom: 0;
padding: 0;
bottom: 40px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.home__page .our__approach h1 {
max-width: 500px;
}
.home__page .featured__section h4 {
font-family: "Muli", sans-serif;
font-weight: normal;
color: white;
}
.home__page .media__featured {
color: white;
}
.home__page .latest__news .title p {
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 19px;
line-height: 23.2px;
-webkit-text-stroke: thin;
min-height: 50px;
}
.home__page .latest__news .content p {
font-family: "Muli", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 27px;
text-transform: unset !important;
font-size: 16px;
}
.mix-blend {
mix-blend-mode: difference;
}
.home__page .clients__logos img {
margin: 0;
padding: 0;
cursor: pointer;
}
.home__page .media__featured .featured__article__divider.home__divider {
position: absolute;
top: 34%;
bottom: 0;
left: 125px;
right: 0;
}
.home__page .header__copy {
position: absolute;
top: 28%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.home__page .featured__wrapper .featured__article__title h4 {
font-weight: 700;
line-height: 30px;
max-width: 300px;
width: 100%;
}
.home__page .featured__wrapper .featured__article__content strong {
font-weight: 900;
}
.our__approach {
overflow: hidden;
}
.our__approach h2 {
font-weight: 600;
margin-bottom: 25px;
}
.our__approach button {
margin-top: 50px;
}
.our__approach.featured__section h2 {
margin-bottom: 0;
}
.home__page .home__copy {
position: absolute;
top: 41%;
bottom: 0;
left: 123px;
right: 0;
}
.home__page .home__copy h3 {
font-weight: 600;
}
.home__page .popup-content {
background: transparent !important;
border: 0 !important;
max-width: 1400px !important;
width: 100% !important;
}
.home__page .featured__artitle__inner {
width: 43%;
}
.home__page .popup-content .close {
position: absolute;
right: 120px;
top: 32px;
width: 32px;
height: 32px;
opacity: 1;
cursor: pointer;
z-index: 9;
outline: none;
}
.popup-content .close:before,
.popup-content .close:after {
position: absolute;
left: 15px;
content: " ";
height: 33px;
width: 5px;
background-color: #a5a5a5;
top: 0;
}
.home__page .latest__article button {
margin-top: 20px;
}
.popup-content .close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.popup-content .close:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.home__page .popup__inner__background {
position: absolute !important;
width: 46%;
height: auto;
top: 0;
right: 103px;
bottom: 0;
margin: auto !important;
}
.home__page .popup__inner__background img {
object-fit: contain !important;
width: 100% !important;
max-width: 100% !important;
}
.triangle__big {
width: 0;
height: 0;
border-left: 32px solid transparent;
border-right: 32px solid transparent;
border-top: 32px solid #ccc;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 4;
}
.triangle__small {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #ffffff;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 4;
}
.get__started {
position: relative;
}
.get__started__content {
z-index: 1;
position: relative;
color: white;
padding: 60px 0;
}
.date__title p {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 19px;
line-height: 23.2px;
text-transform: uppercase;
-webkit-text-stroke: thin;
}
.home .featured__wrapper.slick-slider {
min-height: auto;
}
.home__page .latest__news .slick-arrow.slick-prev.slick-disabled {
opacity: 0;
}
.home__page .latest__news .slick-arrow.slick-next.slick-disabled {
opacity: 0;
}
.home__page .latest__news .slick-arrow.slick-prev {
opacity: 1;
}
.home__page .latest__news .slick-arrow.slick-next {
opacity: 1;
}
.home__page .latest__news__wrapper {
padding: 10px 50px 5px;
}
.home__page .featured__wrapper .slick-arrow.slick-next {
top: 35%;
}
.home__page .featured__wrapper.dark .slick-arrow.slick-prev {
top: 35%;
}
.latest__news__wrapper {
margin: 0px auto 5px !important;
max-width: 1480px;
}
.latest__article {
padding: 0 30px;
}
.home__page .featured__wrapper.slick-slider {
min-height: auto;
}
.latest__article .content {
margin-top: 5px;
display: -webkit-box;
line-height: 25px;
min-height: auto;
min-height: 80px;
}
.home__page .date__title {
margin-top: 5px;
}
.get__started__content h2 {
line-height: 55px !important;
font-size: 50px;
font-weight: 600;
}
.get__started__content p {
font-size: 21px;
font-weight: 600;
}
.get__started__content button {
width: 250px;
}
.latest__news .container {
padding-top: 65px;
padding-bottom: 25px;
}
.latest__article button a {
font-size: 15px;
}
.home__page .our__approach {
position: relative;
}
.floating__letter {
position: absolute;
top: 14%;
left: -18%;
z-index: 2;
width: 100%;
}
.floating__letter img {
width: 70%;
}
.home__page .our__approach .container {
padding: 130px 0 250px;
padding-left: 0;
padding-right: 0;
}
.home__page .our__approach h1,
.home__page .our__approach h3,
.home__page .our__approach button {
z-index: 99;
position: relative;
}
.home__page .our__approach p {
padding: 0;
z-index: 9;
position: relative;
}
.home__page .our__approach.featured__section h3 {
margin: 5px 0 25px;
}
.home__page .our__approach.featured__section button {
margin: 30px 0 0;
}
.home__page .our__approach div > p {
max-width: 540px;
width: 100%;
}
.home__page .our__approach.featured__section div > p {
max-width: 380px;
width: 100%;
}
.home__page .featured__section h1,
.home__page .featured__section h3,
.home__page .featured__section p {
color: white;
}
.home__page .featured__section .container {
padding: 450px 0 60px 0;
}
.home__page .featured__section {
margin-top: -350px;
clip-path: polygon(0 50%, 110% 0, 790% 130%, 0 110%);
}
.home__page .get__started__content h2 br {
display: none;
}
.home__page .latest__news h2 {
font-weight: 600;
}
.home__page .clients__logos picture img {
position: relative !important;
max-width: 200px;
}
.home__page .clients__logos .gatsby-image-wrapper > div {
display: none;
}
.clients__logos.mobile__carrousel .featured__wrapper .mix-blend {
height: 100px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.clients__logos.mobile__carrousel .featured__wrapper.slick-slider {
position: absolute;
bottom: 0;
padding: 0 100px;
min-height: 120px;
}
.rotate__clients__logos {
transform: unset;
}
.rotated__col {
transform: unset;
}
.home__page .featured__wrapper button {
width: auto;
}
.clients__slider {
max-height: 100px;
height: 100%;
margin: 0 auto;
margin-bottom: 20px;
}
.clients__slider div {
max-height: 100px;
width: 100%;
height: 100%;
display: flex;
align-self: center;
}
.clients__slider img {
max-width: 55%;
display: flex !important;
justify-content: center;
align-items: center;
margin: 0 auto;
max-height: 58px;
}
#logo-client-3-s,
#logo-client-8-s,
#logo-client-9-s {
min-height: auto;
height: auto;
max-width: 65%;
object-fit: contain;
}
#logo-client-4-s {
min-height: auto;
height: auto;
max-width: 75%;
width: 100%;
object-fit: contain;
}
#logo-client-6-s,
#logo-client-7-s {
height: 70px;
transform: scale(0.9);
}
.clients__slider .slick-arrow.slick-next:before,
.clients__slider .slick-arrow.slick-prev:before {
display: none;
}
@media (max-width: 6000px) {
.floating__letter img {
width: 50%;
}
.floating__letter {
top: -47%;
left: 16%;
width: 50%;
}
.home__page .our__approach {
position: relative;
}
.home__page .featured__section {
margin-top: -400px;
height: 900px;
position: relative;
z-index: 9;
}
.home__page .featured__section .container {
padding: 500px 0 60px 0;
}
.home__page .clients__logos {
max-width: 1400px;
margin: auto;
padding: 0px 50px;
}
.home__page .header__copy {
left: 35.5%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 35.5%;
}
.home__page .home__copy {
left: 35.5%;
}
}
@media (max-width: 4000px) {
.clients__slider {
max-width: 1100px;
}
}
@media (min-width: 3500px) {
.clients__slider img {
max-width: 40%;
}
}
@media (max-width: 3000px) {
.home__page .header__copy {
left: 31%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 31%;
}
.home__page .home__copy {
left: 31%;
}
}
@media (max-width: 2000px) {
.clients__slider {
max-width: 1000px;
}
.home__page .header__copy {
left: 18%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 18%;
}
.home__page .home__copy {
left: 18%;
}
.floating__letter {
position: absolute;
top: -21%;
left: -15%;
z-index: 0;
width: 90%;
opacity: 0.4;
}
}
@media (max-width: 1920px) {
.floating__letter {
top: 13%;
left: -28%;
}
.floating__letter img {
width: 70%;
}
.home__page .featured__section {
margin-top: -450px;
}
.home__page .header__copy {
left: 170px;
top: 28%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 174px;
}
.home__page .home__copy {
left: 174px;
}
}
@media (max-width: 1600px) {
.home__page .our__approach {
height: auto;
}
.home__page .featured__section {
margin-top: -450px;
}
.home__page .featured__section .container {
padding: 420px 0 60px;
}
.floating__letter {
left: -23%;
width: 100%;
}
}
@media (max-width: 1440px) {
.clients__slider {
max-width: 900px;
}
}
@media (max-width: 1428px) {
.our__approach.container-fluid .container .row {
max-width: 90%;
margin: auto;
}
}
@media (max-width: 1280px) {
.clients__slider {
max-width: 800px;
}
.latest__news .container {
padding-left: 0px;
}
.our__approach.container-fluid .container .row {
max-width: 100%;
}
}
@media (max-width: 1180px) {
.home__page .latest__news .title p {
font-size: 20.83px;
}
}
@media (max-width: 1142px) {
.home__page .latest__news .title p {
font-size: 17.83px;
line-height: 23.2px;
}
.home__page .latest__news .content p {
line-height: 20.2px;
}
}
@media (max-width: 1120px) {
.home__page .header__copy {
top: 22%;
}
}
@media (max-width: 1024px) {
.home__page .latest__news__wrapper {
padding: 10px 20px 10px;
}
.home__page .home__copy {
top: 41.7%;
}
.home__page .header__copy {
top: 18%;
}
.home__page .media__featured {
min-height: 600px;
}
.home__page .latest__article .content {
padding-right: 0px;
}
.clients__logos {
display: none !important;
}
.clients__slider {
/* padding: 0 80px; */
margin-bottom: 30px;
}
.clients__slider div {
max-height: 120px;
}
.clients__slider img {
max-width: 55%;
display: flex !important;
justify-content: center;
align-items: center;
min-height: 160px;
}
.clients__slider .slick-arrow.slick-next:before,
.clients__slider .slick-arrow.slick-prev:before {
display: none;
}
.home__page .clients__slider .slick-list {
width: 85%;
margin: auto;
}
#logo-client-3-s,
#logo-client-4-s,
#logo-client-8-s,
#logo-client-9-s {
min-height: auto;
height: auto;
max-width: 65%;
object-fit: contain;
}
#logo-client-6-s,
#logo-client-2-s,
#logo-client-7-s {
transform: scale(0.6);
}
.clients__slider .slick-arrow.slick-next {
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 30px;
height: 30px;
transform: rotate(-45deg);
right: -15px;
top: 67px;
}
.clients__slider .slick-arrow.slick-prev {
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 30px;
height: 30px;
left: -15px;
top: 67px;
transform: rotate(140deg);
}
.home__page .popup-content {
max-width: 80% !important;
}
.latest__news__wrapper {
padding: 10px 24px;
}
.home__page .slick-list {
width: 100%;
}
.home__page .popup-content .close {
right: 100px;
}
.latest__article .content {
line-height: 1.2em;
}
.home__page .our__approach {
padding: 0 20px !important;
}
.home__page .featured__section {
padding: 0 80px 50 !important;
}
.home__page .our__approach .container {
padding: 100px 0 270px;
}
.home__page .featured__section .container {
padding: 450px 0 80px;
}
.floating__letter img {
width: 100%;
}
.floating__letter {
top: 6%;
left: -40%;
}
.home__page .latest__news .title p {
font-size: 18.83px;
line-height: 20.2px;
}
.home__page .popup-content {
max-width: 95% !important;
}
.mix-blend {
width: 175px;
}
.home__page .clients__logos__wrapper {
position: relative;
width: 95%;
margin: auto;
}
.home__page .clients__logos__wrapper:after {
content: "";
position: absolute;
right: 30px;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 15px;
height: 15px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: none;
}
.home__page .clients__logos__wrapper:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 15px;
height: 15px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
left: 30px;
display: none;
}
.home__page .our__approach.featured__section .col-md-12:nth-child(1) {
width: 100% !important;
flex: unset !important;
max-width: 100% !important;
}
.home__page .our__approach.featured__section .col-md-12:nth-child(2) {
display: none !important;
}
.home__page .our__approach div > p {
max-width: 100%;
width: 100%;
}
}
@media (max-width: 768px) {
.clients__slider {
margin-bottom: 50px;
max-width: 600px;
}
.clients__slider div {
max-height: initial;
}
.clients__slider img {
max-width: 75%;
}
#logo-client-2-s {
max-width: 130%;
transform: scale(0.8);
}
#logo-client-4-s {
max-width: 85%;
}
#logo-client-6-s,
#logo-client-7-s {
max-width: 100%;
transform: scale(0.8);
}
.home__page .popup-content {
max-width: 80% !important;
}
.home__page .featured__article {
padding: 60px 10px 60px;
}
.home__page .popup-content .close {
top: 32px;
}
.home__page .featured__section .container {
padding: 400px 0 50px;
}
.home__page .slick-list {
width: 100%;
}
.featured__artitle__inner {
width: 100%;
top: 0;
position: relative;
}
.home__page .featured__artitle__inner {
width: 100%;
}
.featured__article {
padding: 40px 40px 20px;
}
.featured__article__bottom.flex-end {
justify-content: center;
position: relative;
bottom: unset;
right: unset;
}
.home__page .popup__inner__background {
width: 60%;
opacity: 0.5;
right: 127px;
}
.latest__news__wrapper {
padding: 10px 18px 10px 18px;
}
.latest__news .container {
padding-bottom: 0px;
}
.latest__news .container {
padding-top: 55px;
}
.home__page .header__copy {
top: 19%;
left: 0px;
padding: 0 30px;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 32px;
padding: 0 30px;
top: 34.5%;
}
.home__page .home__copy {
left: 0px;
padding: 0 30px;
top: 42%;
}
}
@media (max-width: 500px) {
.home__page .media__featured {
min-height: 600px;
}
.home__page .latest__news__wrapper {
padding: 10px 20px 5px;
}
.home__page .latest__news__wrapper .slick-track {
display: flex;
justify-content: center;
align-items: center;
}
.home__page .featured__article {
height: 480px;
overflow: scroll;
}
.home__page .our__approach.featured__section .img__background img {
object-position: 60% !important;
}
.home__page .featured__artitle__inner {
width: 100%;
height: 430px;
overflow: scroll;
}
.featured__article__bottom.flex-end {
position: static;
bottom: 0;
}
.clients__slider {
padding: 0 15px;
}
.clients__slider .slick-arrow.slick-prev {
top: 48px;
}
.clients__slider .slick-arrow.slick-next {
top: 48px;
}
.featured__article {
width: 100%;
}
.home__page .popup-content {
max-width: 99% !important;
}
#logo-client-3-s,
#logo-client-4-s,
#logo-client-8-s,
#logo-client-9-s {
min-height: auto;
height: auto;
}
#logo-client-6-s,
#logo-client-7-s {
transform: scale(0.8);
}
.home__page .clients__logos .rotated__col:first-child {
margin-left: unset;
}
.triangle__big {
border-left: 23px solid transparent;
border-right: 23px solid transparent;
border-top: 23px solid #ccc;
}
.triangle__small {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #ffffff;
}
.home__page .featured__article__divider {
margin: 15px 0 15px;
}
.home__page .featured__wrapper .featured__article__content {
margin: 10px 0 15px;
}
.get__started__content h2 br {
display: block;
}
.home__page .popup-content .close {
right: 40px;
top: 15px;
}
.get__started__content > div {
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}
.latest__news .container {
padding: 60px 0 0 0;
}
.home__page .featured__section {
clip-path: polygon(0 50%, 310% 0, 790% 130%, 0 110%);
}
.home__page .featured__section {
margin-top: -470px;
}
.latest__news__wrapper {
padding: 5px 0px 0px;
}
.home__page .latest__news__wrapper .slick-initialized .slick-slide {
top: 70px;
}
.home__page .latest__article .title {
min-height: auto;
}
.home__page .slick-list {
position: relative;
top: 0px;
}
.latest__news h1 {
padding: 0 !important;
text-align: center;
}
.featured__wrapper.slick-slider {
min-height: auto;
}
.home__page .header__copy {
position: relative;
top: 0px;
transform: translateY(-0%);
display: flex;
padding: 60px 10px 30px;
max-width: 1200px;
}
.home__page .media__featured .container-fluid {
padding-bottom: 0px !important;
}
.home__page .clients__logos .col {
justify-content: center;
align-items: center;
width: 100%;
max-width: 100%;
flex-grow: unset;
flex-basis: unset;
}
.clients__logos .gatsby-image-wrapper {
margin: 35px 0px;
width: 47%;
}
.home__page .clients__logos.mobile__carrousel {
height: 170px;
}
.home__page .clients__logos.mobile__carrousel .col {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 100%;
flex-grow: unset;
flex-basis: unset;
}
.home__page .clients__logos img {
margin: 5px 0;
width: 72%;
right: 50px;
}
.home__page .media__featured .header__copy h2 {
text-align: center;
margin-top: 70px;
}
.get__started__content {
padding: 100px 40px;
}
.home__page .our__approach {
padding: 0 30px !important;
}
.home__page .our__approach p {
font-size: 16px;
line-height: 30px;
padding: 10px 0 20px;
}
.home__page .featured__section .container {
padding: 490px 0 50px;
}
.featured__wrapper .slick-arrow.slick-next {
right: 10px;
top: 28%;
}
.featured__wrapper .slick-arrow.slick-prev {
left: 10px;
top: 28%;
}
.home__page .latest__article {
padding: 0 15px;
display: flex !important;
justify-content: center;
align-items: start;
flex-direction: column;
text-align: left;
}
.home__page .latest__news .content p {
font-size: 16px;
line-height: 20px;
}
.home__page .clients__logos__wrapper:before {
bottom: -285px;
left: -5px;
width: 10px;
height: 10px;
}
.home__page .clients__logos__wrapper:after {
bottom: -285px;
right: -5px;
width: 10px;
height: 10px;
}
.home__page .hero-bg h1 {
font-size: 32px;
line-height: 35px;
}
.home__page h3 {
font-size: 20px;
line-height: 25px;
}
.home__page .home__copy {
top: 40%;
}
.home__page .media__featured .featured__article__divider.home__divider {
top: 33%;
}
.home__page .header__copy {
top: 52%;
left: 4px;
margin-top: 18%;
}
.home__copy h3 br {
display: none;
}
}
@media (max-width: 360px) {
.rotate__clients__logos {
transform: rotate(270deg) translateY(75px);
}
.home__page .header__copy {
top: 89%;
margin-top: 11%;
}
.get__started__content button {
width: 100%;
}
}
@media (max-width: 320px) {
.home__page h2 {
font-size: 40px;
}
.home__page .header__copy {
margin-top: -4%;
}
.rotate__clients__logos {
transform: rotate(270deg) translateY(25px);
}
.home__page .clients__logos {
height: 380px;
margin-top: -280px;
}
.home__page .popup-content {
max-width: 100% !important;
}
.home__page .popup-content p {
font-size: 14px;
}
.home__page .media__featured {
height: 400px;
min-height: auto;
}
.home__page .media__featured .featured__article__divider.home__divider {
top: 30%;
}
.home__page .home__copy {
top: 40%;
}
.home__page .hero-bg h1 {
font-size: 27px;
line-height: 25px;
}
.home__page h3 {
font-size: 16px;
line-height: 18px;
}
.home__page .header__copy {
top: -11%;
}
}
@media (max-width: 1366px) and (orientation: landscape) {
.home__page .media__featured {
min-height: 600px;
}
}
@media (max-width: 823px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 178vh;
}
.featured__article {
height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}
.featured__article {
width: 100%;
}
.featured__artitle__inner {
width: 90%;
top: 0;
}
.featured__article__bottom.flex-end {
justify-content: flex-start;
z-index: 9;
}
.featured__artitle__inner {
width: 90%;
margin-top: 400px;
position: relative;
height: 260px;
}
.home__page .header__copy {
left: 30px;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 32px;
}
.home__page .home__copy {
left: 30px;
}
}
@media (max-width: 812px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 202vh;
}
.home__page .our__approach p {
line-height: 22px;
}
}
@media (max-width: 737px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 202vh;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 62px;
}
.home__page .clients__logos__wrapper {
position: relative;
top: 20px;
}
}
@media (max-width: 667px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 240vh;
}
.header__copy h1 {
font-size: 50px;
line-height: 50px;
}
.home__page .home__copy h3 {
font-size: 25px;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 62px;
top: 35%;
}
}
@media (max-width: 640px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 255vh;
}
}
@media (max-width: 600px) and (orientation: landscape) {
.home__page .media__featured {
min-height: 560px;
}
.latest__article .title {
font-size: 15px;
}
body h3 {
font-size: 40px;
line-height: 36.96px;
}
.featured__artitle__inner {
width: 90%;
margin-top: 300px;
position: relative;
height: 170px;
}
.home__page .clients__logos .rotated__col:first-child {
margin-left: 314vh;
}
.header__copy h1 {
font-size: 35px;
line-height: 35px;
}
.home__page .home__copy h3 {
font-size: 20px;
line-height: 20px;
}
.home__page .home__copy {
top: 40%;
}
.home__page .featured__section {
margin-top: -360px;
}
}
@media (max-width: 600px) and (orientation: landscape) {
.home__page .media__featured .featured__article__divider.home__divider {
top: 31%;
}
} | src/pages/css/home.css | .home__page .media__featured {
min-height: 820px;
}
.home__page .home__pop__content p {
height: 150px;
overflow-y: scroll;
}
/* .latest__news__wrapper .slick-initialized .slick-slide{
min-height: 300px;
position: relative;
top: 100px;
} */
.home__page .home__pop__content p::-webkit-scrollbar {
-webkit-appearance: none;
}
/* .home__page .latest__article .title {
} */
.home__page .home__pop__content p::-webkit-scrollbar:vertical {
width: 10px;
background-color: transparent;
border-radius: 10px;
}
.home__page .home__pop__content p::-webkit-scrollbar:horizontal {
border-radius: 10px;
border: 1px solid blue;
width: 10px;
}
.home__page .home__pop__content p::-webkit-scrollbar-thumb {
border-radius: 20px;
background-color: #e0e0e0;
height: 10px;
}
.home__page .popup-content .featured__wrapper .featured__article__content p {
margin: 20px 0 20px;
}
.home__page .home__pop__content {
position: relative;
}
.home__page .home__pop__content:after {
content: "";
position: absolute;
height: 100%;
width: 1px;
background: #e0e0e0;
top: 0;
right: 4.4px;
}
.featured__section,
.home__page .media__featured,
.get__started {
background: #000;
}
.home__page .header__copy,
.home__copy {
outline: none !important;
}
.home__page .clients__logos__wrapper img {
transition: all ease-in-out 0.3s;
}
.home__page .clients__logos__wrapper img:hover {
opacity: 0.5;
}
.home__page .hero-bg .down__arrow {
content: "";
position: absolute;
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 30px;
height: 30px;
transform: rotate(45deg) scale(0.9);
right: 0px;
z-index: 999;
left: 0;
bottom: 20%;
right: 0;
margin: auto;
cursor: pointer;
}
.home__page .featured__article {
padding: 60px 100px 80px;
}
.home__page .home__pop__content::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
.home__page .popup-content .featured__wrapper .featured__article__content p {
padding-right: 30px;
}
.clients__logos.show__element {
display: block !important;
}
.home__page .media__featured {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
.home__page .rotated__col:nth-child(3) img {
max-height: 70px;
}
.floating__letter {
opacity: 0.4;
}
.home__page .clients__logos {
position: relative;
bottom: 0;
padding: 0;
bottom: 40px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.home__page .our__approach h1 {
max-width: 500px;
}
.home__page .featured__section h4 {
font-family: "Muli", sans-serif;
font-weight: normal;
color: white;
}
.home__page .media__featured {
color: white;
}
.home__page .latest__news .title p {
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 19px;
line-height: 23.2px;
-webkit-text-stroke: thin;
min-height: 50px;
}
.home__page .latest__news .content p {
font-family: "Muli", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 27px;
text-transform: unset !important;
font-size: 16px;
}
.mix-blend {
mix-blend-mode: difference;
}
.home__page .clients__logos img {
margin: 0;
padding: 0;
cursor: pointer;
}
.home__page .media__featured .featured__article__divider.home__divider {
position: absolute;
top: 34%;
bottom: 0;
left: 125px;
right: 0;
}
.home__page .header__copy {
position: absolute;
top: 28%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.home__page .featured__wrapper .featured__article__title h4 {
font-weight: 700;
line-height: 30px;
max-width: 300px;
width: 100%;
}
.home__page .featured__wrapper .featured__article__content strong {
font-weight: 900;
}
.our__approach {
overflow: hidden;
}
.our__approach h2 {
font-weight: 600;
margin-bottom: 25px;
}
.our__approach button {
margin-top: 50px;
}
.our__approach.featured__section h2 {
margin-bottom: 0;
}
.home__page .home__copy {
position: absolute;
top: 41%;
bottom: 0;
left: 123px;
right: 0;
}
.home__page .home__copy h3 {
font-weight: 600;
}
.home__page .popup-content {
background: transparent !important;
border: 0 !important;
max-width: 1400px !important;
width: 100% !important;
}
.home__page .featured__artitle__inner {
width: 43%;
}
.home__page .popup-content .close {
position: absolute;
right: 120px;
top: 32px;
width: 32px;
height: 32px;
opacity: 1;
cursor: pointer;
z-index: 9;
outline: none;
}
.popup-content .close:before,
.popup-content .close:after {
position: absolute;
left: 15px;
content: " ";
height: 33px;
width: 5px;
background-color: #a5a5a5;
top: 0;
}
.home__page .latest__article button {
margin-top: 20px;
}
.popup-content .close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.popup-content .close:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.home__page .popup__inner__background {
position: absolute !important;
width: 46%;
height: auto;
top: 0;
right: 103px;
bottom: 0;
margin: auto !important;
}
.home__page .popup__inner__background img {
object-fit: contain !important;
width: 100% !important;
max-width: 100% !important;
}
.triangle__big {
width: 0;
height: 0;
border-left: 32px solid transparent;
border-right: 32px solid transparent;
border-top: 32px solid #ccc;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 4;
}
.triangle__small {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #ffffff;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 4;
}
.get__started {
position: relative;
}
.get__started__content {
z-index: 1;
position: relative;
color: white;
padding: 60px 0;
}
.date__title p {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 19px;
line-height: 23.2px;
text-transform: uppercase;
-webkit-text-stroke: thin;
}
.home .featured__wrapper.slick-slider {
min-height: auto;
}
.home__page .latest__news .slick-arrow.slick-prev.slick-disabled {
opacity: 0;
}
.home__page .latest__news .slick-arrow.slick-next.slick-disabled {
opacity: 0;
}
.home__page .latest__news .slick-arrow.slick-prev {
opacity: 1;
}
.home__page .latest__news .slick-arrow.slick-next {
opacity: 1;
}
.home__page .latest__news__wrapper {
padding: 10px 50px 5px;
}
.home__page .featured__wrapper .slick-arrow.slick-next {
top: 35%;
}
.home__page .featured__wrapper.dark .slick-arrow.slick-prev {
top: 35%;
}
.latest__news__wrapper {
margin: 0px auto 5px !important;
max-width: 1480px;
}
.latest__article {
padding: 0 30px;
}
.home__page .featured__wrapper.slick-slider {
min-height: auto;
}
.latest__article .content {
margin-top: 5px;
display: -webkit-box;
line-height: 25px;
min-height: auto;
min-height: 80px;
}
.home__page .date__title {
margin-top: 5px;
}
.get__started__content h2 {
line-height: 55px !important;
font-size: 50px;
font-weight: 600;
}
.get__started__content p {
font-size: 21px;
font-weight: 600;
}
.get__started__content button {
width: 250px;
}
.latest__news .container {
padding-top: 65px;
padding-bottom: 25px;
}
.latest__article button a {
font-size: 15px;
}
.home__page .our__approach {
position: relative;
}
.floating__letter {
position: absolute;
top: 14%;
left: -18%;
z-index: 2;
width: 100%;
}
.floating__letter img {
width: 70%;
}
.home__page .our__approach .container {
padding: 130px 0 250px;
padding-left: 0;
padding-right: 0;
}
.home__page .our__approach h1,
.home__page .our__approach h3,
.home__page .our__approach button {
z-index: 99;
position: relative;
}
.home__page .our__approach p {
padding: 0;
z-index: 9;
position: relative;
}
.home__page .our__approach.featured__section h3 {
margin: 5px 0 25px;
}
.home__page .our__approach.featured__section button {
margin: 30px 0 0;
}
.home__page .our__approach div > p {
max-width: 540px;
width: 100%;
}
.home__page .our__approach.featured__section div > p {
max-width: 380px;
width: 100%;
}
.home__page .featured__section h1,
.home__page .featured__section h3,
.home__page .featured__section p {
color: white;
}
.home__page .featured__section .container {
padding: 450px 0 60px 0;
}
.home__page .featured__section {
margin-top: -350px;
clip-path: polygon(0 50%, 110% 0, 790% 130%, 0 110%);
}
.home__page .get__started__content h2 br {
display: none;
}
.home__page .latest__news h2 {
font-weight: 600;
}
.home__page .clients__logos picture img {
position: relative !important;
max-width: 200px;
}
.home__page .clients__logos .gatsby-image-wrapper > div {
display: none;
}
.clients__logos.mobile__carrousel .featured__wrapper .mix-blend {
height: 100px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.clients__logos.mobile__carrousel .featured__wrapper.slick-slider {
position: absolute;
bottom: 0;
padding: 0 100px;
min-height: 120px;
}
.rotate__clients__logos {
transform: unset;
}
.rotated__col {
transform: unset;
}
.home__page .featured__wrapper button {
width: auto;
}
.clients__slider {
max-height: 100px;
height: 100%;
margin: 0 auto;
margin-bottom: 20px;
}
.clients__slider div {
max-height: 100px;
width: 100%;
height: 100%;
display: flex;
align-self: center;
}
.clients__slider img {
max-width: 55%;
display: flex !important;
justify-content: center;
align-items: center;
margin: 0 auto;
max-height: 58px;
}
#logo-client-3-s,
#logo-client-8-s,
#logo-client-9-s {
min-height: auto;
height: auto;
max-width: 65%;
object-fit: contain;
}
#logo-client-4-s {
min-height: auto;
height: auto;
max-width: 75%;
width: 100%;
object-fit: contain;
}
#logo-client-6-s,
#logo-client-7-s {
height: 70px;
transform: scale(0.9);
}
.clients__slider .slick-arrow.slick-next:before,
.clients__slider .slick-arrow.slick-prev:before {
display: none;
}
@media (max-width: 6000px) {
.floating__letter img {
width: 50%;
}
.floating__letter {
top: -47%;
left: 16%;
width: 50%;
}
.home__page .our__approach {
position: relative;
}
.home__page .featured__section {
margin-top: -400px;
height: 900px;
position: relative;
z-index: 9;
}
.home__page .featured__section .container {
padding: 500px 0 60px 0;
}
.home__page .clients__logos {
max-width: 1400px;
margin: auto;
padding: 0px 50px;
}
.home__page .header__copy {
left: 35.5%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 35.5%;
}
.home__page .home__copy {
left: 35.5%;
}
}
@media (max-width: 4000px) {
.clients__slider {
max-width: 1100px;
}
}
@media (min-width: 3500px) {
.clients__slider img {
max-width: 40%;
}
}
@media (max-width: 3000px) {
.home__page .header__copy {
left: 31%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 31%;
}
.home__page .home__copy {
left: 31%;
}
}
@media (max-width: 2000px) {
.clients__slider {
max-width: 1000px;
}
.home__page .header__copy {
left: 18%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 18%;
}
.home__page .home__copy {
left: 18%;
}
.floating__letter {
position: absolute;
top: -21%;
left: -15%;
z-index: 0;
width: 90%;
opacity: 0.4;
}
}
@media (max-width: 1920px) {
.floating__letter {
top: 13%;
left: -28%;
}
.floating__letter img {
width: 70%;
}
.home__page .featured__section {
margin-top: -450px;
}
.home__page .header__copy {
left: 170px;
top: 28%;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 174px;
}
.home__page .home__copy {
left: 174px;
}
}
@media (max-width: 1600px) {
.home__page .our__approach {
height: auto;
}
.home__page .featured__section {
margin-top: -450px;
}
.home__page .featured__section .container {
padding: 420px 0 60px;
}
.floating__letter {
left: -23%;
width: 100%;
}
}
@media (max-width: 1440px) {
.clients__slider {
max-width: 900px;
}
}
@media (max-width: 1428px) {
.our__approach.container-fluid .container .row {
max-width: 90%;
margin: auto;
}
}
@media (max-width: 1280px) {
.clients__slider {
max-width: 800px;
}
.latest__news .container {
padding-left: 0px;
}
.our__approach.container-fluid .container .row {
max-width: 100%;
}
}
@media (max-width: 1180px) {
.home__page .latest__news .title p {
font-size: 20.83px;
}
}
@media (max-width: 1142px) {
.home__page .latest__news .title p {
font-size: 17.83px;
line-height: 23.2px;
}
.home__page .latest__news .content p {
line-height: 20.2px;
}
}
@media (max-width: 1120px) {
.home__page .header__copy {
top: 22%;
}
}
@media (max-width: 1024px) {
.home__page .latest__news__wrapper {
padding: 10px 20px 10px;
}
.home__page .home__copy {
top: 41.7%;
}
.home__page .header__copy {
top: 18%;
}
.home__page .media__featured {
min-height: 600px;
}
.home__page .latest__article .content {
padding-right: 0px;
}
.clients__logos {
display: none !important;
}
.clients__slider {
/* padding: 0 80px; */
margin-bottom: 30px;
}
.clients__slider div {
max-height: 120px;
}
.clients__slider img {
max-width: 55%;
display: flex !important;
justify-content: center;
align-items: center;
min-height: 160px;
}
.clients__slider .slick-arrow.slick-next:before,
.clients__slider .slick-arrow.slick-prev:before {
display: none;
}
.home__page .clients__slider .slick-list {
width: 85%;
margin: auto;
}
#logo-client-3-s,
#logo-client-4-s,
#logo-client-8-s,
#logo-client-9-s {
min-height: auto;
height: auto;
max-width: 65%;
object-fit: contain;
}
#logo-client-6-s,
#logo-client-2-s,
#logo-client-7-s {
transform: scale(0.6);
}
.clients__slider .slick-arrow.slick-next {
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 30px;
height: 30px;
transform: rotate(-45deg);
right: -15px;
top: 67px;
}
.clients__slider .slick-arrow.slick-prev {
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 30px;
height: 30px;
left: -15px;
top: 67px;
transform: rotate(140deg);
}
.home__page .popup-content {
max-width: 80% !important;
}
.latest__news__wrapper {
padding: 10px 24px;
}
.home__page .slick-list {
width: 100%;
}
.home__page .popup-content .close {
right: 100px;
}
.latest__article .content {
line-height: 1.2em;
}
.home__page .our__approach {
padding: 0 20px !important;
}
.home__page .featured__section {
padding: 0 80px 50 !important;
}
.home__page .our__approach .container {
padding: 100px 0 270px;
}
.home__page .featured__section .container {
padding: 450px 0 80px;
}
.floating__letter img {
width: 100%;
}
.floating__letter {
top: 6%;
left: -40%;
}
.home__page .latest__news .title p {
font-size: 18.83px;
line-height: 20.2px;
}
.home__page .popup-content {
max-width: 95% !important;
}
.mix-blend {
width: 175px;
}
.home__page .clients__logos__wrapper {
position: relative;
width: 95%;
margin: auto;
}
.home__page .clients__logos__wrapper:after {
content: "";
position: absolute;
right: 30px;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 15px;
height: 15px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: none;
}
.home__page .clients__logos__wrapper:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
border-right: 1px solid white;
border-bottom: 1px solid white;
width: 15px;
height: 15px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
left: 30px;
display: none;
}
.home__page .our__approach.featured__section .col-md-12:nth-child(1) {
width: 100% !important;
flex: unset !important;
max-width: 100% !important;
}
.home__page .our__approach.featured__section .col-md-12:nth-child(2) {
display: none !important;
}
.home__page .our__approach div > p {
max-width: 100%;
width: 100%;
}
}
@media (max-width: 768px) {
.clients__slider {
margin-bottom: 50px;
max-width: 600px;
}
.clients__slider div {
max-height: initial;
}
.clients__slider img {
max-width: 75%;
}
#logo-client-2-s {
max-width: 130%;
transform: scale(0.8);
}
#logo-client-4-s {
max-width: 85%;
}
#logo-client-6-s,
#logo-client-7-s {
max-width: 100%;
transform: scale(0.8);
}
.home__page .popup-content {
max-width: 80% !important;
}
.home__page .featured__article {
padding: 60px 10px 60px;
}
.home__page .popup-content .close {
top: 32px;
}
.home__page .featured__section .container {
padding: 400px 0 50px;
}
.home__page .slick-list {
width: 100%;
}
.featured__artitle__inner {
width: 100%;
top: 0;
position: relative;
}
.home__page .featured__artitle__inner {
width: 100%;
}
.featured__article {
padding: 40px 40px 20px;
}
.featured__article__bottom.flex-end {
justify-content: center;
position: relative;
bottom: unset;
right: unset;
}
.home__page .popup__inner__background {
width: 60%;
opacity: 0.5;
right: 127px;
}
.latest__news__wrapper {
padding: 10px 18px 10px 18px;
}
.latest__news .container {
padding-bottom: 0px;
}
.latest__news .container {
padding-top: 55px;
}
.home__page .header__copy {
top: 19%;
left: 0px;
padding: 0 30px;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 32px;
padding: 0 30px;
top: 34.5%;
}
.home__page .home__copy {
left: 0px;
padding: 0 30px;
top: 42%;
}
}
@media (max-width: 500px) {
.home__page .media__featured {
min-height: 600px;
}
.home__page .latest__news__wrapper {
padding: 10px 20px 5px;
}
.home__page .latest__news__wrapper .slick-track {
display: flex;
justify-content: center;
align-items: center;
}
.home__page .featured__article {
height: 480px;
overflow: scroll;
}
.home__page .our__approach.featured__section .img__background img {
object-position: 60% !important;
}
.home__page .featured__artitle__inner {
width: 100%;
height: 430px;
overflow: scroll;
}
.featured__article__bottom.flex-end {
position: static;
bottom: 0;
}
.clients__slider {
padding: 0 15px;
}
.clients__slider .slick-arrow.slick-prev {
top: 48px;
}
.clients__slider .slick-arrow.slick-next {
top: 48px;
}
.featured__article {
width: 100%;
}
.home__page .popup-content {
max-width: 99% !important;
}
#logo-client-3-s,
#logo-client-4-s,
#logo-client-8-s,
#logo-client-9-s {
min-height: auto;
height: auto;
}
#logo-client-6-s,
#logo-client-7-s {
transform: scale(0.8);
}
.home__page .clients__logos .rotated__col:first-child {
margin-left: unset;
}
.triangle__big {
border-left: 23px solid transparent;
border-right: 23px solid transparent;
border-top: 23px solid #ccc;
}
.triangle__small {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #ffffff;
}
.home__page .featured__article__divider {
margin: 15px 0 15px;
}
.home__page .featured__wrapper .featured__article__content {
margin: 10px 0 15px;
}
.get__started__content h2 br {
display: block;
}
.home__page .popup-content .close {
right: 40px;
top: 15px;
}
.get__started__content > div {
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}
.latest__news .container {
padding: 60px 0 0 0;
}
.home__page .featured__section {
clip-path: polygon(0 50%, 310% 0, 790% 130%, 0 110%);
}
.home__page .featured__section {
margin-top: -470px;
}
.latest__news__wrapper {
padding: 5px 0px 0px;
}
.home__page .latest__news__wrapper .slick-initialized .slick-slide {
top: 70px;
}
.home__page .latest__article .title {
min-height: auto;
}
.home__page .slick-list {
position: relative;
top: 0px;
}
.latest__news h1 {
padding: 0 !important;
text-align: center;
}
.featured__wrapper.slick-slider {
min-height: auto;
}
.home__page .header__copy {
position: relative;
top: 0px;
transform: translateY(-0%);
display: flex;
padding: 60px 10px 30px;
max-width: 1200px;
}
.home__page .media__featured .container-fluid {
padding-bottom: 0px !important;
}
.home__page .clients__logos .col {
justify-content: center;
align-items: center;
width: 100%;
max-width: 100%;
flex-grow: unset;
flex-basis: unset;
}
.clients__logos .gatsby-image-wrapper {
margin: 35px 0px;
width: 47%;
}
.home__page .clients__logos.mobile__carrousel {
height: 170px;
}
.home__page .clients__logos.mobile__carrousel .col {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 100%;
flex-grow: unset;
flex-basis: unset;
}
.home__page .clients__logos img {
margin: 5px 0;
width: 72%;
right: 50px;
}
.home__page .media__featured .header__copy h2 {
text-align: center;
margin-top: 70px;
}
.get__started__content {
padding: 100px 40px;
}
.home__page .our__approach {
padding: 0 30px !important;
}
.home__page .our__approach p {
font-size: 16px;
line-height: 30px;
padding: 10px 0 20px;
}
.home__page .featured__section .container {
padding: 490px 0 50px;
}
.featured__wrapper .slick-arrow.slick-next {
right: 10px;
top: 28%;
}
.featured__wrapper .slick-arrow.slick-prev {
left: 10px;
top: 28%;
}
.home__page .latest__article {
padding: 0 15px;
display: flex !important;
justify-content: center;
align-items: start;
flex-direction: column;
text-align: left;
}
.home__page .latest__news .content p {
font-size: 16px;
line-height: 20px;
}
.home__page .clients__logos__wrapper:before {
bottom: -285px;
left: -5px;
width: 10px;
height: 10px;
}
.home__page .clients__logos__wrapper:after {
bottom: -285px;
right: -5px;
width: 10px;
height: 10px;
}
.home__page .hero-bg h1 {
font-size: 32px;
line-height: 35px;
}
.home__page h3 {
font-size: 20px;
line-height: 25px;
}
.home__page .home__copy {
top: 40%;
}
.home__page .media__featured .featured__article__divider.home__divider {
top: 33%;
}
.home__page .header__copy {
top: 52%;
left: 4px;
margin-top: 18%;
}
.home__copy h3 br {
display: none;
}
}
@media (max-width: 360px) {
.rotate__clients__logos {
transform: rotate(270deg) translateY(75px);
}
.home__page .header__copy {
top: 89%;
margin-top: 11%;
}
.get__started__content button {
width: 100%;
}
}
@media (max-width: 320px) {
.home__page h2 {
font-size: 40px;
}
.home__page .header__copy {
margin-top: -4%;
}
.rotate__clients__logos {
transform: rotate(270deg) translateY(25px);
}
.home__page .clients__logos {
height: 380px;
margin-top: -280px;
}
.home__page .popup-content {
max-width: 100% !important;
}
.home__page .popup-content p {
font-size: 14px;
}
.home__page .media__featured {
height: 400px;
min-height: auto;
}
.home__page .media__featured .featured__article__divider.home__divider {
top: 30%;
}
.home__page .home__copy {
top: 40%;
}
.home__page .hero-bg h1 {
font-size: 27px;
line-height: 25px;
}
.home__page h3 {
font-size: 16px;
line-height: 18px;
}
.home__page .header__copy {
top: -11%;
}
}
@media (max-width: 1366px) and (orientation: landscape) {
.home__page .media__featured {
min-height: 600px;
}
}
@media (max-width: 823px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 178vh;
}
.featured__article {
height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}
.featured__article {
width: 100%;
}
.featured__artitle__inner {
width: 90%;
top: 0;
}
.featured__article__bottom.flex-end {
justify-content: flex-start;
z-index: 9;
}
.featured__artitle__inner {
width: 90%;
margin-top: 400px;
position: relative;
height: 260px;
}
.home__page .header__copy {
left: 30px;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 32px;
}
.home__page .home__copy {
left: 30px;
}
}
@media (max-width: 812px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 202vh;
}
.home__page .our__approach p {
line-height: 22px;
}
}
@media (max-width: 737px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 202vh;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 62px;
}
.home__page .clients__logos__wrapper {
position: relative;
top: 20px;
}
}
@media (max-width: 667px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 240vh;
}
.header__copy h1 {
font-size: 50px;
line-height: 50px;
}
.home__page .home__copy h3 {
font-size: 25px;
}
.home__page .media__featured .featured__article__divider.home__divider {
left: 62px;
top: 35%;
}
}
@media (max-width: 640px) and (orientation: landscape) {
.home__page .clients__logos .rotated__col:first-child {
margin-left: 255vh;
}
}
@media (max-width: 600px) and (orientation: landscape) {
.home__page .media__featured {
min-height: 560px;
}
.latest__article .title {
font-size: 15px;
}
body h3 {
font-size: 40px;
line-height: 36.96px;
}
.featured__artitle__inner {
width: 90%;
margin-top: 300px;
position: relative;
height: 170px;
}
.home__page .clients__logos .rotated__col:first-child {
margin-left: 314vh;
}
.header__copy h1 {
font-size: 35px;
line-height: 35px;
}
.home__page .home__copy h3 {
font-size: 20px;
line-height: 20px;
}
.home__page .home__copy {
top: 40%;
}
.home__page .featured__section {
margin-top: -360px;
}
}
@media (max-width: 600px) and (orientation: landscape) {
.home__page .media__featured .featured__article__divider.home__divider {
top: 31%;
}
} | 0.309754 | 0.032406 |
.playground{
/*width:100%;*/
height:470px;
background: #f2f4f4;
display: inline-block;
margin-bottom: 20px;
}
.playgroundInfo{
/*width:100%;*/
height:470px;
background: #f2f4f4;
display: inline-block;
/*margin-bottom: 20px;*/
}
#gameHintText{
margin-top:5px;
font-size: 25px;
/*z-index: -1;*/
}
#slotForm input{
margin-bottom: 30px;
}
.octagon{
margin-left: auto;
margin-right: auto;
margin-top: 60px;
display: block;
width:242px;
height:242px;
background:#f0b27a;
-webkit-clip-path:polygon(29.34% 0%, 70.66% 0%,100% 29.34%,100% 70.66%,70.66% 100%,29.34% 100%,0% 70.66%,0% 29.34%);
}
#slotHandler{
cursor: pointer;
}
#btmTarget, #rTarget{
position: absolute;
top: 100px;
left: 0;
}
.whiteBall{
content: 'o';
color: firebrick;
display: inline-block;
}
@media (min-width: 768px) {
.infoText{
line-height: 20px;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
.infoText{
line-height: 30px;
}
}
/*#slotForm{
position: absolute;
top: 40px;
left: 60%;
}*/
/*#btmTarget{
animation: spin1 2.5s infinite linear;
-webkit-animation: spin1 2.5s infinite linear;
}*/
#rTarget{
z-index: 10;
/*animation: spin1 2.5s infinite ease-in;*/
/*-webkit-animation: spin1 2.5s infinite ease-in;*/
}
.resultArea{
display: block;
margin-left: auto;
margin-right: auto;
color: #000;
font-size: 30px;
/*padding-top: 70px;*/
z-index: 20;
/*margin-top: 70%;*/
}
/*@keyframes spin1 {
0% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
25% {
-moz-transform:rotate(80deg);
-webkit-transform:rotate(80deg);
-o-transform:rotate(80deg);
-ms-transform:rotate(80deg);
}
75% {
-moz-transform:rotate(100deg);
-webkit-transform:rotate(100deg);
-o-transform:rotate(100deg);
-ms-transform:rotate(100deg);
}
100% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
}
@-webkit-keyframes spin1 {
0% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
33% {
-moz-transform:rotate(85deg);
-webkit-transform:rotate(85deg);
-o-transform:rotate(80deg);
-ms-transform:rotate(80deg);
}
75% {
-moz-transform:rotate(100deg);
-webkit-transform:rotate(100deg);
-o-transform:rotate(100deg);
-ms-transform:rotate(100deg);
}
100% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
}*/ | public/css/slot.css | .playground{
/*width:100%;*/
height:470px;
background: #f2f4f4;
display: inline-block;
margin-bottom: 20px;
}
.playgroundInfo{
/*width:100%;*/
height:470px;
background: #f2f4f4;
display: inline-block;
/*margin-bottom: 20px;*/
}
#gameHintText{
margin-top:5px;
font-size: 25px;
/*z-index: -1;*/
}
#slotForm input{
margin-bottom: 30px;
}
.octagon{
margin-left: auto;
margin-right: auto;
margin-top: 60px;
display: block;
width:242px;
height:242px;
background:#f0b27a;
-webkit-clip-path:polygon(29.34% 0%, 70.66% 0%,100% 29.34%,100% 70.66%,70.66% 100%,29.34% 100%,0% 70.66%,0% 29.34%);
}
#slotHandler{
cursor: pointer;
}
#btmTarget, #rTarget{
position: absolute;
top: 100px;
left: 0;
}
.whiteBall{
content: 'o';
color: firebrick;
display: inline-block;
}
@media (min-width: 768px) {
.infoText{
line-height: 20px;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
.infoText{
line-height: 30px;
}
}
/*#slotForm{
position: absolute;
top: 40px;
left: 60%;
}*/
/*#btmTarget{
animation: spin1 2.5s infinite linear;
-webkit-animation: spin1 2.5s infinite linear;
}*/
#rTarget{
z-index: 10;
/*animation: spin1 2.5s infinite ease-in;*/
/*-webkit-animation: spin1 2.5s infinite ease-in;*/
}
.resultArea{
display: block;
margin-left: auto;
margin-right: auto;
color: #000;
font-size: 30px;
/*padding-top: 70px;*/
z-index: 20;
/*margin-top: 70%;*/
}
/*@keyframes spin1 {
0% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
25% {
-moz-transform:rotate(80deg);
-webkit-transform:rotate(80deg);
-o-transform:rotate(80deg);
-ms-transform:rotate(80deg);
}
75% {
-moz-transform:rotate(100deg);
-webkit-transform:rotate(100deg);
-o-transform:rotate(100deg);
-ms-transform:rotate(100deg);
}
100% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
}
@-webkit-keyframes spin1 {
0% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
33% {
-moz-transform:rotate(85deg);
-webkit-transform:rotate(85deg);
-o-transform:rotate(80deg);
-ms-transform:rotate(80deg);
}
75% {
-moz-transform:rotate(100deg);
-webkit-transform:rotate(100deg);
-o-transform:rotate(100deg);
-ms-transform:rotate(100deg);
}
100% {
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
}
}*/ | 0.390708 | 0.066782 |
.message-container {
line-height: 1.3;
}
.message-container .say-thanks > .no-show {
display: none;
}
.message-container .say-thanks {
float: left;
}
.message-container .say-thanks > div {
display: none;
position: relative;
top: 45%;
align-items: center;
margin: 0 20px;
padding: 5px;
font-size: 14px;
color: var(--tree-green);
border: solid 1px #e3e3e3;
border-radius: 5px;
background-color: white;
cursor: pointer;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
.message-container .say-thanks p {
padding-left: 7px;
padding-bottom: 3px;
}
.message-container .user-img {
width: 54px;
height: 54px;
}
.message-container .user-name {
font-size: 0.7rem;
color: var(--warm-grey);
margin-bottom: 3px;
}
.message-container .message-text {
position: relative;
padding: 0.8rem;
border-radius: 0.3rem;
background: #eeeeee;
white-space: pre-wrap;
}
.message-container .message-text a {
text-decoration: underline;
}
.message-container .qs-details {
display: flex;
margin-top: 5px;
font-size: 14px;
}
.message-container .qs-details .message-response {
justify-self: end;
display: flex;
align-items: center;
font-size: 0.6rem;
margin-left: 10px;
cursor: pointer;
}
.message-container .qs-details .message-response p {
margin-left: 0.3rem;
color: #1e3a4e;
text-decoration: underline;
}
.message-container:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
/* message design when sent by user */
.me .say-thanks {
justify-items: right;
}
.me .message-text {
color: #116f2f;
background-color: #f2fcf2;
}
#messages .message-container {
margin: 20px 0px;
position: relative;
}
#messages .message-container .user-img {
position: absolute;
top: 5px;
}
#messages .message-container .timestamp {
position: absolute;
top: 70px;
left: 2px;
width: 54px;
text-align: center;
font-size: 13px;
color: var(--warm-grey);
}
#messages .message-container .user-name {
margin-left: 69px;
}
#messages .message-container .message {
margin-left: 69px;
max-width: 55%;
position: relative;
float: left;
}
#messages .message-container .message-text {
clear: left;
word-wrap: break-word;
}
#messages .message-container .thanks-wrapper {
float: left;
}
#messages .message-container .say-thanks {
position: absolute;
display: flex;
top: 45%;
}
#messages .me .user-img {
right: 0px;
}
#messages .me .timestamp {
left: auto;
right: -2px;
}
#messages .me .user-name {
margin-right: 69px;
text-align: right;
}
#messages .me .message {
margin-right: 69px;
float: right;
}
#messages .me .message-text {
clear: right;
}
#messages .me .thanks-wrapper {
float: right;
}
#thread-messages .timestamp,
#thread-messages .user-name {
font-size: 14px;
color: #bbbaba;
}
#thread-messages .user-name {
color: var(--warm-grey);
}
#thread-messages .message-container.thread-header .message-text {
background: none;
padding-left: 0;
padding-right: 0;
}
#thread-messages .message-container {
position: relative;
margin-bottom: 1rem;
display: grid;
grid-template-columns: 50px auto;
grid-template-rows: 25px 25px auto;
}
#thread-messages .message-container .user-img {
grid-column: 1/2;
grid-row: 1/3;
}
#thread-messages .message-container .user-name {
grid-column: 2/3;
grid-row: 1/2;
}
#thread-messages .message-container .timestamp {
grid-column: 2/3;
grid-row: 2/3;
}
#thread-messages .message-container .user-name,
#thread-messages .message-container .timestamp {
margin-left: 11px;
}
#thread-messages .me {
grid-template-columns: auto 54px;
grid-template-rows: 25px 25px auto;
}
#thread-messages .me .user-img {
grid-column: 2/3;
grid-row: 1/3;
}
#thread-messages .me .user-name {
grid-column: 1/2;
grid-row: 1/2;
}
#thread-messages .me .timestamp {
grid-column: 1/2;
grid-row: 2/3;
}
#thread-messages .me .user-name,
#thread-messages .me .timestamp {
justify-self: end;
margin-right: 11px;
}
#thread-messages .message {
margin-top: 11px;
grid-column: 1/3;
grid-row: 3/4;
max-width: 300px;
}
#thread-messages .say-thanks {
position: absolute;
bottom: -15px;
right: 30px;
}
#thread-messages .say-thanks > div {
margin: 0;
}
.question .message-text {
background: var(--tree-green);
color: white;
}
.bottom-right-badge {
position: absolute;
bottom: -18px;
right: -18px;
padding: 5px 8px;
display: flex;
align-items: center;
border: solid 1px #e3e3e3;
border-radius: 5px;
background-color: white;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
.bottom-right-badge .logo-svg {
height: 15px;
}
/*# sourceMappingURL=message_container.css.map */ | web/static/css/chats/message_container.css | .message-container {
line-height: 1.3;
}
.message-container .say-thanks > .no-show {
display: none;
}
.message-container .say-thanks {
float: left;
}
.message-container .say-thanks > div {
display: none;
position: relative;
top: 45%;
align-items: center;
margin: 0 20px;
padding: 5px;
font-size: 14px;
color: var(--tree-green);
border: solid 1px #e3e3e3;
border-radius: 5px;
background-color: white;
cursor: pointer;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
.message-container .say-thanks p {
padding-left: 7px;
padding-bottom: 3px;
}
.message-container .user-img {
width: 54px;
height: 54px;
}
.message-container .user-name {
font-size: 0.7rem;
color: var(--warm-grey);
margin-bottom: 3px;
}
.message-container .message-text {
position: relative;
padding: 0.8rem;
border-radius: 0.3rem;
background: #eeeeee;
white-space: pre-wrap;
}
.message-container .message-text a {
text-decoration: underline;
}
.message-container .qs-details {
display: flex;
margin-top: 5px;
font-size: 14px;
}
.message-container .qs-details .message-response {
justify-self: end;
display: flex;
align-items: center;
font-size: 0.6rem;
margin-left: 10px;
cursor: pointer;
}
.message-container .qs-details .message-response p {
margin-left: 0.3rem;
color: #1e3a4e;
text-decoration: underline;
}
.message-container:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
/* message design when sent by user */
.me .say-thanks {
justify-items: right;
}
.me .message-text {
color: #116f2f;
background-color: #f2fcf2;
}
#messages .message-container {
margin: 20px 0px;
position: relative;
}
#messages .message-container .user-img {
position: absolute;
top: 5px;
}
#messages .message-container .timestamp {
position: absolute;
top: 70px;
left: 2px;
width: 54px;
text-align: center;
font-size: 13px;
color: var(--warm-grey);
}
#messages .message-container .user-name {
margin-left: 69px;
}
#messages .message-container .message {
margin-left: 69px;
max-width: 55%;
position: relative;
float: left;
}
#messages .message-container .message-text {
clear: left;
word-wrap: break-word;
}
#messages .message-container .thanks-wrapper {
float: left;
}
#messages .message-container .say-thanks {
position: absolute;
display: flex;
top: 45%;
}
#messages .me .user-img {
right: 0px;
}
#messages .me .timestamp {
left: auto;
right: -2px;
}
#messages .me .user-name {
margin-right: 69px;
text-align: right;
}
#messages .me .message {
margin-right: 69px;
float: right;
}
#messages .me .message-text {
clear: right;
}
#messages .me .thanks-wrapper {
float: right;
}
#thread-messages .timestamp,
#thread-messages .user-name {
font-size: 14px;
color: #bbbaba;
}
#thread-messages .user-name {
color: var(--warm-grey);
}
#thread-messages .message-container.thread-header .message-text {
background: none;
padding-left: 0;
padding-right: 0;
}
#thread-messages .message-container {
position: relative;
margin-bottom: 1rem;
display: grid;
grid-template-columns: 50px auto;
grid-template-rows: 25px 25px auto;
}
#thread-messages .message-container .user-img {
grid-column: 1/2;
grid-row: 1/3;
}
#thread-messages .message-container .user-name {
grid-column: 2/3;
grid-row: 1/2;
}
#thread-messages .message-container .timestamp {
grid-column: 2/3;
grid-row: 2/3;
}
#thread-messages .message-container .user-name,
#thread-messages .message-container .timestamp {
margin-left: 11px;
}
#thread-messages .me {
grid-template-columns: auto 54px;
grid-template-rows: 25px 25px auto;
}
#thread-messages .me .user-img {
grid-column: 2/3;
grid-row: 1/3;
}
#thread-messages .me .user-name {
grid-column: 1/2;
grid-row: 1/2;
}
#thread-messages .me .timestamp {
grid-column: 1/2;
grid-row: 2/3;
}
#thread-messages .me .user-name,
#thread-messages .me .timestamp {
justify-self: end;
margin-right: 11px;
}
#thread-messages .message {
margin-top: 11px;
grid-column: 1/3;
grid-row: 3/4;
max-width: 300px;
}
#thread-messages .say-thanks {
position: absolute;
bottom: -15px;
right: 30px;
}
#thread-messages .say-thanks > div {
margin: 0;
}
.question .message-text {
background: var(--tree-green);
color: white;
}
.bottom-right-badge {
position: absolute;
bottom: -18px;
right: -18px;
padding: 5px 8px;
display: flex;
align-items: center;
border: solid 1px #e3e3e3;
border-radius: 5px;
background-color: white;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
.bottom-right-badge .logo-svg {
height: 15px;
}
/*# sourceMappingURL=message_container.css.map */ | 0.353875 | 0.040655 |
a, a:focus, a:hover{
text-decoration: none;
}
a li {
color: #333;
}
a li:hover{
background-color: #5bb7b7;
}
.profile-header {
min-height: 260px;
margin-left: 280px;
}
div.post-score {
float: left;
}
ul.users, ul.posts, ul.themes, ul.entries {
list-style-type: none;
border-top: none;
padding: 0;
}
div.pagination {
width: 100%;
text-align: right;
margin: 0;
padding: 0;
}
div.flask-pagedown-preview {
border: 1px solid #e0e0e0;
margin: 10px 0;
padding: 4px;
}
.table.followers tr {
border-bottom: 1px solid #e0e0e0;
}
.profile-thumbnail, div.post-thumbnail, div.user-thumbnail, div.theme-thumbnail {
position: absolute;
}
div.post-tabs, div.user-tabs, div.theme-tabs, div.entry-tabs {
margin: 16px 0 0;
border-top: none;
}
li.post, li.user, li.theme, li.entry {
border-bottom: 1px solid #e0e0e0;
padding: 8px;
}
ul.posts li.post:hover, ul.users li.user:hover, ul.themes li.theme:hover, ul.entries li.entry:hover {
background-color: #f0f0f0;
}
div.post-date, div.theme-date {
float: right;
}
div.post-author, div.user-username, div.theme-author {
font-weight: 700;
}
div.post-content, div.user-content, div.theme-content {
margin-left: 48px;
min-height: 48px;
}
div.entry-content{
margin-left: 5px;
height: 50px;
}
div.post-footer, div.user-footer, div.theme-footer, div.entry-footer {
text-align: right;
}
div.flask-pagedown-preview h1, .post-body h1 {
font-size: 140%;
}
div.flask-pagedown-preview h2, .post-body h2 {
font-size: 130%;
}
div.flask-pagedown-preview h3, .post-body h3 {
font-size: 120%;
}
div.add-column {
padding: 10px;
}
div.nav {
display: inline-block;
width: 20%;
margin-left:5%;
}
div.article{
width: 60%;
float: right;
margin: 20px 12% 20px 20px;
}
div.themes-undone, div.themes-done{
display: inline-table;
width: 30%;
margin-right: 40px;
}
form.post {
margin-top: 20px;
}
div.content {
width: 80%;
margin: 0 auto;
}
a.btn {
margin-left: 5px;
} | app/static/styles.css | a, a:focus, a:hover{
text-decoration: none;
}
a li {
color: #333;
}
a li:hover{
background-color: #5bb7b7;
}
.profile-header {
min-height: 260px;
margin-left: 280px;
}
div.post-score {
float: left;
}
ul.users, ul.posts, ul.themes, ul.entries {
list-style-type: none;
border-top: none;
padding: 0;
}
div.pagination {
width: 100%;
text-align: right;
margin: 0;
padding: 0;
}
div.flask-pagedown-preview {
border: 1px solid #e0e0e0;
margin: 10px 0;
padding: 4px;
}
.table.followers tr {
border-bottom: 1px solid #e0e0e0;
}
.profile-thumbnail, div.post-thumbnail, div.user-thumbnail, div.theme-thumbnail {
position: absolute;
}
div.post-tabs, div.user-tabs, div.theme-tabs, div.entry-tabs {
margin: 16px 0 0;
border-top: none;
}
li.post, li.user, li.theme, li.entry {
border-bottom: 1px solid #e0e0e0;
padding: 8px;
}
ul.posts li.post:hover, ul.users li.user:hover, ul.themes li.theme:hover, ul.entries li.entry:hover {
background-color: #f0f0f0;
}
div.post-date, div.theme-date {
float: right;
}
div.post-author, div.user-username, div.theme-author {
font-weight: 700;
}
div.post-content, div.user-content, div.theme-content {
margin-left: 48px;
min-height: 48px;
}
div.entry-content{
margin-left: 5px;
height: 50px;
}
div.post-footer, div.user-footer, div.theme-footer, div.entry-footer {
text-align: right;
}
div.flask-pagedown-preview h1, .post-body h1 {
font-size: 140%;
}
div.flask-pagedown-preview h2, .post-body h2 {
font-size: 130%;
}
div.flask-pagedown-preview h3, .post-body h3 {
font-size: 120%;
}
div.add-column {
padding: 10px;
}
div.nav {
display: inline-block;
width: 20%;
margin-left:5%;
}
div.article{
width: 60%;
float: right;
margin: 20px 12% 20px 20px;
}
div.themes-undone, div.themes-done{
display: inline-table;
width: 30%;
margin-right: 40px;
}
form.post {
margin-top: 20px;
}
div.content {
width: 80%;
margin: 0 auto;
}
a.btn {
margin-left: 5px;
} | 0.533154 | 0.153391 |
body{
color: #444444;
font-size: 14px;
}
.clearfix:after {
content: " ";
display: table;
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}
a{
color: #444444;
}
.aui-bar{
min-height: 55px;
line-height: 55px;
}
.aui-bar-lanmao {
background-color:#2a2a2a;
}
.aui-text-white {
color: #ffffff !important;
}
.font12{
font-size: 12px;
}
.font14{
font-size: 14px;
}
.font16{
font-size: 16px;
}
.font18{
font-size: 18px;
}
.font20{
font-size: 20px;
}
.font30{
font-size: 30px;
}
.pdt-10{
padding-top: 10px;
}
.pdr-10{
padding-right: 10px;
}
.pdr-15{
padding-right: 15px;
}
.pdl-20{
padding-left: 20px;
}
.pdl-15{
padding-left: 15px;
}
.mgd-5{
margin-bottom: 5px;
}
.height35{
height: 35px;
line-height: 35px;
}
.height30{
height: 30px;
line-height: 30px;
}
.pdt-10{
padding-top: 10px;
}
.pdt-8{
padding-top: 8px;
}
.pdt-5{
padding-top: 5px;
}
.op069{
opacity: 0.69;
}
.op075{
opacity: 0.75;
}
.mgt-50{
margin-top: 50px;
}
.imgradius{
border-radius: 5px;
}
.index-user-info{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f13c3c), to(#df1c34));
padding: 20px 0 20px 0;
margin-bottom: 0px;
}
.index-user-info .center-line{
height:30px;margin-top: 25px; border-right: 1px solid rgba(255,255,255,0.30);
}
.index-user-info .aui-arrow-right{
margin-top: 50px;
}
.index-user-info .index-user-right{
margin-top: 30px;
}
.index-user-info .index-user-right img{
width: 50%;
}
.index-user-todayrecharge{
padding-left: 20px;
}
.lanmao-icon-people{
float: right;
width: 55px;
height: 55px;
}
.lanmao-icon-people img{
width: 40%;
margin-top: 18px;
margin-right: 20px;
float: right;
}
#index_rechares{
height: 48px;
line-height: 40px;
overflow: hidden;
}
.news-item{
padding: 10px 0 0 20px;
line-height: 30px;
height: 30px;
margin-bottom: 10px;
}
.news-item .name{
line-height: 30px;
height: 30px;
}
.news-item .user-info{
margin-right: 50px;
}
.news-item .aui-text-right{
padding-right: 10px;
}
.news-item img{
border-radius: 50%;
width: 30px;
height: 30px;
vertical-align: center;
}
#index-recharge{
margin-bottom: 10px;
border-bottom:0.5px solid #e5e5e5;
}
#index-recharge .aui-text-right span{
padding-left: 5px;
color: #FE3B00;
}
#index-grid-nine .aui-col-xs-4{
padding: 10px 0px 0px;
text-align: center;
}
.task-label{
font-size: 16px;
color: #444444;
}
.task-des,.help-qq-tip{
font-size: 12px;
color: #999999;
}
.help-qq-tip{
height: 50px;
line-height: 50px;
background: #ffffff;
border-top: solid 0.5px #e5e5e5;
}
.task-recharge{
border-radius:10px;
background-color: #fa545f;;
margin: auto;
width: 80px;
font-size: 12px;
color: #ffffff;
margin-top: 0px;
}
#index-grid-nine{
margin-bottom: 10px;
}
#index-grid-nine .task-img{
margin: 5px auto 0px; width: 42%
}
#index-grid-nine-bottom .task-img{
margin:10px auto 0px; width: 20%;
}
#index-grid-nine .xianshi{
background-position: left;
background-position-x: -6px;
background-position-y: -13px;
}
#index-grid-nine .huidiao{
background-position: left;
background-position-x: -6px;
background-position-y: -93px;
}
#index-grid-nine .jifen{
background-position: left;
background-position-x: -6px;
background-position-y: -173px;
}
#index-grid-nine .shoutu{
background-position: left;
background-position-x: -6px;
background-position-y: -253px;
}
#index-grid-nine .fenxiang{
background-position: left;
background-position-x: -6px;
background-position-y: -333px;
}
#index-grid-nine-bottom .tixian{
background-position: left;
background-position-x: -6px;
background-position-y: -2173px;
}
#index-grid-nine-bottom .duobao{
background-position: left;
background-position-x: -6px;
background-position-y: -2253px;
}
#index-grid-nine-bottom .help{
background-position: left;
background-position-x: -6px;
background-position-y: -2333px;
}
#index-grid-nine img.hot{
position: absolute;right: 0px;top: 0px; width: 25%
}
.hot img{
width: 10%; margin-right: 5px;
}
.op0 div, .op0 p{
opacity: 0;
}
/*9宫格*/
.aui-grid-nine {
overflow: auto;
background: #ffffff;
position: relative;
}
.aui-grid-nine:after {
display: block;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transform-origin: 0 0;
-webkit-transform: scale(1);
pointer-events: none;
border-top: 0.5px solid #e5e5e5;
border-right: 0.5px solid #e5e5e5;
}
.aui-grid-nine li {
float: left;
position: relative;
padding: 10px 10px;
}
.aui-grid-nine li:after {
display: block;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transform-origin: 0 0;
-webkit-transform: scale(1);
border-left: 0.5px solid #e5e5e5;
border-bottom: 0.5px solid #e5e5e5;
}
.time-task-info{
margin-top: 5px;
border: dashed 1px #cdcdcd; padding: 5px 30px; margin: 8px 30px 8px 30px;
color: #999999;
}
#no-task{
margin-top: 10px;
border: none;
}
.task-container{
background-color: transparent;
margin-bottom: 0px;
}
.task-container:after{
border-top: 0px;
}
.task-container li:after{
border-bottom: 0px;
}
.task-container li:last-child:after{
border-bottom: 0px;
}
.task-container li{
margin: 8px 10px 0px 10px;
border-radius: 5px;
background-color: #ffffff;
padding-right: 0px;
}
.time-task-name{
margin-bottom: 4px;
font-size: 15px;
}
.task-container .aui-img-object{
width: 90%;
height: auto;
border-radius: 12px;
vertical-align:middle;
}
.task-container .remain-amount{
color: #FE3B00;
}
.task-container .aui-list-view-cell{
padding: 8px 5px 8px 10px;
}
.time-task-tag{
font-size: 12px;
margin: 0px 5px 5px 0px;
padding: 2px 10px;
background: #efefef;
border-radius: 2px;
color: #777777;
}
.time-task-price-container, .task-container .now-task{
font-size: 12px;
text-align: right;
padding-top: 14px;
padding-right: 10px;
color:#e8313d;
}
.task-container .now-task{
display: none;
}
.task-container .active .now-task{
display: block;
}
.task-container .active .time-task-price-container{
display: none;
}
.task-container .aui-col-xs-7{
padding-left: 5px;
}
.task-container .reward-word{
color:#e8313d;
font-size: 12px;
}
.now-task span{
font-size: 16px; color: #15b5e9;
}
.time-task-price{
font-size: 20px;color:#e8313d;
font-weight: bold;
}
#time-task-container-after .aui-img-body div{
width: 60px;
height: 62px;
background-repeat: no-repeat;
background-image: url(../img/bkimg.png);
background-position-x: -6px;
background-position-y: -1688px;
margin-right: 15px;
}
.time-task-container-complete li{
opacity: 0.5;
}
.time-task-container-complete .complete{
color: #444444;
}
.time-task-container-complete .time-task-price-container{
font-size: 16px;
}
.lanmao-callback-container{
margin-top: 10px;
}
.lanmao-callback-des{
padding-bottom: 5px;
}
.lanmao-callback-des div, .lanmao-apprentice-des div{
background: #ffffff;
text-align: left;
padding: 0px 5px;
}
.lanmao-callback-des p{
color: #444444;
padding: 0px 10px;
/*height: 25px;*/
line-height: 25px;
}
.lanmao-callback-des,.lanmao-apprentice-des{
background:#ffffff;
border:1px dashed #cdcdcd;
margin: 5px 5px;
border-radius: 5px;
}
.lanmao-callback-des .center-logo img,.lanmao-apprentice-des .center-logo img,.center-logo img{
width: 15%; margin: 0px auto;
margin-top: 10px;
}
.income-info-container .add-money img,.income-info-container .reduce-money img{
width: 80%;
vertical-align: middle;
}
.income-info-container .aui-col-xs-7{
padding-left: 5px;
}
.income-info-container .income-info-name,.beginer-task-container .task-name{
margin-top: 5px;
margin-bottom: 0px;
font-size: 15px;
}
.beginer-task-container .task-name{
font-size: 16px;
margin-top: 0px;
}
.income-info-container .income-info-time{
margin-bottom: 10px;
font-size: 13px;
color:#999999;
}
.income-info-container .time-task-price-container{
padding-top: 8px;
text-align: right;
}
.beginer-task-container img{
width: 85%;
vertical-align: middle;
}
.beginer-task-container .task-name,.beginer-task-container .task-des{
padding-left: 10px;
}
.beginer-task-container .aui-list-view-cell{
padding: 15px 10px 15px 15px;
}
.beginer-task-container .time-task-price-container{
margin-top: -5px;
}
.apprentice-nav li{
position: relative;
color: red;
}
.apprentice-nav li a{
color: #999999;
}
.apprentice-nav li:nth-last-child(2):before,.apprentice-nav li:nth-last-child(3):before{
content: "|";
position: absolute;
right: -5px;
font-weight: 100;
color: #e5e5e5;
}
.apprentice-nav li.active{
color: #333333;
border-bottom: 2px #333333 solid;
}
.lanmao-apprentice-des{
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 10px 10px;
}
.lanmao-apprentice-des p{
line-height: 25px;
color: #333333;
}
.apprentice-type-tip{
background: #ffffff;
padding: 12px 0px;
}
.apprentice-type-des{
color: #999999;padding:2px 20px 0px 0px;
font-size: 14px;
}
.apprentice-type .hot img{
width: 3%;margin-left: 5px;
}
.lanmao-apprentice-gl-des,.help-des{
text-indent: 15px;
background: #ffffff;
line-height: 30px;
padding: 10px 15px 10px;
}
.help-des p{
color: #444444;
font-size: 16px;
}
.lanmao-apprentice-gl-des p{
color: #444444;
}
.td-info{
background: #ffffff;
}
.td-icon{
width: 20%;
margin:20px 30px 20px 30px;
}
.td-container{
border:0.5px solid #e5e5e5;
}
.td-container-left{
border-right: 0.5px solid #e5e5e5;
}
.td-container-right{
padding: 10px 0px;
}
.td-des{
margin-top: 40px;
vertical-align: middle;
height:100%;
line-height: 100%;
font-size: 16px;
}
.tc-title{
padding: 15px 0px 0px;
color: #666666;
}
.td-money{
padding: 5px 0px 10px;
}
.td-one-money{
margin-top: 20px;
color: #fa545f;;
}
.td-name{
padding-top: 5px;
margin-bottom: 10px;
}
.tag-ts, .tag-td{
border: dashed 1px;
padding: 0px 6px;
font-size: 12px;
border-radius: 2px;
}
.tag-td{
color:#45c12d;
border-color: #45c12d;
}
.tag-ts{
color:#65a5ef;
border-color: #65a5ef;
}
.tx-top-container{
background-image:linear-gradient(-180deg, #f13c3c 0%, #df1c34 100%);
padding-bottom: 15px;
}
.tx-icon img{
width: 25%;
margin: 20px auto 10px;
}
.tx-top-container .tx-ye-tip{
opacity: 0.69;
color: white;
}
.tx-top-container .tx-ye-money{
color: white;
font-size: 40px;
}
.tx-btn-container{
padding-top: 8px;
}
.dsb .fee-container{
padding: 10px 0px 10px 35px;
line-height: 30px;
color: #666666;
}
.dsb .pay-btns{
padding-top: 20px;
}
.dsb .aui-btn{
color: #777777;
}
.tx-btn-container .active .hf-btn{
background:#fa545f;
color: #FFFFFF;
}
.tx-btn-container .active .zfb-btn{
background:#ff7e3d;
color: #FFFFFF;
}
.tx-btn-container .active .dsb-btn{
background:#4a90e2;
color: #FFFFFF;
}
.tx-btn-container .aui-btn{
background:#d2d2d2;
color:#999999;
margin: 15px auto;
width: 70%;
}
.tx-btn-container .cz_hot{
width: 17%;
position: absolute;
right: -3px;
top:-3px;;
}
.tx-bottom img, .lm-bottom img{
width: 20%;
}
.tx-ing-text{
color:#b8b8b8;
}
.pay-container{
padding: 8px 15px;
}
.pay-container .aui-text-center{
color: #333333;
}
.pay-container .input-top{
border-top: solid 0.5px #e5e5e5;
}
.pay-top{
border-radius: 3px;
border: dashed #b8b8b8 1px;
margin: 10px 10px;
background: #ffffff;
}
.pay-top p{
color: #fa545f;
padding: 5px 10px;
}
.pay-top p span{
color: #ff7e3d;
}
.pay-btns{
background: #ffffff;
padding: 0px 10px;
}
.pay-btns .aui-btn{
padding: 18px 30px;
color:#949494;
background:#ebebeb;
}
.pay-btns .active{
background:#fa545f;
color: #ffffff;
}
.pay-btns .aui-btn{
margin: 10px 10px;
}
.fee-container{
color: #999999;
padding-right: 30px;
background: #ffffff;
}
.fee-container span{
color: #ff7e3d;
}
.cz-btn-container{
padding: 20px 30px;
background: #ffffff;
}
.cz-btn-container .cz-btn{
color:#ffffff;
background:#fa545f;
}
.tx-tip{
padding-bottom: 8px;
}
.tx-tip span{
font-size: 25px; color: #fa545f;
}
.help-container img{
width: 8%;float: left;
margin-right: 15px;
}
.help-container .aui-arrow-right span,.help-qq-container span{
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%
}
.help-qq-container li{
position: relative;
}
.help-qq-container span{
left: 50px;
}
.help-qq-container img{
width: 20%;
float:left;
}
.login-container,.download-entr-container,.guide-index-container,.guide-tstip-container,.downios9-container{
background: #df1c34;
/*height: 100%;*/
min-height: 100%;
margin-bottom: 0px;
padding-bottom: 70px;
}
.downios9-container{
padding-top: 10px;
}
.downios9-container img{
width: 94%;
margin: 0px auto;
}
.downios9 p{
color: #444444;
}
.login-container div{
font-size: 20px;
padding-top: 60%;
}
.download-entr-container .download-des{
padding-top: 100px;
}
.download-entr-container .download-des p{
margin: 20px 0px;
padding: 0 20px;
line-height: 25px;
}
.download-entr-container .aui-progress{
width: 80%;
margin: 30px auto;
background: #c8c7cc;
}
.download-entr-container .aui-progress .aui-progress-primary{
background: #ffffff;
}
.download-des span{
color: yellow;
}
.guide-index-container p,.guide-tstip-container p{
color: #444444;
font-size: 16px;
}
.guide-index-container,.guide-tstip-container{
padding-top: 10px;
}
.guide-index-des, .guide-ts-des,.downios9{
background: #ffffff;
margin: 0px 10px 10px 10px;
padding: 20px 10px 10px;
border: dotted 1px #999999;
}
.guide-index-des, .guide-ts-des{
background: #ffffff;
margin: 0px 10px 10px 10px;
padding: 20px 10px 10px;
border: dotted 1px #999999;
}
.aui-text-danger{
color:#fa0c0c;
}
.guide-index-des p,.guide-ts-des p{
line-height: 25px;
margin: 10px 0px;
}
.guide-index-des .guide-btn-shushou{
margin: 20px 0px;
}
.guide-index-des .aui-btn-block,.guide-ts-des .aui-btn-block{
width: 70%;
margin: 0px auto;
border-radius: 30px;
}
.guide-index-des .aui-btn a,.guide-ts-des .aui-btn a{
color: #ffffff;
}
.guide-index-des .guide-btn-shushou div{
background: #df1c34;
}
.guide-index-des .guide-btn-rukou div, .guide-ts-des .guide-btn-rukou div{
background: #3b6def;
}
.guide-step{
margin-top: 10px;
border-top:dotted 2px #e5e5e5;
}
.bottom-img-container{
position: relative;
}
.bottom-img-lanmao{
width: 20%;
position:absolute;
left:50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.guide-tstip-container .guide-tips img{
width: 5%;
margin-right: 5px;
}
.guide-tip-text-container{
border-bottom: dotted 2px #e5e5e5;
margin-bottom: 10px;
}
.guide-tip-text-container p {
font-size: 16px;
}
.userinfo-container{
background: white;
padding: 0px 0px 0px 20px;
margin-top: 10px;
}
.userinfo-container .avatar-container{
padding: 10px 20px 10px 0px;
font-size: 16px;
}
.avatar-container img{
border-radius: 50%;
height: 46px;
width: 46px;
}
.avatar-container .aui-text-left{
height: 46px;
line-height: 46px;
}
.userinfo-container .aui-text-left{
font-weight: bold;
}
.userinfo-container .text-container{
font-size: 16px;
height: 46px;
line-height: 46px;
padding-right: 20px;
}
.border-bottom{
border-bottom: solid 0.5px #e5e5e5;
}
.save-info-btn{
margin: 20px auto;
width: 75%;
background:#fa545f;
border-radius: 5px;
}
.userinfo-container .aui-pull-right{
font-size: 14px;
color: #777777;
}
.userinfo-container a{
color: #0062cc;
}
.userinfo-container select option{
text-align: right;
}
.userinfo-container select{
direction: rtl;
}
.app-detail{
background: #ffffff;
margin-top: 0px;
padding: 0px 10px;
}
.app-detail .aui-col-xs-7{
margin-top: 4px;
}
.app-detail .base-info{
padding: 10px 10px;
/*border-bottom: solid #e5e5e5 0.5px;*/
}
.app-detail .time-task-tag{
padding: 0px 5px;
}
.app-detail .base-info img{
width: 100%;
border-radius: 10px;
vertical-align: middle;
}
.app-detail .base-info .aui-col-xs-7{
padding-left: 10px;
}
.app-detail .detail-price{
padding-top: 12px;
text-align: right;
color: #e8313d;
}
.app-detail .task-step-info{
padding-top: 10px;
padding-left: 10px;
margin-bottom: 30px;
}
.app-detail .keyword span{
padding: 12px 25px;
background: #fbfbfb;
border: dashed 1px #c5c5c5;
font-size: 20px;
display: inline-table;
}
.app-detail .keyword-container{
margin-bottom: 0px;
}
.app-detail p{
color: #444444;
line-height: 30px;
}
.app-detail .copy-tip{
color: #999999;
}
.app-detail .app-detail-btns{
padding: 10px 0px;
}
.app-detail .app-detail-btns .aui-btn{
margin: 10px 0px;
border-radius: 0px;
padding: 12px 0px;
}
.app-detail .app-detail-btns .active{
background:#e8313d;
color: white;
}
.app-detail .app-detail-btns .non-active{
background:#d8d8d8;
color: #666666;
}
.app-detail .app-detail-btns .giveup{
background:#80c684;
color: white;
}
.input-apprence-info{
background: #ffffff;
}
.input-apprence-info .aui-btn-block{
width: 80%;
margin: 0px auto;
background:#e8313d;
color: #ffffff;
}
.input-apprence-info input{
margin: 20px auto;
width: 80%;
}
.input-apprence-info .lanmao-logo{
width: 20%;
}
.lanmao-tip .tip-header{
margin: 10px 15px 0px;
font-size: 18px;
font-weight: bold;
}
.aui-dialog-body {
font-size: 16px;
color: #444444;
}
.confirm{
display: block;
}
.lanmao-tip{
background: #ffffff;
}
.lanmao-tip .aui-btn{
margin: 10px 10px 10px 0px;
background: #ffffff;
border: none;
font-size: 16px;
}
.lanmao-tip .qd img{
margin: 0px auto;
}
.lanmao-tip .aui-dialog-body{
padding-top: 10px;
text-align: center;
}
.page{
padding-bottom: 15px;
/*background: #FFFFFF;*/
}
.page a{
border: 0.5px;
border-color: #999999;
padding:0px 10px;
}
.rechargepage{
background: #FFFFFF;
}
.userinfo-container input ,.userinfo-container select{
-webkit-appearance: none;
margin: 0;
padding: 0;
border: none;
text-align: right;
}
.bindphone-container{
padding-bottom: 20px;
background: #ffffff;
}
.bindphone-container .aui-input-row{
padding: 10px 20px;
}
.bindphone-container .aui-btn-block{
width: 80%;
margin: 20px auto;
}
.apprentice-code-container img{
margin-top: 18px;
width: 90%;
}
.apprentice-code-container .aui-btn-block{
margin: 10px auto;
width: 90%;
background:#fa545f;
color: #FFFFFF;
}
.apprentice-link-container{
background: #FFFFFF;
padding: 20px 20px;
}
.apprentice-link-container .apprentice-link{
text-align: center;
width: 90%;
margin: 0px auto 20px;
line-height: 40px;
height: 40px;
border: dashed 1px #999999;
}
.ljtc-tds .aui-img-body img{
vertical-align: middle;
}
.ljtc-tdlist-container{
background: #FFFFFF;
}
.ljtc-container{
margin: 10px 0px 10px;
}
.apprentice-type-name{
font-size: 16px;
}
.wxpay-step1-top{
padding-bottom: 12px;
}
.wxpay-step1-top p{
color: #444444;
line-height: 15px;
}
.wxpay-step1-top h2{
margin-top: 12px;
margin-bottom: 10px;
}
.wxpay-step1-top .boldfont, .step1-container .step1, .step1-container .step2{
color: black;
font-weight: bold;
}
.wxpay-step1-top .tb-tip , .wxpay-step1-middle .tb-tip{
color: #fa545f;
font-weight: bold;
}
.step1-container .ninetoncode img{
margin-top: 20px;
width: 60%;
}
.wxpay-step1-middle{
background: white;
}
.wxpay-step1-middle p, .wxpay-step2-top p{
color: #444444;
}
.wxpay-step1-middle h2{
margin-right: 50px;
padding-top: 10px;
text-align: center;
vertical-align: middle;
margin-bottom: 10px;
}
.wxpay-step1-middle h2 img{
width: 10%;
}
.wxpay-step1-middle .step1, .wxpay-step1-middle .step2{
position:absolute;
margin-left: 8px;
-webkit-transform: translateY(-8%);
}
.wxpay-step1-middle .step1-container{
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
margin: 0px 15px;
}
.step1-container .aui-btn{
margin-top: 20px;
background:#f03b3c;
color: white;
}
.wxpay-step2-top p{
margin-top: 4px;
}
.wxpay-step2-top .aui-col-xs-2 img{
width: 60%;
margin: 10px 0px 6px 20px;
}
.wxpay-step1-middle .wx_input-left{
height: 60px;float: left;
}
.wxpay-step1-middle .wx_input-right{
height: 60px;float: right;
}
.wxpay-step1-middle .wx_input_center{
background: url('../img/wx_input_middle.png') no-repeat;height: 60px;background-size:100% 100%;padding-top: 27px
}
.step1-container .tb-tip{
margin-bottom: 15px;
}
.step2-container .aui-btn{
margin-top: 20px;
}
.nolanmao .aui-btn{
background:#f03b3c;
color: white;
}
.nolanmao{
padding-top: 10px;
}
.nolanmao .nolanmao-tip{
margin-top: 10px;
margin-bottom: 20px;
color: #999999;
}
.nolanmao img{
margin-top: 20px;
margin-bottom: 20px;
width: 20%;
}
.nolanmao .nolanmao-openlanmao{
margin-top: 20px;
color: #999999;
}
.nolanmao .nolanmao-openlanmao a{
margin-left: 10px;
color: #2a6496;
text-decoration: underline;
}
.upload-img .aui-btn,.upload-img label{
background: #FFFFFF;border: 0px;
}
.upload-img .aui-btn img{
width: 30%;
}
.sk-three-bounce {
margin: 10px auto;
width: 80px;
text-align: center; }
.sk-three-bounce .sk-child {
width: 12px;
height: 12px;
background-color: #c5c5c5;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.sk-three-bounce .sk-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.sk-three-bounce .sk-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s; }
@-webkit-keyframes sk-three-bounce {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes sk-three-bounce {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
.tixian-ing-top .tixian-ing-top-left{
padding: 15px 0px;
margin-bottom: 0px;
line-height: 1.0;
width: 20%;
}
.tixian-ing-top .tixian-ing-top-left img{
width: 60%;
height: 100%;
}
.tixian-ing-top .tixian-ing-top-right{
padding-top: 22px;
font-size: 20px;
padding-right: 10px;
width: 80%;
}
.tixian-ing-top{
margin: 0px 10px;
border-bottom: 0.5px solid #e5e5e5;
}
.back-write{
background: #ffffff;
}
.txing .txing-middle{
border-bottom: 0.5px solid #e5e5e5;
margin: 0px 10px;
padding: 10px 0px;
}
.txing .txje{
padding: 0px 0px;
font-size: 16px;
}
.txing .jine{
font-size: 50px;
}
.txing-bottom{
margin: 0px 10px;
padding: 18px 10px;
font-size: 15px;
line-height: 30px;
border-bottom: 0.5px solid #e5e5e5;
}
.txing-tip{
margin: 0px 10px;
padding: 18px 10px;
font-size: 16px;
line-height: 25px;
}
#fenxiangyindao,#qqfenxiangyindao{
position: fixed;
top:0;
left: 0;
background: #000000;
opacity: 0.7;
width: 100%;
height: 100%;
text-align: right;
z-index: 9999;
}
#fenxiangyindao img,#qqfenxiangyindao img{
width: 248px;
}
.storeguide{
background: white;
height: 100%;width: 100%;
}
.storeguide .top_background{
background: url(../img/store_guide_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
text-align: center;
}
.storeguide .top_background .app-ico{
margin-top: 50px; width: 20%
}
.storeguide .top_background .app-down-des{
color: white;font-size: 18px;margin-bottom: 20px;
}
.storeguide .top_background .app-down-des img{
width: 4%;margin-left: 2px; margin-right: 2px; position: relative; top:-2px;
}
.storeguide .top_background .pro{
color: white;font-size: 13px;text-align: left; background: #b01a2a;opacity: 0.8; line-height: 40px; height:40px;
}
.storeguide .top_background .pro img{
width: 4%;margin-left: 10px; margin-right: 5px; position: relative; top:2px;
}
.storeguide .guide_down_con .down-btn{
width: 50%;margin-top: 50px;
}
.storeguide .guide_down_con_new .down-btn{
width: 55%;margin-top: 0px;
}
.storeguide .guide_down_con .xiangxia-jiantou{
width: 5%;margin-top: 15px;
}
.storeguide .guide_down_con .go-open{
margin-top:10px;color: #f03b3c;font-weight: bolder;
}
.storeguide .top_background_new{
background:-webkit-gradient(linear, right top, left bottom, from(#ff5e65), to(#ffa475));
/*background:linear-gradient(left,#000,#FFF);/*/
/*background: linear-gradient(left, blue, white);*/
width: 100%;
text-align: center;
}
.storeguide .top_background_new .app-ico{
margin-top: 50px; width: 20%
}
.storeguide .guide_down_con_new .xiangxia-jiantou{
width: 5%;margin-top: 0px;
}
.storeguide .top_background_new .app-down-des{
color: white;font-size: 18px;
}
.storeguide .top_background_new .pro{
margin-bottom: 20px;
}
.storeguide .top_background_new .pro span{
color: #fff300;
}
.storeguide .top_background_new .app-down-des img{
width: 4%;margin-left: 2px; margin-right: 2px; position: relative; top:-2px;
}
.storeguide .top_background_new .pro{
color: white;font-size: 13px;text-align: center; line-height: 25px; height:25px;
}
.tags-title{
margin-left: 10px;
color:#87c2e4;
font-size:14px;
border-radius:100px;
border:1px solid #dceaf2;
padding: 1px 6px 2px 6px;
}
.btn-copy{
margin-left: 5px;
background-color: transparent;
color:#3ca2e8;
border-left-color:#3ca2e8;
border:0px;
} | html/lanmao/css/main.css | body{
color: #444444;
font-size: 14px;
}
.clearfix:after {
content: " ";
display: table;
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}
a{
color: #444444;
}
.aui-bar{
min-height: 55px;
line-height: 55px;
}
.aui-bar-lanmao {
background-color:#2a2a2a;
}
.aui-text-white {
color: #ffffff !important;
}
.font12{
font-size: 12px;
}
.font14{
font-size: 14px;
}
.font16{
font-size: 16px;
}
.font18{
font-size: 18px;
}
.font20{
font-size: 20px;
}
.font30{
font-size: 30px;
}
.pdt-10{
padding-top: 10px;
}
.pdr-10{
padding-right: 10px;
}
.pdr-15{
padding-right: 15px;
}
.pdl-20{
padding-left: 20px;
}
.pdl-15{
padding-left: 15px;
}
.mgd-5{
margin-bottom: 5px;
}
.height35{
height: 35px;
line-height: 35px;
}
.height30{
height: 30px;
line-height: 30px;
}
.pdt-10{
padding-top: 10px;
}
.pdt-8{
padding-top: 8px;
}
.pdt-5{
padding-top: 5px;
}
.op069{
opacity: 0.69;
}
.op075{
opacity: 0.75;
}
.mgt-50{
margin-top: 50px;
}
.imgradius{
border-radius: 5px;
}
.index-user-info{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f13c3c), to(#df1c34));
padding: 20px 0 20px 0;
margin-bottom: 0px;
}
.index-user-info .center-line{
height:30px;margin-top: 25px; border-right: 1px solid rgba(255,255,255,0.30);
}
.index-user-info .aui-arrow-right{
margin-top: 50px;
}
.index-user-info .index-user-right{
margin-top: 30px;
}
.index-user-info .index-user-right img{
width: 50%;
}
.index-user-todayrecharge{
padding-left: 20px;
}
.lanmao-icon-people{
float: right;
width: 55px;
height: 55px;
}
.lanmao-icon-people img{
width: 40%;
margin-top: 18px;
margin-right: 20px;
float: right;
}
#index_rechares{
height: 48px;
line-height: 40px;
overflow: hidden;
}
.news-item{
padding: 10px 0 0 20px;
line-height: 30px;
height: 30px;
margin-bottom: 10px;
}
.news-item .name{
line-height: 30px;
height: 30px;
}
.news-item .user-info{
margin-right: 50px;
}
.news-item .aui-text-right{
padding-right: 10px;
}
.news-item img{
border-radius: 50%;
width: 30px;
height: 30px;
vertical-align: center;
}
#index-recharge{
margin-bottom: 10px;
border-bottom:0.5px solid #e5e5e5;
}
#index-recharge .aui-text-right span{
padding-left: 5px;
color: #FE3B00;
}
#index-grid-nine .aui-col-xs-4{
padding: 10px 0px 0px;
text-align: center;
}
.task-label{
font-size: 16px;
color: #444444;
}
.task-des,.help-qq-tip{
font-size: 12px;
color: #999999;
}
.help-qq-tip{
height: 50px;
line-height: 50px;
background: #ffffff;
border-top: solid 0.5px #e5e5e5;
}
.task-recharge{
border-radius:10px;
background-color: #fa545f;;
margin: auto;
width: 80px;
font-size: 12px;
color: #ffffff;
margin-top: 0px;
}
#index-grid-nine{
margin-bottom: 10px;
}
#index-grid-nine .task-img{
margin: 5px auto 0px; width: 42%
}
#index-grid-nine-bottom .task-img{
margin:10px auto 0px; width: 20%;
}
#index-grid-nine .xianshi{
background-position: left;
background-position-x: -6px;
background-position-y: -13px;
}
#index-grid-nine .huidiao{
background-position: left;
background-position-x: -6px;
background-position-y: -93px;
}
#index-grid-nine .jifen{
background-position: left;
background-position-x: -6px;
background-position-y: -173px;
}
#index-grid-nine .shoutu{
background-position: left;
background-position-x: -6px;
background-position-y: -253px;
}
#index-grid-nine .fenxiang{
background-position: left;
background-position-x: -6px;
background-position-y: -333px;
}
#index-grid-nine-bottom .tixian{
background-position: left;
background-position-x: -6px;
background-position-y: -2173px;
}
#index-grid-nine-bottom .duobao{
background-position: left;
background-position-x: -6px;
background-position-y: -2253px;
}
#index-grid-nine-bottom .help{
background-position: left;
background-position-x: -6px;
background-position-y: -2333px;
}
#index-grid-nine img.hot{
position: absolute;right: 0px;top: 0px; width: 25%
}
.hot img{
width: 10%; margin-right: 5px;
}
.op0 div, .op0 p{
opacity: 0;
}
/*9宫格*/
.aui-grid-nine {
overflow: auto;
background: #ffffff;
position: relative;
}
.aui-grid-nine:after {
display: block;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transform-origin: 0 0;
-webkit-transform: scale(1);
pointer-events: none;
border-top: 0.5px solid #e5e5e5;
border-right: 0.5px solid #e5e5e5;
}
.aui-grid-nine li {
float: left;
position: relative;
padding: 10px 10px;
}
.aui-grid-nine li:after {
display: block;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transform-origin: 0 0;
-webkit-transform: scale(1);
border-left: 0.5px solid #e5e5e5;
border-bottom: 0.5px solid #e5e5e5;
}
.time-task-info{
margin-top: 5px;
border: dashed 1px #cdcdcd; padding: 5px 30px; margin: 8px 30px 8px 30px;
color: #999999;
}
#no-task{
margin-top: 10px;
border: none;
}
.task-container{
background-color: transparent;
margin-bottom: 0px;
}
.task-container:after{
border-top: 0px;
}
.task-container li:after{
border-bottom: 0px;
}
.task-container li:last-child:after{
border-bottom: 0px;
}
.task-container li{
margin: 8px 10px 0px 10px;
border-radius: 5px;
background-color: #ffffff;
padding-right: 0px;
}
.time-task-name{
margin-bottom: 4px;
font-size: 15px;
}
.task-container .aui-img-object{
width: 90%;
height: auto;
border-radius: 12px;
vertical-align:middle;
}
.task-container .remain-amount{
color: #FE3B00;
}
.task-container .aui-list-view-cell{
padding: 8px 5px 8px 10px;
}
.time-task-tag{
font-size: 12px;
margin: 0px 5px 5px 0px;
padding: 2px 10px;
background: #efefef;
border-radius: 2px;
color: #777777;
}
.time-task-price-container, .task-container .now-task{
font-size: 12px;
text-align: right;
padding-top: 14px;
padding-right: 10px;
color:#e8313d;
}
.task-container .now-task{
display: none;
}
.task-container .active .now-task{
display: block;
}
.task-container .active .time-task-price-container{
display: none;
}
.task-container .aui-col-xs-7{
padding-left: 5px;
}
.task-container .reward-word{
color:#e8313d;
font-size: 12px;
}
.now-task span{
font-size: 16px; color: #15b5e9;
}
.time-task-price{
font-size: 20px;color:#e8313d;
font-weight: bold;
}
#time-task-container-after .aui-img-body div{
width: 60px;
height: 62px;
background-repeat: no-repeat;
background-image: url(../img/bkimg.png);
background-position-x: -6px;
background-position-y: -1688px;
margin-right: 15px;
}
.time-task-container-complete li{
opacity: 0.5;
}
.time-task-container-complete .complete{
color: #444444;
}
.time-task-container-complete .time-task-price-container{
font-size: 16px;
}
.lanmao-callback-container{
margin-top: 10px;
}
.lanmao-callback-des{
padding-bottom: 5px;
}
.lanmao-callback-des div, .lanmao-apprentice-des div{
background: #ffffff;
text-align: left;
padding: 0px 5px;
}
.lanmao-callback-des p{
color: #444444;
padding: 0px 10px;
/*height: 25px;*/
line-height: 25px;
}
.lanmao-callback-des,.lanmao-apprentice-des{
background:#ffffff;
border:1px dashed #cdcdcd;
margin: 5px 5px;
border-radius: 5px;
}
.lanmao-callback-des .center-logo img,.lanmao-apprentice-des .center-logo img,.center-logo img{
width: 15%; margin: 0px auto;
margin-top: 10px;
}
.income-info-container .add-money img,.income-info-container .reduce-money img{
width: 80%;
vertical-align: middle;
}
.income-info-container .aui-col-xs-7{
padding-left: 5px;
}
.income-info-container .income-info-name,.beginer-task-container .task-name{
margin-top: 5px;
margin-bottom: 0px;
font-size: 15px;
}
.beginer-task-container .task-name{
font-size: 16px;
margin-top: 0px;
}
.income-info-container .income-info-time{
margin-bottom: 10px;
font-size: 13px;
color:#999999;
}
.income-info-container .time-task-price-container{
padding-top: 8px;
text-align: right;
}
.beginer-task-container img{
width: 85%;
vertical-align: middle;
}
.beginer-task-container .task-name,.beginer-task-container .task-des{
padding-left: 10px;
}
.beginer-task-container .aui-list-view-cell{
padding: 15px 10px 15px 15px;
}
.beginer-task-container .time-task-price-container{
margin-top: -5px;
}
.apprentice-nav li{
position: relative;
color: red;
}
.apprentice-nav li a{
color: #999999;
}
.apprentice-nav li:nth-last-child(2):before,.apprentice-nav li:nth-last-child(3):before{
content: "|";
position: absolute;
right: -5px;
font-weight: 100;
color: #e5e5e5;
}
.apprentice-nav li.active{
color: #333333;
border-bottom: 2px #333333 solid;
}
.lanmao-apprentice-des{
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 10px 10px;
}
.lanmao-apprentice-des p{
line-height: 25px;
color: #333333;
}
.apprentice-type-tip{
background: #ffffff;
padding: 12px 0px;
}
.apprentice-type-des{
color: #999999;padding:2px 20px 0px 0px;
font-size: 14px;
}
.apprentice-type .hot img{
width: 3%;margin-left: 5px;
}
.lanmao-apprentice-gl-des,.help-des{
text-indent: 15px;
background: #ffffff;
line-height: 30px;
padding: 10px 15px 10px;
}
.help-des p{
color: #444444;
font-size: 16px;
}
.lanmao-apprentice-gl-des p{
color: #444444;
}
.td-info{
background: #ffffff;
}
.td-icon{
width: 20%;
margin:20px 30px 20px 30px;
}
.td-container{
border:0.5px solid #e5e5e5;
}
.td-container-left{
border-right: 0.5px solid #e5e5e5;
}
.td-container-right{
padding: 10px 0px;
}
.td-des{
margin-top: 40px;
vertical-align: middle;
height:100%;
line-height: 100%;
font-size: 16px;
}
.tc-title{
padding: 15px 0px 0px;
color: #666666;
}
.td-money{
padding: 5px 0px 10px;
}
.td-one-money{
margin-top: 20px;
color: #fa545f;;
}
.td-name{
padding-top: 5px;
margin-bottom: 10px;
}
.tag-ts, .tag-td{
border: dashed 1px;
padding: 0px 6px;
font-size: 12px;
border-radius: 2px;
}
.tag-td{
color:#45c12d;
border-color: #45c12d;
}
.tag-ts{
color:#65a5ef;
border-color: #65a5ef;
}
.tx-top-container{
background-image:linear-gradient(-180deg, #f13c3c 0%, #df1c34 100%);
padding-bottom: 15px;
}
.tx-icon img{
width: 25%;
margin: 20px auto 10px;
}
.tx-top-container .tx-ye-tip{
opacity: 0.69;
color: white;
}
.tx-top-container .tx-ye-money{
color: white;
font-size: 40px;
}
.tx-btn-container{
padding-top: 8px;
}
.dsb .fee-container{
padding: 10px 0px 10px 35px;
line-height: 30px;
color: #666666;
}
.dsb .pay-btns{
padding-top: 20px;
}
.dsb .aui-btn{
color: #777777;
}
.tx-btn-container .active .hf-btn{
background:#fa545f;
color: #FFFFFF;
}
.tx-btn-container .active .zfb-btn{
background:#ff7e3d;
color: #FFFFFF;
}
.tx-btn-container .active .dsb-btn{
background:#4a90e2;
color: #FFFFFF;
}
.tx-btn-container .aui-btn{
background:#d2d2d2;
color:#999999;
margin: 15px auto;
width: 70%;
}
.tx-btn-container .cz_hot{
width: 17%;
position: absolute;
right: -3px;
top:-3px;;
}
.tx-bottom img, .lm-bottom img{
width: 20%;
}
.tx-ing-text{
color:#b8b8b8;
}
.pay-container{
padding: 8px 15px;
}
.pay-container .aui-text-center{
color: #333333;
}
.pay-container .input-top{
border-top: solid 0.5px #e5e5e5;
}
.pay-top{
border-radius: 3px;
border: dashed #b8b8b8 1px;
margin: 10px 10px;
background: #ffffff;
}
.pay-top p{
color: #fa545f;
padding: 5px 10px;
}
.pay-top p span{
color: #ff7e3d;
}
.pay-btns{
background: #ffffff;
padding: 0px 10px;
}
.pay-btns .aui-btn{
padding: 18px 30px;
color:#949494;
background:#ebebeb;
}
.pay-btns .active{
background:#fa545f;
color: #ffffff;
}
.pay-btns .aui-btn{
margin: 10px 10px;
}
.fee-container{
color: #999999;
padding-right: 30px;
background: #ffffff;
}
.fee-container span{
color: #ff7e3d;
}
.cz-btn-container{
padding: 20px 30px;
background: #ffffff;
}
.cz-btn-container .cz-btn{
color:#ffffff;
background:#fa545f;
}
.tx-tip{
padding-bottom: 8px;
}
.tx-tip span{
font-size: 25px; color: #fa545f;
}
.help-container img{
width: 8%;float: left;
margin-right: 15px;
}
.help-container .aui-arrow-right span,.help-qq-container span{
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%
}
.help-qq-container li{
position: relative;
}
.help-qq-container span{
left: 50px;
}
.help-qq-container img{
width: 20%;
float:left;
}
.login-container,.download-entr-container,.guide-index-container,.guide-tstip-container,.downios9-container{
background: #df1c34;
/*height: 100%;*/
min-height: 100%;
margin-bottom: 0px;
padding-bottom: 70px;
}
.downios9-container{
padding-top: 10px;
}
.downios9-container img{
width: 94%;
margin: 0px auto;
}
.downios9 p{
color: #444444;
}
.login-container div{
font-size: 20px;
padding-top: 60%;
}
.download-entr-container .download-des{
padding-top: 100px;
}
.download-entr-container .download-des p{
margin: 20px 0px;
padding: 0 20px;
line-height: 25px;
}
.download-entr-container .aui-progress{
width: 80%;
margin: 30px auto;
background: #c8c7cc;
}
.download-entr-container .aui-progress .aui-progress-primary{
background: #ffffff;
}
.download-des span{
color: yellow;
}
.guide-index-container p,.guide-tstip-container p{
color: #444444;
font-size: 16px;
}
.guide-index-container,.guide-tstip-container{
padding-top: 10px;
}
.guide-index-des, .guide-ts-des,.downios9{
background: #ffffff;
margin: 0px 10px 10px 10px;
padding: 20px 10px 10px;
border: dotted 1px #999999;
}
.guide-index-des, .guide-ts-des{
background: #ffffff;
margin: 0px 10px 10px 10px;
padding: 20px 10px 10px;
border: dotted 1px #999999;
}
.aui-text-danger{
color:#fa0c0c;
}
.guide-index-des p,.guide-ts-des p{
line-height: 25px;
margin: 10px 0px;
}
.guide-index-des .guide-btn-shushou{
margin: 20px 0px;
}
.guide-index-des .aui-btn-block,.guide-ts-des .aui-btn-block{
width: 70%;
margin: 0px auto;
border-radius: 30px;
}
.guide-index-des .aui-btn a,.guide-ts-des .aui-btn a{
color: #ffffff;
}
.guide-index-des .guide-btn-shushou div{
background: #df1c34;
}
.guide-index-des .guide-btn-rukou div, .guide-ts-des .guide-btn-rukou div{
background: #3b6def;
}
.guide-step{
margin-top: 10px;
border-top:dotted 2px #e5e5e5;
}
.bottom-img-container{
position: relative;
}
.bottom-img-lanmao{
width: 20%;
position:absolute;
left:50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.guide-tstip-container .guide-tips img{
width: 5%;
margin-right: 5px;
}
.guide-tip-text-container{
border-bottom: dotted 2px #e5e5e5;
margin-bottom: 10px;
}
.guide-tip-text-container p {
font-size: 16px;
}
.userinfo-container{
background: white;
padding: 0px 0px 0px 20px;
margin-top: 10px;
}
.userinfo-container .avatar-container{
padding: 10px 20px 10px 0px;
font-size: 16px;
}
.avatar-container img{
border-radius: 50%;
height: 46px;
width: 46px;
}
.avatar-container .aui-text-left{
height: 46px;
line-height: 46px;
}
.userinfo-container .aui-text-left{
font-weight: bold;
}
.userinfo-container .text-container{
font-size: 16px;
height: 46px;
line-height: 46px;
padding-right: 20px;
}
.border-bottom{
border-bottom: solid 0.5px #e5e5e5;
}
.save-info-btn{
margin: 20px auto;
width: 75%;
background:#fa545f;
border-radius: 5px;
}
.userinfo-container .aui-pull-right{
font-size: 14px;
color: #777777;
}
.userinfo-container a{
color: #0062cc;
}
.userinfo-container select option{
text-align: right;
}
.userinfo-container select{
direction: rtl;
}
.app-detail{
background: #ffffff;
margin-top: 0px;
padding: 0px 10px;
}
.app-detail .aui-col-xs-7{
margin-top: 4px;
}
.app-detail .base-info{
padding: 10px 10px;
/*border-bottom: solid #e5e5e5 0.5px;*/
}
.app-detail .time-task-tag{
padding: 0px 5px;
}
.app-detail .base-info img{
width: 100%;
border-radius: 10px;
vertical-align: middle;
}
.app-detail .base-info .aui-col-xs-7{
padding-left: 10px;
}
.app-detail .detail-price{
padding-top: 12px;
text-align: right;
color: #e8313d;
}
.app-detail .task-step-info{
padding-top: 10px;
padding-left: 10px;
margin-bottom: 30px;
}
.app-detail .keyword span{
padding: 12px 25px;
background: #fbfbfb;
border: dashed 1px #c5c5c5;
font-size: 20px;
display: inline-table;
}
.app-detail .keyword-container{
margin-bottom: 0px;
}
.app-detail p{
color: #444444;
line-height: 30px;
}
.app-detail .copy-tip{
color: #999999;
}
.app-detail .app-detail-btns{
padding: 10px 0px;
}
.app-detail .app-detail-btns .aui-btn{
margin: 10px 0px;
border-radius: 0px;
padding: 12px 0px;
}
.app-detail .app-detail-btns .active{
background:#e8313d;
color: white;
}
.app-detail .app-detail-btns .non-active{
background:#d8d8d8;
color: #666666;
}
.app-detail .app-detail-btns .giveup{
background:#80c684;
color: white;
}
.input-apprence-info{
background: #ffffff;
}
.input-apprence-info .aui-btn-block{
width: 80%;
margin: 0px auto;
background:#e8313d;
color: #ffffff;
}
.input-apprence-info input{
margin: 20px auto;
width: 80%;
}
.input-apprence-info .lanmao-logo{
width: 20%;
}
.lanmao-tip .tip-header{
margin: 10px 15px 0px;
font-size: 18px;
font-weight: bold;
}
.aui-dialog-body {
font-size: 16px;
color: #444444;
}
.confirm{
display: block;
}
.lanmao-tip{
background: #ffffff;
}
.lanmao-tip .aui-btn{
margin: 10px 10px 10px 0px;
background: #ffffff;
border: none;
font-size: 16px;
}
.lanmao-tip .qd img{
margin: 0px auto;
}
.lanmao-tip .aui-dialog-body{
padding-top: 10px;
text-align: center;
}
.page{
padding-bottom: 15px;
/*background: #FFFFFF;*/
}
.page a{
border: 0.5px;
border-color: #999999;
padding:0px 10px;
}
.rechargepage{
background: #FFFFFF;
}
.userinfo-container input ,.userinfo-container select{
-webkit-appearance: none;
margin: 0;
padding: 0;
border: none;
text-align: right;
}
.bindphone-container{
padding-bottom: 20px;
background: #ffffff;
}
.bindphone-container .aui-input-row{
padding: 10px 20px;
}
.bindphone-container .aui-btn-block{
width: 80%;
margin: 20px auto;
}
.apprentice-code-container img{
margin-top: 18px;
width: 90%;
}
.apprentice-code-container .aui-btn-block{
margin: 10px auto;
width: 90%;
background:#fa545f;
color: #FFFFFF;
}
.apprentice-link-container{
background: #FFFFFF;
padding: 20px 20px;
}
.apprentice-link-container .apprentice-link{
text-align: center;
width: 90%;
margin: 0px auto 20px;
line-height: 40px;
height: 40px;
border: dashed 1px #999999;
}
.ljtc-tds .aui-img-body img{
vertical-align: middle;
}
.ljtc-tdlist-container{
background: #FFFFFF;
}
.ljtc-container{
margin: 10px 0px 10px;
}
.apprentice-type-name{
font-size: 16px;
}
.wxpay-step1-top{
padding-bottom: 12px;
}
.wxpay-step1-top p{
color: #444444;
line-height: 15px;
}
.wxpay-step1-top h2{
margin-top: 12px;
margin-bottom: 10px;
}
.wxpay-step1-top .boldfont, .step1-container .step1, .step1-container .step2{
color: black;
font-weight: bold;
}
.wxpay-step1-top .tb-tip , .wxpay-step1-middle .tb-tip{
color: #fa545f;
font-weight: bold;
}
.step1-container .ninetoncode img{
margin-top: 20px;
width: 60%;
}
.wxpay-step1-middle{
background: white;
}
.wxpay-step1-middle p, .wxpay-step2-top p{
color: #444444;
}
.wxpay-step1-middle h2{
margin-right: 50px;
padding-top: 10px;
text-align: center;
vertical-align: middle;
margin-bottom: 10px;
}
.wxpay-step1-middle h2 img{
width: 10%;
}
.wxpay-step1-middle .step1, .wxpay-step1-middle .step2{
position:absolute;
margin-left: 8px;
-webkit-transform: translateY(-8%);
}
.wxpay-step1-middle .step1-container{
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
margin: 0px 15px;
}
.step1-container .aui-btn{
margin-top: 20px;
background:#f03b3c;
color: white;
}
.wxpay-step2-top p{
margin-top: 4px;
}
.wxpay-step2-top .aui-col-xs-2 img{
width: 60%;
margin: 10px 0px 6px 20px;
}
.wxpay-step1-middle .wx_input-left{
height: 60px;float: left;
}
.wxpay-step1-middle .wx_input-right{
height: 60px;float: right;
}
.wxpay-step1-middle .wx_input_center{
background: url('../img/wx_input_middle.png') no-repeat;height: 60px;background-size:100% 100%;padding-top: 27px
}
.step1-container .tb-tip{
margin-bottom: 15px;
}
.step2-container .aui-btn{
margin-top: 20px;
}
.nolanmao .aui-btn{
background:#f03b3c;
color: white;
}
.nolanmao{
padding-top: 10px;
}
.nolanmao .nolanmao-tip{
margin-top: 10px;
margin-bottom: 20px;
color: #999999;
}
.nolanmao img{
margin-top: 20px;
margin-bottom: 20px;
width: 20%;
}
.nolanmao .nolanmao-openlanmao{
margin-top: 20px;
color: #999999;
}
.nolanmao .nolanmao-openlanmao a{
margin-left: 10px;
color: #2a6496;
text-decoration: underline;
}
.upload-img .aui-btn,.upload-img label{
background: #FFFFFF;border: 0px;
}
.upload-img .aui-btn img{
width: 30%;
}
.sk-three-bounce {
margin: 10px auto;
width: 80px;
text-align: center; }
.sk-three-bounce .sk-child {
width: 12px;
height: 12px;
background-color: #c5c5c5;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.sk-three-bounce .sk-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.sk-three-bounce .sk-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s; }
@-webkit-keyframes sk-three-bounce {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes sk-three-bounce {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
.tixian-ing-top .tixian-ing-top-left{
padding: 15px 0px;
margin-bottom: 0px;
line-height: 1.0;
width: 20%;
}
.tixian-ing-top .tixian-ing-top-left img{
width: 60%;
height: 100%;
}
.tixian-ing-top .tixian-ing-top-right{
padding-top: 22px;
font-size: 20px;
padding-right: 10px;
width: 80%;
}
.tixian-ing-top{
margin: 0px 10px;
border-bottom: 0.5px solid #e5e5e5;
}
.back-write{
background: #ffffff;
}
.txing .txing-middle{
border-bottom: 0.5px solid #e5e5e5;
margin: 0px 10px;
padding: 10px 0px;
}
.txing .txje{
padding: 0px 0px;
font-size: 16px;
}
.txing .jine{
font-size: 50px;
}
.txing-bottom{
margin: 0px 10px;
padding: 18px 10px;
font-size: 15px;
line-height: 30px;
border-bottom: 0.5px solid #e5e5e5;
}
.txing-tip{
margin: 0px 10px;
padding: 18px 10px;
font-size: 16px;
line-height: 25px;
}
#fenxiangyindao,#qqfenxiangyindao{
position: fixed;
top:0;
left: 0;
background: #000000;
opacity: 0.7;
width: 100%;
height: 100%;
text-align: right;
z-index: 9999;
}
#fenxiangyindao img,#qqfenxiangyindao img{
width: 248px;
}
.storeguide{
background: white;
height: 100%;width: 100%;
}
.storeguide .top_background{
background: url(../img/store_guide_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
text-align: center;
}
.storeguide .top_background .app-ico{
margin-top: 50px; width: 20%
}
.storeguide .top_background .app-down-des{
color: white;font-size: 18px;margin-bottom: 20px;
}
.storeguide .top_background .app-down-des img{
width: 4%;margin-left: 2px; margin-right: 2px; position: relative; top:-2px;
}
.storeguide .top_background .pro{
color: white;font-size: 13px;text-align: left; background: #b01a2a;opacity: 0.8; line-height: 40px; height:40px;
}
.storeguide .top_background .pro img{
width: 4%;margin-left: 10px; margin-right: 5px; position: relative; top:2px;
}
.storeguide .guide_down_con .down-btn{
width: 50%;margin-top: 50px;
}
.storeguide .guide_down_con_new .down-btn{
width: 55%;margin-top: 0px;
}
.storeguide .guide_down_con .xiangxia-jiantou{
width: 5%;margin-top: 15px;
}
.storeguide .guide_down_con .go-open{
margin-top:10px;color: #f03b3c;font-weight: bolder;
}
.storeguide .top_background_new{
background:-webkit-gradient(linear, right top, left bottom, from(#ff5e65), to(#ffa475));
/*background:linear-gradient(left,#000,#FFF);/*/
/*background: linear-gradient(left, blue, white);*/
width: 100%;
text-align: center;
}
.storeguide .top_background_new .app-ico{
margin-top: 50px; width: 20%
}
.storeguide .guide_down_con_new .xiangxia-jiantou{
width: 5%;margin-top: 0px;
}
.storeguide .top_background_new .app-down-des{
color: white;font-size: 18px;
}
.storeguide .top_background_new .pro{
margin-bottom: 20px;
}
.storeguide .top_background_new .pro span{
color: #fff300;
}
.storeguide .top_background_new .app-down-des img{
width: 4%;margin-left: 2px; margin-right: 2px; position: relative; top:-2px;
}
.storeguide .top_background_new .pro{
color: white;font-size: 13px;text-align: center; line-height: 25px; height:25px;
}
.tags-title{
margin-left: 10px;
color:#87c2e4;
font-size:14px;
border-radius:100px;
border:1px solid #dceaf2;
padding: 1px 6px 2px 6px;
}
.btn-copy{
margin-left: 5px;
background-color: transparent;
color:#3ca2e8;
border-left-color:#3ca2e8;
border:0px;
} | 0.330579 | 0.114963 |
.centerDiv{
max-width: 1380px;
width: 85%;
margin: auto;
box-shadow: rgba(119, 119, 119, 0.322) 5px 0px 4px -4px, rgba(119, 119, 119, 0.322) -5px 0px 4px -4px;
border: 1px solid black;
border-width: 0px 1px;
background: white;
display: flex;
flex-direction: column;
}
.box-margin{
padding: 20px;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.box-margin-thin{
padding: 6px 15px;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.h-small{
margin: 0px;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-bottom: 4px;
padding-left: 4px;
}
.input-text{
font-size: 18px;
padding: 2px 10px;
color: #2f2f2f;
}
.input-wrap{
flex-direction: row;
justify-content: space-between;
display: inline-flex;
padding: 0px 5px;
align-items: center;
}
.input-wrapped{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.mainSearch-wrap{
min-width: 306px;
border-radius: 15px;
border: 1px solid rgb(78, 78, 78);
padding: 5px 10px;
background: white;
box-shadow: 0px 1px 4px 1px #a5a5a566;
}
.input-wrapped, .input-wrapped:hover, .input-wrapped:focus, .input-wrapped:focus-visible{
border: none !important;
outline: none;
}
.input-wrapped:hover > .input-wrap{
border: rgb(77, 77, 77);
}
.input-wrapped:focus > .input-wrap{
border: rgb(44, 44, 44);
}
.mainSearch-go{
height: 100%;
}
.mainSearch{
font-size: 18px;
border: none;
padding: 0px 11px 0px 15px;
}
.btn-icon{
background: transparent;
border: none;
padding: 4px;
}
.searchHeader{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
border-bottom: 1px solid rgba(88, 88, 88, 0.404);
padding-bottom: 10px;
margin-bottom: 9px;
}
.item{
margin: 18px 0px;
}
.searchResults{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.searchResult-intellisense{
margin: 18px 0px 0px 97px;
min-width: 400px;
}
.searchResults{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.box{
border: 0.5px solid rgba(78, 78, 78, 0.575);
border-radius: 4px;
display: flex;
flex-direction: column;
height: fit-content;
}
.separator{
width: 100%;
padding: 3px 0px 0px 0px;
border-bottom: 1px solid rgba(63, 63, 63, 0.24);
}
.hover-grey:hover{
background: rgba(222, 220, 220, 0.10);
}
.hover-grey:active{
background: rgba(183, 183, 183, 0.1)
}
.hover-blue:hover{
background: rgba(164, 222, 219, 0.22);
}
.hover-blue:active{
background: rgba(129, 177, 174, 0.22);
}
.spacer{
width: 100%;
}
.minor-heading{
margin: 0px;
padding-left: 19px;
color: rgb(50 111 113);
}
.remarks{
text-align: right;
font-size: 9px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
color: #b1b1b1;
}
.topic-sublink{
padding: 7px 0px;
}
.links-div > li{
margin: 13px 0px;
}
.links-div li:first-child{
margin-top: 9px !important;
}
.font{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.btn-icon.small{
padding: 3px;
}
li.remarks{
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.topic-tips li{
margin-bottom: 6px;
}
.topic-otherRecommend{
margin-top: 40px;
}
remarks{
font-size: .7em;
}
div.remarks{
width: 100%;
padding-right: 9px;
}
a.remarks{
display: block;
text-align: right;
}
span.remarks{
float: right;
}
p.code-space{
background-color: rgb(83, 83, 83);
color: white;
font-family: "Courier New", monospace;
white-space: pre;
margin-left: 32px;
font-size: 12px;
overflow: auto;
box-sizing: border-box;
width: calc(100% - 32px);
padding-left: 2px;
}
.box.intrude{
box-shadow: inset -1px 1px 4px 1px #9c9c9c47;
}
.tab-in0{
padding-left: 0px;
}
.tab-in1{
padding-left: 10px;
}
.tab-in2{
padding-left: 28px;
}
.tab-in3{
padding-left: 38px;
}
.large {
font-size: 17px;
}
.inherit-color{
color: inherit;
}
.inherit-font{
color: inherit;
font: inherit;
}
div.divider{
width: 100%;
height: 21px;
/* background: black; */
}
.divider::after{
margin-top: 10px;
display: block;
content: "";
width: 100%;
border-radius: 10px;
height: 2px;
background: #81c18f;
}
ul {
list-style-position: inside;
}
ul li::marker{
margin-right: 6px;
}
ol {
counter-reset: item;
padding-left: 28px;
}
ol li {
display: block
}
ol li:before {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1em;
content: counters(item, ".") " ";
counter-increment: item;
padding-right: 3px;
}
ol.large li:before {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.2em;
content: counters(item, ".") " ";
counter-increment: item;
padding-right: 3px;
}
ol.small li:before {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: .8em;
content: counters(item, ".") " ";
counter-increment: item;
padding-right: 3px;
}
ol.pure li:before{
content: none;
}
.spacer.small{
height: 9px;
}
.spacer.medium{
height: 14px;
}
.spacer.tiny{
height: 5px;
}
.spacer.big{
height: 21px;
}
.no-margin{
margin: 0px !important;
}
.resultItem{
display: flex;
width: 100%;
max-width: 660px;
flex-direction: column;
min-width: 596px;
}
.item-margin{
padding: 10px 20px;
}
.tag{
padding: 0px 3px;
margin: 0.5px 2px;
background: rgb(108, 177, 216);
box-shadow: inset 0 0 5px 2px rgba(68, 68, 68, 0.144);
font-size: .8em;
color: white;
}
.box img{
width: 100%;
}
.box .box-image{
width: 100%;
height: 30%;
background-color: #afafaf;
filter: saturate(0.7);
}
.box.horizontal{
flex-direction: row;
}
.box.horizontal .box-image{
flex: none;
width: 258px;
padding-bottom: 190px;
background-color: #afafaf;
background-position: center !important;
background-size: cover !important;
filter: saturate(0.7);
}
.text-cut{
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
}
.main-urlList li{
display: flex;
align-items: center;
}
.main-urlList a{
margin-left: 8px;
}
.tag-count{
font-family: 'Courier New', Courier, monospace;
font-size: .76em;
}
.tag.grey{
background: rgb(173, 173, 173);
color: black;
}
.div-list{
display: flex;
flex-direction: column;
}
ol.pure, ul.pure{
padding-left: 21px;
}
ul.pure li{
list-style-type: none;
}
ol.pure li{
list-style-type: none;
}
.times-new-romans{
font-family: 'Times New Roman', Times, serif !important;
}
h4.blue, h5.blue, h6.blue{
color: rgb(33 166 171);
font-weight: 300;
font-family: -webkit-pictograph;
}
.intellisense-img{
height: 184px !important;
background-position: center !important;
background-size: cover;
}
.center{
display: flex;
justify-content: center;
align-items: center;
}
a.spaced{
padding: 5px 9px;
}
h1, h2, h3, h4, h5, h6{
margin: 10px 0px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 550;
}
p, ol, ul{
margin: 3px 0px;
font-size: 15px;
}
li{
margin-bottom: 4px;
}
h2.thin, h1.thin, h3.thin, h4.thin{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 500;
}
p.sub, li.sub, span.sub{
font-size: 11px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
color: #5d5d5d;
padding-left: 4px;
}
div > a{
font-size: 15px;
}
small{
font-size: .4em;
}
div.indent{
padding-left: 12px;
}
p.small{
font-size: 10px;
}
body{
background-color: #d8d8d8;
font-family: sans-serif;
margin: 0px;
}
.center{
text-align: center;
justify-content: center;
align-items: center;
}
a{
font-size: inherit;
}
p a{
font-size: inherit;
}
.field_filled{
background: rgb(93, 81, 160);
color: rgb(206, 200, 200);
}
.field_empty{
background: transparent;
color: rgb(49, 133, 189);
} | css/main.css | .centerDiv{
max-width: 1380px;
width: 85%;
margin: auto;
box-shadow: rgba(119, 119, 119, 0.322) 5px 0px 4px -4px, rgba(119, 119, 119, 0.322) -5px 0px 4px -4px;
border: 1px solid black;
border-width: 0px 1px;
background: white;
display: flex;
flex-direction: column;
}
.box-margin{
padding: 20px;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.box-margin-thin{
padding: 6px 15px;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.h-small{
margin: 0px;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin-bottom: 4px;
padding-left: 4px;
}
.input-text{
font-size: 18px;
padding: 2px 10px;
color: #2f2f2f;
}
.input-wrap{
flex-direction: row;
justify-content: space-between;
display: inline-flex;
padding: 0px 5px;
align-items: center;
}
.input-wrapped{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.mainSearch-wrap{
min-width: 306px;
border-radius: 15px;
border: 1px solid rgb(78, 78, 78);
padding: 5px 10px;
background: white;
box-shadow: 0px 1px 4px 1px #a5a5a566;
}
.input-wrapped, .input-wrapped:hover, .input-wrapped:focus, .input-wrapped:focus-visible{
border: none !important;
outline: none;
}
.input-wrapped:hover > .input-wrap{
border: rgb(77, 77, 77);
}
.input-wrapped:focus > .input-wrap{
border: rgb(44, 44, 44);
}
.mainSearch-go{
height: 100%;
}
.mainSearch{
font-size: 18px;
border: none;
padding: 0px 11px 0px 15px;
}
.btn-icon{
background: transparent;
border: none;
padding: 4px;
}
.searchHeader{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
border-bottom: 1px solid rgba(88, 88, 88, 0.404);
padding-bottom: 10px;
margin-bottom: 9px;
}
.item{
margin: 18px 0px;
}
.searchResults{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.searchResult-intellisense{
margin: 18px 0px 0px 97px;
min-width: 400px;
}
.searchResults{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.box{
border: 0.5px solid rgba(78, 78, 78, 0.575);
border-radius: 4px;
display: flex;
flex-direction: column;
height: fit-content;
}
.separator{
width: 100%;
padding: 3px 0px 0px 0px;
border-bottom: 1px solid rgba(63, 63, 63, 0.24);
}
.hover-grey:hover{
background: rgba(222, 220, 220, 0.10);
}
.hover-grey:active{
background: rgba(183, 183, 183, 0.1)
}
.hover-blue:hover{
background: rgba(164, 222, 219, 0.22);
}
.hover-blue:active{
background: rgba(129, 177, 174, 0.22);
}
.spacer{
width: 100%;
}
.minor-heading{
margin: 0px;
padding-left: 19px;
color: rgb(50 111 113);
}
.remarks{
text-align: right;
font-size: 9px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
color: #b1b1b1;
}
.topic-sublink{
padding: 7px 0px;
}
.links-div > li{
margin: 13px 0px;
}
.links-div li:first-child{
margin-top: 9px !important;
}
.font{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.btn-icon.small{
padding: 3px;
}
li.remarks{
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.topic-tips li{
margin-bottom: 6px;
}
.topic-otherRecommend{
margin-top: 40px;
}
remarks{
font-size: .7em;
}
div.remarks{
width: 100%;
padding-right: 9px;
}
a.remarks{
display: block;
text-align: right;
}
span.remarks{
float: right;
}
p.code-space{
background-color: rgb(83, 83, 83);
color: white;
font-family: "Courier New", monospace;
white-space: pre;
margin-left: 32px;
font-size: 12px;
overflow: auto;
box-sizing: border-box;
width: calc(100% - 32px);
padding-left: 2px;
}
.box.intrude{
box-shadow: inset -1px 1px 4px 1px #9c9c9c47;
}
.tab-in0{
padding-left: 0px;
}
.tab-in1{
padding-left: 10px;
}
.tab-in2{
padding-left: 28px;
}
.tab-in3{
padding-left: 38px;
}
.large {
font-size: 17px;
}
.inherit-color{
color: inherit;
}
.inherit-font{
color: inherit;
font: inherit;
}
div.divider{
width: 100%;
height: 21px;
/* background: black; */
}
.divider::after{
margin-top: 10px;
display: block;
content: "";
width: 100%;
border-radius: 10px;
height: 2px;
background: #81c18f;
}
ul {
list-style-position: inside;
}
ul li::marker{
margin-right: 6px;
}
ol {
counter-reset: item;
padding-left: 28px;
}
ol li {
display: block
}
ol li:before {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1em;
content: counters(item, ".") " ";
counter-increment: item;
padding-right: 3px;
}
ol.large li:before {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.2em;
content: counters(item, ".") " ";
counter-increment: item;
padding-right: 3px;
}
ol.small li:before {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: .8em;
content: counters(item, ".") " ";
counter-increment: item;
padding-right: 3px;
}
ol.pure li:before{
content: none;
}
.spacer.small{
height: 9px;
}
.spacer.medium{
height: 14px;
}
.spacer.tiny{
height: 5px;
}
.spacer.big{
height: 21px;
}
.no-margin{
margin: 0px !important;
}
.resultItem{
display: flex;
width: 100%;
max-width: 660px;
flex-direction: column;
min-width: 596px;
}
.item-margin{
padding: 10px 20px;
}
.tag{
padding: 0px 3px;
margin: 0.5px 2px;
background: rgb(108, 177, 216);
box-shadow: inset 0 0 5px 2px rgba(68, 68, 68, 0.144);
font-size: .8em;
color: white;
}
.box img{
width: 100%;
}
.box .box-image{
width: 100%;
height: 30%;
background-color: #afafaf;
filter: saturate(0.7);
}
.box.horizontal{
flex-direction: row;
}
.box.horizontal .box-image{
flex: none;
width: 258px;
padding-bottom: 190px;
background-color: #afafaf;
background-position: center !important;
background-size: cover !important;
filter: saturate(0.7);
}
.text-cut{
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
}
.main-urlList li{
display: flex;
align-items: center;
}
.main-urlList a{
margin-left: 8px;
}
.tag-count{
font-family: 'Courier New', Courier, monospace;
font-size: .76em;
}
.tag.grey{
background: rgb(173, 173, 173);
color: black;
}
.div-list{
display: flex;
flex-direction: column;
}
ol.pure, ul.pure{
padding-left: 21px;
}
ul.pure li{
list-style-type: none;
}
ol.pure li{
list-style-type: none;
}
.times-new-romans{
font-family: 'Times New Roman', Times, serif !important;
}
h4.blue, h5.blue, h6.blue{
color: rgb(33 166 171);
font-weight: 300;
font-family: -webkit-pictograph;
}
.intellisense-img{
height: 184px !important;
background-position: center !important;
background-size: cover;
}
.center{
display: flex;
justify-content: center;
align-items: center;
}
a.spaced{
padding: 5px 9px;
}
h1, h2, h3, h4, h5, h6{
margin: 10px 0px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 550;
}
p, ol, ul{
margin: 3px 0px;
font-size: 15px;
}
li{
margin-bottom: 4px;
}
h2.thin, h1.thin, h3.thin, h4.thin{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 500;
}
p.sub, li.sub, span.sub{
font-size: 11px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
color: #5d5d5d;
padding-left: 4px;
}
div > a{
font-size: 15px;
}
small{
font-size: .4em;
}
div.indent{
padding-left: 12px;
}
p.small{
font-size: 10px;
}
body{
background-color: #d8d8d8;
font-family: sans-serif;
margin: 0px;
}
.center{
text-align: center;
justify-content: center;
align-items: center;
}
a{
font-size: inherit;
}
p a{
font-size: inherit;
}
.field_filled{
background: rgb(93, 81, 160);
color: rgb(206, 200, 200);
}
.field_empty{
background: transparent;
color: rgb(49, 133, 189);
} | 0.373762 | 0.093058 |
body, #title {
font-family: 'Roboto', sans-serif;
}
div img {
height: 180px;
width: 180px;
margin: 0 auto;
border: 2px solid white;
box-shadow: 8px 8px 5px grey;
}
.marcador {
font-size: 40px;
}
.field {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 630px;
height: 400px;
background-color: #558B2F;
border-radius: 22px;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
box-shadow: 8px 8px 5px grey;
border: 8px solid white;
float: center;
}
.leftGoal,
.rightGoal {
position: absolute;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
width: 125px;
height: 240px;
background-color: #558B2F;
border: 8px solid white;
}
.leftGoal {
margin-left: -20px;
margin-right: 500px;
float: left;
}
.leftHalfCircle,
.rightHalfCircle {
position: absolute;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
height: 92px;
width: 45px;
background-color: #558B2F;
border: 8px solid white;
}
.leftHalfCircle {
border-bottom-right-radius: 90px;
border-top-right-radius: 90px;
margin-left: 109px;
}
.rightGoal {
margin-left: 482px;
}
.rightHalfCircle {
border-bottom-left-radius: 90px;
border-top-left-radius: 90px;
margin-right: 109px;
margin-left: -45px;
}
.centerLine {
width: 8px;
background-color: white;
height: 390px;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.centerCircle {
border: 8px solid white;
border-radius: 50%;
height: 120px;
width: 120px;
z-index: 50;
position: absolute;
margin: auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.below {
position: absolute;
z-index: 50;
background-color: red;
margin: auto;
left: 0;
top: 750px;
right: 0;
bottom: 0;
font-size: 20px;
font-weight: bold;
} | I/Garita/PracticaExamen/css/stylesheet.css | body, #title {
font-family: 'Roboto', sans-serif;
}
div img {
height: 180px;
width: 180px;
margin: 0 auto;
border: 2px solid white;
box-shadow: 8px 8px 5px grey;
}
.marcador {
font-size: 40px;
}
.field {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 630px;
height: 400px;
background-color: #558B2F;
border-radius: 22px;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
box-shadow: 8px 8px 5px grey;
border: 8px solid white;
float: center;
}
.leftGoal,
.rightGoal {
position: absolute;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
width: 125px;
height: 240px;
background-color: #558B2F;
border: 8px solid white;
}
.leftGoal {
margin-left: -20px;
margin-right: 500px;
float: left;
}
.leftHalfCircle,
.rightHalfCircle {
position: absolute;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
height: 92px;
width: 45px;
background-color: #558B2F;
border: 8px solid white;
}
.leftHalfCircle {
border-bottom-right-radius: 90px;
border-top-right-radius: 90px;
margin-left: 109px;
}
.rightGoal {
margin-left: 482px;
}
.rightHalfCircle {
border-bottom-left-radius: 90px;
border-top-left-radius: 90px;
margin-right: 109px;
margin-left: -45px;
}
.centerLine {
width: 8px;
background-color: white;
height: 390px;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.centerCircle {
border: 8px solid white;
border-radius: 50%;
height: 120px;
width: 120px;
z-index: 50;
position: absolute;
margin: auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.below {
position: absolute;
z-index: 50;
background-color: red;
margin: auto;
left: 0;
top: 750px;
right: 0;
bottom: 0;
font-size: 20px;
font-weight: bold;
} | 0.490968 | 0.11304 |
:root {
--primary-black: #15161f;
--secondary-black: #2a2c3d;
--darker-gray: #463e36;
--dark-gray: #675d55;
--gray: #847970;
--mid-gray: #a39c96;
--light-gray: #d9d4d0;
--lighter-gray: #f8f5f3;
--lightest-gray: #f5f5fa;
--white: #ffffff;
--orange: #fe5e00;
--hover-orange: #b84400;
--red: #eb5757;
--lighter-red: #fff5f5;
--electric-blue: #005ef4;
--hover-electric-blue: #003fa3;
--sky-blue: #2d9cdb;
--lighter-sky-blue: #edf5fa;
--grey-button-icons: #4e5066;
--navy: #090c43;
--dark-navy: #03041a;
--navy-lightest-gray: #f5f5fa;
--navy-lighter-gray: #dadbe5;
--navy-light-gray: #818299;
--navy-mid-gray: #5f617a;
--navy-gray: #2d2f52;
--primary: #03011d;
--primary-focus: #0d0480;
--primary-content: #03011d;
--secondary-background: #005ef4;
--secondary-text: #fcfcfd;
--link-color: #675d55;
--link-color-hover: var(--post-link-hover);
--post-link: var(--secondary-background);
--post-link-hover: #003fa3;
--post-link-visited: #3100f4;
--body-background: #ffffff;
--body-text: #494b51;
--title-text: #2a2b2e;
--footer-background: #f8f5f3;
--footer-text: #000000;
--card-background: #ffffff;
--card-text: #0f0943;
--card-border: rgba(0, 0, 0, 0.12);
--cta-background: #0f0943;
--cta-text: var(--button-text);
--button-background: #005ef4;
--button-text: #fcfcfd;
--button-background-secondary: transparent;
--button-text-secondary: #005ef4;
--box-shadow: #dadbe5e0;
--widget-text: #090c43;
--important-background: #edf5fa;
--important-border: #016ba7;
--error-background: #fff5f5;
--error-border: #bf3e3e;
--success-background: #eff2e9;
--success-border: #5a7826;
--breadcrumbs-background: #f5f5fa;
--breadcrumbs-text: #5f617a;
--input-search: #a39c96;
}
.dark {
--primary: #03041a;
--primary-focus: #0d0480;
--primary-content: #03011d;
--secondary-background: #005ef4;
--secondary-text: #fcfcfd;
--link-color: #8aa1e5;
--link-color-hover: var(--post-link-hover);
--post-link: #5ed7fb;
--post-link-hover: #86e1fc;
--post-link-visited: #47a2c3;
--body-background: #03011d;
--body-text: #a2a3b8;
--title-text: #f5f5fa;
--footer-background: #090c43;
--footer-text: #a2a3b8;
--card-background: #03041a;
--card-text: #f7f7f9;
--card-border: #2d2f52;
--cta-background: #005ef4;
--cta-text: var(--button-text);
--button-background: #005ef4;
--button-background-hover: #091043;
--button-text: #fff;
--button-background-secondary: transparent;
--button-text-secondary: #5ed7fb;
--box-shadow: #000000d6;
--widget-text: #dadbe5;
--important-background: #0b2240;
--important-border: #2d9cdb;
--error-background: #311525;
--error-border: #eb5757;
--success-background: #13171a;
--success-border: #a0c125;
--breadcrumbs-background: #2d2f52;
--breadcrumbs-text: #dadbe6;
--input-search: #818299;
} | css/color-rules.css | :root {
--primary-black: #15161f;
--secondary-black: #2a2c3d;
--darker-gray: #463e36;
--dark-gray: #675d55;
--gray: #847970;
--mid-gray: #a39c96;
--light-gray: #d9d4d0;
--lighter-gray: #f8f5f3;
--lightest-gray: #f5f5fa;
--white: #ffffff;
--orange: #fe5e00;
--hover-orange: #b84400;
--red: #eb5757;
--lighter-red: #fff5f5;
--electric-blue: #005ef4;
--hover-electric-blue: #003fa3;
--sky-blue: #2d9cdb;
--lighter-sky-blue: #edf5fa;
--grey-button-icons: #4e5066;
--navy: #090c43;
--dark-navy: #03041a;
--navy-lightest-gray: #f5f5fa;
--navy-lighter-gray: #dadbe5;
--navy-light-gray: #818299;
--navy-mid-gray: #5f617a;
--navy-gray: #2d2f52;
--primary: #03011d;
--primary-focus: #0d0480;
--primary-content: #03011d;
--secondary-background: #005ef4;
--secondary-text: #fcfcfd;
--link-color: #675d55;
--link-color-hover: var(--post-link-hover);
--post-link: var(--secondary-background);
--post-link-hover: #003fa3;
--post-link-visited: #3100f4;
--body-background: #ffffff;
--body-text: #494b51;
--title-text: #2a2b2e;
--footer-background: #f8f5f3;
--footer-text: #000000;
--card-background: #ffffff;
--card-text: #0f0943;
--card-border: rgba(0, 0, 0, 0.12);
--cta-background: #0f0943;
--cta-text: var(--button-text);
--button-background: #005ef4;
--button-text: #fcfcfd;
--button-background-secondary: transparent;
--button-text-secondary: #005ef4;
--box-shadow: #dadbe5e0;
--widget-text: #090c43;
--important-background: #edf5fa;
--important-border: #016ba7;
--error-background: #fff5f5;
--error-border: #bf3e3e;
--success-background: #eff2e9;
--success-border: #5a7826;
--breadcrumbs-background: #f5f5fa;
--breadcrumbs-text: #5f617a;
--input-search: #a39c96;
}
.dark {
--primary: #03041a;
--primary-focus: #0d0480;
--primary-content: #03011d;
--secondary-background: #005ef4;
--secondary-text: #fcfcfd;
--link-color: #8aa1e5;
--link-color-hover: var(--post-link-hover);
--post-link: #5ed7fb;
--post-link-hover: #86e1fc;
--post-link-visited: #47a2c3;
--body-background: #03011d;
--body-text: #a2a3b8;
--title-text: #f5f5fa;
--footer-background: #090c43;
--footer-text: #a2a3b8;
--card-background: #03041a;
--card-text: #f7f7f9;
--card-border: #2d2f52;
--cta-background: #005ef4;
--cta-text: var(--button-text);
--button-background: #005ef4;
--button-background-hover: #091043;
--button-text: #fff;
--button-background-secondary: transparent;
--button-text-secondary: #5ed7fb;
--box-shadow: #000000d6;
--widget-text: #dadbe5;
--important-background: #0b2240;
--important-border: #2d9cdb;
--error-background: #311525;
--error-border: #eb5757;
--success-background: #13171a;
--success-border: #a0c125;
--breadcrumbs-background: #2d2f52;
--breadcrumbs-text: #dadbe6;
--input-search: #818299;
} | 0.371479 | 0.101367 |
html, body{
font-family: 'Open Sans', sans-serif;
font-size: 100%;
background: #fff; /* Old browsers */
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-----start-header----*/
.header-section{
height:100%;
min-height:100vh;
max-height:800px;
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.header-section-bg{
background-image: url("../images/header-dots-bg.svg");
background-position: center top;
background-repeat: no-repeat;
}
.logo{
float: left;
margin-top: 0.25em;
}
.logo a{
color: #FFF;
font-weight: 700;
}
.fnt-white{
color: #FFF;
font-weight: 700;
}
.logo a:hover{
text-decoration:none;
}
.logo320{
display:none;
}
/*----navbar-nav----*/
.top-header{
padding: 0.3em 0;
margin: 1em 0 0 0;
}
.top-nav ul li a{
color: #242143;
padding: 0.2em 1.5em;
font-size: 0.9em;
font-weight: 600;
text-align: center;
text-transform: capitalize;
position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
color:#FFFFFF;
}
.top-nav ul li.login-button a{
font-size: 0.8em;
color: #4C2670;
border:1px solid #C488FE;
border-radius:50px;
padding:0em 2em;
}
.top-nav ul li.login-button a:hover{
font-size: 0.8em;
color: #242143;
border:1px solid #C488FE;
background:#C488FE;
padding:0em 2em;
}
.logo a{
display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
content: " ";
display: table;
}
.top-nav:after {
clear: both;
}
nav {
position: relative;
float: right;
}
nav ul {
padding: 0;
float: right;
margin: 0.75em 0;
}
nav li {
display: inline;
float: left;
position:relative;
}
nav a {
color: #fff;
display: inline-block;
text-align: center;
text-decoration: none;
line-height: 40px;
}
nav a:hover{
text-decoration:none;
color:#00A2C1;
}
nav a#pull {
display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
nav {
height: auto;
float:none;
}
nav ul {
width: 100%;
display: block;
height: auto;
}
nav li {
width: 100%;
position: relative;
}
nav li a {
border-bottom: 2px solid #70C4A0;
}
nav li:last-child a {
border-bottom: none;
}
.top-nav ul li.login-button a{
font-size: 0.8em;
border:none;
border-radius:0 0 5px 5px;
background:#C488FE;
}
nav a {
text-align: left;
width: 100%;
}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
nav {
border-bottom: 0;
float:none;
}
nav ul {
height: auto;
margin:0;
background:#54D8A3;
border-radius:5px;
margin:25px 0 0;
}
nav a#pull {
display: block;
position: relative;
color: #F26D7D;
text-align: right;
position: absolute;
top:12px;
}
nav a#pull:after {
content:"";
background: url('nav-icon.png') no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 15px;
top: 10px;
}
nav a#pull img{
margin-right:2%;
}
.top-nav ul li a {
color: #2C3E50;
padding: 0em 0;
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
nav {
float:none;
}
nav li {
display: block;
float: none;
width: 100%;
}
nav li a {
border-bottom: 1px solid #EEE;
}
}
.header-content{
padding:10% 0 0;
}
/*----slider----*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
display:block;
float: left;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
padding: 10px 20px;
margin: 0;
max-width: none;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 52%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 55px;
background: transparent url("../images/themes.png") no-repeat left top;
margin-top: -65px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
width:100%;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 88%;
z-index: 999;
left: 47%;
padding: 0;
margin: 0;
}
.callbacks_tabs li{
display:inline-block;
}
@media screen and (max-width: 600px) {
h1 {
font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size:0;
font-family: FontAwesome;
visibility: visible;
display: block;
height:18px;
width:18px;
display:inline-block;
border:2px solid #FFF;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
}
.callbacks_here a:after{
border:2px solid #242143;
}
.slide-text-info h1{
font-size: 1.8em;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#ffffff;
padding:5% 0 0;
}
.slide-text-info h1 span{
font-weight:800;
color:#54D8A3;
}
.slide-text-info h2{
color:#242143;
padding:0;
margin:0.3em 0;
font-size:1.3em;
}
.slide-text-info{
margin: 8% 0 0;
text-align: left;
}
.slide-text {
margin: 1.2em 0 0;
}
.slide-text p{
font-size: 0.872em;
font-weight: 200;
line-height: 1.6em;
margin-bottom: 1em;
}
/*----*/
.btn1{
color:#FFF;
text-transform:uppercase;
}
/*----*/
.slide-text ul li span{
width:7px;
height:12px;
background:url(../images/arrow1.png) no-repeat 0px 0px;
display:inline-block;
margin-right:0.5em;
}
.slide-text ul li{
color: #242143;
font-size: 0.875em;
font-weight: 500;
margin: 0 0 0.3em;
}
/*----*/
.big-btns{
margin: 1.5em 0 0;
display: block;
}
.big-btns a{
display: inline-block;
background: #54D8A3;
padding: 0.5em 1.2em;
font-size: 1em;
font-weight: 600;
color: #242143;
margin-right: 0.6em;
border-radius:50px;
}
.playstore1{
display: inline-block;
width: 250px;
}
.playstore3{
float: left;
width: 200px;
}
.big-btns a:hover{
text-decoration:none;
color:#4C2670;
opacity:0.9;
background:#C488FE;
}
.big-btns a label{
width: 40px;
height: 34px;
display: inline-block;
vertical-align: middle;
margin-right:0.5em;
}
.big-btns a.download label{
background-position:0px 0px;
}
.big-btns a.view label{
background-position:-41px 0px;
}
.app-device{
display:block;
height:auto;
}
.header-section{
position:relative;
}
/*----//slider----*/
/*-----features----*/
.section-head{
width:75%;
margin:0 auto;
text-align:center;
padding:2em 0;
}
.section-head h3{
color:#4C2670;
font-weight:100;
font-size:1.6em;
}
.section-head h3 span{
font-weight:800;
}
span.first{
margin-right:1em;
}
span.second{
margin-left:1em;
}
.section-head p{
width: 95%;
margin: 3em auto 1.2em auto;
color: #242143;
line-height: 1.8em;
font-size: 1.1em;
}
/*----features-grids----*/
.features{
padding:100px 0 0;
}
.features-grid-info{
margin:4em 0;
text-align:center;
}
.features-icon {
color:#C488FE;
font-size:5em;
}
.features-info h4{
font-weight:700;
color:#4C2670;
}
.features-info p{
color:#242143;
font-size:0.875em;
line-height:1.8em;
}
.features-icon1{
background-position:0px 0px;
}
/*----*/
.features-icon1 span{
width:40px;
height:40px;
display:inline-block;
background:url(../images/feature-icons-r.png) no-repeat -13px 0px;
margin-top:1em;
}
.features-icon1 span.f-icon4{
background-position: -13px -200px;
}
.features-icon1 span.f-icon5{
background-position: -13px -405px;
}
/*----screen-shot-gallery----*/
.screen-shot-gallery{
background:#54D8A3;
padding:3em 0;
}
#owl-demo .item img {
border-radius:5px;
}
/*-----*/
.show-reel{
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.show-reel h5 span{
width:37px;
height:43px;
display:inline-block;
background:url(../images/play-btn.png) no-repeat 0px 0px;
vertical-align:middle;
}
.show-reel h5 span:hover{
opacity:0.8;
}
.show-reel h5{
font-size: 2em;
font-weight: 100;
letter-spacing: 0.5em;
padding: 6em 0;
color:#5AB2EC;
}
/***
Statistics
***/
.statistics{
background:#ffffff url("../images/statistics-bg.png") bottom no-repeat;
background-size:contain;
color:#242143;
padding:10px 0 100px;
}
.statistics .section-head h3 {
color: #242143;
}
.statslist li {
font-size: 14px;
padding: 10px 0;
}
.statistics h4 {
font-size: 18px;
font-weight:bold;
padding: 10px 0;
border-bottom:3px solid #eeeeee;
}
.statslist li span{
font-size: 28px;
font-weight:bold;
padding: 10px 0;
color:#242143;
}
.statslist i {
top: -5px;
font-size: 16px;
font-style: normal;
position: relative;
}
/***
Pricing table
***/
.pricing-table{
padding: 5em 0;
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pricing {
position: relative;
margin-bottom: 15px;
border-radius:15px;
background:#ffffff;
}
.pricing-active {
border: 2px solid #36d7ac;
margin-top: -10px;
box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}
.pricing:hover {
-webkit-box-shadow: 0px 0px 12px 0px rgba(36,33,67,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(36,33,67,1);
box-shadow: 0px 0px 12px 0px rgba(36,33,67,1);
}
.pricing:hover h4 {
color: #ffffff;
}
.pricing-head {
text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
margin: 0;
line-height: normal;
}
.pricing-head h3 span,
.pricing-head h4 span {
display: block;
margin-top: 5px;
font-size: 12px;
font-style: italic;
}
.pricing-head h3 {
font-weight: 600;
color: #4C2670;
padding: 1em 0;
border-bottom:5px solid #eeeeee;
}
.pricing-head p {
font-size: 14px;
font-style: normal;
padding:15px;
text-align:center;
}
.pricebox{
padding: 5px 0;
font-size: 40px;
font-weight: 600;
min-height:100px;
text-align:center;
border-bottom: solid 1px #eeeeee;
}
.red{
color: #5E001B;
background: #FF4271;
}
.blue{
color: #094566;
background: #5AB2EC;
}
.pricebox p {
font-size: 14px;
font-style: normal;
position: relative;
margin:0;
text-align:center;
}
.price-left,
.price-right{
width:50%;
float:left;
}
.red .price-full{
border-bottom: solid 2px #f2416a;
}
.blue .price-full{
border-bottom: solid 2px #4aa3db;
}
.red .price-left,
.red .price-right{
width:50%;
float:left;
border-bottom: solid 2px #f2416a;
}
.blue .price-left,
.blue .price-right{
width:50%;
float:left;
border-bottom: solid 2px #4aa3db;
}
.red .price-left {
border-right: solid 2px #f2416a;
}
.blue .price-left {
border-right: solid 2px #4aa3db;
}
.pricebox h4{
padding: 5px 0;
font-size: 30px;
font-weight: 600;
background: transparent;
}
.pricing-head-active h4 {
color: #36d7ac;
}
.pricebox h4 i {
top: -8px;
font-size: 16px;
font-style: normal;
position: relative;
}
.pricing-head h4 span {
top: -10px;
font-size: 14px;
font-style: normal;
position: relative;
}
/*Pricing Content*/
.pricing-content li {
color: #888888;
font-size: 14px;
padding: 10px 25px;
border-bottom: solid 1px #f5f9e7;
}
.pricing-content {
border-bottom:5px solid #eeeeee;
}
/*Pricing Footer*/
.pricing-footer {
color: #777;
font-size: 11px;
line-height: 17px;
text-align: center;
padding: 0 20px 19px;
}
.pricing-footer a {
display: inline-block;
background: #54D8A3;
padding: 0.8em 3em;
font-size: 1.8em;
font-weight: 600;
color: #242143;
margin-right: 0.6em;
border-radius: 50px;
}
.pricing-footer a:hover{
text-decoration:none;
color:#4C2670;
opacity:0.9;
background:#C488FE;
}
/*Priceing Active*/
.price-active,
.pricing:hover {
z-index: 9;
}
.price-active h4 {
color: #36d7ac;
}
.no-space-pricing .pricing:hover {
transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
color: #36d7ac;
padding: 15px 0;
font-size: 80px;
transition: color 0.5s ease-in-out;
}
.yellow-crusta.btn {
color: #FFFFFF;
background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
color: #FFFFFF;
background-color: #cfa500;
}
/*--- team ---*/
.team{
background: #F5F5F5;
padding: 2em 0 5em;
}
.team-member{
display:inline-block;
text-align:center;
}
.team-member-info{
position:relative;
color:#ffffff;
}
.team-member-info label{
display: none;
position: absolute;
top: 0px;
width: 100%;
min-height: 255px;
border-radius:15px;
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding: 2em 1em;
}
.team-member-info:hover label.team-member-caption{
display:block;
}
.team-member-info img.member-pic{
width:70%;
text-align:center;
border:8px solid #e9e9e9;
border-radius:50%;
}
.team-member-info h5{
margin:0.8em 0 0;
padding:0;
}
.team-member-info .fa{
font-size:3em;
}
.team-member-info span{
color: #A2A4A7;
font-size: 0.875em;
}
.team-member-info h5 a{
color:#242143;
font-size:1.4em;
font-weight:600;
}
.team-member-caption p{
font-size:0.875em;
text-align:center;
color:#ffffff;
}
/*----team-member-caption----*/
.team-member-caption ul li{
display:inline-block;
color: #F9E99D;
}
.team-member-caption ul li:hover a {
color:#54D8A3;
}
.team-member-caption ul{
margin:2em 0 0 0;
padding:0;
}
.team-member-caption ul li a.t-twitter span{
background-position:0px 0px;
}
.team-member-caption ul li a.t-facebook span{
background-position: -48px 0px;
}
.team-member-caption ul li a.t-googleplus span{
background-position: -91px 0px;
}
/* Location Map */
.location{
height:350px;
min-height:300px;
}
/*----*/
.item p{
font-size:1.1em;
line-height:1.6em;
margin:2em 0;
color:#242143;
}
.test-monials{
padding:5em 0;
}
.quit-people img{
border-radius:30em;
-webkit-border-radius:30em;
-moz-border-radius:30em;
-o-border-radius:30em;
-ms-border-radius:30em;
border:3px solid #6595f9;
}
.quit-people{
margin-bottom:1em;
}
.quit-people h4{
margin:0.5em 0 0.3em 0;
padding:0;
}
.quit-people h4 a{
color:#242143;
font-weight:600;
}
.quit-people span{
color:#242143;
font-size:0.875em;
}
/*--- //team ---*/
/*---- featured -----*/
.featured{
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:2em 0 10em;
}
.featured h3{
margin-bottom:3em;
}
/*---- //featured -----*/
/*--- getintouch -----*/
.contact-form h3{
color:#242143;
font-size:1.2em;
font-weight:600;
margin:1em 0;
}
.contact-form input[type="text"],.contact-form textarea{
width: 100%;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 2px ridge #DBDBDB;
outline: none;
padding: 2em 0 2em 0;
font-size: 0.9em;
}
.contact-form textarea{
height:130px;
outline:none;
border-bottom: 1px ridge #DBDBDB;
resize:none;
}
.contact-form input[type="submit"]{
background: url(../images/msg-icon.png) no-repeat 0px 0px;
height: 23px;
width: 167px;
display: block;
outline: none;
text-indent: 30px;
border: none;
margin: 1em 0;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.contact-form input[type="submit"]:hover{
opacity:0.9;
color:#999;
}
/*----*/
.footer-social-icons{
margin:0;padding:0;
}
.footer-social-icons{
margin-top:1.5em;
}
.footer-social-icons li{
list-style: none;
padding: 1em 0;
}
.footer-social-icons li a span{
width:27px;
height:27px;
display:inline-block;
background:url(../images/social-icons.png) no-repeat 0px 0px;
}
.footer-social-icons li a:hover{
opacity:0.8;
}
.footer-social-icons li a.f-tw span{
background-position:0px -40px;
}
.footer-social-icons li a.f-db span{
background-position: 0px -83px;
}
.footer-social-icons li a.f-ti span{
background-position: 0px -128px;
}
.footer-social-icons li a.f-go span{
background-position: 0px -171px;
}
.getintouch {
border-bottom: 10px solid #6595f9;
padding: 75px 0;
}
/*--- //getintouch -----*/
/*-----footer----*/
.footer{
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}
.footer-grid a{
color:#ffffff;
}
.footer-grid li:hover a{
color:#54D8A3;
}
.footer-grid p{
font-size:0.875em;
line-height:1.8em;
}
.footer-grid h3{
font-size:1.2em;
font-weight:600;
color:#5AB2EC;
}
.subscribe input[type="text"]{
border: none;
outline: none;
position: relative;
padding: 0.6em 0.6em;
}
.subscribe input[type="submit"]{
width: 18px;
height: 13px;
display: inline-block;
background: url(../images/arrow-2.png) no-repeat 0px 0px;
border: none;
outline: none;
position: absolute;
right: 10px;
top: 38%;
}
.subscribe form{
border: 1px solid #CCCCCC;
height: 43px;
position: relative;
margin: 1.3em 0;
}
.explore ul{
margin:0;
padding:0;
}
.explore li{
list-style:none;
}
.explore li a{
font-size:0.875em;
line-height:1.8em;
}
.explore li a:hover{
text-decoration:none;
color:#999;
}
.copy-right{
margin-top:3em;
}
p.copy{
font-weight:600;
}
p.copy a:hover{
color:#fff;
text-decoration:none;
}
.footer-grids{
padding:2em 0;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 26px;
right: 3%;
overflow: hidden;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url("../images/to-top1.png") no-repeat 0px 0px;
border-radius: 30em;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*--responsive design--*/
@media (max-width:1280px){
.app-device img{
}
.slide-text-info {
margin: 0% 0;
}
.app-device{
}
.big-device img{
width:100%;
}
.team-member-info label {
min-height: 225px;
padding: 0.9em 1em;
}
.footer-device img{
width:100%;
}
.footer-device{
margin-top:15em;
}
.slide-text-info h1 {
font-size:2em;
}
.slide-text-info h2 {
font-size: 1em;
}
.slide-text ul li {
font-size: 0.8125em;
}
.big-btns a {
}
.top-header {
margin: 2.5em 0 0 0;
}
.show-reel h5 {
padding: 4em 0;
}
}
@media (max-width:920px){
.top-nav ul li a {
padding: 0.2em 1em;
}
.app-device img {
}
.slide-text-info h1 {
font-size: 1.8em;
}
.slide-text-info h2 {
font-size: 0.95em;
}
.slide-text ul li {
font-size: 14px;
}
.big-device{
text-align:center;
}
.big-device img {
width: 30%;
display:inline-block;
}
.features-grid-info {
margin: 0em 0;
}
.show-reel h5 {
padding: 2em 0;
font-size:1.5em;
}
.col-md-3.team-member {
width:50%;
float: left;
}
.team-member-info label {
height:86%;
}
.callbacks_tabs {
left: 44%;
}
}
/*-----768px-mediaquries----*/
@media (max-width:768px){
.header-section{
max-height:925px;
}
.app-device img{
width:80%;
margin:0 auto;
}
.slide-text-info {
text-align:center;
}
.app-device{
}
.team-member-info label {
min-height: 225px;
padding:2em;
top:0;
}
.footer-device img{
width: initial;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
font-size: 1.8em;
}
.slide-text-info h2 {
font-size: 0.9em;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size:0.8em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.big-btns a {
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 2.5em 0 0 0;
}
.section-head h3 {
font-size: 1.4em;
margin: 0;
}
.section-head p {
width: 80%;
margin: 1em auto 0.8em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.top-header {
padding: 0.3em 1.5em;
}
.footer-device img {
width: 25%;
}
}
/*-----640px-mediaquries----*/
@media (max-width:640px){
.header-section{
max-height:825px;
}
.app-device img{
width:100%;
}
.slide-text-info {
}
.app-device{
}
.team-member-info label {
min-height: 225px;
padding:2em;
top:0;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
font-size: 1.2em;
line-height:120%;
margin: 0.5em 0;
}
.slide-text-info h2 {
font-size: 0.9em;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size:0.8em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.big-btns a {
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 2em 0 0 0;
padding: 0em 1em;
}
.section-head h3 {
font-size: 1.4em;
margin: 0;
}
.section-head p {
width: 80%;
margin: 1em auto 0.8em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.big-btns {
margin: 0.8em 0em;
display: block;
}
.show-reel h5 {
padding: 3em 0;
font-size:1.8em;
}
}
@media (min-width:460px) and (max-width:639px){
.app-device{
text-align:center;
}
.app-device img{
width:80%;
}
}
/*-----480px-mediaquries----*/
@media (max-width:480px){
.app-device img{
}
.slide-text-info {
}
.app-device{
}
.big-device img{
width:initial;
}
.team-member-info label {
min-height: 225px;
padding:2em;
top:0;
}
.footer-device img{
width: initial;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
margin: 15% 0 0;
}
.slide-text-info h2 {
font-size: 0.8em;
margin:0;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size: 0.7em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 1.4em 0 0 0;
padding: 0em 1em;
}
.section-head h3 {
font-size: 1.2em;
margin: 0;
}
.section-head p {
width: 90%;
margin: 0.8em auto 0em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.big-btns {
margin: 0.5em 0em;
display: block;
}
.show-reel h5 {
padding: 3em 0;
font-size:1.8em;
}
.subscribe input[type="text"] {
width: 100%;
}
.item p {
font-size: 0.875em;
}
.big-btns a label {
display: none;
}
.callbacks_tabs {
top: 83%;
left: 51%;
}
}
/*-----320px-mediaquries----*/
@media (max-width:320px){
.app-device img{
}
.slide-text-info {
}
.big-device img{
width:35%;
}
.team-member-info label {
min-height: 225px;
padding:2.2em;
top:0;
}
.footer-device img {
width: 45%;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
font-size: 1em;
margin: 0.0em 0;
line-height:1.8em;
}
.slide-text-info h2 {
font-size: 0.7em;
margin: 0;
width: 55%;
line-height: 1.5em;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size: 0.7em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.big-btns a {
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 1.4em 0 0 0;
padding: 0em 1em;
}
.section-head h3 {
font-size: 1em;
margin: 0;
}
.section-head p {
width: 90%;
margin: 0.8em auto 0em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.big-btns {
margin: 0em 0em;
display: block;
}
.show-reel h5 {
padding: 2em 0;
font-size: 1.2em;
}
.subscribe input[type="text"] {
width: 100%;
}
.item p {
font-size: 0.875em;
}
.big-btns a label {
display: none;
}
.callbacks_tabs {
top: 95%;
left: 4%;
}
.header-section {
padding: 0 0 2em 0;
background:none;
}
.slide-text ul{
display:none;
}
.screen-shot-gallery {
padding: 0em 0;
}
.featured {
padding: 0em 0 2em;
}
.team {
padding: 0em 0 2em;
}
.test-monials {
padding: 2em 0;
}
.getintouch {
padding: 0em 0 0 0;
}
.logo img{
width:80%;
}
nav a#pull {
top: 5px;
}
.container{
padding:0px 10px;
}
.col-md-4, .col-md-3{
padding:0;
}
.show-reel h5 {
padding: 1em 0;
font-size: 1em;
}
.col-md-3.team-member {
width: 100%;
float: none;
}
.team-member-info label {
height: 84%;
}
}
.nav-container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background-color: #5338a9;
} | public/landing/css/style.css | html, body{
font-family: 'Open Sans', sans-serif;
font-size: 100%;
background: #fff; /* Old browsers */
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-----start-header----*/
.header-section{
height:100%;
min-height:100vh;
max-height:800px;
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.header-section-bg{
background-image: url("../images/header-dots-bg.svg");
background-position: center top;
background-repeat: no-repeat;
}
.logo{
float: left;
margin-top: 0.25em;
}
.logo a{
color: #FFF;
font-weight: 700;
}
.fnt-white{
color: #FFF;
font-weight: 700;
}
.logo a:hover{
text-decoration:none;
}
.logo320{
display:none;
}
/*----navbar-nav----*/
.top-header{
padding: 0.3em 0;
margin: 1em 0 0 0;
}
.top-nav ul li a{
color: #242143;
padding: 0.2em 1.5em;
font-size: 0.9em;
font-weight: 600;
text-align: center;
text-transform: capitalize;
position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
color:#FFFFFF;
}
.top-nav ul li.login-button a{
font-size: 0.8em;
color: #4C2670;
border:1px solid #C488FE;
border-radius:50px;
padding:0em 2em;
}
.top-nav ul li.login-button a:hover{
font-size: 0.8em;
color: #242143;
border:1px solid #C488FE;
background:#C488FE;
padding:0em 2em;
}
.logo a{
display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
content: " ";
display: table;
}
.top-nav:after {
clear: both;
}
nav {
position: relative;
float: right;
}
nav ul {
padding: 0;
float: right;
margin: 0.75em 0;
}
nav li {
display: inline;
float: left;
position:relative;
}
nav a {
color: #fff;
display: inline-block;
text-align: center;
text-decoration: none;
line-height: 40px;
}
nav a:hover{
text-decoration:none;
color:#00A2C1;
}
nav a#pull {
display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
nav {
height: auto;
float:none;
}
nav ul {
width: 100%;
display: block;
height: auto;
}
nav li {
width: 100%;
position: relative;
}
nav li a {
border-bottom: 2px solid #70C4A0;
}
nav li:last-child a {
border-bottom: none;
}
.top-nav ul li.login-button a{
font-size: 0.8em;
border:none;
border-radius:0 0 5px 5px;
background:#C488FE;
}
nav a {
text-align: left;
width: 100%;
}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
nav {
border-bottom: 0;
float:none;
}
nav ul {
height: auto;
margin:0;
background:#54D8A3;
border-radius:5px;
margin:25px 0 0;
}
nav a#pull {
display: block;
position: relative;
color: #F26D7D;
text-align: right;
position: absolute;
top:12px;
}
nav a#pull:after {
content:"";
background: url('nav-icon.png') no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 15px;
top: 10px;
}
nav a#pull img{
margin-right:2%;
}
.top-nav ul li a {
color: #2C3E50;
padding: 0em 0;
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
nav {
float:none;
}
nav li {
display: block;
float: none;
width: 100%;
}
nav li a {
border-bottom: 1px solid #EEE;
}
}
.header-content{
padding:10% 0 0;
}
/*----slider----*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
display:block;
float: left;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
padding: 10px 20px;
margin: 0;
max-width: none;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 52%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 55px;
background: transparent url("../images/themes.png") no-repeat left top;
margin-top: -65px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
width:100%;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 88%;
z-index: 999;
left: 47%;
padding: 0;
margin: 0;
}
.callbacks_tabs li{
display:inline-block;
}
@media screen and (max-width: 600px) {
h1 {
font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size:0;
font-family: FontAwesome;
visibility: visible;
display: block;
height:18px;
width:18px;
display:inline-block;
border:2px solid #FFF;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
}
.callbacks_here a:after{
border:2px solid #242143;
}
.slide-text-info h1{
font-size: 1.8em;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#ffffff;
padding:5% 0 0;
}
.slide-text-info h1 span{
font-weight:800;
color:#54D8A3;
}
.slide-text-info h2{
color:#242143;
padding:0;
margin:0.3em 0;
font-size:1.3em;
}
.slide-text-info{
margin: 8% 0 0;
text-align: left;
}
.slide-text {
margin: 1.2em 0 0;
}
.slide-text p{
font-size: 0.872em;
font-weight: 200;
line-height: 1.6em;
margin-bottom: 1em;
}
/*----*/
.btn1{
color:#FFF;
text-transform:uppercase;
}
/*----*/
.slide-text ul li span{
width:7px;
height:12px;
background:url(../images/arrow1.png) no-repeat 0px 0px;
display:inline-block;
margin-right:0.5em;
}
.slide-text ul li{
color: #242143;
font-size: 0.875em;
font-weight: 500;
margin: 0 0 0.3em;
}
/*----*/
.big-btns{
margin: 1.5em 0 0;
display: block;
}
.big-btns a{
display: inline-block;
background: #54D8A3;
padding: 0.5em 1.2em;
font-size: 1em;
font-weight: 600;
color: #242143;
margin-right: 0.6em;
border-radius:50px;
}
.playstore1{
display: inline-block;
width: 250px;
}
.playstore3{
float: left;
width: 200px;
}
.big-btns a:hover{
text-decoration:none;
color:#4C2670;
opacity:0.9;
background:#C488FE;
}
.big-btns a label{
width: 40px;
height: 34px;
display: inline-block;
vertical-align: middle;
margin-right:0.5em;
}
.big-btns a.download label{
background-position:0px 0px;
}
.big-btns a.view label{
background-position:-41px 0px;
}
.app-device{
display:block;
height:auto;
}
.header-section{
position:relative;
}
/*----//slider----*/
/*-----features----*/
.section-head{
width:75%;
margin:0 auto;
text-align:center;
padding:2em 0;
}
.section-head h3{
color:#4C2670;
font-weight:100;
font-size:1.6em;
}
.section-head h3 span{
font-weight:800;
}
span.first{
margin-right:1em;
}
span.second{
margin-left:1em;
}
.section-head p{
width: 95%;
margin: 3em auto 1.2em auto;
color: #242143;
line-height: 1.8em;
font-size: 1.1em;
}
/*----features-grids----*/
.features{
padding:100px 0 0;
}
.features-grid-info{
margin:4em 0;
text-align:center;
}
.features-icon {
color:#C488FE;
font-size:5em;
}
.features-info h4{
font-weight:700;
color:#4C2670;
}
.features-info p{
color:#242143;
font-size:0.875em;
line-height:1.8em;
}
.features-icon1{
background-position:0px 0px;
}
/*----*/
.features-icon1 span{
width:40px;
height:40px;
display:inline-block;
background:url(../images/feature-icons-r.png) no-repeat -13px 0px;
margin-top:1em;
}
.features-icon1 span.f-icon4{
background-position: -13px -200px;
}
.features-icon1 span.f-icon5{
background-position: -13px -405px;
}
/*----screen-shot-gallery----*/
.screen-shot-gallery{
background:#54D8A3;
padding:3em 0;
}
#owl-demo .item img {
border-radius:5px;
}
/*-----*/
.show-reel{
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.show-reel h5 span{
width:37px;
height:43px;
display:inline-block;
background:url(../images/play-btn.png) no-repeat 0px 0px;
vertical-align:middle;
}
.show-reel h5 span:hover{
opacity:0.8;
}
.show-reel h5{
font-size: 2em;
font-weight: 100;
letter-spacing: 0.5em;
padding: 6em 0;
color:#5AB2EC;
}
/***
Statistics
***/
.statistics{
background:#ffffff url("../images/statistics-bg.png") bottom no-repeat;
background-size:contain;
color:#242143;
padding:10px 0 100px;
}
.statistics .section-head h3 {
color: #242143;
}
.statslist li {
font-size: 14px;
padding: 10px 0;
}
.statistics h4 {
font-size: 18px;
font-weight:bold;
padding: 10px 0;
border-bottom:3px solid #eeeeee;
}
.statslist li span{
font-size: 28px;
font-weight:bold;
padding: 10px 0;
color:#242143;
}
.statslist i {
top: -5px;
font-size: 16px;
font-style: normal;
position: relative;
}
/***
Pricing table
***/
.pricing-table{
padding: 5em 0;
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pricing {
position: relative;
margin-bottom: 15px;
border-radius:15px;
background:#ffffff;
}
.pricing-active {
border: 2px solid #36d7ac;
margin-top: -10px;
box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}
.pricing:hover {
-webkit-box-shadow: 0px 0px 12px 0px rgba(36,33,67,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(36,33,67,1);
box-shadow: 0px 0px 12px 0px rgba(36,33,67,1);
}
.pricing:hover h4 {
color: #ffffff;
}
.pricing-head {
text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
margin: 0;
line-height: normal;
}
.pricing-head h3 span,
.pricing-head h4 span {
display: block;
margin-top: 5px;
font-size: 12px;
font-style: italic;
}
.pricing-head h3 {
font-weight: 600;
color: #4C2670;
padding: 1em 0;
border-bottom:5px solid #eeeeee;
}
.pricing-head p {
font-size: 14px;
font-style: normal;
padding:15px;
text-align:center;
}
.pricebox{
padding: 5px 0;
font-size: 40px;
font-weight: 600;
min-height:100px;
text-align:center;
border-bottom: solid 1px #eeeeee;
}
.red{
color: #5E001B;
background: #FF4271;
}
.blue{
color: #094566;
background: #5AB2EC;
}
.pricebox p {
font-size: 14px;
font-style: normal;
position: relative;
margin:0;
text-align:center;
}
.price-left,
.price-right{
width:50%;
float:left;
}
.red .price-full{
border-bottom: solid 2px #f2416a;
}
.blue .price-full{
border-bottom: solid 2px #4aa3db;
}
.red .price-left,
.red .price-right{
width:50%;
float:left;
border-bottom: solid 2px #f2416a;
}
.blue .price-left,
.blue .price-right{
width:50%;
float:left;
border-bottom: solid 2px #4aa3db;
}
.red .price-left {
border-right: solid 2px #f2416a;
}
.blue .price-left {
border-right: solid 2px #4aa3db;
}
.pricebox h4{
padding: 5px 0;
font-size: 30px;
font-weight: 600;
background: transparent;
}
.pricing-head-active h4 {
color: #36d7ac;
}
.pricebox h4 i {
top: -8px;
font-size: 16px;
font-style: normal;
position: relative;
}
.pricing-head h4 span {
top: -10px;
font-size: 14px;
font-style: normal;
position: relative;
}
/*Pricing Content*/
.pricing-content li {
color: #888888;
font-size: 14px;
padding: 10px 25px;
border-bottom: solid 1px #f5f9e7;
}
.pricing-content {
border-bottom:5px solid #eeeeee;
}
/*Pricing Footer*/
.pricing-footer {
color: #777;
font-size: 11px;
line-height: 17px;
text-align: center;
padding: 0 20px 19px;
}
.pricing-footer a {
display: inline-block;
background: #54D8A3;
padding: 0.8em 3em;
font-size: 1.8em;
font-weight: 600;
color: #242143;
margin-right: 0.6em;
border-radius: 50px;
}
.pricing-footer a:hover{
text-decoration:none;
color:#4C2670;
opacity:0.9;
background:#C488FE;
}
/*Priceing Active*/
.price-active,
.pricing:hover {
z-index: 9;
}
.price-active h4 {
color: #36d7ac;
}
.no-space-pricing .pricing:hover {
transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
color: #36d7ac;
padding: 15px 0;
font-size: 80px;
transition: color 0.5s ease-in-out;
}
.yellow-crusta.btn {
color: #FFFFFF;
background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
color: #FFFFFF;
background-color: #cfa500;
}
/*--- team ---*/
.team{
background: #F5F5F5;
padding: 2em 0 5em;
}
.team-member{
display:inline-block;
text-align:center;
}
.team-member-info{
position:relative;
color:#ffffff;
}
.team-member-info label{
display: none;
position: absolute;
top: 0px;
width: 100%;
min-height: 255px;
border-radius:15px;
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding: 2em 1em;
}
.team-member-info:hover label.team-member-caption{
display:block;
}
.team-member-info img.member-pic{
width:70%;
text-align:center;
border:8px solid #e9e9e9;
border-radius:50%;
}
.team-member-info h5{
margin:0.8em 0 0;
padding:0;
}
.team-member-info .fa{
font-size:3em;
}
.team-member-info span{
color: #A2A4A7;
font-size: 0.875em;
}
.team-member-info h5 a{
color:#242143;
font-size:1.4em;
font-weight:600;
}
.team-member-caption p{
font-size:0.875em;
text-align:center;
color:#ffffff;
}
/*----team-member-caption----*/
.team-member-caption ul li{
display:inline-block;
color: #F9E99D;
}
.team-member-caption ul li:hover a {
color:#54D8A3;
}
.team-member-caption ul{
margin:2em 0 0 0;
padding:0;
}
.team-member-caption ul li a.t-twitter span{
background-position:0px 0px;
}
.team-member-caption ul li a.t-facebook span{
background-position: -48px 0px;
}
.team-member-caption ul li a.t-googleplus span{
background-position: -91px 0px;
}
/* Location Map */
.location{
height:350px;
min-height:300px;
}
/*----*/
.item p{
font-size:1.1em;
line-height:1.6em;
margin:2em 0;
color:#242143;
}
.test-monials{
padding:5em 0;
}
.quit-people img{
border-radius:30em;
-webkit-border-radius:30em;
-moz-border-radius:30em;
-o-border-radius:30em;
-ms-border-radius:30em;
border:3px solid #6595f9;
}
.quit-people{
margin-bottom:1em;
}
.quit-people h4{
margin:0.5em 0 0.3em 0;
padding:0;
}
.quit-people h4 a{
color:#242143;
font-weight:600;
}
.quit-people span{
color:#242143;
font-size:0.875em;
}
/*--- //team ---*/
/*---- featured -----*/
.featured{
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:2em 0 10em;
}
.featured h3{
margin-bottom:3em;
}
/*---- //featured -----*/
/*--- getintouch -----*/
.contact-form h3{
color:#242143;
font-size:1.2em;
font-weight:600;
margin:1em 0;
}
.contact-form input[type="text"],.contact-form textarea{
width: 100%;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 2px ridge #DBDBDB;
outline: none;
padding: 2em 0 2em 0;
font-size: 0.9em;
}
.contact-form textarea{
height:130px;
outline:none;
border-bottom: 1px ridge #DBDBDB;
resize:none;
}
.contact-form input[type="submit"]{
background: url(../images/msg-icon.png) no-repeat 0px 0px;
height: 23px;
width: 167px;
display: block;
outline: none;
text-indent: 30px;
border: none;
margin: 1em 0;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.contact-form input[type="submit"]:hover{
opacity:0.9;
color:#999;
}
/*----*/
.footer-social-icons{
margin:0;padding:0;
}
.footer-social-icons{
margin-top:1.5em;
}
.footer-social-icons li{
list-style: none;
padding: 1em 0;
}
.footer-social-icons li a span{
width:27px;
height:27px;
display:inline-block;
background:url(../images/social-icons.png) no-repeat 0px 0px;
}
.footer-social-icons li a:hover{
opacity:0.8;
}
.footer-social-icons li a.f-tw span{
background-position:0px -40px;
}
.footer-social-icons li a.f-db span{
background-position: 0px -83px;
}
.footer-social-icons li a.f-ti span{
background-position: 0px -128px;
}
.footer-social-icons li a.f-go span{
background-position: 0px -171px;
}
.getintouch {
border-bottom: 10px solid #6595f9;
padding: 75px 0;
}
/*--- //getintouch -----*/
/*-----footer----*/
.footer{
background: #663399; /* Old browsers */
background: -moz-linear-gradient(45deg, #663399 0%, #5847d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #663399 0%,#5847d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #663399 0%,#5847d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#5847d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}
.footer-grid a{
color:#ffffff;
}
.footer-grid li:hover a{
color:#54D8A3;
}
.footer-grid p{
font-size:0.875em;
line-height:1.8em;
}
.footer-grid h3{
font-size:1.2em;
font-weight:600;
color:#5AB2EC;
}
.subscribe input[type="text"]{
border: none;
outline: none;
position: relative;
padding: 0.6em 0.6em;
}
.subscribe input[type="submit"]{
width: 18px;
height: 13px;
display: inline-block;
background: url(../images/arrow-2.png) no-repeat 0px 0px;
border: none;
outline: none;
position: absolute;
right: 10px;
top: 38%;
}
.subscribe form{
border: 1px solid #CCCCCC;
height: 43px;
position: relative;
margin: 1.3em 0;
}
.explore ul{
margin:0;
padding:0;
}
.explore li{
list-style:none;
}
.explore li a{
font-size:0.875em;
line-height:1.8em;
}
.explore li a:hover{
text-decoration:none;
color:#999;
}
.copy-right{
margin-top:3em;
}
p.copy{
font-weight:600;
}
p.copy a:hover{
color:#fff;
text-decoration:none;
}
.footer-grids{
padding:2em 0;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 26px;
right: 3%;
overflow: hidden;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url("../images/to-top1.png") no-repeat 0px 0px;
border-radius: 30em;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*--responsive design--*/
@media (max-width:1280px){
.app-device img{
}
.slide-text-info {
margin: 0% 0;
}
.app-device{
}
.big-device img{
width:100%;
}
.team-member-info label {
min-height: 225px;
padding: 0.9em 1em;
}
.footer-device img{
width:100%;
}
.footer-device{
margin-top:15em;
}
.slide-text-info h1 {
font-size:2em;
}
.slide-text-info h2 {
font-size: 1em;
}
.slide-text ul li {
font-size: 0.8125em;
}
.big-btns a {
}
.top-header {
margin: 2.5em 0 0 0;
}
.show-reel h5 {
padding: 4em 0;
}
}
@media (max-width:920px){
.top-nav ul li a {
padding: 0.2em 1em;
}
.app-device img {
}
.slide-text-info h1 {
font-size: 1.8em;
}
.slide-text-info h2 {
font-size: 0.95em;
}
.slide-text ul li {
font-size: 14px;
}
.big-device{
text-align:center;
}
.big-device img {
width: 30%;
display:inline-block;
}
.features-grid-info {
margin: 0em 0;
}
.show-reel h5 {
padding: 2em 0;
font-size:1.5em;
}
.col-md-3.team-member {
width:50%;
float: left;
}
.team-member-info label {
height:86%;
}
.callbacks_tabs {
left: 44%;
}
}
/*-----768px-mediaquries----*/
@media (max-width:768px){
.header-section{
max-height:925px;
}
.app-device img{
width:80%;
margin:0 auto;
}
.slide-text-info {
text-align:center;
}
.app-device{
}
.team-member-info label {
min-height: 225px;
padding:2em;
top:0;
}
.footer-device img{
width: initial;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
font-size: 1.8em;
}
.slide-text-info h2 {
font-size: 0.9em;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size:0.8em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.big-btns a {
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 2.5em 0 0 0;
}
.section-head h3 {
font-size: 1.4em;
margin: 0;
}
.section-head p {
width: 80%;
margin: 1em auto 0.8em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.top-header {
padding: 0.3em 1.5em;
}
.footer-device img {
width: 25%;
}
}
/*-----640px-mediaquries----*/
@media (max-width:640px){
.header-section{
max-height:825px;
}
.app-device img{
width:100%;
}
.slide-text-info {
}
.app-device{
}
.team-member-info label {
min-height: 225px;
padding:2em;
top:0;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
font-size: 1.2em;
line-height:120%;
margin: 0.5em 0;
}
.slide-text-info h2 {
font-size: 0.9em;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size:0.8em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.big-btns a {
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 2em 0 0 0;
padding: 0em 1em;
}
.section-head h3 {
font-size: 1.4em;
margin: 0;
}
.section-head p {
width: 80%;
margin: 1em auto 0.8em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.big-btns {
margin: 0.8em 0em;
display: block;
}
.show-reel h5 {
padding: 3em 0;
font-size:1.8em;
}
}
@media (min-width:460px) and (max-width:639px){
.app-device{
text-align:center;
}
.app-device img{
width:80%;
}
}
/*-----480px-mediaquries----*/
@media (max-width:480px){
.app-device img{
}
.slide-text-info {
}
.app-device{
}
.big-device img{
width:initial;
}
.team-member-info label {
min-height: 225px;
padding:2em;
top:0;
}
.footer-device img{
width: initial;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
margin: 15% 0 0;
}
.slide-text-info h2 {
font-size: 0.8em;
margin:0;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size: 0.7em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 1.4em 0 0 0;
padding: 0em 1em;
}
.section-head h3 {
font-size: 1.2em;
margin: 0;
}
.section-head p {
width: 90%;
margin: 0.8em auto 0em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.big-btns {
margin: 0.5em 0em;
display: block;
}
.show-reel h5 {
padding: 3em 0;
font-size:1.8em;
}
.subscribe input[type="text"] {
width: 100%;
}
.item p {
font-size: 0.875em;
}
.big-btns a label {
display: none;
}
.callbacks_tabs {
top: 83%;
left: 51%;
}
}
/*-----320px-mediaquries----*/
@media (max-width:320px){
.app-device img{
}
.slide-text-info {
}
.big-device img{
width:35%;
}
.team-member-info label {
min-height: 225px;
padding:2.2em;
top:0;
}
.footer-device img {
width: 45%;
}
.footer-device{
margin-top:1em;
text-align: center;
}
.slide-text-info h1 {
font-size: 1em;
margin: 0.0em 0;
line-height:1.8em;
}
.slide-text-info h2 {
font-size: 0.7em;
margin: 0;
width: 55%;
line-height: 1.5em;
}
.slide-text {
margin: 0.5em 0;
}
.slide-text ul li{
font-size: 0.7em;
}
.slide-text ul li:nth-child(2){
display:none;
}
.big-btns a {
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.top-header {
margin: 1.4em 0 0 0;
padding: 0em 1em;
}
.section-head h3 {
font-size: 1em;
margin: 0;
}
.section-head p {
width: 90%;
margin: 0.8em auto 0em auto;
font-size: 0.875em;
}
.features-grid-info {
margin: 0em 0;
}
.team-member{
margin-bottom:1em;
}
.footer-social-icons li {
list-style: none;
padding: 1em;
display: inline-block;
}
.big-btns {
margin: 0em 0em;
display: block;
}
.show-reel h5 {
padding: 2em 0;
font-size: 1.2em;
}
.subscribe input[type="text"] {
width: 100%;
}
.item p {
font-size: 0.875em;
}
.big-btns a label {
display: none;
}
.callbacks_tabs {
top: 95%;
left: 4%;
}
.header-section {
padding: 0 0 2em 0;
background:none;
}
.slide-text ul{
display:none;
}
.screen-shot-gallery {
padding: 0em 0;
}
.featured {
padding: 0em 0 2em;
}
.team {
padding: 0em 0 2em;
}
.test-monials {
padding: 2em 0;
}
.getintouch {
padding: 0em 0 0 0;
}
.logo img{
width:80%;
}
nav a#pull {
top: 5px;
}
.container{
padding:0px 10px;
}
.col-md-4, .col-md-3{
padding:0;
}
.show-reel h5 {
padding: 1em 0;
font-size: 1em;
}
.col-md-3.team-member {
width: 100%;
float: none;
}
.team-member-info label {
height: 84%;
}
}
.nav-container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background-color: #5338a9;
} | 0.311636 | 0.058158 |
@import "compass/css3";
@import "compass/css3";
@import "compass/reset";
html {
position: relative;
min-height: 100%;
}
body {
font-family: "PixelarRegularW01-Regular";
background-image: linear-gradient(
rgba(127, 199, 204, 0.5),
rgba(127, 199, 204, 0.5)
),
URL("./images/mikhail-selnihin-full-day-out-light-x4.jpg");
}
h1 {
font-weight: 600;
display: block;
margin: auto;
width: fit-content;
margin-top: 50px;
margin-bottom: 50px;
font-size: 5rem;
border: 5px;
color: rgb(15, 75, 153);
-webkit-text-stroke: 1px rgb(5, 63, 102);
text-shadow: 5px 5px 0px rgba(255, 255, 255, 0.19), 5px 5px 0px rgba(255, 254, 254, 0.23);
}
.settings {
margin: auto;
width: fit-content;
text-align: center;
background-color: aliceblue;
padding: 20px;
border-radius: 15px;
box-shadow: 0 20px 1px rgba(0, 0, 0, 0.19), 0 10px 10px rgba(0, 0, 0, 0.23);
}
.settings-form {
}
.settings-form label{
font-size: 1.6rem;
margin-bottom: 15px;
}
.settings-form input{
text-align:center;
font-size: 1.2rem;
margin-bottom: 10px;
margin-top: 5px;
width:90%;
border-radius:10px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.submit {
font-family: "PixelarRegularW01-Regular";
font-weight: 600;
font-size: 1.5rem;
padding: 5px;
display: block;
background-color: white;
width: 100px;
margin: auto;
margin-top: 20px;
border: 2px solid #4da3e9;
border-radius: 30px;
color: #4da3e9;
cursor: pointer;
outline: none;
text-align: center;
@include box-sizing(border-box);
@include transition(
background $trs-time,
color $trs-time,
font-size 0.05s,
width $trs-time,
border $trs-time
);
}
.submit:hover {
background: #4da3e9;
color: white;
}
.canvas {
display: flex;
flex-wrap: wrap;
margin: auto;
border: 5px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.colorpicker {
margin: auto;
margin-top: 50px;
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: fit-content;
width: fit-content;
left: 840px;
top: 890px;
font-size: 1rem;
color: rgb(85, 157, 238);
}
.settings-form input {
font-size:18px;
padding:10px 10px 10px 5px;
display:block;
width:300px;
border:none;
border-bottom:1px solid #757575;
}
.settings-form input:focus { outline:none; }
.settings-form input:focus ~ label, input:valid ~ label {
top:-20px;
font-size:14px;
color:#5264AE;
}
.bar { position:relative; display:block; width:300px; }
.bar:before, .bar:after {
content:'';
height:2px;
width:0;
bottom:1px;
position:absolute;
background:#5264AE;
transition:0.2s ease all;
-moz-transition:0.2s ease all;
-webkit-transition:0.2s ease all;
}
.bar:before {
left:50%;
}
.bar:after {
right:50%;
}
/* active state */
.settings-form input:focus ~ .bar:before, input:focus ~ .bar:after {
width:50%;
}
/* HIGHLIGHTER ================================== */
.highlight {
position:absolute;
height:60%;
width:100px;
top:25%;
left:0;
pointer-events:none;
opacity:0.5;
}
/* active state */
.settings-form input:focus ~ .highlight {
-webkit-animation:inputHighlighter 0.3s ease;
-moz-animation:inputHighlighter 0.3s ease;
animation:inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
} | server/public/main.css | @import "compass/css3";
@import "compass/css3";
@import "compass/reset";
html {
position: relative;
min-height: 100%;
}
body {
font-family: "PixelarRegularW01-Regular";
background-image: linear-gradient(
rgba(127, 199, 204, 0.5),
rgba(127, 199, 204, 0.5)
),
URL("./images/mikhail-selnihin-full-day-out-light-x4.jpg");
}
h1 {
font-weight: 600;
display: block;
margin: auto;
width: fit-content;
margin-top: 50px;
margin-bottom: 50px;
font-size: 5rem;
border: 5px;
color: rgb(15, 75, 153);
-webkit-text-stroke: 1px rgb(5, 63, 102);
text-shadow: 5px 5px 0px rgba(255, 255, 255, 0.19), 5px 5px 0px rgba(255, 254, 254, 0.23);
}
.settings {
margin: auto;
width: fit-content;
text-align: center;
background-color: aliceblue;
padding: 20px;
border-radius: 15px;
box-shadow: 0 20px 1px rgba(0, 0, 0, 0.19), 0 10px 10px rgba(0, 0, 0, 0.23);
}
.settings-form {
}
.settings-form label{
font-size: 1.6rem;
margin-bottom: 15px;
}
.settings-form input{
text-align:center;
font-size: 1.2rem;
margin-bottom: 10px;
margin-top: 5px;
width:90%;
border-radius:10px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.submit {
font-family: "PixelarRegularW01-Regular";
font-weight: 600;
font-size: 1.5rem;
padding: 5px;
display: block;
background-color: white;
width: 100px;
margin: auto;
margin-top: 20px;
border: 2px solid #4da3e9;
border-radius: 30px;
color: #4da3e9;
cursor: pointer;
outline: none;
text-align: center;
@include box-sizing(border-box);
@include transition(
background $trs-time,
color $trs-time,
font-size 0.05s,
width $trs-time,
border $trs-time
);
}
.submit:hover {
background: #4da3e9;
color: white;
}
.canvas {
display: flex;
flex-wrap: wrap;
margin: auto;
border: 5px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.colorpicker {
margin: auto;
margin-top: 50px;
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: fit-content;
width: fit-content;
left: 840px;
top: 890px;
font-size: 1rem;
color: rgb(85, 157, 238);
}
.settings-form input {
font-size:18px;
padding:10px 10px 10px 5px;
display:block;
width:300px;
border:none;
border-bottom:1px solid #757575;
}
.settings-form input:focus { outline:none; }
.settings-form input:focus ~ label, input:valid ~ label {
top:-20px;
font-size:14px;
color:#5264AE;
}
.bar { position:relative; display:block; width:300px; }
.bar:before, .bar:after {
content:'';
height:2px;
width:0;
bottom:1px;
position:absolute;
background:#5264AE;
transition:0.2s ease all;
-moz-transition:0.2s ease all;
-webkit-transition:0.2s ease all;
}
.bar:before {
left:50%;
}
.bar:after {
right:50%;
}
/* active state */
.settings-form input:focus ~ .bar:before, input:focus ~ .bar:after {
width:50%;
}
/* HIGHLIGHTER ================================== */
.highlight {
position:absolute;
height:60%;
width:100px;
top:25%;
left:0;
pointer-events:none;
opacity:0.5;
}
/* active state */
.settings-form input:focus ~ .highlight {
-webkit-animation:inputHighlighter 0.3s ease;
-moz-animation:inputHighlighter 0.3s ease;
animation:inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
} | 0.271348 | 0.07658 |
height: 100vh;
width: 100%;
font-family: "TTsuper";
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
#About .Acontainer {
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: 100vh;
width: 100%;
}
#About .Acontainer .Acontent {
width: 35%;
padding-left: 2%;
}
#About .Acontainer .Acontent h1:first-of-type {
font-family: "TTsuper";
margin: 30px 0 5px 0;
text-transform: uppercase;
font-size: 3.5rem;
letter-spacing: 2px;
font-weight: 900;
color: #e6e4e4;
}
#About .Acontainer .Acontent h1 {
font-family: "TTsuper";
margin: 30px 0 0 0;
font-size: 2rem;
color: #e6e4e4;
}
#About .Acontainer .Acontent .typerwriter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "TTsuperB";
font-size: 1.1rem;
margin-bottom: 5px;
color: #dad8d8;
}
#About .Acontainer .Acontent #Type {
font-family: "TTsuperB";
font-size: 1.1rem;
margin-bottom: 5px;
}
#About .Acontainer .Acontent p {
color: #dfdfdf;
font-family: "TTsuperM";
line-height: 25px;
margin-bottom: 10px;
letter-spacing: 1px;
font-size: 1.1rem;
}
#About .Acontainer .Acontent .liner {
margin-bottom: 20px;
width: 100%;
height: 2px;
background-color: var(--primary-color);
opacity: 0.4;
}
#About .Acontainer .Acontent button {
margin-top: 5px;
font-family: "TTsuper";
padding: 8px 16px;
background-color: transparent;
border: 1px solid #cacaca;
color: #cacaca;
font-size: 1.2rem;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#About .Acontainer .Acontent button a {
color: #cacaca;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#About .Acontainer .Acontent button:hover a {
color: var(--secondary-color);
}
#About .Acontainer .Acontent button:hover {
background-color: #dbdada;
border: 1px solid var(--primary-color);
}
#About .Acontainer .Acontent img {
margin: 0 10px 0 0;
cursor: pointer;
}
#About .Acontainer .Acontent img:last-of-type {
-webkit-transform: translateY(-9px);
transform: translateY(-9px);
}
#About .Acontainer .illustration {
width: 40%;
}
#About .Acontainer .illustration canvas {
width: 100%;
height: 100%;
outline: none;
}
#projects {
height: 100%;
width: 100%;
font-family: "TTsuperM";
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 5% 14% 0 14%;
}
#projects h1 {
font-family: "TTsuper";
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 3.5rem;
text-align: left;
}
#projects .liner {
margin-top: 5px;
margin-bottom: 20px;
width: 50%;
height: 2px;
background-color: var(--primary-color);
opacity: 0.4;
}
#projects .project1 {
margin-top: 80px;
height: 100vh;
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#projects .project1 .Pleft {
position: absolute;
width: 55%;
height: 100%;
}
#projects .project1 .Pleft img {
width: 100%;
height: 350px;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
border-radius: 5px;
}
#projects .project1 .Pleft::after {
content: '';
background: rgba(25, 25, 26, 0.596);
z-index: 2;
height: 350px;
width: 100%;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .project1 .Pleft:hover::after {
background-color: rgba(0, 0, 0, 0);
}
#projects .project1 .Pright {
position: absolute;
right: 0;
top: 20px;
width: 50%;
height: 100%;
text-align: right;
}
#projects .project1 .Pright p, #projects .project1 .Pright h2 {
letter-spacing: 2px;
margin-bottom: 15px;
}
#projects .project1 .Pright p {
color: rgba(255, 255, 255, 0.418);
}
#projects .project1 .Pright h2 {
font-size: 2rem;
}
#projects .project1 .Pright .Pdefine {
background-color: #181717;
line-height: 22px;
padding: 25px;
padding-left: 15px;
padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 25px;
border-radius: 5px;
z-index: 1;
}
#projects .project1 .Pright .Pdefine p {
font-family: "TTsuperM";
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.849);
font-size: 1.2rem;
}
#projects .project1 .Pright .Plang span {
padding-left: 20px;
font-size: 1.2rem;
}
#projects .project1 .Pright .Plink img {
padding: 20px;
padding-right: 0px;
cursor: pointer;
}
#projects .project2 {
-webkit-transform: translateY(850px);
transform: translateY(850px);
margin-top: 80px;
height: 100vh;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#projects .project2 .Pleft {
position: absolute;
width: 55%;
height: 100%;
}
#projects .project2 .Pleft img {
width: 100%;
height: 350px;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
border-radius: 5px;
}
#projects .project2 .Pleft::after {
border-radius: 5px;
content: '';
background-color: rgba(25, 25, 26, 0.596);
z-index: 1;
height: 350px;
width: 100%;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .project2 .Pleft:hover::after {
background-color: rgba(0, 0, 0, 0);
}
#projects .project2 .Pright {
z-index: 2;
position: absolute;
right: 0;
top: 20px;
width: 50%;
height: 100%;
text-align: right;
}
#projects .project2 .Pright p, #projects .project2 .Pright h2 {
letter-spacing: 2px;
margin-bottom: 15px;
}
#projects .project2 .Pright p {
color: rgba(255, 255, 255, 0.418);
}
#projects .project2 .Pright h2 {
font-size: 2rem;
}
#projects .project2 .Pright .Pdefine {
background-color: #181717;
line-height: 22px;
padding: 25px;
padding-left: 15px;
padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 25px;
border-radius: 5px;
}
#projects .project2 .Pright .Pdefine p {
font-family: "TTsuperM";
font-size: 1.2rem;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.849);
}
#projects .project2 .Pright .Plang span {
padding-left: 20px;
font-size: 1.2rem;
}
#projects .project2 .Pright .Plink img {
padding: 20px;
padding-right: 0px;
cursor: pointer;
}
#projects .project3 {
-webkit-transform: translateY(450px);
transform: translateY(450px);
margin-top: 80px;
height: 100vh;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#projects .project3 .Pleft1 {
position: absolute;
left: 0;
top: 20px;
width: 50%;
height: 100%;
text-align: left;
}
#projects .project3 .Pleft1 p, #projects .project3 .Pleft1 h2 {
letter-spacing: 2px;
margin-bottom: 15px;
}
#projects .project3 .Pleft1 p {
color: rgba(255, 255, 255, 0.418);
}
#projects .project3 .Pleft1 h2 {
font-size: 2rem;
}
#projects .project3 .Pleft1 .Pdefine1 {
background-color: #181717;
line-height: 22px;
padding: 25px;
padding-left: 15px;
padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 25px;
border-radius: 5px;
}
#projects .project3 .Pleft1 .Pdefine1 p {
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.849);
font-size: 1.2rem;
font-family: "TTsuperM";
}
#projects .project3 .Pleft1 .Plang1 span {
padding-right: 20px;
font-size: 1.2rem;
}
#projects .project3 .Pleft1 .Plink1 img {
padding: 20px;
padding-left: 0px;
cursor: pointer;
}
#projects .project3 .Pright1 {
position: absolute;
width: 55%;
height: 100%;
right: 0;
z-index: -1;
}
#projects .project3 .Pright1 img {
width: 100%;
height: 350px;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
border-radius: 5px;
}
#projects .project3 .Pright1::after {
content: '';
border-radius: 5px;
background-color: rgba(25, 25, 26, 0.596);
z-index: 2;
height: 350px;
width: 100%;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .project3 .Pright1:hover::after {
background-color: rgba(0, 0, 0, 0);
}
#projects .Plink img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .Plink1 img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .Plink img:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#projects .Plink1 img:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#projects button {
padding: 10px 20px;
font-family: "TTsuper";
background: transparent;
color: rgba(255, 255, 255, 0.664);
letter-spacing: 1px;
font-size: 1rem;
border: 1.5px solid white;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
border-radius: 5px;
}
#projects button a {
text-decoration: none;
color: white;
}
#projects button:hover {
color: black;
background-color: white;
}
#projects button:hover a {
color: black;
}
#contact {
position: relative;
z-index: -1;
height: 100vh;
width: 100%;
-webkit-transform: translateY(1200px);
transform: translateY(1200px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: white;
font-family: "TTsuper";
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#contact .Ctop {
width: 40%;
text-align: center;
}
#contact .Ctop p:first-of-type, #contact .Ctop h1 {
padding-bottom: 15px;
}
#contact .Ctop p:first-of-type {
margin-top: 50px;
color: #e2e2e2;
font-size: 1.9rem;
}
#contact .Ctop button {
font-family: "TTsuper";
font-size: 1.2rem;
margin-top: 50px;
padding: 10px 20px;
cursor: pointer;
background: transparent;
border: 1px solid white;
color: white;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 3px;
}
#contact .Ctop button:hover {
color: black;
border: 1px solid white;
background-color: white;
}
#contact .Ctop h1 {
color: rgba(233, 233, 233, 0.945);
font-size: 4rem;
}
#contact .Ctop p {
color: #8b8b8b;
font-family: "TTsuperM";
font-size: 1.3rem;
line-height: 25px;
}
#contact .Cbottom {
text-align: center;
bottom: 0;
position: absolute;
}
#contact .Cbottom p {
font-size: 1rem;
line-height: 25px;
font-family: "TTsuperM";
letter-spacing: 1px;
}
@font-face {
font-family: "TTsuper";
src: url("../Media/fonts/TTSupermolotNeue-DemiBold.ttf");
}
@font-face {
font-family: "TTsuperM";
src: url("../Media/Fonts/TTSupermolotNeue-CondMed.ttf");
}
@font-face {
font-family: "TTsuperB";
src: url("../Media/Fonts/TTSupermolotNeue-ExtraBold.ttf");
}
:root {
--primary-color:#F2F2F2;
--secondary-color:rgb(5, 5, 5);
--tertiary-color:black;
}
::-moz-selection {
color: var(--primary-color);
background-color: #4e4b4b;
}
::selection {
color: var(--primary-color);
background-color: #4e4b4b;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
height: 100%;
width: 100%;
background-color: var(--secondary-color);
overflow-x: hidden;
position: relative;
}
.preloader {
height: 100vh;
width: 100%;
overflow: hidden;
background: black;
position: fixed;
z-index: 4;
top: 0;
left: 0;
font-family: "TTsuper";
text-transform: uppercase;
letter-spacing: 1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.preloader h1 {
color: white;
}
.preloader .bar {
width: 30%;
background-color: rgba(255, 255, 255, 0.281);
height: 2px;
margin: 20px;
border-radius: 5px;
position: relative;
}
.preloader .bar::after {
width: 100%;
content: '';
position: absolute;
background: white;
height: 2px;
top: 0;
left: 0;
opacity: 1;
-webkit-animation: width 5s ease-in-out;
animation: width 5s ease-in-out;
}
@-webkit-keyframes width {
0% {
width: 0%;
}
25% {
width: 25%;
}
50% {
width: 50%;
}
75% {
width: 75%;
}
100% {
width: 100%;
}
}
@keyframes width {
0% {
width: 0%;
}
25% {
width: 25%;
}
50% {
width: 50%;
}
75% {
width: 75%;
}
100% {
width: 100%;
}
}
.preloader h2 {
color: white;
}
.HamburgerMenu {
font-family: "TTsuper";
-webkit-clip-path: circle(50% at 100% 3%);
clip-path: circle(50% at 100% 3%);
background: transparent;
width: 100px;
height: 100px;
top: 0;
right: 0;
position: fixed;
z-index: 2;
-webkit-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
-webkit-transition-property: background, width,height;
transition-property: background, width,height;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
.HamburgerMenu ul {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 14%;
right: 10.5%;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.HamburgerMenu ul li {
font-size: 3rem;
line-height: 70px;
}
.HamburgerMenu ul li a {
color: white;
text-decoration: none;
letter-spacing: 1px;
}
body::-webkit-scrollbar {
background: transparent;
width: 5px;
margin-right: 10px;
display: none;
}
body::-webkit-scrollbar-thumb {
background-color: rgba(151, 151, 151, 0.397);
border-radius: 5px;
}
.main {
width: 100%;
height: 100%;
background-color: var(--secondary-color);
}
.main #particles-js {
width: 100%;
height: 100vh;
}
.main #home {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
}
.main #home a {
z-index: 1;
color: var(--primary-color);
cursor: pointer;
}
.main #home .logo {
color: #cacaca;
z-index: 1;
cursor: pointer;
position: fixed;
font-family: "TTsuper";
top: 35px;
left: 40px;
font-size: 1.5rem;
text-align: left;
width: 80px;
}
.main #home .logo:hover {
color: white;
}
.main #home .Hname {
position: absolute;
top: 40px;
width: 100%;
text-align: center;
font-family: "TTsuper";
font-size: 1.2rem;
cursor: default;
text-transform: uppercase;
color: #cacaca;
}
.main #home .Hname:hover {
color: white;
}
.main #home .menu {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
width: 35px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 35px;
right: 45px;
cursor: pointer;
pointer-events: all;
z-index: 2;
}
.main #home .menu:hover .Hline {
-webkit-transform: Rotate(90deg);
transform: Rotate(90deg);
}
.main #home .menu:hover .Hline::after {
width: 100%;
background-color: white;
}
.main #home .menu:hover .Hline::before {
width: 100%;
background-color: white;
}
.main #home .Hline::after, .main #home .Hline::before {
content: '';
position: absolute;
height: 2px;
width: 75%;
background-color: #cacaca;
border-radius: 10px;
}
.main #home .Hline::before {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main #home .Hline::after {
-webkit-transform: translateY(8px);
transform: translateY(8px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main #home .Hline {
height: 2px;
width: 100%;
background-color: #cacaca;
border-radius: 10px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main #home .open .Hline {
background: transparent;
}
.main #home .open .Hline::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.main #home .open .Hline::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.main #home .heading {
margin-top: 200px;
}
.main #home h1 {
width: 100%;
padding: 0.5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-family: "TTsuper";
font-size: 5rem;
color: #e6e4e4;
overflow: hidden;
}
.main #home h1 span {
background: black;
display: inline-block;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.main #home .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
bottom: 0;
left: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main #home .social .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main #home .social .socials img {
opacity: 0.7;
margin-bottom: 14px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding: 5px;
}
.main #home .social .socials img:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
opacity: 1;
}
.main #home .social .line {
width: 0.17em;
height: 100px;
background-color: #8d8b8b;
}
.main #home .mouse-scroll,
.main #home .mouse-scroll::after,
.main #home .mouse-scroll::before {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -80px);
transform: translate(-50%, -80px);
}
.main #home .mouse-scroll::after {
content: '';
width: 5px;
height: 7px;
background: #8d8b8b;
border-radius: 5px;
-webkit-transform: translate(-10%, 4px);
transform: translate(-10%, 4px);
margin-left: -2px;
-webkit-animation: scrolldown 2.5s ease-in-out infinite;
animation: scrolldown 2.5s ease-in-out infinite;
}
.main #home .mouse-scroll {
width: 20px;
height: 30px;
-webkit-box-shadow: inset 0 0 0 2px #8d8b8b;
box-shadow: inset 0 0 0 2px #8d8b8b;
border-radius: 23px;
position: absolute;
bottom: -70px;
}
@-webkit-keyframes scrolldown {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
20% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
60% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
}
@keyframes scrolldown {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
20% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
60% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
}
.main #home .theme {
cursor: pointer;
position: fixed;
height: 20vh;
bottom: 0;
right: -58px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 2;
}
.main #home .theme span {
color: #cacaca;
-webkit-transform: rotate(90deg) translateX(-165px);
transform: rotate(90deg) translateX(-165px);
font-family: "TTsuperM";
font-size: 0.9rem;
padding: 10px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main #home .theme span:hover {
color: white;
-webkit-transform: rotate(90deg) translateX(-170px);
transform: rotate(90deg) translateX(-170px);
}
.main #home .theme .line {
position: fixed;
width: 0.12em;
height: 100px;
bottom: 0;
background-color: #8d8b8b;
}
/*# sourceMappingURL=main.css.map */ | Styles/main.css | height: 100vh;
width: 100%;
font-family: "TTsuper";
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
#About .Acontainer {
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: 100vh;
width: 100%;
}
#About .Acontainer .Acontent {
width: 35%;
padding-left: 2%;
}
#About .Acontainer .Acontent h1:first-of-type {
font-family: "TTsuper";
margin: 30px 0 5px 0;
text-transform: uppercase;
font-size: 3.5rem;
letter-spacing: 2px;
font-weight: 900;
color: #e6e4e4;
}
#About .Acontainer .Acontent h1 {
font-family: "TTsuper";
margin: 30px 0 0 0;
font-size: 2rem;
color: #e6e4e4;
}
#About .Acontainer .Acontent .typerwriter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "TTsuperB";
font-size: 1.1rem;
margin-bottom: 5px;
color: #dad8d8;
}
#About .Acontainer .Acontent #Type {
font-family: "TTsuperB";
font-size: 1.1rem;
margin-bottom: 5px;
}
#About .Acontainer .Acontent p {
color: #dfdfdf;
font-family: "TTsuperM";
line-height: 25px;
margin-bottom: 10px;
letter-spacing: 1px;
font-size: 1.1rem;
}
#About .Acontainer .Acontent .liner {
margin-bottom: 20px;
width: 100%;
height: 2px;
background-color: var(--primary-color);
opacity: 0.4;
}
#About .Acontainer .Acontent button {
margin-top: 5px;
font-family: "TTsuper";
padding: 8px 16px;
background-color: transparent;
border: 1px solid #cacaca;
color: #cacaca;
font-size: 1.2rem;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#About .Acontainer .Acontent button a {
color: #cacaca;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#About .Acontainer .Acontent button:hover a {
color: var(--secondary-color);
}
#About .Acontainer .Acontent button:hover {
background-color: #dbdada;
border: 1px solid var(--primary-color);
}
#About .Acontainer .Acontent img {
margin: 0 10px 0 0;
cursor: pointer;
}
#About .Acontainer .Acontent img:last-of-type {
-webkit-transform: translateY(-9px);
transform: translateY(-9px);
}
#About .Acontainer .illustration {
width: 40%;
}
#About .Acontainer .illustration canvas {
width: 100%;
height: 100%;
outline: none;
}
#projects {
height: 100%;
width: 100%;
font-family: "TTsuperM";
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 5% 14% 0 14%;
}
#projects h1 {
font-family: "TTsuper";
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 3.5rem;
text-align: left;
}
#projects .liner {
margin-top: 5px;
margin-bottom: 20px;
width: 50%;
height: 2px;
background-color: var(--primary-color);
opacity: 0.4;
}
#projects .project1 {
margin-top: 80px;
height: 100vh;
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#projects .project1 .Pleft {
position: absolute;
width: 55%;
height: 100%;
}
#projects .project1 .Pleft img {
width: 100%;
height: 350px;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
border-radius: 5px;
}
#projects .project1 .Pleft::after {
content: '';
background: rgba(25, 25, 26, 0.596);
z-index: 2;
height: 350px;
width: 100%;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .project1 .Pleft:hover::after {
background-color: rgba(0, 0, 0, 0);
}
#projects .project1 .Pright {
position: absolute;
right: 0;
top: 20px;
width: 50%;
height: 100%;
text-align: right;
}
#projects .project1 .Pright p, #projects .project1 .Pright h2 {
letter-spacing: 2px;
margin-bottom: 15px;
}
#projects .project1 .Pright p {
color: rgba(255, 255, 255, 0.418);
}
#projects .project1 .Pright h2 {
font-size: 2rem;
}
#projects .project1 .Pright .Pdefine {
background-color: #181717;
line-height: 22px;
padding: 25px;
padding-left: 15px;
padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 25px;
border-radius: 5px;
z-index: 1;
}
#projects .project1 .Pright .Pdefine p {
font-family: "TTsuperM";
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.849);
font-size: 1.2rem;
}
#projects .project1 .Pright .Plang span {
padding-left: 20px;
font-size: 1.2rem;
}
#projects .project1 .Pright .Plink img {
padding: 20px;
padding-right: 0px;
cursor: pointer;
}
#projects .project2 {
-webkit-transform: translateY(850px);
transform: translateY(850px);
margin-top: 80px;
height: 100vh;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#projects .project2 .Pleft {
position: absolute;
width: 55%;
height: 100%;
}
#projects .project2 .Pleft img {
width: 100%;
height: 350px;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
border-radius: 5px;
}
#projects .project2 .Pleft::after {
border-radius: 5px;
content: '';
background-color: rgba(25, 25, 26, 0.596);
z-index: 1;
height: 350px;
width: 100%;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .project2 .Pleft:hover::after {
background-color: rgba(0, 0, 0, 0);
}
#projects .project2 .Pright {
z-index: 2;
position: absolute;
right: 0;
top: 20px;
width: 50%;
height: 100%;
text-align: right;
}
#projects .project2 .Pright p, #projects .project2 .Pright h2 {
letter-spacing: 2px;
margin-bottom: 15px;
}
#projects .project2 .Pright p {
color: rgba(255, 255, 255, 0.418);
}
#projects .project2 .Pright h2 {
font-size: 2rem;
}
#projects .project2 .Pright .Pdefine {
background-color: #181717;
line-height: 22px;
padding: 25px;
padding-left: 15px;
padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 25px;
border-radius: 5px;
}
#projects .project2 .Pright .Pdefine p {
font-family: "TTsuperM";
font-size: 1.2rem;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.849);
}
#projects .project2 .Pright .Plang span {
padding-left: 20px;
font-size: 1.2rem;
}
#projects .project2 .Pright .Plink img {
padding: 20px;
padding-right: 0px;
cursor: pointer;
}
#projects .project3 {
-webkit-transform: translateY(450px);
transform: translateY(450px);
margin-top: 80px;
height: 100vh;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#projects .project3 .Pleft1 {
position: absolute;
left: 0;
top: 20px;
width: 50%;
height: 100%;
text-align: left;
}
#projects .project3 .Pleft1 p, #projects .project3 .Pleft1 h2 {
letter-spacing: 2px;
margin-bottom: 15px;
}
#projects .project3 .Pleft1 p {
color: rgba(255, 255, 255, 0.418);
}
#projects .project3 .Pleft1 h2 {
font-size: 2rem;
}
#projects .project3 .Pleft1 .Pdefine1 {
background-color: #181717;
line-height: 22px;
padding: 25px;
padding-left: 15px;
padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 25px;
border-radius: 5px;
}
#projects .project3 .Pleft1 .Pdefine1 p {
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.849);
font-size: 1.2rem;
font-family: "TTsuperM";
}
#projects .project3 .Pleft1 .Plang1 span {
padding-right: 20px;
font-size: 1.2rem;
}
#projects .project3 .Pleft1 .Plink1 img {
padding: 20px;
padding-left: 0px;
cursor: pointer;
}
#projects .project3 .Pright1 {
position: absolute;
width: 55%;
height: 100%;
right: 0;
z-index: -1;
}
#projects .project3 .Pright1 img {
width: 100%;
height: 350px;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
border-radius: 5px;
}
#projects .project3 .Pright1::after {
content: '';
border-radius: 5px;
background-color: rgba(25, 25, 26, 0.596);
z-index: 2;
height: 350px;
width: 100%;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .project3 .Pright1:hover::after {
background-color: rgba(0, 0, 0, 0);
}
#projects .Plink img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .Plink1 img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#projects .Plink img:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#projects .Plink1 img:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#projects button {
padding: 10px 20px;
font-family: "TTsuper";
background: transparent;
color: rgba(255, 255, 255, 0.664);
letter-spacing: 1px;
font-size: 1rem;
border: 1.5px solid white;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
border-radius: 5px;
}
#projects button a {
text-decoration: none;
color: white;
}
#projects button:hover {
color: black;
background-color: white;
}
#projects button:hover a {
color: black;
}
#contact {
position: relative;
z-index: -1;
height: 100vh;
width: 100%;
-webkit-transform: translateY(1200px);
transform: translateY(1200px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: white;
font-family: "TTsuper";
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#contact .Ctop {
width: 40%;
text-align: center;
}
#contact .Ctop p:first-of-type, #contact .Ctop h1 {
padding-bottom: 15px;
}
#contact .Ctop p:first-of-type {
margin-top: 50px;
color: #e2e2e2;
font-size: 1.9rem;
}
#contact .Ctop button {
font-family: "TTsuper";
font-size: 1.2rem;
margin-top: 50px;
padding: 10px 20px;
cursor: pointer;
background: transparent;
border: 1px solid white;
color: white;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 3px;
}
#contact .Ctop button:hover {
color: black;
border: 1px solid white;
background-color: white;
}
#contact .Ctop h1 {
color: rgba(233, 233, 233, 0.945);
font-size: 4rem;
}
#contact .Ctop p {
color: #8b8b8b;
font-family: "TTsuperM";
font-size: 1.3rem;
line-height: 25px;
}
#contact .Cbottom {
text-align: center;
bottom: 0;
position: absolute;
}
#contact .Cbottom p {
font-size: 1rem;
line-height: 25px;
font-family: "TTsuperM";
letter-spacing: 1px;
}
@font-face {
font-family: "TTsuper";
src: url("../Media/fonts/TTSupermolotNeue-DemiBold.ttf");
}
@font-face {
font-family: "TTsuperM";
src: url("../Media/Fonts/TTSupermolotNeue-CondMed.ttf");
}
@font-face {
font-family: "TTsuperB";
src: url("../Media/Fonts/TTSupermolotNeue-ExtraBold.ttf");
}
:root {
--primary-color:#F2F2F2;
--secondary-color:rgb(5, 5, 5);
--tertiary-color:black;
}
::-moz-selection {
color: var(--primary-color);
background-color: #4e4b4b;
}
::selection {
color: var(--primary-color);
background-color: #4e4b4b;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
height: 100%;
width: 100%;
background-color: var(--secondary-color);
overflow-x: hidden;
position: relative;
}
.preloader {
height: 100vh;
width: 100%;
overflow: hidden;
background: black;
position: fixed;
z-index: 4;
top: 0;
left: 0;
font-family: "TTsuper";
text-transform: uppercase;
letter-spacing: 1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.preloader h1 {
color: white;
}
.preloader .bar {
width: 30%;
background-color: rgba(255, 255, 255, 0.281);
height: 2px;
margin: 20px;
border-radius: 5px;
position: relative;
}
.preloader .bar::after {
width: 100%;
content: '';
position: absolute;
background: white;
height: 2px;
top: 0;
left: 0;
opacity: 1;
-webkit-animation: width 5s ease-in-out;
animation: width 5s ease-in-out;
}
@-webkit-keyframes width {
0% {
width: 0%;
}
25% {
width: 25%;
}
50% {
width: 50%;
}
75% {
width: 75%;
}
100% {
width: 100%;
}
}
@keyframes width {
0% {
width: 0%;
}
25% {
width: 25%;
}
50% {
width: 50%;
}
75% {
width: 75%;
}
100% {
width: 100%;
}
}
.preloader h2 {
color: white;
}
.HamburgerMenu {
font-family: "TTsuper";
-webkit-clip-path: circle(50% at 100% 3%);
clip-path: circle(50% at 100% 3%);
background: transparent;
width: 100px;
height: 100px;
top: 0;
right: 0;
position: fixed;
z-index: 2;
-webkit-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
-webkit-transition-property: background, width,height;
transition-property: background, width,height;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
.HamburgerMenu ul {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 14%;
right: 10.5%;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.HamburgerMenu ul li {
font-size: 3rem;
line-height: 70px;
}
.HamburgerMenu ul li a {
color: white;
text-decoration: none;
letter-spacing: 1px;
}
body::-webkit-scrollbar {
background: transparent;
width: 5px;
margin-right: 10px;
display: none;
}
body::-webkit-scrollbar-thumb {
background-color: rgba(151, 151, 151, 0.397);
border-radius: 5px;
}
.main {
width: 100%;
height: 100%;
background-color: var(--secondary-color);
}
.main #particles-js {
width: 100%;
height: 100vh;
}
.main #home {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
}
.main #home a {
z-index: 1;
color: var(--primary-color);
cursor: pointer;
}
.main #home .logo {
color: #cacaca;
z-index: 1;
cursor: pointer;
position: fixed;
font-family: "TTsuper";
top: 35px;
left: 40px;
font-size: 1.5rem;
text-align: left;
width: 80px;
}
.main #home .logo:hover {
color: white;
}
.main #home .Hname {
position: absolute;
top: 40px;
width: 100%;
text-align: center;
font-family: "TTsuper";
font-size: 1.2rem;
cursor: default;
text-transform: uppercase;
color: #cacaca;
}
.main #home .Hname:hover {
color: white;
}
.main #home .menu {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
width: 35px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 35px;
right: 45px;
cursor: pointer;
pointer-events: all;
z-index: 2;
}
.main #home .menu:hover .Hline {
-webkit-transform: Rotate(90deg);
transform: Rotate(90deg);
}
.main #home .menu:hover .Hline::after {
width: 100%;
background-color: white;
}
.main #home .menu:hover .Hline::before {
width: 100%;
background-color: white;
}
.main #home .Hline::after, .main #home .Hline::before {
content: '';
position: absolute;
height: 2px;
width: 75%;
background-color: #cacaca;
border-radius: 10px;
}
.main #home .Hline::before {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main #home .Hline::after {
-webkit-transform: translateY(8px);
transform: translateY(8px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main #home .Hline {
height: 2px;
width: 100%;
background-color: #cacaca;
border-radius: 10px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main #home .open .Hline {
background: transparent;
}
.main #home .open .Hline::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.main #home .open .Hline::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.main #home .heading {
margin-top: 200px;
}
.main #home h1 {
width: 100%;
padding: 0.5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-family: "TTsuper";
font-size: 5rem;
color: #e6e4e4;
overflow: hidden;
}
.main #home h1 span {
background: black;
display: inline-block;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.main #home .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
bottom: 0;
left: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main #home .social .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main #home .social .socials img {
opacity: 0.7;
margin-bottom: 14px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding: 5px;
}
.main #home .social .socials img:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
opacity: 1;
}
.main #home .social .line {
width: 0.17em;
height: 100px;
background-color: #8d8b8b;
}
.main #home .mouse-scroll,
.main #home .mouse-scroll::after,
.main #home .mouse-scroll::before {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -80px);
transform: translate(-50%, -80px);
}
.main #home .mouse-scroll::after {
content: '';
width: 5px;
height: 7px;
background: #8d8b8b;
border-radius: 5px;
-webkit-transform: translate(-10%, 4px);
transform: translate(-10%, 4px);
margin-left: -2px;
-webkit-animation: scrolldown 2.5s ease-in-out infinite;
animation: scrolldown 2.5s ease-in-out infinite;
}
.main #home .mouse-scroll {
width: 20px;
height: 30px;
-webkit-box-shadow: inset 0 0 0 2px #8d8b8b;
box-shadow: inset 0 0 0 2px #8d8b8b;
border-radius: 23px;
position: absolute;
bottom: -70px;
}
@-webkit-keyframes scrolldown {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
20% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
60% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
}
@keyframes scrolldown {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
20% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
60% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 1;
}
}
.main #home .theme {
cursor: pointer;
position: fixed;
height: 20vh;
bottom: 0;
right: -58px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 2;
}
.main #home .theme span {
color: #cacaca;
-webkit-transform: rotate(90deg) translateX(-165px);
transform: rotate(90deg) translateX(-165px);
font-family: "TTsuperM";
font-size: 0.9rem;
padding: 10px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main #home .theme span:hover {
color: white;
-webkit-transform: rotate(90deg) translateX(-170px);
transform: rotate(90deg) translateX(-170px);
}
.main #home .theme .line {
position: fixed;
width: 0.12em;
height: 100px;
bottom: 0;
background-color: #8d8b8b;
}
/*# sourceMappingURL=main.css.map */ | 0.304352 | 0.044287 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.contenedor
{
display: grid;
gap: 10px;
grid-template-areas:
"navbar"
"Toners"
"Cartuchos"
"Otros"
"AcercadeNosotros"
"Contactos"
"Footer";
}
.navbar{
height: 500px;
}
html{
height: 100%;
}
body
{
min-height: 100%;
background: #fff;
font-family: 'Roboto', sans-serif;
}
.navbar{
grid-area: navbar;
background: url(/assets/img/Fondoheader.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 0;
height: 650px;
}
.Toners{
grid-area: Toners;
background-color: #fff;
height: 800px;
}
.imagentoner2{
display:flex;
justify-content: center;
align-items: center;
}
.imagentoner3{
display:flex;
justify-content: center;
align-items: center;
}
.car{
display:flex;
justify-content: center;
align-items: center;
padding: 25px;
margin-bottom: 10px;
}
.imagenesotros{
display:flex;
justify-content: center;
align-items: center;
padding: 20px;
margin-right: 30px;
margin-top: 80px;
}
.subtemas2{
text-align: center;
font-size: 40px;
color: #fff;
margin-top: 10px;
padding: 30px;
}
.Cartuchos{
grid-area: Cartuchos;
background-color: #747472;
position: relative;
height: 550px;
}
.Otros{
grid-area: Otros;
background-color: #fff;
height: 800px;
position: relative;
}
.AcercadeNosotros{
grid-area: AcercadeNosotros;
background-color: #747472;
position: relative;
margin-top: 1000px;
height: 600px;
}
.AcercadeNosotros2{
grid-area: AcercadeNosotros;
background-color: #747472;
height: 600px;
margin-bottom: 10px;
}
.Contactos{
grid-area: Contactos;
background-color: #fff;
position: relative;
height: 400px;
}
.descripnos{
color: #fff;
margin-left: 40px;
margin-right: 20px;
}
.nos{
display: flex;
margin-top: 50px;
}
.Footer{
grid-area: Footer;
background-color: #747472;
position: relative;
margin-top: 100px;
}
.Footer2{
grid-area: Footer;
background-color: #747472;
position: relative;
margin-top: 1150px;
}
.imagentoner{
width: 370px;
height: 200px;
margin-bottom: 20px;
padding: 20px;
}
.toneralign{
display:flex;
justify-content: center;
align-items: center;
}
.imagenotros{
width: 370px;
height: 290px;
padding: 20px;
text-align: justify;
}
.imagen{
width: 400px;
height: 300px;
margin-left: 10px;
}
.imagencontactos{
width: 335px;
height: 200px;
}
#contactos{
margin-right: 20px;
}
#contactos1{
margin-left: 35px;
}
.aligncontact{
display:flex;
justify-content: center;
align-items: center;
margin-top: 20px;
margin-left: 30px;
}
.descripcontactos{
text-align: center;
margin-bottom: 10px;
color: #5F5D5C;
}
#correo{
text-decoration: none;
color: #5F5D5C;
}
.imagenredes{
width: 220px;
height: 100px;
}
#Titulo{
text-align: center;
margin-top: 130px;
font-size: 90px;
font-weight: 1000;
color: #fff;
}
@media (min-width: 600px){
.contenedor{
background: #fff;
grid-template-columns: 100%, 100%, 100%, 100%, 100%, 100%, 100%;
grid-template-rows: 10px;
grid-template-areas:
"navbar" "navbar"
"Toners" "Toners"
"Cartuchos" "Cartuchos"
"Otros" "Otros"
"AcercadeNosotros" "AcercadeNosotros"
"Contactos" "Contactos"
"Footer" "Footer";
}
}
@media (min-width: 900px){
.contenedor{
background: #fff;
grid-template-columns: 100%, 100%, 100%, 100%, 100%, 100%, 100%;
grid-template-rows: 10px;
grid-template-areas:
"navbar" "navbar" "navbar"
"Toners" "Toners" "Toners"
"Cartuchos" "Cartuchos" "Cartuhos"
"Otros" "Otros" "Otros"
"AcercadeNosotros" "AcercadeNosotros" "AcercadeNosotros"
"Contactos" "Contactos" "Contactos"
"Footer" "Footer" "Footer";
}
}
.subtemas{
text-align: center;
font-size: 40px;
color: #5F5D5C;
margin-top: 30px;
margin-bottom: 5px;
}
.Eslogans{
text-align: center;
font-size: 20px;
color: #5F5D5C;
margin-bottom: 30px;
}
.descriptoner{
text-align: center;
margin-bottom: 10px;
color: #5F5D5C;
}
.descripcartuchos{
text-align: center;
color: #fff;
}
.lista
{
float: right;
display: flex;
list-style: none;
margin-top: 20px;
margin-right: 15px;
}
.lista a{
display: block;
padding: 0px 20px;
text-decoration: none;
color: #fff;
transition: all 500ms ease;
font-size: 17px;
}
.lista a:hover{
color: #FB681F;
}
.lista .sublista
{
background: #5F5D5C;
box-shadow: 3px 10px 10px rgba(0,0,0,0.2);
list-style: none;
display: none;
margin-top: 0px;
}
.lista .sublista li a{
line-height: 50px;
}
.navbar ul li a:hover + ul, .navbar .sublista:hover{
display: block;
}
.copyright{
margin-top: 38px;
color: #fff;
margin-left: 20px;
}
.imagenredes{
text-align: right;
}
.redes{
margin-left: 950px;
padding: 10px;
}
.alignfooter{
display: flex;
}
#facee{
width: 65px;
height: 65px;
margin-left: 25px;
}
#Instagram{
width: 97px;
height: 57px;
margin-bottom: 5px;
}
#cartuchos664{
width: 40px;
height: 40px;
}
#cartuchos664{
width: 40px;
height: 40px;
}
#cartuchos664{
width: 310px;
height:270px;
padding: 10px;
}
#cartuchos122{
width: 400px;
height: 320px;
padding: 10px;
}
#cartuchos667{
width: 410px;
height: 340px;
padding: 10px;
}
.contenido
{
width: 1150px;
height: 850px;
margin-left: 70px;
margin-right: 50px;
padding: 1.5em;
}
.logo
{
margin-top: 150px;
margin-left: 50px;
text-align: left;
font-size: 35px;
font-style: italic;
}
.contact-wrapper {
box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.3);
}
.contact-wrapper > * {
padding: 3em;
}
.contact-form {
background:#FF8747;
}
.contact-form form {
display: grid;
grid-template-columns: 1fr 1fr;
}
.contact-form form p {
padding: 1em;
}
.contact-form form .block {
grid-column: 1 / 3;
}
.contact-form form button,
.contact-form form input,
.contact-form form textarea {
width: 100%;
padding: .7em;
border: none;
background: none;
outline: 0;
color: #000;
border-bottom: 1px solid #fff;
}
.contact-form form button {
background: #fff;
border: 0;
text-transform: uppercase;
padding: 1em;
}
.contact-form form button:hover,
.contact-form form button:focus {
background: #5F5D5C;
color: #fff;
transition: background-color 1s ease-out;
outline: 0;
}
.contact-info {
background: #909090;
}
@media(min-width: 700px) {
.contact-wrapper {
display: grid;
grid-template-columns: 2fr 1fr;
}
.contact-wrapper > * {
padding: 2em;
}
.contact-info h4,
.contact-info ul,
.contact-info p {
text-align: left;
}
}
.oo{
color: #5F5D5C;
font-weight: bold;
font-size: 18px;
}
.mapa1{
float: left;
}
#mapa{
text-align: center;
}
.anuncio1{
float: right;
}
#anuncio{
text-align: center;
}
.logo11{
text-align: center;
margin-bottom: 25px;
} | public/assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.contenedor
{
display: grid;
gap: 10px;
grid-template-areas:
"navbar"
"Toners"
"Cartuchos"
"Otros"
"AcercadeNosotros"
"Contactos"
"Footer";
}
.navbar{
height: 500px;
}
html{
height: 100%;
}
body
{
min-height: 100%;
background: #fff;
font-family: 'Roboto', sans-serif;
}
.navbar{
grid-area: navbar;
background: url(/assets/img/Fondoheader.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 0;
height: 650px;
}
.Toners{
grid-area: Toners;
background-color: #fff;
height: 800px;
}
.imagentoner2{
display:flex;
justify-content: center;
align-items: center;
}
.imagentoner3{
display:flex;
justify-content: center;
align-items: center;
}
.car{
display:flex;
justify-content: center;
align-items: center;
padding: 25px;
margin-bottom: 10px;
}
.imagenesotros{
display:flex;
justify-content: center;
align-items: center;
padding: 20px;
margin-right: 30px;
margin-top: 80px;
}
.subtemas2{
text-align: center;
font-size: 40px;
color: #fff;
margin-top: 10px;
padding: 30px;
}
.Cartuchos{
grid-area: Cartuchos;
background-color: #747472;
position: relative;
height: 550px;
}
.Otros{
grid-area: Otros;
background-color: #fff;
height: 800px;
position: relative;
}
.AcercadeNosotros{
grid-area: AcercadeNosotros;
background-color: #747472;
position: relative;
margin-top: 1000px;
height: 600px;
}
.AcercadeNosotros2{
grid-area: AcercadeNosotros;
background-color: #747472;
height: 600px;
margin-bottom: 10px;
}
.Contactos{
grid-area: Contactos;
background-color: #fff;
position: relative;
height: 400px;
}
.descripnos{
color: #fff;
margin-left: 40px;
margin-right: 20px;
}
.nos{
display: flex;
margin-top: 50px;
}
.Footer{
grid-area: Footer;
background-color: #747472;
position: relative;
margin-top: 100px;
}
.Footer2{
grid-area: Footer;
background-color: #747472;
position: relative;
margin-top: 1150px;
}
.imagentoner{
width: 370px;
height: 200px;
margin-bottom: 20px;
padding: 20px;
}
.toneralign{
display:flex;
justify-content: center;
align-items: center;
}
.imagenotros{
width: 370px;
height: 290px;
padding: 20px;
text-align: justify;
}
.imagen{
width: 400px;
height: 300px;
margin-left: 10px;
}
.imagencontactos{
width: 335px;
height: 200px;
}
#contactos{
margin-right: 20px;
}
#contactos1{
margin-left: 35px;
}
.aligncontact{
display:flex;
justify-content: center;
align-items: center;
margin-top: 20px;
margin-left: 30px;
}
.descripcontactos{
text-align: center;
margin-bottom: 10px;
color: #5F5D5C;
}
#correo{
text-decoration: none;
color: #5F5D5C;
}
.imagenredes{
width: 220px;
height: 100px;
}
#Titulo{
text-align: center;
margin-top: 130px;
font-size: 90px;
font-weight: 1000;
color: #fff;
}
@media (min-width: 600px){
.contenedor{
background: #fff;
grid-template-columns: 100%, 100%, 100%, 100%, 100%, 100%, 100%;
grid-template-rows: 10px;
grid-template-areas:
"navbar" "navbar"
"Toners" "Toners"
"Cartuchos" "Cartuchos"
"Otros" "Otros"
"AcercadeNosotros" "AcercadeNosotros"
"Contactos" "Contactos"
"Footer" "Footer";
}
}
@media (min-width: 900px){
.contenedor{
background: #fff;
grid-template-columns: 100%, 100%, 100%, 100%, 100%, 100%, 100%;
grid-template-rows: 10px;
grid-template-areas:
"navbar" "navbar" "navbar"
"Toners" "Toners" "Toners"
"Cartuchos" "Cartuchos" "Cartuhos"
"Otros" "Otros" "Otros"
"AcercadeNosotros" "AcercadeNosotros" "AcercadeNosotros"
"Contactos" "Contactos" "Contactos"
"Footer" "Footer" "Footer";
}
}
.subtemas{
text-align: center;
font-size: 40px;
color: #5F5D5C;
margin-top: 30px;
margin-bottom: 5px;
}
.Eslogans{
text-align: center;
font-size: 20px;
color: #5F5D5C;
margin-bottom: 30px;
}
.descriptoner{
text-align: center;
margin-bottom: 10px;
color: #5F5D5C;
}
.descripcartuchos{
text-align: center;
color: #fff;
}
.lista
{
float: right;
display: flex;
list-style: none;
margin-top: 20px;
margin-right: 15px;
}
.lista a{
display: block;
padding: 0px 20px;
text-decoration: none;
color: #fff;
transition: all 500ms ease;
font-size: 17px;
}
.lista a:hover{
color: #FB681F;
}
.lista .sublista
{
background: #5F5D5C;
box-shadow: 3px 10px 10px rgba(0,0,0,0.2);
list-style: none;
display: none;
margin-top: 0px;
}
.lista .sublista li a{
line-height: 50px;
}
.navbar ul li a:hover + ul, .navbar .sublista:hover{
display: block;
}
.copyright{
margin-top: 38px;
color: #fff;
margin-left: 20px;
}
.imagenredes{
text-align: right;
}
.redes{
margin-left: 950px;
padding: 10px;
}
.alignfooter{
display: flex;
}
#facee{
width: 65px;
height: 65px;
margin-left: 25px;
}
#Instagram{
width: 97px;
height: 57px;
margin-bottom: 5px;
}
#cartuchos664{
width: 40px;
height: 40px;
}
#cartuchos664{
width: 40px;
height: 40px;
}
#cartuchos664{
width: 310px;
height:270px;
padding: 10px;
}
#cartuchos122{
width: 400px;
height: 320px;
padding: 10px;
}
#cartuchos667{
width: 410px;
height: 340px;
padding: 10px;
}
.contenido
{
width: 1150px;
height: 850px;
margin-left: 70px;
margin-right: 50px;
padding: 1.5em;
}
.logo
{
margin-top: 150px;
margin-left: 50px;
text-align: left;
font-size: 35px;
font-style: italic;
}
.contact-wrapper {
box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.3);
}
.contact-wrapper > * {
padding: 3em;
}
.contact-form {
background:#FF8747;
}
.contact-form form {
display: grid;
grid-template-columns: 1fr 1fr;
}
.contact-form form p {
padding: 1em;
}
.contact-form form .block {
grid-column: 1 / 3;
}
.contact-form form button,
.contact-form form input,
.contact-form form textarea {
width: 100%;
padding: .7em;
border: none;
background: none;
outline: 0;
color: #000;
border-bottom: 1px solid #fff;
}
.contact-form form button {
background: #fff;
border: 0;
text-transform: uppercase;
padding: 1em;
}
.contact-form form button:hover,
.contact-form form button:focus {
background: #5F5D5C;
color: #fff;
transition: background-color 1s ease-out;
outline: 0;
}
.contact-info {
background: #909090;
}
@media(min-width: 700px) {
.contact-wrapper {
display: grid;
grid-template-columns: 2fr 1fr;
}
.contact-wrapper > * {
padding: 2em;
}
.contact-info h4,
.contact-info ul,
.contact-info p {
text-align: left;
}
}
.oo{
color: #5F5D5C;
font-weight: bold;
font-size: 18px;
}
.mapa1{
float: left;
}
#mapa{
text-align: center;
}
.anuncio1{
float: right;
}
#anuncio{
text-align: center;
}
.logo11{
text-align: center;
margin-bottom: 25px;
} | 0.353317 | 0.072178 |