Просмотр файла bb3mobi/fireworks.css

Размер файла: 770B
  1. /* fireworks styles */
  2.  
  3. #fireworks-template {
  4. display:none;
  5. }
  6.  
  7. #fireContainer {
  8. position:absolute;
  9. left:0px;
  10. top:0px;
  11. z-index:706;
  12. }
  13.  
  14. .firework {
  15. /* containing box which flies out first */
  16. position:absolute;
  17. left:0px;
  18. top:0px;
  19. font-size:1px;
  20. width:4px;
  21. height:4px;
  22. border:1px solid #333;
  23. background:#666;
  24. }
  25.  
  26. .fireworkParticle {
  27. /* elements that explode from the container */
  28. position:absolute;
  29. font-size:1px;
  30. width:10px;
  31. height:10px;
  32. overflow:hidden;
  33. }
  34.  
  35. .fireworkParticle img {
  36. display:block;
  37. width:100px;
  38. }
  39.  
  40. #sound {
  41. position:absolute;
  42. left:-706px;
  43. top:-706px;
  44. }
  45.  
  46. #debug {
  47. position:absolute;
  48. left:8px;
  49. top:8px;
  50. width:220px;
  51. height:165px;
  52. overflow:hidden;
  53. color:#666;
  54. display:none;
  55. }