Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* display default multi-upload button correctly in Opera 11.10+ and better in IE6+ */
- #id_8 .qq-upload-button {
- background: -o-linear-gradient(#FBCB5D, #EFA003);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBCB5D', endColorstr='#EFA003') !important;
- zoom: 1;
- }
- /* display hover state of default multi-upload button correctly in Opera 11.10+ and better IE6+ */
- #id_8 .qq-upload-button-hover {
- background: -o-linear-gradient(#FF7B0D, #FFA84C);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7B0D', endColorstr='#FFA84C') !important;
- zoom: 1;
- }
- /* light gray multi-upload button */
- #id_5 .qq-upload-button {
- background: #EAEAEA;
- background: -moz-linear-gradient(top, #F7F7F7 0%, #ABABAB 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#ABABAB));
- background: -o-linear-gradient(#F7F7F7, #ABABAB);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#ABABAB') !important;
- zoom: 1;
- color:#000;
- text-shadow: 0 1px #F7F7F7;
- border: 1px solid #ABABAB;
- }
- /* light gray multi-upload button hover state */
- #id_5 .qq-upload-button-hover {
- background: #D7D7D7;
- background: -moz-linear-gradient(top, #ABABAB 0%, #F7F7F7 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABABAB), color-stop(100%,#F7F7F7));
- background: -o-linear-gradient(#ABABAB, #F7F7F7);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ABABAB', endColorstr='#F7F7F7') !important;
- zoom: 1;
- }
- /* green multi-upload button */
- #id_9 .qq-upload-button {
- background: #008608;
- background: -moz-linear-gradient(top, #00CA00 0%, #003319 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00CA00), color-stop(100%,#003319));
- background: -o-linear-gradient(#00CA00, #003319);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CA00', endColorstr='#003319') !important;
- zoom: 1;
- text-shadow: 0 -1px #003319;
- border: 1px solid #003319;
- }
- /* green multi-upload button hover state */
- #id_9 .qq-upload-button-hover {
- background: #006B0E;
- background: -moz-linear-gradient(top, #003319 0%, #00CA00 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003319), color-stop(100%,#00CA00));
- background: -o-linear-gradient(#003319, #00CA00);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003319', endColorstr='#00CA00') !important;
- zoom: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment