File manager - Edit - /home/xfekoga/rooftopcleaners/wp-includes/widgets/modules.tar
Back
_radio-image.scss 0000644 00000001736 15174425661 0010000 0 ustar 00 /* Control: Radio image. */ .customize-control-consultstreet-radio-image { > .image { display: flex; flex-wrap: wrap; } .image-select { + label { position: relative; display: inline-block; width: 32%; margin-right: 2%; &:nth-of-type( 3n ) { margin-right: 0; } .image-label { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: $c-bg-label; font-weight: 700; .inner { width: 100%; height: 100%; text-align: center; padding: 0.5em; vertical-align: middle; } } &:hover .image-label { display: block; } } } input { display: none; img { border: 1px solid transparent; } &:checked + label img { box-shadow: 0 0 5px 2px $c-bg-checked; border: 1px solid $c-primary; } + label .image-clickable { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; } } } _toggle.scss 0000644 00000003133 15174425661 0007074 0 ustar 00 /* Control: Switch. */ .customize-control-consultstreet-toggle { position: relative; label { display: flex; flex-wrap: wrap; .customize-control-title { width: calc(100% - 55px); } .description { order: 99; } } .switch { border: 1px solid #b4b9be; display: inline-block; width: 35px; height: 12px; border-radius: 8px; background: #b4b9be; vertical-align: middle; position: relative; top: 4px; cursor: pointer; user-select: none; transition: background 350ms ease; &::after { content: ""; display: block; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: 50%; left: -3px; transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease; background: #999; border: 1px solid rgba(0, 0, 0, 0.1); transform: translate3d(0, -50%, 0); } &::before { content: ""; display: block; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: 50%; left: -3px; transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease; background: rgba(0, 0, 0, 0.2); transform: translate3d(0, -50%, 0) scale(0); } &:active::before { transform: translate3d(0, -50%, 0) scale(3); } } input:checked + .switch { &::before { background: rgba(0, 115, 170, 0.075); transform: translate3d(100%, -50%, 0) scale(1); } &::after { background: $c-primary; transform: translate3d(100%, -50%, 0); } &:active::before { background: rgba(0, 115, 170, 0.075); transform: translate3d(100%, -50%, 0) scale(3); } } } _radio-buttonset.scss 0000644 00000000616 15174425661 0010741 0 ustar 00 .customize-control-consultstreet-radio-buttonset .buttonset { display: flex; flex-wrap: wrap; .switch-label { background: rgba(0, 0, 0, 0.1); border: 1px rgba(0, 0, 0, 0.1); color: rgba(50, 55, 60, 0.5); margin: 0; text-align: center; padding: 0.5em 1em; flex-grow: 1; } .switch-input:checked + .switch-label { background: $c-primary; color: rgba(255, 255, 255, 0.8); } } _sortable.scss 0000644 00000000634 15174425661 0007431 0 ustar 00 /* Control: Sortable. */ .customize-control-consultstreet-sortable ul.ui-sortable li { padding: 5px 10px; border: 1px solid $c-sortable-bd; background: $c-white; .dashicons { &.dashicons-menu { float: right; } &.visibility { margin-right: 10px; } } &.invisible { color: $c-sortable-ds; border: 1px dashed $c-sortable-ds; .dashicons.visibility { color: $c-sortable-ds; } } } _control-colors.scss 0000644 00000000511 15174425661 0010567 0 ustar 00 $c-background: rgba(0, 0, 0, 0.15); $c-background-hover: rgba(0, 0, 0, 0.2); $c-primary: #13a1dc; $c-white: #fff; $c-shadow: rgba(0, 0, 0, 0.3); $c-sortable-bd: #333; $c-sortable-ds: #aaa; $c-bg-label: rgba(255, 255, 255, 0.7); $c-bg-checked: rgba(0, 0, 0, 0.25); $c-bg-switch: #b4b9be; $c-switch-ds: #777; $c-light-bg: #e4f2fc; _color.scss 0000644 00000001315 15174425661 0006731 0 ustar 00 li[class|="customize-control-consultstreet-"] { .wp-picker-container { .wp-color-result.button { width: 100%; max-width: 255px; height: 30px; margin: 0 6px 6px 0; padding: 0 0 0 30px; font-size: 11px; box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.1); } .wp-color-result-text { background: rgba(0, 0, 0, 0.1); border-radius: 0 2px 2px 0; border-left: 1px solid rgba(0, 0, 0, 0.06); color: $c-white; display: flex; justify-content: center; align-items: center; height: 100%; } span.color-alpha { width: 30px; height: 24px; position: absolute; top: 0; left: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; } } } _slider.scss 0000644 00000001505 15174425661 0007076 0 ustar 00 .customize-control-consultstreet-slider { .customize-control-content { display: flex; align-items: center; justify-content: space-between; } .ui-slider { background-color: rgba(0, 0, 0, 0.1); width: 63%; height: 6px; position: relative; display: flex; align-items: center; justify-content: space-between; border-radius: 3px; .ui-slider-handle { height: 15px; width: 15px; background-color: #fff; position: absolute; cursor: pointer; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 3px; } .ui-slider-range { background-color: $c-primary; height: 100%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } } .consultstreet-slider-input { display: flex; align-items: center; .slider-reset { padding-left: 5px; cursor: pointer; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings