You are here

page_load_progress.css in Page Load Progress 7

.page-load-progress-lock-screen {
  background-color: #fff;
  background-color: rgba(245,245,245,0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.page-load-progress-lock-screen.page-load-progress-hidden {
  display: none;
}

.page-load-progress-spinner {
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  height: 128px;
  left: 45%;
  position: absolute;
  top: 42%;
  width: 128px;
  z-index: 9999;
}

File

css/page_load_progress.css
View source
  1. .page-load-progress-lock-screen {
  2. background-color: #fff;
  3. background-color: rgba(245,245,245,0.95);
  4. height: 100%;
  5. left: 0;
  6. position: fixed;
  7. top: 0;
  8. width: 100%;
  9. z-index: 9998;
  10. }
  11. .page-load-progress-lock-screen.page-load-progress-hidden {
  12. display: none;
  13. }
  14. .page-load-progress-spinner {
  15. background-image: url('../images/loader.gif');
  16. background-repeat: no-repeat;
  17. height: 128px;
  18. left: 45%;
  19. position: absolute;
  20. top: 42%;
  21. width: 128px;
  22. z-index: 9999;
  23. }