Server IP : 172.67.214.6 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/clevorio.com/wp-content/plugins/smartmag-core/inc/studio/css/ |
Upload File : |
/** * Studio for Elementor elements. */ #ts-el-studio .dialog-widget-content { width: 1440px; max-width: 100vw; } #ts-el-studio .dialog-message { height: 700px; max-height: calc(100vh - 100px); overflow: auto; } body:not(.ts-el--dark) #ts-el-studio ::-webkit-scrollbar { width: 6px; height: 0; border-radius: 3px; } body:not(.ts-el--dark) #ts-el-studio ::-webkit-scrollbar-button { width: 0; height: 10px; } body:not(.ts-el--dark) #ts-el-studio ::-webkit-scrollbar-thumb { background-color: #d1d4d6; border: 0px none #d1d4d6; border-radius: 3px; } body:not(.ts-el--dark) #ts-el-studio ::-webkit-scrollbar-track { border: 0px none #fff; border-radius: 0; } body:not(.ts-el--dark) #ts-el-studio ::-webkit-scrollbar-corner { background: transparent; } .ts-el-studio-launch { padding: 0 15px; margin-left: 7px; width: auto; color: #fff; background: linear-gradient(45deg, #ea2404, #c3175e); border-radius: 4px; height: 38px; line-height: 38px; text-transform: uppercase; font-size: 11px; font-family: Roboto, system-ui, sans-serif; font-weight: 500; letter-spacing: .05em; border: 0; vertical-align: bottom; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); } .ts-el-studio .dialog-widget-content { background: #f9f9f9; } .ts-el--dark .ts-el-studio .dialog-widget-content { background: #34383c; } .ts-el-studio .dialog-header { padding: 0; } .ts-el-studio .dialog-message { padding: 15px 15px; } .ts-el-studio__header { text-align: center; color: #6d7882; font-size: 13px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); height: 50px; background: #fff; } .ts-el--dark .ts-el-studio__header { color: #eee; background: #222; } .ts-el-studio__header__tab { width: auto; padding: 17px 26px; } .ts-el-studio__header__back { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-left: 15px; } .ts-el-studio__btn_preview { margin-right: 8px; background: #000; color: #fff; } .ts-el-studio__brand { color: #000; font-size: 15px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.04em; padding-left: 15px; margin-right: -15px; } .ts-el--dark .ts-el-studio__brand { color: #fff; } .ts-el-studio__listing { display: -ms-flexbox; display: flex; width: 100%; text-align: left; min-height: 100%; padding-top: 6px; } .ts-el-studio__filters { width: 20%; max-width: 250px; height: 500px; margin-right: 24px; padding: 10px 15px; -ms-flex-negative: 0; flex-shrink: 0; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: -webkit-sticky; position: sticky; top: 10px; } .ts-el-studio__filters__item { padding: 11px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); color: #3a3c41; text-transform: uppercase; letter-spacing: .03em; cursor: pointer; } .ts-el-studio__filters__item:hover, .ts-el-studio__filters__item.active { color: #93003c; } .ts-el--dark .ts-el-studio__filters__item { color: #efefef; } .ts-el--dark .ts-el-studio__filters__item:hover, .ts-el--dark .ts-el-studio__filters__item.active { color: #fff; } .ts-el-studio__items { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: start; align-items: flex-start; } .ts-el-studio__item { position: relative; width: calc(100% / 3 - 32px); margin: 16px; padding: 8px; background-color: #fff; box-shadow: 0 3px 25px -5px rgba(27, 25, 51, 0.26); border-radius: 3px; overflow: hidden; text-align: center; } .ts-el--dark .ts-el-studio__item { background-color: #404349; } .ts-el-studio__item__body { position: relative; min-height: 180px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; } .ts-el-studio__item__name { margin-top: 8px; font-weight: 500; font-weight: 500; color: #53565f; margin-bottom: 3px; } .ts-el--dark .ts-el-studio__item__name { color: rgba(255, 255, 255, 0.85); } .ts-el-studio__item__preview { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); transition: opacity .5s; cursor: pointer; } .ts-el-studio__item__preview:not(:hover) { opacity: 0; } .ts-el-studio__item__preview i { font-size: 20px; color: #d5dadf; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .ts-el-studio__item img { max-width: 100%; } .ts-el-studio__item:hover .ts-el-studio__item__insert { transform: none; pointer-events: auto; cursor: pointer; } .ts-el-studio__item__insert { position: absolute; bottom: 0; left: 0; width: 99%; height: 28px; background: #fff; transform: translateY(100%); pointer-events: none; } .ts-el--dark .ts-el-studio__item__insert { background: #404349; } .ts-el-studio__preview { width: 100%; display: -ms-flexbox; display: flex; } .ts-el-studio__preview img { max-width: 100%; margin: 0 auto; display: block; }