You are here

page_load_progress.theme.css in Page Load Progress 8

.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-throbber {
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  height: 128px;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 128px;
  margin-left: -64px;
  margin-top: -64px;
  z-index: 9999;
}

File

css/page_load_progress.theme.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-throbber {
  15. background-image: url('../images/loader.gif');
  16. background-repeat: no-repeat;
  17. height: 128px;
  18. left: 50%;
  19. position: fixed;
  20. top: 50%;
  21. width: 128px;
  22. margin-left: -64px;
  23. margin-top: -64px;
  24. z-index: 9999;
  25. }