Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/pull/vue3/status/src/ |
Upload File : |
.bx-pull-vue3-status { height: 0; } .bx-pull-vue3-status-wrap { position: relative; font: var(--ui-font-size-sm)/var(--ui-font-line-height-sm) var(--ui-font-family-primary, var(--ui-font-family-system)); color: #fff; text-align: center; transition: height .4s, background .4s; overflow: hidden; opacity: 0; display: flex; flex-direction: row; flex-wrap: nowrap; z-index: 100; pointer-events: none; } .--show .bx-pull-vue3-status-wrap { opacity: 1; pointer-events: auto; -webkit-animation: pullVue3StatusShow .4s 1; animation: pullVue3StatusShow .4s 1; } .--hide .bx-pull-vue3-status-wrap { -webkit-animation: pullVue3StatusHide .4s 1; animation: pullVue3StatusHide .4s 1; } .--offline .bx-pull-vue3-status-wrap { background-color: rgba(191,0,0,.70); } .--connect .bx-pull-vue3-status-wrap { background-color: rgba(225,127,0,.80); -webkit-animation: imConnectionAnimation 2s infinite; animation: imConnectionAnimation 3s infinite; } .--online .bx-pull-vue3-status-wrap { background-color: rgba(42,152,215,.80); padding-right: 0; } .bx-pull-vue3-status-text { flex-grow: 1; flex-shrink: 1; padding: 10px; } .bx-pull-vue3-status-text + .bx-pull-vue3-status-button { margin-left: -10px; } .bx-pull-vue3-status-button { padding: 10px 0; cursor: pointer; white-space: nowrap; flex-grow: 0; flex-shrink: 0; display: flex; align-items: center; } .bx-pull-vue3-status-button:hover { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2); } .bx-pull-vue3-status-button-title { padding-left: 10px; padding-right: 10px; } .bx-pull-vue3-status-button-key { padding-left: 10px; padding-right: 10px; } .bx-pull-vue3-status-button-title+.bx-pull-vue3-status-button-key{ padding-left: 0; } .bx-pull-vue3-status-button-key { font-size: 11px; text-decoration: underline; } .bx-pull-vue3-status-button-key:hover { text-decoration: none; } .bx-pull-vue3-status-online .bx-pull-vue3-status-button { display: none; } @-webkit-keyframes pullVue3StatusShow { 0% { opacity: 0; max-height: 0; } 25% { opacity: 1; } 100% { opacity: 1; max-height: 50px; } } @keyframes pullVue3StatusShow { 0% { opacity: 0; max-height: 0; } 25% { opacity: 1; } 100% { opacity: 1; max-height: 50px; } } @-webkit-keyframes pullVue3StatusHide { 0% { opacity: 1; max-height: 50px; } 75% { opacity: 1; } 100% { opacity: 0; max-height: 0; } } @keyframes pullVue3StatusHide { 0% { opacity: 1; max-height: 50px; } 75% { opacity: 1; } 100% { opacity: 0; max-height: 0; } }