|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/yuchun_before_X/pages/mp3player/player/css/ |
Upload File : |
table#mp3Player-table .progressContainer {
border: 1px solid #ccc;
}
table#mp3Player-table .playerControls {
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,.1) 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,.1))); /* webkit */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%); /* opera */
}
table#mp3Player-table th {
color:#ccc;
background: #6D6D6D; /* old browsers */
background: -moz-linear-gradient(top, #6D6D6D 0%, #141414 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D6D6D), color-stop(100%,#141414)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6D6D6D', endColorstr='#141414',GradientType=0 ); /* ie */
}
table#mp3Player-table tr {
background-color: #fff;
}
table#mp3Player-table tr:nth-child(2n) {
background-color: #ddd;
}
table#mp3Player-table tr.current {
background-color: rgba(0,0,0,0.5);
color:#fff;
}
#mp3Player {
border:2px solid #ccc;
background:#efefef;
color:#000;
}