jquery.vegas.css 668 B

1234567891011121314151617181920212223242526
  1. .vegas-loading {
  2. /* Loading Gif by http://preloaders.net/ */
  3. -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
  4. background:#000 url(images/loading.gif) no-repeat center center;
  5. background:rgba(0, 0, 0, 0.7) url(images/loading.gif) no-repeat center center;
  6. height:32px;
  7. left:20px;
  8. position:fixed;
  9. top:20px;
  10. width:32px;
  11. z-index:0;
  12. }
  13. .vegas-overlay {
  14. background:transparent url(overlays/01.png);
  15. opacity:0.5;
  16. z-index:-1;
  17. }
  18. .vegas-background {
  19. image-rendering: optimizeQuality;
  20. -ms-interpolation-mode: bicubic;
  21. z-index:-2;
  22. /* counteracts global img modification by twitter bootstrap library */
  23. max-width: none !important;
  24. }