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/public_html/wp-content/plugins/supportcandy/asset/libs/gpopover/ |
Upload File : |
/* * jquery-gpopover * http://github.com/markembling/jquery-gpopover * * A simple jQuery plugin for creating popover elements similar to Google's * new 'apps' launcher/switcher. * * Copyright (c) 2013 Mark Embling (markembling.info) * Licensed under the BSD (3 clause) license. */ .gpopover { background-color: #FFF; border: 1px solid #CCC; border-color: rgba(0, 0, 0, 0.2); border-radius: 2px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: none; padding: 12px; position: absolute; z-index: 998; } .gpopover .gpopover-arrow { border: 8px solid transparent; border-bottom-color: #FFF; border-top-width: 0; height: 0; position: absolute; width: 0; z-index: 999; } .gpopover .gpopover-arrow-shadow { border: 8px solid transparent; border-bottom-color: #C0C0C0; border-bottom-color: rgba(0, 0, 0, 0.275); border-top-width: 0; height: 0; position: absolute; width: 0; z-index: 997; }