unwanted css removed
This commit is contained in:
parent
1055ca32ab
commit
d3cec426d3
344
public/assets/css/bootstrap.css
vendored
344
public/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
115
public/assets/css/jquery-ui.css
vendored
115
public/assets/css/jquery-ui.css
vendored
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
/* Layout helpers
|
/* Layout helpers
|
||||||
----------------------------------*/
|
----------------------------------*/
|
||||||
.ui-helper-hidden {
|
/* .ui-helper-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.ui-helper-hidden-accessible {
|
.ui-helper-hidden-accessible {
|
||||||
@ -45,7 +45,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
filter:Alpha(Opacity=0); /* support: IE8 */
|
filter:Alpha(Opacity=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-front {
|
.ui-front {
|
||||||
@ -53,16 +53,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Interaction Cues
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-disabled {
|
.ui-state-disabled {
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Icons
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-icon {
|
.ui-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -79,18 +75,14 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Misc visuals
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* Overlays */
|
|
||||||
.ui-widget-overlay {
|
.ui-widget-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
} */
|
||||||
.ui-accordion .ui-accordion-header {
|
/* .ui-accordion .ui-accordion-header {
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -122,7 +114,6 @@
|
|||||||
.ui-menu .ui-menu-item {
|
.ui-menu .ui-menu-item {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* support: IE10, see #8844 */
|
|
||||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||||
}
|
}
|
||||||
.ui-menu .ui-menu-item-wrapper {
|
.ui-menu .ui-menu-item-wrapper {
|
||||||
@ -139,27 +130,27 @@
|
|||||||
.ui-menu .ui-state-focus,
|
.ui-menu .ui-state-focus,
|
||||||
.ui-menu .ui-state-active {
|
.ui-menu .ui-state-active {
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* icon support */
|
/* icon support */
|
||||||
.ui-menu-icons {
|
/* .ui-menu-icons {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.ui-menu-icons .ui-menu-item-wrapper {
|
.ui-menu-icons .ui-menu-item-wrapper {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* left-aligned */
|
/* left-aligned */
|
||||||
.ui-menu .ui-icon {
|
/* .ui-menu .ui-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: .2em;
|
left: .2em;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* right-aligned */
|
/* right-aligned */
|
||||||
.ui-menu .ui-menu-icon {
|
/* .ui-menu .ui-menu-icon {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
@ -176,34 +167,32 @@
|
|||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
/* Support: IE <= 11 */
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.ui-button,
|
/* .ui-button,
|
||||||
.ui-button:link,
|
.ui-button:link,
|
||||||
.ui-button:visited,
|
.ui-button:visited,
|
||||||
.ui-button:hover,
|
.ui-button:hover,
|
||||||
.ui-button:active {
|
.ui-button:active {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* to make room for the icon, a width needs to be set here */
|
/* to make room for the icon, a width needs to be set here */
|
||||||
.ui-button-icon-only {
|
/* .ui-button-icon-only {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* no icon support for input elements */
|
/* no icon support for input elements */
|
||||||
input.ui-button.ui-button-icon-only {
|
/* input.ui-button.ui-button-icon-only {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* button icon element(s) */
|
/* button icon element(s) */
|
||||||
.ui-button-icon-only .ui-icon {
|
/* .ui-button-icon-only .ui-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@ -226,11 +215,11 @@ input.ui-button.ui-icon-notext .ui-icon {
|
|||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
padding: .4em 1em;
|
padding: .4em 1em;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* workarounds */
|
/* workarounds */
|
||||||
/* Support: Firefox 5 - 40 */
|
/* Support: Firefox 5 - 40 */
|
||||||
input.ui-button::-moz-focus-inner,
|
/* input.ui-button::-moz-focus-inner,
|
||||||
button.ui-button::-moz-focus-inner {
|
button.ui-button::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -276,12 +265,10 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* Spinner specific style fixes */
|
/* Spinner specific style fixes */
|
||||||
.ui-controlgroup-vertical .ui-spinner-input {
|
/* .ui-controlgroup-vertical .ui-spinner-input {
|
||||||
|
|
||||||
/* Support: IE8 only, Android < 4.4 only */
|
|
||||||
width: 75%;
|
width: 75%;
|
||||||
width: calc( 100% - 2.4em );
|
width: calc( 100% - 2.4em );
|
||||||
}
|
}
|
||||||
@ -398,10 +385,10 @@ button.ui-button::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* with multiple calendars */
|
/* with multiple calendars */
|
||||||
.ui-datepicker.ui-datepicker-multi {
|
/* .ui-datepicker.ui-datepicker-multi {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.ui-datepicker-multi .ui-datepicker-group {
|
.ui-datepicker-multi .ui-datepicker-group {
|
||||||
@ -433,7 +420,6 @@ button.ui-button::-moz-focus-inner {
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RTL support */
|
|
||||||
.ui-datepicker-rtl {
|
.ui-datepicker-rtl {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
@ -469,7 +455,6 @@ button.ui-button::-moz-focus-inner {
|
|||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons */
|
|
||||||
.ui-datepicker .ui-icon {
|
.ui-datepicker .ui-icon {
|
||||||
display: block;
|
display: block;
|
||||||
text-indent: -99999px;
|
text-indent: -99999px;
|
||||||
@ -642,8 +627,8 @@ button.ui-button::-moz-focus-inner {
|
|||||||
height: 9px;
|
height: 9px;
|
||||||
right: -5px;
|
right: -5px;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
}
|
} */
|
||||||
.ui-progressbar {
|
/* .ui-progressbar {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -655,7 +640,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
.ui-progressbar .ui-progressbar-overlay {
|
.ui-progressbar .ui-progressbar-overlay {
|
||||||
background: url("data:image/gif;base64,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");
|
background: url("data:image/gif;base64,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");
|
||||||
height: 100%;
|
height: 100%;
|
||||||
filter: alpha(opacity=25); /* support: IE8 */
|
filter: alpha(opacity=25);
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
.ui-progressbar-indeterminate .ui-progressbar-value {
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
||||||
@ -732,7 +717,6 @@ button.ui-button::-moz-focus-inner {
|
|||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* support: IE8 - See #6727 */
|
|
||||||
.ui-slider.ui-state-disabled .ui-slider-handle,
|
.ui-slider.ui-state-disabled .ui-slider-handle,
|
||||||
.ui-slider.ui-state-disabled .ui-slider-range {
|
.ui-slider.ui-state-disabled .ui-slider-range {
|
||||||
filter: inherit;
|
filter: inherit;
|
||||||
@ -809,7 +793,6 @@ button.ui-button::-moz-focus-inner {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
/* more specificity required here to override default borders */
|
|
||||||
.ui-spinner a.ui-spinner-button {
|
.ui-spinner a.ui-spinner-button {
|
||||||
border-top-style: none;
|
border-top-style: none;
|
||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
@ -822,7 +805,7 @@ button.ui-button::-moz-focus-inner {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
.ui-tabs {
|
.ui-tabs {
|
||||||
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
position: relative;
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
}
|
}
|
||||||
.ui-tabs .ui-tabs-nav {
|
.ui-tabs .ui-tabs-nav {
|
||||||
@ -867,12 +850,11 @@ button.ui-button::-moz-focus-inner {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
} */
|
||||||
body .ui-tooltip {
|
/* body .ui-tooltip {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
/* Component containers
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-widget {
|
.ui-widget {
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
font-family: Arial,Helvetica,sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
@ -908,15 +890,11 @@ body .ui-tooltip {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Interaction states
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-default,
|
.ui-state-default,
|
||||||
.ui-widget-content .ui-state-default,
|
.ui-widget-content .ui-state-default,
|
||||||
.ui-widget-header .ui-state-default,
|
.ui-widget-header .ui-state-default,
|
||||||
.ui-button,
|
.ui-button,
|
||||||
|
|
||||||
/* We use html here because we need a greater specificity to make sure disabled
|
|
||||||
works properly when clicked or hovered */
|
|
||||||
html .ui-button.ui-state-disabled:hover,
|
html .ui-button.ui-state-disabled:hover,
|
||||||
html .ui-button.ui-state-disabled:active {
|
html .ui-button.ui-state-disabled:active {
|
||||||
border: 1px solid #c5c5c5;
|
border: 1px solid #c5c5c5;
|
||||||
@ -985,8 +963,6 @@ a.ui-button:active,
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Interaction Cues
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-highlight,
|
.ui-state-highlight,
|
||||||
.ui-widget-content .ui-state-highlight,
|
.ui-widget-content .ui-state-highlight,
|
||||||
.ui-widget-header .ui-state-highlight {
|
.ui-widget-header .ui-state-highlight {
|
||||||
@ -1029,24 +1005,21 @@ a.ui-button:active,
|
|||||||
.ui-widget-content .ui-priority-secondary,
|
.ui-widget-content .ui-priority-secondary,
|
||||||
.ui-widget-header .ui-priority-secondary {
|
.ui-widget-header .ui-priority-secondary {
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
filter:Alpha(Opacity=70); /* support: IE8 */
|
filter:Alpha(Opacity=70);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.ui-state-disabled,
|
.ui-state-disabled,
|
||||||
.ui-widget-content .ui-state-disabled,
|
.ui-widget-content .ui-state-disabled,
|
||||||
.ui-widget-header .ui-state-disabled {
|
.ui-widget-header .ui-state-disabled {
|
||||||
opacity: .35;
|
opacity: .35;
|
||||||
filter:Alpha(Opacity=35); /* support: IE8 */
|
filter:Alpha(Opacity=35);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
.ui-state-disabled .ui-icon {
|
.ui-state-disabled .ui-icon {
|
||||||
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
filter:Alpha(Opacity=35);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* states and images */
|
|
||||||
.ui-icon {
|
.ui-icon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -1056,13 +1029,10 @@ a.ui-button:active,
|
|||||||
.ui-state-focus .ui-icon,
|
.ui-state-focus .ui-icon,
|
||||||
.ui-button:hover .ui-icon,
|
.ui-button:hover .ui-icon,
|
||||||
.ui-button:focus .ui-icon {
|
.ui-button:focus .ui-icon {
|
||||||
/*background-image: url("images/ui-icons_555555_256x240.png");*/
|
|
||||||
}
|
}
|
||||||
.ui-state-active .ui-icon,
|
.ui-state-active .ui-icon,
|
||||||
.ui-button:active .ui-icon {
|
.ui-button:active .ui-icon {
|
||||||
/*background-image: url("images/ui-icons_ffffff_256x240.png");*/
|
|
||||||
}
|
}
|
||||||
/* positioning */
|
|
||||||
.ui-icon-blank { background-position: 16px 16px; }
|
.ui-icon-blank { background-position: 16px 16px; }
|
||||||
.ui-icon-caret-1-n { background-position: 0 0; }
|
.ui-icon-caret-1-n { background-position: 0 0; }
|
||||||
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
||||||
@ -1200,7 +1170,6 @@ a.ui-button:active,
|
|||||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
|
||||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||||
.ui-icon-stop { background-position: -96px -160px; }
|
.ui-icon-stop { background-position: -96px -160px; }
|
||||||
.ui-icon-eject { background-position: -112px -160px; }
|
.ui-icon-eject { background-position: -112px -160px; }
|
||||||
@ -1238,14 +1207,14 @@ a.ui-button:active,
|
|||||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } */
|
||||||
|
|
||||||
|
|
||||||
/* Misc visuals
|
/* Misc visuals
|
||||||
----------------------------------*/
|
----------------------------------*/
|
||||||
|
|
||||||
/* Corner radius */
|
/* Corner radius */
|
||||||
.ui-corner-all,
|
/* .ui-corner-all,
|
||||||
.ui-corner-top,
|
.ui-corner-top,
|
||||||
.ui-corner-left,
|
.ui-corner-left,
|
||||||
.ui-corner-tl {
|
.ui-corner-tl {
|
||||||
@ -1270,11 +1239,10 @@ a.ui-button:active,
|
|||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overlays */
|
|
||||||
.ui-widget-overlay {
|
.ui-widget-overlay {
|
||||||
background: #aaaaaa;
|
background: #aaaaaa;
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
filter: Alpha(Opacity=30); /* support: IE8 */
|
filter: Alpha(Opacity=30);
|
||||||
}
|
}
|
||||||
.ui-widget-shadow {
|
.ui-widget-shadow {
|
||||||
-webkit-box-shadow: 0px 0px 5px #666666;
|
-webkit-box-shadow: 0px 0px 5px #666666;
|
||||||
@ -1282,17 +1250,11 @@ a.ui-button:active,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Icons
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* states and images */
|
|
||||||
.ui-icon {
|
.ui-icon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* positioning */
|
|
||||||
.ui-icon-blank { background-position: 16px 16px; }
|
.ui-icon-blank { background-position: 16px 16px; }
|
||||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||||
@ -1430,7 +1392,6 @@ a.ui-button:active,
|
|||||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
|
||||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||||
.ui-icon-stop { background-position: -96px -160px; }
|
.ui-icon-stop { background-position: -96px -160px; }
|
||||||
.ui-icon-eject { background-position: -112px -160px; }
|
.ui-icon-eject { background-position: -112px -160px; }
|
||||||
@ -1468,4 +1429,4 @@ a.ui-button:active,
|
|||||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } */
|
||||||
|
|||||||
875
public/assets/css/jquery.fancybox.min.css
vendored
875
public/assets/css/jquery.fancybox.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
/** about-section **/
|
/** about-section **/
|
||||||
|
/*
|
||||||
.about-section{
|
.about-section{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.image_block_one .image-box{
|
.image_block_one .image-box{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -11,7 +11,7 @@
|
|||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_block_one .image-box .image{
|
/* .image_block_one .image-box .image{
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1));
|
filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1));
|
||||||
@ -22,7 +22,7 @@
|
|||||||
.image_block_one .image-box .image img{
|
.image_block_one .image-box .image img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 300px 0px 300px 300px;
|
border-radius: 300px 0px 300px 300px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.image_block_one .image-box .icon-one{
|
.image_block_one .image-box .icon-one{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -53,7 +53,7 @@
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_block_one .image-box .text-box{
|
/* .image_block_one .image-box .text-box{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -70px;
|
left: -70px;
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
@ -89,7 +89,7 @@
|
|||||||
width: 98px;
|
width: 98px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.content_block_one .content-box{
|
.content_block_one .content-box{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -102,19 +102,19 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_block_one .content-box h6{
|
/* .content_block_one .content-box h6{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* .content_block_one .content-box p{
|
/* .content_block_one .content-box p{
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
.about-section .pattern-layer .pattern-1{
|
/* .about-section .pattern-layer .pattern-1{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 100px;
|
left: 100px;
|
||||||
top: 164px;
|
top: 164px;
|
||||||
@ -157,7 +157,7 @@
|
|||||||
width: 105px;
|
width: 105px;
|
||||||
height: 126px;
|
height: 126px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
/** about-style-two **/
|
/** about-style-two **/
|
||||||
@ -203,7 +203,7 @@
|
|||||||
background: #ffe6e6;
|
background: #ffe6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_block_one .content-box .lower-box{
|
/* .content_block_one .content-box .lower-box{
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -266,7 +266,7 @@
|
|||||||
.content_block_one .content-box .lower-box .author-thumb img{
|
.content_block_one .content-box .lower-box .author-thumb img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.about-style-two .pattern-layer .pattern-1{
|
.about-style-two .pattern-layer .pattern-1{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -294,18 +294,18 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-style-two .pattern-layer .pattern-4{
|
/* .about-style-two .pattern-layer .pattern-4{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
width: 699px;
|
width: 699px;
|
||||||
height: 341px;
|
height: 341px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
/** about-style-three **/
|
/** about-style-three **/
|
||||||
|
/*
|
||||||
.about-style-three{
|
.about-style-three{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -313,7 +313,7 @@
|
|||||||
.about-style-three .content_block_one .content-box .list-style-one li{
|
.about-style-three .content_block_one .content-box .list-style-one li{
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.image_block_three .image-box{
|
.image_block_three .image-box{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -341,7 +341,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.billing-table table {
|
.billing-table table {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -358,7 +358,7 @@
|
|||||||
.image_block_three .image-box .image-1-ho img{
|
.image_block_three .image-box .image-1-ho img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.image_block_three .image-box .image-2{
|
.image_block_three .image-box .image-2{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -424,14 +424,14 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_block_three .image-box .image-shape .shape-3{
|
/* .image_block_three .image-box .image-shape .shape-3{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -100px;
|
left: -100px;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: 98px;
|
width: 98px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.image_block_three .image-box .image-shape .shape-4{
|
.image_block_three .image-box .image-shape .shape-4{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -450,7 +450,7 @@
|
|||||||
height: 126px;
|
height: 126px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
.about-style-three .pattern-layer{
|
.about-style-three .pattern-layer{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
@ -459,7 +459,7 @@
|
|||||||
width: 699px;
|
width: 699px;
|
||||||
height: 341px;
|
height: 341px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -469,7 +469,7 @@
|
|||||||
|
|
||||||
/** RTL-CSS **/
|
/** RTL-CSS **/
|
||||||
|
|
||||||
.rtl .image_block_one .image-box .text-box{
|
/* .rtl .image_block_one .image-box .text-box{
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -490,7 +490,7 @@
|
|||||||
.rtl .image_block_three .image-box{
|
.rtl .image_block_three .image-box{
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-left: 36px;
|
margin-left: 36px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -499,7 +499,7 @@
|
|||||||
/** RESPONSIVE-CSS **/
|
/** RESPONSIVE-CSS **/
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px){
|
/* @media only screen and (max-width: 1024px){
|
||||||
|
|
||||||
.image_block_one .image-box .text-box{
|
.image_block_one .image-box .text-box{
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@ -759,7 +759,7 @@ top: 309px;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/** appointment-section **/
|
/** appointment-section **/
|
||||||
|
|
||||||
.appointment-section{
|
/* .appointment-section{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,7 +70,7 @@
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +84,7 @@
|
|||||||
/** RESPONSIVE-CSS **/
|
/** RESPONSIVE-CSS **/
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px){
|
/* @media only screen and (max-width: 1200px){
|
||||||
|
|
||||||
.appointment-section .bg-layer{
|
.appointment-section .bg-layer{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -114,7 +114,7 @@
|
|||||||
@media only screen and (max-width: 499px){
|
@media only screen and (max-width: 499px){
|
||||||
|
|
||||||
|
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.nice-select {
|
/* .nice-select {
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -111,4 +111,4 @@
|
|||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
.no-csspointerevents .nice-select.open .list {
|
.no-csspointerevents .nice-select.open .list {
|
||||||
display: block; }
|
display: block; } */
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Owl Carousel - Animate Plugin
|
* Owl Carousel - Animate Plugin
|
||||||
*/
|
*/
|
||||||
.owl-carousel .animated {
|
/* .owl-carousel .animated {
|
||||||
-webkit-animation-duration: 1000ms;
|
-webkit-animation-duration: 1000ms;
|
||||||
animation-duration: 1000ms;
|
animation-duration: 1000ms;
|
||||||
-webkit-animation-fill-mode: both;
|
-webkit-animation-fill-mode: both;
|
||||||
@ -35,31 +35,31 @@
|
|||||||
100% {
|
100% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Owl Carousel - Auto Height Plugin
|
* Owl Carousel - Auto Height Plugin
|
||||||
*/
|
*/
|
||||||
.owl-height {
|
/* .owl-height {
|
||||||
-webkit-transition: height 500ms ease-in-out;
|
-webkit-transition: height 500ms ease-in-out;
|
||||||
-moz-transition: height 500ms ease-in-out;
|
-moz-transition: height 500ms ease-in-out;
|
||||||
-ms-transition: height 500ms ease-in-out;
|
-ms-transition: height 500ms ease-in-out;
|
||||||
-o-transition: height 500ms ease-in-out;
|
-o-transition: height 500ms ease-in-out;
|
||||||
transition: height 500ms ease-in-out;
|
transition: height 500ms ease-in-out;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Core Owl Carousel CSS File
|
* Core Owl Carousel CSS File
|
||||||
*/
|
*/
|
||||||
.owl-carousel {
|
.owl-carousel {
|
||||||
display: ;
|
/* display: ; */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
/* position relative and z-index fix webkit rendering fonts issue */
|
/* position relative and z-index fix webkit rendering fonts issue */
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.owl-carousel .owl-stage {
|
/* .owl-carousel .owl-stage {
|
||||||
position: relative;
|
position: relative;
|
||||||
-ms-touch-action: pan-Y;
|
-ms-touch-action: pan-Y;
|
||||||
}
|
}
|
||||||
@ -74,7 +74,6 @@
|
|||||||
.owl-carousel .owl-stage-outer {
|
.owl-carousel .owl-stage-outer {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* fix for flashing background */
|
|
||||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||||
}
|
}
|
||||||
.owl-carousel .owl-controls .owl-nav .owl-prev,
|
.owl-carousel .owl-controls .owl-nav .owl-prev,
|
||||||
@ -138,14 +137,10 @@
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* No Js */
|
|
||||||
.no-js .owl-carousel {
|
.no-js .owl-carousel {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Owl Carousel - Lazy Load Plugin
|
|
||||||
*/
|
|
||||||
.owl-carousel .owl-item .owl-lazy {
|
.owl-carousel .owl-item .owl-lazy {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transition: opacity 400ms ease;
|
-webkit-transition: opacity 400ms ease;
|
||||||
@ -158,9 +153,7 @@
|
|||||||
transform-style: preserve-3d;
|
transform-style: preserve-3d;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Owl Carousel - Video Plugin
|
|
||||||
*/
|
|
||||||
.owl-carousel .owl-video-wrapper {
|
.owl-carousel .owl-video-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -249,4 +242,4 @@
|
|||||||
}
|
}
|
||||||
.owl-theme .owl-dots .owl-dot.active span {
|
.owl-theme .owl-dots .owl-dot.active span {
|
||||||
background: none repeat scroll 0 0 #cda274;
|
background: none repeat scroll 0 0 #cda274;
|
||||||
}
|
} */
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
.rtl {
|
/* .rtl {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.ltr {
|
.ltr {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .switcher{
|
/* .rtl .switcher{
|
||||||
right: 60px;
|
right: 60px;
|
||||||
left: inherit;
|
left: inherit;
|
||||||
}
|
}
|
||||||
@ -134,7 +134,7 @@
|
|||||||
.rtl .progress-box .count-text{
|
.rtl .progress-box .count-text{
|
||||||
right: inherit;
|
right: inherit;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*=============== Color-Layout =============*/
|
/*=============== Color-Layout =============*/
|
||||||
|
|
||||||
.switcher .switch_btn button {
|
/* .switcher .switch_btn button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@ -75,12 +75,12 @@
|
|||||||
.switcher #styleOptions li a.orange-color {
|
.switcher #styleOptions li a.orange-color {
|
||||||
background: var(--orange-color);
|
background: var(--orange-color);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/*=============== Boxed-Layout =============*/
|
/*=============== Boxed-Layout =============*/
|
||||||
|
|
||||||
|
|
||||||
.body_switcher .body_switch_btn button {
|
/* .body_switcher .body_switch_btn button {
|
||||||
width:50px;
|
width:50px;
|
||||||
height:50px;
|
height:50px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
@ -167,4 +167,4 @@
|
|||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
}
|
} */
|
||||||
@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ptTimeSelectCntr {
|
/* #ptTimeSelectCntr {
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@ -76,13 +76,13 @@
|
|||||||
}
|
}
|
||||||
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
|
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* content style and hover style */
|
/* content style and hover style */
|
||||||
#ptTimeSelectCntr .ptTimeSelectHrCntr a,
|
/* #ptTimeSelectCntr .ptTimeSelectHrCntr a,
|
||||||
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
|
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
@ -97,20 +97,20 @@
|
|||||||
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{
|
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{
|
||||||
background: #43c3ea !important;
|
background: #43c3ea !important;
|
||||||
border-color: #43c3ea !important;
|
border-color: #43c3ea !important;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Hour min text style */
|
/* Hour min text style */
|
||||||
#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
|
/* #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
|
||||||
color: #252525;
|
color: #252525;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
/* Cloase button style */
|
/* Cloase button style */
|
||||||
#ptTimeSelectCntr #ptTimeSelectCloseCntr a {
|
/* #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
|
||||||
border-radius: 30%;
|
border-radius: 30%;
|
||||||
display: block;
|
display: block;
|
||||||
height: 25px !important;
|
height: 25px !important;
|
||||||
@ -123,7 +123,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* am pm content style, hover bg */
|
/* am pm content style, hover bg */
|
||||||
#ptTimeSelectCntr .ui-state-default {
|
/* #ptTimeSelectCntr .ui-state-default {
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
border: 1px solid #eaeaea !important;
|
border: 1px solid #eaeaea !important;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -141,11 +141,11 @@
|
|||||||
#ptTimeSelectCntr .ui-state-default:hover{
|
#ptTimeSelectCntr .ui-state-default:hover{
|
||||||
background: #43c3ea !important;
|
background: #43c3ea !important;
|
||||||
border-color: #43c3ea !important;
|
border-color: #43c3ea !important;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
/* For time set button css */
|
/* For time set button css */
|
||||||
#ptTimeSelectCntr #ptTimeSelectSetButton {
|
/* #ptTimeSelectCntr #ptTimeSelectSetButton {
|
||||||
padding: 0 15px 5px 0;
|
padding: 0 15px 5px 0;
|
||||||
}
|
}
|
||||||
#ptTimeSelectSetButton .ui-state-hover{
|
#ptTimeSelectSetButton .ui-state-hover{
|
||||||
@ -178,7 +178,7 @@
|
|||||||
}
|
}
|
||||||
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
|
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
|
||||||
background: #43c3ea !important;
|
background: #43c3ea !important;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user