No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

34 líneas
765B

  1. .vegas-loading {
  2. border-radius: 10px;
  3. background: #000;
  4. background: rgba(0,0,0,0.7);
  5. background: url(images/loading.gif) no-repeat center center; /* Loading Gif by http://preloaders.net/ */
  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. -ms-interpolation-mode: bicubic;
  20. image-rendering: optimizeQuality;
  21. max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
  22. z-index: -2;
  23. }
  24. .vegas-overlay,
  25. .vegas-background {
  26. -webkit-user-select: none;
  27. -khtml-user-select: none;
  28. -moz-user-select: none;
  29. -ms-user-select: none;
  30. user-select: none;
  31. }