Server IP : 162.0.217.223 / Your IP : 216.73.216.150 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/yeslicense.org/wp-content/plugins/beep-notifier/public/css/ |
Upload File : |
/** * All of the CSS for your public-facing functionality should be * included in this file. */ .bc-notification { position: fixed; bottom: 20px; left: 20px; background-color: white; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); padding: 10px; border-radius: 10px; display: flex; align-items: center; opacity: 0; transform: translateX(-100%); transition: all 0.5s ease-in-out; width: 320px; } .bc-notification.show { opacity: 1; transform: translateX(0); } .bc-image-container{ margin-right: 15px; } .bc-image { width: 55px; height: 55px; border-radius: 5px; margin-top: 3px; display: flex; } .bc-text-content a{ text-decoration: none; font-size: 13px; color: #14094b; display: inline-block; } .bc-close { position: absolute; top: 5px; right: 10px; cursor: pointer; font-size: 16px; color: #333; } .bc-close-2 { position: absolute; top: -4px; right: -4px; cursor: pointer; font-size: 16px; color: #ffffff; background-color: #5930a1; width: 20px; height: 20px; text-align: center; line-height: 1; display: flex; align-items: center; justify-content: center; border-radius: 50%; } .bc-order-time{ display: block; font-size: 10px; } .bc-content{ display: flex; width: 100%; align-items: center; } .bc-product-name{ font-size: 16px; } @media (max-width: 768px) { .hide-on-mobile { display: none !important; } } /* Notification theme-2*/ .bc-notification-theme-2{ border-radius: 60px; padding: 15px; display: flex; align-items: center; } .bc-notification-theme-2 .bc-image{ border-radius: 50%; margin-top: 4px; } .bc-notification-theme-2 .bc-close{ top: 30px; font-size: 20px; right: 20px; } /* Notification theme-3*/ .bc-notification-theme-3{ border-radius: 0px; padding: 0px; display: flex; align-items: center; } .bc-notification-theme-3 .bc-image{ border-radius: 0px; margin-top: 4px; padding: 5px; margin-left: 5px; margin-right: 5px; } .bc-notification-theme-3 .bc-image-container{ border-right: 1px solid #e9e5e5; margin-right: 6px; } /* Notification theme-4*/ .bc-notification-theme-4{ border-radius: 0px; padding: 0px; display: flex; align-items: center; background-color: transparent; box-shadow: none; } .bc-notification-theme-4 .bc-image{ border-radius: 0px; margin-top: 11px; padding: 5px; margin-left: 10px; margin-right: 10px; display: flex; } .bc-notification-theme-4 .bc-image-container{ margin-right: 6px; background-color: #fff; height: 85px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .bc-notification-theme-4 .bc-text-content{ background-color: #fff; margin-left: 6px; height: 100%; width: 100%; line-height: 23px; padding: 7px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } /* Notification theme-5*/ .bc-buy-now { position: absolute; right: 25px; top: -15px; background-color: #7139a9; padding: 7px 14px; color: #fff; border: none; outline: none; cursor: pointer; border-radius: 5px; font-size: 12px; text-decoration: none; font-weight: 500; } .bc-buy-now:hover{ text-decoration: none; } .bc-notification-theme-5 .bc-order-time { position: absolute; right: 38px; top: 62px; } /* Notification theme-6*/ .bc-notification-theme-6{ border-radius: 0px; padding: 0px; display: flex; align-items: center; background-color: transparent; box-shadow: none; } .bc-notification-theme-6 .bc-image{ border-radius: 0px; margin-top: 11px; padding: 5px; margin-left: 10px; margin-right: 10px; display: flex; border-radius: 50%; } .bc-notification-theme-6 .bc-image-container{ margin-right: 6px; background-color: #fff; height: 85px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 50%; } .bc-notification-theme-6 .bc-text-content{ background-color: #fff; margin-left: 6px; height: 100%; width: 100%; line-height: 23px; padding: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 5px; } /*animation*/ .animated { animation-duration: 1s; animation-fill-mode: both; } /* Show animations */ .default_in { animation-name: slideInLeft; } /* Show animations */ .fade_in { animation-name: fadeIn; } .fade_in_up { animation-name: fadeInUp; } .fade_in_down { animation-name: fadeInDown; } .fade_in_left { animation-name: fadeInLeft; } .fade_in_right { animation-name: fadeInRight; } .zoom_in { animation-name: zoomIn; } .slide_in_up { animation-name: slideInUp; } .slide_in_down { animation-name: slideInDown; } .slide_in_left { animation-name: slideInLeft; } .slide_in_right { animation-name: slideInRight; } /* Hide animations */ .default_out { animation-name: slideOutLeft; } .fade_out { animation-name: fadeOut; } .fade_out_up { animation-name: fadeOutUp; } .fade_out_down { animation-name: fadeOutDown; } .fade_out_left { animation-name: fadeOutLeft; } .fade_out_right { animation-name: fadeOutRight; } .zoom_out { animation-name: zoomOut; } .slide_out_up { animation-name: slideOutUp; } .slide_out_down { animation-name: slideOutDown; } .slide_out_left { animation-name: slideOutLeft; } .slide_out_right { animation-name: slideOutRight; } /* Keyframes for animations */ @keyframes fadeIn { from { opacity: 0; transform: translateX(0); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInRight { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } @keyframes zoomIn { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } @keyframes slideInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } } @keyframes slideInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } } /* Keyframes for Hide Animations */ @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOutUp { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-20px); } } @keyframes fadeOutDown { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(20px); } } @keyframes fadeOutLeft { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-20px); } } @keyframes fadeOutRight { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(20px); } } @keyframes zoomOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.8); } } @keyframes slideOutUp { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-30px); } } @keyframes slideOutDown { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(30px); } } @keyframes slideOutLeft { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-30px); } } @keyframes slideOutRight { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(30px); } }