Add devcontainer configuration and Dependabot setup
- Created a new devcontainer.json file for an Alpine-based development environment. - Added a Dependabot configuration file to automate dependency updates for devcontainers.
This commit is contained in:
6112
quarter/assets/css/animate.css
vendored
6112
quarter/assets/css/animate.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,468 +1,468 @@
|
||||
@font-face {
|
||||
font-family: lightcase;
|
||||
src: url(../fonts/lightcase.eot?55356177);
|
||||
src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),
|
||||
url(../fonts/lightcase.woff?55356177) format("woff"),
|
||||
url(../fonts/lightcase.ttf?55356177) format("truetype"),
|
||||
url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
[class*="lightcase-icon-"]:before {
|
||||
font-family: lightcase, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1em;
|
||||
}
|
||||
.lightcase-icon-play:before {
|
||||
content: "\e800";
|
||||
}
|
||||
.lightcase-icon-pause:before {
|
||||
content: "\e801";
|
||||
}
|
||||
.lightcase-icon-close:before {
|
||||
content: "\e802";
|
||||
}
|
||||
.lightcase-icon-prev:before {
|
||||
content: "\e803";
|
||||
}
|
||||
.lightcase-icon-next:before {
|
||||
content: "\e804";
|
||||
}
|
||||
.lightcase-icon-spin:before {
|
||||
content: "\e805";
|
||||
}
|
||||
@-webkit-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-o-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-ms-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
#lightcase-case {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 2002;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
font-family: arial, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
text-align: left;
|
||||
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
#lightcase-loading > span,
|
||||
a[class*="lightcase-icon-"] > span {
|
||||
display: inline-block;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
html:not([data-lc-type="error"]) #lightcase-content {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-shadow: none;
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
html[data-lc-type="image"] #lightcase-content,
|
||||
html[data-lc-type="video"] #lightcase-content {
|
||||
background-color: #333;
|
||||
}
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content,
|
||||
html[data-lc-type="error"] #lightcase-content,
|
||||
html[data-lc-type="inline"] #lightcase-content {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
html[data-lc-type="ajax"] #lightcase-case,
|
||||
html[data-lc-type="inline"] #lightcase-case {
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
bottom: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 55px 0 70px;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content,
|
||||
html[data-lc-type="error"] #lightcase-content,
|
||||
html[data-lc-type="inline"] #lightcase-content {
|
||||
position: relative !important;
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
background: 0 0 !important;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
|
||||
padding: 15px;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > *,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > *,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > * {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
html[data-lc-type="ajax"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
> :not(iframe),
|
||||
html[data-lc-type="error"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
> :not(iframe),
|
||||
html[data-lc-type="inline"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
> :not(iframe) {
|
||||
height: auto !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
html.lightcase-isMobileDevice[data-lc-type="iframe"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
iframe {
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 640px) and (min-width: 641px) {
|
||||
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
|
||||
line-height: 0.75;
|
||||
}
|
||||
}
|
||||
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
|
||||
position: relative;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
html[data-lc-type="ajax"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap,
|
||||
html[data-lc-type="error"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap,
|
||||
html[data-lc-type="inline"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap {
|
||||
position: relative !important;
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
background: 0 0 !important;
|
||||
}
|
||||
#lightcase-content h1,
|
||||
#lightcase-content h2,
|
||||
#lightcase-content h3,
|
||||
#lightcase-content h4,
|
||||
#lightcase-content h5,
|
||||
#lightcase-content h6,
|
||||
#lightcase-content p {
|
||||
}
|
||||
}
|
||||
#lightcase-loading,
|
||||
a[class*="lightcase-icon-"] {
|
||||
width: 1.123em;
|
||||
height: auto;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
html:not([data-lc-type="error"])
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap {
|
||||
padding: 30px;
|
||||
overflow: auto;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#lightcase-content h1,
|
||||
#lightcase-content h2,
|
||||
#lightcase-content h3,
|
||||
#lightcase-content h4,
|
||||
#lightcase-content h5,
|
||||
#lightcase-content h6,
|
||||
#lightcase-content p {
|
||||
}
|
||||
}
|
||||
#lightcase-case p.lightcase-error {
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
#lightcase-case p.lightcase-error {
|
||||
padding: 30px 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
#lightcase-case p.lightcase-error {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.lightcase-open body {
|
||||
overflow: hidden;
|
||||
}
|
||||
.lightcase-isMobileDevice .lightcase-open body {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
#lightcase-info {
|
||||
position: absolute;
|
||||
padding-top: 15px;
|
||||
}
|
||||
#lightcase-info #lightcase-caption,
|
||||
#lightcase-info #lightcase-title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#lightcase-info #lightcase-title {
|
||||
font-size: 17px;
|
||||
}
|
||||
#lightcase-info #lightcase-caption {
|
||||
clear: both;
|
||||
font-size: 13px;
|
||||
}
|
||||
#lightcase-info #lightcase-sequenceInfo {
|
||||
font-size: 11px;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
#lightcase-info #lightcase-title {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
left: 0;
|
||||
max-width: 87.5%;
|
||||
padding: 5px 15px;
|
||||
background: #333;
|
||||
}
|
||||
.lightcase-fullScreenMode #lightcase-info {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
html:not([data-lc-type="image"]):not([data-lc-type="video"]):not(
|
||||
[data-lc-type="flash"]
|
||||
):not([data-lc-type="error"])
|
||||
#lightcase-info {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
#lightcase-loading {
|
||||
z-index: 2001;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -0.5em;
|
||||
margin-left: -0.5em;
|
||||
opacity: 1;
|
||||
font-size: 32px;
|
||||
text-shadow: 0 0 15px #fff;
|
||||
-moz-transform-origin: 50% 53%;
|
||||
-webkit-animation: lightcase-spin 0.5s infinite linear;
|
||||
-moz-animation: lightcase-spin 0.5s infinite linear;
|
||||
-o-animation: lightcase-spin 0.5s infinite linear;
|
||||
animation: lightcase-spin 0.5s infinite linear;
|
||||
}
|
||||
#lightcase-loading,
|
||||
#lightcase-loading:focus {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-transition: color, opacity, ease-in-out 0.25s;
|
||||
-moz-transition: color, opacity, ease-in-out 0.25s;
|
||||
-o-transition: color, opacity, ease-in-out 0.25s;
|
||||
transition: color, opacity, ease-in-out 0.25s;
|
||||
}
|
||||
a[class*="lightcase-icon-"] {
|
||||
z-index: 9999;
|
||||
font-size: 38px;
|
||||
text-shadow: none;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
a[class*="lightcase-icon-"],
|
||||
a[class*="lightcase-icon-"]:focus {
|
||||
text-decoration: none;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-transition: color, opacity, ease-in-out 0.25s;
|
||||
-moz-transition: color, opacity, ease-in-out 0.25s;
|
||||
-o-transition: color, opacity, ease-in-out 0.25s;
|
||||
transition: color, opacity, ease-in-out 0.25s;
|
||||
}
|
||||
a[class*="lightcase-icon-"]:hover {
|
||||
color: #fff;
|
||||
text-shadow: 0 0 15px #fff;
|
||||
}
|
||||
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-close {
|
||||
position: fixed;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
bottom: auto;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
outline: 0;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-prev {
|
||||
left: 15px;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-next {
|
||||
right: 15px;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-pause,
|
||||
a[class*="lightcase-icon-"].lightcase-icon-play {
|
||||
left: 50%;
|
||||
margin-left: -0.5em;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
a[class*="lightcase-icon-"] {
|
||||
bottom: 15px;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
a[class*="lightcase-icon-"].lightcase-icon-pause,
|
||||
a[class*="lightcase-icon-"].lightcase-icon-play {
|
||||
opacity: 0;
|
||||
}
|
||||
a[class*="lightcase-icon-"] {
|
||||
bottom: 50%;
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
#lightcase-case:hover ~ a[class*="lightcase-icon-"],
|
||||
a[class*="lightcase-icon-"]:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
#lightcase-overlay {
|
||||
display: none;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
top: -9999px;
|
||||
bottom: -9999px;
|
||||
left: 0;
|
||||
background: #333;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
#lightcase-overlay {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
@font-face {
|
||||
font-family: lightcase;
|
||||
src: url(../fonts/lightcase.eot?55356177);
|
||||
src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),
|
||||
url(../fonts/lightcase.woff?55356177) format("woff"),
|
||||
url(../fonts/lightcase.ttf?55356177) format("truetype"),
|
||||
url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
[class*="lightcase-icon-"]:before {
|
||||
font-family: lightcase, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1em;
|
||||
}
|
||||
.lightcase-icon-play:before {
|
||||
content: "\e800";
|
||||
}
|
||||
.lightcase-icon-pause:before {
|
||||
content: "\e801";
|
||||
}
|
||||
.lightcase-icon-close:before {
|
||||
content: "\e802";
|
||||
}
|
||||
.lightcase-icon-prev:before {
|
||||
content: "\e803";
|
||||
}
|
||||
.lightcase-icon-next:before {
|
||||
content: "\e804";
|
||||
}
|
||||
.lightcase-icon-spin:before {
|
||||
content: "\e805";
|
||||
}
|
||||
@-webkit-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-o-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-ms-keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@keyframes lightcase-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
-moz-transform: rotate(0);
|
||||
-o-transform: rotate(0);
|
||||
transform: rotate(0);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
#lightcase-case {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 2002;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
font-family: arial, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
text-align: left;
|
||||
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
#lightcase-loading > span,
|
||||
a[class*="lightcase-icon-"] > span {
|
||||
display: inline-block;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
html:not([data-lc-type="error"]) #lightcase-content {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-shadow: none;
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
html[data-lc-type="image"] #lightcase-content,
|
||||
html[data-lc-type="video"] #lightcase-content {
|
||||
background-color: #333;
|
||||
}
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content,
|
||||
html[data-lc-type="error"] #lightcase-content,
|
||||
html[data-lc-type="inline"] #lightcase-content {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
html[data-lc-type="ajax"] #lightcase-case,
|
||||
html[data-lc-type="inline"] #lightcase-case {
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
bottom: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 55px 0 70px;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content,
|
||||
html[data-lc-type="error"] #lightcase-content,
|
||||
html[data-lc-type="inline"] #lightcase-content {
|
||||
position: relative !important;
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
background: 0 0 !important;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
|
||||
padding: 15px;
|
||||
}
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > *,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > *,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > * {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
html[data-lc-type="ajax"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
> :not(iframe),
|
||||
html[data-lc-type="error"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
> :not(iframe),
|
||||
html[data-lc-type="inline"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
> :not(iframe) {
|
||||
height: auto !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
html.lightcase-isMobileDevice[data-lc-type="iframe"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
iframe {
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 640px) and (min-width: 641px) {
|
||||
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
|
||||
html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
|
||||
line-height: 0.75;
|
||||
}
|
||||
}
|
||||
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
|
||||
position: relative;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
html[data-lc-type="ajax"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap,
|
||||
html[data-lc-type="error"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap,
|
||||
html[data-lc-type="inline"]
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap {
|
||||
position: relative !important;
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
background: 0 0 !important;
|
||||
}
|
||||
#lightcase-content h1,
|
||||
#lightcase-content h2,
|
||||
#lightcase-content h3,
|
||||
#lightcase-content h4,
|
||||
#lightcase-content h5,
|
||||
#lightcase-content h6,
|
||||
#lightcase-content p {
|
||||
}
|
||||
}
|
||||
#lightcase-loading,
|
||||
a[class*="lightcase-icon-"] {
|
||||
width: 1.123em;
|
||||
height: auto;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
html:not([data-lc-type="error"])
|
||||
#lightcase-content
|
||||
.lightcase-contentInner
|
||||
.lightcase-inlineWrap {
|
||||
padding: 30px;
|
||||
overflow: auto;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#lightcase-content h1,
|
||||
#lightcase-content h2,
|
||||
#lightcase-content h3,
|
||||
#lightcase-content h4,
|
||||
#lightcase-content h5,
|
||||
#lightcase-content h6,
|
||||
#lightcase-content p {
|
||||
}
|
||||
}
|
||||
#lightcase-case p.lightcase-error {
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
#lightcase-case p.lightcase-error {
|
||||
padding: 30px 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
#lightcase-case p.lightcase-error {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.lightcase-open body {
|
||||
overflow: hidden;
|
||||
}
|
||||
.lightcase-isMobileDevice .lightcase-open body {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
#lightcase-info {
|
||||
position: absolute;
|
||||
padding-top: 15px;
|
||||
}
|
||||
#lightcase-info #lightcase-caption,
|
||||
#lightcase-info #lightcase-title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#lightcase-info #lightcase-title {
|
||||
font-size: 17px;
|
||||
}
|
||||
#lightcase-info #lightcase-caption {
|
||||
clear: both;
|
||||
font-size: 13px;
|
||||
}
|
||||
#lightcase-info #lightcase-sequenceInfo {
|
||||
font-size: 11px;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
#lightcase-info #lightcase-title {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
left: 0;
|
||||
max-width: 87.5%;
|
||||
padding: 5px 15px;
|
||||
background: #333;
|
||||
}
|
||||
.lightcase-fullScreenMode #lightcase-info {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
html:not([data-lc-type="image"]):not([data-lc-type="video"]):not(
|
||||
[data-lc-type="flash"]
|
||||
):not([data-lc-type="error"])
|
||||
#lightcase-info {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
#lightcase-loading {
|
||||
z-index: 2001;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -0.5em;
|
||||
margin-left: -0.5em;
|
||||
opacity: 1;
|
||||
font-size: 32px;
|
||||
text-shadow: 0 0 15px #fff;
|
||||
-moz-transform-origin: 50% 53%;
|
||||
-webkit-animation: lightcase-spin 0.5s infinite linear;
|
||||
-moz-animation: lightcase-spin 0.5s infinite linear;
|
||||
-o-animation: lightcase-spin 0.5s infinite linear;
|
||||
animation: lightcase-spin 0.5s infinite linear;
|
||||
}
|
||||
#lightcase-loading,
|
||||
#lightcase-loading:focus {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-transition: color, opacity, ease-in-out 0.25s;
|
||||
-moz-transition: color, opacity, ease-in-out 0.25s;
|
||||
-o-transition: color, opacity, ease-in-out 0.25s;
|
||||
transition: color, opacity, ease-in-out 0.25s;
|
||||
}
|
||||
a[class*="lightcase-icon-"] {
|
||||
z-index: 9999;
|
||||
font-size: 38px;
|
||||
text-shadow: none;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
a[class*="lightcase-icon-"],
|
||||
a[class*="lightcase-icon-"]:focus {
|
||||
text-decoration: none;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-transition: color, opacity, ease-in-out 0.25s;
|
||||
-moz-transition: color, opacity, ease-in-out 0.25s;
|
||||
-o-transition: color, opacity, ease-in-out 0.25s;
|
||||
transition: color, opacity, ease-in-out 0.25s;
|
||||
}
|
||||
a[class*="lightcase-icon-"]:hover {
|
||||
color: #fff;
|
||||
text-shadow: 0 0 15px #fff;
|
||||
}
|
||||
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-close {
|
||||
position: fixed;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
bottom: auto;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
outline: 0;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-prev {
|
||||
left: 15px;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-next {
|
||||
right: 15px;
|
||||
}
|
||||
a[class*="lightcase-icon-"].lightcase-icon-pause,
|
||||
a[class*="lightcase-icon-"].lightcase-icon-play {
|
||||
left: 50%;
|
||||
margin-left: -0.5em;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
a[class*="lightcase-icon-"] {
|
||||
bottom: 15px;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 641px) {
|
||||
a[class*="lightcase-icon-"].lightcase-icon-pause,
|
||||
a[class*="lightcase-icon-"].lightcase-icon-play {
|
||||
opacity: 0;
|
||||
}
|
||||
a[class*="lightcase-icon-"] {
|
||||
bottom: 50%;
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
#lightcase-case:hover ~ a[class*="lightcase-icon-"],
|
||||
a[class*="lightcase-icon-"]:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
#lightcase-overlay {
|
||||
display: none;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
top: -9999px;
|
||||
bottom: -9999px;
|
||||
left: 0;
|
||||
background: #333;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
#lightcase-overlay {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap");
|
||||
|
||||
/*
|
||||
Template Name: Quarter
|
||||
Description: Real Estate HTML Template
|
||||
Version: 1.0.0
|
||||
Author: Kamrul Hasan
|
||||
Email:786hasankamrul96@gmail.com
|
||||
/*
|
||||
Template Name: Quarter
|
||||
Description: Real Estate HTML Template
|
||||
Version: 1.0.0
|
||||
Author: Kamrul Hasan
|
||||
Email:786hasankamrul96@gmail.com
|
||||
*/
|
||||
|
||||
/* ============================================================
|
||||
>>> TABLE OF CONTENTS:
|
||||
===============================================================
|
||||
# Google fonts
|
||||
# tailwind directives
|
||||
# vaiables
|
||||
# default style
|
||||
# Typography
|
||||
# header
|
||||
# banner
|
||||
# scrollbar
|
||||
# swiper slider
|
||||
# accordion
|
||||
# nice select
|
||||
# nice checkbox
|
||||
# range
|
||||
# service cards
|
||||
# tab
|
||||
# popup gallery
|
||||
# scroll up
|
||||
# brands
|
||||
# Google Map Locations
|
||||
# Price Filter Widget
|
||||
# responsiveness
|
||||
/* ============================================================
|
||||
>>> TABLE OF CONTENTS:
|
||||
===============================================================
|
||||
# Google fonts
|
||||
# tailwind directives
|
||||
# vaiables
|
||||
# default style
|
||||
# Typography
|
||||
# header
|
||||
# banner
|
||||
# scrollbar
|
||||
# swiper slider
|
||||
# accordion
|
||||
# nice select
|
||||
# nice checkbox
|
||||
# range
|
||||
# service cards
|
||||
# tab
|
||||
# popup gallery
|
||||
# scroll up
|
||||
# brands
|
||||
# Google Map Locations
|
||||
# Price Filter Widget
|
||||
# responsiveness
|
||||
============================================================= */
|
||||
|
||||
/*============= Google fonts ============*/
|
||||
|
||||
/*============= tailwind directives ============*/
|
||||
|
||||
/*
|
||||
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
|
||||
/*
|
||||
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -3803,11 +3803,11 @@ body {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: var(--heading-color);
|
||||
clear: both;
|
||||
@@ -3841,9 +3841,9 @@ h6 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a,
|
||||
button,
|
||||
input,
|
||||
a,
|
||||
button,
|
||||
input,
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -3863,9 +3863,9 @@ a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
a,
|
||||
a:hover,
|
||||
a:focus,
|
||||
a,
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
@@ -3876,29 +3876,29 @@ a:hover {
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: var(--body-font);
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
tt,
|
||||
var,
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
tt,
|
||||
var,
|
||||
samp {
|
||||
font-family: var(--body-font);
|
||||
}
|
||||
|
||||
h1 button,
|
||||
h2 button,
|
||||
h3 button,
|
||||
h4 button,
|
||||
h5 button,
|
||||
h1 button,
|
||||
h2 button,
|
||||
h3 button,
|
||||
h4 button,
|
||||
h5 button,
|
||||
h6 button {
|
||||
font-family: var(--heading-font);
|
||||
line-height: 1.5;
|
||||
@@ -4002,7 +4002,7 @@ img {
|
||||
}
|
||||
|
||||
.show-drawer svg path {
|
||||
transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
|
||||
transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
|
||||
stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
|
||||
fill: none;
|
||||
stroke: #333;
|
||||
@@ -4011,7 +4011,7 @@ img {
|
||||
stroke-width: 30px;
|
||||
}
|
||||
|
||||
.show-drawer svg path#top,
|
||||
.show-drawer svg path#top,
|
||||
.show-drawer svg path#bottom {
|
||||
stroke-dasharray: 240px 950px;
|
||||
}
|
||||
@@ -4020,7 +4020,7 @@ img {
|
||||
stroke-dasharray: 240px 240px;
|
||||
}
|
||||
|
||||
.show-drawer .close svg path#top,
|
||||
.show-drawer .close svg path#top,
|
||||
.show-drawer .close svg path#bottom {
|
||||
stroke-dasharray: -650px;
|
||||
stroke-dashoffset: -650px;
|
||||
@@ -4086,12 +4086,12 @@ img {
|
||||
|
||||
/*============= swiper slider =============*/
|
||||
|
||||
.swiper-container .swiper-button-prev::after,
|
||||
.swiper-container .swiper-button-prev::after,
|
||||
.swiper-container .swiper-button-next::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.swiper-container .swiper-button-prev,
|
||||
.swiper-container .swiper-button-prev,
|
||||
.swiper-container .swiper-button-next {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
@@ -4122,20 +4122,20 @@ img {
|
||||
transform: var(--x--6);
|
||||
}
|
||||
|
||||
.swiper-container:hover .swiper-button-prev,
|
||||
.swiper-container:hover .swiper-button-prev,
|
||||
.swiper-container:hover .swiper-button-next {
|
||||
opacity: 100;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.swiper-container .swiper-button-prev:hover,
|
||||
.swiper-container .swiper-button-prev:hover,
|
||||
.swiper-container .swiper-button-next:hover {
|
||||
background: var(--secondary-color);
|
||||
color: white;
|
||||
border-color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.swiper-container .swiper-pagination,
|
||||
.swiper-container .swiper-pagination,
|
||||
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
@@ -4159,7 +4159,7 @@ img {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.home-3 .swiper-pagination-bullet-active,
|
||||
.home-3 .swiper-pagination-bullet-active,
|
||||
.swiper-pagination-bullet-active {
|
||||
background: var(--secondary-color);
|
||||
width: 15px;
|
||||
@@ -4169,7 +4169,7 @@ img {
|
||||
|
||||
/* hero slider */
|
||||
|
||||
.hero-slider-container .swiper-button-prev,
|
||||
.hero-slider-container .swiper-button-prev,
|
||||
.hero-slider-container .swiper-button-next {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
@@ -4192,7 +4192,7 @@ img {
|
||||
transform: var(--x--10);
|
||||
}
|
||||
|
||||
.hero-slider2 .swiper-button-prev,
|
||||
.hero-slider2 .swiper-button-prev,
|
||||
.hero-slider2 .swiper-button-next {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -4216,22 +4216,22 @@ img {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.hero-slider2:hover .swiper-button-prev,
|
||||
.hero-slider2:hover .swiper-button-prev,
|
||||
.hero-slider2:hover .swiper-button-next {
|
||||
transform: translate(0);
|
||||
}
|
||||
|
||||
.hero-slider2 .swiper-button-prev:hover,
|
||||
.hero-slider2 .swiper-button-prev:hover,
|
||||
.hero-slider2 .swiper-button-next:hover {
|
||||
background: var(--section-bg-1);
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
/* .hero-slider2-tumbs_slider .swiper-wrapper {
|
||||
max-width: calc(100%);
|
||||
}
|
||||
.hero-slider2-tumbs_slider .swiper-slide {
|
||||
width: calc((100% / 3));
|
||||
/* .hero-slider2-tumbs_slider .swiper-wrapper {
|
||||
max-width: calc(100%);
|
||||
}
|
||||
.hero-slider2-tumbs_slider .swiper-slide {
|
||||
width: calc((100% / 3));
|
||||
} */
|
||||
|
||||
/* testimonials slider*/
|
||||
@@ -4318,7 +4318,7 @@ img {
|
||||
right: var(--right-15-per);
|
||||
}
|
||||
|
||||
[dir="rtl"]
|
||||
[dir="rtl"]
|
||||
.testimonial-quote-menu li:nth-child(7) img {
|
||||
right: 15%;
|
||||
}
|
||||
@@ -4330,8 +4330,8 @@ img {
|
||||
right: var(--right-3-per);
|
||||
}
|
||||
|
||||
[dir="rtl"]
|
||||
|
||||
[dir="rtl"]
|
||||
|
||||
.testimonial-quote-menu2 li img {
|
||||
width: 125px !important;
|
||||
visibility: hidden;
|
||||
@@ -4622,7 +4622,7 @@ img {
|
||||
|
||||
/* upcoming project slider */
|
||||
|
||||
.upcoming-project-slider-container .swiper-button-prev,
|
||||
.upcoming-project-slider-container .swiper-button-prev,
|
||||
.upcoming-project-slider-container .swiper-button-next {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
@@ -4636,7 +4636,7 @@ img {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.upcoming-project-slider-container:hover .swiper-button-prev,
|
||||
.upcoming-project-slider-container:hover .swiper-button-prev,
|
||||
.upcoming-project-slider-container:hover .swiper-button-next {
|
||||
transform: translate(0);
|
||||
}
|
||||
@@ -4741,7 +4741,7 @@ img {
|
||||
animation-duration: 5s;
|
||||
}
|
||||
|
||||
.swiper-slide-active .slide-animation > *,
|
||||
.swiper-slide-active .slide-animation > *,
|
||||
.slide-animation-active .slide-animation > * {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
@@ -4940,23 +4940,23 @@ input[type="range"]::-ms-thumb {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* .range input:nth-child(2)::-webkit-slider-thumb::after {
|
||||
content: url("../img/icons/car.png");
|
||||
width: 125px !important;
|
||||
height: 50px;
|
||||
position: absolute;
|
||||
right: -111px;
|
||||
top: -10px;
|
||||
transform: translateY(-40%);
|
||||
/* .range input:nth-child(2)::-webkit-slider-thumb::after {
|
||||
content: url("../img/icons/car.png");
|
||||
width: 125px !important;
|
||||
height: 50px;
|
||||
position: absolute;
|
||||
right: -111px;
|
||||
top: -10px;
|
||||
transform: translateY(-40%);
|
||||
} */
|
||||
|
||||
/* .range input:nth-child(2)::-moz-range-thumb {
|
||||
width: 100px !important;
|
||||
height: 50px;
|
||||
background: url("../img/icons/car.png") no-repeat right;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
/* .range input:nth-child(2)::-moz-range-thumb {
|
||||
width: 100px !important;
|
||||
height: 50px;
|
||||
background: url("../img/icons/car.png") no-repeat right;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
} */
|
||||
|
||||
.range input:nth-child(2)::-webkit-slider-thumb {
|
||||
@@ -5054,8 +5054,8 @@ input[type="range"]::-ms-thumb {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gprev,
|
||||
.gnext,
|
||||
.gprev,
|
||||
.gnext,
|
||||
.gclose {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
@@ -5065,7 +5065,7 @@ input[type="range"]::-ms-thumb {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.glightbox-clean .gnext,
|
||||
.glightbox-clean .gnext,
|
||||
.glightbox-clean .gprev {
|
||||
top: 90%;
|
||||
}
|
||||
@@ -5075,8 +5075,8 @@ input[type="range"]::-ms-thumb {
|
||||
height: 24px !important;
|
||||
}
|
||||
|
||||
.gprev:hover,
|
||||
.gnext:hover,
|
||||
.gprev:hover,
|
||||
.gnext:hover,
|
||||
.gclose:hover {
|
||||
box-shadow: 0 0 19px rgba(255, 255, 255, 0.4) !important;
|
||||
opacity: 1;
|
||||
@@ -5086,8 +5086,8 @@ input[type="range"]::-ms-thumb {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.gprev svg,
|
||||
.gnext svg,
|
||||
.gprev svg,
|
||||
.gnext svg,
|
||||
.gclose svg {
|
||||
width: 10px;
|
||||
height: auto;
|
||||
@@ -5136,8 +5136,8 @@ input[type="range"]::-ms-thumb {
|
||||
|
||||
/* letest appartment */
|
||||
|
||||
/* .apart-card .card-quick-area.active {
|
||||
top: 150px;
|
||||
/* .apart-card .card-quick-area.active {
|
||||
top: 150px;
|
||||
} */
|
||||
|
||||
/* portfolio filter */
|
||||
@@ -5296,7 +5296,7 @@ input[type="range"]::-ms-thumb {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.price_slider_amount > input[type="text"],
|
||||
.price_slider_amount > input[type="text"],
|
||||
.price_slider_amount > input[type="submit"] {
|
||||
background: transparent none repeat scroll 0 0;
|
||||
border: medium none;
|
||||
@@ -5309,13 +5309,13 @@ input[type="range"]::-ms-thumb {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.price_slider_amount > input[type="text"]:focus
|
||||
.price_slider_amount > input[type="text"]:focus
|
||||
{
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
[dir="rtl"] .price_slider_amount > input[type="text"],
|
||||
[dir="rtl"] .price_slider_amount > input[type="text"],
|
||||
[dir="rtl"] .price_slider_amount > input[type="submit"] {
|
||||
float: right;
|
||||
text-align: right;
|
||||
@@ -5339,8 +5339,8 @@ input[type="range"]::-ms-thumb {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.price_filter .ui-state-default,
|
||||
.price_filter .ui-widget-content .ui-state-default,
|
||||
.price_filter .ui-state-default,
|
||||
.price_filter .ui-widget-content .ui-state-default,
|
||||
.price_filter .ui-widget-header .ui-state-default {
|
||||
background-color: var(--secondary-color);
|
||||
border: medium none;
|
||||
@@ -5377,13 +5377,13 @@ input[type="range"]::-ms-thumb {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.car-price-filter-range .price_slider_amount > input[type="text"],
|
||||
.car-price-filter-range .price_slider_amount > input[type="text"],
|
||||
.car-price-filter-range .price_slider_amount > input[type="submit"] {
|
||||
font-weight: 700;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
/*============= responsiveness =============*/
|
||||
|
||||
/* tablet */
|
||||
@@ -5396,11 +5396,11 @@ input[type="range"]::-ms-thumb {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
line-height: 1.3;
|
||||
}
|
||||
@@ -5445,20 +5445,20 @@ input[type="range"]::-ms-thumb {
|
||||
margin: 0 50px;
|
||||
}
|
||||
|
||||
.gprev,
|
||||
.gnext,
|
||||
.gprev,
|
||||
.gnext,
|
||||
.gclose {
|
||||
width: 38px !important;
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.glightbox-clean .gnext,
|
||||
.glightbox-clean .gnext,
|
||||
.glightbox-clean .gprev {
|
||||
top: 45%;
|
||||
}
|
||||
|
||||
.gprev svg,
|
||||
.gnext svg,
|
||||
.gprev svg,
|
||||
.gnext svg,
|
||||
.gclose svg {
|
||||
width: 18px;
|
||||
height: auto;
|
||||
@@ -5486,11 +5486,11 @@ input[type="range"]::-ms-thumb {
|
||||
@media (min-width: 992px) {
|
||||
/* default */
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
line-height: 1.3;
|
||||
}
|
||||
@@ -5529,12 +5529,12 @@ input[type="range"]::-ms-thumb {
|
||||
box-shadow: var(--box-shadow-8);
|
||||
}
|
||||
|
||||
.swiper-container:hover .product-details-slider .swiper-button-prev,
|
||||
.swiper-container:hover .product-details-slider .swiper-button-prev,
|
||||
.swiper-container:hover .news-single-slider .swiper-button-prev {
|
||||
transform: var(--x-40);
|
||||
}
|
||||
|
||||
.swiper-container:hover .product-details-slider .swiper-button-next,
|
||||
.swiper-container:hover .product-details-slider .swiper-button-next,
|
||||
.swiper-container:hover .news-single-slider .swiper-button-next {
|
||||
transform: var(--x--40);
|
||||
}
|
||||
@@ -5549,41 +5549,41 @@ input[type="range"]::-ms-thumb {
|
||||
@media screen and (min-width: 1200px) {
|
||||
/* default */
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h1,
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
h2,
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3,
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h4,
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h5,
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
h6,
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 16px;
|
||||
}
|
||||
@@ -5603,11 +5603,11 @@ input[type="range"]::-ms-thumb {
|
||||
/* desktop xxxl */
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
line-height: 1.3;
|
||||
}
|
||||
@@ -5634,7 +5634,7 @@ input[type="range"]::-ms-thumb {
|
||||
transform: var(--x--50);
|
||||
}
|
||||
|
||||
.hero-slider2 .swiper-button-prev,
|
||||
.hero-slider2 .swiper-button-prev,
|
||||
.hero-slider2 .swiper-button-next {
|
||||
transform: translate(0);
|
||||
}
|
||||
@@ -5647,14 +5647,14 @@ input[type="range"]::-ms-thumb {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.hero-slider2:hover .swiper-button-prev,
|
||||
.hero-slider2:hover .swiper-button-prev,
|
||||
.hero-slider2:hover .swiper-button-next {
|
||||
transform: translate(0);
|
||||
}
|
||||
|
||||
/* upcoming project slider */
|
||||
|
||||
.upcoming-project-slider-container:hover .swiper-button-prev,
|
||||
.upcoming-project-slider-container:hover .swiper-button-prev,
|
||||
.upcoming-project-slider-container:hover .swiper-button-next {
|
||||
transform: translate(0);
|
||||
}
|
||||
@@ -8394,4 +8394,4 @@ input[type="range"]::-ms-thumb {
|
||||
.rtl\:xl\:pr-30px:where([dir="rtl"], [dir="rtl"] *){
|
||||
padding-right: 1.875rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user