alertify/themes/bootstrap.min.css000064400000002726150212240020013154 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer{background-color:#000;opacity:.5}.alertify .ajs-dialog{max-width:600px;min-height:122px;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);border-radius:6px}.alertify .ajs-header{color:#333;border-bottom:1px solid #e5e5e5;border-radius:6px 6px 0 0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#000}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:58px;bottom:68px}.alertify .ajs-footer{background-color:#fff;padding:15px;border-top:1px solid #e5e5e5;border-radius:0 0 6px 6px}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}alertify/themes/default.rtl.min.css000064400000003045150212240020013356 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dialog{background-color:#fff;-webkit-box-shadow:0 15px 20px 0 rgba(0,0,0,.25);box-shadow:0 15px 20px 0 rgba(0,0,0,.25);border-radius:2px}.alertify .ajs-header{color:#000;font-weight:700;background:#fafafa;border-bottom:#eee 1px solid;border-radius:2px 2px 0 0}.alertify .ajs-body{color:#000}.alertify .ajs-body .ajs-content .ajs-input{display:block;width:100%;padding:8px;margin:4px;border-radius:2px;border:1px solid #ccc}.alertify .ajs-body .ajs-content p{margin:0}.alertify .ajs-footer{background:#fbfbfb;border-top:#eee 1px solid;border-radius:0 0 2px 2px}.alertify .ajs-footer .ajs-buttons .ajs-button{background-color:transparent;color:#000;border:0;font-size:14px;font-weight:700;text-transform:uppercase}.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{color:#3593d2}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}alertify/themes/semantic.min.css000064400000004437150212240020012743 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer{background-color:rgba(0,0,0,.85);opacity:1}.alertify .ajs-dialog{max-width:50%;min-height:137px;background-color:#f4f4f4;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;border-radius:5px}.alertify .ajs-header{padding:1.5rem 2rem;border-bottom:none;border-radius:5px 5px 0 0;color:#555;background-color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.6em;font-weight:700}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#555}.alertify .ajs-body .ajs-content .ajs-input{width:100%;margin:0;padding:.65em 1em;font-size:1em;background-color:#fff;border:1px solid rgba(0,0,0,.15);outline:0;color:rgba(0,0,0,.7);border-radius:.3125em;-webkit-transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;-webkit-box-sizing:border-box;box-sizing:border-box}.alertify .ajs-body .ajs-content .ajs-input:active{border-color:rgba(0,0,0,.3);background-color:#fafafa}.alertify .ajs-body .ajs-content .ajs-input:focus{border-color:rgba(0,0,0,.2);color:rgba(0,0,0,.85)}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:64px;bottom:74px}.alertify .ajs-footer{background-color:#fff;padding:1rem 2rem;border-top:none;border-radius:0 0 5px 5px}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}alertify/themes/default.rtl.css000064400000003452150212240020012576 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dialog { background-color: white; -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); border-radius: 2px; } .alertify .ajs-header { color: black; font-weight: bold; background: #fafafa; border-bottom: #eee 1px solid; border-radius: 2px 2px 0 0; } .alertify .ajs-body { color: black; } .alertify .ajs-body .ajs-content .ajs-input { display: block; width: 100%; padding: 8px; margin: 4px; border-radius: 2px; border: 1px solid #CCC; } .alertify .ajs-body .ajs-content p { margin: 0; } .alertify .ajs-footer { background: #fbfbfb; border-top: #eee 1px solid; border-radius: 0 0 2px 2px; } .alertify .ajs-footer .ajs-buttons .ajs-button { background-color: transparent; color: #000; border: 0; font-size: 14px; font-weight: bold; text-transform: uppercase; } .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok { color: #3593D2; } .alertify-notifier .ajs-message { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success { color: #fff; background: rgba(91, 189, 114, 0.95); text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-error { color: #fff; background: rgba(217, 92, 92, 0.95); text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); border-color: #999; } alertify/themes/default.min.css000064400000003047150212240020012560 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dialog{background-color:#fff;-webkit-box-shadow:0 15px 20px 0 rgba(0,0,0,.25);box-shadow:0 15px 20px 0 rgba(0,0,0,.25);border-radius:2px}.alertify .ajs-header{color:#000;font-weight:700;background:#fafafa;border-bottom:#eee 1px solid;border-radius:2px 2px 0 0}.alertify .ajs-body{color:#000}.alertify .ajs-body .ajs-content .ajs-input{display:block;width:100%;padding:8px;margin:4px;border-radius:2px;border:1px solid #ccc}.alertify .ajs-body .ajs-content p{margin:0}.alertify .ajs-footer{background:#fbfbfb;border-top:#eee 1px solid;border-radius:0 0 2px 2px}.alertify .ajs-footer .ajs-buttons .ajs-button{background-color:transparent;color:#000;border:0;font-size:14px;font-weight:700;text-transform:uppercase}.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{color:#3593d2}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}alertify/themes/semantic.rtl.css000064400000005222150212240020012752 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer { background-color: rgba(0, 0, 0, 0.85); opacity: 1; } .alertify .ajs-dialog { max-width: 50%; min-height: 137px; background-color: #F4F4F4; border: 1px solid #DDD; -webkit-box-shadow: none; box-shadow: none; border-radius: 5px; } .alertify .ajs-header { padding: 1.5rem 2rem; border-bottom: none; border-radius: 5px 5px 0 0; color: #555; background-color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.6em; font-weight: 700; } .alertify .ajs-body { font-family: 'Roboto', sans-serif; color: #555; } .alertify .ajs-body .ajs-content .ajs-input { width: 100%; margin: 0; padding: .65em 1em; font-size: 1em; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); outline: 0; color: rgba(0, 0, 0, 0.7); border-radius: .3125em; -webkit-transition: background-color 0.3s ease-out, border-color 0.2s ease, -webkit-box-shadow 0.2s ease; transition: background-color 0.3s ease-out, border-color 0.2s ease, -webkit-box-shadow 0.2s ease; transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease; transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease; -webkit-box-sizing: border-box; box-sizing: border-box; } .alertify .ajs-body .ajs-content .ajs-input:active { border-color: rgba(0, 0, 0, 0.3); background-color: #FAFAFA; } .alertify .ajs-body .ajs-content .ajs-input:focus { border-color: rgba(0, 0, 0, 0.2); color: rgba(0, 0, 0, 0.85); } .alertify.ajs-resizable .ajs-content, .alertify.ajs-maximized:not(.ajs-resizable) .ajs-content { top: 64px; bottom: 74px; } .alertify .ajs-footer { background-color: #fff; padding: 1rem 2rem; border-top: none; border-radius: 0 0 5px 5px; } .alertify-notifier .ajs-message { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success { color: #fff; background: rgba(91, 189, 114, 0.95); text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-error { color: #fff; background: rgba(217, 92, 92, 0.95); text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); border-color: #999; } alertify/themes/default.css000064400000003454150212240020012000 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dialog { background-color: white; -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); border-radius: 2px; } .alertify .ajs-header { color: black; font-weight: bold; background: #fafafa; border-bottom: #eee 1px solid; border-radius: 2px 2px 0 0; } .alertify .ajs-body { color: black; } .alertify .ajs-body .ajs-content .ajs-input { display: block; width: 100%; padding: 8px; margin: 4px; border-radius: 2px; border: 1px solid #CCC; } .alertify .ajs-body .ajs-content p { margin: 0; } .alertify .ajs-footer { background: #fbfbfb; border-top: #eee 1px solid; border-radius: 0 0 2px 2px; } .alertify .ajs-footer .ajs-buttons .ajs-button { background-color: transparent; color: #000; border: 0; font-size: 14px; font-weight: bold; text-transform: uppercase; } .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok { color: #3593D2; } .alertify-notifier .ajs-message { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success { color: #fff; background: rgba(91, 189, 114, 0.95); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-error { color: #fff; background: rgba(217, 92, 92, 0.95); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); border-color: #999; } alertify/themes/bootstrap.css000064400000003276150212240020012373 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer { background-color: #000; opacity: .5; } .alertify .ajs-dialog { max-width: 600px; min-height: 122px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); border-radius: 6px; } .alertify .ajs-header { color: #333; border-bottom: 1px solid #e5e5e5; border-radius: 6px 6px 0 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; } .alertify .ajs-body { font-family: 'Roboto', sans-serif; color: black; } .alertify.ajs-resizable .ajs-content, .alertify.ajs-maximized:not(.ajs-resizable) .ajs-content { top: 58px; bottom: 68px; } .alertify .ajs-footer { background-color: #fff; padding: 15px; border-top: 1px solid #e5e5e5; border-radius: 0 0 6px 6px; } .alertify-notifier .ajs-message { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success { color: #fff; background: rgba(91, 189, 114, 0.95); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-error { color: #fff; background: rgba(217, 92, 92, 0.95); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); border-color: #999; } alertify/themes/semantic.rtl.min.css000064400000004435150212240020013541 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer{background-color:rgba(0,0,0,.85);opacity:1}.alertify .ajs-dialog{max-width:50%;min-height:137px;background-color:#f4f4f4;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;border-radius:5px}.alertify .ajs-header{padding:1.5rem 2rem;border-bottom:none;border-radius:5px 5px 0 0;color:#555;background-color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.6em;font-weight:700}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#555}.alertify .ajs-body .ajs-content .ajs-input{width:100%;margin:0;padding:.65em 1em;font-size:1em;background-color:#fff;border:1px solid rgba(0,0,0,.15);outline:0;color:rgba(0,0,0,.7);border-radius:.3125em;-webkit-transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;-webkit-box-sizing:border-box;box-sizing:border-box}.alertify .ajs-body .ajs-content .ajs-input:active{border-color:rgba(0,0,0,.3);background-color:#fafafa}.alertify .ajs-body .ajs-content .ajs-input:focus{border-color:rgba(0,0,0,.2);color:rgba(0,0,0,.85)}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:64px;bottom:74px}.alertify .ajs-footer{background-color:#fff;padding:1rem 2rem;border-top:none;border-radius:0 0 5px 5px}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}alertify/themes/bootstrap.rtl.css000064400000003274150212240020013171 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer { background-color: #000; opacity: .5; } .alertify .ajs-dialog { max-width: 600px; min-height: 122px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); border-radius: 6px; } .alertify .ajs-header { color: #333; border-bottom: 1px solid #e5e5e5; border-radius: 6px 6px 0 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; } .alertify .ajs-body { font-family: 'Roboto', sans-serif; color: black; } .alertify.ajs-resizable .ajs-content, .alertify.ajs-maximized:not(.ajs-resizable) .ajs-content { top: 58px; bottom: 68px; } .alertify .ajs-footer { background-color: #fff; padding: 15px; border-top: 1px solid #e5e5e5; border-radius: 0 0 6px 6px; } .alertify-notifier .ajs-message { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success { color: #fff; background: rgba(91, 189, 114, 0.95); text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-error { color: #fff; background: rgba(217, 92, 92, 0.95); text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); border-color: #999; } alertify/themes/semantic.css000064400000005224150212240020012154 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer { background-color: rgba(0, 0, 0, 0.85); opacity: 1; } .alertify .ajs-dialog { max-width: 50%; min-height: 137px; background-color: #F4F4F4; border: 1px solid #DDD; -webkit-box-shadow: none; box-shadow: none; border-radius: 5px; } .alertify .ajs-header { padding: 1.5rem 2rem; border-bottom: none; border-radius: 5px 5px 0 0; color: #555; background-color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.6em; font-weight: 700; } .alertify .ajs-body { font-family: 'Roboto', sans-serif; color: #555; } .alertify .ajs-body .ajs-content .ajs-input { width: 100%; margin: 0; padding: .65em 1em; font-size: 1em; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); outline: 0; color: rgba(0, 0, 0, 0.7); border-radius: .3125em; -webkit-transition: background-color 0.3s ease-out, border-color 0.2s ease, -webkit-box-shadow 0.2s ease; transition: background-color 0.3s ease-out, border-color 0.2s ease, -webkit-box-shadow 0.2s ease; transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease; transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease; -webkit-box-sizing: border-box; box-sizing: border-box; } .alertify .ajs-body .ajs-content .ajs-input:active { border-color: rgba(0, 0, 0, 0.3); background-color: #FAFAFA; } .alertify .ajs-body .ajs-content .ajs-input:focus { border-color: rgba(0, 0, 0, 0.2); color: rgba(0, 0, 0, 0.85); } .alertify.ajs-resizable .ajs-content, .alertify.ajs-maximized:not(.ajs-resizable) .ajs-content { top: 64px; bottom: 74px; } .alertify .ajs-footer { background-color: #fff; padding: 1rem 2rem; border-top: none; border-radius: 0 0 5px 5px; } .alertify-notifier .ajs-message { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success { color: #fff; background: rgba(91, 189, 114, 0.95); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-error { color: #fff; background: rgba(217, 92, 92, 0.95); text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); border-color: #999; } alertify/themes/bootstrap.rtl.min.css000064400000002724150212240020013752 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer{background-color:#000;opacity:.5}.alertify .ajs-dialog{max-width:600px;min-height:122px;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);border-radius:6px}.alertify .ajs-header{color:#333;border-bottom:1px solid #e5e5e5;border-radius:6px 6px 0 0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#000}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:58px;bottom:68px}.alertify .ajs-footer{background-color:#fff;padding:15px;border-top:1px solid #e5e5e5;border-radius:0 0 6px 6px}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}alertify/alertify.rtl.css000064400000061767150212240020011521 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer { position: fixed; z-index: 1981; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; background-color: #252525; opacity: .5; } .alertify .ajs-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 0; overflow-y: auto; z-index: 1981; } .alertify .ajs-dialog { position: relative; margin: 5% auto; min-height: 110px; max-width: 500px; padding: 24px 24px 0 24px; outline: 0; background-color: #fff; } .alertify .ajs-dialog.ajs-capture:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; z-index: 1; } .alertify .ajs-reset { position: absolute !important; display: inline !important; width: 0 !important; height: 0 !important; opacity: 0 !important; } .alertify .ajs-commands { position: absolute; left: 4px; margin: -14px 0 0 24px; z-index: 2; } .alertify .ajs-commands button { display: none; width: 10px; height: 10px; margin-right: 10px; padding: 10px; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; } .alertify .ajs-commands button.ajs-close { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC); } .alertify .ajs-commands button.ajs-maximize { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC); } .alertify .ajs-header { margin: -24px; margin-bottom: 0; padding: 16px 24px; background-color: #fff; } .alertify .ajs-body { min-height: 56px; } .alertify .ajs-body .ajs-content { padding: 16px 16px 16px 24px; } .alertify .ajs-footer { padding: 4px; margin-right: -24px; margin-left: -24px; min-height: 43px; background-color: #fff; } .alertify .ajs-footer .ajs-buttons.ajs-primary { text-align: left; } .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button { margin: 4px; } .alertify .ajs-footer .ajs-buttons.ajs-auxiliary { float: right; clear: none; text-align: right; } .alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button { margin: 4px; } .alertify .ajs-footer .ajs-buttons .ajs-button { min-width: 88px; min-height: 35px; } .alertify .ajs-handle { position: absolute; display: none; width: 10px; height: 10px; left: 0; bottom: 0; z-index: 1; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==); -webkit-transform: scaleX(-1); transform: scaleX(-1); cursor: sw-resize; } .alertify.ajs-no-overflow .ajs-body .ajs-content { overflow: hidden !important; } .alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content { right: 0; left: 0; padding: 0; } .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body { margin-right: -24px; margin-left: -24px; } .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content { padding: 0; } .alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content { right: 0; left: 0; } .alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore { display: inline-block; } .alertify.ajs-closable .ajs-commands button.ajs-close { display: inline-block; } .alertify.ajs-maximized .ajs-dialog { width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 auto !important; top: 0 !important; right: 0 !important; } .alertify.ajs-maximized.ajs-modeless .ajs-modal { position: fixed !important; min-height: 100% !important; max-height: none !important; margin: 0 !important; } .alertify.ajs-maximized .ajs-commands button.ajs-maximize { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=); } .alertify.ajs-resizable .ajs-dialog, .alertify.ajs-maximized .ajs-dialog { padding: 0; } .alertify.ajs-resizable .ajs-commands, .alertify.ajs-maximized .ajs-commands { margin: 14px 0 0 24px; } .alertify.ajs-resizable .ajs-header, .alertify.ajs-maximized .ajs-header { position: absolute; top: 0; right: 0; left: 0; margin: 0; padding: 16px 24px; } .alertify.ajs-resizable .ajs-body, .alertify.ajs-maximized .ajs-body { min-height: 224px; display: inline-block; } .alertify.ajs-resizable .ajs-body .ajs-content, .alertify.ajs-maximized .ajs-body .ajs-content { position: absolute; top: 50px; left: 24px; bottom: 50px; right: 24px; overflow: auto; } .alertify.ajs-resizable .ajs-footer, .alertify.ajs-maximized .ajs-footer { position: absolute; right: 0; left: 0; bottom: 0; margin: 0; } .alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog { min-width: 548px; } .alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle { display: block; } .alertify.ajs-movable:not(.ajs-maximized) .ajs-header { cursor: move; } .alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset { display: none; } .alertify.ajs-modeless .ajs-modal { overflow: visible; max-width: none; max-height: 0; } .alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin { display: inline-block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC); } .alertify.ajs-modeless.ajs-unpinned .ajs-modal { position: absolute; } .alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=); } .alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body { max-height: 500px; overflow: auto; } .alertify.ajs-basic .ajs-header { opacity: 0; } .alertify.ajs-basic .ajs-footer { visibility: hidden; } .alertify.ajs-frameless .ajs-header { position: absolute; top: 0; right: 0; left: 0; min-height: 60px; margin: 0; padding: 0; opacity: 0; z-index: 1; } .alertify.ajs-frameless .ajs-footer { display: none; } .alertify.ajs-frameless .ajs-body .ajs-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog { padding-top: 0; } .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands { margin-top: 0; } .ajs-no-overflow { overflow: hidden !important; outline: none; } .ajs-no-overflow.ajs-fixed { position: fixed; top: 0; left: 0; bottom: 0; right: 0; overflow-y: scroll!important; } .ajs-no-selection, .ajs-no-selection * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media screen and (max-width: 568px) { .alertify .ajs-dialog { min-width: 150px; } .alertify:not(.ajs-maximized) .ajs-modal { padding: 0 5%; } .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog { min-width: initial; min-width: auto /*IE fallback*/; } } @-moz-document url-prefix() { .alertify button:focus { outline: 1px dotted #3593D2; } } .alertify .ajs-dimmer, .alertify .ajs-modal { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal { visibility: hidden; opacity: 0; } .alertify.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-duration: 500ms; animation-duration: 500ms; } .alertify.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-duration: 250ms; animation-duration: 250ms; } .alertify .ajs-dialog.ajs-shake { -webkit-animation-name: ajs-shake; animation-name: ajs-shake; -webkit-animation-duration: .1s; animation-duration: .1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes ajs-shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } @keyframes ajs-shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } .alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-slideIn; animation-name: ajs-slideIn; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } .alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-slideOut; animation-name: ajs-slideOut; -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); } .alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-zoomIn; animation-name: ajs-zoomIn; } .alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-zoomOut; animation-name: ajs-zoomOut; } .alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-fadeIn; animation-name: ajs-fadeIn; } .alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-fadeOut; animation-name: ajs-fadeOut; } .alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-pulseIn; animation-name: ajs-pulseIn; } .alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-pulseOut; animation-name: ajs-pulseOut; } .alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-flipInX; animation-name: ajs-flipInX; } .alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-flipOutX; animation-name: ajs-flipOutX; } .alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-flipInY; animation-name: ajs-flipInY; } .alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-flipOutY; animation-name: ajs-flipOutY; } @-webkit-keyframes ajs-pulseIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes ajs-pulseIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes ajs-pulseOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @keyframes ajs-pulseOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @-webkit-keyframes ajs-zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes ajs-zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes ajs-zoomOut { 0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 100% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } } @keyframes ajs-zoomOut { 0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 100% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } } @-webkit-keyframes ajs-fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes ajs-fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes ajs-fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes ajs-fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes ajs-flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg); transform: perspective(400px) rotate3d(1, 0, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg); transform: perspective(400px) rotate3d(1, 0, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes ajs-flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg); transform: perspective(400px) rotate3d(1, 0, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg); transform: perspective(400px) rotate3d(1, 0, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes ajs-flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); opacity: 0; } } @keyframes ajs-flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); opacity: 0; } } @-webkit-keyframes ajs-flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 20deg); transform: perspective(400px) rotate3d(0, -1, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -10deg); transform: perspective(400px) rotate3d(0, -1, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 5deg); transform: perspective(400px) rotate3d(0, -1, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes ajs-flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 20deg); transform: perspective(400px) rotate3d(0, -1, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -10deg); transform: perspective(400px) rotate3d(0, -1, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 5deg); transform: perspective(400px) rotate3d(0, -1, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes ajs-flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 15deg); transform: perspective(400px) rotate3d(0, -1, 0, 15deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); opacity: 0; } } @keyframes ajs-flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 15deg); transform: perspective(400px) rotate3d(0, -1, 0, 15deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); opacity: 0; } } @-webkit-keyframes ajs-slideIn { 0% { margin-top: -100%; } 100% { margin-top: 5%; } } @keyframes ajs-slideIn { 0% { margin-top: -100%; } 100% { margin-top: 5%; } } @-webkit-keyframes ajs-slideOut { 0% { margin-top: 5%; } 100% { margin-top: -100%; } } @keyframes ajs-slideOut { 0% { margin-top: 5%; } 100% { margin-top: -100%; } } .alertify-notifier { position: fixed; width: 0; overflow: visible; z-index: 1982; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .alertify-notifier .ajs-message { position: relative; width: 260px; max-height: 0; padding: 0; opacity: 0; margin: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .alertify-notifier .ajs-message.ajs-visible { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1; max-height: 100%; padding: 15px; margin-top: 10px; } .alertify-notifier .ajs-message.ajs-success { background: rgba(91, 189, 114, 0.95); } .alertify-notifier .ajs-message.ajs-error { background: rgba(217, 92, 92, 0.95); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); } .alertify-notifier .ajs-message .ajs-close { position: absolute; top: 0; left: 0; width: 16px; height: 16px; cursor: pointer; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC); background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 2px; } .alertify-notifier.ajs-top { top: 10px; } .alertify-notifier.ajs-bottom { bottom: 10px; } .alertify-notifier.ajs-right { left: 10px; } .alertify-notifier.ajs-right .ajs-message { left: -320px; } .alertify-notifier.ajs-right .ajs-message.ajs-visible { left: 290px; } .alertify-notifier.ajs-left { right: 10px; } .alertify-notifier.ajs-left .ajs-message { right: -300px; } .alertify-notifier.ajs-left .ajs-message.ajs-visible { right: 0; } .alertify-notifier.ajs-center { right: 50%; } .alertify-notifier.ajs-center .ajs-message { -webkit-transform: translateX(50%); transform: translateX(50%); } .alertify-notifier.ajs-center .ajs-message.ajs-visible { right: 50%; -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); } .alertify-notifier.ajs-center.ajs-top .ajs-message { top: -300px; } .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible { top: 0; } .alertify-notifier.ajs-center.ajs-bottom .ajs-message { bottom: -300px; } .alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible { bottom: 0; } alertify/alertify.css000064400000062004150212240020010702 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer { position: fixed; z-index: 1981; top: 0; right: 0; bottom: 0; left: 0; padding: 0; margin: 0; background-color: #252525; opacity: .5; } .alertify .ajs-modal { position: fixed; top: 0; right: 0; left: 0; bottom: 0; padding: 0; overflow-y: auto; z-index: 1981; } .alertify .ajs-dialog { position: relative; margin: 5% auto; min-height: 110px; max-width: 500px; padding: 24px 24px 0 24px; outline: 0; background-color: #fff; } .alertify .ajs-dialog.ajs-capture:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; z-index: 1; } .alertify .ajs-reset { position: absolute !important; display: inline !important; width: 0 !important; height: 0 !important; opacity: 0 !important; } .alertify .ajs-commands { position: absolute; right: 4px; margin: -14px 24px 0 0; z-index: 2; } .alertify .ajs-commands button { display: none; width: 10px; height: 10px; margin-left: 10px; padding: 10px; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; } .alertify .ajs-commands button.ajs-close { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC); } .alertify .ajs-commands button.ajs-maximize { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC); } .alertify .ajs-header { margin: -24px; margin-bottom: 0; padding: 16px 24px; background-color: #fff; } .alertify .ajs-body { min-height: 56px; } .alertify .ajs-body .ajs-content { padding: 16px 24px 16px 16px; } .alertify .ajs-footer { padding: 4px; margin-left: -24px; margin-right: -24px; min-height: 43px; background-color: #fff; } .alertify .ajs-footer .ajs-buttons.ajs-primary { text-align: right; } .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button { margin: 4px; } .alertify .ajs-footer .ajs-buttons.ajs-auxiliary { float: left; clear: none; text-align: left; } .alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button { margin: 4px; } .alertify .ajs-footer .ajs-buttons .ajs-button { min-width: 88px; min-height: 35px; } .alertify .ajs-handle { position: absolute; display: none; width: 10px; height: 10px; right: 0; bottom: 0; z-index: 1; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==); -webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/; transform: scaleX(1) /*rtl:scaleX(-1)*/; cursor: se-resize; } .alertify.ajs-no-overflow .ajs-body .ajs-content { overflow: hidden !important; } .alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content { left: 0; right: 0; padding: 0; } .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body { margin-left: -24px; margin-right: -24px; } .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content { padding: 0; } .alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content { left: 0; right: 0; } .alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore { display: inline-block; } .alertify.ajs-closable .ajs-commands button.ajs-close { display: inline-block; } .alertify.ajs-maximized .ajs-dialog { width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 auto !important; top: 0 !important; left: 0 !important; } .alertify.ajs-maximized.ajs-modeless .ajs-modal { position: fixed !important; min-height: 100% !important; max-height: none !important; margin: 0 !important; } .alertify.ajs-maximized .ajs-commands button.ajs-maximize { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=); } .alertify.ajs-resizable .ajs-dialog, .alertify.ajs-maximized .ajs-dialog { padding: 0; } .alertify.ajs-resizable .ajs-commands, .alertify.ajs-maximized .ajs-commands { margin: 14px 24px 0 0; } .alertify.ajs-resizable .ajs-header, .alertify.ajs-maximized .ajs-header { position: absolute; top: 0; left: 0; right: 0; margin: 0; padding: 16px 24px; } .alertify.ajs-resizable .ajs-body, .alertify.ajs-maximized .ajs-body { min-height: 224px; display: inline-block; } .alertify.ajs-resizable .ajs-body .ajs-content, .alertify.ajs-maximized .ajs-body .ajs-content { position: absolute; top: 50px; right: 24px; bottom: 50px; left: 24px; overflow: auto; } .alertify.ajs-resizable .ajs-footer, .alertify.ajs-maximized .ajs-footer { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; } .alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog { min-width: 548px; } .alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle { display: block; } .alertify.ajs-movable:not(.ajs-maximized) .ajs-header { cursor: move; } .alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset { display: none; } .alertify.ajs-modeless .ajs-modal { overflow: visible; max-width: none; max-height: 0; } .alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin { display: inline-block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC); } .alertify.ajs-modeless.ajs-unpinned .ajs-modal { position: absolute; } .alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=); } .alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body { max-height: 500px; overflow: auto; } .alertify.ajs-basic .ajs-header { opacity: 0; } .alertify.ajs-basic .ajs-footer { visibility: hidden; } .alertify.ajs-frameless .ajs-header { position: absolute; top: 0; left: 0; right: 0; min-height: 60px; margin: 0; padding: 0; opacity: 0; z-index: 1; } .alertify.ajs-frameless .ajs-footer { display: none; } .alertify.ajs-frameless .ajs-body .ajs-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog { padding-top: 0; } .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands { margin-top: 0; } .ajs-no-overflow { overflow: hidden !important; outline: none; } .ajs-no-overflow.ajs-fixed { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow-y: scroll!important; } .ajs-no-selection, .ajs-no-selection * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media screen and (max-width: 568px) { .alertify .ajs-dialog { min-width: 150px; } .alertify:not(.ajs-maximized) .ajs-modal { padding: 0 5%; } .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog { min-width: initial; min-width: auto /*IE fallback*/; } } @-moz-document url-prefix() { .alertify button:focus { outline: 1px dotted #3593D2; } } .alertify .ajs-dimmer, .alertify .ajs-modal { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal { visibility: hidden; opacity: 0; } .alertify.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-duration: 500ms; animation-duration: 500ms; } .alertify.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-duration: 250ms; animation-duration: 250ms; } .alertify .ajs-dialog.ajs-shake { -webkit-animation-name: ajs-shake; animation-name: ajs-shake; -webkit-animation-duration: .1s; animation-duration: .1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes ajs-shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } @keyframes ajs-shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } .alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-slideIn; animation-name: ajs-slideIn; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } .alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-slideOut; animation-name: ajs-slideOut; -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); } .alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-zoomIn; animation-name: ajs-zoomIn; } .alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-zoomOut; animation-name: ajs-zoomOut; } .alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-fadeIn; animation-name: ajs-fadeIn; } .alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-fadeOut; animation-name: ajs-fadeOut; } .alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-pulseIn; animation-name: ajs-pulseIn; } .alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-pulseOut; animation-name: ajs-pulseOut; } .alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-flipInX; animation-name: ajs-flipInX; } .alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-flipOutX; animation-name: ajs-flipOutX; } .alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-flipInY; animation-name: ajs-flipInY; } .alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-flipOutY; animation-name: ajs-flipOutY; } @-webkit-keyframes ajs-pulseIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes ajs-pulseIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes ajs-pulseOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @keyframes ajs-pulseOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @-webkit-keyframes ajs-zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes ajs-zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes ajs-zoomOut { 0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 100% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } } @keyframes ajs-zoomOut { 0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 100% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } } @-webkit-keyframes ajs-fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes ajs-fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes ajs-fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes ajs-fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes ajs-flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes ajs-flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes ajs-flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes ajs-flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @-webkit-keyframes ajs-flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes ajs-flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes ajs-flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } @keyframes ajs-flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } @-webkit-keyframes ajs-slideIn { 0% { margin-top: -100%; } 100% { margin-top: 5%; } } @keyframes ajs-slideIn { 0% { margin-top: -100%; } 100% { margin-top: 5%; } } @-webkit-keyframes ajs-slideOut { 0% { margin-top: 5%; } 100% { margin-top: -100%; } } @keyframes ajs-slideOut { 0% { margin-top: 5%; } 100% { margin-top: -100%; } } .alertify-notifier { position: fixed; width: 0; overflow: visible; z-index: 1982; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .alertify-notifier .ajs-message { position: relative; width: 260px; max-height: 0; padding: 0; opacity: 0; margin: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .alertify-notifier .ajs-message.ajs-visible { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1; max-height: 100%; padding: 15px; margin-top: 10px; } .alertify-notifier .ajs-message.ajs-success { background: rgba(91, 189, 114, 0.95); } .alertify-notifier .ajs-message.ajs-error { background: rgba(217, 92, 92, 0.95); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); } .alertify-notifier .ajs-message .ajs-close { position: absolute; top: 0; right: 0; width: 16px; height: 16px; cursor: pointer; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC); background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.5); border-top-right-radius: 2px; } .alertify-notifier.ajs-top { top: 10px; } .alertify-notifier.ajs-bottom { bottom: 10px; } .alertify-notifier.ajs-right { right: 10px; } .alertify-notifier.ajs-right .ajs-message { right: -320px; } .alertify-notifier.ajs-right .ajs-message.ajs-visible { right: 290px; } .alertify-notifier.ajs-left { left: 10px; } .alertify-notifier.ajs-left .ajs-message { left: -300px; } .alertify-notifier.ajs-left .ajs-message.ajs-visible { left: 0; } .alertify-notifier.ajs-center { left: 50%; } .alertify-notifier.ajs-center .ajs-message { -webkit-transform: translateX(-50%); transform: translateX(-50%); } .alertify-notifier.ajs-center .ajs-message.ajs-visible { left: 50%; -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); } .alertify-notifier.ajs-center.ajs-top .ajs-message { top: -300px; } .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible { top: 0; } .alertify-notifier.ajs-center.ajs-bottom .ajs-message { bottom: -300px; } .alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible { bottom: 0; } alertify/alertify.min.css000064400000050237150212240020011471 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer{position:fixed;z-index:1981;top:0;right:0;bottom:0;left:0;padding:0;margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{position:fixed;top:0;right:0;left:0;bottom:0;padding:0;overflow-y:auto;z-index:1981}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0 24px;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px;margin-bottom:0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content{padding:0}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-closable .ajs-commands button.ajs-close{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-overflow.ajs-fixed{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll!important}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:1px dotted #3593d2}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:250ms;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:linear;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier .ajs-message .ajs-close{position:absolute;top:0;right:0;width:16px;height:16px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,.5);border-top-right-radius:2px}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}.alertify-notifier.ajs-center{left:50%}.alertify-notifier.ajs-center .ajs-message{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.alertify-notifier.ajs-center .ajs-message.ajs-visible{left:50%;-webkit-transition-timing-function:cubic-bezier(.57,.43,.1,.65);transition-timing-function:cubic-bezier(.57,.43,.1,.65)}.alertify-notifier.ajs-center.ajs-top .ajs-message{top:-300px}.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{top:0}.alertify-notifier.ajs-center.ajs-bottom .ajs-message{bottom:-300px}.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible{bottom:0}alertify/alertify.rtl.min.css000064400000050270150212240020012266 0ustar00/** * alertifyjs 1.11.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes (http://alertifyjs.com) * Licensed under GPL 3 */ .alertify .ajs-dimmer{position:fixed;z-index:1981;top:0;left:0;bottom:0;right:0;padding:0;margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{position:fixed;top:0;left:0;right:0;bottom:0;padding:0;overflow-y:auto;z-index:1981}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0 24px;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;left:4px;margin:-14px 0 0 24px;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-right:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px;margin-bottom:0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 16px 16px 24px}.alertify .ajs-footer{padding:4px;margin-right:-24px;margin-left:-24px;min-height:43px;background-color:#fff}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:left}.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:right;clear:none;text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;left:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(-1);transform:scaleX(-1);cursor:sw-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{right:0;left:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-right:-24px;margin-left:-24px}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content{padding:0}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{right:0;left:0}.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-closable .ajs-commands button.ajs-close{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;right:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 0 0 24px}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;right:0;left:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;left:24px;bottom:50px;right:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;right:0;left:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;right:0;left:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;left:0;bottom:0;right:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-overflow.ajs-fixed{position:fixed;top:0;left:0;bottom:0;right:0;overflow-y:scroll!important}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:1px dotted #3593d2}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:250ms;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}}@keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-90deg);transform:perspective(400px) rotate3d(1,0,0,-90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,20deg);transform:perspective(400px) rotate3d(1,0,0,20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-10deg);transform:perspective(400px) rotate3d(1,0,0,-10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,5deg);transform:perspective(400px) rotate3d(1,0,0,5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-90deg);transform:perspective(400px) rotate3d(1,0,0,-90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,20deg);transform:perspective(400px) rotate3d(1,0,0,20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-10deg);transform:perspective(400px) rotate3d(1,0,0,-10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,5deg);transform:perspective(400px) rotate3d(1,0,0,5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,20deg);transform:perspective(400px) rotate3d(1,0,0,20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-90deg);transform:perspective(400px) rotate3d(1,0,0,-90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,20deg);transform:perspective(400px) rotate3d(1,0,0,20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-90deg);transform:perspective(400px) rotate3d(1,0,0,-90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,-90deg);transform:perspective(400px) rotate3d(0,-1,0,-90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,20deg);transform:perspective(400px) rotate3d(0,-1,0,20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,-10deg);transform:perspective(400px) rotate3d(0,-1,0,-10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,5deg);transform:perspective(400px) rotate3d(0,-1,0,5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,-90deg);transform:perspective(400px) rotate3d(0,-1,0,-90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,20deg);transform:perspective(400px) rotate3d(0,-1,0,20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,-10deg);transform:perspective(400px) rotate3d(0,-1,0,-10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,5deg);transform:perspective(400px) rotate3d(0,-1,0,5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,15deg);transform:perspective(400px) rotate3d(0,-1,0,15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,-90deg);transform:perspective(400px) rotate3d(0,-1,0,-90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,15deg);transform:perspective(400px) rotate3d(0,-1,0,15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,-1,0,-90deg);transform:perspective(400px) rotate3d(0,-1,0,-90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:linear;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier .ajs-message .ajs-close{position:absolute;top:0;left:0;width:16px;height:16px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,.5);border-top-left-radius:2px}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{left:10px}.alertify-notifier.ajs-right .ajs-message{left:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{left:290px}.alertify-notifier.ajs-left{right:10px}.alertify-notifier.ajs-left .ajs-message{right:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{right:0}.alertify-notifier.ajs-center{right:50%}.alertify-notifier.ajs-center .ajs-message{-webkit-transform:translateX(50%);transform:translateX(50%)}.alertify-notifier.ajs-center .ajs-message.ajs-visible{right:50%;-webkit-transition-timing-function:cubic-bezier(.57,.43,.1,.65);transition-timing-function:cubic-bezier(.57,.43,.1,.65)}.alertify-notifier.ajs-center.ajs-top .ajs-message{top:-300px}.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{top:0}.alertify-notifier.ajs-center.ajs-bottom .ajs-message{bottom:-300px}.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible{bottom:0}ytprefs-onboarding.css000064400000013066150212240020011064 0ustar00/*https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/ */ #wphead {display:none;} #wpbody{margin-left: 0px;} #adminmenuback {display: none;} #adminmenu, adminmenuwrap {display: none;} #wpcontent, .auto-fold #wpcontent {margin-left: 0px;} #wpadminbar {display:none;} html.wp-toolbar {padding: 0px;} #footer, #wpfooter, .auto-fold #wpfooter {display: none;} #screen-meta-links {display: none;} #wpfooter {clear: both} .clearboth {clear: both;} .pad20 {padding: 20px;} .center {text-align: center;} .bold {font-weight: bold;} .orange{color:#f85d00; } .smallnote { font-size: small; font-style: italic; } .indent-option { margin-left: 25px; } .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: inherit; } .ui-accordion .ui-accordion-header { margin-top: 15px; font-weight: bold; } .ui-accordion .ui-accordion-content.header-go-content { display: none !important; height: 0 !important; } .ui-widget-content a { color: #0073aa; } input.ui-widget[type=text] { margin: 0; padding: .4em 1em; width: 450px; } .txt-button-align input.ui-widget[type=text], .txt-button-align button { vertical-align: top; } #epyt_wiz_wrap .ui-button { font-weight: bold; } .ui-button .ui-icon { transform: scale(1.35,1.35); } .copycode { background-color: #eeeeff; border: 2px solid #c7d6e4; display: inline-block; font-size: .9em; overflow-x: hidden; vertical-align: middle; white-space: nowrap; width: 400px; padding-left: 15px; padding-right: 15px; } .pointer { cursor: pointer; } .relative { position: relative; } .epyt-fitvid { width: 100%; padding-top: 56.25%; position: relative; } .epyt-fitvid iframe { position: absolute; top: 0; left:0; right: 0; bottom: 0; width: 100%; height: 100%; } /* STEPS ************/ .wrap-ytprefs-onboarding h1 { line-height: 40px; } .wrap-ytprefs-onboarding h2 { line-height: 2em; } .ytprefs-ob-step { position: absolute; visibility: hidden; opacity: 0; transition: opacity 300ms, visibility 300ms; width: 100%; height: 0; top: -200000px; } .ytprefs-ob-step.active-step { visibility: visible; opacity: 1; height: auto; top: 0; } .ytprefs-ob-title { font-size: 2em; line-height: 2em; text-align: center; } .ytprefs-ob-subtitle { font-size: 1.4em; line-height: 2em; } .ytprefs-ob-content { max-width: 800px; margin: 0 auto; } .ytprefs-ob-nav { text-align: center; margin-top: 20px; padding-top: 20px; border-top: 2px solid #dddddd; clear: both; margin-bottom: 50px; } .ytprefs-ob-nav .ytprefs-ob-nav-hide { display: none; } .ytprefs-ob-nav button.button-secondary, .ytprefs-ob-nav button.button-primary { display: inline-block; margin: 0 10px; } .ytprefs-ob-nav button.ytprefs-ob-nav-prev, .ytprefs-ob-nav button.ytprefs-ob-nav-close { margin-right: 25px; } .ytprefs-ob-step1 ul.ytprefs-ob-filter li { margin-bottom: 15px; } .ytprefs-ob-step1 .ytprefs-hover-icons { width: 160px; float: right; margin-left:30px; min-height: 200px; position: relative; } .ytprefs-ob-step1 .ytprefs-hover-icons img { position: absolute; top: 0; left: 0; opacity: 0; display: block; width: 100%; height: auto; transition: opacity 200ms; } .ytprefs-ob-step1 .ytprefs-hover-icons img.yob-icon-visible { opacity: 1; } .ytprefs-ob-step2 .ytprefs-ob-setting { display: none; margin: 10px 0 25px 0; } .ytprefs-ob-step2 .ytprefs-ob-setting.yob-single-visible, .ytprefs-ob-step2 .ytprefs-ob-setting.yob-gallery-visible, .ytprefs-ob-step2 .ytprefs-ob-setting.yob-standalone-visible, .ytprefs-ob-step2 .ytprefs-ob-setting.yob-privacy-visible, .ytprefs-ob-step2 .ytprefs-ob-setting.yob-live-visible { display: block; } .ytprefs-ob-step2 form #responsive ~ #boxresponsive_all, .ytprefs-ob-step2 form #facade_mode ~ .box_facade_mode { height: 0; visibility: none; opacity: 0; pointer-events: none; transition: opacity 300ms, visibility 300ms; } .ytprefs-ob-step2 form #responsive:checked ~ #boxresponsive_all, .ytprefs-ob-step2 form #facade_mode:checked ~ .box_facade_mode { height: auto; visibility: visible; opacity: 1; margin-top: 10px; pointer-events: all; } .ytindent { padding-left: 15px; border-left: 5px solid #e0e0e0; } .gdpr-options-left { width: 65%; float: left; } .gdpr-options-right { width: 33%; float: right; margin-top: 20px; } .gdpr-options-right .img-gdpr-message { width: 100%; height: auto; } iframe#gdpr_consent_message_ifr { min-height: 250px !important; } .ytprefs-ob-step4 .ytprefs-ob-content { max-width: 100%; } .ytprefs-ob-step4 h2 { /* max-width: 600px; text-align: center; margin: 0 auto;*/ } .wiztab-screenshots { float: right; max-width: 50%; height: auto; clear: right; margin-left: 30px; margin-bottom: 15px; display: block; border: 5px solid #dddddd; } .ytprefs-ob-success { color: #00a000; font-weight: bold; } .ytprefs-ob-success:after { content: url('../images/adstxt-valid.png'); } input.checkbox[disabled], input[type=radio][disabled] { border: 1px dashed #444444; } input[type="checkbox"] + label .check-note { display: none; } input[type="checkbox"]:checked + label .check-note { display: inline; } #not_live_on ~ #wp-not_live_content-wrap { opacity: .3; } #not_live_on:checked ~ #wp-not_live_content-wrap { opacity: 1; }index.html000064400000000312150212240020006521 0ustar00 images/ui-icons_222222_256x240.png000064400000015561150212240020012066 0ustar00PNG  IHDREr@gAMA a cHRMz&u0`:pQ<bKGD"btIME 5sTIDATxm%Uy $!,h ,%&@|IEMrݱD2;f ܉A^$5Ƣj^K@U-wWD`|q"t>ν3}S~9}<>|Dg7\J{4K 3tfZޱ`7u7Yɶ~f]<4m*<%%{^`FR l8<Oh8<Ok2n6cL`>]=u$,`&+hk6J_*|K0?@lxdom]L3ݞߌ0.;TE,;4tMOmPLUA&e+`8u]577~"h8<Oh8<]C8YsZ}iA ֠)ȞsW.!m. z[#R䨚 \R{v r R ?˝#[|f`y)A-QN 4wϮ:Kr{河3ZP!0t{l\YwSnPIA.Vm-R $ysI@;eغX.vYvB n]gWcVn*ôyT=Mhpt +3 '@ px4 '@ pC`=x?.jlk]R Q.ޫ5@P,[Zj6ƵKɟڕ[ ,P/5/thzG]Yn!wk9څR+@K tťa.mKu DM篂U!LgK\At$VrX˒`LoMe/R+X.X.]L]Nq%e7w"< ּp뻴ʩ@  uǤ OO7 '@ px4 PdrvM{wQve{Ȯ]0d1w%L,vQwqyyx`]jW.!WWl/D3,v܁6]iZ<:IݯtM~9UPi!snS!QyU緯lJ Ț!$(7-/ޮB¤F[^)F#*U$`7\!OUŪ3ǐ_J:𨃏ܽX6X!|.!}t$ePROQա/P[Cmb,=XA!tho14]Zh=Oh8<#@keEٲM&IKѢ&b04(.%thtIH2>Dgͳ]ݢ@NE]hɟ|T=m5@ .#BW2wQ׿¨alrvEb)n#ය݄F/N6%t]KX" nz"t.'`[A-y-LTi rgW=)lj&˺;YeF,6CG_0l;y1|5'@ px4SLT_ʿߐ:ADV\cK !e8L}F{=.y0~w,ݭ9^n gH]Y,b}H!0 La4-Uڣ$R|crQx/a _seRmDz$V\ 3<ɔ0㗹1VD#a=5!*,6~ ^#Jt Wg{ȃsd,o9X1 ?*uuB,=`޻'1l$[Gx4 '@ DΞ-z)E}:g˖ gÁyk>fiNa~  ɏk`.73PȸҜ;+ ZpMlbinFݬLپȓ4 :a.0JN.pk8NPx\lh݅x2iǹ?OH5M@.K4p\a/>ay%^zU25O'0VOsMR4"0VܞFqyYEL0])PK~Irx /Qs*SL1fn>6U4>i#\}cJjrjo_u8n,JFgyFk6a[0y|kS\6 + )L*g EDخq|Y_'-?Z";<Wϼ= [\IL}‹7OqX 4<z7=~CP6w'ƟL~*?7ȳg%npMBC{ L^O2;C!-c%DP]y_VaX1uҗEc_t'[PP> `4B "O7ՑF3 <5ϝ|B.0#bb],ҥK{/QWܯd0~.ꏜ}eK Y@3>?_"X,u5OԘ(xsG4DI 4 '@ p4XNIMs(,ѡކ<&R=>@]ZG^ _Hk|p7rFp,/^>G-B+7(z3d-A^'qzj z_`I:L0T|aɄ܇'/CTS̤ U (.2Rr ?< aGBKsRƔ[IlcylU_ɷxO QH1NcӺ#?5f4ߣ3lgGAnjԄ&"\r'VZvD)ykCbW;I[‰k!fuiQ*tWsN_~W< g)'8}ږjHzD66Dkx3?xFy znoO+v,bcxsLwxtnGĝlNn2ھIOΐlƟw g kг=ޜlAl)l; )"W2:-.H٥aq66$\0oqnjcC[Oh8<O":F@j1Xg dbݖ3zELHWW+wx0- pxk` px4 '@ pAܣDkH2u]AzwnPExFyAum 0F0bG:1;L6|CGICHRݿ6y~˘{o}@]Q~"h8<Oh8/~B P-d׻͒£"D ;R򠫹 `d] a{ -+PS#R3@O z-̒ ¿rvJQz`W_9HGx\EA2͌r͠&~U>wS[Σ- `9'C~ C@eCٹq_ XzN%tEXtdate:create2016-09-14T12:30:40-04:00o%tEXtdate:create2016-09-14T12:31:34-04:00-%tEXtdate:modify2016-09-14T12:31:34-04:00\RIENDB`images/ui-bg_glass_75_e6e6e6_1x400.png000064400000000504150212240020013125 0ustar00PNG  IHDRDgAMA a cHRMz&u0`:pQ<bKGD1tIME  "&~LIDAT8cx0Fuóg ύabx+7&F&FN&oL_3|dfbXIAx<0: %tEXtdate:create2016-09-14T12:31:34-04:00-%tEXtdate:modify2016-09-14T12:31:34-04:00\RIENDB`images/ui-icons_454545_256x240.png000064400000015662150212240020012107 0ustar00PNG  IHDREr@gAMA a cHRMz&u0`:pQ<bKGDE;-tIME 5sIDATxk%Gum;!^pl0[HXȹH:w8;g1s]&<Clfq؅!,"·Wu׫{vGwn>UUuN=ΩSx4g : 6!Agb3 6+JD0&s؇N_Bs&&ڏ>~= c{vj%_DYEF qܸG RSơCEہ!' NP)~tϷ=;wהmeBH{s S&S6MCP6z̐!(hnE6VjնcO6y7iʶ~fKjڬT0<26+^;4~%pxh84^/ :2n6eLh`~=uprn0sOs횶WrGh _ Cmz-=)wFi#@u-cթPO{Ss˛^|BA'm TQn`.[ܫ |Եt7^p @pxh84^sC8UkN}A 栺*s%~aJYT}-1pTVP%%?p(>~PA.E ]1^([#\ֱWRЃ>4j"mhI@I>]yҙA6E:q7n05AuPy L8Pj K9 [EZ.Ȫ.Lu֛L;Xt0Ua29@às_!_ l84^/  @7R?~¥\4F>R7F{VCl9wT.[)?}ڕk Po5othz'\CVgskۥb%@6[\ܩ۶`6YsKݞs7jAAnX2G?1R6+u W@P"[U|~mm`3` { H+"ȤN=Mϯ4U `z~S=n0o粤= ̙hJ#[4ٗv4`5@bt n0w59-̩B(X'[67i3SP@  Ĥ/7^/  @:6U.EowsXE{LsUXcau7WvR҅l~٭Nv]h;Іi;MGC'{I79J*F ͦ> B\u}A窞o<ȟVaCHP"nLum߼]݅=eMFdUf;Il;:DCߪiŪ'Ƚǐ_VL:p s/5V.~{3R[IAH]$fCT5 Pہ(Ku^([ݬN4]&E@.`C5oJ @pxh84'Җ:6lB'.D Рxw5%1\U)F:Jm^[uRdTwOtI&~|Uͩzq;j~đ TsD_S>ܵ TG4m5'W:m" VH#t|dM‚ nz: um?bGA-<[ez#S/\хyDV{+ @u6y#L<"<]5d lj&˺'Y%iFbgJ AH} P=o2O౩pxh84$Jl_ҿAwp( UNQ߆'$kLe>Wƞ%ײ:RfQkb½?.ux8LPr07jNװOfX˼I\99Tn?S#Z֙kk@ g?mbiʘ,kċr]= JOE*We~ 4 -E,dN9wuʬqw>c3e|qEwKځ3%,y ]Y$p)CǢ yR<KۿK}AHD`!@}Enevp7/ 4shVTʉXJ`ג ~\#gᅑ./T!Ij|*<^T@+]uƜO eә"O>^(/檜}cݾ~["ɯx·z&$u7@L&ir=G g jw)ZLZsܗ~M+@>7pZOI'y#GSAS^zUK! ;4Og0͂_ ]%=e`d ԣ=K?RPz12Ӎ-x9uJZ[Ԛ[@byvp#ai.\wiC#Y. ǵꚸM*R6ȩ-~fZ>Ohզ:as|3|*f0S}a?~oVJ]@l,5}c×%ESԸՙ_T !co `_Xp j9C>|"qOꁾKt͝i' t #{P&rej5hv^M8GE h&]@X֔AfaJɂH*_VnX3ug<}hr PPv!o[@ [DF- 2)oCOSP{y#\_.1C|ܼ],ҥKY단Kssͅd w2L)߰O˾e+'HL$1 ?Ѽz>!0r>:xGtb*h8.pxh846VtU9Oyw莇!+IT .ZvZF "pS΃ѯ?!p !B|5CޞH(zzi8[97Q{ z_b:LXTO>٭E {R\)|er}o+BO#/}WH6gvs!Pf^3d"#Qgh8la0`XJ&ɂ`7;a E EO8SҿLD_:Z Qz2*T55XQ{8!WfS~!a89'JHSle'@&3YE,_ɷx1O WP1E#u3jkEyg\iQbp-; ;ť\ {ǔU5e)6ti,UJ6os&X!؉N3˔A! :)OFH*V3 9g[yTΞ,FU &_C<ҫ(_?(W1p? OW p!3J8ҨoWd'`9MYa,3˳|ClSŦ.׳wU!ܟzBļ:b ؑr@jvx_ E4X3|8Wi5gqqp/+3v+s+Q7].v )gp (6G,(6G ?Xd ou'p0M:nCfF/?>mO΅ؑT^rR[M)<#5Ќݤ>;rZs[{uY0c?]yUm-~/d|d7?C e_>DѡWg>iKݑX8ƫ "Jfqvqxh8 p_]|-Yw :o\+ >%W7 :r.\+tW#*Oԃؗq!TFQu~rÁ &(_=q~}`_ƳCN%EHs hkQEϬ6\PO6/I m!ƹClg>҅ 1O 6X}G.M.W@@,TKD6k,s?ofR"vޣMt2'zlY=@'Ӥ>U?Rω;}]q?ko)\LXfӜ4X jJĽAonLٮg{SaDVf2n2tdcj˚k$ Ongyv'C46ާ~4=MI3dF9ݑW= dH!R u}8o=-p`$ ^/Oe4VF/X[II V=zd1abXC :oFE,(`p4lbZD'OWA]4RCC-yЍis'/US$C C#\r=hLݒï6^/  @Ñ[D*-> Mk_>zlIТ3,ruX(+d<dBqv%^IgPY=:-*%]~E#grboncLE8ȝ6ΰO;㚌u5>zAC &C&gIZP bsb/p.o'G+o^_n\! 噻/fvq=fJ>yOeĢHES|fD<`gizI>7p5SZت!{y{~=4@#˹5"p@yU8ZSq ?*66x{ϖ/  @Ñ <п8~o>U8/yu67s|Wٿpo.P<]ץƟ/Doz7hz ! 6*Uyjr6~`oK?B?o˿9iic.ͅ%wvms%]\7}U]7%~T_|JOvh務Ѹ[鄚{ [@+r.~ٳuĭO"2#f`Ͽ=MMv7Q}WLZnJߔ B &+$U= ;T=(r/Kj +oد~jI8&e 1Uyz;6~hoK?B?o˿)~yUY: uRXX ^fNK)Fi޲i~o8KX/pu 97:dس~o! 6^/  @*l;ݣdmxr ]1t(XnM^ j!!/6nt1P;FXQA^qƍtCTxDqۜBk 3||9/`/  @pl]h^@l!=mV$! 3hZ`꠳9 `x_ akݞ=k.|!,!ثØ~A+l[U?d0ğrB0_S<ҥI_~?CWS|3ȇɲ_>Nք(az X>E=<Y=kuo UX0%tEXtdate:create2016-09-14T12:30:40-04:00(DЯ'L6=;㴓l ۧ=M/>ڠ̓6(ڬ0$%GI_km+$.q W7~!pxh84^/ ƐQG8UkV}A 栺*s%~aJYT}-c*vۭ.J=C `+~P}\=. 43%4 Ph F,_\ֱWRЃ>4j"mhi@IzJҼy tsY@ee'C뱅rjm܍C&[LM%m{e^.%flNźuѶd{$*"nK9(ufc/ӯ<-!LUi{&0lWW/  @pxh8͡phxѮO)LQ.ޫU@P--[jj6ƵKǎɟ 5r 7phۊ{]Zn!w3ڹRzz[ ta.m[uD,i9ХcwnϹCzƠ Gm,o}RfNaÔ Juˁ ]oۯ-Mu`f]gJ(U@E N=Mϯ,U `z~S=n0o粤= ̙hJC,KJs /&޸咲C9Uhuav^u9&mtjc(0 H @ᗂ/  @k R]y{L*k ,CV= &*aTW;uMB-b5߮ `bp]Ӵy4ttClhbٔއA/(qW\;ȊG'+? U@낢sBd * Ȱ$=U!zӊUO{'!`5͔:KU=Œ@mRal{IB%b5}ZƀT7 셲jDe!014]Fh4^/  @1|Ef /nl&tBnȫؠ ʹwSLODHZpU]g@*y;i-JӅR޽HCt5jNާr Ls_S>ܵG]ϗ- 򩸹h_Y=^4Y kNջNc>BGA"I՚L@<4AG<!s"=;a[@ȼUw0b?X =0Hjr~zV(U&v$>R@P骁lO$H!`;pdvY$4m^U_B`ڑyP0l'z&m0Oౡpxh84$Jl_ҿAw`\qcM !OJe8|z==[K<.iǸ"0kޘW =r)0O1%^q&l ;GX)[ʝυc CUrH=Ž1eq3PRN%F./TDUC|'ȔՇx ;w1ws:?r^fOE1~6 Y\U h&( 80h'yW'w(:* yMjmv/ {pnx/ (?_iRz5^z,f\ ,OsxYM`/*6;xg2Ë %sW2ia l!ަ)9ϣՕAE~5]f"G"z ^`[[UE0C!f ,h5c5Cm:X@`IbSdshye QwB~+`$;\lc#%V]I%uB59ů9\ @LVIT5lΜoavY~/zq,b/쇗/&oMޮPH:`oaLc$1>a_~EvQ5yK wہ]V\MbL} n{7_$_f@M?g|vhЇOiT=wx96MRD?Pd3ddco/\=Zy*N֫Ig/7؜(86~bC2XSɇv>G[UBuS f%&?g.n^[$CA9D`}O&R5jQ|O c]z@hd} vnAsw$S&qNw8BHH.al/.uS?-¯[ Qߍ0~-ӗ쏌}dK@3>Lb,㺪k,OxAJL Q 4^/ yU4TtUm`:!E0ݮu\k_A>>^Ż 1y(u.pnf>NȭJǹ"o͐g(m!dz5p휝=Nن~Y/1 YP,DO>٩E {Q\)|uz}(BOU#/}WH6gvs!Pf^3dB3uBJ|ye0 ,p%dANؙ"oԧE~)_Fxq/O^_V=gOw V.+"8<g''d颹)cRDzIZXE|7F(S@;fqYw\Sc^sgqƕ-vE}ta;K3!yo`10wUMcʢ òZ]!N p⿖tz[8]L.IH⯀H1EU?~Ιl6ngs9;uW0QK|#h'_iDu5F4xVFt?@TC7Cln6p6UvE9V9rf 1k `[6"AvE'xxhQ Js998_Sq/\ALvIl_DN3t& c,{ou'p2M1>JZ˿5F-?>oʅؖT^r ZJjhFnm9zޭν:y0c ?]yUm-~C/d|l7? e_>DѡW_ִ%XZ5,./ Gt4^ _Agܣ7ˁsE!ܧW*Agޣ>p9rNٟнQ $=f?qb_fƅd &(_5q^ϒ`_ƳCNEDs @Xd6\hl^͍B,19M2 ^G -WCf[X.I!n?.3_Ppǹ@}d@'3d>U?RI:}]k<`\LXfSX Y  E㶎ho~scv=C`x+!bc;y6SiqRN, :WqUw;9~8cS_\w'^xq'c :QFf߷~,%}ϠW';[=Z6^$!E$'-vs+sU(tgMÁ,Qh<1cXIxm`pxh84^Xo26nQHAI4;F[ՒaA*jdҦa=4tX/,~RJ*o-O]UŪiS +8³*dބC)^H~M?f{lC ]GG %П֡ΨYT O BٯyXR >F/XכI,*YS/ (`}D,(KXgp4bZD'OWh+RCCMyЍYs'!nJC C#\r=hLݔï6^/  @Ñ[93\;4[C#=G=6!hMݏ^NW9:,so0Cd!8;2&s\KtŽl:-*%A$-G94?B8=:5FTcw[8͖?kxkj/~}cn"]o.0x+>`/]ޭ5.`+g("Fers"bۍ+"xxp=NKLBg [y E?Ga*J$su̟2$JLqW3[77CD0~ķx%>1 X)Ϲ G`j!gFoprpxh82PR ^[ ~F:.f~o8\#u]y K |@4dmSQ\WӣeWC|[V~[OItMt1RDU͕lw؃zwp]Wv` 鑫K~-ְ|1t40wq>PsߜIdhE%u]\1{ΘM`OpV$ /#=65ك|S~XB!~_1j])}S/G" C@4 F_&Dxv{\(rݯHj$ +oد~jIDpT@+yz;6~hoK?B?o˿)~yUY: uRD"GYNK.F޶a~os8KGY/pu}l42AHᵁ  @pxh8Deta{T O)Cץ{ C@=PSqHO3`cΗwC鑇=B_nPQ!`B*rls گM.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:0}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:0}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:0}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:0}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:0}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaa;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cd0a0a_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_888888_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}ytprefs.min.css000064400000020027150212240020007521 0ustar00.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}jquery-ui.css000064400000107270150212240020007203 0ustar00/*! jQuery UI - v1.12.1 - 2016-09-14 * http://jqueryui.com * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px * Copyright jQuery Foundation and other contributors; Licensed MIT */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); /* support: IE8 */ } .ui-front { z-index: 100; } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; pointer-events: none; } /* Icons ----------------------------------*/ .ui-icon { display: inline-block; vertical-align: middle; margin-top: -.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-icon-block { left: 50%; margin-left: -8px; display: block; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; font-size: 100%; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: 0; } .ui-menu .ui-menu { position: absolute; } .ui-menu .ui-menu-item { margin: 0; cursor: pointer; /* support: IE10, see #8844 */ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } .ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px 1em 3px .4em; } .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .ui-menu .ui-state-focus, .ui-menu .ui-state-active { margin: -1px; } /* icon support */ .ui-menu-icons { position: relative; } .ui-menu-icons .ui-menu-item-wrapper { padding-left: 2em; } /* left-aligned */ .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; } /* right-aligned */ .ui-menu .ui-menu-icon { left: auto; right: 0; } .ui-button { padding: .4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Support: IE <= 11 */ overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } /* to make room for the icon, a width needs to be set here */ .ui-button-icon-only { width: 2em; box-sizing: border-box; text-indent: -9999px; white-space: nowrap; } /* no icon support for input elements */ input.ui-button.ui-button-icon-only { text-indent: 0; } /* button icon element(s) */ .ui-button-icon-only .ui-icon { position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; } .ui-button.ui-icon-notext .ui-icon { padding: 0; width: 2.1em; height: 2.1em; text-indent: -9999px; white-space: nowrap; } input.ui-button.ui-icon-notext .ui-icon { width: auto; height: auto; text-indent: 0; white-space: normal; padding: .4em 1em; } /* workarounds */ /* Support: Firefox 5 - 40 */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-controlgroup { vertical-align: middle; display: inline-block; } .ui-controlgroup > .ui-controlgroup-item { float: left; margin-left: 0; margin-right: 0; } .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { z-index: 9999; } .ui-controlgroup-vertical > .ui-controlgroup-item { display: block; float: none; width: 100%; margin-top: 0; margin-bottom: 0; text-align: left; } .ui-controlgroup-vertical .ui-controlgroup-item { box-sizing: border-box; } .ui-controlgroup .ui-controlgroup-label { padding: .4em 1em; } .ui-controlgroup .ui-controlgroup-label span { font-size: 80%; } .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { border-left: none; } .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { border-top: none; } .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { border-right: none; } .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { border-bottom: none; } /* Spinner specific style fixes */ .ui-controlgroup-vertical .ui-spinner-input { /* Support: IE8 only, Android < 4.4 only */ width: 75%; width: calc( 100% - 2.4em ); } .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; } .ui-checkboxradio-label .ui-icon-background { box-shadow: inset 1px 1px 1px #ccc; border-radius: .12em; border: none; } .ui-checkboxradio-radio-label .ui-icon-background { width: 16px; height: 16px; border-radius: 1em; overflow: visible; border: none; } .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { background-image: none; width: 8px; height: 8px; border-width: 4px; border-style: solid; } .ui-checkboxradio-disabled { pointer-events: none; } .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 2px; } .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%; } .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* Icons */ .ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; left: .5em; top: .3em; } .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-n { height: 2px; top: 0; } .ui-dialog .ui-resizable-e { width: 2px; right: 0; } .ui-dialog .ui-resizable-s { height: 2px; bottom: 0; } .ui-dialog .ui-resizable-w { width: 2px; left: 0; } .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw { width: 7px; height: 7px; } .ui-dialog .ui-resizable-se { right: 0; bottom: 0; } .ui-dialog .ui-resizable-sw { left: 0; bottom: 0; } .ui-dialog .ui-resizable-ne { right: 0; top: 0; } .ui-dialog .ui-resizable-nw { left: 0; top: 0; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .ui-selectable { -ms-touch-action: none; touch-action: none; } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .ui-selectmenu-menu .ui-menu { overflow: auto; overflow-x: hidden; padding-bottom: 1px; } .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .ui-selectmenu-open { display: block; } .ui-selectmenu-text { display: block; margin-right: 20px; overflow: hidden; text-overflow: ellipsis; } .ui-selectmenu-button.ui-button { text-align: left; white-space: nowrap; width: 14em; } .ui-selectmenu-icon.ui-icon { float: right; margin-top: 0; } .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; -ms-touch-action: none; touch-action: none; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } /* support: IE8 - See #6727 */ .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; } .ui-slider-horizontal { height: .8em; } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: .8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; color: inherit; padding: .222em 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 2em; } .ui-spinner-button { width: 1.6em; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } /* more specificity required here to override default borders */ .ui-spinner a.ui-spinner-button { border-top-style: none; border-bottom-style: none; border-right-style: none; } .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } .ui-tabs { position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; } .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; } body .ui-tooltip { border-width: 2px; } /* Component containers ----------------------------------*/ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } .ui-widget.ui-widget-content { border: 1px solid #d3d3d3; } .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; color: #222222; font-weight: bold; } .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .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:active { border: 1px solid #d3d3d3; background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #555555; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #555555; text-decoration: none; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: 1px solid #999999; background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #212121; text-decoration: none; } .ui-visual-focus { box-shadow: 0 0 3px 1px rgb(94, 158, 214); } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: 1px solid #aaaaaa; background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-icon-background, .ui-state-active .ui-icon-background { border: #aaaaaa; background-color: #212121; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; color: #363636; } .ui-state-checked { border: 1px solid #fcefa1; background: #fbf9ee; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; color: #cd0a0a; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); /* support: IE8 */ font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); /* support: IE8 */ background-image: none; } .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { width: 16px; height: 16px; } .ui-icon, .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-widget-header .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); } .ui-state-active .ui-icon, .ui-button:active .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); } .ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon { background-image: url("images/ui-icons_2e83ff_256x240.png"); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_cd0a0a_256x240.png"); } .ui-button .ui-icon { background-image: url("images/ui-icons_888888_256x240.png"); } /* positioning */ .ui-icon-blank { background-position: 16px 16px; } .ui-icon-caret-1-n { background-position: 0 0; } .ui-icon-caret-1-ne { background-position: -16px 0; } .ui-icon-caret-1-e { background-position: -32px 0; } .ui-icon-caret-1-se { background-position: -48px 0; } .ui-icon-caret-1-s { background-position: -65px 0; } .ui-icon-caret-1-sw { background-position: -80px 0; } .ui-icon-caret-1-w { background-position: -96px 0; } .ui-icon-caret-1-nw { background-position: -112px 0; } .ui-icon-caret-2-n-s { background-position: -128px 0; } .ui-icon-caret-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -65px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -65px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 1px -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-on { background-position: -96px -144px; } .ui-icon-radio-off { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -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-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; } /* Overlays */ .ui-widget-overlay { background: #aaaaaa; opacity: .3; filter: Alpha(Opacity=30); /* support: IE8 */ } .ui-widget-shadow { -webkit-box-shadow: -8px -8px 8px #aaaaaa; box-shadow: -8px -8px 8px #aaaaaa; } ytprefs-wizard.min.css000064400000006271150212240020011024 0ustar00 #wphead{display:none}#wpbody{margin-left:0}#adminmenuback{display:none}#adminmenu,adminmenuwrap{display:none}#wpcontent,.auto-fold #wpcontent{margin-left:0}#wpadminbar{display:none}html.wp-toolbar{padding:0}#footer,#wpfooter,.auto-fold #wpfooter{display:none}#screen-meta-links{display:none}#wpfooter{clear:both}.clearboth{clear:both}.pad20{padding:20px}.center{text-align:center}.bold{font-weight:bold}.orange{color:#f85d00}.smallnote{font-size:small;font-style:italic}.ui-widget,.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:inherit}.ui-widget .ui-widget li{font-size:13px}.ui-accordion .ui-accordion-header{margin-top:15px;font-weight:bold}.ui-accordion .ui-accordion-content.header-go-content{display:none!important;height:0!important}.ui-widget-content a{color:#0073aa}input.ui-widget[type=text]{margin:0;padding:.4em 1em;width:450px;line-height:2}.txt-button-align input.ui-widget[type=text],.txt-button-align button{vertical-align:top}#epyt_wiz_wrap .ui-button{font-weight:bold;line-height:2}#epyt_wiz_wrap .ui-icon{display:inline-block;position:relative;left:auto;margin:0}.ui-button .ui-icon{transform:scale(1.35,1.35);display:inline-block}.copycode{background-color:#eef;border:2px solid #c7d6e4;display:inline-block;font-size:.9em;overflow-x:hidden;vertical-align:middle;white-space:nowrap;width:400px;padding-left:15px;padding-right:15px}.pointer{cursor:pointer}.relative{position:relative}.epyt-search-results a.pointer.thumb.load-movie{float:left;width:160px;height:90px;background-position:center;background-size:cover;display:block;margin:0 25px 10px 0}.epyt-search-results .resultdiv{margin-bottom:40px}.epyt-search-results .resultinfo{text-align:left}.epyt-search-results .resulttitle{font-weight:bold}.epyt-search-results .moviecontainer{margin-bottom:40px;margin-top:-30px;clear:both}.epyt-search-results .closeme{right:110px;top:-10px;position:absolute;font-weight:bold;font-size:50px;cursor:pointer}.epyt-search-results .resulttitle .ui-icon{transform:scale(1.35,1.35)}.epyt-pagination{clear:both;text-align:center;padding:10px 8px 10px 8px;display:none}.epyt-pagination>div,.epyt-pagenumbers>div{display:inline-block;padding:0 2px 0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px 0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.ui-tabs .ui-tabs-anchor{font-weight:bold}.playlist-tabs{margin-bottom:20px}.icon-playlist{float:left;height:auto;margin:15px 30px 0 0;max-width:150px}a.ythealth{clear:both;float:right;margin-top:15px;position:relative}a.ythealth .tip{position:absolute;width:450px;right:0;top:-100px;display:none;background-color:#fff;padding:20px;border:2px solid #ddd;border-radius:5px}a.ythealth:hover .tip{display:block}.h3_vi_monetize-content{background-color:#f0f0f0}#wpwrap .ep-wizard-preview-video-wrapper{position:relative;padding-top:56.25%;width:100%}#wpwrap .ep-wizard-preview-video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}ytprefs.css000064400000024046150212240020006744 0ustar00.epyt-debug { cursor: pointer; text-align: left; background-color: #dddddd; color: #000000; } iframe.__youtube_prefs__ { border-width: 0; } .epyt-gallery { text-align: center; } .epyt-gallery .epyt-figure { margin-inline: 0; margin-block: 0; } /*.epyt-gallery div[tabindex]:focus { outline: none; }*/ .epyt-gallery iframe { margin-bottom: 0; } .epyt-gallery.epyt-lb iframe { display: none; height: 0 !important; } .epyt-gallery-list { margin: 0 -8px 0 -8px; position: relative; transition: opacity ease-out .3s; display: block; } .epyt-gallery-list .epyt-gallery-thumb { box-sizing: border-box; } .epyt-gallery-list p { display: none; } .epyt-gallery-clear { clear: both; } .epyt-gallery-list.epyt-loading { opacity: .5; transition: opacity ease-out .3s; } .epyt-gallery-thumb { position: relative; box-sizing: border-box; overflow-y: hidden; display: block !important; cursor: pointer; opacity: 1; float: left; padding: 0 8px 10px 8px; height: auto; } .epyt-gallery-thumb.hover { position: relative; opacity: 1; transition: opacity ease-out .3s; height: auto; } .epyt-gallery-img-box { width: 100%; } .epyt-gallery-img { height: 0; width: 100%; padding-top: 56.25% !important; position: relative; overflow: hidden !important; background-size: cover !important; background-position: center !important; } .epyt-gallery-playhover { opacity: 0; position: absolute; top: -10px; left: 0; width: 100%; height: 100%; vertical-align: middle; text-align: center; transition: opacity ease-out .3s; } .epyt-gallery-thumb.hover .epyt-gallery-playhover, .epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover { opacity: 1; top: 0; transition: all ease-out .3s; } .epyt-gallery-thumb .epyt-gallery-playcrutch { display: inline-block; height: 100%; vertical-align: middle; width: 0; } .epyt-gallery-playhover .epyt-play-img { height: auto !important; max-width: 15% !important; padding: 0 !important; margin: 0 !important; min-width: 30px !important; vertical-align: middle !important; display: inline-block !important; width: auto; border: none; box-sizing: border-box; } .epyt-gallery-title { font-size: 80%; line-height: 120%; padding: 10px; } .epyt-gallery-notitle { padding: 4px; } .epyt-gallery-notitle span { display: none; } .epyt-gallery-rowtitle { text-align: center; width: 100%; position: absolute; left: 0; top: 100%; opacity: 0; z-index: 10; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; } .epyt-gallery-rowtitle.hover { opacity: 1; transition: opacity linear .2s; } .epyt-gallery-rowbreak { clear: both; } .epyt-pagination { clear: both; text-align: center; padding: 10px 8px 10px 8px; } .epyt-pagination.epyt-hide-pagination * { display: none !important; } .epyt-pagination > div, .epyt-pagenumbers > div { display: inline-block; padding: 0 2px 0 2px; vertical-align: middle; } .epyt-pagination .epyt-pagebutton { cursor: pointer; display: inline-block; padding: 0 10px 0 10px; } .epyt-pagebutton > div { display: inline; } .epyt-pagination .epyt-loader { display: none; } .epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader { display: inline-block; } body .lity-container{ width: 100%; max-width: 964px; } .epyt-curtain .lity-opened iframe { opacity: 0; transition: opacity .3s linear .5s; } /* columns */ .epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb { width: 100%; } .epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb { width: 50%; } .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb { width: 33.333%; } .epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb { width: 25%; } .epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb { width: 20%; } .epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb { width: 16.666%; } .epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb { width: 14.285%; } .epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb { width: 12.5%; } .epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb { width: 11.111%; } .epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb { width: 10%; } .epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb { width: 9.090%; } .epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb { width: 8.333%; } .epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb { width: 7.692%; } .epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb { width: 7.142%; } .epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb { width: 6.666%; } .epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb { width: 6.25%; } .epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb { width: 5.882%; } .epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb { width: 5.555%; } .epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb { width: 5.263%; } .epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb { width: 5%; } .epyt-pagebutton.hide, .epyt-pagenumbers.hide { display: none !important; opacity: 0 !important; visibility: hidden !important; } .epyt-gallery-subscribe { text-align: center; padding: 15px 0 10px 0; clear: both; } .epyt-gallery-subscribe a.epyt-gallery-subbutton, .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover { display: inline-block; padding: 5px 10px; background-color: #E62117 !important; color: #ffffff !important; text-decoration: none !important; border-radius: 3px; } .epyt-gallery-subscribe a.epyt-gallery-subbutton img { width: 20px !important; height: auto !important; vertical-align: middle !important; padding: 0 6px 3px 0; display: inline-block; background: transparent; -webkit-box-shadow: none; box-shadow: none; margin: 0; } /********* GDPR */ body div.__youtube_prefs__.__youtube_prefs_gdpr__ { background-color: #000; background-image: -webkit-linear-gradient(top, #000, #444); background-image: linear-gradient(to bottom, #000, #444); padding: 25px; height: auto; text-align: left; } body div.__youtube_prefs__.__youtube_prefs_gdpr__ * { color: #e3e3e3 !important; } body div.__youtube_prefs__.__youtube_prefs_gdpr__ a { text-decoration: underline; } body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__, body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover { display: inline-block; padding: 5px 10px; background: #E62117 !important; color: #ffffff !important; text-decoration: none !important; border-radius: 3px; font-weight: normal; border-width: 0; box-sizing: border-box; } body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img { width: 20px !important; height: auto !important; vertical-align: middle !important; padding: 0 6px 3px 0; display: inline-block; background: transparent; -webkit-box-shadow: none; box-shadow: none; margin-left: 8px; } body .epyt-gallery-img-gdpr { background-color: #000; background-image: -webkit-linear-gradient(top, #000, #444); background-image: linear-gradient(to bottom, #000, #444); } /********* facade */ .epyt-facade { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; -webkit-transition: 0.4s all; -moz-transition: 0.4s all; transition: 0.4s all; } .epyt-facade:hover { -webkit-filter: brightness(90%); -moz-filter: brightness(90%); filter: brightness(90%); } .epyt-facade img.epyt-facade-poster { display: block; margin: 0; max-width: 100%; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; height: auto; cursor: pointer; } .epyt-facade button.epyt-facade-play { background-color: transparent !important; position: absolute; left: 50%; top: 50%; width: 68px; height: 48px; margin-left: -34px; margin-top: -24px; -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1); transition: opacity .25s cubic-bezier(0,0,0.2,1); cursor: pointer; border-width: 0 !important; } .epyt-facade button.epyt-facade-play svg { height: 100%; left: 0; position: absolute; top: 0; width: 100%; pointer-events: none; } .epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg { -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1); transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1); fill: #212121; fill-opacity: .8; } .epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg { -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1); transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1); fill: #f00; fill-opacity: 1; } .wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__ { position: relative; } .wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__ { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow-y: auto; } .wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before { padding: 0; } .wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__ { position: relative; top: unset; right: unset; bottom: unset; left: unset; }ytprefs-onboarding.min.css000064400000010326150212240020011642 0ustar00#wphead{display:none}#wpbody{margin-left:0}#adminmenu,#adminmenuback,adminmenuwrap{display:none}#wpcontent,.auto-fold #wpcontent{margin-left:0}#wpadminbar{display:none}html.wp-toolbar{padding:0}#footer,#screen-meta-links,#wpfooter,.auto-fold #wpfooter{display:none}#wpfooter,.clearboth{clear:both}.pad20{padding:20px}.center{text-align:center}.bold{font-weight:700}.orange{color:#f85d00}.smallnote{font-size:small;font-style:italic}.indent-option{margin-left:25px}.ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:inherit}.ui-accordion .ui-accordion-header{font-weight:700;margin-top:15px}.ui-accordion .ui-accordion-content.header-go-content{display:none!important;height:0!important}.ui-widget-content a{color:#0073aa}input.ui-widget[type=text]{margin:0;padding:.4em 1em;width:450px}.txt-button-align button,.txt-button-align input.ui-widget[type=text]{vertical-align:top}#epyt_wiz_wrap .ui-button{font-weight:700}.ui-button .ui-icon{transform:scale(1.35)}.copycode{background-color:#eef;border:2px solid #c7d6e4;display:inline-block;font-size:.9em;overflow-x:hidden;padding-left:15px;padding-right:15px;vertical-align:middle;white-space:nowrap;width:400px}.pointer{cursor:pointer}.epyt-fitvid,.relative{position:relative}.epyt-fitvid{padding-top:56.25%;width:100%}.epyt-fitvid iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wrap-ytprefs-onboarding h1{line-height:40px}.wrap-ytprefs-onboarding h2{line-height:2em}.ytprefs-ob-step{height:0;opacity:0;position:absolute;top:-200000px;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%}.ytprefs-ob-step.active-step{height:auto;opacity:1;top:0;visibility:visible}.ytprefs-ob-title{font-size:2em;line-height:2em;text-align:center}.ytprefs-ob-subtitle{font-size:1.4em;line-height:2em}.ytprefs-ob-content{margin:0 auto;max-width:800px}.ytprefs-ob-nav{border-top:2px solid #ddd;clear:both;margin-bottom:50px;margin-top:20px;padding-top:20px;text-align:center}.ytprefs-ob-nav .ytprefs-ob-nav-hide{display:none}.ytprefs-ob-nav button.button-primary,.ytprefs-ob-nav button.button-secondary{display:inline-block;margin:0 10px}.ytprefs-ob-nav button.ytprefs-ob-nav-close,.ytprefs-ob-nav button.ytprefs-ob-nav-prev{margin-right:25px}.ytprefs-ob-step1 ul.ytprefs-ob-filter li{margin-bottom:15px}.ytprefs-ob-step1 .ytprefs-hover-icons{float:right;margin-left:30px;min-height:200px;position:relative;width:160px}.ytprefs-ob-step1 .ytprefs-hover-icons img{display:block;height:auto;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s;width:100%}.ytprefs-ob-step1 .ytprefs-hover-icons img.yob-icon-visible{opacity:1}.ytprefs-ob-step2 .ytprefs-ob-setting{display:none;margin:10px 0 25px}.ytprefs-ob-step2 .ytprefs-ob-setting.yob-gallery-visible,.ytprefs-ob-step2 .ytprefs-ob-setting.yob-live-visible,.ytprefs-ob-step2 .ytprefs-ob-setting.yob-privacy-visible,.ytprefs-ob-step2 .ytprefs-ob-setting.yob-single-visible,.ytprefs-ob-step2 .ytprefs-ob-setting.yob-standalone-visible{display:block}.ytprefs-ob-step2 form #facade_mode~.box_facade_mode,.ytprefs-ob-step2 form #responsive~#boxresponsive_all{height:0;opacity:0;pointer-events:none;transition:opacity .3s,visibility .3s;visibility:none}.ytprefs-ob-step2 form #facade_mode:checked~.box_facade_mode,.ytprefs-ob-step2 form #responsive:checked~#boxresponsive_all{height:auto;margin-top:10px;opacity:1;pointer-events:all;visibility:visible}.ytindent{border-left:5px solid #e0e0e0;padding-left:15px}.gdpr-options-left{float:left;width:65%}.gdpr-options-right{float:right;margin-top:20px;width:33%}.gdpr-options-right .img-gdpr-message{height:auto;width:100%}iframe#gdpr_consent_message_ifr{min-height:250px!important}.ytprefs-ob-step4 .ytprefs-ob-content{max-width:100%}.wiztab-screenshots{border:5px solid #ddd;clear:right;display:block;float:right;height:auto;margin-bottom:15px;margin-left:30px;max-width:50%}.ytprefs-ob-success{color:#00a000;font-weight:700}.ytprefs-ob-success:after{content:url(../images/adstxt-valid.png)}input.checkbox[disabled],input[type=radio][disabled]{border:1px dashed #444}input[type=checkbox]+label .check-note{display:none}input[type=checkbox]:checked+label .check-note{display:inline}#not_live_on~#wp-not_live_content-wrap{opacity:.3}#not_live_on:checked~#wp-not_live_content-wrap{opacity:1}epyt_mce_wizard_button.min.css000064400000000335150212240020012605 0ustar00 i.epyt_mce_wizard_button--icon{background:transparent url("../images/btnwizoff.png") no-repeat scroll center center!important}i.epyt_mce_wizard_button--icon:hover{background-image:url("../images/btnwizon.png")!important}ytprefs-wizard.css000064400000010153150212240020010234 0ustar00/*https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/ */ #wphead {display:none;} #wpbody{margin-left: 0px;} #adminmenuback {display: none;} #adminmenu, adminmenuwrap {display: none;} #wpcontent, .auto-fold #wpcontent {margin-left: 0px;} #wpadminbar {display:none;} html.wp-toolbar {padding: 0px;} #footer, #wpfooter, .auto-fold #wpfooter {display: none;} #screen-meta-links {display: none;} #wpfooter {clear: both} .clearboth {clear: both;} .pad20 {padding: 20px;} .center {text-align: center;} .bold {font-weight: bold;} .orange{color:#f85d00; } .smallnote { font-size: small; font-style: italic; } .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: inherit; } .ui-widget .ui-widget li { font-size: 13px; } .ui-accordion .ui-accordion-header { margin-top: 15px; font-weight: bold; } .ui-accordion .ui-accordion-content.header-go-content { display: none !important; height: 0 !important; } .ui-widget-content a { color: #0073aa; } input.ui-widget[type=text] { margin: 0; padding: .4em 1em; width: 450px; line-height: 2; } .txt-button-align input.ui-widget[type=text], .txt-button-align button { vertical-align: top; } #epyt_wiz_wrap .ui-button { font-weight: bold; line-height: 2; } #epyt_wiz_wrap .ui-icon { display: inline-block; position: relative; left: auto; margin: 0; } .ui-button .ui-icon { transform: scale(1.35,1.35); display: inline-block; } .copycode { background-color: #eeeeff; border: 2px solid #c7d6e4; display: inline-block; font-size: .9em; overflow-x: hidden; vertical-align: middle; white-space: nowrap; width: 400px; padding-left: 15px; padding-right: 15px; } .pointer { cursor: pointer; } .relative { position: relative; } .epyt-search-results a.pointer.thumb.load-movie { float: left; width: 160px; height: 90px; background-position: center; background-size: cover; display: block; margin: 0 25px 10px 0; } .epyt-search-results .resultdiv { margin-bottom: 40px; } .epyt-search-results .resultinfo { text-align: left; } .epyt-search-results .resulttitle { font-weight: bold; } .epyt-search-results .moviecontainer { margin-bottom: 40px; margin-top: -30px; clear: both; } .epyt-search-results .closeme { right: 110px; top: -10px; position: absolute; font-weight: bold; font-size: 50px; cursor: pointer; } .epyt-search-results .resulttitle .ui-icon { transform: scale(1.35,1.35); } .epyt-pagination { clear: both; text-align: center; padding: 10px 8px 10px 8px; display: none; } .epyt-pagination > div, .epyt-pagenumbers > div { display: inline-block; padding: 0 2px 0 2px; vertical-align: middle; } .epyt-pagination .epyt-pagebutton { cursor: pointer; display: inline-block; padding: 0 10px 0 10px; } .epyt-pagebutton > div { display: inline; } .epyt-pagination .epyt-loader { display: none; } .epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader { display: inline-block; } .epyt-pagebutton.hide, .epyt-pagenumbers.hide { display: none !important; opacity: 0 !important; visibility: hidden !important; } .ui-tabs .ui-tabs-anchor { font-weight: bold; } .playlist-tabs { margin-bottom: 20px; } .icon-playlist { float: left; height: auto; margin: 15px 30px 0 0; max-width: 150px; } a.ythealth { clear: both; float: right; margin-top: 15px; position: relative; } a.ythealth .tip { position: absolute; width: 450px; right: 0; top: -100px; display: none; background-color: #ffffff; padding: 20px; border: 2px solid #dddddd; border-radius: 5px; } a.ythealth:hover .tip { display: block; } .h3_vi_monetize-content { background-color: #f0f0f0; } #wpwrap .ep-wizard-preview-video-wrapper { position: relative; padding-top: 56.25%; width: 100%; } #wpwrap .ep-wizard-preview-video-wrapper iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } 02-noon.json000064400000022116150212466470006640 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Noon", "settings": { "color": { "palette": [ { "color": "#F8F7F5", "name": "Base", "slug": "base" }, { "color": "#191919", "name": "Contrast", "slug": "contrast" }, { "color": "#FFFFFF", "name": "Accent 1", "slug": "accent-1" }, { "color": "#F5B684", "name": "Accent 2", "slug": "accent-2" }, { "color": "#191919", "name": "Accent 3", "slug": "accent-3" }, { "color": "#5F5F5F", "name": "Accent 4", "slug": "accent-4" }, { "color": "#F1EEE9", "name": "Accent 5", "slug": "accent-5" }, { "color": "#19191933", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "fontFamilies": [ { "name": "Beiruti", "slug": "beiruti", "fontFamily": "Beiruti, sans-serif", "fontFace": [ { "fontFamily": "Beiruti", "fontStyle": "normal", "fontWeight": "200 900", "src": [ "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2" ] } ] }, { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.9rem", "slug": "small" }, { "fluid": { "max": "1.2rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.8rem", "min": "1.6rem" }, "name": "Large", "size": "1.6rem", "slug": "large" }, { "fluid": { "max": "2.2rem", "min": "1.8em" }, "name": "Extra Large", "size": "1.8rem", "slug": "x-large" }, { "fluid": { "max": "2.8rem", "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", "slug": "xx-large" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-4" }, "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.01em", "lineHeight": "1.6" }, "blocks": { "core/button": { "border": { "color": "var:preset|color|contrast" }, "shadow": "var:preset|shadow|natural", "spacing": { "padding": { "bottom": "0.6rem", "left": "1.6rem", "right": "1.6rem", "top": "0.6rem" } }, "typography": { "fontFamily": "var:preset|font-family|beiruti" }, "variations": { "outline": { "shadow": "none", "spacing": { "padding": { "bottom": "0.6rem", "left": "1.6rem", "right": "1.6rem", "top": "0.6rem" } } } } }, "core/list": { "typography": { "lineHeight": "1.3" } }, "core/loginout": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/post-terms": { "typography": { "fontWeight": "300" } }, "core/post-title": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "currentColor" } } }, "typography": { "fontFamily": "var:preset|font-family|beiruti", "fontWeight": "500", "lineHeight": "1" } }, "core/quote": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/query-pagination": { "typography": { "fontWeight": "300" } }, "core/query-title": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/site-tagline": { "typography": { "fontSize": "var:preset|font-size|small" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|beiruti", "fontWeight": "600", "letterSpacing": "2.4px", "textTransform": "uppercase" } } }, "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" } }, "h4": { "typography": { "fontSize": "var:preset|font-size|large" } }, "h5": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "0px" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|small" } }, "heading": { "color": { "text": "var:preset|color|accent-3" }, "typography": { "fontFamily": "var:preset|font-family|beiruti", "fontWeight": "500", "letterSpacing": "-0.02em", "lineHeight": "1.02" } }, "link": { "color": { "text": "currentColor" } } }, "variations": { "section-4": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } }, "heading": { "color": { "text": "currentColor" } }, "link": { "color": { "text": "currentColor" } } } }, "section-5": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } }, "heading": { "color": { "text": "var:preset|color|base" } }, "link": { "color": { "text": "currentColor" } } } } } } } 08-midnight.json000064400000031777150212466470007515 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Midnight", "settings": { "color": { "duotone": [ { "colors": [ "#4433A6", "#79F3B1" ], "name": "Midnight filter", "slug": "midnight-filter" } ], "palette": [ { "color": "#4433A6", "name": "Base", "slug": "base" }, { "color": "#79F3B1", "name": "Contrast", "slug": "contrast" }, { "color": "#5644BC", "name": "Accent 1", "slug": "accent-1" }, { "color": "#372696", "name": "Accent 2", "slug": "accent-2" }, { "color": "#251D51", "name": "Accent 3", "slug": "accent-3" }, { "color": "#79F3B1", "name": "Accent 4", "slug": "accent-4" }, { "color": "#E8B7FF", "name": "Accent 5", "slug": "accent-5" }, { "color": "#79F3B133", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.9rem", "slug": "small" }, { "fluid": { "max": "1.2rem", "min": "0.9rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.8rem", "min": "1.2rem" }, "name": "Large", "size": "1.2rem", "slug": "large" }, { "fluid": { "max": "2.2rem", "min": "1.8rem" }, "name": "Extra Large", "size": "1.8rem", "slug": "x-large" }, { "fluid": { "max": "2.8rem", "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", "slug": "xx-large" } ], "fontFamilies": [ { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] }, { "name": "Fira Sans", "slug": "fira-sans", "fontFamily": "\"Fira Sans\", sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2" ], "fontWeight": "100", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2" ], "fontWeight": "100", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" } ] } ] } }, "styles": { "typography": { "fontSize": "var:preset|font-size|medium", "fontFamily": "var:preset|font-family|fira-sans", "letterSpacing": "-0.01em", "lineHeight": "1.5" }, "blocks": { "core/avatar": { "filter": { "duotone": "var:preset|duotone|midnight-filter" } }, "core/button": { "variations": { "outline": { "spacing": { "padding": { "bottom": "1rem", "left": "1rem", "right": "1rem", "top": "1rem" } } } } }, "core/code": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|contrast" } }, "core/cover": { "filter": { "duotone": "var:preset|duotone|midnight-filter" } }, "core/image": { "filter": { "duotone": "var:preset|duotone|midnight-filter" } }, "core/post-date": { "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-featured-image": { "filter": { "duotone": "var:preset|duotone|midnight-filter" } }, "core/post-title": { "typography": { "fontWeight": "200" } }, "core/pullquote": { "border": { "bottom": { "style": "none", "width": "0px" }, "left": { "style": "none", "width": "0px" }, "right": { "style": "none", "width": "0px" }, "top": { "style": "none", "width": "0px" } }, "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "200", "letterSpacing": "0em" } }, "core/query-pagination": { "typography": { "fontWeight": "300", "letterSpacing": "0px" } }, "core/quote": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.01em", "lineHeight": "1.5", "fontWeight": "300" } }, "core/search": { "border": { "radius": "0px" } }, "core/site-logo": { "filter": { "duotone": "var:preset|duotone|midnight-filter" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|x-large", "fontWeight": "300", "letterSpacing": "-0.56px", "textTransform": "uppercase" } } }, "elements": { "button": { "border": { "radius": "0px" }, "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, "spacing": { "padding": { "bottom": "1rem", "left": "1rem", "right": "1rem", "top": "1rem" } }, "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|medium", "fontWeight": "400", "letterSpacing": "-0.01em", "textTransform": "uppercase" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)" } } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "200", "letterSpacing": "-0.02em", "lineHeight": "1.24" } }, "h6": { "typography": { "fontWeight": "200" } } }, "variations": { "section-1": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|accent-5" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } } } }, "section-4": { "color": { "text": "var:preset|color|accent-5" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-5", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-5) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } } } } } } } sections/section-3.json000064400000003654150212466470011111 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "slug": "section-3", "title": "Style 3", "blockTypes": [ "core/group", "core/columns", "core/column" ], "styles": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, "blocks": { "core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } }, "core/post-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-date": { "color":{ "text": "color-mix(in srgb, currentColor 85%, transparent)" }, "elements": { "link": { "color" : { "text": "color-mix(in srgb, currentColor 85%, transparent)" } } } }, "core/post-terms": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-date": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-edit-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-reply-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "currentColor" } }, "core/quote": { "color": { "text": "currentColor" } } } } } sections/section-2.json000064400000003654150212466470011110 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "slug": "section-2", "title": "Style 2", "blockTypes": [ "core/group", "core/columns", "core/column" ], "styles": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|contrast" }, "blocks": { "core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } }, "core/post-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-date": { "color":{ "text": "color-mix(in srgb, currentColor 85%, transparent)" }, "elements": { "link": { "color" : { "text": "color-mix(in srgb, currentColor 85%, transparent)" } } } }, "core/post-terms": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-date": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-edit-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-reply-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "currentColor" } }, "core/quote": { "color": { "text": "currentColor" } } } } } sections/section-5.json000064400000004356150212466470011113 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "slug": "section-5", "title": "Style 5", "blockTypes": [ "core/group", "core/columns", "core/column" ], "styles": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, "blocks": { "core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } }, "core/post-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-date": { "color":{ "text": "color-mix(in srgb, currentColor 85%, transparent)" }, "elements": { "link": { "color" : { "text": "color-mix(in srgb, currentColor 85%, transparent)" } } } }, "core/post-terms": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-date": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-edit-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-reply-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "currentColor" } }, "core/quote": { "color": { "text": "currentColor" } } }, "elements": { "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 80%, transparent)", "text": "var:preset|color|contrast" } } } } } } sections/section-4.json000064400000004372150212466470011110 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "slug": "section-4", "title": "Style 4", "blockTypes": [ "core/group", "core/columns", "core/column" ], "styles": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|accent-2" }, "blocks": { "core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } }, "core/post-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-date": { "color":{ "text": "color-mix(in srgb, currentColor 85%, transparent)" }, "elements": { "link": { "color" : { "text": "color-mix(in srgb, currentColor 85%, transparent)" } } } }, "core/post-terms": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-date": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-edit-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-reply-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "currentColor" } }, "core/quote": { "color": { "text": "currentColor" } } }, "elements": { "button": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)", "text": "var:preset|color|accent-3" } } } } } } sections/section-1.json000064400000004141150212466470011077 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "slug": "section-1", "title": "Style 1", "blockTypes": [ "core/group", "core/columns", "core/column" ], "styles": { "color": { "background": "var:preset|color|accent-5", "text": "var:preset|color|contrast" }, "blocks": { "core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } }, "core/site-title": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-date": { "color":{ "text": "color-mix(in srgb, currentColor 85%, transparent)" }, "elements": { "link": { "color" : { "text": "color-mix(in srgb, currentColor 85%, transparent)" } } } }, "core/post-terms": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-author-name": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-date": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-edit-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/comment-reply-link": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "currentColor" } }, "core/quote": { "color": { "text": "currentColor" } } } } } 05-twilight.json000064400000011635150212466470007531 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Twilight", "settings": { "color": { "palette": [ { "color": "#131313", "name": "Base", "slug": "base" }, { "color": "#FFFFFF", "name": "Contrast", "slug": "contrast" }, { "color": "#4B52FF", "name": "Accent 1", "slug": "accent-1" }, { "color": "#FF7A5C", "name": "Accent 2", "slug": "accent-2" }, { "color": "#252525", "name": "Accent 3", "slug": "accent-3" }, { "color": "#FFFFFF", "name": "Accent 4", "slug": "accent-4" }, { "color": "#252525", "name": "Accent 5", "slug": "accent-5" }, { "color": "#FFFFFF33", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "fontFamilies": [ { "name": "Roboto Slab", "slug": "roboto-slab", "fontFamily": "\"Roboto Slab\", serif", "fontFace": [ { "fontFamily": "\"Roboto Slab\"", "fontStyle": "normal", "fontWeight": "100 900", "src": [ "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" ] } ] }, { "name": "Manrope", "slug": "manrope", "fontFamily": "Manrope, sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2" ], "fontWeight": "200 800", "fontStyle": "normal", "fontFamily": "Manrope" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "2rem", "min": "1.75rem" }, "name": "Extra Large", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "2.4rem", "min": "2.15rem" }, "name": "Extra Extra Large", "size": "2.15rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "letterSpacing": "0" }, "blocks": { "core/button": { "variations": { "outline": { "spacing": { "padding": { "bottom": "0.625rem", "left": "1.375rem", "right": "1.375rem", "top": "0.625rem" } } } } }, "core/navigation": { "typography": { "fontSize": "var:preset|font-size|large", "letterSpacing": "-0.28px", "textTransform": "uppercase" } }, "core/post-author": { "typography": { "fontSize": "var:preset|font-size|small" } }, "core/post-author-name": { "typography": { "fontSize": "var:preset|font-size|small" } }, "core/post-terms": { "typography": { "fontWeight": "500" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|roboto-slab", "fontSize": "var:preset|font-size|xx-large", "fontWeight": "200" } }, "core/search": { "typography": { "textTransform": "uppercase" } }, "core/site-tagline": { "typography": { "fontSize": "var:preset|font-size|large" } }, "core/site-title": { "typography": { "textTransform": "uppercase" } } }, "elements": { "button": { "spacing": { "padding": { "bottom": "0.625rem", "left": "1.375rem", "right": "1.375rem", "top": "0.625rem" } }, "typography": { "fontWeight": "500", "letterSpacing": "-0.36px", "textTransform": "uppercase" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|roboto-slab", "fontWeight": "300", "letterSpacing": "-0.5px", "lineHeight": "1.2" } } }, "variations": { "section-2": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|accent-2" }, ":hover": { "color": { "text": "var:preset|color|accent-2" } } }, "link": { "color": { "text": "currentColor" } } } }, "section-5": { "blocks": { "core/post-comments-form": { "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }" }, "core/search": { "css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent);}" } } } } } } 04-afternoon.json000064400000013504150212466470007665 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Afternoon", "settings": { "color": { "palette": [ { "color": "#DAE7BD", "name": "Base", "slug": "base" }, { "color": "#516028", "name": "Contrast", "slug": "contrast" }, { "color": "#C7F642", "name": "Accent 1", "slug": "accent-1" }, { "color": "#EBF6D3", "name": "Accent 2", "slug": "accent-2" }, { "color": "#303D10", "name": "Accent 3", "slug": "accent-3" }, { "color": "#516028", "name": "Accent 4", "slug": "accent-4" }, { "color": "#EBF6D3", "name": "Accent 5", "slug": "accent-5" }, { "color": "#51602833", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "fontFamilies": [ { "name": "Platypi", "slug": "platypi", "fontFamily": "Platypi", "fontFace": [ { "fontFamily": "Platypi", "fontStyle": "normal", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" ] }, { "fontFamily": "Platypi", "fontStyle": "italic", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" ] } ] }, { "name": "Ysabeau Office", "slug": "ysabeau-office", "fontFamily": "\"Ysabeau Office\", sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "normal", "fontFamily": "\"Ysabeau Office\"" }, { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "italic", "fontFamily": "\"Ysabeau Office\"" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "1.8rem", "min": "1.4rem" }, "name": "Extra Large", "size": "1.4rem", "slug": "x-large" }, { "fluid": { "max": "2.6rem", "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "letterSpacing": "-0.22px", "lineHeight": "1.5" }, "blocks": { "core/button": { "border": { "radius": "0px" }, "spacing": { "padding": { "bottom": "1rem", "left": "1.6rem", "right": "1.6rem", "top": "1rem" } }, "variations": { "outline": { "spacing": { "padding": { "bottom": "1rem", "left": "1.6rem", "right": "1.6rem", "top": "1rem" } } } } }, "core/code": { "typography": { "letterSpacing": "0px" } }, "core/heading": { "typography": { "lineHeight": "1.2" } }, "core/list": { "typography": { "lineHeight": "1.3" } }, "core/loginout": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/post-terms": { "typography": { "fontWeight": "400" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|platypi", "letterSpacing": "-0.01em", "lineHeight": "1.1" } }, "core/quote": { "typography": { "fontWeight": "300" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "fontSize": "var:preset|font-size|large", "letterSpacing": "1.44px", "textTransform": "uppercase" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "fontWeight": "600", "letterSpacing": "1.44px", "textTransform": "uppercase" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)" } } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|platypi" } }, "h5": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "normal" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|small", "fontWeight": "400", "fontStyle": "initial", "letterSpacing": "initial", "textTransform": "initial" } } }, "variations": { "section-2": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|accent-1" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" } } } } }, "section-4": { "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } } } }, "section-5": { "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)" } } } } } } } } 06-morning.json000064400000024557150212466470007357 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Morning", "settings": { "color": { "palette": [ { "color": "#DFDCD7", "name": "Base", "slug": "base" }, { "color": "#191919", "name": "Contrast", "slug": "contrast" }, { "color": "#7A9BDB", "name": "Accent 1", "slug": "accent-1" }, { "color": "#F7E6FF", "name": "Accent 2", "slug": "accent-2" }, { "color": "#182949", "name": "Accent 3", "slug": "accent-3" }, { "color": "#5F5F5F", "name": "Accent 4", "slug": "accent-4" }, { "color": "#D7D3CC", "name": "Accent 5", "slug": "accent-5" }, { "color": "#19191933", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "fontFamilies": [ { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] }, { "name": "Ysabeau Office", "slug": "ysabeau-office", "fontFamily": "\"Ysabeau Office\", sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "normal", "fontFamily": "\"Ysabeau Office\"" }, { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "italic", "fontFamily": "\"Ysabeau Office\"" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "2rem", "min": "1.75rem" }, "name": "Extra Large", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "2.6rem", "min": "1.4rem" }, "name": "Extra Extra Large", "size": "2.6rem", "slug": "xx-large" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-4" }, "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "letterSpacing": "-0.24px" }, "blocks": { "core/code": { "color": { "text": "var:preset|color|contrast", "background": "var:preset|color|accent-5" } }, "core/navigation": { "typography": { "fontSize": "1.25rem" } }, "core/paragraph": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-author-name": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-title": { "typography": { "fontWeight": "900", "letterSpacing": "-0.96px" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|contrast" }, "typography": { "fontSize": "var:preset|font-size|xx-large" }, "elements": { "cite": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.14px" }, "color": { "text": "var:preset|color|accent-4" } } } }, "core/quote": { "elements": { "cite": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.14px" }, "color": { "text": "var:preset|color|accent-4" } } } }, "core/query-title": { "typography": { "fontWeight": "900" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "textTransform": "uppercase", "letterSpacing": "1.6px" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|medium", "fontWeight": "900", "letterSpacing": "-0.36px" }, "color": { "text": "var:preset|color|contrast", "background": "var:preset|color|accent-1" }, "border": { "radius": "0px" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", "text": "var:preset|color|contrast" } } }, "heading": { "color": { "text": "var:preset|color|contrast" }, "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "900", "lineHeight": "1.2" } }, "h5": { "typography": { "letterSpacing": "0px" } }, "h6": { "typography": { "fontWeight": "900", "letterSpacing": "0px" } }, "link": { "color": { "text": "currentColor" } } }, "variations": { "post-terms-1": { "typography": { "fontSize": "var:preset|font-size|medium" }, "elements": { "link": { "color": { "background": "var:preset|color|accent-5" }, "border": { "radius": "100px", "color": "var:preset|color|accent-5" } } } }, "section-2": { "elements": { "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" } } } } }, "section-3": { "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)" } } } } }, "section-4": { "color": { "text": "var:preset|color|base" }, "elements": { "heading": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", "text": "var:preset|color|contrast" } } }, "link": { "color": { "text": "currentColor" } } } }, "section-5": { "elements": { "heading": { "color": { "text": "var:preset|color|base" } }, "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } } } } } } } blocks/01-display.json000064400000000464150212466470010612 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Display", "slug": "text-display", "blockTypes": ["core/heading", "core/paragraph"], "styles": { "typography": { "fontSize": "clamp(2.2rem, 2.2rem + ((1vw - 0.2rem) * 1.333), 3.5rem)", "lineHeight": "1.2" } } } blocks/post-terms-1.json000064400000001250150212466470011174 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Pill shaped", "slug": "post-terms-1", "blockTypes": ["core/post-terms"], "styles": { "elements": { "link": { "border": { "color": "var:preset|color|accent-6", "radius": "20px", "width": "0.8px", "style": "solid" }, "spacing": { "padding": { "top": "5px", "right": "10px", "bottom": "5px", "left": "10px" } }, "typography": { "fontWeight": "400", "lineHeight": "2.8", "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } } } } } blocks/02-subtitle.json000064400000000467150212466470011004 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Subtitle", "slug": "text-subtitle", "blockTypes": ["core/heading", "core/paragraph"], "styles": { "typography": { "fontSize": "clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem)", "lineHeight": "1.2" } } } blocks/03-annotation.json000064400000001246150212466470011320 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Annotation", "slug": "text-annotation", "blockTypes": ["core/heading", "core/paragraph"], "styles": { "css": "width: fit-content", "typography": { "fontSize": "var:preset|font-size|small", "lineHeight": "1.5", "letterSpacing": "normal" }, "border": { "color": "currentColor", "style": "solid", "width": "1px", "radius": "16px" }, "spacing": { "padding": { "top": "0.2rem", "right": "0.6rem", "bottom": "0.25rem", "left": "0.6rem" } }, "elements": { "link": { "typography": { "textDecoration": "none" } } } } } 01-evening.json000064400000004440150212466470007321 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Evening", "settings": { "color": { "palette": [ { "color": "#1B1B1B", "name": "Base", "slug": "base" }, { "color": "#F0F0F0", "name": "Contrast", "slug": "contrast" }, { "color": "#786D0A", "name": "Accent 1", "slug": "accent-1" }, { "color": "#442369", "name": "Accent 2", "slug": "accent-2" }, { "color": "#D1D0EA", "name": "Accent 3", "slug": "accent-3" }, { "color": "#CBCBCB", "name": "Accent 4", "slug": "accent-4" }, { "color": "#353535", "name": "Accent 5", "slug": "accent-5" }, { "color": "#FFFFFF33", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-4" }, "blocks": { "core/button": { "variations": { "outline": { "spacing": { "padding": { "bottom": "0.6rem", "left": "1.6rem", "right": "1.6rem", "top": "0.6rem" } } } } } }, "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)", "text": "var:preset|color|base" } }, "spacing": { "padding": { "bottom": "0.6rem", "left": "1.6rem", "right": "1.6rem", "top": "0.6rem" } } } }, "variations": { "section-2": { "elements": { "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-4": { "elements": { "button": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } } } } } } } 03-dusk.json000064400000016626150212466470006647 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Dusk", "settings": { "color": { "palette": [ { "color": "#E2E2E2", "name": "Base", "slug": "base" }, { "color": "#3B3B3B", "name": "Contrast", "slug": "contrast" }, { "color": "#F5EDFF", "name": "Accent 1", "slug": "accent-1" }, { "color": "#650DD4", "name": "Accent 2", "slug": "accent-2" }, { "color": "#191919", "name": "Accent 3", "slug": "accent-3" }, { "color": "#5F5F5F", "name": "Accent 4", "slug": "accent-4" }, { "color": "#DBDBDB", "name": "Accent 5", "slug": "accent-5" }, { "color": "#3B3B3B33", "name": "Accent 6", "slug": "accent-6" } ] }, "custom": { "color": { "accent-2-opacity-20": "#650DD433" } }, "typography": { "fontFamilies": [ { "name": "Vollkorn", "slug": "vollkorn", "fontFamily": "Vollkorn, serif", "fontFace": [ { "src": [ "file:./assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2" ], "fontWeight": "400 900", "fontStyle": "italic", "fontFamily": "Vollkorn" }, { "src": [ "file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2" ], "fontWeight": "400 900", "fontStyle": "normal", "fontFamily": "Vollkorn" } ] }, { "name": "Fira Code", "slug": "fira-code", "fontFamily": "\"Fira Code\", monospace", "fontFace": [ { "src": [ "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2" ], "fontWeight": "300 700", "fontStyle": "normal", "fontFamily": "\"Fira Code\"" } ] } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.18px", "lineHeight": "1.5" }, "blocks": { "core/code": { "color": { "text": "var:preset|color|black", "background": "var:preset|color|accent-5" } }, "core/paragraph": { "elements": { "link": { "color": { "text": "var:preset|color|accent-2" } } } }, "core/post-author-name": { "typography": { "fontWeight": "300" }, "color": { "text": "var:preset|color|accent-2" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-terms": { "typography": { "fontWeight": "300" }, "color": { "text": "var:preset|color|accent-2" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-title": { "typography": { "fontWeight": "400", "letterSpacing": "-0.96px" }, "elements": { "link": { "color": { "text": "var:preset|color|accent-3" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|black" }, "typography": { "fontFamily": "var:preset|font-family|vollkorn", "fontSize": "var:preset|font-size|x-large", "fontWeight": "400" }, "elements": { "cite": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontWeight": "300", "letterSpacing": "-0.14px" }, "color": { "text": "var:preset|color|contrast" } } } }, "core/quote": { "color": { "text": "var:preset|color|black" }, "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontWeight": "500", "letterSpacing": "-0.18px" } }, "core/site-title": { "color": { "text": "var:preset|color|accent-3" }, "typography": { "fontFamily": "var:preset|font-family|vollkorn", "fontSize": "var:preset|font-size|x-large" }, "elements": { "link": { "color": { "text": "var:preset|color|accent-3" } } } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontSize": "var:preset|font-size|medium", "fontWeight": "400", "letterSpacing": "-0.36px" }, "color": { "text": "var:preset|color|base", "background": "var:preset|color|accent-2" }, "border": { "radius": "4px", "color": "transparent" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } }, "heading": { "color": { "text": "var:preset|color|accent-3" }, "typography": { "fontFamily": "var:preset|font-family|vollkorn" } }, "h1": { "typography": { "fontSize": "48px", "letterSpacing": "-0.96px;" } }, "h2": { "typography": { "fontSize": "38px", "letterSpacing": "-0.96px" } }, "h3": { "typography": { "fontSize": "32px", "letterSpacing": "-0.64px" } }, "h4": { "typography": { "fontSize": "28px", "letterSpacing": "-0.56px" } }, "h5": { "typography": { "fontSize": "24px", "letterSpacing": "-0.48px" } }, "link": { "color": { "text": "var:preset|color|accent-3" } } }, "variations": { "post-terms-1": { "elements": { "link": { "border": { "color": "var:custom|color|accent-2-opacity-20", "radius": "4px", "width": "0.8px", "style": "solid" } } } }, "section-1": { "elements": { "link": { "color": { "text": "var:preset|color|accent-3" } } } }, "section-2": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } }, "heading": { "color": { "text": "currentColor" } } } }, "section-3": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "heading": { "color": { "text": "currentColor" } } } }, "section-4": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { "color": { "text": "var:preset|color|base" }, ":hover": { "color": { "text": "var:preset|color|base" } } }, "link": { "color": { "text": "currentColor" } }, "heading": { "color": { "text": "currentColor" } } } }, "section-5": { "elements": { "button": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)", "text": "var:preset|color|base" } } }, "heading": { "color": { "text": "var:preset|color|base" } }, "link": { "color": { "text": "var:preset|color|base" } } } } } } } 07-sunrise.json000064400000024752150212466500007366 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Sunrise", "settings": { "color": { "palette": [ { "color": "#330616", "name": "Base", "slug": "base" }, { "color": "#FFFFFF", "name": "Contrast", "slug": "contrast" }, { "color": "#F0FDA6", "name": "Accent 1", "slug": "accent-1" }, { "color": "#DB9AB1", "name": "Accent 2", "slug": "accent-2" }, { "color": "#C1E4E7", "name": "Accent 3", "slug": "accent-3" }, { "color": "#DB9AB1", "name": "Accent 4", "slug": "accent-4" }, { "color": "#4A1628", "name": "Accent 5", "slug": "accent-5" }, { "color": "#DB9AB133", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "fontFamilies": [ { "name": "Platypi", "slug": "platypi", "fontFamily": "Platypi", "fontFace": [ { "fontFamily": "Platypi", "fontStyle": "normal", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" ] }, { "fontFamily": "Platypi", "fontStyle": "italic", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" ] } ] }, { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] } ] } }, "styles": { "color": { "text": "var:preset|color|accent-2" }, "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "1.5rem", "letterSpacing": "-0.24px", "lineHeight": "1.3" }, "blocks": { "core/code": { "color": { "text": "var:preset|color|accent-2", "background": "var:preset|color|accent-5" } }, "core/navigation": { "typography": { "fontSize": "1.25rem" } }, "core/post-author-name": { "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-terms": { "typography": { "fontWeight": "400" }, "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-title": { "typography": { "fontWeight": "800", "letterSpacing": "-0.96px" }, "elements": { "link": { "color": { "text": "var:preset|color|accent-2" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|accent-2" }, "typography": { "fontFamily": "var:preset|font-family|platypi", "fontSize": "var:preset|font-size|x-large", "letterSpacing": "-0.76px", "fontWeight": "800" }, "elements": { "cite": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "400", "letterSpacing": "-0.14px" }, "color": { "text": "var:preset|color|accent-2" } } } }, "core/quote": { "color": { "text": "var:preset|color|accent-2" }, "typography": { "fontSize": "1.5rem", "fontWeight": "600", "letterSpacing": "-0.24px" }, "elements": { "cite": { "typography": { "letterSpacing": "-0.14px" }, "color": { "text": "var:preset|color|accent-2" } } } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|platypi", "fontSize": "30px", "fontWeight": "800", "letterSpacing": "-0.6px" }, "elements": { "link": { "color": { "text": "var:preset|color|accent-2" } } } } }, "elements": { "button": { "color": { "text": "var:preset|color|base", "background": "var:preset|color|accent-2" }, "border": { "radius": "0px" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } }, "typography": { "fontFamily": "var:preset|font-family|platypi", "fontSize": "1.5rem", "fontWeight": "800" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|platypi", "fontWeight": "800" } }, "link": { "color": { "text": "var:preset|color|contrast" } } }, "variations": { "post-terms-1": { "typography": { "fontSize": "16px" }, "elements": { "link": { "color": { "background": "var:preset|color|accent-5" }, "border": { "radius": "100px", "color": "var:preset|color|accent-5" } } } }, "section-1": { "color": { "text": "var:preset|color|accent-5", "background": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-2": { "color": { "text": "var:preset|color|base" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-3": { "color": { "text": "var:preset|color|base" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-4": { "color": { "text": "var:preset|color|base" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-5": { "color": { "text": "var:preset|color|contrast", "background": "var:preset|color|accent-5" }, "elements": { "heading": { "color": { "text": "currentColor" } }, "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)", "text": "var:preset|color|base" } } } } } } } } colors/02-noon.json000064400000005371150212466500010137 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Noon", "settings": { "color": { "palette": [ { "color": "#F8F7F5", "name": "Base", "slug": "base" }, { "color": "#191919", "name": "Contrast", "slug": "contrast" }, { "color": "#FFFFFF", "name": "Accent 1", "slug": "accent-1" }, { "color": "#F5B684", "name": "Accent 2", "slug": "accent-2" }, { "color": "#191919", "name": "Accent 3", "slug": "accent-3" }, { "color": "#5F5F5F", "name": "Accent 4", "slug": "accent-4" }, { "color": "#F1EEE9", "name": "Accent 5", "slug": "accent-5" }, { "color": "#19191933", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-4" }, "blocks": { "core/button": { "border": { "color": "var:preset|color|contrast" } }, "core/post-title": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/query-title": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "currentColor" } } } } }, "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" } }, "heading": { "color": { "text": "var:preset|color|accent-3" } }, "link": { "color": { "text": "currentColor" } } }, "variations": { "section-4": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } }, "heading": { "color": { "text": "currentColor" } }, "link": { "color": { "text": "currentColor" } } } }, "section-5": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } }, "heading": { "color": { "text": "var:preset|color|base" } }, "link": { "color": { "text": "currentColor" } } } } } } } colors/08-midnight.json000064400000005122150212466500010771 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Midnight", "settings": { "color": { "duotone": [ { "colors": [ "#4433A6", "#79F3B1" ], "name": "Midnight filter", "slug": "midnight-filter" } ], "palette": [ { "color": "#4433A6", "name": "Base", "slug": "base" }, { "color": "#79F3B1", "name": "Contrast", "slug": "contrast" }, { "color": "#5644BC", "name": "Accent 1", "slug": "accent-1" }, { "color": "#372696", "name": "Accent 2", "slug": "accent-2" }, { "color": "#251D51", "name": "Accent 3", "slug": "accent-3" }, { "color": "#79F3B1", "name": "Accent 4", "slug": "accent-4" }, { "color": "#E8B7FF", "name": "Accent 5", "slug": "accent-5" }, { "color": "#79F3B133", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "blocks": { "core/code": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|contrast" } }, "core/post-date": { "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } } }, "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)" } } } }, "variations": { "section-1": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|accent-5" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } } } }, "section-4": { "color": { "text": "var:preset|color|accent-5" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-5", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-5) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } } } } } } } colors/05-twilight.json000064400000002425150212466500011021 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Twilight", "settings": { "color": { "palette": [ { "color": "#131313", "name": "Base", "slug": "base" }, { "color": "#FFFFFF", "name": "Contrast", "slug": "contrast" }, { "color": "#4B52FF", "name": "Accent 1", "slug": "accent-1" }, { "color": "#FF7A5C", "name": "Accent 2", "slug": "accent-2" }, { "color": "#252525", "name": "Accent 3", "slug": "accent-3" }, { "color": "#FFFFFF", "name": "Accent 4", "slug": "accent-4" }, { "color": "#252525", "name": "Accent 5", "slug": "accent-5" }, { "color": "#FFFFFF33", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "variations": { "section-2": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|accent-2" }, ":hover": { "color": { "text": "var:preset|color|accent-2" } } }, "link": { "color": { "text": "currentColor" } } } } } } } colors/04-afternoon.json000064400000003630150212466500011157 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Afternoon", "settings": { "color": { "palette": [ { "color": "#DAE7BD", "name": "Base", "slug": "base" }, { "color": "#516028", "name": "Contrast", "slug": "contrast" }, { "color": "#C7F642", "name": "Accent 1", "slug": "accent-1" }, { "color": "#EBF6D3", "name": "Accent 2", "slug": "accent-2" }, { "color": "#303D10", "name": "Accent 3", "slug": "accent-3" }, { "color": "#516028", "name": "Accent 4", "slug": "accent-4" }, { "color": "#EBF6D3", "name": "Accent 5", "slug": "accent-5" }, { "color": "#51602833", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)" } } } }, "variations": { "section-2": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|accent-1" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" } } } } }, "section-4": { "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } } } }, "section-5": { "elements": { "button": { ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)" } } } } } } } } colors/06-morning.json000064400000010411150212466500010632 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Morning", "settings": { "color": { "palette": [ { "color": "#DFDCD7", "name": "Base", "slug": "base" }, { "color": "#191919", "name": "Contrast", "slug": "contrast" }, { "color": "#7A9BDB", "name": "Accent 1", "slug": "accent-1" }, { "color": "#F7E6FF", "name": "Accent 2", "slug": "accent-2" }, { "color": "#182949", "name": "Accent 3", "slug": "accent-3" }, { "color": "#5F5F5F", "name": "Accent 4", "slug": "accent-4" }, { "color": "#D7D3CC", "name": "Accent 5", "slug": "accent-5" }, { "color": "#19191933", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-4" }, "blocks": { "core/code": { "color": { "text": "var:preset|color|contrast", "background": "var:preset|color|accent-5" } }, "core/paragraph": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-author-name": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-title": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|contrast" }, "elements": { "cite": { "color": { "text": "var:preset|color|accent-4" } } } }, "core/quote": { "elements": { "cite": { "color": { "text": "var:preset|color|accent-4" } } } } }, "elements": { "button": { "color": { "text": "var:preset|color|contrast", "background": "var:preset|color|accent-1" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", "text": "var:preset|color|contrast" } } }, "heading": { "color": { "text": "var:preset|color|contrast" } }, "link": { "color": { "text": "currentColor" } } }, "variations": { "post-terms-1": { "elements": { "link": { "color": { "background": "var:preset|color|accent-5" }, "border": { "color": "var:preset|color|accent-5" } } } }, "section-2": { "elements": { "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" } } } } }, "section-3": { "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)" } } } } }, "section-4": { "color": { "text": "var:preset|color|base" }, "elements": { "heading": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", "text": "var:preset|color|contrast" } } }, "link": { "color": { "text": "currentColor" } } } }, "section-5": { "elements": { "heading": { "color": { "text": "var:preset|color|base" } }, "button": { "color": { "background": "var:preset|color|accent-1", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } } } } } } } colors/01-evening.json000064400000003616150212466500010620 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Evening", "settings": { "color": { "palette": [ { "color": "#1B1B1B", "name": "Base", "slug": "base" }, { "color": "#F0F0F0", "name": "Contrast", "slug": "contrast" }, { "color": "#786D0A", "name": "Accent 1", "slug": "accent-1" }, { "color": "#442369", "name": "Accent 2", "slug": "accent-2" }, { "color": "#D1D0EA", "name": "Accent 3", "slug": "accent-3" }, { "color": "#CBCBCB", "name": "Accent 4", "slug": "accent-4" }, { "color": "#353535", "name": "Accent 5", "slug": "accent-5" }, { "color": "#FFFFFF33", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-4" }, "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)", "text": "var:preset|color|base" } } } }, "variations": { "section-2": { "elements": { "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-4": { "elements": { "button": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } } } } } } } colors/03-dusk.json000064400000011323150212466500010127 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Dusk", "settings": { "color": { "palette": [ { "color": "#E2E2E2", "name": "Base", "slug": "base" }, { "color": "#3B3B3B", "name": "Contrast", "slug": "contrast" }, { "color": "#F5EDFF", "name": "Accent 1", "slug": "accent-1" }, { "color": "#650DD4", "name": "Accent 2", "slug": "accent-2" }, { "color": "#191919", "name": "Accent 3", "slug": "accent-3" }, { "color": "#5F5F5F", "name": "Accent 4", "slug": "accent-4" }, { "color": "#DBDBDB", "name": "Accent 5", "slug": "accent-5" }, { "color": "#3B3B3B33", "name": "Accent 6", "slug": "accent-6" } ] }, "custom": { "color": { "accent-2-opacity-20": "#650DD433" } } }, "styles": { "blocks": { "core/code": { "color": { "text": "var:preset|color|black", "background": "var:preset|color|accent-5" } }, "core/paragraph": { "elements": { "link": { "color": { "text": "var:preset|color|accent-2" } } } }, "core/post-author-name": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-terms": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "link": { "color": { "text": "currentColor" } } } }, "core/post-title": { "elements": { "link": { "color": { "text": "var:preset|color|accent-3" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|black" }, "elements": { "cite": { "color": { "text": "var:preset|color|contrast" } } } }, "core/quote": { "color": { "text": "var:preset|color|black" } }, "core/site-title": { "color": { "text": "var:preset|color|accent-3" }, "elements": { "link": { "color": { "text": "var:preset|color|accent-3" } } } } }, "elements": { "button": { "color": { "text": "var:preset|color|base", "background": "var:preset|color|accent-2" }, "border": { "color": "transparent" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } }, "heading": { "color": { "text": "var:preset|color|accent-3" } }, "link": { "color": { "text": "var:preset|color|accent-3" } } }, "variations": { "post-terms-1": { "elements": { "link": { "border": { "color": "var:custom|color|accent-2-opacity-20" } } } }, "section-1": { "elements": { "link": { "color": { "text": "var:preset|color|accent-3" } } } }, "section-2": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)" } } }, "link": { "color": { "text": "currentColor" } }, "heading": { "color": { "text": "currentColor" } } } }, "section-3": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "heading": { "color": { "text": "currentColor" } } } }, "section-4": { "color": { "text": "var:preset|color|base" }, "elements": { "button": { "color": { "text": "var:preset|color|base" }, ":hover": { "color": { "text": "var:preset|color|base" } } }, "link": { "color": { "text": "currentColor" } }, "heading": { "color": { "text": "currentColor" } } } }, "section-5": { "elements": { "button": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)", "text": "var:preset|color|base" } } }, "heading": { "color": { "text": "var:preset|color|base" } }, "link": { "color": { "text": "var:preset|color|base" } } } } } } } colors/07-sunrise.json000064400000012365150212466500010664 0ustar00{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Sunrise", "settings": { "color": { "palette": [ { "color": "#330616", "name": "Base", "slug": "base" }, { "color": "#FFFFFF", "name": "Contrast", "slug": "contrast" }, { "color": "#F0FDA6", "name": "Accent 1", "slug": "accent-1" }, { "color": "#DB9AB1", "name": "Accent 2", "slug": "accent-2" }, { "color": "#C1E4E7", "name": "Accent 3", "slug": "accent-3" }, { "color": "#DB9AB1", "name": "Accent 4", "slug": "accent-4" }, { "color": "#4A1628", "name": "Accent 5", "slug": "accent-5" }, { "color": "#DB9AB133", "name": "Accent 6", "slug": "accent-6" } ] } }, "styles": { "color": { "text": "var:preset|color|accent-2" }, "blocks": { "core/code": { "color": { "text": "var:preset|color|accent-2", "background": "var:preset|color|accent-5" } }, "core/post-author-name": { "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-terms": { "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/post-title": { "elements": { "link": { "color": { "text": "var:preset|color|accent-2" } } } }, "core/pullquote": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "cite": { "color": { "text": "var:preset|color|accent-2" } } } }, "core/quote": { "color": { "text": "var:preset|color|accent-2" }, "elements": { "cite": { "color": { "text": "var:preset|color|accent-2" } } } }, "core/site-title": { "elements": { "link": { "color": { "text": "var:preset|color|accent-2" } } } } }, "elements": { "button": { "color": { "text": "var:preset|color|base", "background": "var:preset|color|accent-2" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } }, "link": { "color": { "text": "var:preset|color|contrast" } } }, "variations": { "post-terms-1": { "elements": { "link": { "color": { "background": "var:preset|color|accent-5" }, "border": { "color": "var:preset|color|accent-5" } } } }, "section-1": { "color": { "text": "var:preset|color|accent-5", "background": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-2": { "color": { "text": "var:preset|color|base" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-3": { "color": { "text": "var:preset|color|base" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-4": { "color": { "text": "var:preset|color|base" }, "elements": { "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)" } } } } }, "section-5": { "color": { "text": "var:preset|color|contrast", "background": "var:preset|color|accent-5" }, "elements": { "heading": { "color": { "text": "currentColor" } }, "link": { "color": { "text": "currentColor" } }, "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)", "text": "var:preset|color|base" } } } } } } } } typography/typography-preset-1.json000064400000014306150212466500013516 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Beiruti & Literata", "slug": "typography-preset-1", "settings": { "typography": { "fontFamilies": [ { "name": "Beiruti", "slug": "beiruti", "fontFamily": "Beiruti, sans-serif", "fontFace": [ { "fontFamily": "Beiruti", "fontStyle": "normal", "fontWeight": "200 900", "src": [ "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2" ] } ] }, { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.9rem", "slug": "small" }, { "fluid": { "max": "1.2rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.8rem", "min": "1.6rem" }, "name": "Large", "size": "1.6rem", "slug": "large" }, { "fluid": { "max": "2.2rem", "min": "1.8em" }, "name": "Extra Large", "size": "1.8rem", "slug": "x-large" }, { "fluid": { "max": "2.8rem", "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.01em", "lineHeight": "1.6" }, "blocks": { "core/button": { "typography": { "fontFamily": "var:preset|font-family|beiruti" } }, "core/list": { "typography": { "lineHeight": "1.3" } }, "core/loginout": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/post-terms": { "typography": { "fontWeight": "300" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|beiruti", "fontWeight": "500", "lineHeight": "1" } }, "core/quote": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/query-pagination": { "typography": { "fontWeight": "300" } }, "core/site-tagline": { "typography": { "fontSize": "var:preset|font-size|small" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|beiruti", "fontWeight": "600", "letterSpacing": "2.4px", "textTransform": "uppercase" } } }, "elements": { "h4": { "typography": { "fontSize": "var:preset|font-size|large" } }, "h5": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "0px" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|small" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|beiruti", "fontWeight": "500", "letterSpacing": "-0.02em", "lineHeight": "1.02" } } } } } typography/typography-preset-2.json000064400000006074150212466500013522 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Vollkorn & Fira Code", "slug": "typography-preset-2", "settings": { "typography": { "fontFamilies": [ { "name": "Vollkorn", "slug": "vollkorn", "fontFamily": "Vollkorn, serif", "fontFace": [ { "src": [ "file:./assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2" ], "fontWeight": "400 900", "fontStyle": "italic", "fontFamily": "Vollkorn" }, { "src": [ "file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2" ], "fontWeight": "400 900", "fontStyle": "normal", "fontFamily": "Vollkorn" } ] }, { "name": "Fira Code", "slug": "fira-code", "fontFamily": "\"Fira Code\", monospace", "fontFace": [ { "src": [ "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2" ], "fontWeight": "300 700", "fontStyle": "normal", "fontFamily": "\"Fira Code\"" } ] } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.18px", "lineHeight": "1.5" }, "blocks": { "core/post-author-name": { "typography": { "fontWeight": "300" } }, "core/post-terms": { "typography": { "fontWeight": "300" } }, "core/post-title": { "typography": { "fontWeight": "400", "letterSpacing": "-0.96px" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|vollkorn", "fontSize": "var:preset|font-size|x-large", "fontWeight": "400" }, "elements": { "cite": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontWeight": "300", "letterSpacing": "-0.14px" } } } }, "core/quote": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontWeight": "500", "letterSpacing": "-0.18px" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|vollkorn", "fontSize": "var:preset|font-size|x-large" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontSize": "var:preset|font-size|medium", "fontWeight": "400", "letterSpacing": "-0.36px" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|vollkorn" } }, "h1": { "typography": { "fontSize": "48px", "letterSpacing": "-0.96px;" } }, "h2": { "typography": { "fontSize": "38px", "letterSpacing": "-0.96px" } }, "h3": { "typography": { "fontSize": "32px", "letterSpacing": "-0.64px" } }, "h4": { "typography": { "fontSize": "28px", "letterSpacing": "-0.56px" } }, "h5": { "typography": { "fontSize": "24px", "letterSpacing": "-0.48px" } } } } } typography/typography-preset-3.json000064400000007341150212466500013521 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Platypi & Ysabeau Office", "slug": "typography-preset-3", "settings": { "typography": { "fontFamilies": [ { "name": "Platypi", "slug": "platypi", "fontFamily": "Platypi", "fontFace": [ { "fontFamily": "Platypi", "fontStyle": "normal", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" ] }, { "fontFamily": "Platypi", "fontStyle": "italic", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" ] } ] }, { "name": "Ysabeau Office", "slug": "ysabeau-office", "fontFamily": "\"Ysabeau Office\", sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "normal", "fontFamily": "\"Ysabeau Office\"" }, { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "italic", "fontFamily": "\"Ysabeau Office\"" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "1.8rem", "min": "1.4rem" }, "name": "Extra Large", "size": "1.4rem", "slug": "x-large" }, { "fluid": { "max": "2.6rem", "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "letterSpacing": "-0.22px", "lineHeight": "1.5" }, "blocks":{ "core/code": { "typography": { "letterSpacing": "0px" } }, "core/heading": { "typography": { "lineHeight": "1.2" } }, "core/list": { "typography": { "lineHeight": "1.3" } }, "core/loginout": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/post-terms": { "typography": { "fontWeight": "400" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|platypi", "letterSpacing": "-0.01em", "lineHeight": "1.1" } }, "core/quote": { "typography": { "fontWeight": "300" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "fontSize": "var:preset|font-size|large", "letterSpacing": "1.44px", "textTransform": "uppercase" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "fontWeight": "600", "letterSpacing": "1.44px", "textTransform": "uppercase" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|platypi" } }, "h5": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "normal" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|small", "fontWeight": "400", "fontStyle": "initial", "letterSpacing": "initial", "textTransform": "initial" } } } } } typography/typography-preset-5.json000064400000014777150212466500013536 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Literata & Ysabeau Office", "slug": "typography-preset-5", "settings": { "typography": { "fontFamilies": [ { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] }, { "name": "Ysabeau Office", "slug": "ysabeau-office", "fontFamily": "\"Ysabeau Office\", sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "normal", "fontFamily": "\"Ysabeau Office\"" }, { "src": [ "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2" ], "fontWeight": "100 900", "fontStyle": "italic", "fontFamily": "\"Ysabeau Office\"" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "2rem", "min": "1.75rem" }, "name": "Extra Large", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "2.6rem", "min": "1.4rem" }, "name": "Extra Extra Large", "size": "2.6rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "letterSpacing": "-0.24px" }, "blocks": { "core/navigation": { "typography": { "fontSize": "1.25rem" } }, "core/post-title": { "typography": { "fontWeight": "900", "letterSpacing": "-0.96px" } }, "core/pullquote": { "typography": { "fontSize": "var:preset|font-size|xx-large" }, "elements": { "cite": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.14px" } } } }, "core/quote": { "elements": { "cite": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.14px" } } } }, "core/query-title": { "typography": { "fontWeight": "900" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", "textTransform": "uppercase", "letterSpacing": "1.6px" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|medium", "fontWeight": "900", "letterSpacing": "-0.36px" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "900", "lineHeight": "1.2" } }, "h5": { "typography": { "letterSpacing": "0px" } }, "h6": { "typography": { "fontWeight": "900", "letterSpacing": "0px" } } }, "variations": { "post-terms-1": { "typography": { "fontSize": "var:preset|font-size|medium" } } } } } typography/typography-preset-7.json000064400000022611150212466500013522 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Literata & Fira Sans", "slug": "typography-preset-7", "settings": { "typography": { "fontFamilies": [ { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] }, { "name": "Fira Sans", "slug": "fira-sans", "fontFamily": "\"Fira Sans\", sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2" ], "fontWeight": "100", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2" ], "fontWeight": "100", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "\"Fira Sans\"" }, { "src": [ "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "\"Fira Sans\"" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.9rem", "slug": "small" }, { "fluid": { "max": "1.2rem", "min": "0.9rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.8rem", "min": "1.2rem" }, "name": "Large", "size": "1.2rem", "slug": "large" }, { "fluid": { "max": "2.2rem", "min": "1.8rem" }, "name": "Extra Large", "size": "1.8rem", "slug": "x-large" }, { "fluid": { "max": "2.8rem", "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "fontSize": "var:preset|font-size|medium", "fontFamily": "var:preset|font-family|fira-sans", "letterSpacing": "-0.01em", "lineHeight": "1.5" }, "blocks": { "core/post-title": { "typography": { "fontWeight": "200" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "200", "letterSpacing": "0em" } }, "core/query-pagination": { "typography": { "fontWeight": "300", "letterSpacing": "0px" } }, "core/quote": { "typography": { "fontSize": "var:preset|font-size|medium", "letterSpacing": "-0.01em", "lineHeight": "1.5", "fontWeight": "300" } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|x-large", "fontWeight": "300", "letterSpacing": "-0.56px", "textTransform": "uppercase" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "var:preset|font-size|medium", "fontWeight": "400", "letterSpacing": "-0.01em", "textTransform": "uppercase" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "200", "letterSpacing": "-0.02em", "lineHeight": "1.24" } }, "h6": { "typography": { "fontWeight": "200" } } } } } typography/typography-preset-4.json000064400000005676150212466500013533 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Roboto Slab & Manrope", "slug": "typography-preset-4", "settings": { "typography": { "fontFamilies": [ { "name": "Roboto Slab", "slug": "roboto-slab", "fontFamily": "\"Roboto Slab\", serif", "fontFace": [ { "fontFamily": "\"Roboto Slab\"", "fontStyle": "normal", "fontWeight": "100 900", "src": [ "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" ] } ] }, { "name": "Manrope", "slug": "manrope", "fontFamily": "Manrope, sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2" ], "fontWeight": "200 800", "fontStyle": "normal", "fontFamily": "Manrope" } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "2rem", "min": "1.75rem" }, "name": "Extra Large", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "2.4rem", "min": "2.15rem" }, "name": "Extra Extra Large", "size": "2.15rem", "slug": "xx-large" } ] } }, "styles": { "typography": { "letterSpacing": "0" }, "blocks": { "core/navigation": { "typography": { "fontSize": "var:preset|font-size|large", "letterSpacing": "-0.28px", "textTransform": "uppercase" } }, "core/post-author": { "typography": { "fontSize": "var:preset|font-size|small" } }, "core/post-author-name": { "typography": { "fontSize": "var:preset|font-size|small" } }, "core/post-terms": { "typography": { "fontWeight": "500" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|roboto-slab", "fontSize": "var:preset|font-size|xx-large", "fontWeight": "200" } }, "core/search": { "typography": { "textTransform": "uppercase" } }, "core/site-tagline": { "typography": { "fontSize": "var:preset|font-size|large" } }, "core/site-title": { "typography": { "textTransform": "uppercase" } } }, "elements": { "button": { "typography": { "fontWeight": "500", "letterSpacing": "-0.36px", "textTransform": "uppercase" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|roboto-slab", "fontWeight": "300", "letterSpacing": "-0.5px", "lineHeight": "1.2" } } } } } typography/typography-preset-6.json000064400000013254150212466500013524 0ustar00{ "version": 3, "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "title": "Platypi & Literata", "slug": "typography-preset-6", "settings": { "typography": { "fontFamilies": [ { "name": "Platypi", "slug": "platypi", "fontFamily": "Platypi", "fontFace": [ { "fontFamily": "Platypi", "fontStyle": "normal", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" ] }, { "fontFamily": "Platypi", "fontStyle": "italic", "fontWeight": "300 800", "src": [ "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" ] } ] }, { "name": "Literata", "slug": "literata", "fontFamily": "Literata, serif", "fontFace": [ { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" ], "fontWeight": "200", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" ], "fontWeight": "900", "fontStyle": "italic", "fontFamily": "Literata" } ] } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontSize": "1.5rem", "letterSpacing": "-0.24px", "lineHeight": "1.3" }, "blocks": { "core/navigation": { "typography": { "fontSize": "1.25rem" } }, "core/post-terms": { "typography": { "fontWeight": "400" } }, "core/post-title": { "typography": { "fontWeight": "800", "letterSpacing": "-0.96px" } }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|platypi", "fontSize": "var:preset|font-size|x-large", "letterSpacing": "-0.76px", "fontWeight": "800" }, "elements": { "cite": { "typography": { "fontFamily": "var:preset|font-family|literata", "fontWeight": "400", "letterSpacing": "-0.14px" } } } }, "core/quote": { "typography": { "fontSize": "1.5rem", "fontWeight": "600", "letterSpacing": "-0.24px" }, "elements": { "cite": { "typography": { "letterSpacing": "-0.14px" } } } }, "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|platypi", "fontSize": "30px", "fontWeight": "800", "letterSpacing": "-0.6px" } } }, "elements": { "button": { "typography": { "fontFamily": "var:preset|font-family|platypi", "fontSize": "1.5rem", "fontWeight": "800" } }, "heading": { "typography": { "fontFamily": "var:preset|font-family|platypi", "fontWeight": "800" } } }, "variations": { "post-terms-1": { "typography": { "fontSize": "16px" } } } } }