Advertisement
Guest User

Untitled

a guest
Feb 19th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. * {
  2. margin:0;
  3. padding:0;
  4. border:none;
  5. outline:none;
  6. }
  7.  
  8. /*General Mosaic Styles*/
  9. .mosaic-block {
  10. float:left;
  11. position:relative;
  12. overflow:hidden;
  13. width:400px;
  14. height:250px;
  15. margin:10px;
  16. margin-left: 520px;
  17. background:#111 url("images/progress.gif") no-repeat center center;
  18. border:1px solid #fff;
  19. -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
  20. }
  21.  
  22. .mosaic-backdrop {
  23. display:none;
  24. position:absolute;
  25. top:0;
  26. height:100%;
  27. width:100%;
  28. background:#111;
  29. }
  30.  
  31. .mosaic-overlay {
  32. display:none;
  33. z-index:5;
  34. position:absolute;
  35. width:100%;
  36. height:100%;
  37. background:#111;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement