Server IP : 85.214.239.14 / Your IP : 3.142.54.202 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /srv/modoboa/env/lib64/python3.5/site-packages/modoboa/bower_components/jquery/test/data/ |
Upload File : |
/* for testing opacity set in styles in IE */ ol#empty { opacity: 0; filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff'); } div#fx-tests h4 { background: red; } div#fx-tests h4.pass { background: green; } div#fx-tests div.box { background: red; overflow: hidden; border: 2px solid #000; } div#fx-tests div.overflow { overflow: visible; } div.inline { display: inline; } div.autoheight { height: auto; } div.autowidth { width: auto; } div.autoopacity { opacity: auto; } div.largewidth { width: 100px; } div.largeheight { height: 100px; } div.largeopacity { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); } div.medwidth { width: 50px; } div.medheight { height: 50px; } div.medopacity { opacity: 0.5; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); } div.nowidth { width: 0px; } div.noheight { height: 0px; } div.noopacity { opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } div.hidden { display: none; } div#fx-tests div.widewidth { background-repeat: repeat-x; } div#fx-tests div.wideheight { background-repeat: repeat-y; } div#fx-tests div.widewidth.wideheight { background-repeat: repeat; } div#fx-tests div.noback { background-image: none; } .chain-test, .chain-test div { width: 100px; height: 20px; position: relative; float: left; } .chain-test div { position: absolute; top: 0; left: 0; } .chain-test { background: red; } .chain-test div { background: green; } .chain-test-out { background: green; } .chain-test-out div { background: red; display: none; } /* tests to ensure jQuery can determine the native display mode of elements that have been set as display: none in stylesheets */ div#show-tests * { display: none; } #nothiddendiv { font-size: 16px; } #nothiddendivchild.em { font-size: 2em; } #nothiddendivchild.prct { font-size: 150%; } /* For testing type on vml in IE #7071 */ v\:oval { behavior:url(#default#VML); display:inline-block; } /* 8099 changes to default styles are read correctly */ tt { display: none; } sup { display: none; } dfn { display: none; } /* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; } /* #6652 REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION */ #t6652 div { filter: alpha(opacity=50); } /* #10501 */ section { background:#f0f; display:block; } /* #11971 */ #foo { background: url(1x1.jpg) right bottom no-repeat; } #display { display: list-item !important; }