Server IP : 108.163.255.210 / Your IP : 3.15.223.129 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/public_html/sata/public/assets/css/ |
Upload File : |
/** * FILE: jquery.ptTileSelect.css * Default style for the timeselect container. * * LAST UPDATED: * * - $Date: 2009/04/12 20:23:02 $ * - $Author: paulinho4u $ * - $Revision: 1.1 $ */ #ptTimeSelectCntr { display: none; font-size: 12px; margin-left: 0; position: absolute; width: 270px !important; z-index: 1000000 !important; } #ptTimeSelectCntr .ui-widget-content { background: #fff none repeat scroll 0 0; border: medium none !important; border-radius: 0; margin-bottom: 0px; margin-top: 0 !important; padding: 5px; } #ptTimeSelectCntr .ui-widget.ui-widget-content { border: 1px solid #ddd !important; } #ptTimeSelectCntr .ui-widget{} #ptTimeSelectCntr .ui-widget-header { background: #eb3648 none repeat scroll 0 0; border: 2px solid #252525; border-radius: 0; color: #fff; font-size: 13px; font-weight: 700; height: 40px; padding: 5px; } #ptTimeSelectCntr #ptTimeSelectUserTime { font-size: larger; line-height: 26px; padding: 0 10px; text-align: center; } #ptTimeSelectCntr .ui-widget-header .ui-icon { background-image: url("images/icons/ui-icons_444444_256x240.html") !importent; } #ptTimeSelectCntr #ptTimeSelectCloseCntr { display: block; padding: 0; } #ptTimeSelectCntr .ui-widget.ui-widget-content { margin-top: 0; } #ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content { border-top:none; border-bottom:none; border-left:none; border-right-width: 2px; } #ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content { border: none; } /* content style and hover style */ #ptTimeSelectCntr .ptTimeSelectHrCntr a, #ptTimeSelectCntr .ptTimeSelectMinCntr a { display: block; float: left; line-height: 32px; margin: 2px; padding: 0; text-align: center; text-decoration: none; transition: all 500ms ease; } #ptTimeSelectCntr .ptTimeSelectHrCntr a:hover, #ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{ background: #eb3648 !important; border-color: #eb3648 !important; color: #fff !important; } /* Hour min text style */ #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr { color: #252525; font-size: 13px; font-weight: 700; } /* Cloase button style */ #ptTimeSelectCntr #ptTimeSelectCloseCntr a { border-radius: 30%; display: block; height: 25px !important; line-height: 24px; margin: 0 !important; opacity: 1; padding: 0 !important; text-align: center; width: 25px !important; padding: 2px 4px !important; } /* am pm content style, hover bg */ #ptTimeSelectCntr .ui-state-default { background: #fff !important; border-radius: 0; color: #252525 !important; font-size: 12px; font-weight: normal; height: 34px; margin-bottom: 5px; outline: medium none; text-align: center; width: 34px !important; line-height: 33px; margin: 2px; transition: all 500ms ease; } /* For time set button css */ #ptTimeSelectCntr #ptTimeSelectSetButton { padding: 0 15px 5px 0; } #ptTimeSelectSetButton .ui-state-hover{ background: #d5ac63 !important; border: 2px solid #252525 !important; border-radius: 0; color: #252525 !important; font-size: 12px !important; font-weight: normal; height: 35px; width: 70px !important; } #ptTimeSelectCntr #ptTimeSelectSetButton a { display: block; text-align: center; float: right; background: #252525 !important; border: 2px solid #252525 !important; border-radius: 0; color: #fff !important; font-size: 12px !important; font-weight: normal; height: 35px; width: 70px !important; padding: 0; margin: 0; line-height: 32px; text-transform: uppercase; transition: all 500ms ease; } #ptTimeSelectCntr #ptTimeSelectSetButton a:hover{ background: #eb3648 !important; }