%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/media/mod_pwebbox/css/themes/ |
Upload File : |
/** * @package pwebbox * @version 2.0.0 * * @copyright Copyright (C) 2018 Perfect Web. All rights reserved. http://www.perfect-web.co * @license GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html */ @import url(//fonts.googleapis.com/css?family=Kotta+One); .pweb-theme-transparency.pwebbox-box .pwebbox-container { -webkit-animation: pweb-transparency 50s linear .50s infinite alternate; -moz-animation: pweb-transparency 50s linear .50s infinite alternate; animation: pweb-transparency 50s linear .50s infinite alternate; background-color: transparent; } .pweb-theme-transparency.pweb-closed .pwebbox-container { -webkit-animation: none; -moz-animation: none; animation: none; } .pweb-theme-transparency.pwebbox-box .pwebbox-container form input, .pweb-theme-transparency.pwebbox-box .pwebbox-container form select, .pweb-theme-transparency.pwebbox-box .pwebbox-container form textarea { background-color: #666; background-color: rgba(0, 0, 0, 0.4); border-color: #000; border-color: rgba(0, 0, 0, 0.6); } .pweb-theme-transparency.pwebbox-box .pwebbox-container form input:focus, .pweb-theme-transparency.pwebbox-box .pwebbox-container form select:focus, .pweb-theme-transparency.pwebbox-box .pwebbox-container form textarea:focus { background-color: #333; background-color: rgba(0, 0, 0, 0.6); border-color: #000; border-color: rgba(0, 0, 0, 0.9); } .pweb-theme-transparency.pwebbox-box .pwebbox-container form select option { background: #FFF; } /* Little fix for Bottom Bar */ .pweb-bottombar.pweb-theme-transparency .pwebbox-container { background-repeat: repeat-x; } .pweb-theme-transparency.pwebbox_bottombar_toggler { background-color: #000; background-image: -moz-linear-gradient(center top , #000, #1E1E1E); border-color: #000; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); color: #FFF; font-size: 16px; font-family: "Kotta One",serif; } /* TODO move in percents */ @keyframes pweb-transparency { 0% { background-position: 0 0; } 10% { background-position: -100px -20px; } 22% { background-position: -200px -40px; } 32% { background-position: -300px -60px; } 42% { background-position: -350px -80px; } 50% { background-position: -380px -100px; } 60% { background-position: -350px -120px; } 72% { background-position: -300px -140px; } 82% { background-position: -200px -160px; } 92% { background-position: -100px -180px; } 100% { background-position: 0px -200px; } } @-moz-keyframes pweb-transparency { 0% { background-position: 0 0; } 10% { background-position: -100px -20px; } 22% { background-position: -200px -40px; } 32% { background-position: -300px -60px; } 42% { background-position: -350px -80px; } 50% { background-position: -380px -100px; } 60% { background-position: -350px -120px; } 72% { background-position: -300px -140px; } 82% { background-position: -200px -160px; } 92% { background-position: -100px -180px; } 100% { background-position: 0px -200px; } } @-webkit-keyframes pweb-transparency { 0% { background-position: 0 0; } 10% { background-position: -100px -20px; } 22% { background-position: -200px -40px; } 32% { background-position: -300px -60px; } 42% { background-position: -350px -80px; } 50% { background-position: -380px -100px; } 60% { background-position: -350px -120px; } 72% { background-position: -300px -140px; } 82% { background-position: -200px -160px; } 92% { background-position: -100px -180px; } 100% { background-position: 0px -200px; } }