Y-SLD/assets/playkit/examples/css/theme-customizer.css

172 lines
67 KiB
CSS
Raw Normal View History

2024-03-01 11:23:55 +00:00
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px
#theme-customizer {
width: 300px;
position: fixed;
top: 0;
bottom: 0;
background: #fafafb;
-webkit-transition: right .5s;
transition: right .5s;
box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
right: -300px;
z-index: 1040; }
#theme-customizer.show {
right: 0; }
#theme-customizer section {
padding: 1.5rem; }
.theme-customizer-inner {
overflow: auto;
height: calc(100% - 162px); }
.customizer-action-btns .btn {
width: 45%;
cursor: pointer;
padding-top: 6px;
padding-bottom: 6px; }
#theme-customizer-toggler {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 55px;
height: 60px;
position: absolute;
left: -55px;
top: 35%;
border: 1px solid #f0f0f0;
background: #fff;
box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
cursor: pointer;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.theme-sector-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 1rem; }
.theme-sector-row:last-child {
margin-bottom: 0; }
.theme-sector {
position: relative;
cursor: pointer;
margin: 0; }
.theme-sector:first-child {
margin-right: 1.5rem; }
.theme-sector input[type="radio"] {
opacity: 0;
z-index: -1;
position: absolute;
top: 50%;
left: 50%; }
.theme-sector .theme-demo::before {
width: 20px;
height: 20px;
content: '';
border-radius: 1000px;
position: absolute;
right: -10px;
top: -10px;
display: none; }
.theme-sector input[type="radio"]:checked + .theme-demo::before {
background: #60c84c;
color: #fff;
font-size: 1rem;
text-align: center;
line-height: 20px;
content: '\f00c';
font-family: 'FontAwesome';
display: block; }
.theme-demo {
width: 110px;
height: 45px;
background: #fff;
position: relative;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
-webkit-transition: box-shadow .05s;
transition: box-shadow .05s; }
.theme-demo:hover {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08); }
.navbar-demo {
display: block;
height: 15px;
border-bottom: 1px solid #eceeef; }
.menubar-demo {
display: block;
height: calc(100% - 15px);
width: 15px;
position: absolute;
top: 15px;
bottom: 0;
border-right: 1px solid #eceeef; }
.theme-sector-navbar-light .navbar-demo {
margin-left: 15px; }
.theme-sector-navbar-light .menubar-demo {
top: 0;
height: 100%; }
.theme-sector-navbar-light .menubar-demo.bg-primary {
background: -webkit-linear-gradient(top, #31466a 15px, #39527b 0, #39527b 30px);
background: linear-gradient(to bottom, #31466a 15px, #39527b 0, #39527b 30px); }
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRoZW1lLWN1c3RvbWl6ZXIuc2NzcyIsIi4uLy4uL3ZlbmRvci9ib3dlcl9jb21wb25lbnRzL2Jvb3RzdHJhcC9zY3NzL192YXJpYWJsZXMuc2NzcyIsIi4uLy4uL2dsb2JhbC9zY3NzL192YXJpYWJsZXMuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQVk7RUFDWixnQkFBZTtFQUNmLE9BQU07RUFDTixVQUFTO0VBQ1Qsb0JBQWtDO0VBQ2xDLDhCQUFxQjtFQUFyQixzQkFBcUI7RUFDckIsNkNBQXdDO0VBQ3hDLGNBQWE7RUFDYixjQUFhLEVBUWQ7RUFqQkQ7SUFXSSxTQUFRLEVBQ1Q7RUFaSDtJQWVJLGdCQUFlLEVBQ2hCOztBQUdIO0VBQ0UsZUFBYztFQUNkLDJCQUEwQixFQUMzQjs7QUFFRDtFQUVJLFdBQVU7RUFDVixnQkFBZTtFQUNmLGlCQUFnQjtFQUNoQixvQkFBbUIsRUFDcEI7O0FBR0g7RUFDRSxxQkFBYTtFQUFiLHFCQUFhO0VBQWIsY0FBYTtFQUNiLHlCQUF1QjtNQUF2QixzQkFBdUI7VUFBdkIsd0JBQXVCO0VBQ3ZCLDBCQUFtQjtNQUFuQix1QkFBbUI7VUFBbkIsb0JBQW1CO0VBQ25CLFlBQVc7RUFDWCxhQUFZO0VBQ1osbUJBQWtCO0VBQ2xCLFlBQVc7RUFDWCxTQUFRO0VBQ1IsMEJBQXlCO0VBQ3pCLGlCQUFnQjtFQUNoQiw2Q0FBd0M7RUFDeEMsZ0JBQWU7RUFDZixnQ0NnUjZCO0VEL1E3QixtQ0MrUTZCLEVEOVE5Qjs7QUFFRDtFQUNFLHFCQUFhO0VBQWIscUJBQWE7RUFBYixjQUFhO0VBQ2IsMEJBQThCO01BQTlCLHVCQUE4QjtVQUE5QiwrQkFBOEI7RUFDOUIsb0JBQW1CLEVBSXBCO0VBUEQ7SUFLSSxpQkFBZ0IsRUFDakI7O0FBR0g7RUFDRSxtQkFBa0I7RUFDbEIsZ0JBQWU7RUFDZixVQUFTLEVBa0NWO0VBckNEO0lBS0kscUJBQW9CLEVBQ3JCO0VBTkg7SUFTSSxXQUFVO0lBQ1YsWUFBVztJQUNYLG1CQUFrQjtJQUNsQixTQUFRO0lBQ1IsVUFBUyxFQUNWO0VBZEg7SUFpQkksWUFBVztJQUNYLGFBQVk7SUFDWixZQUFXO0lBQ1gsc0JBQXFCO0lBQ3JCLG1CQUFrQjtJQUNsQixhQUFZO0lBQ1osV0FBVTtJQUNWLGNBQWEsRUFDZDtFQXpCSDtJQTRCSSxvQkVqRitCO0lGa0YvQixZQUFXO0lBQ1gsZ0JBQWU7SUFDZixtQkFBa0I7SUFDbEIsa0JBQWlCO0lBQ2pCLGlCQUFnQjtJQUNoQiwyQkFBMEI7SUFDMUIsZUFBYyxFQUNmOztBQUdIO0VBQ0UsYUFBWTtFQUNaLGFBQVk7RUFDWixpQkFBZ0I7RUFDaEIsbUJBQWtCO0VBQ2xCLHdDQUFtQztFQUNuQyxvQ0FBMkI7RUFBM0IsNEJBQTJCLEVBSzVCO0VBWEQ7SUFTSSw0Q0FBdUMsRUFDeEM7O0FBR0g7RUFDRSxlQUFjO0VBQ2QsYUFBWTtFQUNaLGlDRWhIaUMsRUZpSGxDOztBQUVEO0VBQ0UsZUFBYztFQUNkLDBCQUF5QjtFQUN6QixZQUFXO0VBQ1gsbUJBQWtCO0VBQ2xCLFVBQVM7RUFDVCxVQUFTO0VBQ1QsZ0NFMUhpQyxFRjJIbEM7O0FBRUQ7RUFFSSxrQkFBaUIsRUFDbEI7O0FBSEg7RUFLSSxPQUFNO0VBQ04sYUFBWSxFQUliO0VBVkg7SUFRTSxnRkFBOEc7SUFBOUcsOEVBQThHLEVBQy9HIiwiZmlsZSI6InRoZW1lLWN1c3RvbWl6ZXIuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCAnYmFzZSc7XG5cbiN0aGVtZS1jdXN0b21pemVyIHtcbiAgd2lkdGg6IDMwMHB4O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBiYWNrZ3JvdW5kOiBsaWdodGVuKCRiZy1mYWRlZCwgMSUpO1xuICB0cmFuc2l0aW9uOiByaWdodCAuNXM7XG4gIGJveC1zaGFkb3c6IC0ycHggMnB4IDRweCByZ2JhKDAsMCwwLC4wOCk7XG4gIHJpZ2h0OiAtMzAwcHg7XG4gIHotaW5kZXg6IDEwNDA7XG4gICYuc2hvdyB7XG4gICAgcmlnaHQ6IDA7XG4gIH1cbiAgXG4gIHNlY3Rpb24ge1xuICAgIHBhZGRpbmc6IDEuNXJlbTtcbiAgfVxufVxuXG4udGhlbWUtY3VzdG9taXplci1pbm5lciB7XG4gIG92ZXJmbG93OiBhdXRvO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE2MnB4KTtcbn1cblxuLmN1c3RvbWl6ZXItYWN0aW9uLWJ0bnMge1xuICAuYnRuIHtcbiAgICB3aWR0aDogNDUlO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBwYWRkaW5nLXRvcDogNnB4O1xuICAgIHBhZGRpbmctYm90dG9tOiA2cHg7XG4gIH1cbn1cblxuI3RoZW1lLWN1c3RvbWl6ZXItdG9nZ2xlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogNTVweDtcbiAgaGVpZ2h0OiA2MHB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGxlZnQ6IC01NXB4O1xuICB0b3A6IDM1JTtcbiAgYm9yZGVyOiAxcHggc29saWQgI2YwZjBmMDtcbiAgYmFja2dyb3VuZDogI2ZmZjtcbiAgYm94LXNoYWRvdzogLTJweCAycHggNHB4IHJnYmEoMCwwLDAsLjA4KTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBib3JkZXItdG9wLWxlZnQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgYm9yZGVyLWJvdHRvbS1sZWZ0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG59XG5cbi50aGVtZS1zZWN0b3Itcm93IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBtYXJnaW4tYm90dG9tOiAxcmVtO1xuICAmOmxhc3QtY2hpbGQge1xuICAgIG1hcmdpbi1ib3R0b206IDA7XG4gIH1cbn1cblxuLnRoZW1lLXNlY3RvciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBtYXJnaW46IDA7XG4gICY6Zmlyc3QtY2hpbGQge1xuICAgIG1hcmdpbi1yaWdodDogMS41cmVtO1xuICB9XG5cbiAgaW5wdXRbdHlwZT1cInJhZGlvXCJdIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHotaW5kZXg6IC0xO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDUwJTtcbiAgICBsZWZ0OiA1MCU7XG4gIH1cbiAgXG4gIC50aGVtZS1kZW1vOjpiZWZvcmUge1xuICAgIHdpZHRoOiAyMHB4OztcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgY29udGVudDogJyc7XG4gICAgYm9yZGVyLXJhZGl1czogMTAwMHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdo
.active-theme-customizer {
width: 300px;
position: fixed;
top: 0;
bottom: 0;
background: #fafafb;
-webkit-transition: right .5s;
transition: right .5s;
box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
right: -300px;
z-index: 1040; }
.active-theme-customizer.show {
right: 0; }
.active-theme-customizer section {
padding: 1.5rem; }
.active-theme-customizer-inner {
overflow: auto;
height: calc(100% - 162px); }
.active-theme-customizer-toggler {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 55px;
height: 60px;
position: absolute;
left: -55px;
top: 45%;
border: 1px solid #f0f0f0;
background: #fff;
box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
cursor: pointer;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }