gruene-seele/resources/assets/vendor/js/_theme-settings/_theme-settings.html
2021-01-08 17:48:20 +01:00

117 lines
4.5 KiB
HTML

<div id="theme-settings" class="theme-bg-white">
<a href="javascript:void(0)" class="theme-settings-open-btn" tabindex="-1"></a>
<h5 class="p-4 m-0 line-height-1 font-weight-bolder bg-light theme-settings-header">
<span class="theme-settings-t-panel_header"></span>
<a href="javascript:void(0)" class="theme-settings-close-btn font-weight-light px-4 py-2 text-body" tabindex="-1">&times;</a>
</h5>
<div class="theme-settings-inner pt-4">
<label class="m-0 px-4 pb-3 d-flex media align-items-middle theme-settings-rtl">
<div class="media-body"><span class="theme-settings-t-rtl_switcher"></span></div>
<div class="switcher switcher-sm d-block m-0">
<input class="switcher-input" type="checkbox">
<span class="switcher-indicator">
<span class="switcher-yes"></span>
<span class="switcher-no"></span>
</span>
</div>
</label>
<label class="m-0 px-4 pb-3 theme-settings-style w-100">
<select class="custom-select custom-select-sm d-block w-100"></select>
</label>
<div class="theme-settings-layout">
<hr class="m-0 border-light">
<h5 class="m-0 px-4 py-3 line-height-1 text-light d-block">
<span class="theme-settings-t-layout_header"></span>
</h5>
<label class="m-0 px-4 pb-3 d-block theme-settings-layoutPosition">
<select class="custom-select custom-select-sm d-block w-100">
<option value="static" class="theme-settings-t-layout_static"></option>
<option value="static-offcanvas" class="theme-settings-t-layout_offcanvas"></option>
<option value="fixed" class="theme-settings-t-layout_fixed"></option>
<option value="fixed-offcanvas" class="theme-settings-t-layout_fixed_offcanvas"></option>
</select>
</label>
<label class="m-0 px-4 pb-3 d-flex media align-items-middle theme-settings-layoutNavbarFixed">
<div class="media-body"><span class="theme-settings-t-layout_navbar_swicher"></span></div>
<div class="switcher switcher-sm d-block m-0">
<input class="switcher-input" type="checkbox">
<span class="switcher-indicator">
<span class="switcher-yes"></span>
<span class="switcher-no"></span>
</span>
</div>
</label>
<label class="m-0 px-4 pb-3 d-flex media align-items-middle theme-settings-layoutFooterFixed">
<div class="media-body"><span class="theme-settings-t-layout_footer_swicher"></span></div>
<div class="switcher switcher-sm d-block m-0">
<input class="switcher-input" type="checkbox">
<span class="switcher-indicator">
<span class="switcher-yes"></span>
<span class="switcher-no"></span>
</span>
</div>
</label>
<label class="m-0 px-4 pb-3 d-flex media align-items-middle theme-settings-layoutReversed">
<div class="media-body"><span class="theme-settings-t-layout_reversed_swicher"></span></div>
<div class="switcher switcher-sm d-block m-0">
<input class="switcher-input" type="checkbox">
<span class="switcher-indicator">
<span class="switcher-yes"></span>
<span class="switcher-no"></span>
</span>
</div>
</label>
</div>
<div class="theme-settings-navbarBg">
<hr class="m-0 border-light">
<h5 class="m-0 px-4 py-3 line-height-1 text-light d-block ">
<span class="theme-settings-t-navbar_bg_header"></span>
</h5>
<fieldset class="m-0 px-4 pb-3 d-block clearfix theme-settings-navbarBg-inner"></fieldset>
</div>
<div class="theme-settings-sidenavBg">
<hr class="m-0 border-light">
<h5 class="m-0 px-4 py-3 line-height-1 text-light d-block">
<span class="theme-settings-t-sidenav_bg_header"></span>
</h5>
<fieldset class="m-0 px-4 pb-3 d-block clearfix theme-settings-sidenavBg-inner"></fieldset>
</div>
<div class="theme-settings-footerBg">
<hr class="m-0 border-light">
<h5 class="m-0 px-4 py-3 line-height-1 text-light d-block">
<span class="theme-settings-t-footer_bg_header"></span>
</h5>
<fieldset class="m-0 px-4 pb-3 d-block clearfix theme-settings-footerBg-inner"></fieldset>
</div>
<div class="theme-settings-themes">
<hr class="m-0 border-light">
<h5 class="m-0 px-4 py-3 line-height-1 text-light d-block">
<span class="theme-settings-t-theme_header"></span>
</h5>
<div class="theme-settings-themes-inner"></div>
</div>
</div>
</div>