asynctips.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .asynctips{
  2. position:absolute;
  3. top:0;
  4. left:0;
  5. z-index:3000;
  6. height:38px;
  7. overflow:hidden
  8. }
  9. .asynctips table{
  10. margin:0;
  11. padding:0
  12. }
  13. .asynctips_left,.asynctips_middle,.asynctips_right,.asynctips_alert,.asynctips_success,.asynctips_error,.asynctips_wait{
  14. height:38px;
  15. background:url(asynctips_bg.gif) no-repeat
  16. }
  17. .asynctips_left{
  18. width:5px;
  19. background-position:0 -26px
  20. }
  21. .asynctips_middle{
  22. color:#555;
  23. padding:0 4px;
  24. background-repeat:repeat-x;
  25. background-position:0 -64px;
  26. font:bold 14px Tahoma,sans-serif
  27. }
  28. .asynctips_right{
  29. width:5px;
  30. background-position:-73px -26px
  31. }
  32. .asynctips_alert,.asynctips_success,.asynctips_error,.asynctips_wait{
  33. width:26px;
  34. background-repeat:repeat-x;
  35. background-position:0 -64px
  36. }
  37. .asynctips_alert span,.asynctips_success span,.asynctips_error span,.asynctips_wait span{
  38. display:block;
  39. width:26px;
  40. height:26px;
  41. background:url(asynctips_bg.gif) no-repeat
  42. }
  43. .asynctips_success span{
  44. background-position:-26px 0
  45. }
  46. .asynctips_error span{
  47. background-position:-52px 0
  48. }
  49. .asynctips_wait span{
  50. background-position:0px 0
  51. }